/* top bar  */
.menu-bar-top {
    background-color: #0E264B;
}

#search {
    background-color: rgba(22, 40, 80, 0.3) !important;

}

.search-input-box {
    background-color: #0E264B;
}

.menu-bar-menus {
    background-color: #041235 !important;
}

.menu-bar-menus {
    background-color: #041235 !important;
}

.menu-bar-search-input {
    border-color: grey !important;
}

/* product FAQ section fix */
section.product-faqs-wrapper .container {
    margin: 0.2rem !important;
    padding: 0.6rem !important;
    min-width: 100%;
}

section.product-faqs-wrapper .container .product-faq-groups:first-child div.product-faq-group {
    padding: 5rem;
}

.product-faq-toggle {
    background: transparent;
    border: none !important;
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1c2237;
    transition: background 0.2s ease, border-color 0.2s ease;
}

/* content block content width fix */
.product-content-block__body {
    min-width: 55rem !important;
}

/* insta section fixes */
section.product-social-proof-section .container {
    margin: 0.2rem !important;
    padding: 0.6rem !important;
    min-width: 100%;
}

/* Review section fixes */
section.product-reviews-wrapper div.container.full-width {
    min-width: 100% !important;
    margin: 0 0 !important;
    padding: 0rem !important;
}

.product-review-section__surface {
    margin: 0.5rem !important;
    padding: 0.6rem !important;
    min-width: 100%;
}

.container.product-review-section__container {
    min-width: 100%;
    padding: 4rem 2rem;
    margin: 0.5rem !important;


}

ul.glide__slides {
    width: 100% !important;
    transform: none !important;
}



div.product-social-proof {
    max-width: 100% !important;
}

.product-social-proof-section .social-proof-swiper .swiper-slide {
    height: 32rem;
}

.product-quantity-option .product-option-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    width: fit-content;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quantity-control:hover,
.quantity-control:focus-within {
    border-color: rgba(19, 129, 76, 0.4);
    box-shadow: 0 12px 22px rgba(19, 129, 76, 0.12);
}

.quantity-btn {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #13814C;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.quantity-btn:disabled {
    color: rgba(19, 129, 76, 0.35);
    cursor: not-allowed;
}

.quantity-btn:not(:disabled):hover {
    background: rgba(19, 129, 76, 0.08);
    color: #0b5c32;
}

.quantity-input {
    width: 70px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    background: transparent;
    height: 46px;
}

.quantity-input:focus {
    outline: none;
}

.product-availability {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.availability-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #94A3B8;
}

.availability-dot--in {
    background: #10B981;
}

.availability-text {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

/*your custom css goes here*/

/* Video file uploader styling */
.card-file-thumb .la-file-video,
.card-file-thumb .las-file-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

/* Add video badge to file cards */
.aiz-file-box[data-file-type="video"] .card-file {
    border: 2px solid #d43533;
}

.aiz-file-box[data-file-type="video"] .card-file::after {
    content: "VIDEO";
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d43533;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    z-index: 1;
}

.product-social-proof .carousel-box {
    padding: 0.25rem;
}

.product-social-proof .card {
    border-radius: 0.75rem;
    overflow: hidden;
}

.product-social-proof .card .embed-responsive {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-breadcrumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    /* border-bottom: 1px solid #e2e8f0; */
    font-size: 0.8125rem;
    color: #475569;
}

.product-breadcrumb-list {
    gap: 0.5rem;
}

.product-breadcrumb-link {
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-breadcrumb-link:hover {
    color: #0f172a;
}

.product-breadcrumb-current {
    color: #0f172a;
    font-weight: 600;
}

.product-breadcrumb-separator {
    margin: 0 0.5rem;
    color: #94a3b8;
}

.product-hero-section {
    background: #f5f7fb;
}

.product-hero-container {
    max-width: 100%;
}

.product-hero-surface {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    padding: 2.5rem 2.5rem 2rem;
}

.product-hero-row {
    align-items: flex-start;
    gap: 2.5rem;
}

.product-hero-gallery {
    position: relative;
    /* height: fit-content; */
}

@media (min-width: 992px) {
    .product-gallery-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 6rem;
        z-index: 10;
        align-self: flex-start;
    }
}

.product-gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-gallery-main-swiper {
    width: 100%;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 20px 45px rgba(15, 23, 42, 0.08);
    border-radius: 32px;
    /* padding: 28px; */
}

.product-gallery-main-swiper .swiper-slide {
    /* height: auto; */
    min-height: 440px;
}

.product-gallery-main-swiper .product-gallery-slide {
    width: 100%;
    height: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(244, 245, 248, 0.9), rgba(233, 235, 240, 0.75));
    border-radius: 24px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    position: relative;
}

.product-gallery-main-swiper img,
.product-gallery-main-swiper .product-gallery-image {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

.product-gallery-main-swiper .product-detail-video-wrapper {
    width: 100%;
    height: 100%;
    min-height: 440px;
}

.product-gallery-main-swiper .product-detail-video-file {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.gallery-swiper-wrapper {
    height: 600px;
}

.product-gallery-main-swiper .product-detail-video-wrapper.embed-responsive {
    width: 100%;
    height: 100%;
    min-height: 440px;
}

.product-gallery-main-swiper .product-detail-video-wrapper.embed-responsive::before {
    padding-top: 0;
    height: 100%;
}

.product-gallery-main-swiper .product-detail-video-iframe {
    width: 100%;
    height: 100%;
    min-height: 440px;
    position: absolute;
    top: 0;
    left: 0;
}

.product-gallery-main-swiper .swiper-button-prev,
.product-gallery-main-swiper .swiper-button-next {
    color: #1f2937;
    background: rgba(255, 255, 255, 0.92);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.product-gallery-main-swiper .swiper-button-prev:after,
.product-gallery-main-swiper .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}

.product-gallery-main-swiper .swiper-button-prev:hover,
.product-gallery-main-swiper .swiper-button-next:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #FF8A00, #FF5500);
}

.product-gallery-main-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(31, 41, 55, 0.3);
    opacity: 1;
}

.product-gallery-main-swiper .swiper-pagination-bullet-active {
    background: #FF6600;
}

.product-gallery-thumbs-swiper {
    width: 100%;
    padding: 8px 0;
}

.product-gallery-thumbs-swiper .swiper-wrapper {
    justify-content: center;
    gap: 12px;
}

.product-gallery-thumbs-swiper .swiper-slide {
    width: 80px !important;
    max-width: 96px;
    flex: 0 0 auto;
}

.product-gallery-thumb-item {
    border-radius: 16px;
    border: 2px solid transparent;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: border-color 0.2s ease, transform 0.2s ease;
    width: 85px;
}

.product-gallery-thumbs-swiper .swiper-slide-thumb-active .product-gallery-thumb-item {
    border-color: #FF6600;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(255, 102, 0, 0.16);
}

.product-gallery-thumb-item img {
    width: 100%;
    height: 58px;
    object-fit: cover;
    border-radius: 12px;
}

.product-gallery-thumb-item:hover {
    border-color: rgba(255, 102, 0, 0.45);
}

.product-social-proof-section .social-proof-swiper {
    padding: 24px 18px 44px;
    border-radius: 30px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 252, 0.9)); */
}

.product-social-proof-section .social-proof-swiper .swiper-wrapper {
    padding-bottom: 22px;
}

.product-social-proof-section .social-proof-swiper .swiper-slide {
    height: auto;
}

.product-social-proof-section .social-proof-swiper .swiper-button-prev,
.product-social-proof-section .social-proof-swiper .swiper-button-next {
    color: #1f2937;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(31, 41, 55, 0.12);
}

.product-social-proof-section .social-proof-swiper .swiper-button-prev:after,
.product-social-proof-section .social-proof-swiper .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}

.product-social-proof-section .social-proof-swiper .swiper-button-prev:hover,
.product-social-proof-section .social-proof-swiper .swiper-button-next:hover {
    background: linear-gradient(135deg, #FF8A00, #FF5500);
    color: #fff;
}

.product-social-proof-section .social-proof-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(31, 41, 55, 0.25);
    opacity: 1;
}

.product-social-proof-section .social-proof-swiper .swiper-pagination-bullet-active {
    background: #FF6600;
}

.product-social-proof-section .card {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.product-social-proof-section .card .embed-responsive {
    border-radius: 26px 26px 0 0;
}

.product-social-proof-section .card .p-3 {
    background: #fff;
    padding: 20px 22px;
}

.product-social-proof-section .badge-soft-secondary {
    background-color: rgba(31, 41, 55, 0.08);
    color: #1f2937;
}

.product-social-proof-section .btn-soft-primary {
    background: rgba(255, 102, 0, 0.15);
    color: #C2410C;
    border: none;
}

.product-social-proof-section .btn-soft-primary:hover {
    background: #FF6600;
    color: #fff;
}

.product-social-proof-section .social-icon-instagram {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #111;
    font-size: 1.2rem;
}

.product-social-proof-section .social-icon-instagram i {
    line-height: 1;
}

@media (max-width: 991.98px) {
    .product-social-proof-section .social-proof-swiper {
        padding: 18px 12px 36px;
    }
}

@media (max-width: 991.98px) {
    .product-hero-gallery {
        position: static;
    }

    .product-gallery-main-swiper .product-gallery-slide {
        min-height: 360px;
    }
}

@media (max-width: 575.98px) {
    .product-gallery-main-swiper {
        padding: 18px;
        border-radius: 24px;
    }

    .product-gallery-thumb-item img {
        height: 62px;
    }
}

.product-summary-card {
    background: #fff7ef;
    border-radius: 24px;
    padding: 2rem 2.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 18px 40px rgba(15, 23, 42, 0.06);
}

.product-summary-header .product-title {
    /* font-size: clamp(2rem, 2.8vw, 3rem); */
    font-size: 1.4rem;
    line-height: 1.15;
    color: #0f172a;
}

.product-title-h1 {
    font-size: 1.4rem;
    width: 100% !important;
}

div.product-title {
    width: 100% !important;
}

.product-summary-card div.row {
    padding-left: 1.2rem;
}

.product-summary-header .product-subtitle {
    font-size: 1.05rem;
    color: #475569;
    max-width: 32rem;
}

.product-summary-cta .btn {
    font-weight: 600;
    border-width: 2px;
}

.product-summary-cta .btn:hover {
    color: #ffffff;
}

.product-highlights {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}

.product-highlight-set .highlight-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #475569;
}

.product-highlight-card {
    background: #f5f8ff;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    margin: 0 0.75rem 0.75rem 0;
}

.product-highlight-card .highlight-text {
    font-weight: 600;
    color: #1e293b;
}

.product-hero-pill {
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    padding: 0.35rem 0.75rem;
}

.product-meta-actions .product-quick-links a {
    font-weight: 600;
    color: #475569;
}

.product-meta-actions .product-quick-links a:hover {
    color: #0f172a;
}

.product-purchase-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.08) !important;
}

.product-purchase-card .product-card-row {
    margin-bottom: 1.5rem;
}

.product-purchase-card .btn.buy-now {
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
}

.product-purchase-card .btn.buy-now:hover {
    background: #ea580c;
    border-color: #ea580c;
}

.product-purchase-card .btn.add-to-cart {
    background: #2563eb;
    border-color: #2563eb;
}

.product-content-blocks {
    display: flex;
    flex-direction: column;
    gap: clamp(2.75rem, 5vw, 4.5rem);
    margin: .5rem 1rem;
    /* padding-inline: min(5vw, 72px); */
}

.product-content-block {
    width: 100%;
}

.product-content-block__surface {
    position: relative;
    width: 100%;
    border-radius: clamp(24px, 3vw, 36px);
    padding: clamp(2.75rem, 5vw, 4.75rem) 0;
    /* background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 255, 0.9)); */
    box-shadow: 0 40px 70px -32px rgba(15, 23, 42, 0.35);
    overflow: hidden;
}

/* 
.product-content-block__surface--default {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
} */

.product-content-block__container {
    /* max-width: 1280px; */
    min-width: 100%;
}

.product-content-block__copy {
    margin: 0 2rem;
}

.product-content-block__copy.text-left {
    margin-left: 0;
}

.product-content-block__copy.text-right {
    margin-right: 0;
}

.product-content-block__eyebrow {
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 0.75rem;
    color: #ea580c;
}

.product-content-block__title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    color: #1f2937;
}

.product-content-block__body {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.product-content-block__media {
    border-radius: clamp(20px, 3vw, 36px);
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 32px 60px -28px rgba(15, 23, 42, 0.4);
}

.product-content-block__media img,
.product-content-block__media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-content-block__media .embed-responsive {
    border-radius: inherit;
    overflow: hidden;
    background-color: #0f172a;
}

.product-content-block__gallery small {
    font-size: 0.85rem;
    color: #64748b;
}

.product-content-block__media-wrap {
    row-gap: 0.75rem;
}

.product-content-block__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.product-content-block__actions.text-left {
    justify-content: flex-start;
}

.product-content-block__actions.text-center {
    justify-content: center;
}

.product-content-block__actions.text-right {
    justify-content: flex-end;
}

/* Split Media (2 Columns) & Text Layout */
.product-content-block--split_media_text_2col .product-content-block__media {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 250px;
}

.product-content-block--split_media_text_2col .product-content-block__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-content-block--split_media_text_2col .product-content-block__media .embed-responsive {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.product-content-block--split_media_text_2col .product-content-block__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-content-block--split_media_text_2col .product-content-block__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

@media (max-width: 991px) {
    .product-content-block--split_media_text_2col .product-content-block__copy {
        margin-top: 2rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-content-block--split_media_text_2col .product-content-block__media {
        margin-bottom: 1rem;
        min-height: 200px;
    }
}

/* Media 2 Columns & Text Layout */
.product-content-block--media_2col_text .product-content-block__media {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 250px;
}

.product-content-block--media_2col_text .product-content-block__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-content-block--media_2col_text .product-content-block__media .embed-responsive {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.product-content-block--media_2col_text .product-content-block__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-content-block--media_2col_text .product-content-block__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

@media (max-width: 991px) {
    .product-content-block--media_2col_text .product-content-block__copy {
        margin-top: 2rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-content-block--media_2col_text .product-content-block__media {
        margin-bottom: 1rem;
        min-height: 200px;
    }
}

.btn-content-primary {
    border-radius: 999px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, #ff8a00, #ff5a00);
    border: none;
    color: #fff;
    box-shadow: 0 15px 30px -12px rgba(255, 90, 0, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-content-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 35px -12px rgba(255, 90, 0, 0.6);
    color: #fff;
}

.btn-content-outline {
    border-radius: 999px;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    border: 1px solid rgba(15, 23, 42, 0.25);
    background: rgba(255, 255, 255, 0.85);
    color: #111827;
    transition: all 0.2s ease;
}

.btn-content-outline:hover {
    border-color: transparent;
    background: linear-gradient(135deg, #ff8a00, #ff5a00);
    color: #fff;
    box-shadow: 0 15px 30px -12px rgba(255, 90, 0, 0.45);
}

.btn-content-link {
    font-weight: 600;
    color: #f97316;
    text-decoration: none;
    position: relative;
}

.btn-content-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.3;
    transition: opacity 0.2s ease;
}

.btn-content-link:hover::after {
    opacity: 0.8;
}

/* .product-review-section {
    margin: clamp(3rem, 6vw, 5.5rem) 0;
} */

.product-review-section__surface {
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    border-radius: clamp(32px, 5vw, 44px);
    background: linear-gradient(180deg, rgba(14, 38, 75, 0.95), rgba(49, 67, 111, 0.9));
    box-shadow: 0 45px 80px -40px rgba(15, 23, 42, 0.45);
    /* padding: clamp(2.5rem, 4vw, 4rem) 0; */
}

.product-review-section__container {
    max-width: 1230px;
}

.product-review-section__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.product-review-section__heading {
    flex: 1 1 320px;
}

.product-review-section__eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #f97316;
}

.product-review-section__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 0;
}

.product-review-section__meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.product-review-section__see-all {
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.product-review-section__see-all::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.35;
    transition: opacity 0.2s ease;
}

.product-review-section__see-all:hover::after {
    opacity: 1;
}

.product-review-section__rating-pill {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.06);
    color: #111827;
    line-height: 1.2;
}

.product-review-section__rating-value {
    font-size: 1.75rem;
    font-weight: 700;
}

.product-review-section__stars .rating i {
    font-size: 1.1rem;
    color: #f59e0b;
    margin-right: 0.15rem;
}

.product-review-section__rating-count {
    font-weight: 600;
    font-size: 0.95rem;
    color: #475569;
}

.product-review-section__body {
    margin-top: clamp(2rem, 3vw, 3rem);
}

.product-review-carousel {
    position: relative;
}

.product-review-glide {
    position: relative;
    --review-slide-gap: 28px;
}

.product-review-glide .glide__slides {
    align-items: stretch;
    display: flex;
    gap: var(--review-slide-gap);
    padding: 0;
    list-style: none;
}

.product-review-glide .glide__slide {
    height: auto;
    flex: 0 0 calc((100% - (var(--review-slide-gap) * 3)) / 4);
    margin: 0 !important;
}

.product-review-carousel__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 0.5rem;
}

.product-review-carousel__arrows .glide__arrow {
    pointer-events: all;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
    color: #111827;
    font-size: 1.25rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-review-carousel__arrows .glide__arrow:hover {
    background: linear-gradient(135deg, #ff8a00, #ff5a00);
    color: #fff;
    transform: translateY(-1px);
}

.product-review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 26px;
    padding: 1.75rem;
    box-shadow: 0 25px 50px -30px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(15, 23, 42, 0.03);
}

.product-review-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.product-review-card__rating .rating i {
    font-size: 1rem;
    color: #f59e0b;
}

.product-review-card__date {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.product-review-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.product-review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.product-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-review-card__name {
    font-weight: 600;
    color: #111827;
}

.product-review-card__verified {
    font-size: 0.85rem;
    color: #0f9d58;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.product-review-card__verified i {
    font-size: 1rem;
}

.product-review-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.product-review-card__excerpt {
    color: #475569;
    line-height: 1.65;
    margin-bottom: 1.75rem;
    font-size: 0.975rem;
}

.product-review-card__footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.product-review-card__product {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.product-review-card__product-image {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.product-review-card__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-review-card__product-name {
    font-weight: 600;
    color: #111827;
    font-size: 0.95rem;
}

.product-review-card__product-variation {
    font-size: 0.82rem;
}

.product-review-carousel__empty {
    border-radius: 26px;
    /* background: rgba(248, 250, 252, 0.9); */
}

@media (max-width: 991.98px) {
    .product-content-blocks {
        padding-inline: 1.25rem;
    }

    .product-content-block__surface {
        padding: 2.5rem 0;
        border-radius: 26px;
    }

    .product-content-block__copy {
        max-width: 100%;
    }

    .product-review-section__surface {
        border-radius: 28px;
        padding: 2.5rem 0;
    }

    .product-review-section__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-review-section__meta {
        width: 100%;
        justify-content: space-between;
    }

    .product-review-carousel__arrows {
        display: none;
    }

    .product-review-glide .glide__slide {
        flex: 0 0 calc((100% - var(--review-slide-gap)) / 2);
    }
}

@media (max-width: 575.98px) {
    .product-content-blocks {
        padding-inline: 1rem;
        gap: 2.25rem;
    }

    .btn-content-primary,
    .btn-content-outline {
        width: 100%;
        justify-content: center;
    }

    .product-review-section__surface {
        padding: 2rem 0;
    }

    .product-review-section__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .product-review-card {
        padding: 1.5rem;
    }

    .product-review-glide .glide__slide {
        flex: 0 0 100%;
    }
}

/* Product highlight section */
.product-highlights .size-24px {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* .product-view-banner,  */
.views-section {
    color: black;
    /* border-radius: 0.75rem; */
    /* border: 1px solid rgba(20, 94, 168, 0.15); */
    /* background: rgba(20, 94, 168, 0.05); */
    /* color: #0c4a6e; */
}

.product-summary-header {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.product-summary-header .product-title-group {
    max-width: 100%;
}

.product-meta {
    margin-top: 0.5rem;
}

.product-meta>* {
    margin-right: 1.25rem;
}

.product-meta>*:last-child {
    margin-right: 0;
}

.product-meta-actions .product-inquiry-link {
    text-decoration: none;
}

.product-meta-actions .product-inquiry-link:hover .animate-underline-blue {
    text-decoration: underline;
}

.product-quick-links a {
    text-decoration: none;
}

.product-quick-links a:hover {
    color: #0d6efd;
}

.product-hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
    border: 1px solid rgba(37, 99, 235, 0.25);
}

.product-highlights {
    margin-bottom: 2rem;
}

.product-highlight-set+.product-highlight-set {
    margin-top: 1.5rem;
}

.product-highlight-grid {
    margin: -0.5rem;
}

.product-highlight-grid .product-highlight-card {
    margin: 0.5rem;
    flex: 1 1 220px;
}

.product-highlight-card {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.75rem;
    padding: 1rem 1.2rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.product-highlight-card .highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.product-highlight-card .highlight-icon img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.highlight-title {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-price-card {
    background: #ffffff;
    position: sticky;
    top: 2rem;
}

.product-price-card .product-card-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.product-price-card .product-card-label {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #64748b;
}

.product-price-card .product-card-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.product-price-card .product-card-helper {
    font-size: 0.8125rem;
    color: #64748b;
}

.product-price-card .product-card-divider {
    border-top: 1px dashed rgba(100, 116, 139, 0.3);
    margin: 1.5rem 0;
}

.product-price-card .product-card-meta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-price-card .badge {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.product-price-card .avialable-amount {
    font-size: 0.8125rem;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .product-summary-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .product-hero-surface {
        padding: 1.5rem 1.5rem 1.25rem;
        border-radius: 18px;
    }

    .product-hero-row {
        gap: 1.5rem;
    }

    .product-summary-card {
        padding: 1.5rem;
        border-radius: 18px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 12px 24px rgba(15, 23, 42, 0.08);
    }

    .product-price-card {
        position: static;
        padding: 1.5rem;
    }

    .product-price-card .product-card-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.brand-usp-box {
    background: #f9fbff;
    border-color: rgba(12, 74, 110, 0.15) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.brand-usp-header .badge {
    letter-spacing: 0.05em;
}

.brand-usp-body .usp-icon {
    width: 48px;
    height: 48px;
    background: #fff;
}

.brand-usp-body .usp-icon img {
    object-fit: contain;
}

.product-highlights {
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 12px;
    padding: 24px;
}

.product-highlight-group+.product-highlight-group {
    margin-top: 24px;
    border-top: 1px solid rgba(18, 18, 18, 0.06);
    padding-top: 24px;
}

.product-highlight-title {
    font-size: 1rem;
    font-weight: 700;
    color: #121212;
    margin-bottom: 16px;
}

.product-highlight-list {
    display: grid;
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    gap: .5rem;
}

.product-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #3e3e3e;
    font-size: 15px;
    line-height: 1.5;
}

.product-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: rgba(19, 129, 76, 0.08);
    color: #13814C;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.product-highlight-icon img {
    max-width: 1rem;
    max-height: 1rem;
    object-fit: contain;
}

.product-highlight-text {
    display: inline-block;
}

.product-option {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-option-label {
    font-size: 15px;
    font-weight: 600;
    color: #121212;
}

.variant-select-wrapper {
    position: relative;
    width: 100%;
}

.product-option-body .form-control.variant-dropdown {
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(18, 18, 18, 0.18);
    font-size: 15px;
    color: #3e3e3e;
    padding: 0 2.75rem 0 1.15rem;
    background-color: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.variant-select-wrapper .bootstrap-select {
    width: 100% !important;
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle {
    position: relative;
    width: 100%;
    /* height: 54px; */
    border-radius: 12px;
    border: 1px solid rgba(18, 18, 18, 0.18);
    background-color: #fff;
    color: #3e3e3e;
    font-size: 15px;
    /* padding: 0 2.75rem 0 1.15rem; */
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle:focus,
.variant-select-wrapper .bootstrap-select .dropdown-toggle:active {
    outline: none !important;
    border-color: #13814C;
    box-shadow: 0 18px 35px rgba(19, 129, 76, 0.12);
    background-color: #fff;
}

.variant-select-wrapper .bootstrap-select.show .dropdown-toggle {
    border-color: #13814C;
    box-shadow: 0 18px 35px rgba(19, 129, 76, 0.12);
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4f4f4f;
    border-bottom: 2px solid #4f4f4f;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.25s ease, border-color 0.25s ease;
    margin: 0;
    pointer-events: none;
}

.variant-select-wrapper .bootstrap-select.show .dropdown-toggle::after {
    transform: translateY(-50%) rotate(225deg);
    border-color: #13814C;
}

.variant-select-wrapper .bootstrap-select .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    padding: 6px 0;
    margin-top: 8px;
}

.variant-select-wrapper .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 16px;
    color: #3e3e3e;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.variant-select-wrapper .bootstrap-select .dropdown-menu .dropdown-item:hover,
.variant-select-wrapper .bootstrap-select .dropdown-menu .dropdown-item.active,
.variant-select-wrapper .bootstrap-select .dropdown-menu .dropdown-item:focus {
    background-color: rgba(19, 129, 76, 0.1);
    color: #13814C;
    padding-left: 20px;
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.product-option-body .form-control.variant-dropdown:focus {
    border-color: #13814C;
    box-shadow: 0 18px 35px rgba(19, 129, 76, 0.12);
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle::after {
    right: 1.2rem;
}

.variant-select-wrapper .bootstrap-select .dropdown-toggle .caret {
    display: none;
}

.product-option-body .form-control.variant-dropdown:hover {
    border-color: rgba(19, 129, 76, 0.55);
}

.product-option .aiz-radio-inline .aiz-megabox {
    margin-right: 12px;
}

.product-option .aiz-radio-inline {
    gap: 8px;
}

.product-option .aiz-megabox-elem {
    border-radius: 12px;
    min-width: 80px;
}

.product-pricing-summary {
    background: linear-gradient(135deg, rgba(255, 155, 0, 0.08), rgba(255, 184, 77, 0.22));
    border: 1px solid rgba(255, 136, 0, 0.25);
    border-radius: 18px;
    padding: 24px;
    text-align: left;
    margin-top: 1.5rem;
}

.product-pricing-summary .pricing-badge {
    display: inline-flex;
    align-items: center;
    background: #E53E3E;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-pricing-summary .pricing-original {
    font-size: 15px;
    color: #B91C1C;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.product-pricing-summary .pricing-current {
    font-size: 36px;
    font-weight: 800;
    color: #C2410C;
    line-height: 1.1;
}

.product-pricing-summary .pricing-tax {
    font-size: 13px;
    margin-top: 6px;
    display: block;
}

.product-pricing-summary .pricing-installment {
    font-size: 14px;
    margin-top: 12px;
}

.product-pricing-summary .pricing-installment strong {
    color: #0F172A;
}

.product-pricing-summary .pricing-savings-note {
    margin-top: 16px;
    font-size: 14px;
    color: #047857;
    font-weight: 600;
}

.product-purchase-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-purchase-actions .btn {
    width: 100%;
}

.btn-add-to-cart-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #FF9B0D, #FF7A00);
    color: #fff;
    border-radius: 999px;
    padding: 16px 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-add-to-cart-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(255, 122, 0, 0.25);
}

.btn-buy-now-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 15px;
    color: #C2410C;
    border: 1px solid rgba(194, 65, 12, 0.4);
    background: rgba(255, 247, 237, 0.9);
    letter-spacing: 0.06em;
    transition: all 0.2s ease;
}

.btn-buy-now-ghost:hover {
    color: #fff;
    background: #C2410C;
    border-color: #C2410C;
}

@media (max-width: 575.98px) {
    .product-highlights {
        padding: 20px;
    }

    .product-highlight-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 575.98px) {
    .product-pricing-summary {
        text-align: center;
        padding: 20px;
    }

    .product-pricing-summary .pricing-current {
        font-size: 30px;
    }

    .product-pricing-summary .pricing-installment {
        font-size: 13px;
    }
}

.product-view-banner,
.views-section {
    display: flex;
    align-items: center;
    gap: 10px;
    /* backgro  und: rgba(255, 244, 234, 0.85); */
    /* border: 1px solid rgba(255, 186, 100, 0.35); */
    /* border-radius: 16px; */
    /* padding: 16px 20px; */
    color: #C2410C;
    margin-bottom: .5rem;
}

.product-view-banner .view-indicator,
.views-section .view-indicator {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    background: #fff0ed;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #b72300;
    box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.1);
}


.product-view-banner .view-text {
    font-size: .7rem;
    color: #b72300;
}

.product-view-banner .view-text,
.views-section .view-text strong {
    color: #b72300;
    font-weight: 800;
    margin: 0 4px;
}

@media (max-width: 575.98px) {
    .product-view-banner {
        flex-direction: column;
        text-align: center;
    }

    .product-view-banner .view-indicator {
        flex-direction: row;
        gap: 8px;
        padding: 8px 16px;
    }
}

.product-faq-groups {
    margin-bottom: 2rem;
}

.product-faq-group {
    /* background: #fff; */
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 30px 60px rgba(6, 24, 44, 0.08);
}

.product-faq-group+.product-faq-group {
    margin-top: 1.5rem;
}

.product-faq-group__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #15192c;
    margin-bottom: 0.35rem;
}

.product-faq-group__subtitle {
    font-size: 1rem;
}

.product-faq-item {
    border-radius: 16px;
    padding: 0.25rem 0;
    background: transparent;
}


.product-faq-toggle:hover,
.product-faq-toggle:focus {
    text-decoration: none;
    border-color: rgba(21, 25, 44, 0.15);
    background: #eef1f7;
    outline: none;
}

.product-faq-toggle__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(21, 25, 44, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-faq-toggle__icon i {
    font-size: 1.1rem;
}

.product-faq-toggle[aria-expanded="true"] .product-faq-toggle__icon {
    transform: rotate(180deg);
    border-color: #1c2237;
}

.product-faq-answer {
    padding: 1rem 1.25rem 1.25rem;
    font-size: 0.95rem;
    color: #4a4f63;
    line-height: 1.6;
}

@media (max-width: 575.98px) {
    .product-faq-group {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .product-faq-toggle {
        font-size: 0.95rem;
        padding: 0.9rem 1rem;
    }
}

/* Newsletter Signup Section */
.newsletter-wrapper {
    /* max-width: 660px; */
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
}

.newsletter-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #78625a;
}

.newsletter-signup {
    max-width: 100%;
}

.newsletter-card {
    background: #fff;
    /*     border: 1px solid #efefef; */
    border-radius: 28px;
    padding: 2.5rem 2rem;
    box-shadow: 0 25px 45px rgba(19, 31, 68, 0.08);
}

.newsletter-heading {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #b05d14;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.newsletter-email-wrapper {
    width: 100%;
}

.newsletter-email-input {
    width: 100%;
    padding: 0.95rem 1.1rem;
    border: 1px solid #d9d9df;
    border-radius: 10px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #2f2f36;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-email-input:focus {
    outline: none;
    border-color: #f9722c;
    box-shadow: 0 0 0 3px rgba(249, 114, 44, 0.15);
}

.newsletter-email-input::placeholder {
    color: #a0a0a0;
}

.newsletter-checkbox-wrapper {
    margin: 0;
    width: 100%;
}

.newsletter-checkbox-label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #453f39;
    /*     line-height: 1.5; */
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
}

.newsletter-checkbox-label input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.newsletter-checkbox-text {
    flex: 1;
}

.newsletter-link {
    text-decoration: underline;
    color: #b05d14;
    transition: color 0.2s ease;
}

.newsletter-link:hover {
    color: #ff7a36;
    text-decoration: underline;
}

.newsletter-privacy-text {
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #6c6965;
    /*     line-height: 1.5; */
    margin-top: -0.25rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.newsletter-submit-btn {
    width: 100%;
    max-width: 320px;
    padding: 0.95rem 2rem;
    background: linear-gradient(135deg, #ff914d, #ff6e35);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 0.75rem;
}

.newsletter-submit-btn:hover {
    background: linear-gradient(135deg, #ff7f28, #ff5c24);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(255, 111, 53, 0.3);
}

.newsletter-submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(255, 111, 53, 0.2);
}

/* Dark theme adjustments for footer */
.footer-widget .newsletter-card {
    background: #0D2650;
}

.footer-widget .newsletter-heading {
    color: #c67832;
}

.footer-widget .newsletter-email-input {
    background-color: #fff;
    border-color: #d9d9df;
    color: #2f2f36;
}

.footer-widget .newsletter-email-input::placeholder {
    color: #8b8b8b;
}

.footer-widget .newsletter-checkbox-label {
    color: #4b4b4b;
}

.footer-widget .newsletter-link {
    color: #c67832;
}

.footer-widget .newsletter-link:hover {
    color: #ff7a36;
}

.footer-widget .newsletter-privacy-text {
    color: #6c6965;
}

@media (max-width: 992px) {
    .newsletter-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .newsletter-heading {
        font-size: 1.35rem;
    }

    .newsletter-submit-btn {
        padding: 0.85rem 1.75rem;
    }
}

/* Footer redesign */
.footer-main {
    background-color: #0C1734;
    color: #f8f3ee;
    padding: 3.5rem 0;
}

.footer-main .footer-column-title {
    text-transform: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 1.5rem;
}

.footer-brand-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(248, 243, 238, 0.78);
    margin-bottom: 1.5rem;
}

.footer-social-label {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(248, 243, 238, 0.7);
    display: block;
    margin-bottom: 0.75rem;
}

.footer-social ul li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: background 0.3s ease, transform 0.2s ease;
}

.footer-social ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(248, 243, 238, 0.82);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-support-text {
    font-size: 0.9rem;
    color: rgba(248, 243, 238, 0.7);
    margin-bottom: 1rem;
}

.footer-support-link {
    display: block;
    font-size: 0.95rem;
    padding: 0.15rem 0;
    color: rgba(248, 243, 238, 0.82);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-support-link:hover {
    color: #fff;
}

.footer-support-meta span {
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(248, 243, 238, 0.6);
    display: block;
}

.footer-support-meta a,
.footer-support-meta p {
    color: rgba(248, 243, 238, 0.9);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    display: block;
}

.footer-accordion .aiz-accordion-heading {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-accordion .aiz-accordion {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    color: #fff;
    font-weight: 600;
    background: transparent;
}

.footer-accordion .aiz-accordion-panel {
    background: rgba(255, 255, 255, 0.02);
    padding: 1rem 1.25rem;
}

footer.bg-black {
    background-color: #0A204A !important;
    color: rgba(248, 243, 238, 0.8);
}

footer.bg-black .fs-14,
footer.bg-black ul li a {
    color: rgba(248, 243, 238, 0.85);
}

.footer-bottom-menu li {
    margin: 0 0.75rem;
}

.footer-bottom-menu a {
    color: rgba(248, 243, 238, 0.8);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-menu a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .footer-main {
        padding: 2.5rem 0;
    }
}

/* ============================================
   Emma Template Styles
   ============================================ */

/* Top Promotional Banner */
.emma-top-promo-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

.emma-top-promo-banner a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.emma-top-promo-banner a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Hero Section */
.emma-hero-wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emma-hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.emma-hero-media-wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.emma-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.emma-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.emma-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.emma-hero-cta {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.875rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.emma-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.emma-hero-badges {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.emma-trust-badge {
    max-height: 60px;
    max-width: 150px;
    /* filter: brightness(0) invert(1); */
    opacity: 0.9;
    transition: opacity 0.3s;
}

.emma-trust-badge:hover {
    opacity: 1;
}

/* Responsive Hero Section */
@media (max-width: 991px) {

    .emma-hero-wrapper,
    .emma-hero-media-wrapper {
        min-height: 500px;
    }

    .emma-hero-title {
        font-size: 2.5rem;
    }

    .emma-hero-subtitle {
        font-size: 1rem;
    }

    .emma-hero-cta {
        font-size: 1rem;
        padding: 0.75rem 2rem;
    }

    .emma-hero-badges {
        bottom: 20px;
    }

    .emma-trust-badge {
        max-height: 50px;
        max-width: 120px;
    }
}

@media (max-width: 767px) {

    .emma-hero-wrapper,
    .emma-hero-media-wrapper {
        min-height: 400px;
    }

    .emma-hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .emma-hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .emma-hero-cta {
        font-size: 0.9rem;
        padding: 0.625rem 1.5rem;
    }

    .emma-hero-badges {
        bottom: 15px;
    }

    .emma-trust-badge {
        max-height: 40px;
        max-width: 100px;
    }
}

/* Popular Products Section */




/* My popular product section */

/* Popular Product Card */

.emma-product-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3rem;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin: 0 0 0.25rem 0;
}

.emma-product-title a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3rem;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.emma-product-title a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}

.emma-product-description {
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.4rem;
    font-family: 'Inter', sans-serif;
    flex: 1;
    margin-bottom: 0.75rem;
    opacity: 0.85;
    font-weight: 400;
}

.emma-product-card-content {
    padding: 1.25rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #B3A572;
}

.container.emma-deals-grids {
    min-width: 100%;
}

.emma-deals-grid-container {
    min-width: 100%;
    margin: 0rem !important;
}

/* Popular product */

.emma-popular-products-section {
    background-color: #0a1d40;
    padding: 3rem 0;
}

.emma-popular-products-container {
    max-width: 100%;
    padding: 0 2rem;
}

.emma-popular-products {
    position: relative;
}

.emma-popular-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}


.emma-popular-product-card {
    background-color: #58524e;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto;

}

.emma-popular-products-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
    text-align: left;
    color: #ffffff;
    font-family: 'TiemposHeadline-Semibold', serif;
    margin-bottom: 0;
}

.emma-price-from {
    font-size: 0.875rem;
    color: #ffffff;
    font-weight: 400;
    margin-right: 0.25rem;
}

.emma-price-discounted {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-right: 0.5rem;
}

.emma-price-original {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: line-through;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    opacity: 0.8;
}

.emma-product-card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-color: #f5f5f5;
    overflow: hidden;
}

.emma-popular-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background-color: #58524e;
}



.emma-product-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.emma-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.emma-popular-product-card:hover .emma-product-image {
    transform: scale(1.05);
}

.emma-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    z-index: 2;
    line-height: 1.2;
}

.emma-product-awards {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}


.emma-product-rating {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-family: 'Inter', sans-serif;
}

.emma-rating-star {
    color: #fbbf24;
    font-size: 1rem;
    line-height: 1;
}

.emma-rating-value {
    font-weight: 600;
    color: #ffffff;
}

.emma-rating-reviews {
    color: #ffffff;
    font-size: 0.875rem;
}


.emma-product-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: auto;
    font-family: 'Inter', sans-serif;
    padding-top: 0.5rem;
}


/* Legacy styles */
.emma-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    text-align: left;
    color: #ffffff;
    font-family: 'TiemposHeadline-Semibold', serif !important;
}

.emma-section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.emma-product-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.emma-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #dee2e6;
}

.emma-product-card .rounded-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Responsive Popular Products */
@media (max-width: 1200px) {
    .emma-popular-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 991px) {
    .emma-popular-products-section {
        padding: 2.5rem 0;
    }

    .emma-popular-products-container {
        padding: 0 1.5rem;
    }

    .emma-popular-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .emma-popular-products-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .emma-popular-product-card {
        min-height: 450px;
    }

    .emma-section-title {
        font-size: 2rem;
    }

    .emma-section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .emma-popular-products-section {
        padding: 2rem 0;
    }

    .emma-popular-products-container {
        padding: 0 1rem;
    }

    .emma-popular-products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .emma-popular-products-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .emma-popular-product-card {
        min-height: auto;
    }

    .emma-product-card-content {
        padding: 1.25rem;
    }

    .emma-product-title {
        font-size: 1rem;
    }

    .emma-product-title a {
        font-size: 1rem;
    }

    .emma-product-description {
        font-size: 0.8rem;
    }

    .emma-price-discounted {
        font-size: 0.95rem;
    }

    .emma-price-original {
        font-size: 0.9rem;
    }

    .emma-section-title {
        font-size: 1.75rem;
    }

    .emma-section-subtitle {
        font-size: 0.95rem;
    }
}

/* Discount & Deals Grid Section */
/* Discount & Deals Grid Section */
.emma-deals-grid-section {
    background-color: #0a1d40;
    padding: 3rem 0;
}

.emma-deals-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

/* Large Square on Left */
.emma-deal-tile-large-left {
    grid-row: 1 / 3;
    height: 100%;
}

/* If no large-left, make grid-right full width */
.emma-deals-grid-container.no-large-left {
    grid-template-columns: 1fr;
}

/* 2x2 Grid on Right */
.emma-deals-grid-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
    height: 100%;
    min-height: 600px;
}

.emma-deals-grid-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
}

/* Bottom row with single full-width item */
.emma-deals-grid-row .emma-deal-tile-wide[style*="grid-column"] {
    grid-column: 1 / -1;
}

/* Tile Sizes */
.emma-deal-tile-narrow {
    min-height: 280px;
}

.emma-deal-tile-wide {
    min-height: 280px;
}

/* Hide empty grid rows and containers */
.emma-deals-grid-row:empty,
.emma-deals-grid-right:empty {
    display: none;
}

/* Hide empty placeholder tiles */
.emma-deal-tile-narrow:empty,
.emma-deal-tile-wide:empty {
    display: none;
}

/* Hide grid container if it has no children */
.emma-deals-grid-container:empty {
    display: none;
}

.emma-deal-tile-large-left .emma-deal-tile {
    min-height: 600px;
}

.emma-deals-full-width {
    margin-top: 1.5rem;
}

.emma-deal-tile-full {
    min-height: 350px;
    width: 100%;
}

.emma-deal-tile {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}


.emma-deal-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important;
}

.emma-deal-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.emma-deal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.emma-deal-tile:hover .emma-deal-image {
    transform: scale(1.05);
}

/* Video Styles */
.emma-deal-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.emma-deal-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.emma-deal-tile:hover .emma-deal-video {
    transform: scale(1.05);
}

/* Badge */
.emma-deal-badge {
    z-index: 3;
}

.emma-badge-text {
    background-color: #dc3545;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Overlay */
.emma-deal-overlay {
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), transparent) !important;
}

.emma-deal-content {
    z-index: 3;
    position: relative;
}

.emma-deal-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.emma-deal-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    opacity: 0.95;
}

.emma-deal-cta {
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.emma-deal-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
    color: #000;
}

/* Responsive Deals Grid */
@media (max-width: 991px) {
    .emma-deals-grid-section {
        padding: 2rem 0;
    }

    .emma-deals-grid-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .emma-deal-tile-large-left {
        grid-row: auto;
    }

    .emma-deal-tile-large-left .emma-deal-tile {
        min-height: 400px;
    }

    .emma-deals-grid-right {
        grid-template-rows: auto auto;
    }

    .emma-deals-grid-row {
        grid-template-columns: 1fr;
    }

    .emma-deal-tile-narrow,
    .emma-deal-tile-wide {
        min-height: 300px;
    }

    .emma-deal-title {
        font-size: 1.5rem;
    }

    .emma-deal-description {
        font-size: 0.95rem;
    }

    .emma-deal-cta {
        font-size: 0.9rem;
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .emma-deals-grid-section {
        padding: 1.5rem 0;
    }

    .emma-deals-grid-container {
        gap: 1rem;
    }

    .emma-deals-grid-right {
        gap: 1rem;
    }

    .emma-deals-grid-row {
        gap: 1rem;
    }

    .emma-deal-tile-large-left .emma-deal-tile {
        min-height: 350px;
    }

    .emma-deal-tile-narrow,
    .emma-deal-tile-wide {
        min-height: 250px;
    }

    .emma-deal-title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem !important;
    }

    .emma-deal-description {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }

    .emma-deal-cta {
        font-size: 0.85rem;
        padding: 0.4rem 1.25rem;
    }

    .emma-badge-text {
        font-size: 0.7rem;
        padding: 0.3rem 0.7rem;
    }
}

/* Category Carousel Section */
.emma-category-carousel-section {
    background-color: #0a1d40;
    padding: 0 !important;
}

.emma-category-carousel-heading {
    text-align: left;
}

.emma-category-carousel-heading .emma-section-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.emma-category-carousel-wrapper {
    position: relative;
}

.emma-category-carousel-wrapper .aiz-carousel {
    margin: 0;
    width: 100%;
}

.emma-category-carousel-wrapper .aiz-carousel .carousel-box {
    padding: 0 0.75rem;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.emma-category-carousel-wrapper .aiz-carousel .slick-slide {
    padding: 0;
    box-sizing: border-box;
    height: auto;
}

.emma-category-carousel-wrapper .aiz-carousel .slick-slide>div {
    height: 100%;
    display: block;
}

.emma-category-carousel-wrapper .aiz-carousel .slick-list {
    margin: 0 -0.75rem;
    padding: 0;
    overflow: visible;
}

.emma-category-carousel-wrapper .aiz-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.emma-category-card {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #403833;
    height: 500px;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.emma-category-card:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.emma-category-badge {
    top: 1rem;
    left: 1rem;
    z-index: 10;
}

.emma-category-badge-text {
    background-color: #da1f00;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    display: inline-block;
    line-height: 1.2;
}

.emma-category-nav-icon {
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.emma-category-nav-icon-circle {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.emma-category-card:hover .emma-category-nav-icon-circle {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.emma-category-nav-icon i {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
}

.emma-category-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.emma-category-media img,
.emma-category-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emma-category-content-overlay {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(64, 56, 51, 0.4) 70%, rgba(64, 56, 51, 0.9) 100%);
    pointer-events: none;
}

.emma-category-content {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    padding: 1.5rem;
    padding-bottom: 1.75rem;
}

.emma-category-name {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.emma-category-description {
    color: #ffffff;
    font-size: 0.875rem;
    opacity: 0.95;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Carousel Dots Styling */
.emma-category-carousel-container {
    max-width: 100%;
    padding: 3rem 2rem;
    background-color: #0a1d40;
}

.emma-category-carousel-container .emma-category-carousel-wrapper {
    margin: 0 -0.75rem;
}

.emma-category-carousel-section .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.emma-category-carousel-section .swiper-pagination-bullet-active {
    background-color: #ff8900;
    width: 1.5rem;
    border-radius: 0.375rem;
}

/* Responsive Category Carousel */
@media (max-width: 767px) {
    .emma-category-carousel-container {
        padding: 2rem 1rem;
    }

    .emma-category-carousel-container .emma-category-carousel-wrapper {
        margin: 0 -0.5rem;
    }

    .emma-category-carousel-wrapper .aiz-carousel .carousel-box {
        padding: 0 0.5rem;
    }

    .emma-category-carousel-wrapper .aiz-carousel .slick-list {
        margin: 0 -0.5rem;
    }

    .emma-category-carousel-heading .emma-section-title {
        font-size: 1.5rem;
    }

    .emma-category-card {
        height: 400px;
    }

    .emma-category-name {
        font-size: 1.25rem;
    }

    .emma-category-description {
        font-size: 0.8rem;
    }

    .emma-category-content {
        padding: 1.25rem;
        padding-bottom: 1.5rem;
    }
}

/* CTA Banner Section */
.emma-cta-banner {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.emma-cta-banner-overlay {
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.emma-cta-banner .container,
.emma-cta-banner .container-fluid {
    position: relative;
    z-index: 2;
}

.emma-cta-heading {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.emma-cta-subheading {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.emma-cta-block {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.emma-cta-block.text-center {
    text-align: center;
}

.emma-cta-block.text-left {
    text-align: left;
}

.emma-cta-block.text-right {
    text-align: right;
}


.emma-cta-icon-wrapper {
    transition: transform 0.3s ease;
}


.emma-cta-block-title {
    transition: color 0.3s ease;
}

.emma-cta-block-link {
    margin-top: auto;
    transition: all 0.3s ease;
}

.emma-cta-block-link:hover {
    transform: scale(1.05);
    text-decoration: none;
}

/* Responsive CTA Banner */
@media (max-width: 991px) {
    .emma-cta-banner {
        min-height: 350px;
        padding: 3rem 0 !important;
    }

    .emma-cta-heading {
        font-size: 2rem !important;
    }

    .emma-cta-subheading {
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {
    .emma-cta-banner {
        min-height: 300px;
        padding: 2rem 0 !important;
    }

    .emma-cta-heading {
        font-size: 1.75rem !important;
    }

    .emma-cta-block {
        margin-bottom: 1.5rem;
    }

    .emma-cta-icon {
        font-size: 2.5rem !important;
    }

    .emma-cta-block-title {
        font-size: 1.25rem !important;
    }
}

/* Reviews Carousel Section */
/* Reviews Section */
.emma-reviews-section {
    padding: 3rem 0;
}

.emma-reviews-carousel {
    padding: 0;
    position: relative;
}

.emma-reviews-carousel-container {
    position: relative;
    padding: 0 50px;
}

.emma-reviews-header {
    margin-bottom: 2rem;
}

.emma-reviews-title-section .emma-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.emma-overall-rating {
    margin-top: 0.5rem;
}

.emma-overall-rating .rating {
    display: inline-flex;
    align-items: center;
}

.emma-review-rating i.las {
    color: #FFBA00;

}

.emma-overall-rating i.las.la-star {
    color: #FFBA00;
    font-size: 1.2rem;
}

.emma-reviews-count {
    font-size: 0.95rem;
    color: #666;
    margin-left: 0.5rem;
}

.emma-see-all-reviews-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.emma-see-all-reviews-link:hover {
    color: #0052a3;
    text-decoration: underline;
}

.emma-review-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    min-height: 320px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.emma-review-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.emma-review-header {
    margin-bottom: 0.75rem;
}

.emma-review-name-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.emma-review-name {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.emma-verified-buyer {
    display: inline-flex;
    align-items: center;
    color: #2E4F7C !important;
}

.emma-verified-buyer .las {
    font-size: 0.85rem;
    color: #2E4F7C !important;
}

.emma-verified-text {
    font-size: 0.7rem;
    font-weight: 500;
    color: #2E4F7C !important;
}


.emma-review-rating {
    margin-bottom: 1rem;
}

.emma-review-rating .rating {
    display: inline-flex;
    align-items: center;
}

.emma-review-rating .rating i {
    font-size: 0.9rem;
    color: #FFBA00 !important;
}

.emma-review-rating .rating i.active {
    color: #FFBA00 !important;
}

.emma-review-rating .rating i.half {
    color: #FFBA00 !important;
}

.emma-review-title {
    color: #2c3e50;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.emma-review-text {
    color: #666;
    line-height: 1.6;
    font-size: 0.875rem;
    flex-grow: 1;
}

.emma-review-product {
    margin-top: auto;
    padding-top: .5rem;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.emma-review-date {
    font-size: 0.6rem;
    color: #999;
    white-space: nowrap;
    font-weight: 400;
}

.emma-review-product-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.emma-review-product-name {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
}

/* Carousel adjustments for reviews */
.emma-reviews-section .aiz-carousel {
    width: 100%;
    position: relative;
    overflow: visible !important;
}

/* Override the default hide rule for reviews carousel */
.emma-reviews-section .aiz-carousel.emma-reviews-carousel-slider>.carousel-box {
    display: block !important;
    visibility: visible !important;
}

.emma-reviews-section .aiz-carousel .carousel-box {
    padding: 0 12px;
    display: block !important;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.emma-reviews-section .aiz-carousel .slick-list {
    margin: 0 -12px;
    width: calc(100% + 24px);
    overflow: visible;
    padding: 10px 0;
}

.emma-reviews-section .aiz-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.emma-reviews-section .aiz-carousel .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    box-sizing: border-box;
}

.emma-reviews-section .aiz-carousel .slick-slide>div {
    height: 100%;
    width: 100%;
}

/* Ensure proper width calculation - let slick handle it but ensure cards don't overflow */
.emma-reviews-section .aiz-carousel .slick-slide {
    padding: 0 12px;
    box-sizing: border-box;
}

.emma-reviews-section .aiz-carousel .slick-slide .carousel-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Desktop: 4 items */
@media (min-width: 1200px) {
    .emma-reviews-section .aiz-carousel[data-xl-items="4"] .slick-slide {
        width: 25% !important;
    }
}

/* Large: 3 items */
@media (min-width: 992px) and (max-width: 1199px) {
    .emma-reviews-section .aiz-carousel[data-lg-items="3"] .slick-slide {
        width: 33.333% !important;
    }
}

/* Medium: 2 items */
@media (min-width: 768px) and (max-width: 991px) {
    .emma-reviews-section .aiz-carousel[data-md-items="2"] .slick-slide {
        width: 50% !important;
    }
}

/* Small: 1 item */
@media (max-width: 767px) {
    .emma-reviews-section .aiz-carousel[data-sm-items="1"] .slick-slide {
        width: 100% !important;
    }
}

/* Carousel navigation arrows for reviews */
.emma-reviews-section .aiz-carousel {
    position: relative;
}

.emma-reviews-section .aiz-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.emma-reviews-section .aiz-carousel .slick-arrow:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.emma-reviews-section .aiz-carousel .slick-arrow:before {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
}

.emma-reviews-section .aiz-carousel .slick-prev {
    left: -20px;
}

.emma-reviews-section .aiz-carousel .slick-next {
    right: -20px;
}

/* Responsive Reviews Carousel */
@media (max-width: 991px) {
    .emma-reviews-section {
        padding: 2rem 0;
    }

    .emma-reviews-carousel-container {
        padding: 0 45px;
    }

    .emma-reviews-title-section .emma-section-title {
        font-size: 1.75rem;
    }

    .emma-review-card {
        padding: 1.25rem;
        min-height: 300px;
    }

    .emma-reviews-section .aiz-carousel .slick-prev {
        left: -15px !important;
    }

    .emma-reviews-section .aiz-carousel .slick-next {
        right: -15px !important;
    }
}

@media (max-width: 767px) {
    .emma-reviews-section {
        padding: 1.5rem 0;
    }

    .emma-reviews-carousel-container {
        padding: 0 40px;
    }

    .emma-reviews-header {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .emma-see-all-reviews-link {
        margin-top: 1rem;
    }

    .emma-reviews-title-section .emma-section-title {
        font-size: 1.5rem;
    }

    .emma-review-card {
        padding: 1rem;
        min-height: 280px;
    }

    .emma-review-name {
        font-size: 0.9rem;
    }

    .emma-review-title {
        font-size: 0.9rem;
    }

    .emma-review-text {
        font-size: 0.8rem;
    }

    .emma-reviews-section .aiz-carousel .slick-arrow {
        width: 35px !important;
        height: 35px !important;
    }

    .emma-reviews-section .aiz-carousel .slick-arrow:before {
        font-size: 16px;
    }

    .emma-reviews-section .aiz-carousel .slick-prev {
        left: -10px !important;
    }

    .emma-reviews-section .aiz-carousel .slick-next {
        right: -10px !important;
    }
}

/* Instagram Stories Carousel Section */

.emma-instagram-carousel-container {
    /* margin: 0 2rem; */
    max-width: 100%;
}

.emma-instagram-carousel {
    padding: 2rem 0;
}


.emma-instagram-item {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.emma-instagram-item:hover {
    text-decoration: none;
    transform: translateY(-4px);
}

.emma-instagram-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f5f5f5;
    position: relative;
}

.emma-instagram-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.emma-instagram-item:hover .emma-instagram-image {
    transform: scale(1.1);
}

.emma-instagram-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(225, 48, 108, 0.8) 0%, rgba(131, 58, 180, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.emma-instagram-item:hover .emma-instagram-overlay {
    opacity: 1;
}

.emma-instagram-icon {
    font-size: 2rem;
    color: #fff;
    z-index: 2;
}

.emma-instagram-handle {
    margin-top: 0.5rem;
}

.emma-instagram-handle i {
    color: #E1306C;
    margin-right: 0.25rem;
}

/* Responsive Instagram Carousel */
@media (max-width: 991px) {
    .emma-instagram-carousel {
        padding: 1.5rem 0;
    }

    .emma-instagram-icon {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .emma-instagram-carousel {
        padding: 1rem 0;
    }

    .emma-instagram-image-wrapper {
        border-radius: 8px;
    }

    .emma-instagram-icon {
        font-size: 1.25rem;
    }
}

/* Product Story/Features Section */
.emma-product-story {
    padding: 4rem 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.emma-story-content {
    padding: 2rem 0;
}

.emma-story-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.emma-story-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.emma-story-cta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.emma-story-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.emma-story-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.emma-story-image-wrapper:hover {
    transform: scale(1.02);
}

.emma-story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Responsive Product Story */
@media (max-width: 991px) {
    .emma-product-story {
        padding: 3rem 0;
        min-height: auto;
    }

    .emma-story-title {
        font-size: 2rem;
    }

    .emma-story-desc {
        font-size: 1rem;
    }

    .emma-story-content {
        padding: 1.5rem 0;
    }
}

@media (max-width: 767px) {
    .emma-product-story {
        padding: 2rem 0;
    }

    .emma-story-title {
        font-size: 1.75rem;
    }

    .emma-story-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .emma-story-cta {
        font-size: 0.9rem;
        padding: 0.75rem 2rem !important;
    }

    .emma-story-image-wrapper {
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }
}

/* Trust Indicators Section */
/* Benefits Section (USP) */
.emma-benefits-section {
    background-color: #0a1d40 !important;
    padding: 2.5rem 0;
    margin-bottom: 0;
    border-color: transparent !important;
}

.emma-usp-items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.emma-usp-item {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: left;
}

.emma-usp-icon {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.emma-usp-icon i {
    font-size: 2.5rem;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    display: block;
}

.emma-usp-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-align: left;
    flex: 1;
}

.emma-usp-cta {
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.emma-usp-link {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: opacity 0.2s ease;
    display: inline-flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.emma-usp-link:hover {
    opacity: 0.8;
    color: #ffffff;
    text-decoration: underline;
}

.emma-usp-link i {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    transition: transform 0.2s ease;
}

.emma-usp-link:hover i {
    transform: translateX(3px);
}

/* Trust Indicators / Highlight Banner Section */
.emma-highlight-banner {
    background: linear-gradient(180deg,
            #070f26 0%,
            #101527 100%);
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.emma-highlight-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0));
    pointer-events: none;
}


.emma-highlight-banner__wrapper {
    position: relative;
    z-index: 1;
}

.emma-highlight-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.emma-highlight-banner__icon {
    flex-shrink: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emma-highlight-banner__icon i {
    font-size: 4rem;
    line-height: 1;
}

.emma-highlight-banner__icon svg.emma-award-icon {
    width: 4rem;
    height: auto;
    color: #ffffff;
}

.emma-highlight-banner__text {
    /* flex: 1; */
    min-width: 280px;
    text-align: left;
}

.emma-hero-cta {
    font-size: .8rem !important;
    text-transform: none !important;
    font-family: 'Inter', sans-serif;
    line-height: .8rem !important;
}

.emma-hero-title {
    font-size: 3rem !important;
    font-family: 'TiemposHeadline-Semibold', serif;
    line-height: 3rem !important;

}

.emma-highlight-banner__headline {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    font-family: 'TiemposHeadline-Semibold', serif;
    letter-spacing: -0.02em;
}

.emma-highlight-banner__description {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    opacity: 0.95;
    margin-bottom: 0;
}


/* Legacy support for old trust indicators (if needed) */
.emma-trust-indicators {
    padding: 3rem 0;
}

.emma-trust-item {
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 12px;
    height: 100%;
}

.emma-trust-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.emma-trust-icon-wrapper {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.emma-trust-item:hover .emma-trust-icon-wrapper {
    transform: scale(1.1);
}

.emma-trust-icon {
    font-size: 2.5rem;
    color: #fff;
}

.emma-trust-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 1rem;
}

.emma-trust-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.emma-trust-learn-more {
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.emma-trust-learn-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* Awards Section */
.emma-awards-section {
    padding: 3rem 0;
}

.emma-award-item {
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emma-award-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.emma-award-image-wrapper {
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.emma-award-item:hover .emma-award-image-wrapper {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
}

.emma-award-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.emma-award-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 1rem;
}

.emma-award-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    flex-grow: 1;
}

.emma-awards-read-more {
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.emma-awards-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

/* Responsive Trust Indicators & Awards */
@media (max-width: 991px) {
    .emma-benefits-section {
        padding: 2rem 0;
    }

    .emma-usp-items {
        gap: 1rem;
    }

    .emma-usp-item {
        min-width: 120px;
        max-width: 200px;
    }

    .emma-usp-icon i {
        font-size: 2rem;
    }

    .emma-usp-title {
        font-size: 0.85rem;
    }

    .emma-highlight-banner {
        padding: 2.5rem 0;
    }

    .emma-highlight-banner__content {
        gap: 2rem;
    }

    .emma-highlight-banner__icon i {
        font-size: 3.5rem;
    }

    .emma-highlight-banner__icon svg.emma-award-icon {
        width: 3.5rem;
    }

    .emma-trust-indicators,
    .emma-awards-section {
        padding: 2rem 0;
    }

    .emma-trust-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .emma-trust-icon {
        font-size: 2rem;
    }

    .emma-award-image-wrapper {
        max-width: 120px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .emma-benefits-section {
        padding: 1.5rem 0;
    }

    .emma-usp-items {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .emma-usp-item {
        min-width: auto;
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
    }

    .emma-usp-icon i {
        font-size: 2rem;
    }

    .emma-usp-title {
        font-size: 0.9rem;
    }

    .emma-usp-link {
        font-size: 0.9rem;
    }

    .emma-highlight-banner {
        padding: 2rem 0;
    }

    .emma-highlight-banner__content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .emma-highlight-banner__text {
        text-align: center;
        min-width: auto;
    }

    .emma-highlight-banner__icon i {
        font-size: 3rem;
    }

    .emma-highlight-banner__icon svg.emma-award-icon {
        width: 3rem;
    }

    .emma-highlight-banner__description {
        font-size: 0.95rem;
    }

    .emma-trust-indicators,
    .emma-awards-section {
        padding: 1.5rem 0;
    }

    .emma-trust-item,
    .emma-award-item {
        padding: 1rem;
    }

    .emma-trust-icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .emma-trust-icon {
        font-size: 1.75rem;
    }

    .emma-trust-title,
    .emma-award-title {
        font-size: 1rem;
    }

    .emma-trust-desc,
    .emma-award-desc {
        font-size: 0.85rem;
    }

    .emma-award-image-wrapper {
        max-width: 100px;
        height: 100px;
        padding: 0.75rem;
    }
}

/* ============================================
   Category Page Styles
   ============================================ */

/* Category Hero Section */
.category-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
}

.category-hero-overlay {
    min-height: 25rem !important;
    max-height: 300px;
}

.category-hero-media-wrapper {
    min-height: 25rem !important;
    max-height: 300px;
}

.category-hero-media-wrapper img {
    object-fit: fill !important;
}

.category-hero-media-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.category-hero-media {
    width: 100%;
    min-height: 25rem !important;
    max-height: 300px;
    object-fit: cover;
    display: block;
}

.category-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: center;
    z-index: 1;
}

.category-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.category-hero-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.95;
}

/* Category Content Blocks */
.category-content-blocks {
    display: flex;
    flex-direction: column;
    gap: clamp(2.75rem, 5vw, 4.5rem);
    margin: 2rem 0;
    padding: 0 1rem;
}

.category-content-block {
    width: 100%;
}

.category-content-block__surface {
    position: relative;
    width: 100%;
    border-radius: clamp(24px, 3vw, 36px);
    padding: clamp(2.75rem, 5vw, 4.75rem) 0;
    box-shadow: 0 40px 70px -32px rgba(15, 23, 42, 0.35);
    overflow: hidden;
}


.category-content-block__container {
    max-width: 100%;
    /* margin: 0 2rem; */
    padding: 0 1.5rem;
}

.category-content-block__copy {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.category-content-block__copy.text-left {
    margin-left: 0;
}

.category-content-block__copy.text-right {
    margin-right: 0;
}

.category-content-block__eyebrow {
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 0.75rem;
    color: #ea580c;
    display: block;
    margin-bottom: 0.75rem;
}

.category-content-block__title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.category-content-block__body {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.category-content-block__body p {
    margin-bottom: 1rem;
}

.category-content-block__body p:last-child {
    margin-bottom: 0;
}

.category-content-block__media {
    border-radius: clamp(20px, 3vw, 36px);
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 32px 60px -28px rgba(15, 23, 42, 0.4);
}

.category-content-block__media img,
.category-content-block__media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.category-content-block__media .embed-responsive {
    border-radius: inherit;
    overflow: hidden;
    background-color: #0f172a;
}

.category-content-block__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.category-content-block__gallery small {
    font-size: 0.85rem;
    color: #64748b;
}

.category-content-block__media-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 0.75rem;
}

.category-content-block__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

/* Category FAQ Groups */
.category-faq-groups {
    /* margin: 3rem 0; */
    padding: 0 1rem;
}

.category-faq-container {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.category-faq-group {
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 30px 60px rgba(6, 24, 44, 0.08);
    margin-bottom: 1.5rem;
}

.category-faq-group:last-child {
    margin-bottom: 0;
}

.category-faq-group__header {
    margin-bottom: 1.5rem;
}

.category-faq-group__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #15192c;
    margin-bottom: 0.35rem;
}

.category-faq-group__subtitle {
    font-size: 1rem;
    color: #6b7280;
}

.category-faq-item {
    border: none !important;
    border-radius: 16px;
    padding: 0.25rem 0;
    background: transparent;
    margin-bottom: 0.5rem;
}

.category-faq-item:last-child {
    margin-bottom: 0;
}

.category-faq-toggle {
    background: transparent;
    border: none !important;
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1c2237;
    transition: background 0.2s ease, border-color 0.2s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.category-faq-toggle:hover,
.category-faq-toggle:focus {
    text-decoration: none;
    border-color: rgba(21, 25, 44, 0.15);
    background: #eef1f7;
    outline: none;
}

.category-faq-toggle__label {
    flex: 1;
    padding-right: 1rem;
}

.category-faq-toggle__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(21, 25, 44, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
    flex-shrink: 0;
}

.category-faq-toggle__icon i {
    font-size: 1.1rem;
    color: #1c2237;
}

.category-faq-toggle[aria-expanded="true"] .category-faq-toggle__icon {
    transform: rotate(180deg);
    border-color: #1c2237;
}

.category-faq-answer {
    padding: 1rem 1.25rem 1.25rem;
    font-size: 0.95rem;
    color: #4a4f63;
    line-height: 1.6;
}

/* Category Reviews Section */
.category-reviews-section {
    margin: 3rem 0;
    padding: 2rem 0;
}

.category-reviews-header {
    margin-bottom: 2rem;
}

.category-reviews-header .section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.category-overall-rating {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.category-overall-rating .reviews-count {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.category-reviews-carousel-slider {
    position: relative;
}

.category-reviews-carousel-slider .carousel-box {
    padding: 0 0.625rem;
}

/* Responsive Design for Category Pages */
@media (max-width: 1199.98px) {
    .category-content-block__container {
        padding: 0 1.25rem;
    }

    .category-content-block__gallery {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 991.98px) {
    .category-hero-section {
        margin-bottom: 2rem;
    }

    .category-hero-media-wrapper {
        min-height: 400px;
    }

    .category-hero-title {
        font-size: 2.25rem;
    }

    .category-content-blocks {
        margin: 1.5rem 0;
        gap: 2.5rem;
    }

    .category-content-block__surface {
        padding: 2.5rem 0;
    }

    .category-content-block__container {
        padding: 0 1rem;
    }

    .category-faq-groups {
        margin: 2rem 0;
    }

    .category-faq-group {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .category-faq-group__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .category-hero-media-wrapper {
        min-height: 350px;
    }

    .category-hero-title {
        font-size: 1.75rem;
    }

    .category-hero-description {
        font-size: 0.95rem;
    }

    .category-content-blocks {
        margin: 1rem 0;
        padding: 0 0.5rem;
        gap: 2rem;
    }

    .category-content-block__surface {
        padding: 2rem 0;
        border-radius: 20px;
    }

    .category-content-block__container {
        padding: 0 0.75rem;
    }

    .category-content-block__copy {
        max-width: 100%;
    }

    .category-content-block__gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.75rem;
    }

    .category-faq-groups {
        margin: 1.5rem 0;
        padding: 0 0.5rem;
    }

    .category-faq-group {
        padding: 1.25rem;
        border-radius: 14px;
    }

    .category-faq-group__title {
        font-size: 1.25rem;
    }

    .category-faq-toggle {
        font-size: 0.95rem;
        padding: 0.9rem 1rem;
    }

    .category-faq-toggle__icon {
        width: 28px;
        height: 28px;
    }

    .category-faq-toggle__icon i {
        font-size: 0.95rem;
    }

    .category-reviews-section {
        margin: 2rem 0;
        padding: 1.5rem 0;
    }

    .category-reviews-header .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .category-hero-media-wrapper {
        min-height: 300px;
    }

    .category-hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .category-hero-description {
        font-size: 0.875rem;
    }

    .category-content-blocks {
        gap: 1.5rem;
    }

    .category-content-block__surface {
        padding: 1.5rem 0;
        border-radius: 16px;
    }

    .category-content-block__container {
        padding: 0 0.5rem;
    }

    .category-content-block__title {
        font-size: 1.5rem;
    }

    .category-content-block__body {
        font-size: 0.95rem;
    }

    .category-content-block__gallery {
        grid-template-columns: 1fr 1fr;
    }

    .category-faq-group {
        padding: 1rem;
        border-radius: 12px;
    }

    .category-faq-group__title {
        font-size: 1.125rem;
    }

    .category-faq-toggle {
        font-size: 0.875rem;
        padding: 0.75rem 0.875rem;
    }

    .category-faq-answer {
        padding: 0.75rem 1rem 1rem;
        font-size: 0.875rem;
    }

    .category-reviews-section {
        margin: 1.5rem 0;
        padding: 1rem 0;
    }
}

/* Category Products Grid - Clean Layout */
.category-products-wrapper {
    margin-top: 2rem;
    padding: 0 1rem;
}

.category-products-wrapper .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.category-products-wrapper .row>.col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Remove borders from product cards in category pages */
.category-products-wrapper .emma-product-card {
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.category-products-wrapper .emma-product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

@media (max-width: 1199.98px) {
    .category-products-wrapper {
        padding: 0 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .category-products-wrapper {
        padding: 0;
    }

    .category-products-wrapper .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .category-products-wrapper .row>.col {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Product Highlights Compact (for product cards) */
.product-highlights-compact {
    margin-top: 0.5rem;
}

.product-highlight-item-compact {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.product-highlight-item-compact:last-child {
    margin-bottom: 0;
}

.product-highlight-icon-compact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.product-highlight-icon-compact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-highlight-icon-compact i {
    font-size: 14px;
    color: #6b7280;
}

.product-highlight-item-compact .product-highlight-text {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #c7b985 !important;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .product-highlight-item-compact {
        margin-bottom: 0.2rem;
    }

    .product-highlight-icon-compact {
        width: 14px;
        height: 14px;
    }

    .product-highlight-icon-compact i {
        font-size: 12px;
    }

    .product-highlight-item-compact .product-highlight-text {
        font-size: 0.75rem;
    }
}

/* Category Product Card - Redesigned */
.emma-product-card-category {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(14, 38, 75, 0.95), rgba(49, 67, 111, 0.9));
    border-radius: 2rem !important;
    overflow: hidden;
}

.emma-product-card-category:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Product Image/Video Carousel */
.product-image-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
}

.product-image-carousel {
    position: relative;
    width: 100%;
    height: 280px;
}

.product-image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-image-slide.active {
    opacity: 1;
    z-index: 1;
}

.product-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Support */
.product-video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.product-video-thumbnail:hover .product-video-play-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.product-video-play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-video-play-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.product-video-play-btn i {
    font-size: 24px;
    color: #ff5a00;
    margin-left: 4px;
    /* Offset for play icon */
}

.product-video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.product-video-file {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

/* Discount Badge */
.product-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #dc3545;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Carousel Dots */
.product-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}

.carousel-dot[data-type="video"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot[data-type="video"] i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.carousel-dot[data-type="video"].active i {
    color: #fff;
}

/* Product Actions Icons */
.product-actions-icons {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.product-action-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.product-action-icon:hover {
    background: #fff;
    color: #ff5a00;
    transform: scale(1.1);
}

.product-action-icon i {
    font-size: 16px;
}

/* Product Rating & Review */
.product-rating-review {
    margin-bottom: 0.75rem;
}

.product-rating-stars .rating i {
    font-size: 0.875rem;
    color: #FFBA00 !important;
}

.product-review-count {
    font-size: 0.8125rem;
    color: #6b7280;
}

/* Product Title */
.product-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    /* margin-bottom: 1rem; */
    min-height: 2.8rem;
}

.product-title a {
    color: #1f2937;
    text-decoration: none;
}

.product-title a:hover {
    color: #ff5a00;
}

/* Product Highlights Compact - Updated */
.product-highlights-compact {
    margin-bottom: 1rem;
}

.product-highlight-item-compact {
    margin-bottom: 0.5rem;
}

.product-highlight-item-compact:last-child {
    margin-bottom: 0;
}

.product-highlight-icon-compact {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.product-highlight-icon-compact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-highlight-icon-compact i {
    font-size: 16px;
    color: #6b7280;
}

.product-highlight-item-compact .product-highlight-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #1f2937;
}

/* Product Pricing */
.product-pricing {
    margin-bottom: 1rem;
}

.product-price-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.product-price-discounted {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ff5a00;
}

.product-price-original {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* Shop Now Button */
.product-shop-now-btn {
    background: linear-gradient(135deg, #ff8a00, #ff5a00);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.3);
}

.product-shop-now-btn:hover {
    background: linear-gradient(135deg, #ff5a00, #ff8a00);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 90, 0, 0.4);
    color: #fff;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .product-image-carousel {
        height: 240px;
    }

    .product-title {
        font-size: 0.9375rem;
        min-height: 2.6rem;
    }

    .product-price-discounted {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .product-image-carousel {
        height: 200px;
    }

    .product-title {
        font-size: 0.875rem;
        min-height: 2.4rem;
    }

    .product-highlight-item-compact .product-highlight-text {
        font-size: 0.8125rem;
    }

    .product-price-discounted {
        font-size: 0.9375rem;
    }

    .product-shop-now-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* Product Detail Page Video Styles */
.product-detail-video-wrapper {
    width: 100%;
    height: 100%;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    cursor: pointer;
    position: relative;
}

.product-detail-video-wrapper:hover .product-detail-video-controls {
    opacity: 1;
}

.product-detail-video-file {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    background-color: #000;
}

.product-detail-video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.product-detail-video-wrapper:hover .product-detail-video-controls {
    pointer-events: auto;
}

.product-detail-video-play-pause-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.product-detail-video-play-pause-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.product-detail-video-play-pause-btn i {
    font-size: 32px;
    color: #333;
    margin-left: 4px;
    /* Offset for play icon centering */
}

.product-detail-video-play-pause-btn.playing i.la-play {
    display: none;
}

.product-detail-video-play-pause-btn.playing i.la-pause {
    display: block;
}

.product-detail-video-play-pause-btn:not(.playing) i.la-play {
    display: block;
}

.product-detail-video-play-pause-btn:not(.playing) i.la-pause {
    display: none;
}

.product-detail-video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.product-gallery-thumb-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-gallery-thumb-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 90, 0, 0.9);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.product-gallery-thumb-video-icon i {
    margin-left: 2px;
    /* Slight adjustment for play icon centering */
}

@media (max-width: 767.98px) {
    .product-gallery-main-swiper .product-gallery-slide {
        min-height: 300px;
    }

    .product-gallery-main-swiper img,
    .product-gallery-main-swiper .product-gallery-image {
        min-height: 300px;
    }

    .product-detail-video-wrapper {
        min-height: 300px;
    }

    .product-detail-video-file {
        min-height: 300px;
    }
}

/* Product Summary CTA - Inline buttons */
.product-summary-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.product-summary-cta .btn {
    transition: all 0.3s ease;
    white-space: nowrap;
}

.product-summary-cta .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-summary-cta .btn i {
    font-size: 1rem;
}

/* Content Block Media Carousel */
.content-block-media-carousel-wrapper {
    margin-top: 2rem;
}

/* .content-block-media-carousel .carousel-box {
    padding: 0 10px;
} */

.content-block-media-carousel .product-content-block__media {
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

.content-block-media-carousel .product-content-block__media img {
    width: 100%;
    height: auto;
    display: block;
}

.content-block-media-carousel .product-content-block__media video {
    width: 100%;
    height: auto;
    display: block;
}

.content-block-media-carousel .product-content-block__caption {
    padding: 0.75rem 0;
}

.content-block-media-carousel .slick-dots {
    bottom: -40px;
}

.content-block-media-carousel .slick-arrow {
    z-index: 10;
}

.content-block-media-carousel .slick-prev {
    left: 10px;
}

.content-block-media-carousel .slick-next {
    right: 10px;
}

@media (max-width: 768px) {
    .content-block-media-carousel .slick-prev {
        left: 5px;
    }

    .content-block-media-carousel .slick-next {
        right: 5px;
    }
}

/* Dual Panels Layout */
.product-content-block--dual_panels .product-content-block__panel--overlay {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.product-content-block--dual_panels .product-content-block__panel--overlay:hover {
    transform: translateY(-5px);
}

.product-content-block--dual_panels .product-content-block__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-content-block--dual_panels .product-content-block__media img,
.product-content-block--dual_panels .product-content-block__media video,
.product-content-block--dual_panels .product-content-block__media iframe,
.product-content-block--dual_panels .product-content-block__media .embed-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-content-block--dual_panels .product-content-block__panel--overlay:hover .product-content-block__media img,
.product-content-block--dual_panels .product-content-block__panel--overlay:hover .product-content-block__media video {
    transform: scale(1.05);
}

.product-content-block--dual_panels .product-content-block__overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.product-content-block--dual_panels .product-content-block__copy--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    z-index: 3;
    color: #ffffff;
    pointer-events: none;
}

.product-content-block--dual_panels .product-content-block__eyebrow--overlay {
    color: #ff6b35;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.product-content-block--dual_panels .product-content-block__title--overlay {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.product-content-block--dual_panels .product-content-block__body--overlay {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.product-content-block--dual_panels .product-content-block__body--overlay p {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.product-content-block--dual_panels .product-content-block__cta-icon {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
}

.product-content-block--dual_panels .product-content-block__cta-icon:hover {
    background: #ffffff;
    transform: scale(1.1);
    color: #ff6b35;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .product-content-block--dual_panels .product-content-block__panel--overlay {
        margin-bottom: 2rem;
        min-height: 350px;
    }

    .product-content-block--dual_panels .product-content-block__panel--overlay:last-child {
        margin-bottom: 0;
    }

    .product-content-block--dual_panels .product-content-block__title--overlay {
        font-size: 1.5rem;
    }

    .product-content-block--dual_panels .product-content-block__copy--overlay {
        padding: 1.5rem;
    }

    .product-content-block--dual_panels .product-content-block__cta-icon {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .product-content-block--dual_panels .product-content-block__panel--overlay {
        min-height: 300px;
    }

    .product-content-block--dual_panels .product-content-block__title--overlay {
        font-size: 1.25rem;
    }

    .product-content-block--dual_panels .product-content-block__copy--overlay {
        padding: 1.25rem;
    }
}

/* Media Cards Layout */
.product-content-block--media_cards .product-content-block__card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-content-block--media_cards .product-content-block__card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.product-content-block--media_cards .product-content-block__card-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    /* 4:3 aspect ratio */
    background: #f5f5f5;
}

.product-content-block--media_cards .product-content-block__card-media img,
.product-content-block--media_cards .product-content-block__card-media video,
.product-content-block--media_cards .product-content-block__card-media iframe,
.product-content-block--media_cards .product-content-block__card-media .embed-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-content-block--media_cards .product-content-block__card:hover .product-content-block__card-media img,
.product-content-block--media_cards .product-content-block__card:hover .product-content-block__card-media video {
    transform: scale(1.05);
}

.product-content-block--media_cards .product-content-block__card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-content-block--media_cards .product-content-block__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.product-content-block--media_cards .product-content-block__card-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.product-content-block--media_cards .product-content-block__card-cta {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: auto;
}

.product-content-block--media_cards .product-content-block__card-cta:hover {
    color: #ff6b35;
    text-decoration: none;
}

.product-content-block--media_cards .product-content-block__card-cta i {
    transition: transform 0.3s ease;
}

.product-content-block--media_cards .product-content-block__card-cta:hover i {
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .product-content-block--media_cards .product-content-block__card-title {
        font-size: 1.25rem;
    }

    .product-content-block--media_cards .product-content-block__card-body {
        padding: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .product-content-block--media_cards .product-content-block__card {
        margin-bottom: 1.5rem;
    }

    .product-content-block--media_cards .product-content-block__card:last-child {
        margin-bottom: 0;
    }
}

/* Category Content Blocks - Dual Panels Layout */
.category-content-block--dual_panels .category-content-block__panel--overlay {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-content-block--dual_panels .category-content-block__panel--overlay:hover {
    transform: translateY(-5px);
}

.category-content-block--dual_panels .category-content-block__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category-content-block--dual_panels .category-content-block__media img,
.category-content-block--dual_panels .category-content-block__media video,
.category-content-block--dual_panels .category-content-block__media iframe,
.category-content-block--dual_panels .category-content-block__media .embed-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-content-block--dual_panels .category-content-block__panel--overlay:hover .category-content-block__media img,
.category-content-block--dual_panels .category-content-block__panel--overlay:hover .category-content-block__media video {
    transform: scale(1.05);
}

.category-content-block--dual_panels .category-content-block__overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.category-content-block--dual_panels .category-content-block__copy--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    z-index: 3;
    color: #ffffff;
    pointer-events: none;
}

.category-content-block--dual_panels .category-content-block__eyebrow--overlay {
    color: #ff6b35;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.category-content-block--dual_panels .category-content-block__title--overlay {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-content-block--dual_panels .category-content-block__body--overlay {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.category-content-block--dual_panels .category-content-block__body--overlay p {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.category-content-block--dual_panels .category-content-block__cta-icon {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
}

.category-content-block--dual_panels .category-content-block__cta-icon:hover {
    background: #ffffff;
    transform: scale(1.1);
    color: #ff6b35;
    text-decoration: none;
}

/* Category Content Blocks - Media Cards Layout */
.category-content-block--media_cards .category-content-block__card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.category-content-block--media_cards .category-content-block__card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.category-content-block--media_cards .category-content-block__card-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    background: #f5f5f5;
}

.category-content-block--media_cards .category-content-block__card-media img,
.category-content-block--media_cards .category-content-block__card-media video,
.category-content-block--media_cards .category-content-block__card-media iframe,
.category-content-block--media_cards .category-content-block__card-media .embed-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-content-block--media_cards .category-content-block__card:hover .category-content-block__card-media img,
.category-content-block--media_cards .category-content-block__card:hover .category-content-block__card-media video {
    transform: scale(1.05);
}

.category-content-block--media_cards .category-content-block__card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category-content-block--media_cards .category-content-block__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.category-content-block--media_cards .category-content-block__card-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.category-content-block--media_cards .category-content-block__card-cta {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: auto;
}

.category-content-block--media_cards .category-content-block__card-cta:hover {
    color: #ff6b35;
    text-decoration: none;
}

.category-content-block--media_cards .category-content-block__card-cta i {
    transition: transform 0.3s ease;
}

.category-content-block--media_cards .category-content-block__card-cta:hover i {
    transform: translateX(4px);
}

.category-content-block__actions {
    display: flex;
}

.category-content-block__actions.text-left {
    justify-content: flex-start;
}

.category-content-block__actions.text-center {
    justify-content: center;
}

.category-content-block__actions.text-right {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .category-content-block--dual_panels .category-content-block__panel--overlay {
        margin-bottom: 2rem;
        min-height: 350px;
    }

    .category-content-block--dual_panels .category-content-block__panel--overlay:last-child {
        margin-bottom: 0;
    }

    .category-content-block--dual_panels .category-content-block__title--overlay {
        font-size: 1.5rem;
    }

    .category-content-block--dual_panels .category-content-block__copy--overlay {
        padding: 1.5rem;
    }

    .category-content-block--dual_panels .category-content-block__cta-icon {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }

    .category-content-block--media_cards .category-content-block__card-title {
        font-size: 1.25rem;
    }

    .category-content-block--media_cards .category-content-block__card-body {
        padding: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .category-content-block--dual_panels .category-content-block__panel--overlay {
        min-height: 300px;
    }

    .category-content-block--dual_panels .category-content-block__title--overlay {
        font-size: 1.25rem;
    }

    .category-content-block--dual_panels .category-content-block__copy--overlay {
        padding: 1.25rem;
    }

    .category-content-block--media_cards .category-content-block__card {
        margin-bottom: 1.5rem;
    }

    .category-content-block--media_cards .category-content-block__card:last-child {
        margin-bottom: 0;
    }
}

/* Accordion with Media Layout Styles */
.product-content-block__accordion,
.category-content-block__accordion {
    margin-top: 2rem;
}

.product-content-block__accordion .accordion-item,
.category-content-block__accordion .accordion-item {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.product-content-block__accordion .accordion-item:last-child,
.category-content-block__accordion .accordion-item:last-child {
    border-bottom: none;
}

.product-content-block__accordion .accordion-header,
.category-content-block__accordion .accordion-header {
    cursor: pointer;
    transition: background-color 0.2s ease;
    outline: none;
}

.product-content-block__accordion .accordion-header:hover,
.category-content-block__accordion .accordion-header:hover {
    background-color: #f8f9fa;
}

.product-content-block__accordion .accordion-header:focus,
.category-content-block__accordion .accordion-header:focus {
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

.product-content-block__accordion .accordion-title,
.category-content-block__accordion .accordion-title {
    font-size: 1.1rem;
    color: #B3A572;
}

.social-item-meta {
    background-color: #b3a572;
    color: var(--emma-text-light);
}

.product-content-block__accordion .accordion-arrow,
.category-content-block__accordion .accordion-arrow {
    transition: transform 0.3s ease;
    color: #666;
    font-size: 1.2rem;
}

.product-content-block__accordion .accordion-header[aria-expanded="true"] .accordion-arrow,
.category-content-block__accordion .accordion-header[aria-expanded="true"] .accordion-arrow {
    transform: rotate(180deg);
}

.product-content-block__accordion .accordion-body,
.category-content-block__accordion .accordion-body {
    /* background-color: #fafafa; */
    /* border-top: 1px solid #e0e0e0; */
}

.product-content-block__accordion .accordion-content,
.category-content-block__accordion .accordion-content {
    /* color: #555; */
    line-height: 1.6;
}

@media (max-width: 767.98px) {

    .product-content-block__accordion .accordion-title,
    .category-content-block__accordion .accordion-title {
        font-size: 1rem;
    }

    .product-content-block__accordion .accordion-header,
    .category-content-block__accordion .accordion-header {
        padding: 0.75rem;
    }

    .product-content-block__accordion .accordion-body,
    .category-content-block__accordion .accordion-body {
        padding: 0.75rem 1rem;
    }
}
/* Fix for user dropdown hover */
.user-dropdown-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.user-dropdown-wrapper:hover .hover-user-top-menu {
    display: block !important;
    animation: toggle_show 0.5s;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure the hover area connects the trigger and the menu */
.hover-user-top-menu {
    margin-top: 0px; 
    padding-top: 0px; 
}

/* Luxury Dashboard Theme Overrides */

/* Dashboard Layout & Sidebar */
.aiz-user-sidenav-wrap {
    background-color: #0c1327 !important;
    border: 1px solid #b3a572 !important;
    border-radius: 8px !important;
}

.aiz-user-sidenav .aiz-side-nav-link {
    color: #b5b5c0 !important;
    border-radius: 4px !important;
}

.aiz-user-sidenav .aiz-side-nav-link:hover,
.aiz-user-sidenav .aiz-side-nav-link.active, 
.aiz-user-sidenav .aiz-side-nav-link.mm-active {
    background-color: rgba(179, 165, 114, 0.1) !important;
    color: #b3a572 !important;
}

.aiz-user-sidenav .aiz-side-nav-link.active svg path,
.aiz-user-sidenav .aiz-side-nav-link.active svg g,
.aiz-user-sidenav .aiz-side-nav-link:hover svg path,
.aiz-user-sidenav .aiz-side-nav-link:hover svg g {
    fill: #b3a572 !important;
}

.aiz-user-panel {
    background-color: transparent !important;
}

/* Dashboard Cards & Content */
.aiz-user-panel .card, 
.aiz-user-panel .aiz-card-box,
.aiz-user-panel .bg-white {
    background-color: #0c1327 !important;
    border: 1px solid rgba(179, 165, 114, 0.2) !important;
    color: #e2e8f0 !important;
}

.aiz-user-panel h1, .aiz-user-panel h2, .aiz-user-panel h3, 
.aiz-user-panel h4, .aiz-user-panel h5, .aiz-user-panel h6,
.aiz-user-panel .h1, .aiz-user-panel .h2, .aiz-user-panel .h3, 
.aiz-user-panel .h4, .aiz-user-panel .h5, .aiz-user-panel .h6 {
    color: #f8f9fa !important;
    font-family: 'Playfair Display', serif !important;
}

.aiz-user-panel .text-muted, 
.aiz-user-panel .text-secondary {
    color: #94a3b8 !important;
}

.aiz-user-panel .text-dark {
    color: #f8f9fa !important;
}

.aiz-user-panel .border, 
.aiz-user-panel .border-bottom, 
.aiz-user-panel .border-top, 
.aiz-user-panel .border-left, 
.aiz-user-panel .border-right {
    border-color: rgba(179, 165, 114, 0.2) !important;
}

/* Specific component overrides */
.aiz-user-panel .list-group-item {
    background-color: transparent !important;
    border-color: rgba(179, 165, 114, 0.2) !important;
}

.aiz-user-panel .badge-inline {
    border: 1px solid currentColor;
}

/* Form Styles in Dashboard */
.aiz-user-panel .form-control {
    background-color: #070f24 !important;
    border-color: rgba(179, 165, 114, 0.3) !important;
    color: #f8f9fa !important;
}

.aiz-user-panel .form-control:focus {
    border-color: #b3a572 !important;
    box-shadow: 0 0 0 0.2rem rgba(179, 165, 114, 0.25) !important;
}
