@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.c-productlist.products.ProductList--grid {
    box-sizing: border-box;
    display: block;
    width: var(--sinn-container);
    margin: 0 auto;
    padding: 0 50px;
    list-style: none;
    font-size: 0;
}

.c-productlist.products.ProductList--grid > .Grid__Cell {
    box-sizing: border-box;
    display: inline-block;
    width: 33.33333%;
    margin: 0 0 60px;
    padding: 0 0 0 60px;
    vertical-align: top;
    font-size: 1rem;
    list-style: none;
}

.squale-product-card,
.squale-product-card *,
.squale-product-card *::before,
.squale-product-card *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.squale-product-card a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

.squale-product-card p,
.squale-product-card h2 {
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit;
}

.squale-product-card p:last-child,
.squale-product-card h2:last-child {
    margin-bottom: 0;
}

.squale-product-card img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top;
}

.squale-product-card .ProductItem {
    text-align: center;
    white-space: normal;
}

.squale-product-card .ProductItem__Wrapper {
    position: relative;
}

.squale-product-card .ProductItem__ImageWrapper {
    display: block;
}

.squale-product-card .ProductItem__Image--alternate {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    object-fit: cover;
    object-position: center;
}

.squale-product-card .Image__Loader {
    position: absolute;
    display: block;
    height: 2px;
    width: 50px;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    pointer-events: none;
    background-color: #ddd;
    z-index: -1;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.squale-product-card .Image__Loader::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: #002855;
}

.squale-product-card .Image--lazyLoading + .Image__Loader {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.squale-product-card .Image--lazyLoading + .Image__Loader::after {
    animation: lazyLoader 3s infinite;
    animation-timing-function: cubic-bezier(.43, .43, .25, .99);
}

.squale-product-card .AspectRatio {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.squale-product-card .AspectRatio::before {
    content: "";
    display: block;
}

.squale-product-card .AspectRatio > img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.squale-product-card .AspectRatio--withFallback > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@supports (--css: variables) {
    .squale-product-card .AspectRatio--withFallback {
        padding-bottom: 0 !important;
    }

    .squale-product-card .AspectRatio::before {
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    .squale-product-card .AspectRatio > img,
    .squale-product-card .AspectRatio > noscript img {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
    }
}

.squale-product-card .ProductItem__Info {
    margin-top: 20px;
    font-size: 12px;
}

.squale-product-card .ProductItem__Info--center {
    text-align: center;
}

.squale-product-card .ProductItem__Vendor,
.squale-product-card .ProductItem__Title {
    display: block;
    margin-bottom: 4px;
}

.squale-product-card .ProductItem__Title,
.squale-product-card .ProductItem__Title * {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.squale-product-card .Heading {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #002855;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
}

.squale-product-card .Text--subdued {
    color: #676767;
}

.squale-product-card .Price {
    display: inline-block;
}

.squale-product-card .ProductItem__PricePrefix {
    display: inline-block;
    margin-right: .25em;
}

.squale-product-card .product-type-header {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.squale-product-card .product-variant-bracelet {
    margin: 0 0 8px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.squale-product-card .instock {
    font-weight: 700;
    color: #21c21b;
}

.squale-product-card .outofstock {
    font-weight: 700;
    color: #676767;
}

.squale-product-card .tag-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.squale-product-card .tag-content {
    position: relative;
    text-align: center;
    color: #fff;
    margin-left: 47%;
    transform: rotate(30deg);
    font-size: 20px;
    font-weight: 600;
}

.squale-product-card .tag-content img {
    width: 50%;
}

.squale-product-card .tag-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-productslider__list > .glide__slide > .squale-product-card {
    list-style: none;
}

@keyframes lazyLoader {
    0%,
    to {
        transform: translate(-50%);
    }

    50% {
        transform: translate(100%);
    }
}

@media screen and (max-width: 1007px) {
    .c-productlist.products.ProductList--grid {
        padding: 0 24px;
    }

    .c-productlist.products.ProductList--grid > .Grid__Cell {
        width: 50%;
        margin-bottom: 50px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 640px) {
    .c-productlist.products.ProductList--grid {
        padding: 0;
        text-align: center;
    }

    .c-productlist.products.ProductList--grid > .Grid__Cell {
        width: 80%;
        margin-bottom: 35px;
        padding-left: 0;
    }

    .squale-product-card .ProductItem__Info {
        font-size: 11px;
    }
}
