
.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.sb-open body { overflow: hidden; }
.sb-menu-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 507px;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 768px) {
    .sb-menu-right {
        width: 100%;
        height: auto; 
        top: auto; 
        bottom: 0; 
        right: 0; 
        transform: translateY(100%); 
        overflow-y: auto;
        border-top-left-radius: 32px; 
        border-top-right-radius: 32px;
    }

    .sb-open .sb-menu-right {
        transform: translateY(0);
    }
}

.sb-close-btn {
    position: absolute;
    top: 0;
    left: 5px;
    cursor: pointer;
}
.sb-close-btn i { 
    font-size: 14px;
    color: #7b7b7b;
}
.cart-preview .cart-title {
    display: flex;
    padding: 24px 24px 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.cart-preview .cart-title .h4 {
    color: #191818;
    font-family: "Ciron Classic";
    font-size: 24px;    
    font-weight: 650;
    line-height: 32px;
    margin-bottom: 0;
}
.cart-preview .cart-product-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 16px;
    align-self: stretch;
}
.cart-preview .cart-product-line .product-image {
    width: 30%;
}
.cart-preview .cart-product-line .product-remove {
    width: 7%;
    text-align: end;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
    align-self: flex-end;
    margin-top: auto;
    color: #DC233E;
    text-align: center;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .cart-preview .cart-product-line .product-remove {
        display: none;
    }
}
.cart-preview .product-image .img-fluid {
    max-width: 100%;
    height: auto;
    display: flex;
    width: 104px;
    height: 104px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    mix-blend-mode: multiply;
}
.cart-preview .product-infos .product-manufacturer {
    color: #555;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.cart-preview .product-infos .product-manufacturer-fpg {
    border-radius: 4px;
    background: #DC233E;
    color: #FFF;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    display: flex;
    padding: 1px 4px;
    justify-content: center;
    align-items: center;
    color: #F7F7F7;
    font-family: "Ciron Text";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;    
}
.cart-preview .product-infos .product-name {
    display: block;
    color: #020202;
    font-family: "Ciron Classic";
    font-size: 20px;
    font-weight: 650;
    line-height: 28px;
}
.cart-preview .product-remove i { 
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 4px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #b6b5b5;
}
.cart-preview .product-infos .product-line-info { 
    line-height: initial;
    font-size: 12px;
    color: #000;
    order: 0;
}
@media (max-width: 768px) {
    .cart-preview .product-infos .product-line-info {
        order: 1;
    }
}
.product-infos .product-line-info .label {
    font-weight: 400;
    color: #7d7d7d; 
    color: #2B2B2B;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.product-infos .product-line-info .value {
    font-size: 12px;
    font-weight: 400;
    font-weight: 400;
    color: #2B2B2B;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cart-preview .product-infos .product-price-container {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.cart-preview .product-infos .product-price-container-discounted .regular-price {
    color: #DC233E;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: line-through;

}
.cart-preview .product-infos .product-price-label {
    font-size: 16px;
}
.cart-preview .product-infos .product-price {
    display: inline-block;
    margin-top: 0;
    color: #020202;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cart-preview .product-infos .product-price {
    display: inline-block;
    margin-top: 0;
    color: #020202;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cart-preview .product-infos .product-fpg-container .product-price
{
    color: #DC233E;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: line-through;
}
.cart-preview .product-infos .product-fpg-container .product-fpg-price
{
    border-radius: 4px;
    background: #DBF5E7;
    display: flex;
    padding: 1px 4px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
}
.cart-preview .cart-bottom {
    /* padding: 20px 20px 10px 20px; */
}

.cart-preview .sticky-cart-bottom {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 24px 16px 24px 16px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
    .cart-preview .sticky-cart-bottom {
        padding: 12px 24px 12px 24px;
    }
}

.cart-preview .cart-total-summary {
    margin: 10px 0;
}

.cart-preview .cart-total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #020202;
}

.cart-preview .cart-total-prominent {
    color: #020202;
    font-family: "Ciron Classic";
    font-size: 16px;
    font-weight: 650;
    line-height: 20px;
    width: 100%;
}
@media (max-width: 768px) {
    .cart-preview .cart-total-prominent {
        display: none;
    }
}

.cart-preview .cart-action {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.cart-preview .cart-action .btn-primary {
    width: 100%;
    border-radius: 9999px;
    background: #DC233E;
    color: #FFF;
    text-align: center;
    font-family: "Ciron Classic";
    font-size: 16px;
    font-weight: 650;
    line-height: 24px;  
}

.cart-preview .cart-action .btn-continue {
    border-radius: var(--pill, 9999px);
    border: 1px solid #191818;
    display: flex;
    padding: 14px var(--lg, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
    height: 50px;
}



.cart-bottom .total-line span { 
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.cart-bottom .total-line .label { text-align: left;
    color: #000;
    font-family: "Ciron Text";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.cart-bottom .cart-total-summary .cart-total-line .label {
    color: #000;
    font-family: "Ciron Classic";
    font-size: 16px;
    font-weight: 650;
    line-height: 20px;
}
.cart-bottom .total-line .value { text-align: right;
    color: #000;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.cart-bottom .cart-total-summary .cart-total-line .value {
    color: #000;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.cart-bottom .cart-total .label { text-transform: uppercase; }
.cart-bottom .cart-total .value { font-size: 20px; }
.cart-preview .cart-action .btn-primary { 
    width: 100%;
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Ciron Classic";
    font-size: 16px;
    font-weight: 650;
    line-height: 24px;
}
.cart-preview .no-items { text-align: center; }
.sb-close-btn {
    position: absolute;
    top: 26px;
    left: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .sb-menu-right {
        width: 100%;
    }
}

.variant-sticky-price {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #020202;
    margin-bottom: 15px;
    padding: 10px 0;
}

.oos-trigger-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
@media (max-width: 992px) {
    .oos-trigger-wrapper {
        width: 100%;
    }
}

.oos-trigger-wrapper a {
    font-size: 14px;
    color: #020202;
    cursor: pointer;
}

.oos-link-wrapper {
    text-align: center;
    margin-top: 15px;
}


.oos-trigger-link-wrapper {
    display: flex;
    gap: 8px;
}

@media (min-width: 993px) {
    .oos-trigger-link-wrapper {
        display: none;
    }
}

.cart-preview .cart-dropdown-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.sb-menu-right .cart-preview .cart-items {
    overflow-y: unset;
    height: unset;
}

.sb-menu-right .cart-preview .cart-content-wrapper {
    height: 100%;
    overflow-y: auto;
}
@media (max-width: 768px) {
    .sb-menu-right .cart-preview .cart-content-wrapper {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Variant Selector Modal */
.cart-variant-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    align-items: flex-end;
}

.cart-variant-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cart-variant-modal-content {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
    max-height: 90vh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.cart-variant-modal.show .cart-variant-modal-content {
    transform: translateY(0);
}

.cart-variant-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.cart-variant-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #191818;
    margin: 0;
}

.cart-variant-modal-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-variant-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.cart-variant-product-info {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.cart-variant-product-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
}

.cart-variant-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.cart-variant-product-details {
    flex: 1;
    min-width: 0;
    text-align: start;
}

.cart-variant-product-brand {
        color: #555;
    font-family: "Ciron Text";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.cart-variant-product-name {
    font-family: "Ciron Classic";
    font-size: 20px;
    font-weight: 650;
    line-height: 28px;
}

.cart-variant-product-price {
    color: #020202;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.cart-variant-price-label {
    color: #020202;
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart-variant-price-value {
    color: var(--color-basic-Black, #020202);
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart-variant-current {
    color: var(--MiiN-Charcoal, #2B2B2B);
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart-variant-current-label {
    color: var(--MiiN-Charcoal, #2B2B2B);
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart-variant-selector-label {
    color: var(--MiiN-Charcoal, #2B2B2B);
    font-family: "Ciron Text";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/* Modify link in product line */
.product-line-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.js-modify-variant,
.modify-variant-link {
    color: #DC233E;
    text-align: center;
    cursor: pointer;
   font-family: "Ciron Text";
   font-size: 16px;
   font-weight: 500;
   line-height: 24px;
   display: none;
}
@media (max-width: 768px) {
    .js-modify-variant,
    .modify-variant-link {
        display: inline-block;
    }
}

.js-modify-variant:hover,
.modify-variant-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

@media (min-width: 769px) {
    .cart-variant-modal {
        display: none;
    }
}

.cart-variant-selector .an_productattributes-add {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cart-variant-selector .an_productattributes-add .btn-outline {
    order: 1;
}
.cart-variant-selector .main-image {
    display: none;
}
.cart-variant-selector .variant-attr-label {
    display: none;
}
.cart-variant-selector .an_productattributes-group {
    margin-bottom: 22px;
}

.cart-variant-selector .an_productattributes-group .input-radio:hover+span, .an_productattributes-group .input-radio:checked+.radio-label {
    color: #fff;
    border: 1px solid dimgray !important;
    background-color: black !important;
}

.cart-variant-selector .an_productattributes-group .radio-label {
    color: #020202;
    border: 1px solid dimgray !important;
    padding: 4px 16px;
    border-radius: 20px;
    text-align: center;
    font-family: "Ciron Text";
    font-size: 18px !important;
    font-weight: 500;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.cart-variant-selector .an_productattributes-group .radio-label.oos::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #000;
    transform: rotate(-20deg);
  }
  

