﻿/*
 * Nappy visual layer for IQIT/Warehouse child theme
 * Palette:
 * - Accent pink: #d4006c
 * - Accent blue: #3ec2f6
 * - Soft pink: #fbcde3
 * - Soft blue: #6ad4ff
 * - Navy text: #0f2145
 */

/* =============================================================
   TIPOGRAFÃA â€” Estilo dulce y redondeado en todo el sitio.
   Activa: Quicksand. Sobreescribe las variables Bootstrap del tema base.
   ============================================================= */
:root{
  --font-brand: "Quicksand";
  --bs-body-font-family: var(--font-brand), Cantarell, "Helvetica Neue", sans-serif;
  --bs-font-sans-serif: var(--font-brand), Cantarell, "Helvetica Neue", sans-serif;
  --bs-btn-font-family: var(--font-brand), Cantarell, "Helvetica Neue", sans-serif;
}
body,
button,
input,
select,
textarea,
optgroup{
  font-family: var(--font-brand), Cantarell, "Helvetica Neue", sans-serif;
}

:root {
    --nappy-pink-soft: #fbcde3;
    --nappy-pink-accent: #d4006c;
    --nappy-blue-accent: #3ec2f6;
    --nappy-blue-soft: #6ad4ff;
    --nappy-navy: #0f2145;
    --nappy-cream: #fff8fc;
    --nappy-surface: #ffffff;
    --nappy-border: #f2d7e5;
    --nappy-shadow: 0 14px 32px rgba(15, 33, 69, 0.12);
    --nappy-radius: 16px;
    --nappy-pill: 999px;
}

body {
    color: var(--nappy-navy);
    background: #fff;
}

#wrapper {
    background: transparent;
}

#index #wrapper,
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

a {
    transition: color 0.2s ease;
}

a:hover,
a:focus-visible {
    color: var(--nappy-pink-accent);
}

.btn-primary,
.btn.btn-primary {
    border-color: var(--nappy-pink-accent);
    background-color: var(--nappy-pink-accent);
    color: #fff;
    border-radius: var(--nappy-pill);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
    border-color: #b20056;
    background-color: #b20056;
    color: #fff;
}

.btn-secondary,
.btn.btn-secondary {
    border-color: var(--nappy-border);
    background-color: #fff;
    color: var(--nappy-navy);
    border-radius: var(--nappy-pill);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus-visible {
    border-color: var(--nappy-pink-accent);
    color: var(--nappy-pink-accent);
}

/* Header and menu */
.header-nav {
    background: #fdf5fa;
    border-bottom: 1px solid var(--nappy-border);
}

.header-nav .left-nav,
.header-nav .center-nav,
.header-nav .right-nav {
    color: var(--nappy-navy);
}

#desktop-header {
    position: sticky;
    top: var(--top-banner-height, 0);
    z-index: 145;
}

#desktop-header .header-top {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
}

#desktop-header-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#desktop_logo img {
    max-height: 56px;
}

#desktop-header .header-btn {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--nappy-navy);
    min-height: auto;
    padding: 6px;
    transition: all 0.2s ease;
    box-shadow: none;
}

#desktop-header .header-btn:hover,
#desktop-header .header-btn:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--nappy-pink-accent);
    box-shadow: none;
}

#desktop-header .header-btn .title,
#desktop-header .header-btn .info-wrapper,
#desktop-header .header-btn .cart-toggle-details {
    display: none;
}

#desktop-header .header-btn .icon,
#desktop-header .header-btn i,
.headerrefit-secondary-nav .header-btn .icon,
.headerrefit-secondary-nav .header-btn i,
.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle .icon,
.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle i,
.headerrefit-secondary-nav #user_info > a .icon,
.headerrefit-secondary-nav #user_info > a i,
.headerrefit-secondary-nav #user_info .account .icon,
.headerrefit-secondary-nav #user_info .account i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    margin: 0;
}

#desktop-header .header-btn .icon svg,
#desktop-header .header-btn svg,
.headerrefit-secondary-nav .header-btn .icon svg,
.headerrefit-secondary-nav .header-btn svg,
.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle .icon svg,
.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle svg,
.headerrefit-secondary-nav #user_info > a .icon svg,
.headerrefit-secondary-nav #user_info > a svg,
.headerrefit-secondary-nav #user_info .account .icon svg,
.headerrefit-secondary-nav #user_info .account svg {
    width: 26px;
    height: 26px;
}

#desktop-header .header-cart-btn .cart-products-count-btn,
#mobile-cart-wrapper .cart-products-count-btn {
    position: absolute !important;
    top: 60% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    line-height: 1 !important;
}

.iqit-megamenu-container,
#iqitmegamenu-wrapper {
    background: #fff;
    border-bottom: 1px solid var(--nappy-border);
}

#cbp-hrmenu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

#cbp-hrmenu > ul > li > .nav-link {
    border-radius: var(--nappy-pill);
    color: var(--nappy-navy);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 12px 14px;
    transition: all 0.2s ease;
    white-space: nowrap; /* Evita que el texto se parta en varias lÃ­neas */
    flex-shrink: 0; /* Evita que los elementos se encojan */
}

#cbp-hrmenu > ul > li {
    flex-shrink: 0; /* Evita que los items del menÃº se encojan */
}

#cbp-hrmenu > ul > li:hover > .nav-link,
#cbp-hrmenu > ul > li > .nav-link:focus-visible,
#cbp-hrmenu > ul > li.cbp-hropen > .nav-link {
    background: var(--nappy-pink-soft);
    color: var(--nappy-pink-accent);
}

#cbp-hrmenu .cbp-hrsub {
    border: 1px solid var(--nappy-border);
    border-radius: 0 0 var(--nappy-radius) var(--nappy-radius);
    box-shadow: var(--nappy-shadow);
    background: #fff;
    margin-top: 6px;
}

#cbp-hrmenu .cbp-legend {
    border-radius: var(--nappy-pill);
    background: var(--nappy-pink-accent);
    color: #fff;
}

#iqitmegamenu-mobile {
    background: #fff;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper {
    background: #fff;
    border-bottom: 1px solid var(--nappy-border);
}

#iqitmegamenu-mobile .mobile-menu__tab {
    border-bottom: 1px solid #f8e1ed;
}

#iqitmegamenu-mobile .mobile-menu__link,
#iqitmegamenu-mobile .mobile-menu__close,
#iqitmegamenu-mobile .mobile-menu__back-btn {
    color: var(--nappy-navy);
}

#iqitmegamenu-mobile .mobile-menu__legend {
    border-radius: var(--nappy-pill);
    background: var(--nappy-pink-accent);
    color: #fff;
    padding: 2px 10px;
}

/* Top banner integration */
.tig-top-banner-wrapper {
    border-bottom: 1px solid #e6e6e6;
}

.tig-top-banner-wrapper .top-banner {
    border-bottom: 0;
    z-index: 140 !important;
}

.tig-top-banner-wrapper .top-banner-message {
    color: var(--nappy-navy);
}

body.nappy-side-cart-open .tig-top-banner-wrapper .top-banner {
    z-index: 1 !important;
}

body.nappy-side-cart-open #desktop-header,
body.nappy-side-cart-open #desktop-header.headerrefit-shell,
body.nappy-side-cart-open #mobile-header,
body.nappy-side-cart-open #mobile-header-sticky {
    position: relative;
    top: 0;
    z-index: 10020;
}

/*
 * Some desktop header effects (notably backdrop/filter contexts) can make the
 * side-cart overlay behave like it is fixed to the header instead of the viewport.
 * Clear those contexts only while the drawer is open.
 */
body.nappy-side-cart-open #desktop-header,
body.nappy-side-cart-open #desktop-header .header-top,
body.nappy-side-cart-open #desktop-header #desktop-header-container,
body.nappy-side-cart-open #desktop-header #ps-shoppingcart-wrapper,
body.nappy-side-cart-open #desktop-header #ps-shoppingcart,
body.nappy-side-cart-open #desktop-header #blockcart {
    transform: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    perspective: none !important;
    will-change: auto !important;
    contain: none !important;
}

/* Filters and catalog top bar */
#js-product-list-top.products-selection {
    background: #fff;
    border: 1px solid var(--nappy-border);
    border-radius: var(--nappy-radius);
    padding: 10px 14px;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(15, 33, 69, 0.08);
}

#js-product-list-top .products-sort-nb-dropdown .form-control,
#js-product-list-top .products-sort-order .select-title,
#js-product-list-top .products-nb-per-page .select-title {
    border: 1px solid var(--nappy-border);
    border-radius: var(--nappy-pill);
    color: var(--nappy-navy);
    background: #fff;
}

#js-product-list-top .dropdown-menu {
    border: 1px solid var(--nappy-border);
    border-radius: 12px;
    box-shadow: var(--nappy-shadow);
}

#js-product-list-top .dropdown-item.current,
#js-product-list-top .dropdown-item:hover {
    color: var(--nappy-pink-accent);
    background: #fff4f9;
}

#search_filters {
    background: #fff;
    border: 1px solid var(--nappy-border);
    border-radius: var(--nappy-radius);
    padding: 14px 16px;
    box-shadow: 0 8px 20px rgba(15, 33, 69, 0.08);
}

#search_filters .facet {
    padding: 12px 0;
    border-bottom: 1px solid #f7e5ef;
}

#search_filters .facet:last-child {
    border-bottom: 0;
}

#search_filters .facet-title {
    margin-bottom: 10px;
    color: var(--nappy-navy);
    font-weight: 700;
    font-size: 14px;
}

#search_filters .facet-label {
    color: var(--nappy-navy);
    border-radius: 10px;
    padding: 4px 6px;
    transition: background-color 0.2s ease;
}

#search_filters .facet-label.active,
#search_filters .facet-label:hover {
    background: #fff3f8;
}

#search_filters .facet-label.active a,
#search_filters .facet-label.active .search-link {
    color: var(--nappy-pink-accent);
    font-weight: 700;
}

#search_filters .custom-checkbox > span,
#search_filters .custom-radio > span {
    border-color: #d8aec4;
}

#search_filters .custom-checkbox input:checked + span,
#search_filters .custom-radio input:checked + span {
    border-color: var(--nappy-pink-accent);
    background-color: #ffe6f2;
}

#search_filters .facet-dropdown .form-control {
    border: 1px solid var(--nappy-border);
    border-radius: var(--nappy-pill);
}

#search_filters .facet-dropdown .dropdown-item.current,
#search_filters .facet-dropdown .dropdown-item:hover {
    color: var(--nappy-pink-accent);
    background: #fff4f9;
}

/* Product cards and sliders */
.product-miniature {
    border: 1px solid transparent;
    border-radius: 14px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-miniature:hover {
    border-color: var(--nappy-border);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 33, 69, 0.1);
}

.product-miniature .product-title a:hover {
    color: var(--nappy-pink-accent);
}

.swiper-container-wrapper {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--nappy-border);
    background: #fff;
    color: var(--nappy-navy);
    box-shadow: 0 8px 16px rgba(15, 33, 69, 0.12);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border-color: var(--nappy-pink-accent);
    color: var(--nappy-pink-accent);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.swiper-pagination-product .swiper-pagination-bullet {
    opacity: 1;
    background: #efbfd8;
}

.swiper-pagination-product .swiper-pagination-bullet-active {
    background: var(--nappy-pink-accent);
}

/* Footer */
#footer-container-first,
#footer-container-main {
    background: #fff;
    border-top: 1px solid var(--nappy-border);
}

#footer-container-main {
    border-top: 0;
}

#footer-container-main .block-title span,
#footer-container-first .block-newsletter h5 {
    color: var(--nappy-pink-accent);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
}

#footer-container-main .block-content a,
#footer-container-first a {
    color: var(--nappy-navy);
}

#footer-container-main .block-content a:hover,
#footer-container-first a:hover {
    color: var(--nappy-pink-accent);
}

#footer-container-first .newsletter-input-group .input-subscription {
    border: 1px solid var(--nappy-border);
    border-radius: var(--nappy-pill) 0 0 var(--nappy-pill);
    color: var(--nappy-navy);
}

#footer-container-first .newsletter-input-group .btn-subscribe {
    border-radius: 0 var(--nappy-pill) var(--nappy-pill) 0;
    border-color: var(--nappy-pink-accent);
    background-color: var(--nappy-pink-accent);
    color: #fff;
}

#footer-copyrights {
    background: #0f2145;
    color: #f8f2f6;
}

#footer-copyrights a {
    color: #fbcde3;
}

/* Sign-in button in header */
#header-user-btn .header-user-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 6px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--nappy-navy);
}

#header-user-btn .header-user-btn .title {
    display: none;
}

#header-user-btn .header-user-btn .icon {
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}

#header-user-btn .header-user-btn:hover,
#header-user-btn .header-user-btn:focus-visible {
    border-color: transparent;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--nappy-pink-accent);
}

/* Authentication and account */
body#authentication #main {
    max-width: 1080px;
    margin: 24px auto;
}

body#authentication .page-title span {
    color: var(--nappy-pink-accent);
}

.nappy-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 24px;
}

.nappy-auth-panel {
    border: 1px solid var(--nappy-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 33, 69, 0.1);
    padding: 24px;
}

.nappy-auth-panel--benefits {
    background: #fff;
}

.nappy-auth-panel--benefits h3 {
    color: var(--nappy-pink-accent);
    margin-bottom: 12px;
}

.nappy-auth-list {
    margin: 0;
    padding-left: 18px;
}

.nappy-auth-list li {
    margin-bottom: 10px;
    color: var(--nappy-navy);
}

body#authentication .login-form .form-control {
    border: 1px solid var(--nappy-border);
    border-radius: 12px;
    color: var(--nappy-navy);
}

body#authentication .login-form .form-control:focus {
    border-color: var(--nappy-pink-accent);
    box-shadow: 0 0 0 0.18rem rgba(212, 0, 103, 0.14);
}

body#authentication .login-form .forgot-password a,
body#authentication .no-account a {
    color: var(--nappy-pink-accent);
    font-weight: 600;
}

.nappy-auth-cta {
    margin-top: 14px;
}

/* MenÃº principal: flex row para que el megamenu y Â¡Promociones! estÃ©n en la misma lÃ­nea */
#main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
}

/* Cualquier hijo directo que NO sea el enlace promo ocupa todo el espacio */
#main-menu > *:not(.nappy-promo-link) {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
}

/* Enlace Â¡Promociones! pegado a la derecha, tamaÃ±o fijo */
.nappy-promo-link {
    flex: 0 0 auto !important;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: var(--nappy-pill);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: var(--nappy-pink-accent);
    background: var(--nappy-pink-soft);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nappy-promo-link:hover,
.nappy-promo-link:focus-visible {
    background: var(--nappy-pink-accent);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    #desktop-header .header-top {
        backdrop-filter: none;
    }

    #js-product-list-top.products-selection {
        padding: 10px;
    }

    .nappy-auth-layout {
        grid-template-columns: 1fr;
    }

    .nappy-auth-panel {
        padding: 18px;
    }

}

@media (max-width: 767px) {
    #desktop_logo img {
        max-height: 46px;
    }

    #search_filters {
        padding: 12px;
        border-radius: 12px;
    }

    #footer-container-main .block-title span,
    #footer-container-first .block-newsletter h5 {
        font-size: 11px;
    }
}

/* Contact block â€“ prevent overflow on mobile */
.contact-rich .part {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.contact-rich .data {
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

/* IQIT legal static page template */
.iqit-legal-page {
    min-height: calc(100vh - 500px);
}

.iqit-legal-page .iqit-legal-box {
    box-shadow: 0 14px 32px rgba(15, 33, 69, 0.06);
}

.iqit-legal-page .iqit-legal-main-title .elementor-heading-title {
    margin: 0;
    font-family: "Figtree", Arial, Helvetica, sans-serif;
}

.iqit-legal-page .iqit-legal-intro,
.iqit-legal-page .iqit-legal-copy {
    color: #24324a;
}

.iqit-legal-page .iqit-legal-intro .elementor-text-editor p:last-child,
.iqit-legal-page .iqit-legal-copy .elementor-text-editor p:last-child {
    margin-bottom: 0;
}

.iqit-legal-page .iqit-legal-copy .elementor-text-editor ul {
    margin: 10px 0 0;
    padding-left: 22px;
}

.iqit-legal-page .iqit-legal-copy .elementor-text-editor li + li {
    margin-top: 8px;
}

.iqit-legal-page .iqit-legal-subtitle .elementor-heading-title {
    margin: 0;
    font-family: "Figtree", Arial, Helvetica, sans-serif;
}

.iqit-legal-page .iqit-legal-richtext,
.iqit-legal-page .iqit-legal-richtext .elementor-text-editor {
    color: #0f2145;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h2,
.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h3,
.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h4 {
    margin: 28px 0 12px;
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    color: #0f2145;
    font-weight: 700;
    line-height: 1.35;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h2 {
    font-size: 1.9rem;
    letter-spacing: 0.01em;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h3 {
    font-size: 1.65rem;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor h4 {
    font-size: 1.45rem;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor p {
    margin: 0 0 14px;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor ul {
    margin: 0 0 16px;
    padding-left: 22px;
}

.iqit-legal-page .iqit-legal-richtext .elementor-text-editor li + li {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .iqit-legal-page .iqit-legal-box {
        box-shadow: none;
    }
}

/* Header refit */
#desktop-header.headerrefit-shell {
    position: sticky;
    top: var(--top-banner-height, 0);
    z-index: 145;
}

#desktop-header.headerrefit-shell .header-top {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

#desktop-header.headerrefit-shell #desktop-header-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.headerrefit-main {
    display: flex;
    align-items: center;
    gap: 24px;
}

.headerrefit-logo-group {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 170px;
}

.headerrefit-logo img {
    max-height: 56px;
}

.headerrefit-logo-hook {
    font-size: 0.82rem;
    color: #5d6d88;
}

.headerrefit-center {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.headerrefit-custom-html {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #5d6d88;
}

.headerrefit-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.headerrefit-nav-row {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.headerrefit-primary-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.headerrefit-primary-nav > .sticky-desktop-wrapper {
    position: static !important;
    min-width: 0;
}

.headerrefit-primary-nav #sticky-cart-wrapper {
    display: none;
}

.headerrefit-primary-nav #iqitmegamenu-wrapper,
.headerrefit-primary-nav #iqitmegamenu-horizontal,
.headerrefit-primary-nav .container-iqitmegamenu {
    background: transparent;
    border: 0;
}

.headerrefit-primary-nav .container-iqitmegamenu {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
}

.headerrefit-primary-nav #cbp-hrmenu > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}

.headerrefit-primary-nav #cbp-hrmenu > ul::-webkit-scrollbar {
    display: none;
}

.headerrefit-primary-nav #cbp-hrmenu > ul > li > .nav-link {
    padding: 10px 12px;
    border-radius: var(--nappy-pill);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.headerrefit-primary-nav #cbp-hrmenu > ul > li:hover > .nav-link,
.headerrefit-primary-nav #cbp-hrmenu > ul > li > .nav-link:focus-visible,
.headerrefit-primary-nav #cbp-hrmenu > ul > li.cbp-hropen > .nav-link {
    background: var(--nappy-pink-soft);
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav #cbp-hrmenu .cbp-hrsub {
    margin-top: 14px;
    border-radius: 24px;
    box-shadow: 0 24px 50px rgba(15, 33, 69, 0.14);
    overflow: hidden;
}

.headerrefit-primary-nav #cbp-hrmenu .cbp-hrsub-inner {
    background: #fff;
}

.headerrefit-primary-nav .iqitmegamenu-submenu-container {
    width: 100%;
    max-width: none;
    padding: 22px 24px;
}

.headerrefit-primary-nav .cbp-menu-column-inner {
    padding: 6px 8px;
}

.headerrefit-primary-nav .cbp-column-title {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav .cbp-links li + li {
    margin-top: 8px;
}

.headerrefit-primary-nav .cbp-category-tree {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerrefit-primary-nav .cbp-category-tree > li + li {
    margin-top: 10px;
}

.headerrefit-primary-nav .cbp-category-tree > li > .cbp-category-link-w > a,
.headerrefit-primary-nav .cbp-links.cbp-valinks > li > a {
    font-weight: 700;
}

.headerrefit-primary-nav .cbp-links a,
.headerrefit-primary-nav .cbp-category-link-w > a {
    color: var(--nappy-navy);
}

.headerrefit-primary-nav .cbp-links a:hover,
.headerrefit-primary-nav .cbp-category-link-w > a:hover {
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav .cbp-banner-image,
.headerrefit-primary-nav .cbp-category-thumb img {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 33, 69, 0.12);
}

.headerrefit-search {
    flex: 0 1 830px;
    min-width: 260px;
    max-width: 830px;
}

.headerrefit-search #search_widget {
    width: 100%;
}

.headerrefit-search #search_widget form,
.headerrefit-search #search_widget .input-group {
    display: flex;
    width: 100%;
}

.headerrefit-search #search_widget .input-group {
    align-items: center;
    min-height: 54px;
    padding: 5px;
    border: 1px solid rgba(212, 0, 103, 0.14);
    border-radius: 999px;
    background: #fff;
}

.headerrefit-search #search_widget .form-search-control {
    height: 44px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--nappy-navy);
}

.headerrefit-search #search_widget .form-search-control::placeholder {
    color: #5d6d88;
    opacity: 1;
}

.headerrefit-search #search_widget .search-btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--nappy-pink-accent);
    color: #fff;
}

.headerrefit-search #search_widget .search-btn:hover,
.headerrefit-search #search_widget .search-btn:focus-visible {
    box-shadow: 0 10px 24px rgba(212, 0, 103, 0.18);
}

.headerrefit-search .menu,
.headerrefit-search #_desktop_top_menu {
    display: none;
}

.tig-search-wrapper {
    background: #fff;
}

.headerrefit-search .tig-search-wrapper {
    width: 100%;
}

.headerrefit-search .tig-search-launcher {
    min-height: 54px;
    border-color: rgba(212, 0, 103, 0.14);
    background: #fff;
    box-shadow: none;
    padding: 0 14px;
}

.headerrefit-search .tig-search-launcher:hover,
.headerrefit-search .tig-search-launcher:focus-visible {
    border-color: rgba(212, 0, 103, 0.32);
    box-shadow: 0 10px 24px rgba(212, 0, 103, 0.12);
}

.headerrefit-search .tig-search-launcher-icon {
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    margin-left: auto;
    order: 2;
}

.headerrefit-search .tig-search-launcher-label {
    flex: 1 1 auto;
    order: 1;
    color: #5d6d88;
    font-weight: 500;
}

.headerrefit-secondary-nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.headerrefit-secondary-nav > * {
    flex: 0 0 auto;
}

.headerrefit-secondary-nav .header-btn-w,
.headerrefit-secondary-nav .header-btn {
    display: inline-flex;
    align-items: center;
}

.headerrefit-secondary-nav #ps-shoppingcart-wrapper,
.headerrefit-secondary-nav #user_info {
    display: flex;
    align-items: center;
    margin: 0;
}

.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle,
.headerrefit-secondary-nav #user_info > a,
.headerrefit-secondary-nav #user_info .account {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-height: auto;
    padding: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--nappy-navy);
    transition: all 0.2s ease;
    box-shadow: none;
}

.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle:hover,
.headerrefit-secondary-nav #ps-shoppingcart .cart-toogle:focus-visible,
.headerrefit-secondary-nav #user_info > a:hover,
.headerrefit-secondary-nav #user_info > a:focus-visible,
.headerrefit-secondary-nav #user_info .account:hover,
.headerrefit-secondary-nav #user_info .account:focus-visible {
    border-color: transparent;
    background: transparent;
    color: var(--nappy-pink-accent);
    box-shadow: none;
}

.headerrefit-secondary-nav #ps-shoppingcart .info-wrapper {
    display: none;
}

.headerrefit-secondary-nav #ps-shoppingcart .title,
.headerrefit-secondary-nav #user_info span {
    font-weight: 600;
}

.headerrefit-below {
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .headerrefit-main {
        gap: 18px;
    }

    .headerrefit-search {
        flex-basis: 340px;
        min-width: 220px;
    }
}

@media (max-width: 1199px) {
    .headerrefit-secondary-nav #ps-shoppingcart .title,
    .headerrefit-secondary-nav #ps-shoppingcart .cart-toggle-details,
    .headerrefit-secondary-nav #user_info span {
        display: none;
    }

    .headerrefit-secondary-nav #ps-shoppingcart .cart-toogle,
    .headerrefit-secondary-nav #user_info > a,
    .headerrefit-secondary-nav #user_info .account {
        padding-right: 11px;
        padding-left: 11px;
    }
}

@media (max-width: 991px) {
    .headerrefit-main {
        flex-wrap: wrap;
        gap: 12px;
    }

    .headerrefit-logo-group {
        min-width: 0;
    }

    .headerrefit-center {
        width: 100%;
        order: 3;
    }

    .headerrefit-nav-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .headerrefit-search {
        min-width: 0;
        max-width: none;
    }
}

@media (min-width: 992px) {
    #header .ets_mm_megamenu,
    #header .tig_mm_megamenu {
        display: none !important;
    }

    .headerrefit-primary-nav #_desktop_iqitmegamenu-mobile {
        display: none;
    }
}

/* Header refit IQIT panel navigation */
.headerrefit-primary-nav .headerrefit-iqit {
    width: 100%;
}

.headerrefit-primary-nav .headerrefit-menu-shell {
    position: relative;
}

.headerrefit-primary-nav .main-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}

.headerrefit-primary-nav .main-nav::-webkit-scrollbar {
    display: none;
}

.headerrefit-primary-nav .main-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.headerrefit-primary-nav .main-nav-link,
.headerrefit-primary-nav .main-nav-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 0;
    border-radius: var(--nappy-pill);
    background: transparent;
    color: var(--nappy-navy);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.headerrefit-primary-nav .main-nav-link--label {
    cursor: default;
}

.headerrefit-primary-nav .main-nav-button {
    margin-left: -8px;
    padding-left: 8px;
    cursor: pointer;
}

.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:hover > .main-nav-link,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:hover > .main-nav-button,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:focus-within > .main-nav-link,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:focus-within > .main-nav-button,
.headerrefit-primary-nav .headerrefit-menu-shell.is-enhanced .main-nav-item.is-open > .main-nav-link,
.headerrefit-primary-nav .headerrefit-menu-shell.is-enhanced .main-nav-item.is-open > .main-nav-button {
    background: var(--nappy-pink-soft);
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav .headerrefit-chevron,
.headerrefit-primary-nav .nav-submenu-chevron,
.headerrefit-primary-nav .nav-panel-back-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.headerrefit-primary-nav .headerrefit-chevron,
.headerrefit-primary-nav .nav-submenu-chevron {
    transform: rotate(45deg) translateY(-1px);
}

.headerrefit-primary-nav .nav-panel-back-icon {
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
}

.headerrefit-primary-nav .nav-submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: min(1080px, calc(100vw - 100px));
    max-width: min(1080px, calc(100vw - 72px));
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(15, 33, 69, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 30;
}

.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:hover > .nav-submenu,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .main-nav-item:focus-within > .nav-submenu,
.headerrefit-primary-nav .headerrefit-menu-shell.is-enhanced .main-nav-item.is-open > .nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.headerrefit-primary-nav .nav-submenu-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 380px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerrefit-primary-nav .nav-submenu-item {
    position: static;
    flex: 0 0 auto;
}

.headerrefit-primary-nav .nav-submenu-item--home {
    display: none;
}

.headerrefit-primary-nav .nav-submenu-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 220px;
    min-height: 48px;
    padding: 12px 14px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--nappy-navy);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.headerrefit-primary-nav .nav-submenu-button--link,
.headerrefit-primary-nav .nav-submenu-button--static {
    justify-content: flex-start;
}

.headerrefit-primary-nav .nav-submenu-list:not(.is-initialized) .nav-submenu-item.is-default > .nav-submenu-button,
.headerrefit-primary-nav .headerrefit-menu-shell.is-enhanced .nav-submenu-list.is-initialized .nav-submenu-item.is-active > .nav-submenu-button,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .nav-submenu-item:hover > .nav-submenu-button,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .nav-submenu-item:focus-within > .nav-submenu-button {
    background: #fff;
    color: var(--nappy-pink-accent);
    box-shadow: 0 10px 20px rgba(15, 33, 69, 0.08);
}

.headerrefit-primary-nav .nav-panel {
    position: absolute;
    top: 0;
    left: 248px;
    right: 0;
    min-height: 100%;
    display: none;
    z-index: 1;
}

.headerrefit-primary-nav .nav-submenu-list:not(.is-initialized) .nav-submenu-item.is-default > .nav-panel,
.headerrefit-primary-nav .headerrefit-menu-shell.is-enhanced .nav-submenu-list.is-initialized .nav-submenu-item.is-active > .nav-panel {
    display: block;
}

.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .nav-submenu-item:hover > .nav-panel,
.headerrefit-primary-nav .headerrefit-menu-shell:not(.is-enhanced) .nav-submenu-item:focus-within > .nav-panel {
    display: block;
    z-index: 3;
}

.headerrefit-primary-nav .nav-submenu-item--standalone {
    flex: 1 1 auto;
    width: 100%;
}

.headerrefit-primary-nav .nav-submenu-item--standalone > .nav-panel {
    position: relative;
    left: auto;
    right: auto;
    min-height: 0;
    display: block;
}

.headerrefit-primary-nav .nav-panel-grid {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    min-height: 344px;
}

.headerrefit-primary-nav .nav-panel-column {
    min-width: 0;
}

.headerrefit-primary-nav .nav-panel-column--tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 20px;
    border-right: 1px solid rgba(15, 33, 69, 0.08);
}

.headerrefit-primary-nav .nav-panel-tag-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(247, 112, 164, 0.08);
    color: var(--nappy-pink-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.headerrefit-primary-nav .nav-panel-tag-link--muted {
    background: rgba(15, 33, 69, 0.04);
    color: #51617b;
}

.headerrefit-primary-nav .nav-panel-content {
    min-width: 0;
}

.headerrefit-primary-nav .nav-panel-content .menu_row {
    margin-right: 0;
    margin-left: 0;
    row-gap: 18px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column {
    padding-right: 12px;
    padding-left: 0;
    margin-bottom: 18px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column-inner {
    height: 100%;
    padding: 0 8px 0 0;
}

.headerrefit-primary-nav .nav-panel-content .cbp-absolute-column {
    position: static !important;
}

.headerrefit-primary-nav .nav-panel-content .cbp-column-title {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 0;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav .nav-panel-content .cbp-links,
.headerrefit-primary-nav .nav-panel-content .cbp-category-tree,
.headerrefit-primary-nav .nav-panel-content .cbp-hrsub-level2,
.headerrefit-primary-nav .nav-panel-content .cbp-hrsub-level3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerrefit-primary-nav .nav-panel-content .cbp-links li + li,
.headerrefit-primary-nav .nav-panel-content .cbp-category-tree li + li,
.headerrefit-primary-nav .nav-panel-content .cbp-hrsub-level2 li + li,
.headerrefit-primary-nav .nav-panel-content .cbp-hrsub-level3 li + li {
    margin-top: 8px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-links a,
.headerrefit-primary-nav .nav-panel-content .cbp-category-link-w > a {
    color: var(--nappy-navy);
    font-size: 0.92rem;
    line-height: 1.4;
}

.headerrefit-primary-nav .nav-panel-content .cbp-links a:hover,
.headerrefit-primary-nav .nav-panel-content .cbp-category-link-w > a:hover {
    color: var(--nappy-pink-accent);
}

.headerrefit-primary-nav .nav-panel-content .cbp-category-tree > li > .cbp-category-link-w > a,
.headerrefit-primary-nav .nav-panel-content .cbp-links.cbp-valinks > li > a {
    font-weight: 700;
}

.headerrefit-primary-nav .nav-panel-content .cbp-manufacturers,
.headerrefit-primary-nav .nav-panel-content .cbp-suppliers {
    margin-right: -8px;
    margin-left: -8px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-manufacturers > li,
.headerrefit-primary-nav .nav-panel-content .cbp-suppliers > li {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 12px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-banner-image,
.headerrefit-primary-nav .nav-panel-content .cbp-category-thumb img,
.headerrefit-primary-nav .nav-panel-content .product-miniature {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 33, 69, 0.12);
}

.headerrefit-primary-nav .nav-panel-content .product-miniature {
    padding: 14px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    background: #fff;
}

.headerrefit-primary-nav .nav-panel-content .thumbnail-container {
    background: transparent;
}

.headerrefit-primary-nav .nav-panel-content .product-thumbnail {
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 14px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column:has(.cbp-banner-image) {
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: auto;
    padding-left: 18px;
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column:has(.cbp-banner-image) .cbp-menu-column-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding-right: 0;
    padding-left: 18px;
    border-left: 1px solid rgba(15, 33, 69, 0.08);
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column:has(.cbp-banner-image) .cbp-column-title {
    order: 2;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.35;
    color: var(--nappy-navy);
}

.headerrefit-primary-nav .nav-panel-content .cbp-menu-column:has(.cbp-banner-image) .cbp-banner-image {
    order: 1;
    display: block;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.headerrefit-primary-nav .nav-panel-close-button,
.headerrefit-primary-nav .nav-panel-overlay {
    display: none;
}

@media (max-width: 1199px) {
    .headerrefit-primary-nav .nav-submenu {
        min-width: min(960px, calc(100vw - 56px));
        max-width: min(960px, calc(100vw - 56px));
    }

    .headerrefit-primary-nav .nav-submenu-button {
        width: 188px;
        font-size: 0.82rem;
    }

    .headerrefit-primary-nav .nav-panel {
        left: 214px;
    }

    .headerrefit-primary-nav .nav-panel-grid {
        grid-template-columns: 188px minmax(0, 1fr);
        gap: 18px;
    }

    .headerrefit-primary-nav .nav-panel-content .cbp-menu-column:has(.cbp-banner-image) {
        flex-basis: 240px;
        max-width: 240px;
    }
}

@media (max-width: 991px) {
    .headerrefit-primary-nav .headerrefit-menu-shell {
        display: none;
    }
}

body.nappy-mobile-account-popup-open {
    overflow: hidden;
}

body.nappy-mobile-account-popup-open #mobile-header,
body.nappy-mobile-account-popup-open #mobile-header-sticky {
    position: relative;
    z-index: 10040;
}

.nappy-mobile-account-popup {
    position: fixed;
    top: var(--top-banner-height, 0px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10100;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: rgba(15, 33, 69, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.nappy-mobile-account-popup-open #_mobile_iqitmegamenu-mobile,
body.nappy-mobile-account-popup-open #iqitmegamenu-mobile {
    z-index: 10030 !important;
}

.nappy-mobile-account-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nappy-mobile-account-popup__dialog {
    width: 100%;
    min-height: calc(100dvh - var(--top-banner-height, 0px));
    padding: 24px 22px 32px;
    background:
        radial-gradient(circle at 82% 88%, rgba(212, 0, 103, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 36%, #fff8fb 74%, #ffffff 100%);
    color: var(--nappy-navy);
    overflow-y: auto;
}

.nappy-mobile-account-popup__topbar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.nappy-mobile-account-popup__close {
    display: inline-block;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    font-family: "Figtree", Arial, Helvetica, sans-serif !important;
    color: var(--nappy-navy);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
    transform: none;
}

.nappy-mobile-account-popup__close::before,
.nappy-mobile-account-popup__close::after {
    content: none !important;
}

.nappy-mobile-account-popup__eyebrow {
    margin: 0;
    color: var(--nappy-pink-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.nappy-mobile-account-popup__title,
.nappy-mobile-account-popup__panel-title {
    margin: 0;
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    color: var(--nappy-navy);
    line-height: 1.12;
}

.nappy-mobile-account-popup__title {
    font-size: 2rem;
    font-weight: 700;
}

.nappy-mobile-account-popup__copy {
    margin: 14px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
}

.nappy-mobile-account-popup__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.nappy-mobile-account-popup__cta--primary {
    background: var(--nappy-pink-accent);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(212, 0, 103, 0.18);
}

.nappy-mobile-account-popup__panel {
    margin-top: 28px;
    padding: 22px 18px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(15, 33, 69, 0.06);
}

.nappy-mobile-account-popup__panel-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.nappy-mobile-account-popup__benefits {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.nappy-mobile-account-popup__benefits li {
    position: relative;
    padding-left: 18px;
    font-size: 0.96rem;
    line-height: 1.65;
}

.nappy-mobile-account-popup__benefits li + li {
    margin-top: 10px;
}

.nappy-mobile-account-popup__benefits li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nappy-pink-accent);
}

.nappy-mobile-account-popup__cta--secondary {
    margin-top: 24px;
    border: 1px solid rgba(15, 33, 69, 0.12);
    background: #ffffff;
    color: var(--nappy-navy);
}

@media (min-width: 992px) {
    .nappy-mobile-account-popup {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .nappy-mobile-account-popup__dialog {
        padding-right: 18px;
        padding-left: 18px;
    }

    .nappy-mobile-account-popup__topbar {
        align-items: baseline;
    }

    .nappy-mobile-account-popup__title {
        font-size: 1.75rem;
    }

    .nappy-mobile-account-popup__panel-title {
        font-size: 1.4rem;
    }
}

/* Side cart drawer */
html.is-cart-locked,
body.is-cart-locked {
    overflow: hidden !important;
    overscroll-behavior: none;
    height: 100vh !important;
    height: 100dvh !important;
}

body.is-cart-locked {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}

/* Keep the cart drawer pinned to the viewport, not to the dropdown trigger. */
#_desktop_blockcart-content,
#_mobile_blockcart-content,
.ps-shoppingcart.side-cart #_desktop_blockcart-content,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    margin-top: 0 !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(13, 143, 141, 0.16), transparent 38%),
        radial-gradient(circle at 88% 22%, rgba(255, 159, 74, 0.18), transparent 36%),
        rgba(10, 24, 45, 0.38);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none !important;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 10060;
}

#_desktop_blockcart-content.show,
#_mobile_blockcart-content.show,
.ps-shoppingcart.side-cart #_desktop_blockcart-content.show,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content.show,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (min-width: 992px) {
    .ps-shoppingcart.side-cart #_desktop_blockcart-content {
        inset: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
    }
}

#_desktop_blockcart-content #blockcart-content,
#_mobile_blockcart-content #blockcart-content,
.ps-shoppingcart.side-cart #_desktop_blockcart-content #blockcart-content,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content {
    position: absolute;
    top: 0;
    right: 0;
    width: min(460px, 100vw);
    max-width: 100vw;
    min-width: 0;
    height: 100%;
    margin-left: auto;
    /* Clip the drawer panel: the closed addon modals are pushed off-screen with
       translateY(100%), which still counts towards the scroll area and was
       creating a phantom scrollbar. Only .fly-cart-body should scroll. */
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(13, 143, 141, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fbfd 0%, #ffffff 22%, #f7f9fc 100%);
    border-left: 1px solid rgba(15, 33, 69, 0.1);
    border-radius: 28px 0 0 28px;
    box-shadow: -32px 0 70px rgba(15, 33, 69, 0.22);
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
}

.ps-shoppingcart.side-cart #_desktop_blockcart-content #blockcart-content .cart-title,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content .cart-title,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content .cart-title {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.ps-shoppingcart.side-cart #_desktop_blockcart-content #blockcart-content .cart-products,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content .cart-products,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content .cart-products {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.ps-shoppingcart.side-cart #_desktop_blockcart-content #blockcart-content,
#mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content,
#mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content {
    padding: 0;
}

.ps-shoppingcart.side-cart .tig-cart-drawer {
    --popup-gutter: 22px;
    --tig-cart-ink: #10233c;
    --tig-cart-soft: #5e738c;
    --tig-cart-accent: #0d8f8d;
    --tig-cart-accent-warm: #ff9f4a;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    color: var(--tig-cart-ink);
}

.ps-shoppingcart.side-cart .popup-fly-cart,
.ps-shoppingcart.side-cart .popup-fly-cart > .inner {
    height: 100%;
}

/* fly-cart-wrap: flex column, no scroll (only the body scrolls) */
.ps-shoppingcart.side-cart .fly-cart-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* fly-cart-content: flex column filling the wrap â†’ footer sticks to bottom */
.ps-shoppingcart.side-cart .fly-cart-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
}

.ps-shoppingcart.side-cart .popup-fly-cart {
    width: 100%;
}

.ps-shoppingcart.side-cart .popup-fly-cart > .inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    transform: none;
    float: none;
    text-align: left;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__header {
    position: relative;
    top: auto;
    z-index: auto;
    flex: 0 0 auto;
    margin: 0;
    padding: max(28px, env(safe-area-inset-top)) var(--popup-gutter) 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 253, 0.94) 100%);
    border-bottom: 1px solid rgba(15, 33, 69, 0.08);
    backdrop-filter: blur(12px);
}

.ps-shoppingcart.side-cart .tig-cart-drawer__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__title {
    display: block;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--tig-cart-ink);
}

.ps-shoppingcart.side-cart .tig-cart-drawer__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #0f2145;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0f2145;
    font-size: 1.5rem;
    line-height: 1;
    box-shadow: none;
}

.ps-shoppingcart.side-cart .btn-close-fly-cart {
    position: absolute;
    top: max(18px, env(safe-area-inset-top));
    right: 22px;
    z-index: 3;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__close i {
    font-size: 1.125rem;
    line-height: 1;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__close:hover,
.ps-shoppingcart.side-cart .tig-cart-drawer__close:focus {
    background: transparent;
    border-color: transparent;
    color: #0f2145;
    box-shadow: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__header-meta {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__urgency {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border: 0;
    border-radius: 18px;
    background: #f7f7f7;
    color: #0f2145;
    line-height: 1.3;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__urgency-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(207, 25, 39, 0.08);
    flex: 0 0 auto;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__urgency-copy {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__urgency-timer {
    flex: 0 0 auto;
    font-variant-numeric: tabular-nums;
    color: #cf1927;
    font-size: 15px;
    font-weight: 600;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__hook-info:empty,
.ps-shoppingcart.side-cart .tig-cart-drawer__hook-block:empty {
    display: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__hook-info .alert,
.ps-shoppingcart.side-cart .tig-cart-drawer__hook-block .alert {
    margin: 0;
    padding: 16px;
    border-radius: 18px;
    border: 0;
    background: #f7f9fc;
    color: #0f2145;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__hook-info .iqitfreedeliverycount,
.ps-shoppingcart.side-cart .tig-cart-drawer__hook-block .iqitfreedeliverycount {
    text-align: center;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__hook-info .iqitfreedeliverycount-title,
.ps-shoppingcart.side-cart .tig-cart-drawer__hook-block .iqitfreedeliverycount-title {
    margin: 0;
}

.ps-shoppingcart.side-cart .cart-data-js {
    margin-top: 10px;
}

.ps-shoppingcart.side-cart .cart-data-info {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ps-shoppingcart.side-cart .cart-countdown-timer {
    margin: 20px 0 0;
}

.ps-shoppingcart.side-cart .cart-countdown-timer > .inner {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    float: none;
}

.ps-shoppingcart.side-cart .cart-countdown-message {
    margin: 0;
    color: #0f2145;
    font-size: 15px;
    line-height: 24px;
}

.ps-shoppingcart.side-cart .cart-countdown-message .timer {
    display: inline-block;
    margin-left: 4px;
    font-weight: 600;
    color: #cf1927;
}

.ps-shoppingcart.side-cart .cart-goal-wrap {
    margin: 10px 0 0;
    text-align: left;
}

.ps-shoppingcart.side-cart .cart-goal {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.ps-shoppingcart.side-cart .cart-goal-text {
    margin-bottom: 0px;
    color: #0f2145;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.ps-shoppingcart.side-cart .cart-goal-text .alert,
.ps-shoppingcart.side-cart .cart-goal-text .iqitfreedeliverycount {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
}

.ps-shoppingcart.side-cart .cart-goal-text .iqitfreedeliverycount-title {
    margin: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
}

.ps-shoppingcart.side-cart .cart-goal-progress.minimog-progress {
    --bar-color: #e9e9e9;
    --fill-color: var(--nappy-pink-accent);
    --bar-height: 6px;
    --bar-rounded: 10px;
    --icon-size: 34px;
    --icon-width: 40px;
    --icon-height: 30px;
    --icon-offset: 20px;
    margin-top: 3px;
    padding: 24px 0 0;
}

.ps-shoppingcart.side-cart .cart-goal-done .cart-goal-progress.minimog-progress {
    --fill-color: #3d9851;
}

.ps-shoppingcart.side-cart .cart-goal-progress .progress-bar-wrap {
    position: relative;
    width: calc(100% - var(--icon-offset));
    margin-right: var(--icon-offset);
    height: var(--bar-height);
    border-radius: var(--bar-rounded);
    overflow: visible;
}

.ps-shoppingcart.side-cart .cart-goal-progress .progress-bar-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: var(--bar-rounded);
    background: var(--bar-color);
}

.ps-shoppingcart.side-cart .cart-goal-progress .progress-bar {
    position: relative;
    min-width: 20px;
    height: 100%;
    max-width: 100%;
    overflow: visible;
    border-radius: inherit;
    background: var(--fill-color);
    transition: all 0.3s;
    z-index: 1;
}

.ps-shoppingcart.side-cart .cart-goal-progress .progress-value {
    position: absolute;
    top: auto;
    bottom: calc(100% - 6px);
    left: 100%;
    right: auto;
    display: block;
    width: var(--icon-width);
    height: var(--icon-height);
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    line-height: 0;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.ps-shoppingcart.side-cart .cart-goal-progress .progress-value .cart-goal-badge {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__messages {
    flex: 0 0 auto;
    padding: 0 var(--popup-gutter);
}

.ps-shoppingcart.side-cart .tig-cart-drawer__message {
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(13, 143, 141, 0.12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(13, 143, 141, 0.08), rgba(255, 159, 74, 0.08));
    color: var(--tig-cart-ink);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 var(--popup-gutter);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.ps-shoppingcart.side-cart .fly-cart-body-content,
.ps-shoppingcart.side-cart .widget_shopping_cart_content {
    display: block;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__products {
    display: grid;
    gap: 18px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__product-item {
    margin: 0;
}

.ps-shoppingcart.side-cart .tig-cart-product {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.ps-shoppingcart.side-cart .tig-cart-product__media a {
    display: block;
}

.ps-shoppingcart.side-cart .tig-cart-product__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 18px;
    background: #f7f9fc;
}

.ps-shoppingcart.side-cart .tig-cart-product__content {
    min-width: 0;
}

.ps-shoppingcart.side-cart .tig-cart-product__name-wrap {
    margin: 0 0 6px;
}

.ps-shoppingcart.side-cart .tig-cart-product__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #0f2145;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.ps-shoppingcart.side-cart .tig-cart-product__name:hover,
.ps-shoppingcart.side-cart .tig-cart-product__name:focus {
    color: #0f2145;
    text-decoration: underline;
}

.ps-shoppingcart.side-cart .tig-cart-product__attributes {
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
    color: rgba(15, 33, 69, 0.68);
    font-size: 0.75rem;
    line-height: 1.35;
}

.ps-shoppingcart.side-cart .tig-cart-product__attribute-label {
    font-weight: 600;
}

.ps-shoppingcart.side-cart .tig-cart-product__price {
    margin-bottom: 10px;
    color: #0f2145;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.ps-shoppingcart.side-cart .tig-cart-product__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity {
    --tig-cart-qty-size: 40px;
    --tig-cart-qty-icon-size: 13px;
    position: relative;
    width: 118px;
    min-width: 0;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin {
    position: relative;
    display: block;
    width: 100%;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin .bootstrap-touchspin-prefix,
.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin .bootstrap-touchspin-postfix {
    display: none !important;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin > input.form-control,
.ps-shoppingcart.side-cart .tig-cart-product__quantity > input.form-control {
    width: 100%;
    min-height: var(--tig-cart-qty-size);
    height: var(--tig-cart-qty-size);
    padding: 0 34px;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-radius: 999px;
    background: #f1f1f1;
    box-shadow: none;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    color: #0f2145;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin > input.form-control:focus,
.ps-shoppingcart.side-cart .tig-cart-product__quantity > input.form-control:focus {
    border-color: rgba(15, 33, 69, 0.24);
    outline: none;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical .btn {
    position: absolute;
    top: 0;
    width: var(--tig-cart-qty-size);
    height: var(--tig-cart-qty-size);
    max-width: 33.333333%;
    min-width: 24px;
    padding: 0;
    margin: 0;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    box-shadow: none;
    font-size: 0;
    line-height: 1;
    transform: none;
    cursor: pointer;
    pointer-events: auto;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical .btn:hover,
.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical .btn:focus {
    background: transparent !important;
    box-shadow: none;
    outline: none;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin-down {
    left: 0;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin-up {
    right: 0;
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical .btn::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: var(--tig-cart-qty-icon-size);
    line-height: 1;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    color: #0f2145;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%, -50%);
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin-down::before {
    content: "\f068";
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .bootstrap-touchspin-up::before {
    content: "\f067";
}

.ps-shoppingcart.side-cart .tig-cart-product__quantity .input-group-btn-vertical i {
    display: none;
}

.ps-shoppingcart.side-cart .tig-cart-product__remove {
    flex: 0 0 auto;
    color: rgba(15, 33, 69, 0.72);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.ps-shoppingcart.side-cart .tig-cart-product__remove:hover,
.ps-shoppingcart.side-cart .tig-cart-product__remove:focus {
    color: #0f2145;
    text-decoration: underline;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__footer {
    flex: 0 0 auto;
    display: grid;
    gap: 16px;
    padding: 10px var(--popup-gutter) calc(30px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(15, 33, 69, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #f8fbfd 100%);
    box-shadow: 0 -12px 30px rgba(15, 33, 69, 0.08);
    backdrop-filter: blur(10px);
}

.ps-shoppingcart.side-cart .fly-cart-footer {
    margin: 20px 0 0;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__addons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

.ps-shoppingcart.side-cart .cart-footer-actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    gap: 0;
}

.ps-shoppingcart.side-cart .cart-footer-actions > .tig-cart-drawer__addon {
    flex: 1 1 0;
    margin: 0;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__addon {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 68px;
    padding: 12px 6px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #0f2145;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

/* separador | entre opciones */
.ps-shoppingcart.side-cart .tig-cart-drawer__addon + .tig-cart-drawer__addon::before {
    content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(15, 33, 69, 0.25);
    font-weight: 300;
    font-size: 1rem;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__addon {
    position: relative;
}

.ps-shoppingcart.side-cart .fly-cart-addon-modal-toggle .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__addon:hover,
.ps-shoppingcart.side-cart .tig-cart-drawer__addon:focus {
    color: #0f2145;
    text-decoration: underline;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__addon i {
    font-size: 1.5rem;
    line-height: 1;
}

.ps-shoppingcart.side-cart .fly-cart-addon-modal {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 1.5rem 1rem calc(4rem + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid rgba(15, 33, 69, 0.08);
    box-shadow: 0 -18px 32px rgba(15, 33, 69, 0.12);
    z-index: 4;
    transition: transform 0.25s ease-in-out, visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
    pointer-events: none;
    transform: translate3d(0, 100%, 0);
    overflow-y: auto;
    max-height: 100%;
    /* A closed modal must never paint over or capture clicks for an open one,
       regardless of the transform state. visibility:hidden guarantees that even
       if the transform fails to update, the panel stays fully inert. */
    visibility: hidden;
    opacity: 0;
}

.ps-shoppingcart.side-cart .fly-cart-addon-modal.open {
    pointer-events: auto;
    transform: translateZ(0);
    visibility: visible;
    opacity: 1;
    transition: transform 0.25s ease-in-out, visibility 0s linear 0s, opacity 0.25s ease-in-out;
    /* The active panel always sits above any sibling addon modal. */
    z-index: 5;
}

.ps-shoppingcart.side-cart .fly-cart-addon-modal form,
.ps-shoppingcart.side-cart .fly-cart-addon-modal .fly-cart-modal-panel {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.ps-shoppingcart.side-cart .fly-cart-modal-title {
    display: block;
    margin: 0;
    color: #0f2145;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.ps-shoppingcart.side-cart .fly-cart-modal-content {
    color: rgba(15, 33, 69, 0.78);
    font-size: 0.875rem;
    line-height: 1.55;
}

.ps-shoppingcart.side-cart .fly-cart-modal-content p {
    margin: 0;
}

.ps-shoppingcart.side-cart .fly-cart-modal-content p + p {
    margin-top: 0.75rem;
}

.ps-shoppingcart.side-cart .fly-cart-modal-content textarea {
    display: block;
    width: 100%;
    min-height: 132px;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(15, 33, 69, 0.14);
    border-radius: 16px;
    background: #f8fafc;
    color: #0f2145;
    font-size: 0.9375rem;
    line-height: 1.5;
    resize: vertical;
    box-shadow: none;
}

.ps-shoppingcart.side-cart .fly-cart-modal-content textarea:focus {
    border-color: rgba(15, 33, 69, 0.24);
    outline: none;
}

.ps-shoppingcart.side-cart .fly-cart-modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.ps-shoppingcart.side-cart .fly-cart-modal-primary,
.ps-shoppingcart.side-cart .fly-cart-modal-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1rem;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
}

.ps-shoppingcart.side-cart .fly-cart-modal-primary {
    border: 1px solid var(--nappy-pink-accent);
    background: var(--nappy-pink-accent);
    color: #fff;
}

.ps-shoppingcart.side-cart .fly-cart-modal-primary:hover,
.ps-shoppingcart.side-cart .fly-cart-modal-primary:focus {
    color: #fff;
}

.ps-shoppingcart.side-cart .fly-cart-modal-secondary {
    border: 1px solid rgba(15, 33, 69, 0.12);
    background: #fff;
    color: #0f2145;
}

.ps-shoppingcart.side-cart .fly-cart-modal-secondary:hover,
.ps-shoppingcart.side-cart .fly-cart-modal-secondary:focus {
    color: #0f2145;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table th,
.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table td {
    padding: 7px 0;
    border: 0;
    vertical-align: top;
    line-height: 1.35;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table th {
    color: rgba(15, 33, 69, 0.78);
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table td {
    color: #0f2145;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__subtotal-note {
    display: block;
    margin-top: 2px;
    color: rgba(15, 33, 69, 0.58);
    font-size: 0.75rem;
    font-weight: 400;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table tfoot th,
.ps-shoppingcart.side-cart .tig-cart-drawer__totals-table tfoot td {
    padding-top: 11px;
    border-top: 1px solid rgba(15, 33, 69, 0.08);
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f2145;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__buttons {
    display: grid;
    gap: 10px;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__buttons > .btn,
.ps-shoppingcart.side-cart .tig-cart-drawer__buttons > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    padding: 0 18px !important;
    margin: 0;
    border-radius: 999px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__view-cart {
    background: #f7f9fc;
    border-color: rgba(15, 33, 69, 0.08);
    color: #0f2145;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__view-cart:hover,
.ps-shoppingcart.side-cart .tig-cart-drawer__view-cart:focus {
    background: #eef3fb;
    border-color: rgba(15, 33, 69, 0.16);
    color: #0f2145;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px var(--popup-gutter);
    text-align: center;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty::before {
    content: none;
    display: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty-icon {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 6px;
    color: #0f2145;
    font-size: 2rem;
    line-height: 1;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty .no-items {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0f2145;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: none;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty-copy {
    max-width: 20rem;
    margin: 0;
    color: rgba(15, 33, 69, 0.72);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__continue {
    margin-top: 6px;
    color: var(--nappy-pink-accent);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__continue:hover,
.ps-shoppingcart.side-cart .tig-cart-drawer__continue:focus {
    color: var(--nappy-pink-accent);
    text-decoration-thickness: 2px;
}

/* â”€â”€â”€ Shipping modal â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.ps-shoppingcart.side-cart .fly-cart-shipping-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.9375rem;
    margin-bottom: 12px;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-free {
    background: rgba(39, 174, 96, 0.10);
    color: #1e7e42;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-free .fa {
    font-size: 1.25rem;
    color: #27ae60;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(15, 33, 69, 0.04);
    margin-bottom: 12px;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-carrier {
    font-size: 0.875rem;
    color: #0f2145;
    font-weight: 600;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-price {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f2145;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-threshold {
    font-size: 0.8125rem;
    color: #0f2145;
    background: rgba(15, 33, 69, 0.05);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-note {
    font-size: 0.8125rem;
    color: rgba(15, 33, 69, 0.55);
    margin: 0;
}

.ps-shoppingcart.side-cart .fly-cart-shipping-empty {
    text-align: center;
    padding: 8px 0;
    color: rgba(15, 33, 69, 0.55);
}

.ps-shoppingcart.side-cart .fly-cart-shipping-icon {
    font-size: 2rem;
    display: block;
    margin: 0 auto 10px;
    color: rgba(15, 33, 69, 0.25);
}

/* â”€â”€â”€ Coupon modal â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.ps-shoppingcart.side-cart .fly-cart-coupon-input {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0 16px;
    height: 46px;
    border: 1px solid rgba(15, 33, 69, 0.18);
    border-radius: 12px;
    background: #fff;
    color: #0f2145;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.ps-shoppingcart.side-cart .fly-cart-coupon-input::placeholder {
    color: rgba(15, 33, 69, 0.38);
    font-weight: 400;
}

.ps-shoppingcart.side-cart .fly-cart-coupon-input:focus {
    border-color: #0f2145;
    box-shadow: 0 0 0 3px rgba(15, 33, 69, 0.10);
}

.ps-shoppingcart.side-cart .fly-cart-coupon-feedback {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.08);
    color: #c0392b;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
}

.ps-shoppingcart.side-cart .fly-cart-coupon-submit:disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* â”€â”€â”€ Empty-cart improvements â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Body: flex column so the empty-state block fills the available height */
.ps-shoppingcart.side-cart .tig-cart-drawer__body {
    display: flex;
    flex-direction: column;
}

.ps-shoppingcart.side-cart .fly-cart-body-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty {
    flex: 1 1 auto;
}

/* Icon: soft circle background */
.ps-shoppingcart.side-cart .tig-cart-drawer__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 0 12px;
    border-radius: 50%;
    background: rgba(15, 33, 69, 0.06);
    color: #0f2145;
    font-size: 1.75rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__empty:hover .tig-cart-drawer__empty-icon {
    transform: scale(1.08);
}

/* Title */
.ps-shoppingcart.side-cart .tig-cart-drawer__empty .no-items {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f2145;
}

/* Subtitle */
.ps-shoppingcart.side-cart .tig-cart-drawer__empty-copy {
    max-width: 18rem;
    color: rgba(15, 33, 69, 0.6);
    font-size: 0.875rem;
    line-height: 1.55;
}

/* "Continuar comprando" â†’ solid CTA button */
.ps-shoppingcart.side-cart .tig-cart-drawer__continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 0 28px;
    height: 46px;
    border: 2px solid var(--nappy-pink-accent);
    border-radius: 999px;
    background: var(--nappy-pink-accent);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.ps-shoppingcart.side-cart .tig-cart-drawer__continue:hover,
.ps-shoppingcart.side-cart .tig-cart-drawer__continue:focus {
    background: transparent;
    color: var(--nappy-pink-accent);
    border-color: var(--nappy-pink-accent);
    text-decoration: none;
    transform: translateY(-1px);
}

/* Addon links: sin efecto de botÃ³n */
.ps-shoppingcart.side-cart .tig-cart-drawer__addon {
    transition: color 0.15s ease, text-decoration 0.15s ease;
}

@media (max-width: 991px) {
    .ps-shoppingcart.side-cart #_desktop_blockcart-content #blockcart-content,
    #mobile-header .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content,
    #mobile-header-sticky .ps-shoppingcart.side-cart #_mobile_blockcart-content #blockcart-content {
        width: 100vw;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .ps-shoppingcart.side-cart .tig-cart-drawer__header,
    .ps-shoppingcart.side-cart .tig-cart-drawer__messages,
    .ps-shoppingcart.side-cart .tig-cart-drawer__body,
    .ps-shoppingcart.side-cart .tig-cart-drawer__footer,
    .ps-shoppingcart.side-cart .tig-cart-drawer__empty {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ps-shoppingcart.side-cart .tig-cart-drawer__footer {
        padding-bottom: calc(18px + env(safe-area-inset-bottom));
    }

    .ps-shoppingcart.side-cart .btn-close-fly-cart {
        right: 18px;
    }
}

@media (max-width: 575.98px) {
    .ps-shoppingcart.side-cart .tig-cart-product {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
    }

    .ps-shoppingcart.side-cart .tig-cart-drawer__addons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ps-shoppingcart.side-cart .tig-cart-product__actions {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

/* Mobile header logo */
#mobile-header .col-mobile-logo .logo,
#mobile-header-sticky .col-mobile-logo .logo {
    width: auto;
    max-width: 100%;
    max-height: 38px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Nappy mobile header (variant 2) â€” rediseÃ±o
   Fila: menÃº (izq) Â· logo (centro) Â· contacto/favoritos/cuenta/cesta (der)
   Debajo: bÃºsqueda siempre visible (no sticky).
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#mobile-header .nappy-mobile-bar {
    padding: 8px 0;
}

#mobile-header {
    border-bottom: none !important;
}

#mobile-header-sticky {
    border-bottom: 1px solid #e5e7eb;
}

#mobile-header .nappy-mobile-row {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

#mobile-header .nappy-mobile-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#mobile-header .nappy-mobile-logo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 0 4px 0 0;
    margin-left: -4px;
}

#mobile-header .nappy-mobile-logo .logo {
    width: auto;
    max-width: 100%;
    max-height: 40px;
}

#mobile-header .nappy-mobile-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Cada celda de botÃ³n se ajusta al icono */
#mobile-header .nappy-mobile-row .col-mobile-btn {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Botones compactos (solo icono) */
#mobile-header .nappy-mobile-row .m-nav-btn {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #0f2145;
    line-height: 1;
    cursor: pointer;
}

#mobile-header .nappy-mobile-row .m-nav-btn i {
    font-size: 20px;
    line-height: 1;
}

/* DiseÃ±o icon-only: ocultamos las etiquetas de texto en la barra superior */
#mobile-header .nappy-mobile-row .m-nav-label {
    display: none;
}

/* Contadores (cesta y favoritos) como burbuja sobre el icono */
#mobile-header .nappy-mobile-row .mobile-bag-icon {
    position: relative;
}

#mobile-header .nappy-mobile-row .cart-products-count-btn,
#mobile-header .nappy-mobile-row .m-nav-count {
    position: absolute;
    top: -5px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--nappy-pink-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

#mobile-header .nappy-mobile-row .m-nav-count:empty {
    display: none;
}

/* â”€â”€ Panel de bÃºsqueda inferior, siempre visible (no sticky) â”€â”€ */
#mobile-header .nappy-mobile-search-panel {
    padding: 8px 0 10px;
    background: #fff;
}

#mobile-header .nappy-mobile-search {
    width: 100%;
}

/* Contrarrestar "display:none !important" de custom_s_1.css en wrappers SVG */
#mobile-header .nappy-mobile-row .m-nav-btn > span:not(.m-nav-label) {
    display: inline-block !important;
}

/* SVG icons en mobile-header-sticky (variant 2) */
#mobile-header-sticky .nappy-mobile-row .m-nav-btn svg {
    display: block;
    flex-shrink: 0;
}
#mobile-header-sticky .nappy-mobile-row .m-nav-btn > svg,
#mobile-header-sticky .nappy-mobile-row .m-nav-btn > span > svg {
    width: 26px;
    height: 26px;
}
#mobile-header-sticky .nappy-mobile-row .col-mobile-btn-cart span > svg {
    width: 28px;
    height: 28px;
}
#mobile-header-sticky .nappy-mobile-row .m-nav-count {
    position: absolute;
    top: -5px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--nappy-pink-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
#mobile-header-sticky .nappy-mobile-row .m-nav-count:empty {
    display: none;
}

/* tig_searchfinder launcher dentro del panel mÃ³vil */
#mobile-header .nappy-mobile-search .tig-search-wrapper {
    width: 100%;
}

#mobile-header .nappy-mobile-search .tig-search-launcher {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    padding: 4px 4px 4px 14px;
    border: 1px solid rgba(212, 0, 103, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #5d6d88;
    font-size: 0.93rem;
    cursor: pointer;
    text-align: left;
}

#mobile-header .nappy-mobile-search .tig-search-launcher-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    order: 2;
}

#mobile-header .nappy-mobile-search .tig-search-launcher-label {
    flex: 1 1 auto;
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Product quantity selector */
.product-add-to-cart .entry-product-quantity-wrapper {
    --nappy-qty-size: 45px;
    --nappy-qty-icon-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

.product-add-to-cart .product-quantity .qty {
    position: relative;
    width: 130px;
    min-height: var(--nappy-qty-size);
    max-width: 100%;
    line-height: 1;
    user-select: none;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin {
    position: relative;
    display: block;
    width: 100%;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-prefix,
.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .bootstrap-touchspin-postfix {
    display: none !important;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin > input.form-control,
.product-add-to-cart .product-quantity .qty .bootstrap-touchspin > input#quantity_wanted {
    width: 100%;
    min-height: var(--nappy-qty-size);
    height: var(--nappy-qty-size);
    padding: 0 42px;
    border: 1px solid rgba(15, 33, 69, 0.14);
    border-radius: 45px;
    background: #fff;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #0f2145;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin > input.form-control:focus,
.product-add-to-cart .product-quantity .qty .bootstrap-touchspin > input#quantity_wanted:focus {
    border-color: rgba(15, 33, 69, 0.28);
    outline: none;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: absolute;
    top: 0;
    width: var(--nappy-qty-size);
    height: var(--nappy-qty-size);
    min-width: 26px;
    max-width: 33.333333%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 45px;
    background: transparent !important;
    box-shadow: none;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    transform: none;
    user-select: none;
    pointer-events: auto;
    touch-action: manipulation;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn:hover,
.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn:focus {
    background: transparent !important;
    box-shadow: none;
    outline: none;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    left: 0;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    right: 0;
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: var(--nappy-qty-icon-size);
    line-height: 1;
    font-family: "FontAwesome";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #0f2145;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(-50%, -50%);
    transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn:hover::before,
.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn:focus::before {
    color: rgba(15, 33, 69, 0.7);
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down::before {
    content: "\f068";
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::before {
    content: "\f067";
}

.product-add-to-cart .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical i {
    display: none;
}

.product-add-to-cart .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.product-add-to-cart .entry-product-quantity-wrapper .quantity-button-wrapper {
    flex: 0 0 auto;
}

.product-add-to-cart .entry-product-quantity-wrapper > .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 0;
    box-sizing: border-box;
    min-height: var(--nappy-qty-size);
    height: var(--nappy-qty-size);
    max-height: var(--nappy-qty-size);
    padding: 0 18px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 45px;
    line-height: 1;
    white-space: nowrap;
}

.product-add-to-cart .entry-product-quantity-wrapper > .btn > span {
    line-height: 1;
}

.product-add-to-cart .entry-product-quantity-wrapper > .btn .spinner-icon,
.product-add-to-cart .entry-product-quantity-wrapper > .btn .bag-icon {
    line-height: 1;
}

.product-add-to-cart .entry-product-quantity-wrapper > .buy-now-button {
    border-color: rgba(15, 33, 69, 0.14);
    color: #0f2145;
}

.product-add-to-cart .entry-product-quantity-wrapper > .buy-now-button:hover,
.product-add-to-cart .entry-product-quantity-wrapper > .buy-now-button:focus,
.product-add-to-cart .entry-product-quantity-wrapper > .buy-now-button.is-processing {
    border-color: rgba(15, 33, 69, 0.28);
    background: #fff;
    color: #0f2145;
    box-shadow: none;
}

@media (max-width: 575.98px) {
    .product-add-to-cart .entry-product-quantity-wrapper {
        flex-direction: column;
    }

    .product-add-to-cart .entry-product-quantity-wrapper .quantity-button-wrapper,
    .product-add-to-cart .entry-product-quantity-wrapper .qty,
    .product-add-to-cart .entry-product-quantity-wrapper > .btn {
        width: 100%;
    }
}

.page-home.nappy-home-redesign {
    --nappy-home-ink: #0f2145;
    --nappy-home-soft: rgba(15, 33, 69, 0.68);
    --nappy-home-line: rgba(15, 33, 69, 0.1);
    --nappy-home-accent: #0d8f8d;
    --nappy-home-warm: #ff9f4a;
    --nappy-home-bg: #ffffff;
    padding: 0 0 clamp(36px, 5vw, 72px);
    background: var(--nappy-home-bg);
}

.page-home.nappy-home-redesign .nappy-home-shell {
    width: min(100%, 1380px);
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 36px);
}

.page-home.nappy-home-redesign .nappy-home-shell > .elementor-container {
    max-width: none;
}

.page-home.nappy-home-redesign .homepage-slider {
    margin-top: 0;
    margin-bottom: clamp(16px, 2.2vw, 24px);
}

@media (min-width: 992px) {
    .page-home.nappy-home-redesign .homepage-slider.nappy-home-shell {
        width: 100vw;
        max-width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: 0;
        padding-left: 0;
    }

    .page-home.nappy-home-redesign .homepage-slider.nappy-home-shell > .elementor-container {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
        border-radius: 0;
    }
}

.page-home.nappy-home-redesign .homepage-slider-container {
    width: 100%;
}

.page-home.nappy-home-redesign .homepage-slider-container > .elementor-column-wrap {
    padding: 0;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel {
    position: relative;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: none;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .swiper-slide {
    overflow: hidden;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .swiper-slide-image {
    display: block;
    width: 100%;
    height: clamp(250px, 38vw, 560px);
    background: #ffffff;
    object-fit: contain;
    object-position: center;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #0f2145;
    box-shadow: 0 18px 34px rgba(15, 33, 69, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button:after {
    font-size: 16px;
    font-weight: 700;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button:hover,
.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button:focus {
    background: #ffffff;
    box-shadow: 0 22px 38px rgba(15, 33, 69, 0.18);
    transform: translateY(-1px);
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button-prev {
    left: 20px;
}

.page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button-next {
    right: 20px;
}

.page-home.nappy-home-redesign .nappy-home-kicker,
.page-home.nappy-home-redesign .nappy-home-section__eyebrow,
.page-home.nappy-home-redesign .nappy-home-spotlight__eyebrow {
    margin: 0;
    color: var(--nappy-home-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-home.nappy-home-redesign .nappy-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.95fr);
    gap: clamp(18px, 3vw, 30px);
    align-items: stretch;
    margin-bottom: clamp(18px, 3vw, 28px);
}

.page-home.nappy-home-redesign .nappy-home-hero__main,
.page-home.nappy-home-redesign .nappy-home-hero__rail,
.page-home.nappy-home-redesign .nappy-home-section,
.page-home.nappy-home-redesign .nappy-home-cta {
    border: 1px solid var(--nappy-home-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 33, 69, 0.05);
}

.page-home.nappy-home-redesign .nappy-home-hero__main {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(24px, 4vw, 48px);
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-title,
.page-home.nappy-home-redesign .nappy-home-section__title {
    margin: 0;
    color: var(--nappy-home-ink);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.page-home.nappy-home-redesign .nappy-home-title {
    max-width: 11ch;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.page-home.nappy-home-redesign .nappy-home-section__title {
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
}

.page-home.nappy-home-redesign .nappy-home-copy {
    max-width: 62ch;
    margin: 0;
    color: var(--nappy-home-soft);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.65;
}

.page-home.nappy-home-redesign .nappy-home-copy.is-small {
    font-size: 0.98rem;
}

.page-home.nappy-home-redesign .nappy-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-home.nappy-home-redesign .nappy-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--nappy-home-line);
    border-radius: 999px;
    text-align: center;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-home.nappy-home-redesign .nappy-home-button.is-primary {
    border-color: #0f2145;
    background: #0f2145;
    color: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-button.is-secondary {
    background: #ffffff;
    color: #0f2145;
}

.page-home.nappy-home-redesign .nappy-home-button:hover,
.page-home.nappy-home-redesign .nappy-home-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 33, 69, 0.08);
}

.page-home.nappy-home-redesign .nappy-home-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.page-home.nappy-home-redesign .nappy-home-metric {
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 22px;
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-metric strong,
.page-home.nappy-home-redesign .nappy-home-ribbon__item strong,
.page-home.nappy-home-redesign .nappy-home-spotlight strong {
    display: block;
    color: var(--nappy-home-ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.page-home.nappy-home-redesign .nappy-home-metric span,
.page-home.nappy-home-redesign .nappy-home-ribbon__item span,
.page-home.nappy-home-redesign .nappy-home-spotlight span {
    display: block;
    margin-top: 4px;
    color: var(--nappy-home-soft);
    font-size: 0.9rem;
    line-height: 1.5;
}

.page-home.nappy-home-redesign .nappy-home-hero__rail {
    display: grid;
    gap: 14px;
    padding: clamp(16px, 2vw, 22px);
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-spotlight,
.page-home.nappy-home-redesign .nappy-home-ribbon__item {
    display: block;
    padding: 18px 20px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 22px;
    background: #ffffff;
    text-decoration: none;
}

.page-home.nappy-home-redesign .nappy-home-spotlight.is-sale {
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-spotlight.is-new {
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-spotlight.is-best {
    background: #ffffff;
}

.page-home.nappy-home-redesign .nappy-home-ribbon {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: clamp(18px, 3vw, 28px);
}

.page-home.nappy-home-redesign .nappy-home-section {
    margin-bottom: clamp(18px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 30px);
}

.page-home.nappy-home-redesign .nappy-home-section__head,
.page-home.nappy-home-redesign .nappy-home-cta {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
}

.page-home.nappy-home-redesign .nappy-home-section__head {
    margin-bottom: 18px;
}

.page-home.nappy-home-redesign .nappy-home-section__link {
    color: #0f2145;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.page-home.nappy-home-redesign .nappy-home-widget > section > h1,
.page-home.nappy-home-redesign .nappy-home-widget > section > a,
.page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > h1,
.page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > a {
    display: none;
}

.page-home.nappy-home-redesign .nappy-home-widget > section,
.page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section {
    margin: 0;
}

.page-home.nappy-home-redesign .nappy-home-widget > section > .products,
.page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > .products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}

.page-home.nappy-home-redesign .nappy-home-widget article.product-miniature {
    height: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: none;
}

.page-home.nappy-home-redesign .nappy-home-widget .thumbnail-container,
.page-home.nappy-home-redesign .nappy-home-widget .product-description {
    background: transparent;
}

.page-home.nappy-home-redesign .nappy-home-widget .thumbnail-container {
    height: auto;
}

.page-home.nappy-home-redesign .nappy-home-widget .thumbnail-container .product-thumbnail img {
    border-radius: 18px;
}

.page-home.nappy-home-redesign .nappy-home-cta {
    margin-top: clamp(6px, 1vw, 12px);
    padding: clamp(22px, 3vw, 34px);
}

.page-home.nappy-home-redesign .nappy-home-cta .nappy-home-actions {
    justify-content: flex-end;
}

@media (max-width: 1199.98px) {
    .page-home.nappy-home-redesign .nappy-home-widget > section > .products,
    .page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
        border-radius: 22px;
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }

    .page-home.nappy-home-redesign .nappy-home-hero,
    .page-home.nappy-home-redesign .nappy-home-ribbon,
    .page-home.nappy-home-redesign .nappy-home-cta,
    .page-home.nappy-home-redesign .nappy-home-section__head {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .page-home.nappy-home-redesign .nappy-home-title {
        max-width: none;
    }

    .page-home.nappy-home-redesign .nappy-home-metrics,
    .page-home.nappy-home-redesign .nappy-home-ribbon {
        grid-template-columns: 1fr;
    }

    .page-home.nappy-home-redesign .nappy-home-cta .nappy-home-actions {
        justify-content: flex-start;
    }

    .page-home.nappy-home-redesign .nappy-home-widget > section > .products,
    .page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .swiper-slide-image {
        height: clamp(220px, 56vw, 360px);
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button:after {
        font-size: 13px;
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button-prev {
        left: 12px;
    }

    .page-home.nappy-home-redesign .homepage-slider-container .elementor-widget-image-carousel .elementor-swiper-button-next {
        right: 12px;
    }

    .page-home.nappy-home-redesign .nappy-home-hero__main,
    .page-home.nappy-home-redesign .nappy-home-hero__rail,
    .page-home.nappy-home-redesign .nappy-home-section,
    .page-home.nappy-home-redesign .nappy-home-cta {
        border-radius: 22px;
    }

    .page-home.nappy-home-redesign .nappy-home-button {
        width: 100%;
    }

    .page-home.nappy-home-redesign .nappy-home-widget > section > .products,
    .page-home.nappy-home-redesign .nappy-home-widget .elementor-widget-container > section > .products {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Nappy Card Actions â€“ Minimog-style product card buttons
   ========================================================= */

.thumbnail-container {
    position: relative;
}

.nappy-card-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
}

.nappy-card-wishlist .btn-iqitwishlist-add {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(15, 33, 69, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #0f2145;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(15, 33, 69, 0.12);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nappy-card-wishlist .btn-iqitwishlist-add:hover,
.nappy-card-wishlist .btn-iqitwishlist-add:focus-visible,
.nappy-card-wishlist .btn-iqitwishlist-add.iqitwishlist-added {
    border-color: rgba(212, 0, 108, 0.24);
    background: #fff;
    color: #d4006c;
}

.nappy-card-wishlist .btn-iqitwishlist-add:hover,
.nappy-card-wishlist .btn-iqitwishlist-add:focus-visible {
    transform: translateY(-1px);
}

.nappy-card-wishlist .btn-iqitwishlist-add i {
    font-size: 16px;
    line-height: 1;
}

/* Hide the old functional-buttons block (parent theme fallback) */
.product-functional-buttons {
    display: none !important;
}

/* Action row â€“ bottom of thumbnail */
.nappy-card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}

.thumbnail-container:hover .nappy-card-actions,
.thumbnail-container:focus-within .nappy-card-actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Each circular button */
.nappy-card-action-btn,
.nappy-card-actions .wishlist-button-add,
.nappy-card-actions .wishlist-button-product,
.nappy-card-actions [class*="wishlist"] a,
.nappy-card-actions [class*="wishlist"] button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #222;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: all .25s ease;
    position: relative;
    text-decoration: none;
    flex-shrink: 0;
    line-height: 1;
    font-size: 0;
}

.nappy-card-action-btn:hover,
.nappy-card-actions .wishlist-button-add:hover,
.nappy-card-actions .wishlist-button-product:hover,
.nappy-card-actions [class*="wishlist"] a:hover,
.nappy-card-actions [class*="wishlist"] button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.nappy-card-action-btn svg,
.nappy-card-actions .wishlist-button-add svg,
.nappy-card-actions .wishlist-button-product svg,
.nappy-card-actions [class*="wishlist"] a svg,
.nappy-card-actions [class*="wishlist"] button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.nappy-card-action-btn i,
.nappy-card-actions .wishlist-button-add i,
.nappy-card-actions .wishlist-button-product i,
.nappy-card-actions [class*="wishlist"] a i,
.nappy-card-actions [class*="wishlist"] button i {
    font-size: 15px;
    line-height: 1;
}

/* Force the wishlist module button to match */
.nappy-card-actions .wishlist-button-add span:not(.nappy-card-action-icon),
.nappy-card-actions .wishlist-button-product span:not(.nappy-card-action-icon) {
    display: none;
}

/* Hide any text labels inside action buttons */
.nappy-card-action-btn span.nappy-card-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tooltip on hover */
.nappy-card-action-btn::before {
    content: attr(aria-label);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.nappy-card-action-btn:hover::before {
    opacity: 1;
}

/* Mobile: always show, smaller */
@media screen and (max-width: 1023px) {
    .nappy-card-wishlist {
        top: 8px;
        right: 8px;
    }

    .nappy-card-wishlist .btn-iqitwishlist-add {
        width: 34px;
        height: 34px;
    }

    .nappy-card-wishlist .btn-iqitwishlist-add i {
        font-size: 14px;
    }

    .nappy-card-actions {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        gap: 4px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }

    .nappy-card-action-btn,
    .nappy-card-actions .wishlist-button-add,
    .nappy-card-actions .wishlist-button-product,
    .nappy-card-actions [class*="wishlist"] a,
    .nappy-card-actions [class*="wishlist"] button {
        width: 34px;
        height: 34px;
    }

    .nappy-card-action-btn svg,
    .nappy-card-actions svg {
        width: 14px;
        height: 14px;
    }

    .nappy-card-action-btn::before {
        display: none;
    }
}


/* ===================================
 * SUBMENU SIEMPRE VISIBLE EN ESCRITORIO
 * =================================== */

/* Contenedor del submenÃº siempre visible debajo del menÃº principal */
@media (min-width: 992px) {
    
    /* Crear un contenedor para el submenÃº secundario permanente */
    .iqitmegamenu-wrapper::after {
        content: '';
        display: table;
        clear: both;
    }
    
    /* SubmenÃº secundario siempre visible */
    #iqitmegamenu-secondary-menu {
        display: flex !important;
        flex-wrap: wrap;
        gap: 6px;
        padding: 14px 20px;
        background: #fff;
        border-top: 1px solid var(--nappy-border);
        border-bottom: 1px solid var(--nappy-border);
    }
    
    #iqitmegamenu-secondary-menu a {
        display: inline-block;
        padding: 8px 14px;
        border-radius: var(--na

/* Wishlist modal â€” beneficios + CTA */
.nappy-wishlist-modal-body {
    padding: 8px 4px 4px;
}
.nappy-wishlist-benefits {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nappy-wishlist-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #0f2145;
    line-height: 1.4;
}
.nappy-wishlist-benefits li .fa {
    margin-top: 2px;
    color: var(--nappy-pink-accent, #e91e8c);
    font-size: 1rem;
    flex-shrink: 0;
}
.nappy-wishlist-modal-actions {
    display: flex;
    gap: 10px;
}
.nappy-wishlist-modal-actions .btn {
    flex: 1;
    text-align: center;
}


/* Border en productos del grid */
.products-grid > [class*=col-] {
    border: 1px solid #505862;
}
s: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        border-top: 1px solid var(--nappy-border) !important;
        box-shadow: none !important;
    }
    
    /* Ajustar el wrapper del megamenu para incluir el submenÃº */
    #cbp-hrmenu > ul > li:first-child {
        width: 100%;
        order: 999;
        margin-top: 10px;
    }
    
    #cbp-hrmenu > ul {
        display: flex;
        flex-wrap: wrap;
    }
}

/* IMPORTANTE: Ocultar el dropdown del primer elemento ya que se muestra siempre */
@media (min-width: 992px) {
    #cbp-hrmenu > ul > li:first-child > .nav-link .cbp-submenu-aindicator {
        display: none;
    }
    
    /* Quitar el hover effect del primer elemento ya que siempre estÃ¡ "abierto" */
    #cbp-hrmenu > ul > li:first-child > .nav-link {
        cursor: default;
        pointer-events: none;
    }
}

/* Quitar border de #content en pÃ¡gina de login */
.page-authentication #content {
  border: none;
}

/* Quitar breadcrumb en pÃ¡gina de login */
.page-authentication nav.breadcrumb,
.page-authentication nav.breadcrumb + div,
.page-authentication #wrapper > .container:has(nav.breadcrumb):has(+ #inner-wrapper) {
  display: none;
}

/* Quitar border-bottom del page-title */
#content-wrapper .page-title {
  border-bottom: none;
}

#content-wrapper h1.page-title,
#content-wrapper h1.page-title span {
  color: #d4006c;
}

/* ================================================
   PRODUCT FLAGS / BADGES
   ================================================ */

/* Reset base */
.product-flags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    pointer-events: none;
}

.product-flags .product-flag {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 20px;
    border: none;
    margin: 0;
}

/* Primer flag sin margen */
.product-miniature-default li.product-flag:first-child {
    margin-top: 0;
}

/* Flags en miniatura: pastilla anclada a la derecha */
.product-miniature-default .product-flags .new,
.product-miniature-default .product-flags .on-sale,
.product-miniature-default .product-flags .discount {
    padding: 6px 12px 6px 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
}

/* Oferta / Descuento â€” rosa nappy */
.product-flags .discount,
.product-flags .on-sale {
    background: #fbcde3;
    color: var(--nappy-pink-accent);
    box-shadow: 0 1px 4px rgba(212, 0, 103, 0.15);
}

/* Nuevo */
.product-flags .new {
    background: var(--nappy-blue-accent);
    color: #0f2145;
}

/* Online only / Pack */
.product-flags .online-only,
.product-flags .pack {
    background: #f0f0f0;
    color: #333;
}

/* Sin stock */
.product-flags .out_of_stock {
    background: #f5f5f5;
    color: #888;
}

/* Agotado en esta variante, disponible en otras variantes */
.product-availability .product-combination-only-unavailable {
    background: #ff8200 !important;
    border-color: #ff8200 !important;
    color: #fff !important;
}

/* li wrapper sin margen heredado */
.product-miniature-default li.product-flag {
    margin-top: 0;
    text-align: left;
    list-style: none;
}

/* ================================================
   TIG FILTERS (amazzing_filter)
   ================================================ */

#amazzing_filter.block .title_block {
    display: none;
}

.af_filter .name {
    font-size: 12px;
    color: rgb(116, 116, 116);
    margin: 0px;
}

.af-slider .selected-bar {
    background: rgb(212, 0, 103);
}

.af-slider .pointer {
    background: rgb(212, 0, 103);
    cursor: pointer;
    z-index: 2;
    border: 5px solid rgb(212, 0, 103);
}

.af_subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: rgb(116, 116, 116);
}

.product-price-and-shipping .nappy-unit-price,
.product-prices .nappy-unit-price {
    display: block;
    margin-top: 2px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

/* Badges oferta/descuento */
.product-flags .discount,
.product-flags .on-sale {
    background: #fbcde3 !important;
    color: var(--nappy-pink-accent);
}


/* ================================================
   GUEST WISHLIST â€“ CajÃ³n lateral
   Hereda todos los estilos de .ps-shoppingcart.side-cart
   Solo aÃ±adimos overlay, panel y CTA footer
   ================================================ */

/* â”€â”€â”€ Body lock â”€â”€â”€ */
html.is-wishlist-locked,
body.is-wishlist-locked {
    overflow: hidden !important;
    overscroll-behavior: none;
    height: 100vh !important;
    height: 100dvh !important;
}

body.is-wishlist-locked {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}

body.is-wishlist-locked #desktop-header,
body.is-wishlist-locked #desktop-header .header-top,
body.is-wishlist-locked #desktop-header #desktop-header-container {
    transform: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    perspective: none !important;
    will-change: auto !important;
    contain: none !important;
}

body.is-wishlist-locked #desktop-header,
body.is-wishlist-locked #desktop-header.headerrefit-shell,
body.is-wishlist-locked #mobile-header,
body.is-wishlist-locked #mobile-header-sticky {
    position: relative;
    top: 0;
    z-index: 10020;
}

/* â”€â”€â”€ Overlay â€” movido a <body> por JS, independiente del header â”€â”€â”€ */
#_desktop_wishlist-content {
    display: block; /* siempre en DOM, nunca display:none */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(212, 0, 103, 0.12), transparent 38%),
        radial-gradient(circle at 88% 22%, rgba(212, 0, 103, 0.08), transparent 36%),
        rgba(10, 24, 45, 0.38);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 10060;
}

#_desktop_wishlist-content.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Ocultar completamente el overlay mientras siga dentro del header
   (antes de que JS lo mueva a <body>). Evita la X visible y el espacio
   extra en .headerrefit-secondary-nav. Una vez JS lo mueve a body, este
   selector ya no aplica y los estilos de arriba toman el control. */
.nappy-gwl-wrap #_desktop_wishlist-content {
    display: none !important;
}

/* â”€â”€â”€ Panel derecho â€” idÃ©ntico a #blockcart-content â”€â”€â”€ */
#_desktop_wishlist-content #wishlist-content {
    position: absolute;
    top: 0;
    right: 0;
    width: min(460px, 100vw);
    max-width: 100vw;
    min-width: 0;
    height: 100%;
    margin-left: auto;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(212, 0, 103, 0.06), transparent 28%),
        linear-gradient(180deg, #f7fbfd 0%, #ffffff 22%, #f7f9fc 100%);
    border-left: 1px solid rgba(15, 33, 69, 0.1);
    border-radius: 28px 0 0 28px;
    box-shadow: -32px 0 70px rgba(15, 33, 69, 0.22);
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
}

/* â”€â”€â”€ Items: misma estructura que .tig-cart-product â”€â”€â”€ */
/* El JS renderiza <li class="tig-cart-drawer__product-item">
   con la misma jerarquÃ­a de clases que el carrito              */

/* â”€â”€â”€ Footer CTA login â”€â”€â”€ */
.nappy-gwl-login-cta {
    text-align: center;
    margin-bottom: 8px;
}

.nappy-gwl-login-cta > .fa {
    display: block;
    font-size: 2rem;
    color: var(--nappy-pink-accent);
    margin-bottom: 10px;
    opacity: 0.6;
}

.nappy-gwl-login-title {
    color: var(--nappy-navy);
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 4px;
}

.nappy-gwl-login-copy {
    color: #5d6d88;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
}

/* â”€â”€â”€ BotÃ³n compartir lista â”€â”€â”€ */
.nappy-gwl-share-btn {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.nappy-gwl-share-btn .fa {
    font-size: 14px;
}

/* â”€â”€â”€ Feedback "Enlace copiado" â”€â”€â”€ */
.nappy-gwl-share-toast {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: rgba(39, 174, 96, 0.10);
    color: #1e7e42;
    font-size: 0.875rem;
    font-weight: 600;
    animation: nappy-gwl-fadein 0.25s ease;
}

.nappy-gwl-share-toast .fa {
    font-size: 1.1rem;
    color: #27ae60;
    flex: 0 0 auto;
}
