/*your custom css goes here*/

/* GLightbox: keep overlay above header, Bootstrap modals, map autocomplete (.pac-container), etc.
   (Requires custom-style.css to load after glightbox.min.css in app.blade.php.) */
#glightbox-body.glightbox-container {
    z-index: 2147483000 !important;
}

/* Tap main product image to open GLightbox (zoom / pinch on mobile) */
a.optix-glightbox {
    cursor: zoom-in;
    outline: none;
}
a.optix-glightbox:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
.margin-left-0 {
    margin-left: 0px !important;
}

.product-item-image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 0;
}

.product-item-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.product-item-bottom-line {
    border-bottom: solid 1px rgb(235, 235, 235);
}

.product-item-image-variants {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 0;
}

.product-item-image-variants img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.add-cart-top {
    height: 380px;
}

.add-cart-bottom {
    height: 300px;
}

.add-cart-product-image-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.add-cart-product-image-thumb-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: solid 1px rgb(219, 219, 219);
    width: 65px;
    height: 65px;
    padding: 1px;
}

.add-cart-product-image-thumb {
    max-width: 60px;
    max-height: 60px;
}

[data-vertical="false"] .slick-current .carousel-box div {
    border-color: var(--primary) !important;
    border-width: 1px !important;
}

.product-details-image-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.slick-track{
    display: flex !important;
    align-items: center !important;
}

/* Filter sidebar always solid white on mobile */
.aiz-filter-sidebar .collapse-sidebar {
    background-color: #fff !important;
}

/* Mobile: tighter product grid gutters */
@media (max-width: 575.98px) {
    .gutters-16 > .col,
    .gutters-16 > [class*="col-"] {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .gutters-16 {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }
}


.tagify__tag__removeBtn {
    order: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 14px Serif;
    background: 0 0;
    background: var(--tag-remove-btn-bg);
    color: #000;
    color: var(--tag-text-color);
    width: 32px;
    height: 29px;
    margin-right: 4.66667px;
    margin-left: -4.66667px;
    transition: 0.2s ease-out;
}

.aiz-tag-input .tagify__tag__removeBtn {
    font: 34px Serif;
    line-height: 1.5;
}