/** Shopify CDN: Minification failed

Line 491:17 Expected ":"

**/
.custom-product-grid-outer {
    padding-top: 40px;
    padding-bottom: 60px;
}

.custom-product-grid-outer_unset-top {
    padding-top: 0;
}

.custom-product-grid-outer_unset-bottom {
    padding-bottom: 0;
}

.custom-product-grid-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-product-inner-full {
    max-width: 100%;
}

.custom-product-grid-header {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
}

.custom-product-grid-header * {
    text-align: center;
}

.custom-product-grid-header p {
    letter-spacing: 0.18px;
    margin: 0;
}

a.button.custom-pro-grid-btn {
    margin: 48px auto 0;
    display: block;
    width: fit-content;
}

.custom-product-grid-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    row-gap: 32px;
    column-gap: 32px;
    width: 100%;
    max-width: 100%;
    outline: none;
}



.custom-product-grid-single {
    position: relative;
    width: calc(27% - 37px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.custom-product-grid-single img {
    border-radius: 8px;
}

.custom-product-grid-five {
    width: calc(20% - 37px);
}

.flickity-viewport .custom-product-grid-five {
    width: 20%;
}

.custom-product-grid-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.custom-product-grid-single img {
    display: block;
    height: 100% !important;
    object-position: center !important;
    object-fit: cover !important;
}

.product-primary-image {
    display: block;
    transition: opacity 0.3s ease;
}

.product-secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 350ms ease-out; 
}

.thb-hover:hover .product-primary-image {
    opacity: 0;
}

.thb-hover:hover .product-secondary-image {
    opacity: 1;
    object-fit: cover;
    height: 100%;
    transform: scale(1.02);
}

.custom-product-grid-placeholder {
    width: 100%;
    height: 300px;
    background-color: var(--bg-body, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-grid-placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.5;
}

.custom-product-grid-content-wrapper {
    padding: 8px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card-shortname {
    margin: 0;
}

.product-siblings-wrapper {
    margin-bottom: 20px;
}

.product-siblings-grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.product-sibling-item {
    position: relative;
    width: 41px;
    border-radius: 4px;
}

.product-sibling-swatch img {
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 1;
    border: 1px solid #909090;
    /* border-radius: 50%; */
}



.product-card-subtitle {
    margin: 0;
    color: #66402E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}

a.custom-product-grid-single .h3 {
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.custom-product-price-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-product-price {
    color: var(--color-text-primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.12px;
}

.card-alt-price .custom-product-price {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
}

.custom-product-compare-price {
    text-decoration: line-through;
    color: #707070;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.1px;
}

.custom-product-grid-badge {
    width: fit-content;
    position: absolute;
    right: 15px;
    top: 8px;
    background-color: var(--color-btn-prime-bg);
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    z-index: 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 16.8px */
    letter-spacing: 0.12px;
    text-transform: capitalize;
}

.custom-product-grid-badge.red {
    background-color: var(--color-spotlight);
}

.product-siblings-wrapper {
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.template-index .product-siblings-wrapper{
    display: none !important;
}
.custom-product-grid-badge {
    position: unset !important;
}

.custom_badges_wrapper {
    display: flex;
    gap: 5px;
    width: fit-content;
    top: 8px;
    right: 15px;
    position: absolute;
}

.custom-product-cell-sm-img {
    display: none !important;
}

.custom-product-grid-single-center .custom-product-grid-content-wrapper * {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-product-grid-single-center .custom-product-title-container {
    margin-bottom: 9px;
}

.card-alt-price .custom-product-compare-price {
    display: none;
}

.pro-card-star-wrapper {
    column-gap: 3px;
    margin-top: 9px;
}

.flickity-slider .custom-product-grid-single {
    padding: 0 8px;
}

.custom-product-inner-full .custom-product-grid-single {
    padding: 0 4px;
}

.custom-product-grid-outer .flickity-page-dots {
    margin: 0 auto;
}

.custom-product-grid-outer .flickity-page-dots {
    display: none
}

.custom-center-grid .custom-product-grid-content {
    justify-content: center;
}


.custom-product-grid-single img.active {
    border: 1px solid #66402E;
}

.custom-product-grid-single .sibling-image {
    border-radius: 50%;
    border: 1px solid #909090;
}

@media only screen and (max-width: 992px) {
    .custom-product-grid-single {
        width: 320px;
    }
}

@media screen and (max-width : 989px) {
    a.button.custom-pro-grid-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {

    .custom-product-grid-single,
    .flickity-viewport .custom-product-grid-five {
        width: 320px;
    }

    a.button.custom-pro-grid-btn {
        margin-top: 5px;
    }

    .custom-product-grid-outer .flickity-page-dots {
        display: block;
    }

    .custom-product-grid-single img {
        width: 100%;
        object-fit: cover;
    }

    .custom-product-grid-content {
        row-gap: 24px;
    }

    .custom-product-grid-single img,
    .custom-product-grid-placeholder {
        height: 240px;
    }

}

@media only screen and (max-width: 600px) {
    .custom-product-grid-header {
        margin-bottom: 32px;
    }

    .flickity-slider .custom-product-grid-single {
        padding: 0px;
    }

    .custom-product-cell-sm img {
        display: none !important;
    }

    .custom-product-cell-sm .custom-product-cell-sm-img {
        display: block !important;
    }

    .custom-product-grid-outer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    a.button.custom-pro-grid-btn {
        font-size: 16px;
    }

    .custom-product-grid-single-center .product-card-shortname {
        font-size: 20px;
    }
}

@media screen and (max-width : 550px) {

    .custom-product-grid-header.hide_section_information {
        display: none;
    }

    .custom-product-grid-outer {
        padding-top: 0px;
    }

    .custom-product-price {
        font-size: 15px;
    }

    .product-card-subtitle {
        margin-bottom: 8px;
    }

    /* .custom-product-grid-content {
        max-width: 320px;
        margin: auto;
    } */

    .custom-product-grid-content {
        row-gap: 0px;
    }
}

.custom-product-carousel .custom-product-grid-single .sibling-image{
    width: 16px;
    border-radius:50% !important;
    height: 16px !important;
}
.custom-product-carousel .custom-product-grid-single img.active{
    border: 1px solid #161414;
    padding: 2px;
}
.custom-product-carousel .custom-product-grid-content .product-card-subtitle{
    display:none;
}
.custom-product-carousel .custom-product-grid-image-container img,.custom-product-carousel .custom-product-grid-image-container{
    border-radius:0 !important;
}
.custom-product-carousel .cpg-swatches {
    gap: 6px;
    margin-top:8px;
}
.custom-product-carousel .custom-product-grid-content-wrapper {
    padding: 16px 0px 12px 12px;
}
.custom-product-carousel .custom-product-grid-outer{
    padding-bottom: 0px;
}
.custom-product-carousel .product-card-shortname{
    color: #161414;
    font-family: 'Neue Haas Grotesk Text Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20.8px;
    letter-spacing: 0.16px;
}
.custom-product-carousel .custom-product-price{
    color: #161414;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.16px;
}
.custom-product-carousel{
padding: 35px 0;
}
.custom-product-carousel .custom-product-compare-price{
    display:none;
}
.custom-product-carousel .custom-product-grid-image-container {
    height : 354px;
    width:354px;
    overflow : hidden;
    border-radius 6px;
  }
  @media screen and (max-width : 1350px){
   .custom-product-carousel .custom-product-grid-image-container {
      height : 400px;
    }
  } 


  @media (max-width:500px){
    .custom-product-carousel .custom-product-grid-image-container{
    height: 180px !important;
    width:100% !important;
    }
    .template-index .layout-carousel .custom-product-grid-content .custom-product-grid-single {
    width: 50% !important;
    height: auto !important;
}

.custom-product-carousel .product-card-shortname {
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 0.136px;
    max-width: 110px;
}

.product-price-wrapper {
    align-items: start;
}
.custom-product-carousel .custom-product-price{
    font-size:15.6px;
}
.custom-product-grid-content-wrapper{
    flex-grow:0 !important;
}
  }