*{box-sizing:border-box}
html,body{margin:0;padding:0;width:100%;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;color:var(--vTextColor);background:var(--vPageBackgroundColor)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
#dvFullPage{width:100%;max-width:var(--vLayoutMaxWidth);margin:0 auto;background:#fff}
#dvFullHeader,#dvFullBody,#dvFullFooter{width:100%;margin:0;padding:0}
#dvHeaderBox,#dvBodyBox,#dvFooterBox{width:100%;max-width:var(--vLayoutMaxWidth);margin:0 auto;}
#dvHeaderBox{display:flex;flex-wrap:wrap;background:#fff}
#dvHeaderLogo{flex:0 0 var(--vHeaderLogoMaxWidth);max-width:var(--vHeaderLogoMaxWidth);min-height:118px;padding:14px 14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
#dvHeaderBody{flex:1;min-width:0}
#dvHeaderNav,#dvHeaderBar{flex:0 0 100%;width:100%}
#dvHeaderBar{height:4px;background:var(--vPrimaryDarkColor)}
.clLogoLink{display:flex;width:100%;max-width:190px;align-items:center;justify-content:center;line-height:0}
.clLogoLink svg{display:block;width:100%;height:auto;max-width:190px;max-height:88px}
.clHeaderTop{min-height:32px;background:var(--vPrimaryColor);color:#fff;display:flex;align-items:center;gap:24px;padding:7px 18px;font-size:12px;white-space:nowrap;overflow:visible;flex-wrap:wrap}
.clHeaderTopAuthItem{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}
.clHeaderTopAuthLinks{display:flex;align-items:center;gap:10px}
.clHeaderAuthIcon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;line-height:0}
.clHeaderAuthIcon svg{width:100%;height:100%;fill:currentColor;display:block}
.clHeaderAuthText{line-height:1}
.clHeaderAuthLink{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#fff;font:inherit;font-weight:700;cursor:pointer;padding:0;text-decoration:none}
.clHeaderAuthLink:hover{color:#d7ffe4}
.clHeaderAuthSep{opacity:.75}
.clHeaderUserWelcome{font-weight:700}
.clHeaderAction.clHeaderAuthLogin,
.clHeaderAction.clHeaderAuthRegister,
.clHeaderAction.clHeaderAuthAccount{display:inline-flex;align-items:center;gap:7px;border-radius:8px;padding:10px 14px;font-weight:700;border:1px solid var(--vBorderColor)}
.clHeaderAuthRegister{background:var(--vPrimaryColor)!important;color:#fff!important;border:1px solid var(--vPrimaryColor)!important}
.clHeaderAuthLogin{background:#fff!important;color:var(--vPrimaryColor)!important;border:1px solid var(--vBorderColor)!important}
.clHeaderAuthAccount{background:#fff!important;color:var(--vPrimaryColor)!important;border:1px solid var(--vBorderColor)!important}
.clHeaderUserMenu .clHeaderUserWelcome{font-weight:700}
.clHeaderAuthLogout:hover{color:#ffc9c9}
.clHeaderSearch{display:flex;align-items:center;gap:9px;padding:15px 18px}
.clInputSearch{flex:1;min-width:0;height:44px;border:1px solid var(--vBorderColor);border-radius:var(--vRadiusSmall);padding:0 15px;outline:none;color:var(--vTextColor);background:#fff}
.clInputSearch:focus{border-color:var(--vPrimaryColor);box-shadow:0 0 0 2px var(--vSecondaryColor)}
.clButtonSearch{height:44px;border:0;border-radius:var(--vRadiusSmall);background:var(--vPrimaryColor);color:#fff;font-weight:700;padding:0 28px;cursor:pointer}
.clHeaderAction{border:0;background:#fff;padding:10px 12px;white-space:nowrap;cursor:pointer;color:var(--vTextColor)}
.clHeaderAction:hover{color:var(--vPrimaryColor)}
.clNav{width:100%;display:flex;justify-content:center;align-items:center;background:var(--vPrimaryColor)}
.clNavLink{color:#fff;font-weight:700;padding:15px 30px}
.clNavLink:hover,.clNavLink:focus{background:var(--vPrimaryDarkColor)}
#dvBodyBox{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff}
#dvBodyBox>section{width:100%;max-width:100%;min-width:0;overflow:hidden}
#dvFooterBox{display:flex;flex-wrap:wrap;background:var(--vFooterColor);color:#fff}
#dvFooterBar{width:100%;height:5px;background:var(--vPrimaryColor)}
#dvFooterBody{display:flex;width:100%}
#dvLeftFooter,#dvCenterFooter,#dvRightFooter{flex:1;min-width:0;padding:32px 28px}
.clFooterBrand{margin:0 0 8px;color:#fff}
.clFooterBrand span,.clFooterTitle{color:#55cf86}
.clFooterTitle{font-size:14px}
.clFooterText,.clFooterLink{font-size:13px;color:#dbe8e3;line-height:1.6;display:block}
.clFooterLink:hover{color:#fff}
.clFloatArea{position:fixed;right:22px;bottom:22px;z-index:1000}
.clFloatWhatsApp{width:58px;height:58px;border-radius:50%;border:4px solid #fff;background:var(--vPrimaryColor);color:#fff;font-size:0;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.2)}
.clFloatWhatsApp:after{content:'◔';font-size:28px}
.clModal{border:0;border-radius:var(--vRadiusMedium);padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.clModal::backdrop{background:rgba(0,0,0,.45)}
.clButtonModalClose{border:1px solid var(--vBorderColor);background:#fff;border-radius:var(--vRadiusSmall);padding:8px 14px}
.clModalBody{min-width:280px;min-height:80px;padding-top:15px}
.clTitle{font-size:36px}
.clReferencePanel{border:1px solid var(--vBorderColor);border-radius:var(--vRadiusMedium);padding:40px;background:var(--vSurfaceColor)}

.clProductsBox{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:10px;
    padding:20px;
    box-sizing:border-box;
}

.clProductCard{
    flex:0 0 calc(16.666% - 9px);
    min-width:0;
    box-sizing:border-box;
}

/* =========================================================
 * IBS COMMERCE
 * MODAL
 * ========================================================= */


/* =========================================================
 * CONTENEDOR PRINCIPAL
 * ========================================================= */

 #dvFullModal {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 99999;

    display: none;

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

    background:
        rgba(0, 0, 0, 0.55);

    padding: 20px;

    box-sizing: border-box;

}


/* =========================================================
 * CONTENIDO DEL MODAL
 * ========================================================= */

#dvModalContent {

    width: min(
        900px,
        100%
    );

    max-height: 90vh;

    background: #ffffff;

    border-radius: 12px;

    overflow: hidden;

    box-shadow:
        0 20px 60px
        rgba(0, 0, 0, 0.25);

    display: flex;

    flex-direction: column;

}


/* =========================================================
 * BARRA DEL MODAL
 * ========================================================= */

#dvModalBar {

    min-height: 60px;

    padding:
        0 20px;

    background: #008f39;

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-sizing: border-box;

}


/* =========================================================
 * TITULO
 * ========================================================= */

#dvModalTitle {

    font-size: 20px;

    font-weight: 700;

    line-height: 1.2;

}


/* =========================================================
 * BOTON CERRAR
 * ========================================================= */

#btModalClose {

    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.15);

    color: #ffffff;

    font-size: 28px;

    line-height: 38px;

    text-align: center;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

}


#btModalClose:hover {

    background:
        rgba(255, 255, 255, 0.25);

}


/* =========================================================
 * CUERPO DEL MODAL
 * ========================================================= */

#dvModalBody {

    padding: 25px;

    overflow-y: auto;

    flex: 1;

    box-sizing: border-box;

}


/* =========================================================
 * RESPONSIVE
 * ========================================================= */

@media (
    max-width: 600px
) {

    #dvFullModal {

        padding: 10px;

    }


    #dvModalContent {

        max-height: 95vh;

        border-radius: 10px;

    }


    #dvModalBar {

        min-height: 55px;

        padding:
            0 15px;

    }


    #dvModalTitle {

        font-size: 18px;

    }


    #dvModalBody {

        padding: 18px;

    }

}


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

 .clProductCard {

    display: flex;

    flex-direction: column;

    width: 100%;

    background: #fff;

    border: 1px solid #e5e5e5;

    border-radius: 14px;

    overflow: hidden;

    box-sizing: border-box;

    transition:
        transform .2s ease,
        box-shadow .2s ease;

}


.clProductCard:hover {

    transform:
        translateY(-3px);

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

}


/* =========================================================
 * CARD - IMAGEN DEL PRODUCTO
 *
 * Se mantienen los dos nombres de contenedor para que el
 * CSS funcione con las tarjetas actuales sin modificar la
 * forma en que el JavaScript carga los productos.
 * ========================================================= */

.clProductImage,
.clProductImageBox {

    width: 100%;

    height: 175px;

    flex: 0 0 175px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f7f7f7;

    overflow: hidden;

    box-sizing: border-box;

    padding: 10px;

    cursor: pointer;

}


/* =========================================================
 * IMAGEN DEL PRODUCTO
 *
 * La imagen conserva su proporción y se adapta al
 * contenedor. Nunca se recorta ni se sale de la tarjeta.
 * ========================================================= */

.clProductImage img,
.clProductImageBox img {

    display: block;

    width: auto;

    height: auto;

    max-width: 100%;

    max-height: 100%;

    object-fit: contain;

    margin: 0 auto;

}


/* =========================================================
 * EFECTO SUAVE
 * ========================================================= */

.clProductImage:hover img,
.clProductImageBox:hover img {

    transform: scale(1.02);

}


/* =========================================================
 * INFORMACION
 * ========================================================= */

.clProductInfo {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 16px;

    box-sizing: border-box;

}


/* =========================================================
 * CODIGO
 * ========================================================= */

.clProductCode {

    margin-bottom: 6px;

    font-size: 12px;

    color: #777;

}


/* =========================================================
 * NOMBRE
 * ========================================================= */

.clProductName {

    margin: 0 0 8px;

    font-size: 18px;

    line-height: 1.25;

    font-weight: 700;

    cursor: pointer;

}


/* =========================================================
 * DESCRIPCION
 * ========================================================= */

.clProductDescription {

    margin: 0;

    color: #666;

    font-size: 14px;

    line-height: 1.5;

    cursor: pointer;

}


/* =========================================================
 * PARTE INFERIOR
 * ========================================================= */

.clProductBottom {

    margin-top: auto;

    padding-top: 18px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

}


/* =========================================================
 * PRECIO
 * ========================================================= */

.clProductPrice {

    font-size: 20px;

    line-height: 1;

    font-weight: 800;

    color: var(--store-color);

}


/* =========================================================
 * BOTON AGREGAR
 * ========================================================= */

.clProductAdd {

    width: 42px;

    height: 42px;

    flex: 0 0 42px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: var(--store-color);

    color: #fff;

    font-size: 25px;

    font-weight: 700;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition:
        transform .2s ease,
        opacity .2s ease;

}


.clProductAdd:hover {

    transform:
        scale(1.08);

    opacity: .9;

}


.clProductAdd:active {

    transform:
        scale(.96);

}







@media(max-width:900px){
    #dvHeaderLogo{flex:0 0 100%;max-width:100%;min-height:94px;padding:10px}
    .clLogoLink{max-width:190px;margin:auto}
    #dvHeaderBody{flex:0 0 100%;width:100%}
    .clHeaderTop{height:auto;justify-content:center;gap:10px;flex-wrap:wrap;padding:8px 10px}
    .clHeaderSearch{flex-wrap:wrap;padding:12px}
    .clInputSearch{flex:1 1 100%}
    .clButtonSearch{flex:1}
    .clHeaderAction{flex:1}
    .clNav{flex-direction:column}
    .clNavLink{width:100%;text-align:center;padding:11px}
    #dvFooterBody{flex-direction:column}
    #dvLeftFooter,#dvCenterFooter,#dvRightFooter{width:100%;flex:0 0 100%}
}


.clProductAdd {
    background: var(--vPrimaryColor);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}



/* =========================================================
 * PRODUCTOS - RESPONSIVE
 * ========================================================= */

@media(max-width:1200px){
    .clProductCard{
        flex-basis:calc(20% - 8px);
    }
}

@media(max-width:1000px){
    .clProductCard{
        flex-basis:calc(25% - 8px);
    }
}

@media(max-width:750px){
    .clProductCard{
        flex-basis:calc(33.333% - 7px);
    }
}

@media(max-width:500px){
    .clProductCard{
        flex-basis:calc(50% - 5px);
    }
}

@media(max-width:360px){
    .clProductCard{
        flex-basis:100%;
    }
}



/* =========================================================
 * CARRITO - TIENDA PRINCIPAL
 * ========================================================= */
.clCartMain{display:flex;flex-direction:column;min-width:0}
.clCartMainItems{display:flex;flex-direction:column;gap:10px;max-height:58vh;overflow:auto}
.clCartMainItem{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid var(--vBorderColor);border-radius:10px;background:#fff;min-width:0}
.clCartMainImage{width:70px;height:70px;flex:0 0 70px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;border-radius:8px}
.clCartMainImage img{width:100%;height:100%;object-fit:contain;display:block}
.clCartMainInfo{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}
.clCartMainCode{font-size:11px;color:#777}
.clCartMainName{font-size:15px;line-height:1.25}
.clCartMainPrice{font-size:13px;color:#666}
.clCartMainControls{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.clCartMainControls button{width:30px;height:30px;border:1px solid var(--vBorderColor);border-radius:50%;background:#fff;cursor:pointer;font-size:18px;line-height:1}
.clCartMainControls span{min-width:24px;text-align:center;font-weight:700}
.clCartMainSubtotal{min-width:100px;text-align:right;font-size:15px}
.clStoreCartRemove{width:30px;height:30px;border:0;background:transparent;color:#777;font-size:22px;cursor:pointer}
.clCartMainFooter{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid var(--vBorderColor);flex-wrap:wrap}
.clCartMainTotal{display:flex;flex-direction:column;gap:4px}
.clCartMainTotal span{font-size:13px;color:#777}
.clCartMainTotal strong{font-size:22px;color:var(--vPrimaryColor)}
.clCartMainActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}
.clCartMainFooter>div{display:flex;flex-direction:column;gap:4px}
.clCartMainFooter>div span{font-size:13px;color:#777}
.clCartMainFooter>div strong{font-size:22px;color:var(--vPrimaryColor)}
.clCartContinueAdding{border:1px solid var(--vPrimaryColor);border-radius:8px;padding:12px 16px;background:#fff;color:var(--vPrimaryColor);font-weight:700;cursor:pointer}
.clCartCheckout{border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer}
.clCartContinue{border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer}
.clCartEmptyMain{text-align:center;padding:45px 20px}
.clCartEmptyIcon{font-size:42px;margin-bottom:10px}
.clCartEmptyMain h3{margin:0 0 8px}
.clCartEmptyMain p{margin:0 0 16px;color:#666}
.clCartEmptyMain .clCartContinue{margin-top:8px}
.clCartContinue:disabled{opacity:.55;cursor:not-allowed}
.ibscommerce-modal-open{overflow:hidden}

.clPaymentMain{display:flex;flex-direction:column;gap:18px;min-width:0}
.clPaymentSummary{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--vBorderColor);border-radius:10px;background:#f8faf9}
.clPaymentSummaryLabel{font-size:13px;color:#777}
.clPaymentSummaryTotal{font-size:24px;color:var(--vPrimaryColor)}
.clPaymentSummaryItems{font-size:13px;color:#666}
.clPaymentForm{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.clPaymentField{display:flex;flex-direction:column;gap:6px;min-width:0}
.clPaymentField:nth-child(5),
.clPaymentField:nth-child(6),
.clPaymentField:nth-child(7){grid-column:1 / -1}
.clPaymentField label{font-size:13px;font-weight:700;color:#444}
.clPaymentInput{width:100%;border:1px solid var(--vBorderColor);border-radius:8px;padding:10px 12px;font:inherit;box-sizing:border-box}
.clPaymentInput:focus{outline:none;border-color:var(--vPrimaryColor);box-shadow:0 0 0 2px rgba(0,143,57,.15)}
.clPaymentTextarea{resize:vertical;min-height:84px}
.clPaymentActions{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:4px}
.clPaymentBack{border:1px solid var(--vPrimaryColor);border-radius:8px;padding:12px 16px;background:#fff;color:var(--vPrimaryColor);font-weight:700;cursor:pointer}
.clPaymentSubmit{border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer}
.clPaymentSuccess{text-align:center;padding:40px 20px}
.clPaymentSuccessIcon{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:#e8f8ee;color:var(--vPrimaryColor);font-size:28px;line-height:56px;font-weight:700}
.clPaymentSuccess h3{margin:0 0 8px}
.clPaymentSuccess p{margin:0 0 18px;color:#666}
.clPaymentDone{border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer}

.clAuthMain{display:flex;flex-direction:column;gap:18px;min-width:0}
.clAuthIntro h3{margin:0 0 6px;font-size:22px}
.clAuthIntro p{margin:0;color:#666;line-height:1.5}
.clAuthTabs{display:flex;gap:8px;padding:4px;border:1px solid var(--vBorderColor);border-radius:10px;background:#f7f7f7}
.clAuthTab{flex:1;border:0;border-radius:8px;padding:11px 14px;background:transparent;color:#555;font-weight:700;cursor:pointer}
.clAuthTabActive{background:#fff;color:var(--vPrimaryColor);box-shadow:0 2px 8px rgba(0,0,0,.08)}
.clAuthPanel{display:block}
.clAuthPanelHidden{display:none}
.clAuthForm{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.clAuthField{display:flex;flex-direction:column;gap:6px;min-width:0}
.clAuthField:nth-child(1),
.clAuthField:nth-child(2),
.clAuthField:nth-child(3),
.clAuthField:nth-child(4),
.clAuthField:nth-child(5){grid-column:1 / -1}
.clAuthField label{font-size:13px;font-weight:700;color:#444}
.clAuthInput{width:100%;border:1px solid var(--vBorderColor);border-radius:8px;padding:10px 12px;font:inherit;box-sizing:border-box}
.clAuthInput:focus{outline:none;border-color:var(--vPrimaryColor);box-shadow:0 0 0 2px rgba(0,143,57,.15)}
.clAuthCheck{display:flex;align-items:center;gap:8px;grid-column:1 / -1;font-size:13px;color:#555}
.clAuthCheck input{width:auto}
.clAuthSubmit{grid-column:1 / -1;border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer}
.clAuthHint{display:block;margin-top:4px;font-size:12px;color:#888;line-height:1.4}
.clAuthLink{color:var(--vPrimaryColor);font-weight:700;text-decoration:underline}
.clAuthSwitch{margin:0;grid-column:1 / -1;text-align:center;font-size:14px;color:#666}
.clAuthSwitchLink{border:0;background:transparent;padding:0;color:var(--vPrimaryColor);font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}
.clAuthSelect{appearance:auto;cursor:pointer}
.clRegisterIntro .clRegisterBadge{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#e8f8ee;color:var(--vPrimaryColor);font-size:12px;font-weight:700;letter-spacing:.3px}
.clRegisterSection{display:grid;grid-template-columns:1fr 1fr;gap:14px;grid-column:1 / -1;padding:16px;border:1px solid var(--vBorderColor);border-radius:12px;background:#fafcfb}
.clRegisterSectionTitle{grid-column:1 / -1;margin:0 0 2px;font-size:13px;font-weight:700;color:var(--vPrimaryColor);letter-spacing:.4px;text-transform:uppercase}
.clRegisterForm .clAuthField{grid-column:auto}
.clRegisterForm .clAuthFieldRow{display:contents}
.clRegisterForm .clRegisterSection>.clAuthField{grid-column:1 / -1}
.clRegisterSubmit{font-size:16px;padding:14px 20px}
.clRegisterForm>.clAuthCheck,
.clRegisterForm>.clAuthSubmit,
.clRegisterForm>.clAuthSwitch{grid-column:1 / -1}
.clAuthMainRegister .clAuthPanel{max-height:58vh;overflow:auto;padding-right:4px}
#dvModalContent:has(#dvModalBody[data-auth-mode="register"]){width:min(760px,100%)}
#dvModalBody[data-auth-mode="register"] .clAuthMain{gap:16px}
.clAccountMain{display:flex;flex-direction:column;gap:18px}
.clAccountHero{padding:18px;border:1px solid var(--vBorderColor);border-radius:12px;background:#f8faf9}
.clAccountBadge{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#e8f8ee;color:var(--vPrimaryColor);font-size:12px;font-weight:700}
.clAccountHero h3{margin:0 0 6px;font-size:24px}
.clAccountHero p{margin:0;color:#666}
.clAccountStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}
.clAccountStat{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--vBorderColor);border-radius:10px;background:#fff}
.clAccountStat strong{font-size:24px;color:var(--vPrimaryColor)}
.clAccountStat span{font-size:13px;color:#666}
.clAccountActions{display:flex;flex-wrap:wrap;gap:10px}
.clAccountActions .clAuthGoCart,
.clAccountActions .clAuthGoCheckout,
.clAccountActions .clAuthLogout{border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer}
.clAccountActions .clAuthGoCart,
.clAccountActions .clAuthGoCheckout{border:0;background:var(--vPrimaryColor);color:#fff}
.clAccountActions .clAuthLogout{margin-left:auto;border:1px solid var(--vBorderColor);background:#fff;color:#555}

.clWelcomeMain{gap:16px}
.clWelcomeHero{text-align:center}
.clWelcomeMessage{display:flex;flex-direction:column;gap:10px;padding:0 4px;color:#444;line-height:1.55}
.clWelcomeMessage p{margin:0}
.clWelcomeActions .clWelcomeClose{border:1px solid var(--vBorderColor);background:#fff;color:#555;border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer}
.clWelcomeActions .clWelcomeGoLogin{flex:1}

#dvModalContent:has(#dvModalBody[data-modal-type="product"]){width:min(960px,100%)}
.clProductDetailMain{display:grid;grid-template-columns:minmax(240px,1fr) minmax(280px,1.1fr);gap:24px;min-width:0}
.clProductDetailImage{display:flex;align-items:center;justify-content:center;min-height:280px;padding:18px;background:#f7f7f7;border-radius:12px;border:1px solid var(--vBorderColor)}
.clProductDetailImage img{display:block;width:auto;height:auto;max-width:100%;max-height:360px;object-fit:contain}
.clProductDetailInfo{display:flex;flex-direction:column;gap:12px;min-width:0}
.clProductDetailCode{font-size:12px;color:#777;font-weight:700;letter-spacing:.4px}
.clProductDetailName{margin:0;font-size:26px;line-height:1.25;color:var(--vTextColor)}
.clProductDetailDescription{margin:0;color:#555;line-height:1.6;font-size:14px}
.clProductDetailEmpty{color:#999;font-style:italic}
.clProductDetailMeta{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;color:#666}
.clProductDetailMeta span{padding:6px 10px;border-radius:999px;background:#f3f7f4}
.clProductDetailPriceRow{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:18px;border-top:1px solid var(--vBorderColor);flex-wrap:wrap}
.clProductDetailPriceBox{display:flex;flex-direction:column;gap:4px}
.clProductDetailPriceLabel{font-size:13px;color:#777}
.clProductDetailPrice{font-size:28px;color:var(--vPrimaryColor)}
.clProductDetailSubtotal{font-size:14px;color:#666;font-weight:700}
.clProductDetailActions{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-left:auto}
.clProductDetailQtyBox{display:flex;flex-direction:column;gap:6px}
.clProductDetailQtyLabel{font-size:13px;font-weight:700;color:#444}
.clProductDetailQtyControls{display:flex;align-items:center;gap:8px}
.clProductDetailQtyControls button{width:36px;height:36px;border:1px solid var(--vBorderColor);border-radius:50%;background:#fff;cursor:pointer;font-size:20px;line-height:1;color:var(--vTextColor)}
.clProductDetailQtyControls button:hover{border-color:var(--vPrimaryColor);color:var(--vPrimaryColor)}
.clProductDetailQty{width:72px;height:36px;border:1px solid var(--vBorderColor);border-radius:8px;text-align:center;font:inherit;font-weight:700;box-sizing:border-box;-moz-appearance:textfield;appearance:textfield}
.clProductDetailQty::-webkit-outer-spin-button,.clProductDetailQty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.clProductDetailQty:focus{outline:none;border-color:var(--vPrimaryColor);box-shadow:0 0 0 2px rgba(0,143,57,.15)}
.clProductDetailAdd{border:0;border-radius:8px;padding:12px 20px;background:var(--vPrimaryColor);color:#fff;font-weight:700;cursor:pointer;white-space:nowrap;min-height:36px}
.clProductDetailFeedback{min-height:0;margin:0;font-size:13px;font-weight:700;color:var(--vPrimaryColor);opacity:0;transition:opacity .2s ease}
.clProductDetailFeedbackVisible{opacity:1}

.clProductCardAdded{box-shadow:0 0 0 3px rgba(0,143,57,.35);transition:box-shadow .2s ease}

@media(max-width:650px){
    .clCartMainItem{flex-wrap:wrap}
    .clCartMainInfo{flex-basis:calc(100% - 90px)}
    .clCartMainControls{margin-left:84px}
    .clCartMainSubtotal{margin-left:auto}
    .clCartMainFooter{flex-direction:column;align-items:stretch}
    .clCartMainActions{margin-left:0;width:100%}
    .clCartContinueAdding,.clCartCheckout,.clCartContinue{width:100%}
    .clPaymentForm{grid-template-columns:1fr}
    .clPaymentActions{flex-direction:column;align-items:stretch}
    .clPaymentBack,.clPaymentSubmit{width:100%}
    .clAuthForm{grid-template-columns:1fr}
    .clRegisterSection{grid-template-columns:1fr}
    .clAccountActions{flex-direction:column;align-items:stretch}
    .clAccountActions .clAuthLogout{margin-left:0;width:100%}
    .clAccountActions .clAuthGoCart,
    .clAccountActions .clAuthGoCheckout{width:100%}
    .clProductDetailMain{grid-template-columns:1fr}
    .clProductDetailImage{min-height:220px}
    .clProductDetailPriceRow{flex-direction:column;align-items:stretch}
    .clProductDetailActions{margin-left:0;width:100%;flex-direction:column;align-items:stretch}
    .clProductDetailAdd{width:100%}
}
