/** Shopify CDN: Minification failed

Line 46:0 Unexpected "}"

**/
h2.product-column-grid__heading {
    color: var(--text-text-white, #F0E9E0);
    

/* Heading/H3 */
    font-family: "The Seasons";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0;
}


.slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-column-grid__product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border: 1px solid var(--color-brand-colors-white-background-font, #F0E9E0);
}
/* .product-column-grid__product-image:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000c 20%, #0000 80%);
    /* margin-top: -7px; */
} */
.product-column-grid__slider {
    margin-top: 60px;
    padding-bottom: 48px;
    margin-bottom: 0 !important;
}
.product-column-grid__slider .product-column-grid__slide{
    background-color: #F0E9E0;
    padding: 30px;
}

.product-column-grid__product-content {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
}
.product-column-grid__product-content .auto-add-to-cart{
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.product-column-grid__product-image{
    position: relative;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.product-column-grid__product-content button{
    position: Regular;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    border: 0;
    display: flex;
    cursor: pointer;
}
.product-column-grid__product-content button g path{
    fill: rgb(148, 69, 11);
}
.product-column-grid__product-content button g g path{
    fill: rgb(240, 233, 224);
}
.product-column-grid__product-content button:hover g path{
    fill: rgb(240, 233, 224);
}
.product-column-grid__product-content button:hover g g path{
    fill: rgb(148, 69, 11);
}

.prouduct-column-grid__price-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

h3.product-column-grid__product-title,
h3.product-column-grid__product-price {
    color: var(--text-text-white, #F0E9E0);
text-align: left;
/* Text/Large/Bold */
    font-family: "The Seasons";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 36px */
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 100%;
}

.product-column-grid__product-tagline {
    color: var(--color-brand-colors-Pastel-BG-2, #DACDB6);
/* Heading/Tagline 2 - Mobile */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.product-column-grid__product-excerpt {
    color: var(--text-text-white, #F0E9E0);
    

/* Text/Small/Regular */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0px;
}

button.product-column-grid__arrow {
    background: transparent;
    border: unset;
    width: 48px;
    height: 47px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
}

.product-column-grid__navigation {
    display: flex;
    gap: 16px;
}

.product-column-grid__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.product-column-grid__arrow.slick-disabled {
    pointer-events: none; 
    opacity: 0.5;
}


.slick-dots li button:before {
    color: #DACDB6;
    width: 10px;
    opacity: 0.2;
    height: 10px;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #DACDB6;
    opacity: 1;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    margin: 0;
}

ul.slick-dots {
    bottom: 0;
}
.product-column-grid__slider[data-desktop-columns="4"] .product-column-grid__slide {
    margin-right: 40px;
}

@media screen and (max-width: 1024px) { 
    .product-column-grid .product-column-grid__slider {
        grid-template-columns: 1fr 1fr!important;
        padding: 0 50px;
    }
    
}

@media screen and (max-width: 980px) {
    .product-column-grid__slider {
        overflow: hidden;
        margin-right: 0px;
    grid-template-columns: 1fr!important;
    }
    
    .product-column-grid__slide {
        margin-left: 30px;
        margin-right: 30px;
    }
    .product-column-grid__slider[data-desktop-columns="4"] .product-column-grid__slide {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 580px) {
    h2.product-column-grid__heading {
        font-family: "The Seasons";
        font-size: 38px;
        font-weight: 300;
        line-height: 110%; /* 41.8px */
        letter-spacing: 3.8px;
    }
    
    .product-column-grid__slider {
        margin-top: 24px;
        margin-right: 0;
        
    }
    
    .product-column-grid__slide {
        margin-left: unset!important;
        margin-right: unset!important;
    }

    .product-column-grid .product-column-grid__slider {
        padding: 0 20px;
    }

    
    h3.product-column-grid__product-title,
    h3.product-column-grid__product-price {
        font-weight: 400;
        font-size: 22px;
        margin-top: 20px;
    }
    
    .product-column-grid__product-image img {
        object-fit: cover;
    }
    .product-column-grid__slider {
        padding-bottom: 71px;
    }
    
    .product-column-grid__container {
        position: relative;
    }
    
    .product-column-grid__navigation {
        position: absolute;
        bottom: -17px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 5;
    }
    
    ul.slick-dots {
        bottom: -5px;
    }
    .product-column-grid__slider[data-desktop-columns="4"] .product-column-grid__slide {
        margin-right: 5px;
    }
}

