.scitec-mini-cart-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:99998;
    display:none;
}

.scitec-mini-cart{
    position:fixed;
    right:-540px;
    top:0;
    width:540px;
    max-width:100%;
    height:100%;
    background:#fff;
    z-index:99999;
    transition:right .3s ease;
    display:flex;
    flex-direction:column;
}

.scitec-mini-cart.active{
    right:0;
}



body.scitec-cart-open{
    overflow:hidden;
}

.scitec-mini-cart{
    right:-540px;
    transition:
        right .35s ease,
        opacity .35s ease;
}

.scitec-mini-cart.active{
    right:0;
}

.scitec-mini-cart-overlay{
    display:none;
}

.scitec-empty-cart{
    padding:80px 30px;
    text-align:center;
}

.scitec-empty-cart svg{
    width:72px;
    height:72px;
    opacity:.4;
    margin-bottom:25px;
}

.scitec-empty-cart h3{
    margin:0 0 25px;
    font-size:20px;
}

.scitec-mini-cart{
    display:flex;
    flex-direction:column;
}

.scitec-mini-cart-body{
    flex:1;
    overflow:auto;
}

.scitec-mini-cart-footer{
    flex-shrink:0;
}

.scitec-mini-cart.loading{
    position:relative;
}

.scitec-mini-cart.loading::after{
    content:'';
    width:38px;
    height:38px;
    border:3px solid #e5e5e5;
    border-top-color:#000;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:
        translate(-50%,-50%);
    animation:
        scitec-spin .6s linear infinite;
}

@keyframes scitec-spin{
    to{
        transform:
            translate(-50%,-50%)
            rotate(360deg);
    }
}

.scitec-cart-item{
    transition:
        opacity .25s,
        transform .25s;
}

.scitec-cart-item.removing{
    opacity:0;
    transform:translateX(25px);
}

@media(max-width:767px){

    .scitec-mini-cart{
        width:100%;
        right:-100%;
    }

    .scitec-item-image{
        width:90px;
    }

    .scitec-checkout-btn{
        height:56px;
    }
}

.cart-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:22px;
    height:22px;

    border-radius:50%;

    background:#000;
    color:#fff;

    font-size:12px;
    margin-left:8px;
}

.scitec-mini-cart{
    width:540px;
    background:#fff;
    box-shadow:-10px 0 40px rgba(0,0,0,.08);
}

.scitec-mini-cart-header{
    height:80px;
    padding:0 42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eee;
}

.scitec-mini-cart-header h3{
    margin:0;
    font-size:20px;
    font-weight:800;
    letter-spacing:.12em;
}

.scitec-mini-cart-close{
    width:36px;
    height:36px;
    border:0;
    background:none;
    font-size:32px;
    cursor:pointer;
}

.scitec-mini-cart-body{
    flex:1;
    overflow:auto;
    padding:32px 42px;
}

.scitec-cart-item{
    display:flex;
    gap:20px;
    padding-bottom:36px;
    margin-bottom:36px;
    border-bottom:1px solid #eee;
}

.scitec-item-image{
    width:100px;
    flex-shrink:0;
}

.scitec-item-image img{
    width:100%;
    display:block;
}

.scitec-item-content{
    flex:1;
    min-width:0;
}

.scitec-item-header{
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.scitec-item-title{
    font-size:18px;
    font-weight:800;
    line-height:1.3;
}

.scitec-item-title a{
    color:#111;
    text-decoration:none;
}

.scitec-item-variation{
    margin-top:10px;
    font-size:15px;
    color:#8a8a8a;
}

.scitec-item-variation dl{
    margin:0;
}

.scitec-item-variation dt{
    display:none;
}

.scitec-item-footer{
    margin-top:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.scitec-coupon-field{
    position:relative;
    flex:1;
}

.scitec-coupon-field svg{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    color:#bbb;
}

.scitec-coupon-input{
    width:100%;
    height:62px;
    padding-left:50px;
}
.scitec-qty{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    overflow:hidden;
    width:114px;
}

.scitec-qty button{
    width:38px;
    height:38px;
    border:0;
    background:#fff;
    font-size:24px;
    cursor:pointer;
	text-align:center;
}

.scitec-qty input{
    width:44px !important;
    height:38px;
    border:0;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;

    text-align:center;
    font-size:16px;
    font-weight:700;

    color:#111;
    background:#fff;

    -webkit-appearance:none;
    appearance:textfield;
}

.scitec-item-price{
    font-size:18px;
    font-weight:800;
    white-space:nowrap;
}

.scitec-remove-item{
    width:30px;
    height:30px;
    border:0;
    background:none;
    opacity:.45;
    cursor:pointer;
}

.scitec-cart-footer-inner{
    padding:42px 0;

}

.scitec-coupon{
    display:flex;
    gap:12px;
}

.scitec-coupon-input{
    width:100%;
    height:62px;

    padding-left:52px;

    border:1px solid #ddd;
    background-color:#fff;

    background-image:url('/wp-content/uploads/2026/06/tag-svgrepo-com.svg');
    background-repeat:no-repeat;
    background-position:left 18px center;
    background-size:16px;

    font-size:16px;
}

.scitec-tax-text {
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 10px;
    letter-spacing: 1px;
}
.scitec-apply-coupon{
    width:100px;
    height:50px;
    border:0;
    background:#f6f6f6;
    font-weight:700;
    cursor:pointer;
	text-align:center;
}

.scitec-subtotal-row,
.scitec-total-row{
    display:flex;
    justify-content:space-between;
    margin-top:24px;
}
.scitec-apply-coupon{
    width:130px;
    height:62px;
    background:#F7F7F7;
    border:0;
    font-size:16px;
    font-weight:800;
    letter-spacing:.02em;
    cursor:pointer;
    transition:.2s;
}

.scitec-apply-coupon:hover{
    background:#f1f1f1;
}
.scitec-total-row{
    font-size:22px;
    font-weight:800;
}

.scitec-checkout-btn{
    margin-top:30px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#000;
    color:#fff;
    text-decoration:none;
    font-weight:800;
}

.scitec-continue-shopping{
    width:100%;
    border:0;
    background:none;

    text-align:center;

    font-size:16px;
    font-weight:700;
    color:#9e9e9e;

    letter-spacing:.05em;
    margin-top:32px;
}

@media(max-width:767px){

    .scitec-mini-cart{
        width:100%;
    }

    .scitec-mini-cart-body,
    .scitec-cart-footer-inner{
        padding:28px;
    }

    .scitec-item-image{
        width:90px;
    }
}

.scitec-cart-items{
    position:relative;
}

.scitec-cart-items.loading::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.5);
}

.scitec-cart-items.loading::before{
    content:'';
    width:30px;
    height:30px;
    border:3px solid #ddd;
    border-top-color:#000;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-15px;
    margin-top:-15px;
    z-index:2;
    animation:scitec-spin .6s linear infinite;
}

.scitec-cart-notice{
    margin-bottom:15px;
}

.scitec-notice{
    padding:12px 16px;
    font-size:14px;
}

.scitec-notice.error{
    background:#FEF2F2;
    color:#FB2C36;
}

.scitec-notice.success{
    background:#F0FDF4;
    color:#008236;
}

.cart-icon-wrapper{
    position:relative;
    display:inline-flex;
    cursor:pointer;
}

.scitec-cart-count{
    position:absolute;
    top:-8px;
    right:-10px;

    min-width:20px;
    height:20px;
    padding:0 5px;

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

    background:#000;
    color:#fff;

    border-radius:50%;
    font-size:11px;
    font-weight:700;
    line-height:1;
}
.open-mini-cart {
    position: relative;
}