.cibato-commerce .rounded-75{
     border-radius: 0.75rem !important;
}

/* slider */
.cc-square-box {
    width: 100%;
    border-radius: 0.5rem; 
}

.cc-square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* crop the overflow */
    object-position: center;  /* keep centered */
}

/* Countdown Circle */
.cibato-count-down-circle {
    display: flex;
    justify-content: center;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6)!important;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.cibato-count-down-circle #time {
    display: flex;
}

.cibato-count-down-circle #time .circle {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cibato-count-down-circle #time .circle svg {
    position: relative;
    width: 55px;
    height: 55px;
    transform: rotate(270deg);
}

.cibato-count-down-circle #time .circle svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.cibato-count-down-circle #time .circle svg circle:nth-child(2) {
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
}



.cibato-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}

.cibato-count-down-circle #time div span {
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

[dir="rtl"] .cibato-count-down-circle #time div span {
    transform: translateX(50%) translateY(-10%);
}

@media (max-width: 767px) {

     .cibato-count-down-circle {
        box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    }

}


/* Hide arrows by default */
.hot-categories .carousel-arrow .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hot-categories .carousel-arrow:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
/* Legacy carousel arrows — exclude modern homepage/product carousels (global block below) */
.cibato-carousel:not(.cc-hero-slider):not(.cc-best-selling-carousel):not(.cc-todays-deal-carousel):not(.cc-popular-categories-carousel):not(.cc-home-category-carousel):not(.cc-custom-reviews-carousel):not(.theme-sp-related-carousel) .slick-arrow {
    width: 24px !important;
    height: 64px !important;
    background: #ffffff00;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0), 0 3px 1px 0 rgba(255, 255, 255, 0);
}
.cibato-carousel:not(.cc-hero-slider):not(.cc-best-selling-carousel):not(.cc-todays-deal-carousel):not(.cc-popular-categories-carousel):not(.cc-home-category-carousel):not(.cc-custom-reviews-carousel):not(.theme-sp-related-carousel) .slick-arrow:hover{
    background:#ffffff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}
.cibato-commerce .featured-categories:not(.cc-popular-categories) .cibato-carousel .slick-next {
    right: -15px !important;
}
.cibato-commerce .featured-categories:not(.cc-popular-categories) .cibato-carousel .slick-prev {
    left: -15px !important;
}


/* carosel arrow btn */

@media (max-width: 576px) {
    .cibato-commerce .featured-categories .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cibato-commerce .featured-categories .cibato-carousel .slick-next,
    .cibato-commerce .featured-categories .cibato-carousel .slick-prev{
        display: none!important;
    }
}
/* keep container width consistent with hero section */
.cibato-commerce .featured-categories .slick-list,
.cibato-commerce .todays-deal .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cibato-commerce .featured-categories .cibato-carousel .slick-next,
.cibato-commerce .todays-deal .cibato-carousel .slick-next {
    border-radius: 5px 0 0 5px !important;
}

.cibato-commerce .featured-categories .cibato-carousel .slick-prev,
.cibato-commerce .todays-deal .cibato-carousel .slick-prev {
    border-radius: 0 5px 5px 0 !important;
}

.cibato-commerce .featured-categories .cibato-carousel .slick-next i,
.cibato-commerce .todays-deal .cibato-carousel .slick-next i {
    display: inline-block;
    margin-right: 1rem !important;
    transition: transform 0.3s ease;
}

.cibato-commerce .featured-categories .cibato-carousel .slick-next:hover i,
.cibato-commerce .todays-deal .cibato-carousel .slick-next:hover i {
    transform: translateX(5px);
}

.cibato-commerce .featured-categories .cibato-carousel .slick-prev i,
.cibato-commerce .todays-deal .cibato-carousel .slick-prev i {
    display: inline-block;
    margin-left: 0.8rem !important; 
    transition: transform 0.3s ease;
}

.cibato-commerce .featured-categories .cibato-carousel .slick-prev:hover i,
.cibato-commerce .todays-deal .cibato-carousel .slick-prev:hover i {
    transform: translateX(-8px); 
}

/* Hover animation for products */
.hov-animate-outline-2 {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hov-animate-outline-2:hover::before {
    border-top-color: black;
    border-right-color: black;
    width: 100%;
    height: 100%;
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

.hov-animate-outline-2:hover::after {
    border-bottom-color: black;
    border-left-color: black;
    width: 100%;
    height: 100%;
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

/*
 * Match homepage block width to hero slider (same .container > .row > .col-12 padding).
 * cibato-core.css globally scales .home-category slides and adds wide slick-list margins on
 * .featured-categories / .todays-deal — those make sections look narrower than the hero.
 */
.cibato-commerce .home-category .carousel-box {
    transform: none;
    transform-origin: top center;
}

/* FROZEN: carousel-nav-design v55 (2026-06-24) — restore: backups/carousel-nav-design-v55/ */
/* Cibato commerce storefront carousel tokens */
.cibato-commerce {
    --cc-carousel-nav-space: 42px;
    --cc-carousel-arrow-size: 36px;
    --cc-carousel-arrow-inset-mobile: 8px;
}

/* Popular Categories carousel (WoodMart-style) */
.cibato-commerce .cc-popular-categories-section {
    --cc-fc-gap: var(--cc-fc-gap-desktop, 30px);
    --cc-pc-arrow-size: var(--cc-carousel-arrow-size, 36px);
    --cc-pc-body-pad-x: 1rem;
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-popular-categories-section {
        --cc-fc-gap: var(--cc-fc-gap-tablet, 24px);
    }
}

@media (min-width: 768px) {
    .cibato-commerce .cc-popular-categories-section {
        --cc-pc-body-pad-x: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-popular-categories-section {
        --cc-fc-gap: var(--cc-fc-gap-mobile, 16px);
    }
}

.cibato-commerce .cc-popular-categories {
    box-shadow: none;
}

.cibato-commerce .cc-popular-categories__header {
    padding-bottom: 1.25rem !important;
}

.cibato-commerce .cc-popular-categories__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #14171c;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 0;
}

.cibato-commerce .cc-popular-categories__body {
    padding-top: 0 !important;
}

.cibato-commerce .cc-popular-categories-carousel .slick-list {
    margin-left: calc(var(--cc-fc-gap) / -2) !important;
    margin-right: calc(var(--cc-fc-gap) / -2) !important;
}

.cibato-commerce .cc-popular-categories-carousel .carousel-box {
    padding-left: calc(var(--cc-fc-gap) / 2);
    padding-right: calc(var(--cc-fc-gap) / 2);
    transform: none;
}

.cibato-commerce .cc-popular-categories-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.875rem;
}

.cibato-commerce .cc-popular-categories-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f8ff;
    margin: 0 auto;
    max-width: 180px;
}

.cibato-commerce .cc-popular-categories-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cibato-commerce .cc-popular-categories-card__link:hover .cc-popular-categories-card__image img {
    transform: scale(1.06);
}

.cibato-commerce .cc-popular-categories-card__name {
    margin-top: 0;
    padding-top: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2b2f36;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}

.cibato-commerce .cc-popular-categories--no-name .cc-popular-categories-card__name {
    display: none !important;
}

.cibato-commerce .cc-popular-categories--no-count .cc-popular-categories-card__count {
    display: none !important;
}

.cibato-commerce .cc-popular-categories--no-name.cc-popular-categories--no-count .cc-popular-categories-card__image {
    margin-bottom: 0;
}

.cibato-commerce .cc-popular-categories-card__link:hover .cc-popular-categories-card__name {
    color: var(--primary);
}

.cibato-commerce .cc-popular-categories-card__count {
    margin-top: -0.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: #8b919a;
    line-height: 1.3;
}

.cibato-commerce .cc-popular-categories:has(.cc-popular-categories--arrows-outside),
.cibato-commerce .cc-popular-categories--arrows-outside {
    overflow: visible !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories__body {
    position: relative;
}

.cibato-commerce .cc-pc-carousel-shell {
    position: relative;
    margin: 0;
    padding: 0;
}

.cibato-commerce .cc-pc-carousel-shell > .cibato-carousel {
    position: static !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev {
    left: calc((var(--cc-pc-body-pad-x, 1rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1) !important;
    right: auto !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next {
    right: calc((var(--cc-pc-body-pad-x, 1rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1) !important;
    left: auto !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev:focus-visible,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next:focus-visible,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow:hover,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow:focus-visible,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow:hover,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow:focus-visible,
.product-details .theme-sp-related-carousel-shell > .slick-arrow:hover,
.product-details .theme-sp-related-carousel-shell > .slick-arrow:focus-visible {
    background: var(--primary, #00b4f0) !important;
    color: #fff !important;
    border-color: var(--primary, #00b4f0) !important;
    box-shadow:
        0 8px 22px rgba(0, 180, 240, 0.38),
        0 2px 8px rgba(15, 23, 42, 0.12) !important;
    transform: translateY(-50%) scale(1.08);
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev:focus-visible,
.cibato-commerce .cc-pc-carousel-shell > .slick-prev:hover,
.cibato-commerce .cc-product-carousel-shell > .slick-prev:hover,
.product-details .theme-sp-related-carousel-shell > .slick-prev:hover {
    transform: translateY(-50%) scale(1.08) translateX(-2px);
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next:focus-visible,
.cibato-commerce .cc-pc-carousel-shell > .slick-next:hover,
.cibato-commerce .cc-product-carousel-shell > .slick-next:hover,
.product-details .theme-sp-related-carousel-shell > .slick-next:hover {
    transform: translateY(-50%) scale(1.08) translateX(2px);
}

.cibato-commerce .cc-pc-carousel-shell > .slick-arrow:hover i,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow:focus-visible i,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow:hover i,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow:focus-visible i,
.product-details .theme-sp-related-carousel-shell > .slick-arrow:hover i,
.product-details .theme-sp-related-carousel-shell > .slick-arrow:focus-visible i {
    color: #fff !important;
    transform: none !important;
}

.cibato-commerce .cc-pc-carousel-shell > .slick-arrow.slick-disabled:hover,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow.slick-disabled:hover,
.product-details .theme-sp-related-carousel-shell > .slick-arrow.slick-disabled:hover {
    background: #fff !important;
    color: var(--primary, #00b4f0) !important;
    border-color: rgba(0, 180, 240, 0.18) !important;
    transform: translateY(-50%) !important;
    box-shadow: none !important;
    cursor: not-allowed;
}

.cibato-commerce .cc-popular-categories--arrows-inside .cc-popular-categories-carousel .slick-next {
    right: 4px !important;
}

.cibato-commerce .cc-popular-categories--arrows-inside .cc-popular-categories-carousel .slick-prev {
    left: 4px !important;
}

.cibato-commerce .cc-popular-categories-carousel .slick-arrow:hover i,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow:focus-visible i {
    transform: none !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-prev:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-prev:focus-visible {
    transform: translateY(-50%) scale(1.08) translateX(-2px) !important;
}

.cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-next:hover,
.cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-next:focus-visible {
    transform: translateY(-50%) scale(1.08) translateX(2px) !important;
}

.cibato-commerce .cc-popular-categories--no-arrows .cc-popular-categories-carousel .slick-arrow {
    display: none !important;
}

.cibato-commerce .cc-popular-categories--overflow-visible .cc-popular-categories-carousel .slick-list {
    overflow: visible !important;
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-popular-categories-section {
        --cc-pc-body-pad-x: 1rem;
    }

    .cibato-commerce .cc-popular-categories-card__image {
        max-width: 140px;
        border-radius: 10px;
    }

    .cibato-commerce .cc-popular-categories__title {
        font-size: 1rem;
    }
}

/* Best Selling section */
.cibato-commerce .cc-best-selling-section {
    --cc-bs-gap: var(--cc-bs-gap-desktop, 16px);
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-best-selling-section {
        --cc-bs-gap: var(--cc-bs-gap-tablet, 12px);
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-best-selling-section {
        --cc-bs-gap: var(--cc-bs-gap-mobile, 10px);
    }
}

.cibato-commerce .cc-best-selling-card,
.cibato-commerce .cc-todays-deal-card {
    --cc-product-card-pad-x: 1.25rem;
    border: 1px solid #eceef2;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(20, 23, 28, 0.04);
}

/* FROZEN: homepage-title-gap-v65 (2026-06-24) — section + card title gaps; restore: backups/homepage-title-gap-v65/ */
.cibato-commerce .cc-best-selling-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem 1rem;
    margin-bottom: var(--cc-section-title-gap, 1.75rem);
    flex-wrap: wrap;
}

.cibato-commerce .cc-best-selling-header--has-timer {
    margin-bottom: var(--cc-section-title-gap, 2rem);
}

/* Homepage builder: title_gap controls card image→title; header→carousel uses --cc-section-header-body-gap */
.cibato-commerce .cc-section-has-title-gap {
    --cc-section-header-body-gap: 20px;
}

.cibato-commerce .cc-section-has-title-gap .cc-best-selling-header,
.cibato-commerce .cc-section-has-title-gap .cc-best-selling-header--has-timer {
    margin-bottom: var(--cc-section-header-body-gap, 20px);
}

.cibato-commerce .cc-section-has-title-gap .cc-best-selling-body {
    padding-top: 0 !important;
}

.cibato-commerce .cc-section-has-title-gap.cc-home-category-card .cc-home-category-card__body {
    padding-top: var(--cc-section-header-body-gap, 20px) !important;
}

.cibato-commerce .cc-section-has-title-gap .cc-custom-reviews-body {
    padding-top: var(--cc-section-header-body-gap, 20px);
}

.cibato-commerce .cc-section-has-title-gap .cc-product-section-title-wrap {
    margin-bottom: var(--cc-section-header-body-gap, 20px) !important;
}

/* FROZEN: homepage-title-gap-v65 — carousel card image→product-title gap */
.cibato-commerce .cc-best-selling-section .cc-home-section-carousel .wd-product-brands-links--placeholder,
.cibato-commerce .cc-todays-deal-section .cc-home-section-carousel .wd-product-brands-links--placeholder,
.cibato-commerce .cc-home-categories-2-section .cc-home-section-carousel .wd-product-brands-links--placeholder,
.cibato-commerce .cc-home-category-section .cc-home-category-carousel .wd-product-brands-links--placeholder {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.cibato-commerce .cc-best-selling-section .cc-home-section-carousel .wd-product-brands-links,
.cibato-commerce .cc-todays-deal-section .cc-home-section-carousel .wd-product-brands-links,
.cibato-commerce .cc-home-categories-2-section .cc-home-section-carousel .wd-product-brands-links,
.cibato-commerce .cc-home-category-section .cc-home-category-carousel .wd-product-brands-links {
    min-height: 0;
    margin-bottom: 2px;
}

.cibato-commerce .cc-section-has-title-gap .cc-home-section-carousel .product-element-bottom,
.cibato-commerce .cc-section-has-title-gap .cc-home-category-carousel .product-element-bottom {
    padding-top: var(--cc-section-title-gap, 10px) !important;
}

.cibato-commerce .cc-best-selling-title {
    flex: 0 0 auto;
    font-size: 1.25rem;
    font-weight: 700;
    color: #14171c;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.cibato-commerce a.cc-section-action-btn,
.cibato-commerce a.cc-best-selling-view-all,
.cibato-commerce a.cc-home-category-card__view-more {
    color: var(--cc-btn-color, #ffffff) !important;
    background: var(--cc-btn-bg, var(--primary, #00b4f0));
    text-decoration: none !important;
}

.cibato-commerce a.cc-section-action-btn:visited,
.cibato-commerce a.cc-best-selling-view-all:visited,
.cibato-commerce a.cc-home-category-card__view-more:visited {
    color: var(--cc-btn-color, #ffffff) !important;
}

.cibato-commerce a.cc-section-action-btn:hover,
.cibato-commerce a.cc-section-action-btn:focus,
.cibato-commerce a.cc-section-action-btn:focus-visible,
.cibato-commerce a.cc-best-selling-view-all:hover,
.cibato-commerce a.cc-best-selling-view-all:focus,
.cibato-commerce a.cc-best-selling-view-all:focus-visible,
.cibato-commerce a.cc-home-category-card__view-more:hover,
.cibato-commerce a.cc-home-category-card__view-more:focus,
.cibato-commerce a.cc-home-category-card__view-more:focus-visible {
    color: var(--cc-btn-hover-color, var(--cc-btn-color, #ffffff)) !important;
    background: var(--cc-btn-hover-bg, var(--hov-primary, #0099d1)) !important;
}

.cibato-commerce a.cc-section-action-btn:hover *,
.cibato-commerce a.cc-section-action-btn:focus *,
.cibato-commerce a.cc-section-action-btn:focus-visible *,
.cibato-commerce a.cc-best-selling-view-all:hover *,
.cibato-commerce a.cc-best-selling-view-all:focus *,
.cibato-commerce a.cc-best-selling-view-all:focus-visible *,
.cibato-commerce a.cc-home-category-card__view-more:hover *,
.cibato-commerce a.cc-home-category-card__view-more:focus *,
.cibato-commerce a.cc-home-category-card__view-more:focus-visible * {
    color: inherit !important;
}

.cibato-commerce .cc-section-action-btn,
.cibato-commerce .cc-best-selling-view-all,
.cibato-commerce .cc-home-category-card__view-more {
    margin-left: auto;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    min-height: 36px;
    border: 0;
    border-radius: var(--wd-brd-radius, 8px);
    background: var(--cc-btn-bg, var(--primary, #00b4f0));
    color: var(--cc-btn-color, #fff) !important;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    box-shadow: none;
}

.cibato-commerce .cc-section-action-btn__text,
.cibato-commerce .cc-section-action-btn__icon,
.cibato-commerce .cc-best-selling-view-all span,
.cibato-commerce .cc-best-selling-view-all i,
.cibato-commerce .cc-home-category-card__view-more span,
.cibato-commerce .cc-home-category-card__view-more i {
    color: inherit !important;
}

.cibato-commerce .cc-section-action-btn__icon,
.cibato-commerce .cc-best-selling-view-all i,
.cibato-commerce .cc-home-category-card__view-more i {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cibato-commerce .cc-section-action-btn:hover,
.cibato-commerce .cc-best-selling-view-all:hover,
.cibato-commerce .cc-home-category-card__view-more:hover {
    transform: translateY(-1px);
    background: var(--cc-btn-hover-bg, var(--hov-primary, #0099d1));
    color: var(--cc-btn-hover-color, #ffffff) !important;
    box-shadow: 0 6px 16px rgba(0, 180, 240, 0.28);
}

.cibato-commerce .cc-section-action-btn:hover .cc-section-action-btn__icon,
.cibato-commerce .cc-best-selling-view-all:hover i,
.cibato-commerce .cc-home-category-card__view-more:hover i {
    transform: translateX(4px);
}

.cibato-commerce .cc-section-action-btn:hover .cc-section-action-btn__text,
.cibato-commerce .cc-section-action-btn:hover .cc-section-action-btn__icon,
.cibato-commerce .cc-best-selling-view-all:hover span,
.cibato-commerce .cc-best-selling-view-all:hover i,
.cibato-commerce .cc-home-category-card__view-more:hover span,
.cibato-commerce .cc-home-category-card__view-more:hover i {
    color: var(--cc-btn-hover-color, #ffffff) !important;
}

.cibato-commerce .cc-best-selling-view-all {
    margin-left: auto;
}

.cibato-commerce .cc-best-selling-timer {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 0.55rem 0.65rem;
    min-width: 0;
}

.cibato-commerce .cc-best-selling-timer__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cibato-commerce .cc-best-selling-timer__clock {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    border-radius: 10px;
    background: #f3f6fb;
    border: 1px solid #e4eaf3;
}

.cibato-commerce .cc-best-selling-timer__clock .countdown-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 2rem;
}

.cibato-commerce .cc-best-selling-timer__clock .countdown-digit {
    font-size: 0.875rem;
    font-weight: 700;
    color: #14171c;
    line-height: 1.1;
}

.cibato-commerce .cc-best-selling-timer__clock .countdown-name {
    font-size: 0.625rem;
    font-weight: 600;
    color: #8b919a;
    letter-spacing: 0.03em;
}

.cibato-commerce .cc-best-selling-timer__clock .countdown-separator {
    font-size: 0.875rem;
    font-weight: 700;
    color: #c0c7d2;
    margin: 0 0.1rem;
}

.cibato-commerce .cc-best-selling-carousel .slick-list {
    margin-left: calc(var(--cc-bs-gap) / -2) !important;
    margin-right: calc(var(--cc-bs-gap) / -2) !important;
}

/* Keep every homepage product carousel aligned like Best Offers */
.cibato-commerce .wd-product-loop-section.cibato-carousel {
    --cc-unified-product-gap: var(--cc-bs-gap, 16px);
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-list {
    margin-left: calc(var(--cc-unified-product-gap) / -2) !important;
    margin-right: calc(var(--cc-unified-product-gap) / -2) !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .carousel-box {
    padding-left: calc(var(--cc-unified-product-gap) / 2) !important;
    padding-right: calc(var(--cc-unified-product-gap) / 2) !important;
}

.cibato-commerce .cc-best-selling-carousel .carousel-box,
.cibato-commerce .cc-todays-deal-carousel .carousel-box,
.cibato-commerce .cc-popular-categories-carousel .carousel-box {
    padding-left: calc(var(--cc-bs-gap, var(--cc-fc-gap, 16px)) / 2) !important;
    padding-right: calc(var(--cc-bs-gap, var(--cc-fc-gap, 16px)) / 2) !important;
}

.cibato-commerce .cc-best-selling-section .wd-entities-title a,
.cibato-commerce .cc-best-selling-section .wd-product-title a {
    color: #1f2937 !important;
}

.cibato-commerce .cc-best-selling-section .wd-entities-title a:hover,
.cibato-commerce .cc-best-selling-section .wd-product-title a:hover {
    color: var(--primary) !important;
}

.cibato-commerce .cc-best-selling-section .price .amount,
.cibato-commerce .cc-best-selling-section .product-price {
    color: var(--primary);
    font-weight: 700;
}

.cibato-commerce .cc-best-selling-body {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cibato-commerce .cc-best-selling-card:has(.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside)),
.cibato-commerce .cc-todays-deal-card:has(.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside)),
.cibato-commerce .cc-home-category-card--bordered:has(.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside)),
.cibato-commerce .cc-best-selling-card--nav-outside,
.cibato-commerce .cc-todays-deal-card--nav-outside {
    overflow: visible;
}

.cibato-commerce .cc-best-selling-carousel .slick-arrow {
    z-index: 2;
}

.cibato-commerce .cc-best-selling-carousel .slick-arrow i {
    font-size: 1.125rem;
}

/* Global carousel arrows — match related-products nav-outside design */
.cibato-commerce .cc-product-carousel-shell > .slick-arrow,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow,
.product-details .theme-sp-related-carousel-shell > .slick-arrow {
    position: absolute !important;
}

.cibato-commerce .cc-product-carousel-shell .slick-arrow,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow,
.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow,
.cibato-commerce .cc-home-category-carousel .slick-arrow,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow,
.cibato-commerce .cc-best-selling-carousel .slick-arrow,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow,
.cibato-commerce .cc-product-carousel-shell .slick-arrow,
.product-details .theme-sp-related-carousel .slick-arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 180, 240, 0.18) !important;
    background: #fff !important;
    color: var(--primary, #00b4f0) !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.28s ease,
        color 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.cibato-commerce .cc-popular-categories-carousel .slick-arrow {
    top: var(--cc-pc-arrow-top) !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow::before,
.cibato-commerce .cc-home-category-carousel .slick-arrow::before,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow::before,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow::before,
.cibato-commerce .cc-best-selling-carousel .slick-arrow::before,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow::before,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow::before,
.product-details .theme-sp-related-carousel .slick-arrow::before {
    color: inherit !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow i,
.cibato-commerce .cc-home-category-carousel .slick-arrow i,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow i,
.cibato-commerce .cc-pc-carousel-shell > .slick-arrow i,
.cibato-commerce .cc-product-carousel-shell > .slick-arrow i,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow i,
.cibato-commerce .cc-best-selling-carousel .slick-arrow i,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow i,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow i,
.product-details .theme-sp-related-carousel .slick-arrow i {
    color: inherit !important;
}

.cibato-commerce .cc-best-selling-carousel .slick-arrow i,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow i,
.cibato-commerce .cc-home-category-carousel .slick-arrow i,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow i {
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
    transform: none !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow:hover,
.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow:focus-visible,
.cibato-commerce .cc-home-category-carousel .slick-arrow:hover,
.cibato-commerce .cc-home-category-carousel .slick-arrow:focus-visible,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow:hover,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow:focus-visible,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow:hover,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow:focus-visible,
.cibato-commerce .cc-best-selling-carousel .slick-arrow:hover,
.cibato-commerce .cc-best-selling-carousel .slick-arrow:focus-visible,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow:hover,
.cibato-commerce .cc-todays-deal-carousel .slick-arrow:focus-visible,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow:hover,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow:focus-visible,
.product-details .theme-sp-related-carousel .slick-arrow:hover,
.product-details .theme-sp-related-carousel .slick-arrow:focus-visible {
    background: var(--primary, #00b4f0) !important;
    color: #fff !important;
    border-color: var(--primary, #00b4f0) !important;
    box-shadow:
        0 8px 22px rgba(0, 180, 240, 0.38),
        0 2px 8px rgba(15, 23, 42, 0.12) !important;
    transform: translateY(-50%) scale(1.08);
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-prev:hover,
.cibato-commerce .cc-home-category-carousel .slick-prev:hover,
.cibato-commerce .cc-popular-categories-carousel .slick-prev:hover,
.cibato-commerce .featured-categories .cibato-carousel .slick-prev:hover,
.cibato-commerce .cc-best-selling-carousel .slick-prev:hover,
.cibato-commerce .cc-todays-deal-carousel .slick-prev:hover,
.cibato-commerce .cc-carousel-shell--border-nav .slick-prev:hover,
.product-details .theme-sp-related-carousel .slick-prev:hover {
    transform: translateY(-50%) scale(1.08) translateX(-2px);
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-next:hover,
.cibato-commerce .cc-home-category-carousel .slick-next:hover,
.cibato-commerce .cc-popular-categories-carousel .slick-next:hover,
.cibato-commerce .featured-categories .cibato-carousel .slick-next:hover,
.cibato-commerce .cc-best-selling-carousel .slick-next:hover,
.cibato-commerce .cc-todays-deal-carousel .slick-next:hover,
.cibato-commerce .cc-carousel-shell--border-nav .slick-next:hover,
.product-details .theme-sp-related-carousel .slick-next:hover {
    transform: translateY(-50%) scale(1.08) translateX(2px);
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow.slick-disabled,
.cibato-commerce .cc-home-category-carousel .slick-arrow.slick-disabled,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow.slick-disabled,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow.slick-disabled,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow.slick-disabled,
.product-details .theme-sp-related-carousel .slick-arrow.slick-disabled {
    opacity: 0.35 !important;
    cursor: not-allowed;
    box-shadow: none !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow.slick-disabled:hover,
.cibato-commerce .cc-home-category-carousel .slick-arrow.slick-disabled:hover,
.cibato-commerce .cc-popular-categories-carousel .slick-arrow.slick-disabled:hover,
.cibato-commerce .featured-categories .cibato-carousel .slick-arrow.slick-disabled:hover,
.cibato-commerce .cc-carousel-shell--border-nav .slick-arrow.slick-disabled:hover,
.product-details .theme-sp-related-carousel .slick-arrow.slick-disabled:hover {
    background: #fff !important;
    color: var(--primary, #00b4f0) !important;
    border-color: rgba(0, 180, 240, 0.18) !important;
    transform: translateY(-50%) !important;
    box-shadow: none !important;
}

.cibato-commerce .cc-best-selling--arrows-inside .wd-product-loop-section.cibato-carousel .slick-prev,
.cibato-commerce .cc-best-selling--arrows-inside .cc-best-selling-carousel .slick-prev,
.cibato-commerce .cc-best-selling--arrows-inside .cc-todays-deal-carousel .slick-prev {
    left: 8px !important;
}

.cibato-commerce .cc-best-selling--arrows-inside .wd-product-loop-section.cibato-carousel .slick-next,
.cibato-commerce .cc-best-selling--arrows-inside .cc-best-selling-carousel .slick-next,
.cibato-commerce .cc-best-selling--arrows-inside .cc-todays-deal-carousel .slick-next {
    right: 8px !important;
}

.cibato-commerce .cc-carousel-shell--border-nav {
    position: relative;
    padding-left: var(--cc-carousel-nav-space, 46px);
    padding-right: var(--cc-carousel-nav-space, 46px);
}

.cibato-commerce .cc-carousel-shell--border-nav > .cibato-carousel {
    position: static !important;
}

.cibato-commerce .cc-carousel-shell--border-nav .slick-prev {
    left: calc((var(--cc-carousel-nav-space, 46px) - var(--cc-carousel-arrow-size, 36px)) / 2 - var(--cc-carousel-nav-space, 46px)) !important;
    right: auto !important;
}

.cibato-commerce .cc-carousel-shell--border-nav .slick-next {
    right: calc((var(--cc-carousel-nav-space, 46px) - var(--cc-carousel-arrow-size, 36px)) / 2 - var(--cc-carousel-nav-space, 46px)) !important;
    left: auto !important;
}

.cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow {
    z-index: 3;
}

.cibato-commerce .cc-best-selling--no-arrows .cc-best-selling-carousel .slick-arrow {
    display: none !important;
}

.cibato-commerce .cc-todays-deal-card {
    border-color: #dfe5ef;
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-best-selling-card,
    .cibato-commerce .cc-todays-deal-card {
        --cc-product-card-pad-x: 0.85rem;
        padding: 1rem 0.85rem;
        border-radius: 14px;
    }

    .cibato-commerce .cc-best-selling-title {
        font-size: 1.0625rem;
    }

    .cibato-commerce .cc-best-selling-header {
        margin-bottom: var(--cc-section-title-gap, 1.35rem);
    }

    .cibato-commerce .cc-best-selling-header--has-timer {
        margin-bottom: var(--cc-section-title-gap, 1.5rem);
    }

    .cibato-commerce .cc-best-selling-body {
        padding-top: 0.35rem;
    }

    .cibato-commerce .cc-best-selling-header--has-timer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "title action"
            "timer timer";
        align-items: center;
        column-gap: 0.65rem;
        row-gap: 0.55rem;
    }

    .cibato-commerce .cc-best-selling-header--has-timer .cc-best-selling-title {
        grid-area: title;
    }

    .cibato-commerce .cc-best-selling-header--has-timer .cc-best-selling-timer {
        grid-area: timer;
        width: 100%;
    }

    .cibato-commerce .cc-best-selling-header--has-timer .cc-best-selling-view-all {
        grid-area: action;
        margin-left: 0;
    }

    .cibato-commerce .cc-best-selling-timer__clock {
        width: 100%;
        justify-content: center;
        padding: 0.4rem 0.5rem;
    }

    .cibato-commerce .cc-best-selling-timer__clock .countdown-item {
        min-width: 1.75rem;
        flex: 1 1 0;
    }

    .cibato-commerce .cc-best-selling-timer__clock .countdown-digit {
        font-size: 0.8125rem;
    }

    .cibato-commerce .cc-best-selling-timer__clock .countdown-name {
        font-size: 0.5625rem;
    }

    .cibato-commerce .cc-best-selling--arrows-outside .cc-best-selling-body {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

/* Home category product sections */
.cibato-commerce .cc-home-category-section {
    --cc-hc-gap: var(--cc-hc-gap-desktop, 16px);
    --cc-hc-cols: var(--cc-hc-cols-desktop, 4);
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-home-category-section {
        --cc-hc-gap: var(--cc-hc-gap-tablet, 12px);
        --cc-hc-cols: var(--cc-hc-cols-tablet, 3);
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-home-category-section {
        --cc-hc-gap: var(--cc-hc-gap-mobile, 10px);
        --cc-hc-cols: var(--cc-hc-cols-mobile, 2);
    }
}

.cibato-commerce .cc-home-category-card {
    overflow: hidden;
    border: 1px solid #e4eaf3;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--cc-hc-radius-bl, 14px);
    border-bottom-right-radius: var(--cc-hc-radius-br, 14px);
}

.cibato-commerce .cc-home-category-card--bordered {
    border-top-left-radius: var(--cc-hc-radius-tl, 14px);
    border-top-right-radius: var(--cc-hc-radius-tr, 14px);
}

.cibato-commerce .cc-home-category-card--no-border {
    border: none !important;
}

.cibato-commerce .cc-home-category-section {
    --cc-hc-header-min-h: var(--cc-hc-header-min-h-desktop, 52px);
    --cc-hc-header-py: var(--cc-hc-header-py-desktop, 14px);
    --cc-hc-header-px: var(--cc-hc-header-px-desktop, 18px);
    --cc-hc-title-size: var(--cc-hc-title-size-desktop, 17px);
    --cc-hc-btn-size: var(--cc-hc-btn-size-desktop, 13px);
    --cc-hc-btn-py: var(--cc-hc-btn-py-desktop, 8px);
    --cc-hc-btn-px: var(--cc-hc-btn-px-desktop, 16px);
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-home-category-section {
        --cc-hc-header-min-h: var(--cc-hc-header-min-h-tablet, 48px);
        --cc-hc-header-py: var(--cc-hc-header-py-tablet, 12px);
        --cc-hc-header-px: var(--cc-hc-header-px-tablet, 16px);
        --cc-hc-title-size: var(--cc-hc-title-size-tablet, 16px);
        --cc-hc-btn-size: var(--cc-hc-btn-size-tablet, 13px);
        --cc-hc-btn-py: var(--cc-hc-btn-py-tablet, 8px);
        --cc-hc-btn-px: var(--cc-hc-btn-px-tablet, 14px);
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-home-category-section {
        --cc-hc-header-min-h: var(--cc-hc-header-min-h-mobile, 44px);
        --cc-hc-header-py: var(--cc-hc-header-py-mobile, 12px);
        --cc-hc-header-px: var(--cc-hc-header-px-mobile, 14px);
        --cc-hc-title-size: var(--cc-hc-title-size-mobile, 16px);
        --cc-hc-btn-size: var(--cc-hc-btn-size-mobile, 12px);
        --cc-hc-btn-py: var(--cc-hc-btn-py-mobile, 7px);
        --cc-hc-btn-px: var(--cc-hc-btn-px-mobile, 12px);
    }
}

.cibato-commerce .cc-home-category-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--cc-hc-header-min-h, 52px);
    padding: var(--cc-hc-header-py, 14px) var(--cc-hc-header-px, 18px);
    background: var(--primary, #00b4f0);
    border-top-left-radius: var(--cc-hc-header-radius-tl, 14px);
    border-top-right-radius: var(--cc-hc-header-radius-tr, 14px);
    border-bottom-left-radius: var(--cc-hc-header-radius-bl, 0);
    border-bottom-right-radius: var(--cc-hc-header-radius-br, 0);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cibato-commerce .cc-home-category-card__title {
    font-size: var(--cc-hc-title-size, 17px);
    font-weight: var(--cc-hc-title-weight, 700);
    color: var(--cc-hc-title-color, #fff);
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.cibato-commerce .cc-home-category-card__view-more {
    margin-left: 0;
    min-height: auto;
    padding: var(--cc-hc-btn-py, 8px) var(--cc-hc-btn-px, 16px);
    font-size: var(--cc-hc-btn-size, 13px);
    border-radius: var(--cc-hc-btn-radius, var(--wd-brd-radius, 8px));
}

.cibato-commerce .cc-home-category-card__body {
    padding: 1.15rem 0.5rem 1.25rem;
    background: #fff;
    border-bottom-left-radius: var(--cc-hc-radius-bl, 14px);
    border-bottom-right-radius: var(--cc-hc-radius-br, 14px);
    overflow: hidden;
}

.cibato-commerce .cc-home-category-card__carousel-wrap {
    position: relative;
    padding: 0 2.5rem;
}

.cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap {
    padding-left: var(--cc-carousel-nav-space, 46px);
    padding-right: var(--cc-carousel-nav-space, 46px);
}

.cibato-commerce .cc-home-category-card--bordered.cc-home-category-card:has(.cc-home-category--arrows-outside:not(.cc-home-category--no-arrows)) {
    overflow: visible;
}

.cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__arrow--prev {
    left: calc((var(--cc-carousel-nav-space, 46px) - var(--cc-carousel-arrow-size, 36px)) / 2 - var(--cc-carousel-nav-space, 46px));
}

.cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__arrow--next {
    right: calc((var(--cc-carousel-nav-space, 46px) - var(--cc-carousel-arrow-size, 36px)) / 2 - var(--cc-carousel-nav-space, 46px));
}

.cibato-commerce .cc-home-category--arrows-outside .cc-home-category-carousel .slick-arrow {
    display: none !important;
}

.cibato-commerce .cc-home-category--arrows-inside .cc-home-category-card__carousel-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cibato-commerce .cc-home-category--arrows-inside .cc-home-category-card__arrow--prev {
    left: 0.5rem;
}

.cibato-commerce .cc-home-category--arrows-inside .cc-home-category-card__arrow--next {
    right: 0.5rem;
}

.cibato-commerce .cc-home-category--no-arrows .cc-home-category-card__carousel-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cibato-commerce .cc-home-category-card__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 180, 240, 0.18);
    border-radius: 50%;
    background: #fff;
    color: var(--primary, #00b4f0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.28s ease,
        color 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.cibato-commerce .cc-home-category-card__arrow:hover,
.cibato-commerce .cc-home-category-card__arrow:focus-visible {
    background: var(--primary, #00b4f0);
    border-color: var(--primary, #00b4f0);
    color: #fff;
    box-shadow:
        0 8px 22px rgba(0, 180, 240, 0.38),
        0 2px 8px rgba(15, 23, 42, 0.12);
    transform: translateY(-50%) scale(1.08);
}

.cibato-commerce .cc-home-category-card__arrow--prev:hover,
.cibato-commerce .cc-home-category-card__arrow--prev:focus-visible {
    transform: translateY(-50%) scale(1.08) translateX(-2px);
}

.cibato-commerce .cc-home-category-card__arrow--next:hover,
.cibato-commerce .cc-home-category-card__arrow--next:focus-visible {
    transform: translateY(-50%) scale(1.08) translateX(2px);
}

.cibato-commerce .cc-home-category-card__arrow--prev {
    left: 0.35rem;
}

.cibato-commerce .cc-home-category-card__arrow--next {
    right: 0.35rem;
}

.cibato-commerce .cc-home-category-carousel {
    --wd-carousel-gutter: calc(var(--cc-hc-gap) / 2);
}

.cibato-commerce .cc-home-category-carousel .slick-list {
    margin-left: calc(var(--cc-hc-gap) / -2) !important;
    margin-right: calc(var(--cc-hc-gap) / -2) !important;
}

.cibato-commerce .cc-home-category-carousel .carousel-box,
.cibato-commerce .cc-home-category-carousel .cc-home-category-slide,
.cibato-commerce .cc-home-category-section .wd-product-loop-section.cc-home-category-carousel .carousel-box,
.cibato-commerce .cc-home-category-carousel .slick-slide > div {
    padding-left: var(--wd-carousel-gutter, calc(var(--cc-hc-gap) / 2)) !important;
    padding-right: var(--wd-carousel-gutter, calc(var(--cc-hc-gap) / 2)) !important;
    transform: none !important;
}

.cibato-commerce .cc-home-category-grid,
.cibato-commerce .cc-home-categories-2-grid {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 0 var(--cc-hc-gap, var(--cc-bs-gap, 16px));
}

/* Homepage builder "Space between" — same gap horizontal + vertical (no shop +14px row bump) */
.cibato-commerce .cc-home-category-section .cc-home-category-grid {
    --wd-pa-gap: var(--cc-hc-gap, 16px);
    --wd-pa-row-gap: var(--wd-pa-gap);
    column-gap: var(--wd-pa-gap);
    row-gap: var(--wd-pa-row-gap);
}

.cibato-commerce .cc-home-categories-2-section .cc-home-categories-2-grid {
    --wd-pa-gap: var(--cc-bs-gap, 16px);
    --wd-pa-row-gap: var(--wd-pa-gap);
    column-gap: var(--wd-pa-gap);
    row-gap: var(--wd-pa-row-gap);
    padding-bottom: var(--cc-bs-gap, 16px);
}

.cibato-commerce .cc-home-category-section--grid .cc-home-category-card,
.cibato-commerce .cc-home-category-card--grid {
    overflow: visible !important;
}

.cibato-commerce .cc-home-category-section--grid .cc-home-category-card__body,
.cibato-commerce .cc-home-category-card--grid .cc-home-category-card__body,
.cibato-commerce .cc-home-category-card__body--grid {
    padding: 0;
    overflow: visible !important;
}

.cibato-commerce .cc-home-category-grid.wd-product-loop-section {
    display: grid !important;
    grid-auto-flow: row;
}

.cibato-commerce .cc-home-category-grid__item .product-grid-item,
.cibato-commerce .cc-home-category-grid__item .wd-product-loop-context {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    transform: none !important;
}

.cibato-commerce .cc-home-categories-2-section--grid .cc-best-selling-body--grid {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
}

.cibato-commerce .cc-home-categories-2-grid.wd-product-loop-section {
    display: grid !important;
    grid-auto-flow: row;
}

.cibato-commerce .cc-home-category-grid.theme-pa-even-grid .product-element-top {
    flex: 0 0 auto;
}

.cibato-commerce .cc-home-category-grid.theme-pa-even-grid .product-element-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cibato-commerce .cc-home-category-grid.theme-pa-even-grid .swap-elements {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cibato-commerce .cc-home-category-grid.theme-pa-even-grid .price {
    margin-top: auto;
}

/* FROZEN: product-loop-atc-colors-v59 — primary default, secondary hover, white label/icon */
/* Product loop Add to cart (site-wide): primary default, secondary hover */
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn),
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos) {
    background: var(--primary, #00b4f0) !important;
    border-color: var(--primary, #00b4f0) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):hover,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):focus-visible,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):hover,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):focus-visible {
    background: var(--secondary-base, #0d1b3a) !important;
    border-color: var(--secondary-base, #0d1b3a) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn) span,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn) .wd-action-icon,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn) .wd-premium-icon,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos) span,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos) .wd-action-icon,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos) .wd-premium-icon,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):hover span,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):hover .wd-action-icon,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):hover .wd-premium-icon,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):hover span,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):hover .wd-action-icon,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):hover .wd-premium-icon,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):focus-visible span,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):focus-visible .wd-action-icon,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):focus-visible span,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):focus-visible .wd-action-icon {
    color: #fff !important;
}

.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn) .wd-premium-icon svg,
.cibato-commerce .add-to-cart-loop.button:not(.wd-add-to-cart-btn--oos):not(.wd-action-btn):hover .wd-premium-icon svg,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos) .wd-premium-icon svg,
.cibato-commerce .add-to-cart-loop.wd-fw-btn:not(.wd-add-to-cart-btn--oos):hover .wd-premium-icon svg {
    fill: currentColor;
}

/* Product loop — compact single-product purchase buttons on cards */
.cibato-commerce .wd-loop-purchase-row.theme-sp-purchase-actions {
    gap: 8px;
}

.cibato-commerce .wd-loop-purchase-row--fw .theme-sp-purchase-btn {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
}

.cibato-commerce .wd-loop-purchase-row:not(.wd-loop-purchase-row--fw) .theme-sp-purchase-btn {
    min-height: 36px;
    padding: 0 8px;
    font-size: 11px;
    gap: 5px;
}

.cibato-commerce .wd-loop-purchase-row:not(.wd-loop-purchase-row--fw) .theme-sp-purchase-btn .cibato-cart-icon,
.cibato-commerce .wd-loop-purchase-row:not(.wd-loop-purchase-row--fw) .theme-sp-purchase-btn .cibato-buy-icon {
    width: 14px;
    height: 14px;
}

/* Mobile product loop cards: Buy Now only (full width) */
@media (max-width: 767.98px) {
    .cibato-commerce .wd-loop-purchase-row .theme-sp-purchase-btn--cart {
        display: none !important;
    }

    .cibato-commerce .wd-loop-purchase-row .theme-sp-purchase-btn--buy {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-height: 44px;
        font-size: 13px;
    }
}

.cibato-commerce .cc-home-categories-2-grid.theme-pa-even-grid .product-element-top {
    flex: 0 0 auto;
}

.cibato-commerce .cc-home-categories-2-grid.theme-pa-even-grid .product-element-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cibato-commerce .cc-home-categories-2-grid.theme-pa-even-grid .swap-elements {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cibato-commerce .cc-home-categories-2-grid.theme-pa-even-grid .price {
    margin-top: auto;
}

.cibato-commerce .cc-home-category-grid__item,
.cibato-commerce .cc-home-category-grid__item.product-grid-item-col {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    height: auto !important;
}

.cibato-commerce .cc-home-category-grid__item > .wd-product-loop-context,
.cibato-commerce .cc-home-category-grid__item > .product-grid-item {
    width: 100%;
    height: 100%;
}

.cibato-commerce .cc-home-category-grid__item .product-card,
.cibato-commerce .cc-home-category-grid__item .cibato-card,
.cibato-commerce .cc-home-category-grid__item .aiz-card,
.cibato-commerce .cc-home-category-grid__item .cc-product-card,
.cibato-commerce .cc-home-category-grid__item .wd-product-loop-context {
    height: 100%;
    width: 100%;
}

.cibato-commerce .cc-home-categories-2-section {
    --cc-hc2-cols: var(--cc-hc2-cols-desktop, 4);
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-home-categories-2-section {
        --cc-hc2-cols: var(--cc-hc2-cols-tablet, 3);
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-home-categories-2-section {
        --cc-hc2-cols: var(--cc-hc2-cols-mobile, 2);
    }
}

.cibato-commerce .cc-home-categories-2-section--grid .cc-best-selling-body {
    padding-bottom: 0;
    overflow: visible;
}

.cibato-commerce .cc-home-categories-2-grid__item,
.cibato-commerce .cc-home-categories-2-grid__item.product-grid-item-col {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    height: auto !important;
}

.cibato-commerce .cc-home-categories-2-grid__item > .wd-product-loop-context,
.cibato-commerce .cc-home-categories-2-grid__item > .product-grid-item {
    width: 100%;
    height: 100%;
}

.cibato-commerce .cc-home-categories-2-grid__item .cc-product-card,
.cibato-commerce .cc-home-categories-2-grid__item .product-card,
.cibato-commerce .cc-home-categories-2-grid__item .wd-product-loop-context {
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-home-category-card__body {
        padding: 1rem 0.35rem 1.1rem;
    }

    .cibato-commerce .cc-home-category-card__carousel-wrap {
        padding: 0 2.15rem;
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-home-category-card__header {
        flex-wrap: wrap;
    }

    .cibato-commerce .cc-home-category-card__view-more {
        margin-left: auto;
    }

    .cibato-commerce .cc-home-category-card__carousel-wrap {
        padding: 0 1.85rem;
    }

    .cibato-commerce .cc-home-category-card__arrow {
        width: 30px;
        height: 30px;
    }
}

/* Short/empty pages — keep content from sitting flush against the footer */
.cibato-main-wrapper {
    min-height: 100vh;
}

.cibato-site-content {
    flex: 1 0 auto;
    padding-bottom: clamp(32px, 4vw, 56px);
}

/* Homepage product section titles (Newest Products, etc.) */
.cibato-commerce .cc-newest-products-section {
    margin-top: 30px;
    --cc-np-gap: var(--cc-np-gap-desktop, 16px);
}

@media (max-width: 991.98px) {
    .cibato-commerce .cc-newest-products-section {
        --cc-np-gap: var(--cc-np-gap-tablet, 12px);
    }
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-newest-products-section {
        --cc-np-gap: var(--cc-np-gap-mobile, 10px);
    }
}

.cibato-commerce .cc-newest-products-section .newest-products-list {
    --wd-loop-gap: var(--cc-np-gap, 16px);
    --wd-pa-row-gap: var(--wd-loop-gap);
}

.cibato-commerce .cc-product-section-title-wrap--left {
    text-align: left;
}

.cibato-commerce .cc-product-section-title-wrap--center {
    text-align: center;
}

.cibato-commerce .cc-product-section-title-wrap--right {
    text-align: right;
}

.cibato-commerce .cc-product-section-title-wrap--center .cc-product-section-title-bar,
.cibato-commerce .cc-product-section-title-wrap--right .cc-product-section-title-bar {
    display: inline-block;
    max-width: 100%;
}

.cibato-commerce .cc-product-section-title-wrap--width-content .cc-product-section-title-bar {
    display: inline-block;
    max-width: 100%;
}

.cibato-commerce .cc-product-section-title-bleed {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.cibato-commerce .cc-product-section-title-bar {
    width: 100%;
}

.cibato-commerce .cc-product-section-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--cc-ps-title-color, #212529);
}

.cibato-commerce .cc-product-section-title-wrap--has-bg .cc-product-section-title-bar {
    color: var(--cc-ps-title-color, #ffffff);
}

.cibato-commerce .cc-product-section-title-wrap--has-bg .cc-product-section-title {
    color: inherit !important;
}

@media (max-width: 575.98px) {
    .cibato-commerce .cc-product-section-title-wrap--width-custom .cc-product-section-title-bar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cibato-commerce .cc-product-section-title-wrap--width-custom .cc-product-section-title {
        white-space: nowrap;
    }
}

/* All Reviews showcase page */
.cc-all-reviews-page {
    --cc-ar-accent: var(--primary, #0ea5e9);
}

.cc-all-reviews-hero {
    margin-bottom: 28px;
    padding: 28px 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(15, 23, 42, 0.04) 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.cc-all-reviews-hero__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cc-ar-accent);
}

.cc-all-reviews-hero__title {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
}

.cc-all-reviews-hero__text {
    max-width: 640px;
    margin: 0 0 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.cc-all-reviews-hero__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.cc-all-reviews-hero__stat strong {
    font-size: 22px;
    color: #0f172a;
}

.cc-all-reviews-hero__stat span {
    color: #64748b;
    font-size: 13px;
}

.cc-all-reviews-toolbar {
    margin-bottom: 22px;
}

.cc-all-reviews-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cc-all-reviews-filters__group {
    min-width: 160px;
}

.cc-all-reviews-filters__group label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cc-all-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.cc-all-reviews-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-all-reviews-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.cc-all-reviews-card__media {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #f8fafc;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    cursor: zoom-in;
}

.cc-all-reviews-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cc-all-reviews-card:hover .cc-all-reviews-card__media img {
    transform: scale(1.04);
}

.cc-all-reviews-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.18);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.cc-all-reviews-card:hover .cc-all-reviews-card__overlay {
    opacity: 1;
}

.cc-all-reviews-card__photo-count {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.cc-all-reviews-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
}

.cc-all-reviews-card__head {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px 12px;
    align-items: center;
}

.cc-all-reviews-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.cc-all-reviews-card__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
    font-size: 20px;
}

.cc-all-reviews-card__name {
    display: block;
    font-size: 14px;
    color: #0f172a;
}

.cc-all-reviews-card__date {
    display: block;
    font-size: 12px;
    color: #94a3b8;
}

.cc-all-reviews-card__stars .las.la-star.active {
    color: #f59e0b;
}

.cc-all-reviews-card__comment {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cc-all-reviews-card__thumbs {
    display: flex;
    gap: 8px;
}

.cc-all-reviews-card__thumb {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.cc-all-reviews-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-all-reviews-card__product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
}

.cc-all-reviews-card__product:hover {
    background: #f1f5f9;
    text-decoration: none;
}

.cc-all-reviews-card__product img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 48px;
}

.cc-all-reviews-card__product-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.cc-all-reviews-card__product-copy small {
    display: block;
    color: #94a3b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cc-all-reviews-card__product-copy strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.4;
}

.cc-all-reviews-card__product i {
    color: var(--cc-ar-accent);
    font-size: 18px;
}

.cc-all-reviews-empty {
    padding: 56px 24px;
    text-align: center;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px dashed rgba(15, 23, 42, 0.12);
}

.cc-all-reviews-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 165, 233, 0.12);
    color: var(--cc-ar-accent);
    font-size: 32px;
}

.cc-all-reviews-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
    align-items: center;
    justify-content: center;
    padding: 16px;
    pointer-events: none;
}

.cc-all-reviews-lightbox.is-open {
    display: flex;
    pointer-events: auto;
}

body.cc-all-reviews-lightbox-open {
    overflow: hidden;
}

.cc-all-reviews-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.cc-all-reviews-lightbox__panel {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.cc-all-reviews-lightbox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.cc-all-reviews-lightbox__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #64748b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.cc-all-reviews-lightbox__close:hover {
    border-color: rgba(15, 23, 42, 0.18);
    color: #0f172a;
    background: #f8fafc;
}

.cc-all-reviews-lightbox__close::before {
    content: none !important;
}

.cc-all-reviews-lightbox__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: #f8fafc;
}

.cc-all-reviews-lightbox__frame {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-height: 70vh;
}

.cc-all-reviews-lightbox__frame img {
    display: block;
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.cc-all-reviews-lightbox__counter {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.cc-all-reviews-lightbox__nav {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #334155;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.cc-all-reviews-lightbox__nav:hover {
    border-color: var(--cc-ar-accent, #0ea5e9);
    color: var(--cc-ar-accent, #0ea5e9);
}

.cc-all-reviews-photo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.cc-all-reviews-photo-grid__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f1f5f9;
    cursor: zoom-in;
}

.cc-all-reviews-photo-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.cc-all-reviews-photo-grid__item:hover img {
    transform: scale(1.05);
}

.cc-all-reviews-photo-grid__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.22);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.cc-all-reviews-photo-grid__item:hover .cc-all-reviews-photo-grid__overlay {
    opacity: 1;
}

.cc-all-reviews-grid--photos-only {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-all-reviews-card--photos-only .cc-all-reviews-card__media {
    aspect-ratio: 1;
    border-radius: 16px;
    padding: 0;
    border: 0;
    background: #f1f5f9;
}

.cc-all-reviews-card__gallery {
    display: grid;
    gap: 3px;
    width: 100%;
    height: 100%;
}

.cc-all-reviews-card__gallery--1 {
    grid-template-columns: 1fr;
}

.cc-all-reviews-card__gallery--2 {
    grid-template-columns: repeat(2, 1fr);
}

.cc-all-reviews-card__gallery--3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.cc-all-reviews-card__gallery--3 .cc-all-reviews-card__gallery-cell:first-child {
    grid-row: span 2;
}

.cc-all-reviews-card__gallery--4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.cc-all-reviews-card__gallery-cell {
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.cc-all-reviews-card__gallery-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cc-all-reviews-card__gallery-more {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.cc-all-reviews-card--photos-only {
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .cc-all-reviews-photo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cc-all-reviews-grid--photos-only {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cc-all-reviews-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .cc-all-reviews-grid--photos-only {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .cc-all-reviews-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 767px) {
    .cc-all-reviews-lightbox__body {
        padding: 14px 10px;
        gap: 8px;
    }

    .cc-all-reviews-lightbox__nav {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .cc-all-reviews-lightbox__frame,
    .cc-all-reviews-lightbox__frame img {
        max-height: 62vh;
    }

    .cc-all-reviews-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .cc-all-reviews-grid--photos-only {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cc-all-reviews-hero {
        padding: 22px 18px;
    }

    .cc-all-reviews-grid {
        grid-template-columns: 1fr;
    }

    .cc-all-reviews-card__head {
        grid-template-columns: 40px 1fr;
    }

    .cc-all-reviews-card__stars {
        grid-column: 1 / -1;
    }
}

/* Public coupons page */
.coupon-offers-page {
    padding-top: 0.25rem;
}

.coupon-offers-hero {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 180, 240, 0.08) 0%, rgba(255, 255, 255, 1) 55%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.coupon-offers-hero__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    background: var(--primary, #00b4f0);
    color: #fff;
    font-size: 1.65rem;
    box-shadow: 0 8px 20px rgba(0, 180, 240, 0.28);
}

.coupon-offers-hero__title {
    margin: 0 0 0.25rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.coupon-offers-hero__text {
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 42rem;
}

.coupon-offers-page .coupon-offers-grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.25rem;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.coupon-offers-page .coupon-offers-grid > .col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-y) * 0.5);
}

.coupon-offer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.coupon-offer-card:hover {
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.11);
}

.coupon-offer-card__ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5rem;
    height: 5.5rem;
    background: radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.coupon-offer-card__head {
    position: relative;
    padding: 1rem 1.15rem 0.85rem;
    color: #fff;
    background: linear-gradient(135deg, #00b4f0 0%, #0090c8 100%);
}

.coupon-offer-card--cart .coupon-offer-card__head {
    background: linear-gradient(135deg, #00b4f0 0%, #0077b6 100%);
}

.coupon-offer-card--product .coupon-offer-card__head {
    background: linear-gradient(135deg, #6366f1 0%, #4338ca 100%);
}

.coupon-offer-card--welcome .coupon-offer-card__head {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}

.coupon-offer-card--shipping .coupon-offer-card__head {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.coupon-offer-card__type {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.55rem;
    padding: 0.22rem 0.55rem 0.22rem 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
}

.coupon-offer-card__type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 0.95rem;
    line-height: 1;
}

.coupon-offer-card__type-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.coupon-offer-card__discount {
    margin: 0 0 0.2rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}

.coupon-offer-card__store {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.coupon-offer-card__tear {
    position: relative;
    display: flex;
    align-items: center;
    height: 1.35rem;
    margin-top: -0.05rem;
    background: #fff;
}

.coupon-offer-card__notch {
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #f1f5f9;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.coupon-offer-card__notch--left {
    margin-left: -0.675rem;
}

.coupon-offer-card__notch--right {
    margin-right: -0.675rem;
}

.coupon-offer-card__dash {
    flex: 1 1 auto;
    height: 0;
    margin: 0 0.35rem;
    border-top: 2px dashed #dbeafe;
}

.coupon-offer-card__body {
    flex: 1 1 auto;
    padding: 0.25rem 1.15rem 0.75rem;
}

.coupon-offer-card__desc {
    margin: 0;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.6;
}

.coupon-offer-card__desc strong {
    color: #0f172a;
    font-weight: 700;
}

.coupon-offer-card__expiry {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.55rem 0 0 !important;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
}

.coupon-offer-card__footer {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0 1.15rem 1.1rem;
    margin-top: auto;
}

.coupon-offer-card__code-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.coupon-offer-card__code-label {
    display: block;
    margin-bottom: 0.35rem;
    color: #94a3b8;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coupon-offer-card__code {
    display: flex;
    align-items: center;
    min-height: 2.45rem;
    padding: 0.5rem 0.75rem;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f172a;
    word-break: break-all;
}

.coupon-offer-card__copy-btn {
    flex: 0 0 auto;
    align-self: flex-end;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-width: 4.5rem;
    min-height: 2.75rem;
    padding: 0.45rem 0.85rem;
    border: 0;
    border-radius: 12px;
    background: var(--primary, #00b4f0);
    color: #fff !important;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 180, 240, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.coupon-offer-card__copy-btn i {
    font-size: 1.1rem;
    line-height: 1;
}

.coupon-offer-card__copy-btn:hover,
.coupon-offer-card__copy-btn:focus {
    background: var(--hov-primary, #0099d1);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 180, 240, 0.34);
}

.coupon-offer-card__copy-btn.is-copied {
    background: #10b981;
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.28);
}

.coupon-offers-empty {
    border: 1px dashed #dbeafe;
    border-radius: 16px;
    background: #f8fafc;
}

@media (max-width: 575.98px) {
    .coupon-offers-hero {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .coupon-offer-card__footer {
        flex-direction: column;
    }

    .coupon-offer-card__copy-btn {
        align-self: stretch;
        flex-direction: row;
        min-height: 2.85rem;
    }

    .cibato-site-content .wd-product-loop-section.cibato-carousel:not(.slick-initialized):not(.cc-hero-slider) {
        min-height: 180px;
    }
}

/* Storefront pagination — centered + load more */
.cibato-main-wrapper .cibato-site-content .cibato-pagination:not(.cibato-pagination-right) {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cibato-main-wrapper .cibato-site-content .cibato-pagination .pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.theme-archive-pagination-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    padding: 0.5rem 0 0.25rem;
}

.theme-archive-load-more-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.theme-archive-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 200px;
    padding: 0.7rem 1.75rem;
    border: 1px solid color-mix(in srgb, var(--primary, #00b4f0) 28%, #dbeafe);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--primary, #00b4f0);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.theme-archive-load-more-btn:hover,
.theme-archive-load-more-btn:focus-visible {
    color: #fff;
    background: var(--primary, #00b4f0);
    border-color: var(--primary, #00b4f0);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--primary, #00b4f0) 34%, transparent);
}

.theme-archive-load-more-btn__icon {
    font-size: 1.125rem;
    transition: transform 0.2s ease;
}

.theme-archive-load-more-btn:hover .theme-archive-load-more-btn__icon {
    transform: translateY(2px);
}

.theme-archive-pagination-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.theme-archive-pagination-nav .pagination .page-link {
    border-radius: 50% !important;
    border: 1px solid #e8edf3;
    min-width: 38px;
    min-height: 38px;
    line-height: 38px;
}

.theme-archive-pagination-nav .pagination .page-item.active .page-link {
    background: var(--primary, #00b4f0);
    border-color: var(--primary, #00b4f0);
    color: #fff;
}

@media (max-width: 767.98px) {
    .cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories__body {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .cibato-commerce .cc-best-selling--arrows-inside .cc-best-selling-carousel .slick-next,
    .cibato-commerce .cc-popular-categories--arrows-inside .cc-popular-categories-carousel .slick-next {
        right: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
        left: auto !important;
    }

    .cibato-commerce .cc-best-selling--arrows-inside .cc-best-selling-carousel .slick-prev,
    .cibato-commerce .cc-popular-categories--arrows-inside .cc-popular-categories-carousel .slick-prev {
        left: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
        right: auto !important;
    }

    .cibato-commerce .cc-best-selling--arrows-outside .cc-best-selling-body,
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling--no-arrows) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-prev,
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling--no-arrows) .cc-best-selling-carousel .slick-prev,
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling--no-arrows) .cc-todays-deal-carousel .slick-prev,
    .cibato-commerce .cc-best-selling--arrows-outside .cc-best-selling-carousel .slick-prev,
    .cibato-commerce .cc-best-selling--arrows-outside .cc-todays-deal-carousel .slick-prev,
    .cibato-commerce .cc-best-selling--arrows-outside .wd-product-loop-section.cibato-carousel .slick-prev,
    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-carousel .slick-prev,
    .cibato-commerce .cc-carousel-shell--border-nav .slick-prev {
        left: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
        right: auto !important;
    }

    .cibato-commerce .cc-popular-categories--arrows-outside .cc-popular-categories-carousel .slick-next,
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling--no-arrows) .cc-best-selling-carousel .slick-next,
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling--no-arrows) .cc-todays-deal-carousel .slick-next,
    .cibato-commerce .cc-best-selling--arrows-outside .cc-best-selling-carousel .slick-next,
    .cibato-commerce .cc-best-selling--arrows-outside .cc-todays-deal-carousel .slick-next,
    .cibato-commerce .cc-best-selling--arrows-outside .wd-product-loop-section.cibato-carousel .slick-next,
    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-carousel .slick-next,
    .cibato-commerce .cc-carousel-shell--border-nav .slick-next {
        right: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
        left: auto !important;
    }

    .cibato-commerce .cc-popular-categories-carousel .slick-arrow,
    .cibato-commerce .cc-best-selling-carousel .slick-arrow,
    .cibato-commerce .cc-todays-deal-carousel .slick-arrow,
    .cibato-commerce .cc-home-category-carousel .slick-arrow,
    .cibato-commerce .cc-carousel-shell--border-nav .slick-arrow,
    .cibato-commerce .wd-product-loop-section.cibato-carousel .slick-arrow {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
        transform: translateY(-50%) !important;
    }

    .cibato-commerce .cc-popular-categories-carousel .slick-arrow {
        top: var(--cc-pc-arrow-top) !important;
    }

    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__arrow--prev,
    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-carousel .slick-prev {
        left: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
    }

    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__arrow--next,
    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-carousel .slick-next {
        right: var(--cc-carousel-arrow-inset-mobile, 8px) !important;
    }

    .cibato-commerce .cc-carousel-shell--border-nav {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* FROZEN: homepage-mobile-v61 (2026-06-24) — mobile homepage polish; restore: backups/homepage-mobile-v61/ */
/* Mobile: product carousel edge inset + Just For You grid gap alignment */
@media (max-width: 767.98px) {
    .cibato-commerce {
        --cc-mobile-card-gutter: 6px;
        --cc-mobile-carousel-edge-inset: 10px;
    }

    .cibato-commerce .cc-best-selling-card,
    .cibato-commerce .cc-todays-deal-card {
        padding-left: 0;
        padding-right: 0;
    }

    .cibato-commerce .cc-best-selling-header {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    /* Carousel sections only — light inset so slides do not touch card edges */
    .cibato-commerce .cc-best-selling-body:not(.cc-best-selling-body--grid),
    .cibato-commerce .cc-todays-deal-section .cc-best-selling-body:not(.cc-best-selling-body--grid),
    .cibato-commerce .cc-home-category-card__body:not(.cc-home-category-card__body--grid) {
        padding-left: var(--cc-mobile-carousel-edge-inset) !important;
        padding-right: var(--cc-mobile-carousel-edge-inset) !important;
    }

    .cibato-commerce .cc-best-selling-carousel .slick-list,
    .cibato-commerce .cc-todays-deal-carousel .slick-list {
        margin-left: calc(var(--cc-mobile-card-gutter) * -1) !important;
        margin-right: calc(var(--cc-mobile-card-gutter) * -1) !important;
    }

    .cibato-commerce .wd-product-loop-section.cibato-carousel .slick-list {
        margin-left: calc(var(--cc-mobile-card-gutter) * -1) !important;
        margin-right: calc(var(--cc-mobile-card-gutter) * -1) !important;
    }

    .cibato-commerce .cc-best-selling-carousel .carousel-box,
    .cibato-commerce .cc-todays-deal-carousel .carousel-box,
    .cibato-commerce .cc-home-category-carousel .carousel-box,
    .cibato-commerce .cc-home-category-carousel .cc-home-category-slide {
        padding-left: var(--cc-mobile-card-gutter) !important;
        padding-right: var(--cc-mobile-card-gutter) !important;
    }

    .cibato-commerce .wd-product-loop-section.cibato-carousel .carousel-box {
        padding-left: var(--cc-mobile-card-gutter) !important;
        padding-right: var(--cc-mobile-card-gutter) !important;
    }

    .cibato-commerce .cc-home-category-card__carousel-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cibato-commerce .cc-home-category-grid,
    .cibato-commerce .cc-home-categories-2-grid {
        padding: 0.5rem 0 0.75rem !important;
        --wd-pa-gap: 12px;
        --wd-loop-gap: 12px;
    }

    /* Just For You — same 2-col grid + gap as home category grid (tests section) */
    .cibato-commerce .cc-newest-products-section .newest-products-list {
        --cc-mobile-product-grid-gap: 12px;
        --wd-loop-gap: var(--cc-mobile-product-grid-gap) !important;
        --wd-pa-gap: var(--cc-mobile-product-grid-gap) !important;
        --wd-pa-row-gap: var(--cc-mobile-product-grid-gap) !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: var(--cc-mobile-product-grid-gap) !important;
        row-gap: var(--cc-mobile-product-grid-gap) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cibato-commerce .cc-newest-products-section .newest-products-list > .col,
    .cibato-commerce .cc-newest-products-section .newest-products-list > .product-card,
    .cibato-commerce .cc-newest-products-section .newest-products-list > [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .cibato-commerce .cc-newest-products-section .newest-products-list .product-card {
        margin-bottom: 0 !important;
    }

    .cibato-commerce .cc-home-categories-2-section--grid .cc-best-selling-body--grid {
        padding-left: 0;
        padding-right: 0;
    }

    .cibato-commerce .cc-best-selling-carousel .slick-arrow,
    .cibato-commerce .cc-todays-deal-carousel .slick-arrow {
        z-index: 3;
    }

    /* Product page — Related Products (same card width/gutters as Just For You) */
    .product-details .related-product-container.theme-sp-related-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-details .theme-sp-related-wrap--carousel {
        --wd-related-nav-space: 0px;
        --wd-related-arrow-size: 32px;
    }

    .product-details .theme-sp-related-carousel-shell {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-details .theme-sp-related-carousel .slick-list {
        margin-left: calc(var(--cc-mobile-card-gutter) * -1) !important;
        margin-right: calc(var(--cc-mobile-card-gutter) * -1) !important;
    }

    .product-details .theme-sp-related-carousel .carousel-box {
        padding-left: var(--cc-mobile-card-gutter) !important;
        padding-right: var(--cc-mobile-card-gutter) !important;
    }

    .product-details .theme-sp-related-carousel-shell .theme-sp-related-carousel--nav-outside .slick-prev {
        left: 2px !important;
    }

    .product-details .theme-sp-related-carousel-shell .theme-sp-related-carousel--nav-outside .slick-next {
        right: 2px !important;
    }

    .product-details .theme-sp-related-grid {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
        margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
        margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
    }
}

/* ── Fly-to-cart + header / mobile mini cart ── */
.cibato-fly-to-cart {
    will-change: left, top, width, height, opacity;
}

.cibato-cart-bump {
    animation: cibatoCartBump 0.55s ease;
}

@keyframes cibatoCartBump {
    0% { transform: scale(1); }
    35% { transform: scale(1.18); }
    100% { transform: scale(1); }
}

#cart_items [data-toggle="dropdown"],
.cibato-mobile-cart-trigger .cibato-cart-icon,
.cibato-mobile-cart-trigger {
    transform-origin: center center;
}

.cibato-mobile-mini-cart {
    position: fixed;
    inset: 0;
    z-index: 10060;
    pointer-events: none;
    visibility: hidden;
}

.cibato-mobile-mini-cart.is-open {
    pointer-events: auto;
    visibility: visible;
}

.cibato-mobile-mini-cart__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.cibato-mobile-mini-cart.is-open .cibato-mobile-mini-cart__backdrop {
    opacity: 1;
}

.cibato-mobile-mini-cart__sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: min(78vh, 640px);
    background: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
    transform: translateY(105%);
    transition: transform 0.32s cubic-bezier(.2,.8,.2,1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cibato-mobile-mini-cart.is-open .cibato-mobile-mini-cart__sheet {
    transform: translateY(0);
}

.cibato-mobile-mini-cart__handle {
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #d1d5db;
    margin: 10px auto 4px;
    flex: 0 0 auto;
}

.cibato-mobile-mini-cart__content {
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cibato-mobile-mini-cart__menu {
    display: block !important;
    position: static !important;
    float: none !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.cibato-mobile-mini-cart-open {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .cibato-mobile-mini-cart {
        display: none !important;
    }
}

/* Force carousel nav — wins over legacy cibato-core slick defaults */
.cibato-main-wrapper.cibato-commerce .cibato-carousel:not(.cc-hero-slider):not(.arrow-none) .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =============================================================================
   Product carousel shell — border-straddle arrows (same as Popular Categories)
   ============================================================================= */
.cibato-commerce {
    --cc-product-carousel-arrow-size: 36px;
}

@media (max-width: 575.98px) {
    .cibato-commerce {
        --cc-product-carousel-arrow-size: 32px;
    }
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside),
.cibato-commerce .cc-carousel-shell--border-nav {
    position: relative;
    margin: 0;
    padding: 0;
}

.cibato-commerce .cc-product-carousel-shell--inside {
    margin: 0;
    padding: 0;
}

.cibato-commerce .cc-home-category-card__carousel-wrap.cc-product-carousel-shell {
    padding-top: 0;
    padding-bottom: 0;
}

.cibato-commerce .cc-home-category-card__carousel-wrap.cc-product-carousel-shell--inside {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cibato-commerce .cc-best-selling-body:has(.cc-product-carousel-shell) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* FROZEN: homepage-mobile-v61 — carousel body edge inset (overrides nav-outside zero-padding on mobile) */
@media (max-width: 767.98px) {
    .cibato-commerce .cc-best-selling-body:has(.cc-product-carousel-shell),
    .cibato-commerce .cc-best-selling-body:has(.cc-best-selling-carousel),
    .cibato-commerce .cc-todays-deal-section .cc-best-selling-body:has(.cc-todays-deal-carousel),
    .cibato-commerce .cc-home-category-card__body:not(.cc-home-category-card__body--grid) {
        padding-left: var(--cc-mobile-carousel-edge-inset, 10px) !important;
        padding-right: var(--cc-mobile-carousel-edge-inset, 10px) !important;
    }
}

.cibato-commerce .cc-product-carousel-shell > .cibato-carousel {
    position: static !important;
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) > .slick-prev,
.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-product-carousel--nav-outside .slick-prev,
.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cibato-carousel .slick-prev {
    left: calc((var(--cc-product-card-pad-x, 1.25rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1) !important;
    right: auto !important;
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) > .slick-next,
.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-product-carousel--nav-outside .slick-next,
.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cibato-carousel .slick-next {
    right: calc((var(--cc-product-card-pad-x, 1.25rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1) !important;
    left: auto !important;
}

.cibato-commerce .cc-product-carousel-shell--inside .slick-prev,
.cibato-commerce .cc-product-carousel-shell--inside .cc-home-category-card__arrow--prev {
    left: 8px !important;
    right: auto !important;
}

.cibato-commerce .cc-product-carousel-shell--inside .slick-next,
.cibato-commerce .cc-product-carousel-shell--inside .cc-home-category-card__arrow--next {
    right: 8px !important;
    left: auto !important;
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--prev {
    left: calc((var(--cc-product-card-pad-x, 1.25rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1);
    right: auto;
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--next {
    right: calc((var(--cc-product-card-pad-x, 1.25rem) + var(--cc-product-carousel-arrow-size, 36px) / 2) * -1);
    left: auto;
}

.cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-carousel .slick-arrow {
    display: none !important;
}

.cibato-main-wrapper.cibato-commerce .cc-product-carousel-shell > .slick-arrow,
.cibato-main-wrapper.cibato-commerce .cc-pc-carousel-shell > .slick-arrow,
.cibato-main-wrapper.cibato-commerce .cc-product-carousel-shell .cibato-carousel .slick-arrow {
    width: var(--cc-product-carousel-arrow-size) !important;
    height: var(--cc-product-carousel-arrow-size) !important;
    line-height: var(--cc-product-carousel-arrow-size) !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 180, 240, 0.18) !important;
    background: #fff !important;
    color: var(--primary, #00b4f0) !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 767.98px) {
    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) > .slick-prev,
    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .slick-prev,
    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--prev {
        left: calc((var(--cc-product-card-pad-x, 0.85rem) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        right: auto !important;
    }

    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) > .slick-next,
    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .slick-next,
    .cibato-commerce .cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--next {
        right: calc((var(--cc-product-card-pad-x, 0.85rem) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        left: auto !important;
    }

    .cibato-commerce .cc-carousel-shell--border-nav .slick-prev {
        left: 8px !important;
        right: auto !important;
    }

    .cibato-commerce .cc-carousel-shell--border-nav .slick-next {
        right: 8px !important;
        left: auto !important;
    }

    .cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-prev {
        left: calc((var(--cc-pc-body-pad-x, 1rem) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        right: auto !important;
    }

    .cibato-commerce .cc-popular-categories--arrows-outside .cc-pc-carousel-shell > .slick-next {
        right: calc((var(--cc-pc-body-pad-x, 1rem) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        left: auto !important;
    }

    .cibato-commerce .cc-product-carousel-shell > .slick-arrow,
    .cibato-commerce .cc-pc-carousel-shell > .slick-arrow,
    .cibato-commerce .cc-product-carousel-shell .cibato-carousel .slick-arrow,
    .cibato-commerce .cc-product-carousel-shell .cc-home-category-card__arrow {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}

/* Homepage promo banners — full width + visible images on mobile */
@media (max-width: 767.98px) {
    .cibato-commerce .cc-home-banner-slot {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .cibato-commerce .cc-home-banner-slot > .container {
        padding-left: 12px;
        padding-right: 12px;
        max-width: 100%;
    }

    .cibato-commerce .cc-home-banner-slot .home-banner-1 .slick-slide,
    .cibato-commerce .cc-home-banner-slot .cibato-carousel .slick-slide {
        margin-right: 0 !important;
    }

    .cibato-commerce .cc-home-banner-slot .cibato-carousel .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .cibato-commerce .cc-home-banner-slot .carousel-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .cibato-commerce .cc-home-banner-slot .carousel-box a {
        display: block;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

    .cibato-commerce .cc-home-banner-slot .carousel-box .rounded-75 {
        border-radius: 4px !important;
    }

    .cibato-commerce .cc-home-banner-slot .carousel-box img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0;
        display: block;
        object-fit: contain;
        object-position: center center;
    }
}

/* Home category carousel — outside arrows must stay above cards (not clipped) */
.cibato-commerce .cc-home-category-card:has(.cc-home-category--arrows-outside:not(.cc-home-category--no-arrows)) {
    overflow: visible;
}

.cibato-commerce .cc-home-category-card__body:has(.cc-home-category--arrows-outside:not(.cc-home-category--no-arrows):not(.cc-home-category-card__body--grid)) {
    overflow: visible;
}

.cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) {
    overflow: visible;
    padding-left: var(--cc-carousel-nav-space, 46px) !important;
    padding-right: var(--cc-carousel-nav-space, 46px) !important;
}

.cibato-commerce .cc-home-category-card__carousel-wrap .cc-home-category-card__arrow {
    z-index: 12;
}

.cibato-commerce .cc-home-category-card__carousel-wrap .cc-home-category-carousel .slick-list {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) {
        padding-left: calc(var(--cc-mobile-carousel-edge-inset, 10px) + var(--cc-product-carousel-arrow-size, 32px)) !important;
        padding-right: calc(var(--cc-mobile-carousel-edge-inset, 10px) + var(--cc-product-carousel-arrow-size, 32px)) !important;
    }

    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--prev {
        left: calc((var(--cc-mobile-carousel-edge-inset, 10px) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        right: auto !important;
    }

    .cibato-commerce .cc-home-category--arrows-outside .cc-home-category-card__carousel-wrap.cc-product-carousel-shell:not(.cc-product-carousel-shell--inside) .cc-home-category-card__arrow--next {
        right: calc((var(--cc-mobile-carousel-edge-inset, 10px) + var(--cc-product-carousel-arrow-size, 32px) / 2) * -1) !important;
        left: auto !important;
    }
}
