body {
    font-family: "Montserrat", "sans-serif";
    font-size: 14px;
    padding-top: 4rem !important;

    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.max-h-200 {
    max-height: 300px;
}
.max-h-0 {
    max-height: 0;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.nav-h-transition {
    transition: max-height 0.5s ease-out;
}

.tw-h-16 {
    height: 1rem !important;
}

.hide-border-t-first > *:first-child {
    border-top: none !important;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.cart-customlocation {
    position: relative;
}
main {
    padding: 3rem 2.5rem;
}

.product-item-img-wrapper .button {
    display: none !important;
    position: absolute;
    left: 50%;
    top: 32%;
    width: 80%;
    text-align: center;
    border: 1px solid #130627;
    border-radius: 0;
    color: #130627;
    background: rgba(235, 233, 222, 0.5);
    transform: translate(-50%);
}
.product-item-img-wrapper:hover .button {
    display: grid !important;
    place-items: center;
}
.product-item-img-wrapper:hover .darken-on-hover {
    /* use before property (pseudo-element)  */
    position: absolute;
    cursor: pointer;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.products.columns-2 li .product-item-img-wrapper img {
    width: 100%;
    border: 2px solid var(--purple-8, #130627);
    margin-bottom: 0.5rem !important;
}

.scroll::-webkit-scrollbar {
    height: 3px;
    width: 4px;
}

.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px 0;
    margin: 10px 0;
}

.scroll::-webkit-scrollbar-thumb {
    /* box-sizing: border-box; */
    background-color: rgba(0, 0, 0, 1);
    border-radius: 40px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 20px;
}
.scroll.gray::-webkit-scrollbar-thumb {
    /* box-sizing: border-box; */
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 700px) {
    main {
        padding: 2rem 1rem;
    }
    .abs-nudge-left {
        left: 100px;
    }
    .tw-border-\[2px\] {
        border-width: 1.5px !important;
    }
    .tw-border-b-\[2px\] {
        border-bottom-width: 1.5px !important;
    }
    .tw-border-t-\[2px\] {
        border-top-width: 1.5px !important;
    }
    .tw-border-r-\[2px\] {
        border-right-width: 1.5px !important;
    }
    .tw-border-l-\[2px\] {
        border-left-width: 1.5px !important;
    }
    .md\:tw-border-\[0\] {
        border-width: 0 !important;
    }
    .md\:tw-border-b-\[0\] {
        border-bottom-width: 0 !important;
    }
    .md\:tw-border-t-\[0\] {
        border-top-width: 0 !important;
    }
    .md\:tw-border-r-\[0\] {
        border-right-width: 0 !important;
    }
    .md\:tw-border-l-\[0\] {
        border-left-width: 0 !important;
    }
}
