/* =========================================================
   OPG Kostešić — Proizvodi (carousel + redesigned card)
   Tokeni (--opg-brand, --opg-cream …) dolaze iz hero.css.
   ========================================================= */

.opg-products {
    position: relative;
    padding-block: 64px;
    background: var(--opg-cream, #f9f4f0);
    color: var(--opg-ink, #5a3733);
    font-family: var(--opg-font-body, 'Open Sans', system-ui, sans-serif);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .opg-products { padding-block: 100px; }
}

.opg-products__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 32px);
    position: relative;
    z-index: 1;
}

/* Empty state */
.opg-products__empty {
    text-align: center;
    color: var(--opg-ink-soft, #8b6a63);
    font-size: 16px;
    padding: 40px 0;
    margin: 0;
}

/* =========================================================
   Decorative bee (lijevi rub, samo desktop)
   ========================================================= */
.opg-products__deco-bee {
    display: none;
}
@media (min-width: 1024px) {
    .opg-products__deco-bee {
        display: block;
        position: absolute;
        left: 3%;
        top: 50%;
        transform: translateY(-30%);
        width: 64px;
        height: auto;
        z-index: 0;
        opacity: 0.95;
    }
}

/* =========================================================
   Section divider (wavy line + pcelica)
   ========================================================= */
.opg-products__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 320px;
    margin: 0 auto 24px;
    position: relative;
}
.opg-products__divider-bee {
    width: 38px;
    height: auto;
    flex-shrink: 0;
    transform: translate(25px, 50px);
}
.opg-products__divider-line {
    width: 280px;
    max-width: 100%;
    height: auto;
    opacity: 0.85;
}

@media (min-width: 768px) {
    .opg-products__divider { max-width: 420px; }
    .opg-products__divider-line { width: 380px; }
    .opg-products__divider-bee { width: 44px; }
}

/* =========================================================
   Header (eyebrow + naslov + bar + opis)
   ========================================================= */
.opg-products__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.opg-products__eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--opg-brand-dark, #eb6d2f);
    margin: 0 0 12px;
}

.opg-products__heading {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--opg-ink, #5a3733);
    margin: 0 0 14px;
}

.opg-products__heading-bar {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--opg-brand-dark, #eb6d2f);
    border-radius: 2px;
    margin: 0 auto 18px;
}

.opg-products__lead {
    font-size: 16px;
    line-height: 1.65;
    color: var(--opg-ink-soft, #8b6a63);
    margin: 0;
}

@media (min-width: 1024px) {
    .opg-products__header { margin-bottom: 56px; }
}

/* =========================================================
   Carousel
   ========================================================= */
.opg-products__carousel {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.opg-products__viewport {
    overflow: hidden;
    width: 100%;
}

.opg-products__track {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.opg-products__slide {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 14px;
    box-sizing: border-box;
    display: flex;
}
@media (min-width: 768px) {
    .opg-products__slide { flex-basis: 50%; }
}
@media (min-width: 1024px) {
    .opg-products__slide { flex-basis: 33.3333%; }
}

/* Strelice — smeđi (ink) krug, hover = brand orange */
.opg-products__arrow {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--opg-ink, #5a3733);
    color: var(--opg-white, #fff);
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
    box-shadow: 0 2px 10px rgba(90, 55, 51, 0.12);
}
.opg-products__arrow:hover,
.opg-products__arrow:focus-visible {
    background: var(--opg-brand-dark, #eb6d2f);
    transform: translateY(-1px);
    outline: none;
}
.opg-products__arrow[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}
.opg-products__arrow[disabled]:hover {
    background: var(--opg-ink, #5a3733);
}

/* Mobile: arrows overlay nad medijem prvog/zadnjeg slidea */
@media (max-width: 767px) {
    .opg-products__carousel {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .opg-products__arrow {
        position: absolute;
        top: 38%;
        z-index: 3;
        width: 40px;
        height: 40px;
    }
    .opg-products__arrow--prev { left: 4px; }
    .opg-products__arrow--next { right: 4px; }
    .opg-products__viewport { order: 0; }
}

/* =========================================================
   Product card (redesigned per screenshot referenca)
   - vertical layout: title → media (s honeycomb pozadinom) → cijena
     → opis → tip "pill" → CTA
   ========================================================= */
.opg-product {
    background: var(--opg-white, #fff);
    border-radius: 18px;
    padding: 26px 22px 22px;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 14px rgba(90, 55, 51, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.opg-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(90, 55, 51, 0.12);
}

.opg-product__title {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--opg-ink, #5a3733);
    margin: 0;
    line-height: 1.2;
}
.opg-product__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.opg-product__title-link:hover,
.opg-product__title-link:focus-visible {
    color: var(--opg-brand-dark, #eb6d2f);
    outline: none;
}

/* Media — slika s honeycomb pozadinom iza */
.opg-product__media {
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    margin: 4px auto;
    width: 100%;
    max-width: 280px;
}
.opg-product__image-link {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease;
}
.opg-product__image-link:hover,
.opg-product__image-link:focus-visible {
    transform: scale(1.04);
    outline: none;
}
.opg-product__media-bg {
    position: absolute;
    inset: 4%;
    border-radius: 14px;
    background-color: var(--opg-cream, #f9f4f0);
    background-image: url('../img/honeycomb-bg.svg');
    background-size: 90px 78px;
    background-repeat: repeat;
    z-index: 0;
}
.opg-product__image {
    position: relative;
    z-index: 1;
    max-width: 78%;
    max-height: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.opg-product__price {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--opg-brand-dark, #eb6d2f);
    margin: 0;
    line-height: 1;
}

.opg-product__desc {
    font-size: 14px;
    line-height: 1.55;
    color: var(--opg-ink-soft, #8b6a63);
    margin: 0;
}

/* Tip "pill" — krug s ikonom + naziv vrste */
.opg-product__type {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(247, 189, 0, 0.18);
    border-radius: var(--opg-radius-pill, 999px);
    padding: 6px 18px 6px 6px;
    align-self: center;
    margin-top: 4px;
}
.opg-product__type-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--opg-brand, #f7bd00);
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(247, 189, 0, 0.4);
}
.opg-product__type-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.opg-product__type-name {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: var(--opg-ink, #5a3733);
}

/* Actions wrapper — sadrži CTA + detail link.
   margin-top:auto gura blok pri dno kartice → kartice s kraćim opisom
   imaju veći prazan prostor iznad gumba, ali su iste visine kao i ostale. */
.opg-product__actions {
    margin-top: auto;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

/* CTA — full-width pill, brand orange */
.opg-product__cta {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: var(--opg-radius-pill, 999px);
    background: var(--opg-brand-dark, #eb6d2f);
    color: var(--opg-white, #fff);
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
.opg-product__cta:hover,
.opg-product__cta:focus-visible {
    background: #d05a20;
    transform: translateY(-1px);
    outline: none;
}
.opg-product__cta svg {
    flex-shrink: 0;
}

/* Detail link — diskretan, ide ispod CTA gumba */
.opg-product__detail-link {
    align-self: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--opg-ink-soft, #8b6a63);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.opg-product__detail-link:hover,
.opg-product__detail-link:focus-visible {
    color: var(--opg-brand-dark, #eb6d2f);
    border-bottom-color: var(--opg-brand-dark, #eb6d2f);
    outline: none;
}

/* WC price wrapper — wc_price() vraća .woocommerce-Price-amount span */
.opg-product__price .woocommerce-Price-amount {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    color: inherit;
    font: inherit;
}
.opg-product__price .woocommerce-Price-currencySymbol {
    font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
    .opg-products__track,
    .opg-product,
    .opg-product__cta,
    .opg-products__arrow {
        transition: none;
    }
    .opg-product:hover,
    .opg-product__cta:hover {
        transform: none;
    }
}


/* =========================================================
   Single product page (custom template, /product/<slug>/)
   Layout:
     - Cijela sekcija ima honeycomb SVG bg kroz svoju cijelu površinu
       (cream pod njim) — i na mobile-u i na desktopu.
     - Mobile: title → image → desc → benefits → type → price+CTA
       (single col, full-width, large fontovi za 100vh popunjavanje).
     - Desktop: 2-col grid s grid-template-areas:
         "media title"
         "media info"
       Image lijevo (spans both rows); title gore desno; info ispod desno.
   ========================================================= */

.opg-product-single {
    position: relative;
    background-color: var(--opg-cream, #f9f4f0);
    background-image: url('../img/honeycomb-bg.svg');
    background-size: 140px 122px;
    background-repeat: repeat;
    color: var(--opg-ink, #5a3733);
    font-family: var(--opg-font-body, 'Open Sans', system-ui, sans-serif);
    padding: 36px 0 56px;
    min-height: 100vh;
    min-height: 100dvh;
}
@media (min-width: 768px) {
    .opg-product-single {
        padding: 56px 0 72px;
        background-size: 160px 138px;
    }
}
@media (min-width: 1024px) {
    .opg-product-single {
        padding: 80px 0 100px;
        min-height: auto;
        background-size: 180px 156px;
    }
}

.opg-product-single__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 48px);
    position: relative;
    z-index: 1;
}

.opg-product-single__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "title"
        "media"
        "info";
    gap: 26px;
}
@media (min-width: 1024px) {
    .opg-product-single__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        grid-template-areas:
            "media title"
            "media info";
        gap: 24px 64px;
        align-items: start;
    }
}

/* Title — bold, dark, prominent */
.opg-product-single__title {
    grid-area: title;
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: clamp(38px, 10vw, 52px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.05;
    color: var(--opg-ink, #5a3733);
    margin: 0;
    text-align: center;
}
@media (min-width: 1024px) {
    .opg-product-single__title {
        font-size: clamp(48px, 4.2vw, 64px);
        text-align: left;
        margin-bottom: 4px;
    }
}

/* Slika — bg već ima honeycomb na cijeloj sekciji, ovaj __media-bg je samo
   subtle cream halo iza slike za readability (mali "spotlight"). */
.opg-product-single__media {
    grid-area: media;
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    width: 100%;
}
.opg-product-single__media-bg {
    position: absolute;
    inset: 6%;
    border-radius: 50%;
    background: radial-gradient(circle at center,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(249, 244, 240, 0.5) 50%,
        transparent 78%);
    z-index: 0;
    pointer-events: none;
}
.opg-product-single__image {
    position: relative;
    z-index: 1;
    max-width: 82%;
    max-height: 92%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(90, 55, 51, 0.22));
}
@media (min-width: 1024px) {
    .opg-product-single__media {
        max-height: 600px;
    }
    .opg-product-single__image {
        max-width: 78%;
    }
}

/* Info column */
.opg-product-single__info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 1024px) {
    .opg-product-single__info {
        gap: 26px;
    }
}

/* Description — dark, na cream/honeycomb bg-u */
.opg-product-single__desc {
    font-size: 17px;
    line-height: 1.7;
    color: var(--opg-ink, #5a3733);
    text-align: center;
}
.opg-product-single__desc p { margin: 0 0 12px; }
.opg-product-single__desc p:last-child { margin-bottom: 0; }
@media (min-width: 1024px) {
    .opg-product-single__desc {
        font-size: 18px;
        text-align: left;
    }
}

/* =========================================================
   MOBILE + TABLET OVERRIDE — sve ispod desktop-a (≤1023px) dobiva
   znatno veće fontove. Razlog: theme constrain-a content area na
   uskoj koloni i na 800-1000px viewporta, pa fontovi izgledaju sitno.
   `!important` jer themei (Twenty Twenty-* serija) imaju vrlo
   specifična pravila za .entry-content p.
   ========================================================= */
@media (max-width: 1023px) {
    main.opg-product-single { padding: 28px 0 60px !important; }

    main.opg-product-single .opg-product-single__container {
        padding-inline: 18px !important;
        max-width: 100% !important;
    }

    main.opg-product-single .opg-product-single__grid { gap: 28px !important; }

    main.opg-product-single .opg-product-single__title,
    main.opg-product-single h1 {
        font-size: clamp(44px, 12vw, 60px) !important;
        line-height: 1 !important;
        margin: 0 0 6px !important;
        font-weight: 700 !important;
    }

    main.opg-product-single .opg-product-single__desc,
    main.opg-product-single .opg-product-single__desc p,
    main.opg-product-single .opg-product-single__desc * {
        font-size: 22px !important;
        line-height: 1.65 !important;
        text-align: left !important;
        color: var(--opg-ink, #5a3733) !important;
    }
    main.opg-product-single .opg-product-single__desc p {
        margin: 0 0 14px !important;
    }

    main.opg-product-single .opg-product-single__benefits {
        padding: 24px 24px 24px 26px !important;
        border-left-width: 7px !important;
    }
    main.opg-product-single .opg-product-single__benefits-heading,
    main.opg-product-single h2.opg-product-single__benefits-heading {
        font-size: 22px !important;
        letter-spacing: 0.1em !important;
        margin: 0 0 14px !important;
    }
    main.opg-product-single .opg-product-single__benefits-body,
    main.opg-product-single .opg-product-single__benefits-body p,
    main.opg-product-single .opg-product-single__benefits-body * {
        font-size: 20px !important;
        line-height: 1.6 !important;
    }
    main.opg-product-single .opg-product-single__benefits-body p {
        margin: 0 0 10px !important;
    }

    main.opg-product-single .opg-product-single__type {
        gap: 18px !important;
        padding: 12px 30px 12px 10px !important;
    }
    main.opg-product-single .opg-product-single__type-icon {
        width: 70px !important;
        height: 70px !important;
    }
    main.opg-product-single .opg-product-single__type-icon img {
        width: 42px !important;
        height: 42px !important;
    }
    main.opg-product-single .opg-product-single__type-name {
        font-size: 20px !important;
        letter-spacing: 0.08em !important;
    }

    main.opg-product-single .opg-product-single__buy {
        gap: 20px !important;
        padding-top: 30px !important;
    }
    main.opg-product-single .opg-product-single__price,
    main.opg-product-single .opg-product-single__price * {
        font-size: clamp(48px, 12vw, 60px) !important;
        font-weight: 700 !important;
    }

    main.opg-product-single .opg-product-single__cta,
    main.opg-product-single a.opg-product-single__cta {
        padding: 24px 30px !important;
        font-size: 19px !important;
        letter-spacing: 0.16em !important;
        gap: 14px !important;
    }
    main.opg-product-single .opg-product-single__cta svg {
        width: 24px !important;
        height: 24px !important;
    }
}

/* Smaller phones (≤380px) — blago smanji da ne pukne layout */
@media (max-width: 380px) {
    main.opg-product-single .opg-product-single__title { font-size: 40px !important; }
    main.opg-product-single .opg-product-single__desc,
    main.opg-product-single .opg-product-single__desc p,
    main.opg-product-single .opg-product-single__desc * { font-size: 20px !important; }
    main.opg-product-single .opg-product-single__benefits-heading { font-size: 20px !important; }
    main.opg-product-single .opg-product-single__benefits-body,
    main.opg-product-single .opg-product-single__benefits-body p,
    main.opg-product-single .opg-product-single__benefits-body * { font-size: 18px !important; }
    main.opg-product-single .opg-product-single__type-name { font-size: 18px !important; }
    main.opg-product-single .opg-product-single__cta {
        font-size: 17px !important;
        padding: 22px 26px !important;
    }
}

/* "Za što je dobar" — yellow border-left highlight box, polu-prozirni white
   pa honeycomb ostane subtle pozadi. Mobile ima ovaj kao bold call-out. */
.opg-product-single__benefits {
    background: rgba(255, 255, 255, 0.78);
    border-left: 5px solid var(--opg-brand, #f7bd00);
    border-radius: 0 16px 16px 0;
    padding: 20px 22px;
    box-shadow: 0 6px 20px rgba(90, 55, 51, 0.06);
}
.opg-product-single__benefits-heading {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--opg-brand-dark, #eb6d2f);
    margin: 0 0 10px;
}
.opg-product-single__benefits-body {
    font-size: 16px;
    line-height: 1.65;
    color: var(--opg-ink, #5a3733);
}
.opg-product-single__benefits-body p { margin: 0 0 8px; }
.opg-product-single__benefits-body p:last-child { margin-bottom: 0; }
@media (min-width: 1024px) {
    .opg-product-single__benefits {
        padding: 22px 26px;
    }
    .opg-product-single__benefits-heading { font-size: 17px; }
    .opg-product-single__benefits-body { font-size: 17px; }
}

/* Tip "pill" — bigger na single page nego na kartici, yellow brand */
.opg-product-single__type {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--opg-white, #fff);
    border: 1px solid rgba(247, 189, 0, 0.5);
    border-radius: var(--opg-radius-pill, 999px);
    padding: 8px 26px 8px 8px;
    align-self: center;
    box-shadow: 0 4px 14px rgba(247, 189, 0, 0.18);
}
.opg-product-single__type-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--opg-brand, #f7bd00);
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(247, 189, 0, 0.4);
}
.opg-product-single__type-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.opg-product-single__type-name {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 15px;
    color: var(--opg-ink, #5a3733);
}
@media (min-width: 1024px) {
    .opg-product-single__type {
        align-self: flex-start;
    }
    .opg-product-single__type-icon {
        width: 60px; height: 60px;
    }
    .opg-product-single__type-icon img {
        width: 36px; height: 36px;
    }
    .opg-product-single__type-name { font-size: 16px; }
}

/* Buy block — cijena (large brand orange) + CTA full-width pill */
.opg-product-single__buy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 4px;
    padding-top: 24px;
    border-top: 2px solid rgba(247, 189, 0, 0.4);
    text-align: center;
}
.opg-product-single__price {
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: clamp(36px, 9vw, 44px);
    font-weight: 700;
    color: var(--opg-brand-dark, #eb6d2f);
    margin: 0;
    line-height: 1;
}
.opg-product-single__price .woocommerce-Price-amount {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: inherit;
    font: inherit;
}
.opg-product-single__price .woocommerce-Price-currencySymbol {
    font-weight: 700;
}
@media (min-width: 1024px) {
    .opg-product-single__buy {
        text-align: left;
        gap: 18px;
        padding-top: 28px;
    }
    .opg-product-single__price {
        font-size: 48px;
    }
}

.opg-product-single__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 30px;
    border-radius: var(--opg-radius-pill, 999px);
    background: var(--opg-brand-dark, #eb6d2f);
    color: var(--opg-white, #fff);
    font-family: var(--opg-font-heading, 'Signika Negative', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(235, 109, 47, 0.35);
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.opg-product-single__cta:hover,
.opg-product-single__cta:focus-visible {
    background: #d05a20;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(235, 109, 47, 0.5);
    outline: none;
}
.opg-product-single__cta svg {
    width: 20px;
    height: 20px;
}
@media (min-width: 1024px) {
    .opg-product-single__cta {
        font-size: 16px;
        padding: 22px 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .opg-product-single__cta {
        transition: none;
    }
    .opg-product-single__cta:hover {
        transform: none;
    }
}
