/* === clean minimal look === */
.bundle-slots {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
}
.bundle-picker-wrapper h4 strong{
    font-weight: 500;
}
.bundle-slot-plus svg{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 70%;
    color: #d3d3d3;
}
.bundler-selection{
    display: flex; 
    align-items: center; 
    flex-direction: column; 
    position: relative; 
    background-color: #fff; 
    box-shadow: 0 0 19.043px -3.809px #43434340; 
    border-radius: 20px; 
    padding: 8px; 
    height: 100%;  
    cursor: pointer; 
}
.bundle-slot, .bundle-mini-slot {
    min-width: 0;
    position: relative;
}
#bundleProductModal .bundle-mini-slot {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 19.043px -3.809px #43434340;
    border-radius: 20px;
    padding: 8px;
    height: 100%;
    cursor: pointer;
}
.bundle-slot.add-slot {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 19.043px -3.809px #43434340;
    border-radius: 20px;
    padding: 8px;
    height: 100%;
    cursor: pointer;
}
.bundle-slot-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    padding: 8px;
    height: 100%;
    cursor: pointer;
}
.bundle-slot-inner {
    width: 100%;
}
.bundle-slot-plus {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bundle-slot img, .bundle-mini-slot img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    mix-blend-mode: darken;
}
.bundle-mini-title,
.bundle-slot-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
}
.bundle-mini-title{
    font-size: 10px;
}
.bundle-mini-vendor,
.bundle-slot-vendor {
    margin-top: 3px;
    font-size: 10px;
    opacity: .5;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    opacity: .5;
    text-align: center;
    line-height: 1.2;
    font-weight: 300;
}
.bundle-mini-vendor{
    font-size: 12px;
}
#bundleProductModal {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Inner modal content */
#bundleProductModal .bundle-modal-content {
    background: #fff;
    border-radius: 10px;
    max-width: 615px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

button#close-modal-mini {
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 4px;
    font-size: 10px;
    padding: 0;
    cursor: pointer;
}
button#close-modal-mini svg.icon.icon-close {
    color: #8c8b8b;
    width: 1rem;
}
.bundle-products-list {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
}
.bundle-product-title {
    font-size: 12px;
    margin-top: 4px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    line-height: 1.2;
    max-height: 2.4em;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-overflow: ellipsis;
    color: #323131;
}
.bundle-mini-slots {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    justify-content: center;
    margin-bottom: 10px;
    gap: 1rem;
    padding: 20px;
}
.bundle-modal-footer {
    text-align: center;
    margin-top: 15px;
}
#bundleProductSearch {
    border: .5px solid #BFBFBF;
    display: block;
    margin: 0 0 25px;
    outline: none;
    padding: 0 15px;
    height: 40px;
    box-shadow: inherit;
    background: inherit;
    border-radius: 0;
    color: #323131;
}
.bundle-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
}
.bundle-remove svg{
    width: .75rem;
    height: auto;
    color: #8c8b8b;
}
/*.bundle-mini-slot-inner .bundle-remove {
    top: -10px;
    right: 0px;
}
 
.bundle-mini-slot-inner {
    position: relative;
} */   
/* category filter */
/*.bundle-tag-slider-wrapper {
    margin: 15px 0;
    overflow-x: auto;
    white-space: nowrap;
}*/
/*.bundle-tag-slider {
    display: flex;
    gap: 10px;
    scroll-snap-type: x mandatory;
}*/
.bundle-tag-item {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    scroll-snap-align: start;
    padding: 8px;
    border-radius: 8px;
    transition: 0.2s ease;
    text-align: center;
}
.bundle-tag-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.bundle-tag-slider .bundle-tag-item span {
    font-size: 14px;
    font-weight: 500;
    color: #323131;
    width: 100%;
    display: block;
    line-height: 1.05;
}
.bundle-tag-item.active span{
    color: #2C5C4F;
}

/* search */
.bundle-search-input {
    width: 100%;
    padding: 8px 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.bundle-product-option {
    text-align: center;
}
.bundle-product-option img{
    margin: auto auto 30px auto;
}
.bundle-tag-slider-wrapper{
    padding: 0 2rem;
}
.bundle-tag-slider .slick-arrow{
    color: #323131;
}
.bundle-tag-slider .slick-prev:before, .bundle-tag-slider .slick-next:before {
    display: none;
}
.bundle-picker-wrapper h4{
   margin-bottom: 30px;
}
/*free product template css*/
.upsell-close {
    float: right;
    font-size: 28px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 24px;
}
.free-gifts-main span.price {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600 !important;
}
.free-gifts-main #upsell-popup-body table.variations th.label span {
    font-weight: 300;
}
.free-gifts-main #upsell-popup-body table.variations tr td {
    padding-top: 0;
}
.free-gifts-main .variations td .variable-item-contents span {
    font-weight: 300;
}
.free-gifts-main .upsell-popup-content .variable-items-wrapper li.variable-item {
    height: 42px !important;
}
.free-gifts-main #upsell-popup-body table.variations th.label {
    background-color: #fbfbfb !important;
}
.free-gifts-main .oil-intro-text {
    display: grid !important;
    justify-items: center !important;
    margin: 0px !important;
    justify-content: unset;
}
.free-gifts-main #upsell-popup-body table.variations tr.oil-intro-row td {
    padding-bottom: 0;
}
.free-gifts-main.active #upsell-variation-popup {
    right: 0;
}
.free-gifts-main.active .upsell-variation-overlay {
    opacity: 1;
    visibility: visible;
    background: #00000082;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 9;
}
/*css*/
.qc-engraving-button-field {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 64px;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
    padding: 8px 10px;
    margin-bottom: 20px;
}
button.qc-engraving-button {
    width: 100%;
    background-color: transparent;
    border: none;
}

.qc-engraving-button-field::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(transparent, transparent, #285347, #59B99E, #285347, #A5F2DC, transparent, transparent);
    background-size: 200% 1400%;
    border-radius: 64px;
    animation: rotateGradient 14s infinite linear;
    will-change: background-position;
    transform-origin: 0 0
}

.qc-engraving-button-field span {
    color: #000 !important;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.qc-engraving-button-field::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 64px;
    transition: all .3s ease
}
@keyframes rotateGradient {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.qc-engraving-button-field:hover::before {
    background-image: radial-gradient(transparent, transparent, black, white, transparent, transparent)
}
@media(max-width:599px){
    #bundleProductModal {
        padding: 0;
    }
    #bundleProductModal .bundle-modal-content {
        border-radius: 0;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        padding: 20px 10px;
    }
    #bundleProductModal {
        display: block;
    }
    .bundle-mini-slots {
        gap: 0.5rem;
        padding: 20px 0px;
    }
    #bundleProductModal .bundle-mini-slot {
        border-radius: 8px;
        padding: 5px;
    }
    .bundle-mini-vendor {
        font-size: 9px;
    }
    .bundle-products-list {
        padding: 0 0rem;
        gap: 2rem 0.5rem;
    }
}