/** Shopify CDN: Minification failed

Line 256:4 Unexpected "{"
Line 256:5 Expected identifier but found "%"
Line 256:41 Unexpected "{"
Line 256:42 Expected identifier but found "%"

**/
 .product-addon__image {
    mix-blend-mode: multiply;
    filter: contrast(100%) brightness(106%);
}

.product-addon__price .price {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shopify-section--main-product .product-gallery__media:has(img[alt="card-only"]) {
    display: none !important;
}

.product-addons {
    margin: 1rem 0;
    padding: .5rem 0;
}

.product-addons__title {
    margin: 0 0 .5rem;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: normal;
    line-height: 1.65;
}

.product-addons__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-addon__item {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    overflow: hidden;
    padding:0;
}

.product-addon__main-content {
    display: flex;
    align-items: center;
    padding:8px 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.product-addon__checkbox-wrapper {
    margin-right: 1rem;
    pointer-events: none;
}

/* Custom Checkbox with Smaller Tick Mark */
.product-addon__checkbox-wrapper .product-addon__checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    pointer-events: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.product-addon__checkbox-wrapper .product-addon__checkbox:checked {
    background: #000;
    border-color: #000;
}

.product-addon__checkbox-wrapper .product-addon__checkbox::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transition: transform 0.15s ease-in-out;
}

.product-addon__checkbox-wrapper .product-addon__checkbox:checked::before {
    transform: scale(1) rotate(10deg);
}

.product-addon__checkbox-label {
    cursor: pointer;
    pointer-events: none;
}

.product-addon__image-wrapper {
    margin-right: 1rem;
    flex-shrink: 0;
    pointer-events: none;
}

.product-addon__image-gallery {
    position: relative;
    max-width: 60px;
    width: 100%;
    scrollbar-width: none !important;
    overscroll-behavior-x: none !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.addon-gallery__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.addon-gallery__media[hidden] {
    display: none !important;
}

.addon-gallery__media.is-initial {
    z-index: 1;
}

.product-addon__image {
    min-height:75px;
    min-width:60px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product-addon__image--placeholder {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #999;
}

.product-addon__content {
    flex: 1;
    pointer-events: none;
}

.product-addon__name {
    font-size: 14.4px;
    font-weight: 500;
    color: #000;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0;
}

.product-addon__description {
    margin: 3px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.product-addon__description p{
    margin-top:0;
}
.product-addon__price {
    font-weight: 500;
    text-align: right;
}

.price__compare {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    display: block;
}

.price__current {
    color: #000;
    font-size: 14px;
}

/* Variant Picker Styles */
.product-addon__variants {
    background: #F6F5FA;
    padding: 5px 14px 13px 50px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}

.addon-variant-option {
    margin-bottom: 8px;
}

.addon-variant-option:last-child {
    margin-bottom: 0;
}

.addon-variant-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.addon-variant-label {
    font-weight: 400;
    color: #666;
    font-size:14.4px;
}

.addon-variant-value {
    color: #000;
    font-weight: 400;
    font-size:14.4px;
}

.addon-variant-selector {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.addon-variant-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

/* Color Swatch Styles - Matching Theme */
.product-addons .color-swatch {
    {% comment %} --swatch-size: 1.5rem; {% endcomment %}
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    
    border-radius: 50%;
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0;
    outline-offset: 1px;
}

.product-addons .color-swatch:hover {
    border-color: #999;
}

.addon-variant-input:checked + .color-swatch {
    border-color: #000;
    outline-color: black; 
}

@media screen and (min-width: 750px) {
    .product-addons .color-swatch {
    width: 24px;
    height: 24px;
    }
}

@media screen and (min-width: 1600px) {
    .product-addons .color-swatch {
    width: 24px;
    height: 24px;
    }
}

/* Regular Button Styles */
.addon-variant-button {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: white;
    color: #000;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.addon-variant-button:hover {
    border-color: #999;
}

.addon-variant-input:checked + .addon-variant-button {
    border-color: #000;
    background: #000;
    color: white;
}

.product-addon_header {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
}

scroll-carousel.product-gallery__carousel.scroll-area.addon-product-gallery {
    scrollbar-width: none !important;
    overscroll-behavior-x: none !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    grid: var(--product-gallery-carousel-gridx, auto / auto-flow 100% 100%) !important;
    gap: 2px;
    scroll-snap-type: var(--product-gallery-carousel-scroll-snap-type, x mandatory);
    display: grid;
    position: relative;
}

@media screen and (max-width:768px){
    .addon-variant-selector{
    gap: 4.8px !important;
    }
    .product-addon__checkbox-wrapper{
    margin-right: 7px !important;
    }
    .product-addon__main-content{
    padding: 8px 14px;
    }
    
    .product-addon__price .price .price__compare,
    .product-addon__price .price .price__current{
    font-size:12.8px;
    }
    .product-addon__description p{
    font-size:11.2px;
    }
    .product-addon__price .price{
    gap:5px !important;
    }
    .addon-variant-value,
    .addon-variant-label{
    font-size:11.2px !important;
    }
    .product-addon__image-gallery{
    max-width:60px !important;
    }
    .product-addon__name{
    font-size:12.8px !important;
    }
    .product-addon__description{
    font-size:0.7rem !important;
    }
    .product-addon__image{
    height:70px !important;
    width:80px !important;
    }

    /* Smaller tick mark on mobile */
    .product-addon__checkbox-wrapper .product-addon__checkbox::before {
    width: 8px;
    height: 8px;
    }

    .product-addons .color-swatch {
    width: 24px;
    height: 24px;
    }
}

@media screen and (max-width: 500px){
    .product-addon_header{
    gap:10px !important;
    }
    .product-addon__variants {
    padding: 8px;
    }
    .addon-variant-selector{
    padding-left:2px;
    }
}

@media screen and (max-width:390px){
    .product-addon__checkbox {
    width: 15px !important;
    height: 15px !important;
    }
    .product-addon__image-gallery {
    max-width: 55px !important;
    }
    
    /* Even smaller tick mark on very small screens */
    .product-addon__checkbox-wrapper .product-addon__checkbox::before {
    width: 7px;
    height: 7px;
    }
}