/* ==========================================================
   DDONNA
   Custom CSS
   ========================================================== */


/* ==========================================================
   GLOBAL
   ========================================================== */

body{
    background:#fbf8f7;
    color:#222;
    font-family:inherit;
}

/* ==========================================================
   DDONNA FONTS
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Poppins:wght@300;400;500;600&display=swap');

body{
    font-family:'Poppins',sans-serif;
}

/* ==========================================================
   LOGO
   ========================================================== */

#desktop_logo img,
.logo.img-fluid{
    max-width:300px;
    width:100%;
    height:auto;
}


/* ==========================================================
   HEADER
   ========================================================== */

#desktop-header .desktop-header-bottom .container{
    display:flex;
    justify-content:center;
}

#desktop-header .desktop-header-bottom .col-12{
    display:flex;
    justify-content:center;
}

#iqitmegamenu-wrapper{
    margin:auto;
}


/* ==========================================================
   SEARCH
   ========================================================== */

#header .search-widget input{
    color:#fff !important;
}

#header .search-widget input::placeholder{
    color:#fff !important;
    opacity:1;
}

#header .search-widget input::-webkit-input-placeholder{
    color:#fff !important;
}

#header .search-widget input::-moz-placeholder{
    color:#fff !important;
}

#header .search-widget input:-ms-input-placeholder{
    color:#fff !important;
}


/* ==========================================================
   ACTIVE MENU
   ========================================================== */

#cbp-hrmenu li.current>a,
#cbp-hrmenu li.current>a .cbp-tab-title,
#cbp-hrmenu li.current>a i{
    color:#ffcc00 !important;
}


/* ==========================================================
   CATEGORY HEADER
   ========================================================== */

.category-image{
    width:100%;
    margin-bottom:30px;
    height:320px;
    overflow:hidden;
}

.category-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

@media (max-width: 768px) {
    .category-image {
        display: none !important;
    }
}

.page-header.card{
    border:0;
    background:transparent;
    box-shadow:none;
    padding:18px 0 6px;
}

.page-header.card .card-block{
    padding:0;
}

#wrapper .breadcrumb{
    display:none !important;
}

h1.h1{
    font-size:2rem;
    font-weight:700;
    letter-spacing:.04em;
    margin-bottom:4px;
}


/* ==========================================================
   TITLED DIVIDER
   ========================================================== */

.titled-divider{
    display:flex;
    align-items:center;
    gap:1rem;
    margin:1rem 0;
    color:#f6166e;
    font-size:1.8rem;
    font-weight:700;
}

.titled-divider::before,
.titled-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:linear-gradient(to right,transparent,#f6166e);
}

.titled-divider::after{
    background:linear-gradient(to left,transparent,#f6166e);
}

/* ==========================================================
   CHECKOUT
   ========================================================== */

body#checkout #wrapper{
    padding-top:30px;
}

body#checkout .checkout-process .card{
    border:0;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 24px rgba(0,0,0,.08);
    margin-bottom:18px;
}

body#checkout .checkout-process .step-title{
    font-size:1.05rem;
    font-weight:600;
    padding:18px 24px;
}

body#checkout .checkout-process .card-block{
    padding:20px 24px;
}

body#checkout #order-summary-content{
    border:0;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 24px rgba(0,0,0,.08);
}

body#checkout .payment-option{
    padding:14px 16px;
    border-radius:10px;
    border:1px solid transparent;
    transition:.25s;
}

body#checkout .payment-option:hover{
    background:#fff0f6;
    border-color:#ff69b4;
}

body#checkout #payment-confirmation .btn{
    border-radius:40px;
    padding:14px 34px;
    font-weight:600;
}


/* ==========================================================
   CART
   ========================================================== */

.blockcart-content,
#blockcart-content,
.cart-preview .dropdown-menu,
.shopping-cart .dropdown-content,
#header .shopping-cart .cart-body{

    border:0!important;
    border-radius:18px!important;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.14)!important;

}

.cart-detailed-totals .checkout a.btn,
#blockcart-content .btn{

    border-radius:40px!important;
    font-weight:600;

}


/* ==========================================================
   GLOBAL PRICE
   ========================================================== */

.price,
.product-price,
span.price{

    color:#f6166e!important;

}


/* ==========================================================
   PRODUCT UTILITIES
   ========================================================== */

.product-functional-buttons-bottom{

    right:12px!important;
    bottom:12px!important;
    top:auto!important;

}


/* ==========================================================
   GLOBAL BUTTONS
   ========================================================== */

.btn{

    border-radius:40px;
    transition:.30s;

}

.btn:hover{

    transform:translateY(-2px);

}

/* ==========================================================
   DDONNA PRODUCT CARD
   ========================================================== */

.ddonna-card{

    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:0;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:all .35s ease;

}

.ddonna-card:hover{

    transform:translateY(-8px);
    box-shadow:0 24px 60px rgba(0,0,0,.10);

}


/* ==========================================================
   IMAGE
   ========================================================== */

.ddonna-thumb{
    padding:8px 8px 0;
}

.ddonna-thumb .product-thumbnail{

    display:block;

}

.ddonna-thumb img{
    width:96%;
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:18px;
}
/* ==========================================================
   WISHLIST / QUICKVIEW
   ========================================================== */

.ddonna-thumb .product-functional-buttons{

    position:absolute;
    top:18px;
    right:18px;
    left:auto;
    bottom:auto;

}

.ddonna-thumb .product-functional-buttons-links{

    display:flex;
    flex-direction:row;
    gap:10px;
    align-items:center;
    justify-content:flex-end;

}

.ddonna-thumb .product-functional-buttons a{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

    transition:.25s;

}

.ddonna-thumb .product-functional-buttons a:hover{

    transform:translateY(-2px);

}


/* ==========================================================
   INFORMATION
   ========================================================== */

.ddonna-info{

    padding:20px 24px 26px;

}


/* CATEGORY */

.ddonna-category{

    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#999!important;
    margin-bottom:10px;

}


/* TITLE */

.ddonna-title{

    margin-bottom:12px;

}

.ddonna-title a{

    color:#222!important;
    font-size:18px;
    font-weight:700;
    line-height:1.35;

}


/* DESCRIPTION */

.ddonna-info .product-description-short{

    font-size:14px;
    line-height:1.6;
    color:#777;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:46px;
    margin-bottom:18px;

}


/* ==========================================================
   PRICE
   ========================================================== */

.ddonna-price{

    margin-top:10px;
    margin-bottom:22px;

}

.ddonna-price .product-price{

    color:#d81b60!important;
    font-size:28px;
    font-weight:700;

}

.ddonna-price .regular-price{

    display:block;
    margin-top:4px;

}
/* ==========================================================
   BUTTON â€” AÃ±adir al carrito
   ========================================================== */

.product-add-cart {
    margin-top: 16px;
}

/* Boton aÃ±adir al carrito */
.product-add-cart .btn.add-to-cart {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #f6166e;
    color: #f6166e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(246,22,110,.15);
    transition: .30s;
}

.product-add-cart .btn.add-to-cart:hover {
    background: #f6166e;
    color: #fff;
    transform: translateY(-2px);
}

.product-add-cart .btn.add-to-cart i.bag-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(246,22,110,.12);
    color: #f6166e;
    font-size: 13px;
    flex-shrink: 0;
}

.product-add-cart .btn.add-to-cart:hover i.bag-icon {
    background: rgba(255,255,255,.25);
    color: #fff;
}

/* Boton View (fuera de stock) â€” circulo con ojo */
.product-add-cart a.btn-product-list {
    width: 56px !important;
    height: 56px !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: 2px solid #f6166e !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(246,22,110,.15) !important;
    font-size: 0 !important;
    transition: .25s !important;
    margin: 0 !important;
}

.product-add-cart a.btn-product-list::before {
    content: '\f06e';
    font-family: 'FontAwesome';
    font-size: 18px !important;
    color: #f6166e;
    line-height: 1;
}

.product-add-cart a.btn-product-list:hover {
    background: #f6166e !important;
    transform: translateY(-2px) !important;
}

.product-add-cart a.btn-product-list:hover::before {
    color: #fff;
}


/* ==========================================================
   FLAGS
   ========================================================== */

.product-flags{

    top:18px;
    left:18px;

}

.product-flag{

    border-radius:30px;
    padding:6px 14px;
    font-size:11px;

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:768px){

    .ddonna-thumb{

        padding:14px 14px 0;

    }

    .ddonna-info{

        padding:18px;

    }

}

/* ==========================================
   PRODUCT TITLE
   ========================================== */

.ddonna-title{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    margin:0 0 12px !important;
}

.ddonna-title a{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    white-space:normal !important;
    line-height:1.35 !important;
    max-height:calc(1.35em * 2) !important;
    font-size:18px;
    font-weight:700;
}
/* ==========================================================
   CROSSSELL MODAL ï¿½ cards compactas
   ========================================================== */

.crossselling-products-modal .ddonna-info {
    padding: 10px 12px 14px;
}

.crossselling-products-modal .ddonna-category {
    font-size: 9px;
    margin-bottom: 4px;
}

.crossselling-products-modal .ddonna-title a {
    font-size: 12px !important;
    -webkit-line-clamp: 2;
    line-height: 1.3 !important;
}

.crossselling-products-modal .ddonna-price {
    margin-top: 4px;
    margin-bottom: 8px;
}

.crossselling-products-modal .ddonna-price .product-price {
    font-size: 16px !important;
}

.crossselling-products-modal .product-add-cart {
    margin-top: 8px;
}

.crossselling-products-modal .product-add-cart .btn {
    height: 40px;
    font-size: 13px;
    padding: 0 8px 0 0;
}

.crossselling-products-modal .product-add-cart .btn i.bag-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
    margin-left: 4px;
    margin-right: 10px;
}

/* ==========================================================
   CROSSSELL MODAL ï¿½ ajustes adicionales
   ========================================================== */

/* Titulo: 2 lineas max, sin solapamiento */
.crossselling-products-modal .product-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    max-height: calc(1.3em * 2) !important;
}

/* Boton View: circulo con icono ojo */
.crossselling-products-modal .btn-product-list {
    font-size: 0 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 0 !important;
    border-radius: 50% !important;
    border: 2px solid #f6166e !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 8px auto 0 !important;
    box-shadow: 0 4px 12px rgba(246,22,110,.15) !important;
    transition: .25s !important;
}

.crossselling-products-modal .btn-product-list::before {
    content: '\f06e';
    font-family: 'FontAwesome';
    font-size: 16px !important;
    color: #f6166e;
    line-height: 1;
}

.crossselling-products-modal .btn-product-list:hover {
    background: #f6166e !important;
    transform: translateY(-2px) !important;
}

.crossselling-products-modal .btn-product-list:hover::before {
    color: #fff;
}

/* Wishlist / quickview: reducir en crosssell */
.crossselling-products-modal .product-functional-buttons a {
    width: 30px !important;
    height: 30px !important;
}


/* ==========================================================
   SOCIAL USER
   ========================================================== */

.ddonna-social-user{
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    text-align: center;
    color: #111;
}

.ddonna-social-user .pink{
    color:#f6166e;
}

.ddonna-social-user .at{
    color:#111;
}

/* ==========================================================
   SOCIAL ICON ï¿½ circulo con sombra
   ========================================================== */

.ddonna-social-icon .elementor-icon {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .30s !important;
}

.ddonna-social-icon .elementor-icon:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 36px rgba(246,22,110,.20) !important;
}

.ddonna-social-icon .elementor-icon i {
    font-size: 26px !important;
    color: #f6166e !important;
    line-height: 1 !important;
}

.ddonna-social-icon .elementor-icon:hover i {
    color: #f6166e !important;
}

.ddonna-social-icon,
.ddonna-social-icon .elementor-widget-container,
.ddonna-social-icon .elementor-icon-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ==========================================================
   BACK TO TOP
   ========================================================== */

#back-to-top {
    background: #f6166e !important;
    border-color: #f6166e !important;
    color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(246,22,110,.35) !important;
    transition: .30s !important;
}

#back-to-top:hover {
    background: #d4005d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 28px rgba(246,22,110,.45) !important;
}

/* ==========================================================
   FOOTER DDONNA
   ========================================================== */

#footer,
#footer .footer-container,
footer#footer {
    background: #1a0008 !important;
    color: #ccc !important;
}

/* Titulos de columna */
.ddonna-footer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 16px;
}

.ddonna-footer-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #f6166e;
    margin-top: 8px;
}

/* Links footer */
.ddonna-footer-links a,
.ddonna-footer-links li a {
    color: #bbb !important;
    font-size: 13px;
    line-height: 2.2;
    text-decoration: none !important;
    transition: color .2s;
}

.ddonna-footer-links a:hover,
.ddonna-footer-links li a:hover {
    color: #f6166e !important;
}

/* Separador vertical columnas */
.ddonna-footer-divider {
    border-left: 1px solid rgba(255,255,255,.08);
}

/* Logos de pago */
/* NO CAMBIAR: grid fijo 3 columnas tarjetas 3x2 */
.ddonna-pay-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 72px) !important;
    gap: 8px !important;
}

.ddonna-pay-grid img {
    width: 72px;
    height: 44px;
    border-radius: 6px;
    object-fit: contain;
    background: #fff;
    padding: 4px 6px;
}

.ddonna-secure img {
    width: 56px !important;
    height: 56px !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
}

/* Pago seguro ï¿½ candado */
.ddonna-secure {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: #bbb;
    font-size: 12px;
}

.ddonna-secure img {
    width: 64px;
    height: 64px;
    opacity: 1;
}

/* Iconos de valores (heart, leaf, star) */
.ddonna-footer-value {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ccc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ddonna-footer-value img {
    width: 22px;
    opacity: .9;
}

/* Franja beneficios */
.ddonna-footer-benefits {
    background: rgba(255,255,255,.04);
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 28px 0;
}

.ddonna-footer-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ddonna-footer-benefit img {
    width: 44px;
    opacity: .9;
}

.ddonna-footer-benefit-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ddonna-footer-benefit-sub {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

/* Copyright y legal */
.ddonna-footer-bottom {
    text-align: center;
    color: #666;
    font-size: 12px;
    padding: 20px 0 10px;
}

.ddonna-footer-bottom a {
    color: #777 !important;
    text-decoration: none !important;
    transition: color .2s;
}

.ddonna-footer-bottom a:hover {
    color: #f6166e !important;
}

.ddonna-footer-separator {
    color: #444;
    margin: 0 10px;
}

/* Ocultar footer nativo del tema ï¿½ reemplazado por Content Builder */
#footer .footer-main-content,
#footer .block_newsletter,
#footer .ps-social-follow,
#footer .displayFooter > .container {
    display: none !important;
}

/* ==========================================================
   FOOTER COL1
   ========================================================== */

.ddonna-footer-logo {
    width: 180px;
    margin-bottom: 16px;
    display: block;
}

.ddonna-footer-desc {
    color: #bbb;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.ddonna-footer-values {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ddonna-footer-value {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ccc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
}

.ddonna-footer-value img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.ddonna-footer-value img {
    width: 52px !important;
    height: 52px !important;
}

.ddonna-footer-value span {
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: .12em !important;
}

.ddonna-footer-values {
    gap: 6px !important;
}

.ddonna-footer-value {
    gap: 10px !important;
    margin-bottom: 0 !important;
}

.ddonna-footer-value img {
    width: 32px !important;
    height: 32px !important;
}

.ddonna-footer-value img {
    width: 44px !important;
    height: 44px !important;
}

.ddonna-secure img {
    width: 52px !important;
    height: 52px !important;
    opacity: 1 !important;
}

.ddonna-secure img {
    width: 48px !important;
    height: 48px !important;
}

.ddonna-cat-tree .ddonna-cat-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #111;
    padding: 0 0 12px 0;
    margin-bottom: 8px;
    border-bottom: 2px solid #f6166e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ddonna-cat-tree .ddonna-cat-title i {
    color: #f6166e;
    font-size: 14px;
}

.ddonna-cat-tree > ul > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}

.ddonna-cat-tree > ul > li > a:hover {
    color: #f6166e;
}

.ddonna-cat-tree > ul > li > a i {
    color: #f6166e;
    width: 18px;
    text-align: center;
    font-size: 14px;
}

.ddonna-cat-tree > ul > li.current > a,
.ddonna-cat-tree > ul > li > a.current {
    color: #f6166e;
    font-weight: 600;
}

/* ===================== CATEGORY PAGE SIDEBAR ===================== */

#left-column {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 20px !important;
}

/* Titulo Cosmetics */
.category-tree > ul > li:first-child > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111 !important;
    letter-spacing: .05em;
}

/* Numeros de stock/disponibilidad */
.facet__list-item .magnitude,
.facet .facet-label .magnitude {
    background: #f6166e !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 1px 7px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* Numeros de subcategorias */
.category-tree .count {
    background: #f6166e !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 1px 7px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* Titulo categoria (UÑAS) */
.page-category h1.h1 {
    font-size: 36px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

/* === CATEGORY TREE ROOT TITLE === */
.category-tree > ul > li:first-child > a.ddonna-cat-root-link {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111 !important;
    letter-spacing: .06em;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 2px solid #f6166e;
}

/* === CATEGORY TREE ITEMS === */
.category-tree > ul > li:nth-child(2) > ul > li > a,
.category-tree > ul > li > ul > li > a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 9px 4px !important;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.category-tree > ul > li:nth-child(2) > ul > li > a:hover,
.category-tree > ul > li > ul > li > a:hover {
    color: #f6166e !important;
}

/* Icono FA de cada categoria */
.ddonna-cat-icon {
    color: #f6166e;
    width: 18px;
    text-align: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Flecha toggle collapse */
.ddonna-cat-toggle {
    margin-left: auto;
    color: #bbb;
    font-size: 11px;
    cursor: pointer;
    padding: 4px 6px;
    flex-shrink: 0;
}

.ddonna-cat-toggle:hover {
    color: #f6166e;
}

/* Categoria activa */
.category-tree li.current > a,
.category-tree li > a.current {
    color: #f6166e !important;
    font-weight: 600;
}

/* === CATEGORY PAGE LAYOUT === */

/* Espacio entre columna izquierda y derecha */
#left-column {
    padding-right: 28px !important;
}

/* Tamaño de fuente categorias mas pequeno */
.category-tree > ul > li:nth-child(2) > ul > li > a,
.category-tree > ul > li > ul > li > a {
    font-size: 13px !important;
    padding: 7px 4px !important;
}

.ddonna-cat-icon {
    font-size: 13px !important;
}

/* Card con shadow en imagen de categoria */
.category-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    margin-bottom: 30px;
}

/* Titulo de categoria con linea fucsia */
.page-category h1.h1 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #f6166e;
    margin-bottom: 24px !important;
}

/* Padding al bloque de filtros facets */
.facets-block,
.facet {
    padding-top: 6px !important;
}

.facet .facet-title {
    padding: 10px 0 !important;
}

/* Subcategorias mismo tamaño que categorias */
.category-tree li > div ul li a {
    font-size: 12px !important;
    color: #555 !important;
    padding: 5px 4px 5px 28px !important;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none !important;
}
.category-tree li > div ul li a:hover {
    color: #f6166e !important;
}

/* === FACETS SIDEBAR === */

/* Titulos de secciones en mayusculas */
.facet .facet-title,
.facets-block .facet-title,
.facet > .collapse .facet-title,
p.facet-title,
.facet-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: #111 !important;
}

/* Badges de numeros: circulo fucsia como referencia */
.facet__list-item .magnitude,
.facet .magnitude,
span.magnitude {
    background: #f6166e !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    min-width: 22px !important;
}

/* Slider de precio - track fucsia */
.ui-slider .ui-slider-range {
    background: #f6166e !important;
}
.ui-slider {
    background: #ffd0e5 !important;
    height: 4px !important;
    border-radius: 4px !important;
    border: none !important;
}
/* Handles del slider */
.ui-slider .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #f6166e !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(246,22,110,.3) !important;
}
.ui-slider .ui-slider-handle:focus {
    outline: none !important;
}

/* Linea fucsia bajo titulo de categoria */
h1.page-title {
    padding-bottom: 12px !important;
    border-bottom: 3px solid #f6166e !important;
    display: inline-block !important;
    margin-bottom: 24px !important;
}

@media (max-width: 768px) {
    .ddonna-footer-value img {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
    }
}

@media (max-width: 768px) {
    .ddonna-footer-title {
        margin-top: 28px !important;
        padding-top: 8px !important;
    }
}

@media (max-width: 768px) {
    .ddonna-contact-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 16px 20px !important;
        gap: 14px !important;
    }
    .ddonna-contact-bar-item {
        border-left: none !important;
        padding: 0 !important;
        width: 100% !important;
        line-height: 1.5 !important;
    }
    .ddonna-legal-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        padding: 16px 20px !important;
        gap: 14px !important;
    }
    .ddonna-legal-bar-item {
        border-left: none !important;
        padding: 0 !important;
        width: 100% !important;
        line-height: 1.5 !important;
    }
}


/* === PRICE SLIDER PINK === */
#left-column .ui-slider,
.facet .ui-slider,
.ui-widget.ui-slider {
    background: #ffd0e5 !important;
    height: 4px !important;
    border: none !important;
    border-radius: 4px !important;
}
#left-column .ui-slider .ui-slider-range,
.facet .ui-slider .ui-slider-range,
.ui-widget.ui-slider .ui-slider-range {
    background: #f6166e !important;
}
#left-column .ui-slider .ui-slider-handle,
.facet .ui-slider .ui-slider-handle,
.ui-widget.ui-slider .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #f6166e !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
    margin-left: -8px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(246,22,110,.3) !important;
    outline: none !important;
}

/* === MOBILE: ocultar texto Añadir al carrito, solo icono === */
@media (max-width: 768px) {
    .btn-add-to-cart .btn-label,
    button[data-button-action=add-to-cart] .btn-label,
    .add-to-cart .btn-label {
        display: none !important;
    }
    .btn-add-to-cart,
    button[data-button-action=add-to-cart],
    .add-to-cart {
        min-width: unset !important;
        width: auto !important;
        padding: 10px 16px !important;
    }
}

/* === PRICE SLIDER PINK (overrides ps_facetedsearch) === */
#search_filters .ui-slider-horizontal {
    height: 4px !important;
    background: #ffd0e5 !important;
    border-radius: 4px !important;
    border: none !important;
}
#search_filters .ui-widget-header {
    background: #f6166e !important;
}
#search_filters .ui-slider .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #f6166e !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
    margin-left: -8px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(246,22,110,.3) !important;
    outline: none !important;
}

/* === MOBILE: ocultar texto Añadir al carrito === */
@media (max-width: 768px) {
    .add-to-cart-label {
        display: none !important;
    }
}

/* === SOCIAL SECTION === */
.ddonna-social-section {
    text-align: center;
    padding: 40px 20px;
}
.ddonna-social-handle {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: 1.1;
}
.ddonna-at { color: #111; }
.ddonna-pink { color: #f6166e; }
.ddonna-social-desc {
    color: #777;
    font-size: 14px;
    margin-bottom: 24px;
}
.ddonna-social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ddonna-social-icons a {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.ddonna-social-icons a i {
    font-size: 26px;
    color: #f6166e;
}
.ddonna-social-icons a:hover {
    background: #f6166e;
}
.ddonna-social-icons a:hover i {
    color: #fff;
}
@media (max-width: 768px) {
    .ddonna-social-handle { font-size: 32px !important; }
    .ddonna-social-icons a { width: 56px; height: 56px; }
    .ddonna-social-icons a i { font-size: 22px; }
}


/* Iconos de valores footer (corazon, hoja, estrella) */
.ddonna-footer-value img {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
}

/* === CONTACT BAR + LEGAL BAR (desktop) === */
.ddonna-contact-bar {
    border-top: 1px solid #493137;
    border-bottom: 1px solid #493137;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    gap: 0;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.ddonna-contact-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #bbb;
    font-size: 13px;
    padding: 0 28px;
}
.ddonna-contact-bar-item + .ddonna-contact-bar-item {
    border-left: 1px solid #493137;
}
.ddonna-contact-bar-item i { color: #f6166e; font-size: 15px; }
.ddonna-contact-bar-item a { color: #bbb !important; text-decoration: none; }
.ddonna-contact-bar-item a:hover { color: #f6166e !important; }

.ddonna-legal-bar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 12px 0;
    border-bottom: 1px solid #493137;
    flex-direction: row !important;
}
.ddonna-legal-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #bbb;
    font-size: 13px;
    padding: 0 28px;
}
.ddonna-legal-bar-item + .ddonna-legal-bar-item {
    border-left: 1px solid #493137;
}
.ddonna-legal-bar-item i { color: #f6166e; font-size: 13px; }
.ddonna-legal-bar-item a { color: #bbb !important; text-decoration: none; }
.ddonna-legal-bar-item a:hover { color: #f6166e !important; }

@media (max-width: 768px) {
    .ddonna-contact-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 16px 20px !important;
        gap: 14px !important;
    }
    .ddonna-contact-bar-item {
        border-left: none !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .ddonna-legal-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        padding: 16px 20px !important;
        gap: 14px !important;
    }
    .ddonna-legal-bar-item {
        border-left: none !important;
        padding: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .ddonna-legal-bar-item:first-child {
        margin-top: 28px !important;
    }
}

.ddonna-footer-copy {
    text-align: center !important;
    color: #7a4d58 !important;
    font-size: 11px !important;
    padding: 16px 0 !important;
    line-height: 1.6 !important;
}

.ddonna-footer-value img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
}

/* === PRICE SLIDER NOUISLIDER PINK === */
#search_filters .noUi-target {
    background: #ffd0e5 !important;
    border: none !important;
    box-shadow: none !important;
    height: 4px !important;
    border-radius: 4px !important;
}
#search_filters .noUi-connect {
    background: #f6166e !important;
}
#search_filters .noUi-handle {
    background: #fff !important;
    border: 2px solid #f6166e !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(246,22,110,.3) !important;
    width: 16px !important;
    height: 16px !important;
    top: -7px !important;
    right: -8px !important;
    cursor: pointer !important;
}
#search_filters .noUi-handle::before,
#search_filters .noUi-handle::after {
    display: none !important;
}

/* Titulo y precio mas pequeno en cards de 4 columnas */
.col-xl-3 .ddonna-title,
.col-xl-3 .product-title,
.col-xl-3 h2.product-title,
.col-xl-3 .h3.product-title {
    font-size: 13px !important;
}
.col-xl-3 .ddonna-price .price,
.col-xl-3 .product-price-and-shipping .price {
    font-size: 16px !important;
}

/* Titulo y precio reducidos en cards de 4 columnas (col-xl-3) */
.col-xl-3 .ddonna-title a {
    font-size: 13px !important;
    max-height: calc(1.35em * 2) !important;
}
.col-xl-3 .ddonna-price .price {
    font-size: 15px !important;
}

.col-xl-3 .ddonna-price .product-price {
    font-size: 16px !important;
}

/* === MOBILE: boton carrito redondo con icono grande === */
@media (max-width: 768px) {
    .product-add-cart .btn.add-to-cart,
    .product-add-cart button.add-to-cart {
        width: 64px !important;
        height: 64px !important;
        min-width: unset !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #fff !important;
        border: 2px solid #f6166e !important;
        box-shadow: 0 4px 16px rgba(246,22,110,.2) !important;
        margin: 0 auto !important;
    }
    .product-add-cart .btn.add-to-cart .fa-shopping-bag,
    .product-add-cart button.add-to-cart .fa-shopping-bag {
        font-size: 24px !important;
        color: #f6166e !important;
    }
    .product-add-cart .btn.add-to-cart:hover,
    .product-add-cart button.add-to-cart:hover {
        background: #f6166e !important;
    }
    .product-add-cart .btn.add-to-cart:hover .fa-shopping-bag,
    .product-add-cart button.add-to-cart:hover .fa-shopping-bag {
        color: #fff !important;
    }
    .product-add-cart .btn.add-to-cart .fa-spin,
    .product-add-cart button.add-to-cart .fa-spin {
        display: none !important;
    }
    .product-add-cart {
        display: flex !important;
        justify-content: center !important;
    }
}

/* === CART DROPDOWN === */
#blockcart-content {
    padding: 20px !important;
    min-width: 380px !important;
}
.ddonna-cart-count {
    background: #f6166e;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-left: 6px;
}
.blockcart-content .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
.blockcart-content .cart-subtotals .cart-summary-line {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.blockcart-content .cart-totals {
    background: #fff8fb;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 12px 0;
}
.blockcart-content .cart-totals .label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.blockcart-content .cart-totals .value {
    font-size: 20px;
    font-weight: 800;
    color: #f6166e !important;
}
.ddonna-cart-checkout-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    background: #f6166e !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 14px 20px !important;
    font-weight: 700;
    font-size: 15px;
    border: none !important;
}
.ddonna-cart-checkout-btn:hover {
    background: #d4105e !important;
    color: #fff !important;
}
.ddonna-cart-view-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    background: #fff !important;
    color: #333 !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ddd !important;
}
.ddonna-cart-view-btn:hover {
    border-color: #f6166e !important;
    color: #f6166e !important;
}
.ddonna-cart-trust {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 14px;
    gap: 8px;
}
.ddonna-cart-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    flex: 1;
    font-size: 11px;
    color: #555;
    line-height: 1.3;
}
.ddonna-cart-trust-item i {
    color: #f6166e;
    font-size: 20px;
}
.ddonna-cart-trust-item small {
    color: #999;
    font-size: 10px;
}

/* Trust badges carrito alineados */
.ddonna-cart-trust {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: stretch !important;
}
.ddonna-cart-trust-item {
    justify-content: flex-start !important;
    padding: 8px 4px !important;
    border-right: 1px solid #f0f0f0;
}
.ddonna-cart-trust-item:last-child {
    border-right: none !important;
}

/* === CART PRODUCT LINE === */
#blockcart-content .cart-products li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
#blockcart-content .cart-products .product-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}
#blockcart-content .col-info > div:first-child a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    display: block !important;
    margin-bottom: 4px !important;
    text-decoration: none !important;
}
#blockcart-content .product-reference {
    font-size: 11px !important;
    color: #999 !important;
}
#blockcart-content .block-cart-product-quantity {
    max-width: 60px !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: 1px solid #eee !important;
    font-size: 14px !important;
}
#blockcart-content .remove-from-cart {
    color: #f6166e !important;
    font-size: 16px !important;
}
#blockcart-content .col.p-0 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
#blockcart-content .col.p-0 span {
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #111 !important;
}

/* Trust badges texto correcto */
.ddonna-cart-trust-item span {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Cart subtotals alineados a la derecha */
#blockcart-content .cart-subtotals .cart-summary-line {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
#blockcart-content .cart-subtotals .cart-summary-line .value {
    text-align: right !important;
    font-weight: 600 !important;
}
#blockcart-content .cart-subtotals #cart-subtotal-shipping-blockcart .value {
    color: #2ecc71 !important;
    font-weight: 700 !important;
}

/* === CHECKOUT CARDS === */
#checkout-personal-information-step,
#checkout-addresses-step,
#checkout-delivery-step,
#checkout-payment-step,
.checkout-step {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.07) !important;
    border: none !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
    background: #fff !important;
}
#order-summary-content,
.js-order-summary-content,
.cart-summary-totals,
#order-items {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.07) !important;
    border: none !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 20px !important;
}
.cart-summary-line.cart-total .label,
.cart-summary-line.cart-total .value {
    font-weight: 800 !important;
}

/* === CHECKOUT DISEÑO === */

/* Número de paso como círculo fucsia */
.checkout-step .step-title .step-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #f6166e !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

/* Título del paso */
.checkout-step .step-title {
    display: flex !important;
    align-items: center !important;
    padding: 18px 20px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Icono check cuando completado */
.checkout-step.-complete .step-title .done {
    color: #f6166e !important;
    margin-left: 8px !important;
}

/* Enlace Modificar en fucsia */
.checkout-step .step-edit {
    margin-left: auto !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #f6166e !important;
}
.checkout-step .step-edit i { color: #f6166e !important; }

/* Contenido interior del paso */
.checkout-step .content {
    padding: 20px !important;
}

/* Cards de métodos de pago individuales */
.payment-option {
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    transition: border-color .2s !important;
    background: #fff !important;
}
.payment-option:hover,
.payment-option:has(input:checked) {
    border-color: #f6166e !important;
    box-shadow: 0 2px 12px rgba(246,22,110,.1) !important;
}
.payment-option label {
    margin: 0 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}
.payment-option input[type=radio] {
    accent-color: #f6166e !important;
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}

/* Resumen lateral */
#js-checkout-summary {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.08) !important;
    border: none !important;
    overflow: hidden !important;
}
#js-checkout-summary .cart-summary-line {
    display: flex !important;
    justify-content: space-between !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    color: #555 !important;
}
#js-checkout-summary .cart-summary-line.cart-total {
    padding: 14px 0 !important;
}
#js-checkout-summary .cart-summary-line.cart-total .label {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111 !important;
}
#js-checkout-summary .cart-summary-line.cart-total .value {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #f6166e !important;
}

/* Botón Realizar pedido */
#payment-confirmation button,
#payment-confirmation .btn {
    width: 100% !important;
    border-radius: 50px !important;
    background: #f6166e !important;
    border: none !important;
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
#payment-confirmation button:hover { background: #d4105e !important; }

/* mostrar detalles en fucsia */
.show-details, .js-cart-summary-toggle { color: #f6166e !important; }

/* === CART MOBILE === */
@media (max-width: 768px) {
    #blockcart-content {
        min-width: unset !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 16px !important;
    }
    .ddonna-cart-checkout-btn,
    .ddonna-cart-view-btn {
        font-size: 13px !important;
        padding: 12px 14px !important;
    }
    .cart-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }
    .cart-buttons .ddonna-cart-checkout-btn,
    .cart-buttons .ddonna-cart-view-btn {
        width: 100% !important;
        margin: 0 !important;
    }
    .ddonna-cart-trust {
        gap: 4px !important;
    }
    .ddonna-cart-trust-item {
        font-size: 10px !important;
        padding: 6px 2px !important;
    }
    .ddonna-cart-trust-item i {
        font-size: 16px !important;
    }
    #blockcart-content .cart-products .product-image img {
        width: 60px !important;
        height: 60px !important;
    }
    #blockcart-content .col-info > div:first-child a {
        font-size: 12px !important;
    }
}

/* === WISHLIST PAGE === */
#iqitwishlist-user-products .iqitwishlist-product {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.07) !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
}
#iqitwishlist-user-products .iqitwishlist-product hr {
    display: none !important;
}
#iqitwishlist-user-products .iqitwishlist-product img {
    border-radius: 10px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
    background: #fafafa !important;
}
#iqitwishlist-user-products ._name a {
    font-weight: 600 !important;
    color: #111 !important;
    font-size: 14px !important;
}
#iqitwishlist-user-products .product-price {
    font-weight: 700 !important;
    color: #f6166e !important;
    font-size: 15px !important;
}
/* Cantidad más pequeña */
#iqitwishlist-user-products .js-cart-line-product-quantity,
#iqitwishlist-user-products input[type=number] {
    width: 60px !important;
    height: 36px !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: 1px solid #eee !important;
    font-size: 14px !important;
    padding: 0 4px !important;
}
/* Sección compartir */
#iqitwishlist-share {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.07) !important;
    padding: 20px !important;
    margin-top: 20px !important;
}
#iqitwishlist-share h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}
#iqitwishlist-share .form-control {
    border-radius: 8px 0 0 8px !important;
    font-size: 12px !important;
}
#iqitwishlist-share .btn {
    border-radius: 0 8px 8px 0 !important;
    background: #f6166e !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
}

/* === COPYRIGHT MÁS CLARO === */
.ddonna-footer-copy {
    color: #bbb !important;
}

/* === CARRITO — tamaños reducidos === */
.product-line-grid .product-line-info .label {
    font-size: 13px !important;
}
.product-line-grid .unit-price .value {
    font-size: 13px !important;
}
.product-line-grid .product-price {
    font-size: 15px !important;
    font-weight: 700 !important;
}
.product-line-grid .product-image img {
    border-radius: 8px !important;
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
}

/* === PRODUCT CARD HOVER — botones sin fondo blanco === */
.ddonna-card {
    overflow: hidden !important;
}
.thumbnail-container {
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
}
.product-functional-buttons,
.product-functional-buttons-bottom {
    background: transparent !important;
    background-color: transparent !important;
}
.product-functional-buttons-links {
    background: transparent !important;
    background-color: transparent !important;
}
.product-functional-buttons-links a {
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* === PRODUCT CARD — botones hover contenidos === */
.ddonna-thumb {
    position: relative !important;
    overflow: hidden !important;
}
.product-functional-buttons-bottom {
    min-width: unset !important;
    bottom: 8px !important;
    transform: translate(-50%, 60px) !important;
}
.product-miniature:hover .product-functional-buttons-bottom,
.js-product-miniature:hover .product-functional-buttons-bottom {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
}
.product-functional-buttons {
    min-width: unset !important;
    padding: 0 !important;
}
.product-functional-buttons-links a {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
}
.product-functional-buttons-links a i {
    font-size: 14px !important;
}

/* === PÁGINA CARRITO — diseño mejorado === */

/* Líneas de producto en card */
#js-cart .cart-items,
.cart-items {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.07) !important;
    padding: 8px 20px !important;
    overflow: hidden !important;
}
.product-line-grid {
    padding: 16px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
.product-line-grid:last-child { border-bottom: none !important; }

/* Imagen */
.product-line-grid .product-image img {
    border-radius: 10px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    background: #fafafa !important;
}

/* Nombre del producto — negro, no rosa */
.product-line-grid .product-line-info .label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-decoration: none !important;
}
.product-line-grid .product-line-info .label:hover { color: #f6166e !important; }

/* Precio unitario */
.product-line-grid .unit-price .value {
    font-size: 13px !important;
    color: #888 !important;
}

/* Total de línea */
.product-line-grid .product-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #f6166e !important;
}

/* Botón eliminar */
.product-line-grid .remove-from-cart { color: #f6166e !important; font-size: 16px !important; }

/* Controles de cantidad */
.product-line-grid .js-cart-line-product-quantity {
    width: 52px !important;
    text-align: center !important;
    border: 1px solid #eee !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 4px !important;
}

/* Resumen lateral */
#js-cart .cart-grid-right .card,
.cart-grid-right .card {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.07) !important;
    border: none !important;
    overflow: hidden !important;
}
.cart-grid-right .cart-summary-line {
    display: flex !important;
    justify-content: space-between !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    color: #555 !important;
}
.cart-grid-right .cart-summary-line .value { font-weight: 600 !important; }
.cart-grid-right #cart-subtotal-shipping .value { color: #2ecc71 !important; font-weight: 700 !important; }

/* Total */
.cart-grid-right .cart-summary-line.cart-total .label {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #111 !important;
}
.cart-grid-right .cart-summary-line.cart-total .value {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #f6166e !important;
}

/* Botón Finalizar compra */
.cart-detailed-actions .btn-primary {
    border-radius: 50px !important;
    background: #f6166e !important;
    border: none !important;
    padding: 16px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
}
.cart-detailed-actions .btn-primary:hover { background: #d4105e !important; }

/* Título Carrito con línea rosa */
.page-cart h1 { 
    padding-bottom: 10px !important;
    border-bottom: 3px solid #f6166e !important;
    display: inline-block !important;
}

/* === PÁGINA CARRITO MOBILE === */
@media (max-width: 768px) {
    .cart-items {
        padding: 4px 12px !important;
    }
    .product-line-grid {
        flex-wrap: wrap !important;
    }
    .product-line-grid .product-image img {
        width: 60px !important;
        height: 60px !important;
    }
    .product-line-grid .product-line-info .label {
        font-size: 13px !important;
    }
    .product-line-grid .product-price {
        font-size: 14px !important;
    }
    .product-line-grid-right {
        padding-top: 8px !important;
    }
    .cart-grid-right {
        margin-top: 16px !important;
    }
    .cart-grid-right .cart-summary-line.cart-total .value {
        font-size: 18px !important;
    }
    .cart-detailed-actions .btn-primary {
        padding: 14px !important;
        font-size: 14px !important;
    }
}

/* === CHECKOUT MOBILE === */
@media (max-width: 768px) {
    .checkout-step .step-title {
        padding: 14px 16px !important;
        font-size: 14px !important;
    }
    .checkout-step .step-title .step-number {
        width: 26px !important;
        height: 26px !important;
        font-size: 12px !important;
        margin-right: 8px !important;
    }
    .checkout-step .content {
        padding: 14px 16px !important;
    }
    .payment-option {
        padding: 12px 12px !important;
    }
    .payment-option label {
        font-size: 13px !important;
    }
    #js-checkout-summary {
        margin-top: 16px !important;
    }
    #js-checkout-summary .cart-summary-line.cart-total .value {
        font-size: 16px !important;
    }
    #payment-confirmation button,
    #payment-confirmation .btn {
        padding: 14px !important;
        font-size: 14px !important;
    }
    .checkout-step .step-edit {
        font-size: 12px !important;
    }
}

/* === WISHLIST MOBILE === */
@media (max-width: 768px) {
    #iqitwishlist-user-products .iqitwishlist-product {
        padding: 12px !important;
    }
    #iqitwishlist-user-products .iqitwishlist-product img {
        width: 70px !important;
        height: 70px !important;
    }
    #iqitwishlist-user-products ._name a {
        font-size: 13px !important;
    }
    #iqitwishlist-user-products .product-price {
        font-size: 14px !important;
    }
    #iqitwishlist-user-products input[type=number] {
        width: 50px !important;
        height: 32px !important;
        font-size: 13px !important;
    }
    #iqitwishlist-share {
        padding: 14px !important;
    }
    #iqitwishlist-share .input-group {
        flex-direction: column !important;
    }
    #iqitwishlist-share .form-control {
        border-radius: 8px !important;
        margin-bottom: 8px !important;
    }
    #iqitwishlist-share .btn {
        border-radius: 8px !important;
        width: 100% !important;
    }
}

/* === SIDEBAR IZQUIERDA MOBILE === */
@media (max-width: 768px) {
    #left-column {
        padding: 14px !important;
        padding-right: 14px !important;
        margin-bottom: 20px !important;
        border-radius: 10px !important;
    }
}

/* === CARRITO — carrusel también compraron compacto === */
.page-cart .ddonna-category {
    font-size: 9px !important;
    margin-bottom: 4px !important;
}
.page-cart .ddonna-title a {
    font-size: 12px !important;
}
.page-cart .ddonna-price .product-price,
.page-cart .ddonna-price .price {
    font-size: 15px !important;
}
.page-cart .ddonna-info {
    padding: 12px 14px 16px !important;
}
.page-cart .ddonna-price {
    margin-top: 4px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .page-cart .ddonna-category {
        font-size: 8px !important;
    }
    .page-cart .ddonna-title a {
        font-size: 11px !important;
    }
    .page-cart .ddonna-price .product-price,
    .page-cart .ddonna-price .price {
        font-size: 13px !important;
    }
    .page-cart .ddonna-info {
        padding: 10px 10px 12px !important;
    }
}

/* === PRODUCTO — carruseles inferiores compactos === */
#product .ddonna-category,
body#product .ddonna-category {
    font-size: 9px !important;
    margin-bottom: 4px !important;
}
#product .ddonna-title a,
body#product .ddonna-title a {
    font-size: 12px !important;
}
#product .ddonna-price .product-price,
#product .ddonna-price .price,
body#product .ddonna-price .product-price,
body#product .ddonna-price .price {
    font-size: 15px !important;
}
#product .ddonna-info,
body#product .ddonna-info {
    padding: 12px 14px 16px !important;
}
#product .ddonna-price,
body#product .ddonna-price {
    margin-top: 4px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    #product .ddonna-category,
    body#product .ddonna-category {
        font-size: 8px !important;
    }
    #product .ddonna-title a,
    body#product .ddonna-title a {
        font-size: 11px !important;
    }
    #product .ddonna-price .product-price,
    #product .ddonna-price .price,
    body#product .ddonna-price .product-price,
    body#product .ddonna-price .price {
        font-size: 13px !important;
    }
    #product .ddonna-info,
    body#product .ddonna-info {
        padding: 10px 10px 12px !important;
    }
}

/* === DISPONIBILIDAD — visible aunque ddonna-thumb tenga overflow:hidden === */
.ddonna-thumb .product-availability {
    position: relative !important;
    z-index: 10 !important;
    overflow: visible !important;
}
.ddonna-thumb .product-availability .badge {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .ddonna-thumb .product-availability .badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
}

/* === FICHA DE PRODUCTO — badge disponibilidad visible === */
body#product #product-availability,
body#product .js-product-availability {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: static !important;
    margin-bottom: 10px !important;
    align-items: center !important;
    gap: 6px !important;
}
body#product .badge-success { background: #2ecc71 !important; color: #fff !important; }
body#product .badge-danger  { background: #e74c3c !important; color: #fff !important; }
body#product .badge-warning { background: #f39c12 !important; color: #fff !important; }

@media (max-width: 768px) {
    body#product #product-availability,
    body#product .js-product-availability {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
}

/* === FICHA DE PRODUCTO — estrellas vacías cuando no hay reseñas === */
.iqitreviews-empty { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.iqitreviews-empty .iqit-review-star { color: #ccc; font-size: 16px; }
.iqitreviews-write-first { font-size: 13px; color: #f6166e !important; text-decoration: underline; cursor: pointer; }
.iqitreviews-write-first:hover { color: #c0004f !important; }

@media (max-width: 768px) {
    .iqitreviews-empty .iqit-review-star { font-size: 14px; }
    .iqitreviews-write-first { font-size: 12px; }
}

/* === GALERÍA PRODUCTO — flechas y botón ampliar en círculo fucsia === */
.product-cover .swiper-button-arrow {
    width: 44px !important;
    height: 44px !important;
    background: #f6166e !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.92 !important;
    transition: opacity 0.2s !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.product-cover .swiper-button-arrow:hover {
    opacity: 1 !important;
}
.product-cover .swiper-button-arrow::after {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.product-cover .swiper-button-inner-prev { left: 10px !important; right: auto !important; }
.product-cover .swiper-button-inner-next { right: 10px !important; left: auto !important; }

.product-cover .expander {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
    background: rgba(0,0,0,0.55) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 15px !important;
    z-index: 10 !important;
    opacity: 0.92 !important;
    transition: opacity 0.2s !important;
}
.product-cover .expander:hover { opacity: 1 !important; }
.product-cover .expander span { display: flex !important; align-items: center !important; justify-content: center !important; }
.product-cover .expander i { color: #fff !important; }

@media (max-width: 768px) {
    .product-cover .swiper-button-arrow {
        width: 36px !important;
        height: 36px !important;
    }
    .product-cover .swiper-button-arrow::after {
        font-size: 13px !important;
    }
    .product-cover .expander {
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }
}

/* === RESEÑAS — estrellas de valoración con ruta absoluta === */
.star-content div.star,
.star-content div.star-on,
.star-content div.star-hover {
    background-image: url('/modules/productcomments/views/img/stars.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    flex: auto !important;
    margin-left: 3px !important;
}
.star-content div.star-on,
.star-content div.star-hover {
    background-position: -24px 0 !important;
}
.star-content {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    margin: 0 0 0 5px !important;
}
.grade-stars {
    position: relative !important;
    height: 20px !important;
    min-width: 120px !important;
    display: inline-block !important;
}
.grade-stars .star-content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

@media (max-width: 768px) {
    .grade-stars { min-width: 90px !important; }
}

/* === BADGE DISPONIBILIDAD — alineación icono + border radius === */
body#product #product-availability,
body#product .js-product-availability {
    border-radius: 50px !important;
    padding: 6px 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}
body#product #product-availability i,
body#product .js-product-availability i {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

@media (max-width: 768px) {
    body#product #product-availability,
    body#product .js-product-availability {
        font-size: 12px !important;
        padding: 5px 12px !important;
    }
}

/* === RESEÑAS — sustituir png stars por FontAwesome === */
.badge-success,
.badge-danger,
.badge-warning {
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.badge-success i,
.badge-danger i,
.badge-warning i {
    font-size: 11px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .badge-success,
    .badge-danger,
    .badge-warning {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
}

/* === STARS RATING - filtro rosa sobre sprite === */
.star-content div.star-on,
.star-content div.star-hover {
    filter: invert(24%) sepia(99%) saturate(3000%) hue-rotate(313deg) brightness(1.1) !important;
}
@media (max-width: 768px) {
    .star-content div.star-on,
    .star-content div.star-hover {
        filter: invert(24%) sepia(99%) saturate(3000%) hue-rotate(313deg) brightness(1.1) !important;
    }
}

/* === STARS MODAL productcomments - criterion-rating === */
.criterion-rating .grade-stars {
    height: auto !important;
    min-width: auto !important;
    display: block !important;
    position: static !important;
}
.criterion-rating .grade-stars .star-content {
    position: static !important;
    display: inline-flex !important;
}
.criterion-rating .label,
.criterion-rating label {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}
.criterion-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
}
@media (max-width: 768px) {
    .criterion-rating {
        flex-wrap: wrap !important;
    }
}

/* === STARS MODAL criterion-rating - FA6 === */
.criterion-rating .grade-stars .star-content div.star,
.criterion-rating .grade-stars .star-content div.star-on,
.criterion-rating .grade-stars .star-content div.star-hover {
    background-image: none !important;
    background: transparent !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 20px !important;
}
.criterion-rating .grade-stars .star-content div.star::before {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 400 !important;
    content: '\f005' !important;
    color: #ccc !important;
}
.criterion-rating .grade-stars .star-content div.star-on::before,
.criterion-rating .grade-stars .star-content div.star-hover::before {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    content: '\f005' !important;
    color: #f6c200 !important;
}
@media (max-width: 768px) {
    .criterion-rating .grade-stars .star-content div.star,
    .criterion-rating .grade-stars .star-content div.star-on,
    .criterion-rating .grade-stars .star-content div.star-hover {
        width: 22px !important;
        height: 22px !important;
        font-size: 17px !important;
    }
}

/* === STARS RADIO - criterion rating modal === */
.criterion-stars-radio {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 2px;
    vertical-align: middle;
}
.criterion-stars-radio input.crit-radio { display: none !important; }
.criterion-stars-radio label {
    font-size: 26px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.15s;
    line-height: 1;
}
.criterion-stars-radio input.crit-radio:checked ~ label,
.criterion-stars-radio label:hover,
.criterion-stars-radio label:hover ~ label {
    color: #f6c200 !important;
}
.criterion-label { font-weight: 600; margin-right: 10px; }
@media (max-width: 768px) {
    .criterion-stars-radio label { font-size: 22px; }
}

/* product-additional-info write review button */
.product-comments-additional-info .btn-iqit-write-review {
  background-color: #f6166e;
  border-color: #f6166e;
  color: #fff;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-top: 8px;
}
.product-comments-additional-info .btn-iqit-write-review:hover {
  background-color: #d4125d;
  border-color: #d4125d;
  color: #fff;
}
@media (max-width: 768px) {
  .product-comments-additional-info .btn-iqit-write-review { width: 100%; }
}

/* padding-top botones compartir en producto */
.product-additional-info .social-sharing {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .product-additional-info .social-sharing { padding-top: 10px; }
}
#product-infos-tabs.nav-tabs .nav-link.active,
#main-product-wrapper .nav-tabs .nav-link.active {
  border-bottom: 2px solid #f6166e !important;
}

/* Ocultar logo D'DONNA arriba derecha */
.product-manufacturer-next { display: none !important; }
.product-manufacturer { display: none !important; }

/* DDONNA encima del titulo de producto */
.product_header_container .page-title::before {
  content: "DDONNA";
  display: block;
  color: #f6166e;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* === Rediseno parte superior ficha producto === */

/* 1. Imagen principal mas ancha + card con radius y shadow */
.col-product-image { padding-left: 0; }
#product-images-large .product-cover,
.product-cover {
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.10);
  overflow: hidden;
}

/* 2. Thumbnails con radius y shadow */
#product-images-thumbs .thumb-container,
.js-thumb {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.09);
  overflow: hidden;
}

/* 3. Logo DDONNA fucsia encima del titulo */
.product_header_container .page-title::before {
  content: ;
  display: block;
  width: 120px;
  height: 28px;
  background: url('/themes/warehouse/assets/img/logo-fucsia.png') no-repeat left center;
  background-size: contain;
  margin-bottom: 8px;
}

/* 4. Rating/valorar debajo del titulo en linea propia */
#iqitreviews-rating-product {
  display: block !important;
  clear: both;
  margin-top: 6px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-cover { border-radius: 10px; }
  #product-images-thumbs .thumb-container,
  .js-thumb { border-radius: 7px; }
  .product_header_container .page-title::before { width: 90px; height: 22px; }
}
