/* =========================================================
   SHANI FOOD — SINGLE ARTICLE
   ========================================================= */

.article-page {
    --article-red: #f03840;
    --article-red-dark: #a90d29;
    --article-ink: #191817;
    --article-text: #625d58;
    --article-muted: #958d87;
    --article-paper: #f7f4f0;
    --article-white: #fff;
    --article-line: rgba(25, 24, 23, .10);
    --article-soft-red: rgba(240, 56, 64, .09);

    margin: 0;
    color: var(--article-ink);
    background: var(--article-paper);
}

.article-main {
    width: 100%;
    overflow-x: clip;
    background: var(--article-paper);
}

.article-container {
    width: min(1240px, calc(100% - 64px));
    margin-inline: auto;
}


/* =========================================================
   EDITORIAL ARTICLE HERO
   compact split layout: content right / image left
   ========================================================= */

.article-hero {
    position: relative;
    padding: 138px 0 76px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 84% 20%, rgba(240,56,64,.09), transparent 25%),
        radial-gradient(circle at 18% 78%, rgba(240,56,64,.045), transparent 28%),
        var(--article-paper);
}

.article-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .42;
    background-image:
        linear-gradient(rgba(25,24,23,.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25,24,23,.026) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
    mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
}

.article-hero__inner {
    position: relative;
    z-index: 2;
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 34px;
    color: var(--article-muted);
    font-size: 12px;
    font-weight: 700;
}

.article-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.article-breadcrumb a:hover {
    color: var(--article-red);
}

.article-breadcrumb span {
    color: rgba(25,24,23,.25);
}

.article-breadcrumb strong {
    color: var(--article-red);
    font-weight: 850;
}

.article-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(365px, .82fr);
    gap: clamp(44px, 6vw, 82px);
    align-items: center;
    direction: rtl;
}

.article-hero__content {
    min-width: 0;
    padding: 16px 0 18px;
}

.article-hero__kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.article-hero__category {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--article-red);
    font-size: 12px;
    font-weight: 900;
}

.article-hero__category::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(240,56,64,.10);
}

.article-hero__issue {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(25,24,23,.38);
    direction: ltr;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em;
    white-space: nowrap;
}

.article-hero__issue::before {
    content: "";
    width: 35px;
    height: 1px;
    background: currentColor;
}

.article-hero h1 {
    max-width: 690px;
    margin: 0;
    color: var(--article-ink);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.48;
    letter-spacing: -.045em;
}

.article-hero__lead {
    max-width: 650px;
    margin: 19px 0 0;
    color: var(--article-text);
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 400;
    line-height: 2.15;
}

.article-hero__signature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: rgba(25,24,23,.34);
    direction: ltr;
}

.article-hero__signature span {
    width: 54px;
    height: 1px;
    background: var(--article-red);
    opacity: .5;
}

.article-hero__signature strong {
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .2em;
}

.article-hero__media {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0;
    justify-self: start;
}

.article-hero__media-accent {
    position: absolute;
    left: -18px;
    bottom: -18px;
    width: 58%;
    height: 56%;
    border-radius: 28px;
    background:
        radial-gradient(circle at 25% 30%, rgba(255,255,255,.20), transparent 34%),
        linear-gradient(145deg, #a90d29 0%, #ef3843 100%);
    transform: rotate(-3deg);
    box-shadow: 0 20px 50px rgba(169,13,41,.16);
}

.article-hero__image-wrap {
    position: relative;
    height: 390px;
    overflow: hidden;
    border: 7px solid rgba(255,255,255,.92);
    border-radius: 34px;
    background: #e6dfd8;
    box-shadow: 0 28px 75px rgba(43,28,20,.12);
}

.article-hero__image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
}

.article-hero__image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(22,17,14,.26), transparent 38%),
        linear-gradient(125deg, rgba(169,13,41,.08), transparent 45%);
    pointer-events: none;
}

.article-hero__index {
    position: absolute;
    right: 22px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.07em;
    text-shadow: 0 5px 20px rgba(0,0,0,.18);
}

.article-hero__vertical {
    position: absolute;
    top: 23px;
    left: 18px;
    z-index: 2;
    padding: 8px 9px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 999px;
    background: rgba(25,24,23,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .14em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.article-hero__media:hover .article-hero__image-wrap img {
    transform: scale(1.035);
}

.article-hero__word {
    position: absolute;
    left: -22px;
    bottom: 8px;
    z-index: -2;
    color: transparent;
    font-size: clamp(105px, 16vw, 220px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgba(240,56,64,.05);
    pointer-events: none;
}

.article-hero__ring {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(240,56,64,.085);
    border-radius: 50%;
}

.article-hero__ring--1 {
    width: 260px;
    height: 260px;
    top: 68px;
    left: 6%;
}

.article-hero__ring--2 {
    width: 125px;
    height: 125px;
    right: 6%;
    bottom: 28px;
}


/* =========================================================
   BODY LAYOUT
   ========================================================= */

.article-body-section {
    position: relative;
    padding: 65px 0 150px;
    overflow: clip;
    background: #fff;
}

.article-body-section__ghost {
    position: absolute;
    top: 110px;
    right: -40px;
    color: transparent;
    font-size: clamp(100px, 16vw, 225px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.08em;
    white-space: nowrap;
    -webkit-text-stroke: 1px rgba(240,56,64,.038);
    pointer-events: none;
}

.article-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 72px;
    align-items: start;
}

.article-content {
    min-width: 0;
}


/* =========================================================
   POST META
   ========================================================= */

.article-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 55px;
    padding: 18px 0 24px;
    border-bottom: 1px solid var(--article-line);
}

.article-meta__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 3px 18px;
    color: inherit;
    text-decoration: none;
}

.article-meta__item:first-child {
    padding-right: 0;
}

.article-meta__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: var(--article-line);
}

.article-meta__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--article-soft-red);
    color: var(--article-red);
}

.article-meta__icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.article-meta__item > span:last-child {
    min-width: 0;
}

.article-meta__item small {
    display: block;
    margin-bottom: 3px;
    color: var(--article-muted);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.article-meta__item strong {
    display: block;
    overflow: hidden;
    color: var(--article-ink);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.6;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* =========================================================
   ARTICLE PROSE
   ========================================================= */

.article-prose {
    max-width: 820px;
    margin-right: 0;
}

.article-prose p {
    margin: 0 0 25px;
    color: var(--article-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 2.35;
    text-align: justify;
}

.article-prose__intro {
    position: relative;
    margin-bottom: 42px !important;
    padding: 25px 30px 25px 24px;
    border-right: 3px solid var(--article-red);
    border-radius: 20px 0 0 20px;
    background: var(--article-paper);
    color: #4f4945 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 2.25 !important;
}

.article-prose h2 {
    position: relative;
    margin: 58px 0 8px;
    padding-right: 24px;
    color: var(--article-ink);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: -.035em;
}

.article-prose h2::before {
    content: "";
    position: absolute;
    top: .67em;
    right: 0;
    width: 10px;
    height: 10px;
    border: 3px solid var(--article-red);
    border-radius: 50%;
    transform: translateY(-50%);
}

.article-prose h2::after {
    content: "";
    position: absolute;
    top: .67em;
    right: 9px;
    width: 7px;
    height: 1px;
    background: var(--article-red);
}

.article-prose__image {
    margin: 44px 0 55px;
}

.article-prose__image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    border-radius: 28px;
    background: #eee7e0;
}

.article-prose__image figcaption {
    margin-top: 12px;
    padding-right: 3px;
    color: var(--article-muted);
    font-size: 10px;
    line-height: 1.9;
}


/* =========================================================
   ARTICLE END
   ========================================================= */

/* The end marker follows the article body, including any inline FAQ content. */
.article-end-section {
    position: relative;
    background: #fff;
}

.article-end-section .article-end {
    margin-top: 0;
    padding-top: 64px;
}


.article-end {
    max-width: 820px;
    margin-top: 70px;padding-bottom: 100px;
}

.article-end__line {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background: var(--article-line);
}

.article-end__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.article-end__row > div span {
    display: block;
    margin-bottom: 4px;
    color: var(--article-red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .18em;
}

.article-end__row > div strong {
    font-size: 15px;
    font-weight: 900;
}

.article-end__row > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--article-ink);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.article-end__row > a b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--article-ink);
    color: #fff;
    font-size: 14px;
    transition: transform .3s ease, background .3s ease;
}

.article-end__row > a:hover b {
    background: var(--article-red);
    transform: rotate(-8deg);
}


/* =========================================================
   SIDEBAR
   same visual language as blog sidebar
   ========================================================= */

.article-sidebar {
    min-width: 0;
}

.article-sidebar__sticky {
    position: sticky;
    top: 110px;
}

.article-sidebar-card {
    overflow: hidden;
    border: 1px solid rgba(25,24,23,.075);
    border-radius: 28px;
    background: var(--article-paper);
}

.article-sidebar-card__head {
    padding: 25px 24px 20px;
    border-bottom: 1px solid var(--article-line);
}

.article-sidebar-card__head span {
    display: block;
    margin-bottom: 5px;
    color: var(--article-red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .2em;
}

.article-sidebar-card__head h2 {
    margin: 0;
    color: var(--article-ink);
    font-size: 22px;
    font-weight: 900;
}

.article-categories {
    display: block;
}

.article-categories a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 17px 20px;
    border-bottom: 1px solid var(--article-line);
    color: var(--article-ink);
    text-decoration: none;
    transition: background .25s ease, padding .25s ease;
}

.article-categories a:last-child {
    border-bottom: 0;
}

.article-categories__number {
    color: rgba(25,24,23,.32);
    font-size: 10px;
    font-weight: 900;
}

.article-categories strong {
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
}

.article-categories small {
    min-width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    color: var(--article-muted);
    font-size: 9px;
    font-weight: 800;
}

.article-categories a:hover {
    padding-right: 25px;
    background: rgba(240,56,64,.055);
}

.article-categories a:hover strong,
.article-categories a:hover .article-categories__number {
    color: var(--article-red);
}


/* =========================================================
   SIDEBAR RED NOTE
   ========================================================= */

.article-sidebar-note {
    position: relative;
    margin-top: 22px;
    padding: 29px 26px 28px;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(145deg, #a90d29 0%, #e3293d 100%);
}

.article-sidebar-note::after {
    content: "S";
    position: absolute;
    left: -13px;
    bottom: -36px;
    color: transparent;
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,.11);
    pointer-events: none;
}

.article-sidebar-note__label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 12px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .18em;
    opacity: .7;
}

.article-sidebar-note strong {
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}

.article-sidebar-note p {
    position: relative;
    z-index: 2;
    margin: 11px 0 18px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 2;
}

.article-sidebar-note a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
}

.article-sidebar-note a b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--article-red);
    transition: transform .25s ease;
}

.article-sidebar-note a:hover b {
    transform: rotate(-8deg);
}


/* =========================================================
   RESPONSIVE — LARGE TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .article-container {
        width: min(100% - 44px, 1240px);
    }

    .article-hero__grid {
        grid-template-columns: minmax(0, 1fr) 345px;
        gap: 42px;
    }

    .article-hero h1 {
        font-size: clamp(33px, 4.2vw, 46px);
    }

    .article-hero__image-wrap {
        height: 350px;
    }

    .article-layout {
        grid-template-columns: minmax(0, 1fr) 285px;
        gap: 45px;
    }

    .article-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .article-meta__item:nth-child(2)::after {
        display: none;
    }

    .article-meta__item:nth-child(3) {
        padding-right: 0;
    }

}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

    .article-hero {
        padding: 126px 0 62px;
    }

    .article-hero__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .article-hero__content {
        max-width: 720px;
        padding-bottom: 0;
    }

    .article-hero h1 {
        max-width: 720px;
        font-size: clamp(34px, 6vw, 48px);
    }

    .article-hero__media {
        max-width: 720px;
        width: 100%;
        justify-self: stretch;
    }

    .article-hero__image-wrap {
        height: 390px;
        border-radius: 30px;
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .article-prose,
    .article-end {
        max-width: none;
    }

    .article-sidebar {
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
    }

    .article-sidebar__sticky {
        position: static;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .article-container {
        width: min(100% - 28px, 1240px);
    }

    .article-hero {
        padding: 108px 0 46px;
    }

    .article-breadcrumb {
        margin-bottom: 23px;
        font-size: 9px;
    }

    .article-hero__grid {
        gap: 29px;
    }

    .article-hero__content {
        padding: 0;
    }

    .article-hero__kicker {
        margin-bottom: 14px;
    }

    .article-hero__issue {
        display: none;
    }

    .article-hero h1 {
        font-size: 32px;
        line-height: 1.55;
    }

    .article-hero__lead {
        margin-top: 13px;
        font-size: 13px;
        line-height: 2;
    }

    .article-hero__signature {
        margin-top: 20px;
    }

    .article-hero__word {
        left: -10px;
        bottom: 15px;
        font-size: 96px;
    }

    .article-hero__ring--1 {
        display: none;
    }

    .article-hero__media {
        max-width: none;
    }

    .article-hero__media-accent {
        left: -9px;
        bottom: -10px;
        border-radius: 22px;
    }

    .article-hero__image-wrap {
        height: 300px;
        border-width: 5px;
        border-radius: 25px;
    }

    .article-hero__index {
        right: 17px;
        bottom: 15px;
        font-size: 25px;
    }

    .article-hero__vertical {
        top: 17px;
        left: 13px;
    }

    .article-body-section {
        padding: 38px 0 90px;
    }

    .article-body-section__ghost {
        display: none;
    }

    .article-meta {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 38px;
        padding-top: 8px;
    }

    .article-meta__item {
        padding: 4px 10px;
    }

    .article-meta__item:nth-child(odd) {
        padding-right: 0;
    }

    .article-meta__item:nth-child(2)::after {
        display: none;
    }

    .article-meta__item:nth-child(3)::after {
        display: block;
    }

    .article-meta__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .article-meta__icon svg {
        width: 15px;
        height: 15px;
    }

    .article-prose p {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 2.25;
        text-align: right;
    }

    .article-prose__intro {
        margin-bottom: 34px !important;
        padding: 20px 21px 20px 16px;
        border-radius: 16px 0 0 16px;
        font-size: 14px !important;
    }

    .article-prose h2 {
        margin: 45px 0 17px;
        padding-right: 21px;
        font-size: 25px;
    }

    .article-prose__image {
        margin: 34px 0 42px;
    }

    .article-prose__image img {
        aspect-ratio: 4 / 3;
        border-radius: 22px;
    }

    .article-end {
        margin-top: 55px;
    }

}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

    .article-hero h1 {
        font-size: 29px;
    }

    .article-hero__image-wrap {
        height: 255px;
    }

    .article-hero__vertical {
        display: none;
    }

    .article-meta {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .article-meta__item,
    .article-meta__item:nth-child(3) {
        padding: 11px 0;
        border-bottom: 1px solid var(--article-line);
    }

    .article-meta__item::after {
        display: none !important;
    }

    .article-meta__item:last-child {
        border-bottom: 0;
    }

    .article-end__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-sidebar-card,
    .article-sidebar-note {
        border-radius: 24px;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .article-breadcrumb a,
    .article-hero__image-wrap img,
    .article-end__row > a b,
    .article-categories a,
    .article-sidebar-note a b {
        transition: none !important;
    }
}

/* =========================================================
   KITCHEN — RELATED SHANI PRODUCTS
   ========================================================= */

.shani-related-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.shani-related-product {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(25, 24, 23, .08);
    border-radius: 22px;
    background: #fff;
    color: var(--article-ink);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(38, 27, 21, .035);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.shani-related-product__media {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 18px;
    background: #f8f5f0;
}

.shani-related-product__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 7px;
    transition: transform .32s ease;
}

.shani-related-product__body {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.shani-related-product__body strong {
    overflow: hidden;
    color: var(--article-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.75;
    text-overflow: ellipsis;
}

.shani-related-product__body small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--article-muted);
    font-size: 9px;
    font-weight: 750;
    transition: color .25s ease;
}

.shani-related-product__body small i {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(240, 56, 64, .09);
    color: var(--article-red);
    font-style: normal;
    font-size: 11px;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

@media (hover: hover) {
    .shani-related-product:hover {
        transform: translateY(-3px);
        border-color: rgba(240, 56, 64, .22);
        box-shadow: 0 16px 40px rgba(38, 27, 21, .07);
    }

    .shani-related-product:hover .shani-related-product__media img {
        transform: scale(1.055);
    }

    .shani-related-product:hover .shani-related-product__body small {
        color: var(--article-red);
    }

    .shani-related-product:hover .shani-related-product__body small i {
        background: var(--article-red);
        color: #fff;
        transform: rotate(-8deg);
    }
}

@media (max-width: 720px) {
    .shani-related-products {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .shani-related-product {
        padding: 11px 12px;
        border-radius: 19px;
    }

    .shani-related-product__media {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
        border-radius: 15px;
    }
}
