/*
 * Raven Lines unified storefront layer
 * Loaded after the legacy bundle so the original style.css stays untouched.
 */

:root {
    --raven-ink: #12110f;
    --raven-ink-soft: #24211d;
    --raven-gold: #c8921a;
    --raven-gold-dark: #9f6e0b;
    --raven-gold-pale: #f6ead0;
    --raven-ivory: #fbf9f5;
    --raven-sand: #f4efe7;
    --raven-line: #e8dfd1;
    --raven-muted: #756f67;
    --raven-white: #fff;
    --raven-radius: 20px;
    --raven-shadow: 0 16px 42px rgba(28, 22, 14, .08);
    --raven-shadow-hover: 0 22px 54px rgba(28, 22, 14, .14);
    --raven-container: 1248px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--raven-ink);
    background: var(--raven-white);
    font-family: "Tajawal", "Cairo", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body .container {
    width: 100%;
    max-width: var(--raven-container);
}

body a,
body button,
body input,
body select,
body textarea {
    font-family: inherit;
}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body select:focus-visible,
body textarea:focus-visible {
    outline: 3px solid rgba(200, 146, 26, .28);
    outline-offset: 3px;
}

/* Header */
.rivo-header {
    border-bottom: 1px solid var(--raven-line);
    background: rgba(255, 255, 255, .98);
}

.rivo-header .rivo-topbar {
    min-height: 34px;
    background: var(--raven-ink);
}

.rivo-header .rivo-topbar-inner {
    min-height: 34px;
}

.rivo-header .rivo-topbar-item,
.rivo-header .rivo-language-switch a,
.rivo-header .header-switch-btn {
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.rivo-header .rivo-topbar-item i {
    color: var(--raven-gold);
}

.rivo-header .rivo-topbar-divider {
    background: rgba(255, 255, 255, .18);
}

.rivo-header .rivo-main-header {
    background: #fff;
}

.rivo-header .rivo-main-header .header-inner {
    min-height: 108px;
}

.rivo-header .rivo-logo img {
    width: auto;
    max-width: 250px;
    max-height: 82px;
    object-fit: contain;
}

.rivo-header .rivo-search-trigger {
    min-height: 50px;
    border: 1px solid #ded8cf;
    border-radius: 999px;
    background: #fff;
    color: #8a837a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rivo-header .rivo-search-trigger:hover {
    border-color: var(--raven-gold);
    background: var(--raven-ivory);
    box-shadow: 0 8px 24px rgba(26, 21, 15, .06);
}

.rivo-header .rivo-search-trigger i {
    color: var(--raven-gold-dark);
}

.rivo-header .rivo-action-item {
    color: var(--raven-ink);
}

.rivo-header .rivo-action-icon {
    transition: color .2s ease, transform .2s ease;
}

.rivo-header .rivo-action-item:hover .rivo-action-icon {
    color: var(--raven-gold-dark);
    transform: translateY(-2px);
}

.rivo-header .rivo-action-label {
    font-weight: 600;
}

.rivo-header .rivo-navigation,
.rivo-header .rivo-nav-wrap,
.rivo-header .header-bottom {
    background: #fff;
}

.rivo-header .rivo-nav-link,
.rivo-header .nav-ul > li > a {
    position: relative;
    color: #38342f;
    font-weight: 700;
}

.rivo-header .rivo-nav-link::after,
.rivo-header .nav-ul > li > a::after {
    position: absolute;
    right: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    border-radius: 99px;
    background: var(--raven-gold);
    content: "";
    transition: right .2s ease, width .2s ease;
}

.rivo-header .rivo-nav-link:hover::after,
.rivo-header .rivo-nav-link.active::after,
.rivo-header .nav-ul > li > a:hover::after {
    right: 0;
    width: 100%;
}

/* Home composition */
body.pb-page-builder #container {
    overflow: clip;
}

body.pb-page-builder #container > .pb-module:first-of-type {
    background: var(--raven-ivory);
}

body.pb-page-builder .rivo-main-slideshow {
    border-bottom: 1px solid var(--raven-line);
    background: var(--raven-ivory);
}

body.pb-page-builder .rivo-main-slideshow .slideshow-wrap,
body.pb-page-builder .rivo-main-slideshow .sld_image,
body.pb-page-builder .rivo-main-slideshow .rivo-banner-picture {
    overflow: hidden;
}

body.pb-page-builder .rivo-main-slideshow img {
    width: 100%;
    object-fit: cover;
}

body.pb-page-builder .section-btn-under-image {
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(180deg, #fff 0%, var(--raven-ivory) 100%);
}

body.pb-page-builder .themesFlat.flat-spacing {
    padding-top: 28px;
    padding-bottom: 28px;
    background: #fff;
}

body.pb-page-builder .themesFlat .tf-grid-layout {
    gap: 22px !important;
}

body.pb-page-builder .themesFlat .box-image_v04,
body.pb-page-builder .themesFlat .bn-image,
body.pb-page-builder .themesFlat .dbb-picture {
    overflow: hidden;
    border-radius: 24px;
}

body.pb-page-builder .themesFlat .box-image_v04 {
    border: 1px solid rgba(159, 110, 11, .14);
    background: var(--raven-sand);
    box-shadow: var(--raven-shadow);
}

body.pb-page-builder .themesFlat .bn-image {
    display: block;
}

body.pb-page-builder .themesFlat img {
    width: 100%;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

body.pb-page-builder .themesFlat .box-image_v04:hover img {
    transform: scale(1.025);
    filter: saturate(1.04) contrast(1.02);
}

body.pb-page-builder .themesFlat .flat-spacing.bg-main {
    padding: 50px 38px;
    border: 1px solid var(--raven-line);
    border-radius: 24px !important;
    background: linear-gradient(145deg, #f8f4ed, #fffaf2) !important;
    box-shadow: var(--raven-shadow);
}

body.pb-page-builder .themesFlat .sect-heading.text-center {
    margin-bottom: 30px;
}

body.pb-page-builder .themesFlat .sect-heading.text-center .s-title {
    color: var(--raven-ink);
    font-family: "Cairo", "Tajawal", sans-serif;
    font-size: clamp(27px, 2.4vw, 36px);
    font-weight: 800;
}

body.pb-page-builder .themesFlat .sect-heading.text-center .s-desc {
    margin-top: 8px;
    color: var(--raven-muted) !important;
}

body.pb-page-builder .testimonial-v01 {
    overflow: hidden;
    height: 100%;
    border: 1px solid var(--raven-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 26px rgba(31, 25, 18, .055);
}

body.pb-page-builder .testimonial-v01 .tes-content {
    height: 100%;
    padding: 26px;
}

body.pb-page-builder .testimonial-v01 .star-wrap i {
    color: var(--raven-gold) !important;
}

body.pb-page-builder .testimonial-v01 .author-name {
    color: var(--raven-ink);
    font-weight: 800;
}

body.pb-page-builder .testimonial-v01 .author-verified,
body.pb-page-builder .testimonial-v01 .tes_text {
    color: var(--raven-muted);
}

body.pb-page-builder .testimonial-v01 .tes_product {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--raven-line);
}

body.pb-page-builder .testimonial-v01 .product-image img {
    border: 1px solid var(--raven-line);
    border-radius: 12px;
    background: var(--raven-ivory);
}

body.pb-page-builder .testimonial-v01 .prd_price {
    color: var(--raven-gold-dark) !important;
}

/* Product details */
.section-page-title-single {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid var(--raven-line);
    background: linear-gradient(180deg, #fff, var(--raven-ivory));
}

.section-page-title-single .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: var(--raven-muted);
}

.section-page-title-single .breadcrumbs a {
    color: var(--raven-muted) !important;
}

.section-page-title-single .breadcrumbs a:hover {
    color: var(--raven-gold-dark) !important;
}

#product-info {
    padding-top: 34px;
    padding-bottom: 20px;
    background: #fff;
}

#product-info > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
    align-items: flex-start;
    gap: 24px;
    margin-inline: 0;
    --bs-gutter-x: 0;
}

#product-info > .container > .row > .col-md-7,
#product-info > .container > .row > .col-md-5 {
    width: 100%;
    max-width: none;
    padding-inline: 0;
}

#product-info > .container > .row > .col-md-5,
#product-info .tf-product-info-wrap,
#product-info .tf-product-info-list {
    height: 100%;
}

#product-info .tf-product-info-list {
    display: flex;
    flex-direction: column;
}

#product-info .tf-product-variant {
    margin-top: auto;
}

#product-info .tf-product-media-wrap {
    top: 22px !important;
}

#product-info .product-thumbs-slider {
    gap: 16px;
    height: auto;
    padding: 14px;
    border: 0;
    border-radius: 10px;
    background: #faf8f4;
    box-shadow: 0 10px 28px rgba(34, 28, 21, .06);
}

@media (min-width: 768px) {
    #product-info .product-thumbs-slider {
        height: 100%;
    }
}

#product-info .flat-wrap-media-product,
#product-info .tf-product-media-main {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

#product-info .tf-product-media-main {
    border: 0;
}

#product-info .tf-product-media-main .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: default !important;
    background: #fbf8f3;
}

#product-info .tf-product-media-main .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none !important;
    transition: none !important;
    pointer-events: none;
}

#product-info .tf-product-media-main .item:hover img {
    transform: none !important;
}

#product-info .tf-product-media-thumbs {
    width: 82px;
    flex: 0 0 82px;
}

#product-info .tf-product-media-thumbs .swiper-slide {
    overflow: hidden;
    padding: 4px;
    border: 1px solid var(--raven-line);
    border-radius: 12px;
    background: #fff;
    opacity: .62;
    cursor: pointer;
    transition: border-color .2s ease, opacity .2s ease, box-shadow .2s ease;
}

#product-info .tf-product-media-thumbs .swiper-slide-thumb-active {
    border-color: var(--raven-gold);
    box-shadow: 0 0 0 2px rgba(200, 146, 26, .14);
    opacity: 1;
}

#product-info .tf-product-media-thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    object-fit: cover;
}

#product-info .product-thumbs-slider .tf-product-media-thumbs .item,
#product-info .product-thumbs-slider .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item {
    border: 0 !important;
    border-color: transparent !important;
}

#product-info .tf-product-info-wrap {
    height: auto;
}

#product-info .tf-product-info-list {
    padding: 24px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(34, 28, 21, .06);
}

#product-info .product-infor-name {
    margin-bottom: 14px !important;
    color: var(--raven-ink);
    font-family: "Cairo", "Tajawal", sans-serif;
    font-size: clamp(27px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.35;
}

#product-info .ot-brand-header {
    width: 100%;
    min-height: 62px;
    margin: 0 0 14px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    background: #fff;
}

#product-info .ot-brand-header-identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

#product-info .ot-brand-header-logo {
    width: 82px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--raven-ink);
    font-size: 13px;
    font-weight: 800;
    white-space: normal;
    text-align: center;
}

#product-info .ot-brand-header-logo-img {
    width: 100%;
    height: 100%;
    max-width: 82px;
    max-height: 38px;
    object-fit: contain;
}

#product-info .ot-brand-header-logo-fallback {
    overflow: hidden;
    text-overflow: ellipsis;
}

#product-info .ot-brand-header-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    line-height: 1.2;
    text-align: start;
}

#product-info .ot-brand-header-name {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

#product-info .ot-brand-header-verified {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    border-radius: 50%;
    background: #9bd769;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

#product-info .ot-brand-header-auth {
    color: #a8a8a8;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

#product-info .ot-brand-header-action {
    padding: 8px 14px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
}

#product-info .ot-brand-header-action:hover {
    background: var(--raven-gold-dark);
    color: #fff;
}

html[dir="rtl"] #product-info .ot-brand-header {
    direction: rtl;
}

html[dir="rtl"] #product-info .ot-brand-header-identity {
    direction: rtl;
}

html[dir="rtl"] #product-info .ot-brand-header-copy {
    align-items: flex-start;
    text-align: right;
}

@media (max-width: 575.98px) {
    #product-info .ot-brand-header {
        min-height: 58px;
        padding: 8px 10px;
        gap: 8px;
    }

    #product-info .ot-brand-header-identity {
        gap: 8px;
    }

    #product-info .ot-brand-header-logo {
        width: 68px;
        height: 32px;
    }

    #product-info .ot-brand-header-logo-img {
        max-width: 68px;
        max-height: 32px;
    }

    #product-info .ot-brand-header-name {
        font-size: 12px;
    }

    #product-info .ot-brand-header-auth {
        font-size: 10px;
    }

    #product-info .ot-brand-header-action {
        padding: 7px 11px;
        font-size: 11px;
    }
}

#product-info .product-infor-meta {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin-bottom: 18px !important;
    padding: 8px 10px;
    border: 1px solid #eee6d9;
    border-radius: 13px;
    background: var(--raven-ivory);
}

#product-info .ot-product-rating {
    gap: 8px;
}

#product-info .ot-product-rating--detail {
    direction: ltr;
    gap: 7px;
}

#product-info .ot-product-rating--detail .ot-rating-count {
    color: #aaa59d;
    font-size: 13px;
    font-weight: 500;
}

#product-info .ot-product-rating--detail .ot-pr-value {
    font-size: 14px;
    font-weight: 600;
}

#product-info .ot-product-rating--detail .ot-pr-stars-base,
#product-info .ot-product-rating--detail .ot-pr-stars-fill {
    gap: 4px;
}

#product-info .ot-product-rating--detail .ot-pr-stars-base .icon,
#product-info .ot-product-rating--detail .ot-pr-stars-fill .icon {
    font-size: 17px;
}

.rivo-product-source-note {
    margin: 0 0 18px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(200, 146, 26, .32);
    border-radius: 11px;
    background: linear-gradient(135deg, #fffaf0, #fffdf8);
    color: #3d3528;
    font-size: 14px;
    line-height: 1.75;
}

.rivo-product-source-note strong {
    color: var(--raven-gold-dark);
    font-weight: 800;
}

.rivo-product-source-note__badge {
    min-width: 58px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #087a3d;
    color: #fff;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

@media (max-width: 575.98px) {
    .rivo-product-source-note {
        padding: 10px 12px;
        font-size: 13px;
    }
}

#product-info .ot-pr-value {
    color: var(--raven-ink);
    font-weight: 800;
}

#product-info .ot-pr-stars-fill,
#product-info .ot-review-summary-stars .ot-pr-stars-fill {
    color: var(--raven-gold) !important;
}

.ot-card-rating {
    width: max-content;
    min-height: 18px;
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    direction: ltr;
    font-size: 12px;
    line-height: 1;
}

.ot-card-rating .ot-rating-star {
    color: #f3b21f;
    font-size: 13px;
}

.ot-card-rating .ot-rating-count {
    color: #aaa59d;
    font-weight: 500;
    line-height: 1;
}

.ot-card-rating .ot-rating-value {
    color: #5f5a53;
    font-weight: 600;
}

.ot-card-rating.ot-card-rating--empty .ot-rating-count {
    color: #b7b2aa;
}

html[dir="rtl"] .card-product_info > .ot-card-rating {
    margin-right: 0;
    margin-left: auto;
}

#product-info .ot-meta-favorite-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--raven-line);
    border-radius: 50%;
    background: #fff;
    color: var(--raven-ink);
}

#product-info .ot-meta-favorite-btn:hover,
#product-info .ot-meta-favorite-btn.is-active {
    border-color: var(--raven-gold);
    background: var(--raven-ink);
    color: var(--raven-gold);
}

#product-info .ot-product-price {
    padding: 18px 20px;
    border: 1px solid rgba(200, 146, 26, .24);
    border-radius: 16px;
    background: linear-gradient(145deg, #fffaf0, #fff);
}

#product-info .ot-price-new {
    margin: 0;
    color: var(--raven-gold-dark) !important;
    font-size: 30px;
    font-weight: 900;
}

#product-info .ot-price-tax {
    margin-top: 7px;
    margin-bottom: 0;
    color: var(--raven-muted) !important;
}

#product-info .br-line {
    margin-top: 16px;
    margin-bottom: 16px;
    background: var(--raven-line);
}

#product-info .tf-opt-group {
    margin-bottom: 14px;
}

#product-info .tf-opt-label {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--raven-ink);
    font-size: 15px;
    font-weight: 800;
}

#product-info .tf-opt-select,
#product-info .tf-opt-input-field {
    min-height: 54px;
    padding-inline: 16px;
    border: 0;
    border-radius: 8px;
    background-color: #f7f5f1;
    color: var(--raven-ink);
    box-shadow: inset 0 0 0 1px #e8e1d6;
}

#product-info .tf-opt-select:focus,
#product-info .tf-opt-input-field:focus {
    border-color: var(--raven-gold);
    background-color: #fff;
    box-shadow: inset 0 0 0 1px var(--raven-gold), 0 0 0 3px rgba(200, 146, 26, .09);
}

#product-info .tf-native-select-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#product-info .tf-custom-select {
    position: relative;
    width: 100%;
}

#product-info .tf-custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 11px 15px;
    border: 0;
    border-radius: 8px;
    background: #f7f5f1;
    color: #777067;
    font-size: 14px;
    line-height: 1.5;
    text-align: start;
    box-shadow: inset 0 0 0 1px #e8e1d6;
    transition: background-color .18s ease, box-shadow .18s ease;
}

#product-info .tf-custom-select.has-value .tf-custom-select-trigger {
    color: var(--raven-ink);
    font-weight: 700;
}

#product-info .tf-custom-select-trigger:hover {
    background: #f3efe9;
}

#product-info .tf-custom-select-trigger:focus-visible,
#product-info .tf-custom-select.is-open .tf-custom-select-trigger {
    outline: none;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--raven-gold), 0 0 0 3px rgba(200, 146, 26, .09);
}

#product-info .tf-custom-select-arrow {
    width: 8px;
    height: 8px;
    margin-inline-start: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
}

#product-info .tf-custom-select.is-open .tf-custom-select-arrow {
    transform: rotate(225deg) translate(-2px, -2px);
}

#product-info .tf-custom-select-menu {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    left: 0;
    z-index: 40;
    max-height: 260px;
    padding: 6px;
    overflow-y: auto;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(25, 21, 16, .14);
}

#product-info .tf-custom-select-menu[hidden] {
    display: none;
}

#product-info .tf-custom-select-option {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #514b44;
    font-size: 14px;
    text-align: start;
    transition: background-color .15s ease, color .15s ease;
}

#product-info .tf-custom-select-option:hover,
#product-info .tf-custom-select-option:focus-visible {
    outline: none;
    background: #f6f2ec;
    color: var(--raven-ink);
}

#product-info .tf-custom-select-option.is-selected {
    background: var(--raven-ink);
    color: #fff;
    font-weight: 800;
}

#product-info .tf-custom-select-option.is-selected::after {
    width: 7px;
    height: 12px;
    margin-inline-start: auto;
    border-right: 2px solid var(--raven-gold);
    border-bottom: 2px solid var(--raven-gold);
    content: "";
    transform: rotate(45deg);
}

#product-info .tf-opt-pill {
    min-height: 44px;
    border: 0;
    border-radius: 7px;
    background: #f7f5f1;
    box-shadow: inset 0 0 0 1px #e8e1d6;
}

#product-info .tf-opt-pill:hover {
    background: #f1ece5;
    box-shadow: inset 0 0 0 1px #d8cdbd;
}

#product-info .tf-opt-input:checked + .tf-opt-pill {
    background: var(--raven-ink);
    color: #fff;
    box-shadow: inset 0 0 0 1px var(--raven-ink);
}

#product-info .tf-opt-input-field[type="date"],
#product-info .tf-opt-input-field[type="time"],
#product-info .tf-opt-input-field[type="datetime-local"] {
    appearance: none;
    -webkit-appearance: none;
}

#product-info .tf-btn-upload {
    min-height: 52px;
    border: 0;
    border-radius: 8px;
    background: #f7f5f1;
    color: var(--raven-ink);
    box-shadow: inset 0 0 0 1px #e8e1d6;
}

#product-info .tf-btn-upload:hover {
    background: #f0ebe3;
}

#product-info #button-cart {
    min-height: 56px;
    border: 1px solid var(--raven-ink) !important;
    border-radius: 14px !important;
    background: var(--raven-ink) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(18, 17, 15, .15);
}

#product-info #button-cart:hover {
    border-color: var(--raven-gold) !important;
    background: var(--raven-gold) !important;
    color: var(--raven-ink) !important;
    transform: translateY(-2px);
}

#product-info + .section-product-description {
    padding-top: 22px;
    padding-bottom: 38px;
    background: var(--raven-ivory);
}

#product-info + .section-product-description .tab-btn-wrap-v1 {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 0;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #e8e1d7;
    border-radius: 0;
    background: transparent;
}

#product-info + .section-product-description .tf-btn-tab {
    min-height: 42px;
    padding: 9px 17px;
    border-radius: 5px;
    color: var(--raven-muted);
}

#product-info + .section-product-description .tf-btn-tab.active {
    background: transparent;
    color: var(--raven-ink);
    box-shadow: inset 0 -3px 0 var(--raven-gold);
}

#product-info + .section-product-description .tf-btn-tab::after {
    display: none;
}

#product-info + .section-product-description .tab-content {
    min-height: 0;
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#product-info + .section-product-description .ot-mobile-accordion-trigger {
    display: none;
}

#product-info + .section-product-description .desc_info {
    color: #4f4942;
    font-size: 15px;
    line-height: 1.85;
}

#product-info + .section-product-description .tab-content_desc,
#product-info + .section-product-description .box-desc {
    min-height: 0 !important;
    height: auto !important;
}

#product-info + .section-product-description .desc_info > :first-child {
    margin-top: 0;
}

#product-info + .section-product-description .desc_info > :last-child {
    margin-bottom: 0;
}

#product-info + .section-product-description .desc_info p {
    margin-bottom: 8px;
}

/* Product usage guide */
#product-info + .section-product-description #usage-method .desc_info {
    width: 100%;
    max-width: none;
    margin: 0;
}

#product-info + .section-product-description #usage-method .desc_info > h3 {
    margin: 0 0 12px;
    color: var(--raven-ink);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

#product-info + .section-product-description #usage-method .desc_info > ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    counter-reset: usage-step;
}

#product-info + .section-product-description #usage-method .desc_info > ol > li {
    position: relative;
    min-height: 0;
    padding: 10px 40px 10px 0;
    border-bottom: 1px solid #eee8df;
    color: #5a544d;
    font-size: 14px;
    line-height: 1.8;
    counter-increment: usage-step;
}

#product-info + .section-product-description #usage-method .desc_info > ol > li::before {
    position: absolute;
    inset-block-start: 11px;
    inset-inline-start: 0;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(200, 145, 29, .45);
    border-radius: 50%;
    background: #fffaf0;
    color: #8e6113;
    content: counter(usage-step);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

#product-info + .section-product-description #usage-method .desc_info > ol > li > strong {
    display: block;
    margin-bottom: 2px;
    color: #2f2b27;
    font-size: 15px;
    font-weight: 700;
}

#product-info + .section-product-description #usage-method .desc_info > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 24px;
    margin: 0;
    padding: 14px 16px;
    border-inline-start: 3px solid var(--raven-gold);
    background: #faf8f4;
    list-style: none;
}

#product-info + .section-product-description #usage-method .desc_info > ul > li {
    position: relative;
    padding-inline-start: 17px;
    color: #5a544d;
    font-size: 13px;
    line-height: 1.75;
}

#product-info + .section-product-description #usage-method .desc_info > ul > li::before {
    position: absolute;
    inset-block-start: .72em;
    inset-inline-start: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--raven-gold);
    content: "";
}

@media (max-width: 767.98px) {
    #product-info + .section-product-description #usage-method .desc_info > h3 {
        margin-bottom: 9px;
        font-size: 16px;
    }

    #product-info + .section-product-description #usage-method .desc_info > ol,
    #product-info + .section-product-description #usage-method .desc_info > ul {
        grid-template-columns: 1fr;
    }

    #product-info + .section-product-description #usage-method .desc_info > ol {
        gap: 0;
        margin-bottom: 20px;
    }

    #product-info + .section-product-description #usage-method .desc_info > ol > li {
        min-height: 0;
        padding-block: 12px;
        padding-inline: 40px 0;
        font-size: 13px;
        line-height: 1.75;
    }

    #product-info + .section-product-description #usage-method .desc_info > ol > li::before {
        inset-block-start: 12px;
        width: 27px;
        height: 27px;
        font-size: 12px;
    }

    #product-info + .section-product-description #usage-method .desc_info > ol > li > strong {
        font-size: 14px;
    }

    #product-info + .section-product-description #usage-method .desc_info > ul {
        gap: 5px;
        padding: 12px 13px;
    }
}

/* Premium product details: specifications */
#product-info + .section-product-description .ot-specs-wrap {
    display: grid;
    gap: 14px;
    margin: 0;
}

#product-info + .section-product-description .ot-specs-group {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #faf8f4;
}

#product-info + .section-product-description .ot-specs-group-title {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin: 0;
    padding: 12px 18px;
    border-bottom: 0;
    background: #12110f;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

#product-info + .section-product-description .ot-specs-group-title::before {
    width: 4px;
    height: 20px;
    margin-inline-end: 9px;
    border-radius: 99px;
    background: var(--raven-gold);
    content: "";
}

#product-info + .section-product-description .ot-specs-group .table-responsive {
    overflow: visible;
    padding: 12px;
}

#product-info + .section-product-description .ot-specs-table,
#product-info + .section-product-description .ot-specs-table tbody {
    display: grid;
    width: 100%;
    gap: 7px;
    margin: 0;
}

#product-info + .section-product-description .ot-specs-table tr {
    display: grid;
    grid-template-columns: minmax(130px, .34fr) minmax(0, .66fr);
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #ebe4d9;
    border-radius: 0;
    background: #fff;
}

#product-info + .section-product-description .ot-specs-table th,
#product-info + .section-product-description .ot-specs-table td,
#product-info + .section-product-description .ot-specs-table tbody tr:nth-child(odd) > th,
#product-info + .section-product-description .ot-specs-table tbody tr:nth-child(odd) > td,
#product-info + .section-product-description .ot-specs-table tbody tr:nth-child(even) > th,
#product-info + .section-product-description .ot-specs-table tbody tr:nth-child(even) > td {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 45px;
    padding: 10px 15px;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px;
    line-height: 1.5;
}

#product-info + .section-product-description .ot-specs-table th {
    border-inline-end: 0 !important;
    background: #f5f1ea !important;
    color: var(--raven-ink);
    font-weight: 800;
}

#product-info + .section-product-description .ot-specs-table td {
    color: #655f57;
    font-weight: 500;
}

/* Premium product details: reviews */
#product-info + .section-product-description #customer-reviews .ot-review-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: start;
    gap: 16px;
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-card {
    position: sticky;
    top: 100px;
    width: 230px;
    padding: 22px 16px;
    border: 0;
    border-radius: 8px;
    background: radial-gradient(circle at 80% 0, rgba(200, 146, 26, .18), transparent 45%), #12110f;
    color: #fff;
    box-shadow: 0 10px 24px rgba(18, 17, 15, .1);
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-title,
#product-info + .section-product-description #customer-reviews .ot-review-summary-note {
    color: rgba(255, 255, 255, .65);
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-score {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-stars .ot-pr-stars-base .icon {
    color: rgba(255, 255, 255, .2);
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-stars {
    position: relative;
    display: block;
    justify-self: center;
    width: 92px;
    height: 18px;
    direction: ltr !important;
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-stars .ot-pr-stars-base,
#product-info + .section-product-description #customer-reviews .ot-review-summary-stars .ot-pr-stars-fill {
    position: absolute;
    top: 0;
    right: auto !important;
    bottom: auto;
    left: 0 !important;
    display: inline-flex;
    width: 92px;
    gap: 3px;
    direction: ltr !important;
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-stars .ot-pr-stars-fill {
    overflow: hidden;
}

#product-info + .section-product-description #customer-reviews .ot-review-summary-stars .ot-pr-stars-fill .icon,
#product-info + .section-product-description #customer-reviews .ot-review-item-stars .icon {
    color: var(--raven-gold) !important;
}

#product-info + .section-product-description #customer-reviews .ot-review-widget {
    gap: 12px;
}

#product-info + .section-product-description #customer-reviews .ot-review-toolbar {
    padding: 10px;
    border: 0;
    border-radius: 7px;
    background: #f7f4ef;
}

#product-info + .section-product-description #customer-reviews .ot-review-toggle-btn {
    min-height: 38px;
    padding: 9px 15px;
    border: 0;
    border-radius: 6px;
    background: var(--raven-ink);
    color: #fff;
    font-weight: 800;
}

#product-info + .section-product-description #customer-reviews .ot-review-toggle-btn:hover {
    border-color: var(--raven-gold);
    background: var(--raven-gold);
    color: var(--raven-ink);
}

#product-info + .section-product-description #customer-reviews .ot-review-sort-select {
    min-height: 38px;
    border-color: transparent;
    border-radius: 6px;
    background-color: #fff;
    color: #4e4942;
}

#product-info + .section-product-description #customer-reviews .ot-review-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

#product-info + .section-product-description #customer-reviews .ot-review-item {
    position: relative;
    min-height: 158px;
    padding: 17px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #faf8f4;
    box-shadow: none;
}

#product-info + .section-product-description #customer-reviews .ot-review-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

#product-info + .section-product-description #customer-reviews .ot-review-item::after {
    position: absolute;
    top: 12px;
    inset-inline-end: 14px;
    color: rgba(200, 146, 26, .12);
    font-family: Georgia, serif;
    font-size: 54px;
    line-height: 1;
    content: "“";
    pointer-events: none;
}

#product-info + .section-product-description #customer-reviews .ot-review-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

#product-info + .section-product-description #customer-reviews .ot-review-item-meta {
    position: relative;
    z-index: 1;
}

#product-info + .section-product-description #customer-reviews .ot-review-item-author {
    color: var(--raven-ink);
    font-size: 14px;
    font-weight: 800;
}

#product-info + .section-product-description #customer-reviews .ot-review-item-body {
    margin-bottom: 10px;
    color: #514b44;
    font-size: 14px;
    line-height: 1.75;
}

#product-info + .section-product-description #customer-reviews .ot-review-item-foot {
    margin-top: auto;
    color: #938a7e;
}

#product-info + .section-product-description #customer-reviews .ot-review-like-chip {
    min-height: 28px;
    padding: 6px 9px;
    border: 0;
    border-radius: 99px;
    background: #f1ece4;
}

/* Review editor: compact, soft and consistent with the storefront. */
.ot-review-modal .modal-dialog,
.modal.modal-search.ot-review-modal .modal-dialog {
    max-width: 540px;
}

.modal.modal-search.ot-review-modal .modal-content,
.ot-review-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(18, 17, 15, .2);
}

.ot-review-modal .ot-review-modal-head {
    padding: 18px 20px 10px;
}

.ot-review-modal .ot-review-modal-title {
    color: var(--raven-ink);
    font-size: 21px;
    font-weight: 800;
}

.ot-review-modal .ot-review-modal-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4f1ec;
    color: #797168;
}

.ot-review-modal .ot-review-modal-body {
    padding: 8px 20px 16px;
    gap: 10px;
}

.ot-review-modal .ot-review-product-card {
    gap: 12px;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    background: #f8f5f0;
}

.ot-review-modal .ot-review-product-image {
    width: 62px;
    height: 70px;
    border: 0;
    border-radius: 6px;
    background: #fff;
}

.ot-review-modal .ot-review-product-name {
    font-size: 16px;
    font-weight: 800;
}

.ot-review-modal .ot-review-product-price {
    color: var(--raven-gold-dark);
    font-size: 18px;
    font-weight: 900;
}

.ot-review-modal .ot-review-rating-row {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 10px 12px;
    border: 0;
    border-radius: 8px;
    background: #faf8f4;
}

.ot-review-modal .ot-review-rating-current {
    font-size: 20px;
}

.ot-review-modal .ot-review-rate-star .icon {
    font-size: 25px;
}

.ot-review-modal .ot-review-textarea.form-control {
    min-height: 82px;
    border: 0;
    border-radius: 7px;
    background: #f7f5f1;
    box-shadow: inset 0 0 0 1px transparent;
}

.ot-review-modal .ot-review-textarea.form-control:focus {
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--raven-gold);
}

.ot-review-modal .ot-review-upload-wrap {
    padding: 10px 12px;
    border-radius: 8px;
    background: #faf8f4;
}

.ot-review-modal .ot-review-upload-box,
.ot-review-modal .ot-review-upload-item {
    width: 96px;
    height: 88px;
    border: 0;
    border-radius: 7px;
    background: #f0ece5;
}

.ot-review-modal .ot-review-upload-plus {
    background: var(--raven-gold);
    box-shadow: none;
}

.ot-review-modal .ot-review-modal-foot {
    padding: 0 20px 20px;
}

.ot-review-modal .ot-review-submit-btn {
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 6px;
    background: var(--raven-ink);
    font-size: 17px;
    font-weight: 900;
}

#product-info + .section-product-description #customer-reviews .ot-review-load-more-wrap {
    margin-top: 18px;
}

/* Required options are stopped before the global Ajax cart handler. */
#product-info .tf-opt-group.has-option-error .tf-opt-label {
    color: #b42318;
}

#product-info .tf-opt-group.has-option-error .tf-opt-select,
#product-info .tf-opt-group.has-option-error .tf-opt-input-field,
#product-info .tf-opt-group.has-option-error .tf-opt-pills,
#product-info .tf-opt-group.has-option-error .tf-custom-select-trigger {
    border-color: #d92d20 !important;
    box-shadow: inset 0 0 0 1px #d92d20, 0 0 0 3px rgba(217, 45, 32, .08) !important;
}

#product-info .tf-opt-group.has-option-error .invalid-feedback {
    display: block;
    margin-top: 7px;
    color: #b42318;
    font-size: 13px;
    font-weight: 700;
}

#product-info + .section-product-description + .flat-spacing.flat-animate-tab {
    padding-top: 42px !important;
    padding-bottom: 48px;
    background: #fff;
}

#product-info + .section-product-description + .flat-spacing .tab-btn-wrap-v1 {
    margin-bottom: 34px;
}

#product-info + .section-product-description + .flat-spacing .tf-btn-tab {
    color: var(--raven-muted);
}

#product-info + .section-product-description + .flat-spacing .tf-btn-tab.active {
    color: var(--raven-ink);
}

body.pb-page-builder .week-products-heading {
    position: relative;
    align-items: end;
    margin-bottom: 34px;
    padding-inline-start: 20px;
}

body.pb-page-builder .week-products-heading::before {
    position: absolute;
    top: 3px;
    bottom: 3px;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 99px;
    background: linear-gradient(180deg, #e0b44e, var(--raven-gold-dark));
    content: "";
}

body.pb-page-builder .week-products-heading .s-title {
    margin: 0;
    color: var(--raven-ink);
    font-family: "Cairo", "Tajawal", sans-serif;
    font-size: clamp(27px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.5px;
}

body.pb-page-builder .week-products-heading .s-desc {
    margin-top: 8px;
    color: var(--raven-muted) !important;
    font-size: 15px;
    line-height: 1.8;
}

body.pb-page-builder .week-products-heading .tf-btn-line-2 {
    color: var(--raven-gold-dark);
    font-weight: 800;
}

/* One product-card language for homepage, categories, search and related items */
.card-product {
    position: relative;
    overflow: hidden;
    gap: 0 !important;
    height: 100% !important;
    border: 1px solid var(--raven-line) !important;
    border-radius: var(--raven-radius) !important;
    background: #fff !important;
    box-shadow: 0 9px 28px rgba(31, 25, 18, .055) !important;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.card-product:hover {
    border-color: rgba(200, 146, 26, .45) !important;
    box-shadow: var(--raven-shadow-hover) !important;
    transform: translateY(-5px);
}

.card-product .card-product_wrapper,
.card-product .card-product_wrapper.square {
    overflow: hidden;
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 5;
    border-radius: calc(var(--raven-radius) - 1px) calc(var(--raven-radius) - 1px) 0 0 !important;
    background: linear-gradient(145deg, #fdfbf8, #f4eee5) !important;
}

.card-product .product-img {
    display: block;
    width: 100%;
    height: 100%;
}

.card-product .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: opacity .35s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}

.card-product:hover .product-img .img-product,
.card-product:hover .product-img .img-hover {
    transform: scale(1.035);
}

.card-product .product-action_list {
    top: 14px;
    inset-inline-start: 14px;
    inset-inline-end: auto;
}

.card-product .product-action_list .box-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(18, 17, 15, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--raven-ink);
    box-shadow: 0 7px 20px rgba(22, 18, 13, .09);
    backdrop-filter: blur(8px);
}

.card-product .product-action_list .box-icon:hover,
.card-product .product-action_list .box-icon.is-active {
    border-color: var(--raven-gold);
    background: var(--raven-ink);
    color: var(--raven-gold);
}

.card-product .product-badge_list {
    top: 14px;
    inset-inline-end: 14px;
    inset-inline-start: auto;
}

.card-product .product-badge_item {
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(24, 20, 14, .08);
    font-weight: 800;
}

.card-product .product-badge_item.new {
    background: var(--raven-ink) !important;
    color: #fff !important;
}

.card-product .product-badge_item.sale {
    background: var(--raven-gold) !important;
    color: #fff !important;
}

.card-product .card-product_info {
    display: flex !important;
    min-height: 172px;
    gap: 8px !important;
    padding: 18px 16px 16px !important;
    background: #fff;
}

.card-product .name-product {
    order: 1;
    min-height: 48px;
    color: var(--raven-ink);
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 1.6 !important;
}

.card-product .name-product:hover {
    color: var(--raven-gold-dark);
}

.card-product .price-wrap {
    order: 2;
    min-height: 28px;
    margin-top: auto;
}

.card-product .price-new {
    color: var(--raven-gold-dark) !important;
    font-size: 18px;
    font-weight: 800 !important;
}

.card-product .price-old {
    color: #9b958c !important;
    font-size: 13px;
}

.card-product .product-action_bot {
    order: 3;
    margin-top: 5px;
}

.card-product .product-action_bot .tf-btn {
    min-height: 44px;
    border: 1px solid var(--raven-ink) !important;
    border-radius: 12px !important;
    background: var(--raven-ink) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.card-product .product-action_bot .tf-btn:hover {
    border-color: var(--raven-gold) !important;
    background: var(--raven-gold) !important;
    color: var(--raven-ink) !important;
    transform: translateY(-1px);
}

.week-products-swiper {
    padding: 5px 5px 12px;
}

/* A single navigation language for every storefront carousel */
.rivo-main-slideshow .tf-sw-nav-2.style-3,
.week-products-swiper .week-products-arrows .tf-sw-nav-2 {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(200, 146, 26, .72) !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94) !important;
    color: var(--raven-ink) !important;
    box-shadow: 0 10px 28px rgba(25, 20, 14, .14) !important;
    backdrop-filter: blur(8px);
}

.rivo-main-slideshow .tf-sw-nav-2.style-3:hover,
.week-products-swiper .week-products-arrows .tf-sw-nav-2:hover {
    border-color: var(--raven-gold) !important;
    background: var(--raven-ink) !important;
    color: var(--raven-gold) !important;
}

.rivo-main-slideshow .tf-sw-pagination,
.week-products-swiper .tf-sw-pagination,
body.pb-page-builder .themesFlat .flat-spacing.bg-main .tf-sw-pagination {
    display: flex;
    position: relative;
    bottom: auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    margin: 24px auto 0;
    padding: 7px 10px;
    gap: 7px;
    border: 1px solid rgba(200, 146, 26, .55);
    border-radius: 999px;
    background: rgba(18, 17, 15, .9);
    box-shadow: 0 8px 22px rgba(25, 20, 14, .12);
}

.rivo-main-slideshow .tf-sw-pagination {
    position: absolute;
    bottom: 22px !important;
    left: 50%;
    width: fit-content !important;
    min-width: 0 !important;
    padding: 7px 10px !important;
    gap: 7px !important;
    border: 1px solid rgba(200, 146, 26, .55) !important;
    border-radius: 999px !important;
    background: rgba(18, 17, 15, .9) !important;
    transform: translateX(-50%);
}

.rivo-main-slideshow .tf-sw-pagination,
.week-products-swiper .tf-sw-pagination {
    display: none !important;
}

.rivo-main-slideshow .tf-sw-pagination .swiper-pagination-bullet,
.week-products-swiper .tf-sw-pagination .swiper-pagination-bullet,
body.pb-page-builder .themesFlat .flat-spacing.bg-main .tf-sw-pagination .swiper-pagination-bullet {
    position: relative;
    width: 7px;
    height: 7px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58) !important;
    opacity: 1;
    transition: width .25s ease, background .25s ease;
}

.rivo-main-slideshow .tf-sw-pagination .swiper-pagination-bullet::before,
.week-products-swiper .tf-sw-pagination .swiper-pagination-bullet::before,
body.pb-page-builder .themesFlat .flat-spacing.bg-main .tf-sw-pagination .swiper-pagination-bullet::before {
    display: none !important;
}

.rivo-main-slideshow .tf-sw-pagination .swiper-pagination-bullet-active,
.week-products-swiper .tf-sw-pagination .swiper-pagination-bullet-active,
body.pb-page-builder .themesFlat .flat-spacing.bg-main .tf-sw-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--raven-gold) !important;
}

/* Benefits bridge the shopping page and footer */
.rivo-benefits-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    background: var(--raven-ivory);
}

body.pb-page-builder .rivo-benefits-section .rivo-benefits-panel {
    padding: 22px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    border: 1px solid var(--raven-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .7);
}

.rivo-benefits-panel .br-line {
    display: none;
}

.rivo-benefit-item {
    height: 100%;
    min-height: 152px;
    padding: 24px 18px;
    border: 1px solid var(--raven-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rivo-benefit-item:hover {
    border-color: rgba(200, 146, 26, .45);
    box-shadow: var(--raven-shadow);
    transform: translateY(-3px);
}

.rivo-benefit-item .icon {
    color: var(--raven-gold-dark);
}

.rivo-benefit-item .title {
    color: var(--raven-ink);
    font-weight: 800;
}

.rivo-benefit-item .text {
    color: var(--raven-muted) !important;
    line-height: 1.75;
}

/* Footer */
.rivo-footer {
    border-top: 3px solid var(--raven-gold);
    background: #090909;
    color: #fff;
}

.rivo-footer .rivo-footer-support {
    padding: 20px 0;
    border-bottom: 1px solid rgba(200, 146, 26, .18);
    background: #0d0d0c;
}

.rivo-footer .rivo-footer-support-grid {
    overflow: hidden;
    gap: 0;
    border: 1px solid rgba(200, 146, 26, .25);
    border-radius: 18px;
    background: #11110f;
}

.rivo-footer .rivo-support-card {
    min-height: 116px;
    padding: 22px;
    border-color: rgba(200, 146, 26, .18);
    background: transparent;
    transition: background .2s ease;
}

.rivo-footer .rivo-support-card:hover {
    background: rgba(200, 146, 26, .075);
}

.rivo-footer .rivo-support-icon {
    border-color: rgba(200, 146, 26, .42);
    background: rgba(200, 146, 26, .08);
    color: var(--raven-gold);
}

.rivo-footer .rivo-support-card h3,
.rivo-footer .rivo-support-card strong {
    color: #fff;
}

.rivo-footer .rivo-support-card p {
    color: rgba(255, 255, 255, .62);
}

.rivo-footer .rivo-footer-body {
    padding-top: 44px;
    padding-bottom: 38px;
    background: radial-gradient(circle at 85% 20%, rgba(200, 146, 26, .07), transparent 32%), #090909;
}

.rivo-footer .rivo-footer-title {
    color: #fff;
    font-weight: 800;
}

.rivo-footer .rivo-footer-title::after {
    background: var(--raven-gold);
}

.rivo-footer .rivo-footer-links a,
.rivo-footer .rivo-footer-brand p {
    color: rgba(255, 255, 255, .67);
}

.rivo-footer .rivo-footer-links a:hover {
    color: var(--raven-gold);
    transform: translateX(-3px);
}

.rivo-footer .rivo-social-link {
    border-color: rgba(200, 146, 26, .36);
    background: rgba(255, 255, 255, .02);
    color: var(--raven-gold);
}

.rivo-footer .rivo-social-link:hover {
    border-color: var(--raven-gold);
    background: var(--raven-gold);
    color: var(--raven-ink);
}

.rivo-footer .rivo-footer-bottom {
    border-top: 1px solid rgba(200, 146, 26, .22);
    background: #070706;
}

.rivo-footer .rivo-payment-list img {
    filter: saturate(.86);
}

@media (max-width: 991.98px) {
    .rivo-header .rivo-main-header .header-inner {
        min-height: 78px;
    }

    .rivo-header .rivo-logo img {
        max-width: 180px;
        max-height: 62px;
    }

    body.pb-page-builder .section-btn-under-image {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .rivo-footer .rivo-footer-support-grid {
        gap: 1px;
        background: rgba(200, 146, 26, .18);
    }

    .rivo-footer .rivo-support-card {
        background: #11110f;
    }

    #product-info > .container > .row {
        --bs-gutter-x: 22px;
    }

    #product-info .tf-product-info-list {
        padding: 22px;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-layout {
        grid-template-columns: 1fr;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-summary-card {
        position: static;
        order: -1;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        width: 100%;
        padding: 16px 18px;
        text-align: start;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-summary-score {
        grid-row: 1 / span 3;
        margin-inline-end: 18px;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-summary-title,
    #product-info + .section-product-description #customer-reviews .ot-review-summary-stars,
    #product-info + .section-product-description #customer-reviews .ot-review-summary-note {
        margin: 2px 0;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-summary-stars {
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    :root {
        --raven-radius: 15px;
    }

    .rivo-header {
        position: fixed !important;
        z-index: 1050;
        top: 0 !important;
        right: 0;
        left: 0;
        width: 100%;
        transform: none !important;
        box-shadow: 0 5px 18px rgba(18, 17, 15, .08);
    }

    .rivo-header + #container {
        padding-top: 68px;
    }

    body .container {
        padding-inline: 14px;
    }

    .rivo-header .rivo-main-header .header-inner {
        min-height: 68px;
    }

    .rivo-header .rivo-logo img {
        max-width: 135px;
        max-height: 48px;
    }

    body.pb-page-builder .rivo-main-slideshow img {
        min-height: 220px;
        object-position: center;
    }

    body.pb-page-builder .section-btn-under-image {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body.pb-page-builder .themesFlat.flat-spacing {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    body.pb-page-builder .themesFlat .tf-grid-layout {
        gap: 14px !important;
    }

    body.pb-page-builder .themesFlat .box-image_v04,
    body.pb-page-builder .themesFlat .bn-image,
    body.pb-page-builder .themesFlat .dbb-picture {
        border-radius: 16px;
    }

    body.pb-page-builder .themesFlat .flat-spacing.bg-main {
        padding: 32px 14px;
        border-radius: 18px !important;
    }

    body.pb-page-builder .themesFlat .sect-heading.text-center {
        margin-bottom: 22px;
    }

    body.pb-page-builder .themesFlat .sect-heading.text-center .s-title {
        font-size: 24px;
    }

    body.pb-page-builder .testimonial-v01 .tes-content {
        padding: 20px;
    }

    body.pb-page-builder .week-products-heading {
        margin-bottom: 22px;
        padding-inline-start: 15px;
    }

    body.pb-page-builder .week-products-heading::before {
        width: 3px;
    }

    body.pb-page-builder .week-products-heading .s-title {
        font-size: 24px;
    }

    body.pb-page-builder .week-products-heading .s-desc {
        margin-top: 5px;
        font-size: 13px;
    }

    .week-products-swiper {
        margin-inline: -4px;
        padding-inline: 4px;
    }

    .card-product:hover {
        transform: none;
    }

    .card-product .card-product_info {
        min-height: 150px;
        gap: 5px !important;
        padding: 12px 10px 10px !important;
    }

    .card-product .name-product {
        min-height: 42px;
        font-size: 13px;
        line-height: 1.55 !important;
    }

    .card-product .price-new {
        font-size: 15px;
    }

    .card-product .product-action_bot .tf-btn {
        min-height: 39px;
        padding-inline: 8px;
        border-radius: 10px !important;
        font-size: 11px;
    }

    .card-product .product-action_list,
    .card-product .product-badge_list {
        top: 8px;
    }

    .card-product .product-action_list {
        inset-inline-start: 8px;
    }

    .card-product .product-badge_list {
        inset-inline-end: 8px;
    }

    .card-product .product-action_list .box-icon {
        width: 34px;
        height: 34px;
    }

    .card-product .product-badge_item {
        min-height: 25px;
        padding: 3px 8px;
        font-size: 10px;
    }

    .rivo-benefits-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .rivo-benefit-item {
        min-height: 118px;
        padding: 18px 12px;
    }

    body.pb-page-builder .rivo-benefits-section .rivo-benefits-panel {
        padding: 12px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        border-radius: 18px;
    }

    .rivo-footer .rivo-footer-support {
        padding: 14px 0;
    }

    .rivo-footer .rivo-support-card {
        min-height: 100px;
        padding: 16px;
    }

    .rivo-footer .rivo-footer-body {
        padding-top: 32px;
        padding-bottom: 92px;
    }

    .section-page-title-single {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .section-page-title-single .breadcrumbs {
        gap: 5px;
        font-size: 11px;
    }

    #product-info {
        padding-top: 20px;
        padding-bottom: 12px;
    }

    #product-info > .container > .row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #product-info .tf-product-media-wrap {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
    }

    #product-info .product-thumbs-slider {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        gap: 10px;
        padding: 10px;
        border-radius: 9px;
    }

    #product-info .tf-product-media-main,
    #product-info .flat-wrap-media-product {
        width: 100%;
        min-width: 0 !important;
        max-width: 100% !important;
        border-radius: 13px;
    }

    #product-info .tf-product-media-main .swiper-wrapper {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    #product-info .tf-product-media-main .swiper-slide {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    #product-info .tf-product-media-main .item,
    #product-info .tf-product-media-main .item img {
        width: 100% !important;
        max-width: 100% !important;
    }

    #product-info .tf-product-media-thumbs {
        order: 2;
        width: 100%;
        flex-basis: auto;
    }

    #product-info .tf-product-media-thumbs .swiper-slide {
        border-radius: 9px;
    }

    #product-info .tf-product-info-wrap {
        margin-top: 16px !important;
    }

    #product-info .tf-product-info-list {
        padding: 18px;
        border-radius: 9px;
    }

    #product-info .product-infor-name {
        font-size: 23px;
    }

    #product-info .product-infor-meta {
        flex-wrap: wrap;
        min-height: 42px;
        padding: 7px 8px;
    }

    #product-info .ot-product-price {
        padding: 14px 15px;
    }

    #product-info .ot-price-new {
        font-size: 25px;
    }

    #product-info #button-cart {
        min-height: 52px;
    }

    #product-info + .section-product-description {
        padding-top: 14px;
        padding-bottom: 28px;
    }

    #product-info + .section-product-description .tab-btn-wrap-v1 {
        display: none;
    }

    #product-info + .section-product-description .tf-btn-tab {
        white-space: nowrap;
        min-height: 40px;
        padding: 8px 13px;
    }

    #product-info + .section-product-description .tab-content {
        min-height: 0;
        padding: 0 14px;
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(28, 22, 14, .045);
    }

    #product-info + .section-product-description .ot-mobile-accordion-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 52px;
        padding: 13px 2px;
        border: 0;
        border-bottom: 1px solid #ece7df;
        border-radius: 0;
        background: #fff;
        color: #393631;
        font-size: 14px;
        font-weight: 700;
        text-align: start;
    }

    #product-info + .section-product-description .ot-mobile-accordion-trigger::after {
        width: 9px;
        height: 9px;
        margin-inline: 5px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        content: "";
        transform: rotate(45deg);
        transition: transform .2s ease;
    }

    #product-info + .section-product-description .ot-mobile-accordion-trigger[aria-expanded="true"] {
        color: var(--raven-ink);
    }

    #product-info + .section-product-description .ot-mobile-accordion-trigger[aria-expanded="true"]::after {
        transform: rotate(225deg) translate(-2px, -2px);
    }

    #product-info + .section-product-description .tab-content > .tab-pane {
        display: grid !important;
        grid-template-rows: 0fr;
        padding: 0;
        border-bottom: 1px solid #ece7df;
        background: #fff;
        overflow: hidden;
        transition: grid-template-rows .34s cubic-bezier(.4, 0, .2, 1);
    }

    #product-info + .section-product-description .tab-content > .tab-pane > * {
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        opacity: 0;
        transform: translateY(-4px);
        transition: padding .32s cubic-bezier(.4, 0, .2, 1), opacity .26s ease .05s, transform .26s ease .05s;
    }

    #product-info + .section-product-description .tab-content > .tab-pane.ot-mobile-open {
        grid-template-rows: 1fr;
    }

    #product-info + .section-product-description .tab-content > .tab-pane.ot-mobile-open > * {
        padding-top: 14px !important;
        padding-bottom: 18px !important;
        opacity: 1;
        transform: none;
    }

    @media (prefers-reduced-motion: reduce) {
        #product-info + .section-product-description .tab-content > .tab-pane,
        #product-info + .section-product-description .tab-content > .tab-pane > * {
            transition: none;
        }
    }

    #product-info + .section-product-description #description.ot-mobile-open .desc_info {
        padding: 2px 0 4px;
        background: #fff;
        color: #312d28;
        line-height: 1.9;
    }

    #product-info + .section-product-description .ot-specs-group .table-responsive {
        padding: 9px;
    }

    #product-info + .section-product-description .ot-specs-table tr {
        grid-template-columns: minmax(100px, .38fr) minmax(0, .62fr);
    }

    #product-info + .section-product-description .ot-specs-table th,
    #product-info + .section-product-description .ot-specs-table td,
    #product-info + .section-product-description .ot-specs-table tbody tr:nth-child(odd) > th,
    #product-info + .section-product-description .ot-specs-table tbody tr:nth-child(odd) > td,
    #product-info + .section-product-description .ot-specs-table tbody tr:nth-child(even) > th,
    #product-info + .section-product-description .ot-specs-table tbody tr:nth-child(even) > td {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-list {
        grid-template-columns: 1fr;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-toolbar {
        gap: 8px;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-toggle-btn,
    #product-info + .section-product-description #customer-reviews .ot-review-sort-wrap,
    #product-info + .section-product-description #customer-reviews .ot-review-sort-select {
        width: 100%;
    }

    #product-info + .section-product-description #customer-reviews .ot-review-item {
        min-height: 0;
        padding: 14px;
    }

    #product-info + .section-product-description + .flat-spacing.flat-animate-tab {
        padding-top: 30px !important;
        padding-bottom: 36px;
    }
}

/* Shared catalogue listings and accessible custom filter controls. */
.ot-cat-page [data-oc-filter-module] {
    overflow: hidden;
    border: 1px solid var(--raven-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 22, 14, .045);
}

.ot-cat-page [data-oc-filter-module] .card-header {
    padding: 18px 18px 10px;
    border: 0;
    background: #fff;
    color: var(--raven-ink);
    font-size: 16px;
    font-weight: 800;
}

.ot-cat-page [data-oc-filter-module] .card-header i {
    color: var(--raven-gold);
}

.ot-cat-page [data-oc-filter-module] .list-group {
    padding: 0 12px 13px;
}

.ot-cat-page [data-oc-filter-module] a.list-group-item {
    margin: 0;
    padding: 14px 6px 7px;
    border: 0;
    border-top: 1px solid var(--raven-line);
    background: transparent;
    color: var(--raven-ink);
    font-size: 13px;
    font-weight: 800;
}

.ot-cat-page [data-oc-filter-module] a.list-group-item:first-child {
    border-top: 0;
}

.ot-cat-page [data-oc-filter-module] .list-group-item {
    padding: 0;
    border: 0;
}

.ot-cat-page .ot-filter-option {
    position: relative;
    min-height: 0;
    margin: 2px 0;
    padding: 0;
    border-radius: 9px;
}

.ot-cat-page .ot-filter-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
}

.ot-cat-page .ot-filter-choice {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 42px;
    gap: 10px;
    margin: 0;
    padding: 8px 9px;
    border-radius: 9px;
    color: #403c36;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.ot-cat-page .ot-filter-choice:hover {
    background: var(--raven-ivory);
    color: var(--raven-ink);
}

.ot-cat-page .ot-filter-control {
    position: relative;
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1.5px solid #d9d2c7;
    border-radius: 6px;
    background: #fff;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.ot-cat-page .ot-filter-control svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    transform: scale(.55);
    transition: opacity .16s ease, transform .16s ease;
}

.ot-cat-page .ot-filter-native:checked + .ot-filter-choice {
    background: #fff9eb;
    color: var(--raven-ink);
    font-weight: 700;
}

.ot-cat-page .ot-filter-native:checked + .ot-filter-choice .ot-filter-control {
    border-color: var(--raven-gold);
    background: var(--raven-gold);
    transform: scale(1.03);
}

.ot-cat-page .ot-filter-native:checked + .ot-filter-choice .ot-filter-control svg {
    opacity: 1;
    transform: scale(1);
}

.ot-cat-page .ot-filter-native:focus-visible + .ot-filter-choice {
    outline: 3px solid rgba(200, 146, 26, .24);
    outline-offset: 1px;
}

.ot-cat-page .ot-filter-native:disabled + .ot-filter-choice {
    cursor: not-allowed;
    opacity: .48;
}

.ot-cat-page .ot-filter-label {
    flex: 1 1 auto;
    min-width: 0;
}

.ot-cat-page [data-oc-filter-module] .card-footer {
    padding: 5px 14px 14px;
    border: 0;
    background: #fff;
}

.ot-cat-page [data-oc-filter-module] .card-footer .btn {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 10px;
    background: var(--raven-ink);
    font-weight: 800;
}

.ot-search-check {
    max-width: max-content;
}

.ot-search-check .ot-filter-choice {
    padding-inline-start: 0;
}

.ot-listing-page {
    padding: 10px 0 68px;
    background: linear-gradient(180deg, #fff 0, #fff 210px, var(--raven-ivory) 100%);
}

.ot-listing-page .ot-cat-toolbar {
    margin-bottom: 14px;
    border: 1px solid var(--raven-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 9px 30px rgba(28, 22, 14, .045);
}

.ot-listing-page .ot-cat-select {
    min-width: 160px;
    min-height: 42px;
    border-color: var(--raven-line);
    border-radius: 10px;
    background-color: #fff;
    font-weight: 700;
}

.ot-listing-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 132px;
    gap: 18px;
    margin-bottom: 14px;
    padding: 24px 26px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--raven-ink);
    color: #fff;
}

.ot-listing-hero::after {
    position: absolute;
    inset-inline-end: -70px;
    top: -115px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(200, 146, 26, .28);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(200, 146, 26, .045), 0 0 0 84px rgba(200, 146, 26, .025);
    content: "";
}

.ot-listing-hero__icon {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    color: #e7b648;
}

.ot-listing-hero__icon svg {
    width: 28px;
    height: 28px;
}

.ot-listing-hero__content {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
}

.ot-listing-hero__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #e7b648;
    font-size: 12px;
    font-weight: 800;
}

.ot-listing-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 800;
}

.ot-listing-hero__count {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #ddd8cf;
    font-size: 12px;
}

.ot-listing-hero__count strong {
    color: #e7b648;
    font-size: 15px;
}

.ot-special-page .ot-cat-layout {
    gap: 20px;
}

.ot-special-page .ot-cat-sidebar {
    position: static;
    height: auto;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
}

.ot-special-page .ot-cat-grid {
    gap: 16px;
}

.ot-special-page .product-thumb {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--raven-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 22, 14, .045);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ot-special-page .product-thumb:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(28, 22, 14, .1);
}

.ot-special-page .product-thumb .image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8f3eb;
}

.ot-special-page .product-thumb .image a,
.ot-special-page .product-thumb .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.ot-special-page .product-thumb .image img {
    object-fit: cover;
}

.ot-special-page .product-thumb .content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
}

.ot-special-page .product-thumb .description h4 {
    margin: 0 0 9px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.ot-special-page .product-thumb .description > p,
.ot-special-page .product-thumb .price-tax {
    display: none;
}

.ot-special-page .product-thumb .price {
    color: var(--raven-gold-dark);
    font-size: 17px;
    font-weight: 800;
}

.ot-special-page .product-thumb .price-old {
    margin-inline-start: 7px;
    color: var(--raven-muted);
    font-size: 12px;
}

.ot-special-page .product-thumb form {
    margin-top: auto;
}

.ot-special-page .product-thumb .button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    gap: 7px;
}

.ot-special-page .product-thumb .button button {
    min-height: 42px;
    border: 1px solid var(--raven-line);
    border-radius: 9px;
    background: #fff;
    color: var(--raven-ink);
}

.ot-special-page .product-thumb .button button:first-child {
    border-color: var(--raven-ink);
    background: var(--raven-ink);
    color: #fff;
}

.raven-listing-module .sect-heading {
    margin-bottom: 22px;
}

.raven-listing-module .s-title {
    color: var(--raven-ink);
    font-weight: 800;
}

.raven-listing-module .s-desc {
    color: var(--raven-muted);
}

@media (max-width: 767.98px) {
    .ot-listing-page {
        padding-top: 6px;
        padding-bottom: 44px;
    }

    .ot-listing-hero {
        min-height: 108px;
        gap: 12px;
        padding: 18px;
        border-radius: 15px;
    }

    .ot-listing-hero__icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 11px;
    }

    .ot-listing-hero h1 {
        font-size: 23px;
    }

    .ot-listing-hero__count {
        position: absolute;
        inset-inline-end: 14px;
        bottom: 12px;
        padding: 5px 9px;
    }

    .ot-listing-page .ot-cat-toolbar-controls,
    .ot-listing-page .ot-cat-toolbar-select {
        width: 100%;
    }

    .ot-listing-page .ot-cat-select {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

#product-info .tf-product-media-main .ot-product-zoom-target {
    position: relative;
    cursor: zoom-in !important;
}

#product-info .tf-product-media-main .ot-product-zoom-target img {
    transform-origin: var(--ot-product-zoom-x, 50%) var(--ot-product-zoom-y, 50%) !important;
    transition: transform .18s ease !important;
    will-change: transform;
}

#product-info .tf-product-media-main .ot-product-zoom-target.is-zooming img {
    transform: scale(2.2) !important;
    transition: none !important;
}

#product-info .ot-product-zoom-trigger {
    position: absolute;
    inset-block-start: 14px;
    inset-inline-end: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(183, 126, 22, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--raven-ink);
    box-shadow: 0 8px 20px rgba(34, 28, 21, .1);
    transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

#product-info .ot-product-zoom-trigger:hover,
#product-info .ot-product-zoom-trigger:focus-visible {
    border-color: var(--raven-gold);
    background: var(--raven-ink);
    color: #fff;
    transform: translateY(-1px);
}

body.ot-product-zoom-open {
    overflow: hidden;
}

.ot-product-zoom-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ot-product-zoom-modal.is-open {
    display: flex;
}

.ot-product-zoom-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 13, 12, .88);
    backdrop-filter: blur(8px);
}

.ot-product-zoom-shell {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(1120px, 100%);
    height: min(86vh, 860px);
}

.ot-product-zoom-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ot-product-zoom-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translate(var(--ot-product-modal-x, 0), var(--ot-product-modal-y, 0)) scale(var(--ot-product-modal-scale, 1));
    transform-origin: center;
    transition: transform .16s ease;
    cursor: zoom-in;
    user-select: none;
    touch-action: none;
}

.ot-product-zoom-image.is-zoomed {
    cursor: grab;
}

.ot-product-zoom-image.is-dragging {
    cursor: grabbing;
    transition: none;
}

.ot-product-zoom-close,
.ot-product-zoom-nav,
.ot-product-zoom-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--raven-ink);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ot-product-zoom-close:hover,
.ot-product-zoom-nav:hover,
.ot-product-zoom-toolbar button:hover,
.ot-product-zoom-close:focus-visible,
.ot-product-zoom-nav:focus-visible,
.ot-product-zoom-toolbar button:focus-visible {
    background: var(--raven-gold);
    color: #fff;
    transform: translateY(-1px);
}

.ot-product-zoom-close {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
}

.ot-product-zoom-nav {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    z-index: 2;
    transform: translateY(-50%);
}

.ot-product-zoom-nav:hover,
.ot-product-zoom-nav:focus-visible {
    transform: translateY(calc(-50% - 1px));
}

.ot-product-zoom-prev {
    inset-inline-start: 0;
}

.ot-product-zoom-next {
    inset-inline-end: 0;
}

.ot-product-zoom-toolbar {
    position: absolute;
    inset-inline-start: 50%;
    bottom: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(22, 20, 18, .58);
    color: #fff;
    transform: translateX(-50%);
}

.ot-product-zoom-toolbar button {
    width: 38px;
    height: 38px;
}

.ot-product-zoom-counter {
    min-width: 44px;
    padding: 0 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767.98px) {
    #product-info .ot-product-zoom-trigger {
        width: 38px;
        height: 38px;
    }

    #product-info .tf-product-media-main .ot-product-zoom-target.is-zooming img {
        transform: none !important;
    }

    .ot-product-zoom-modal {
        padding: 12px;
    }

    .ot-product-zoom-shell {
        height: 88vh;
    }

    .ot-product-zoom-close {
        inset-block-start: 4px;
        inset-inline-end: 4px;
    }

    .ot-product-zoom-nav {
        width: 42px;
        height: 42px;
    }

    .ot-product-zoom-toolbar {
        bottom: 8px;
    }
}
