/** Shopify CDN: Minification failed

Line 729:15 Expected ":"

**/
.page-full,.page-width{
    padding:0 1rem;
}
@media only screen and (min-width:769px){
    .page-full,.page-width{
        padding:0 3.125rem;
    }
}

body, html{
    overflow-x: hidden;
}
.flex{
    display: flex;
}
.justify-space-btwn{
    justify-content: space-between;
}
.column-direction{
    flex-direction: column;
}
.align-center{
    align-items: center;
}
.gap-5{
    gap: .313rem;
}
.line-height-normal{
    line-height: normal !important;
}
.flex-1{
    flex: 1;
}
.height-auto{
    height: auto;
}
.h-full{
    height:  100%;
}
.w-full{
 width: 100%;
}
.hide{ 
    display: none;
}
.hideen {
    display: none !important;
}
.bottom-border{
    position: relative;
}
.cener{
    text-align: center;
}
.underline{
    text-decoration:  underline;
    text-underline-offset: 3px;
}
.color-grey{
    color: #5D5D5D
}
.bold{
    font-weight: 700 !important;
}
.bottom-border::after{
    content: "";
    position: absolute;
    left: 1.563rem;       
    right: 1.563rem;      
    bottom: 0;
    height: .5px;      
    background: #CACACA; 
}
.uppercase{
    text-transform: uppercase;
}
.button{
    width: fit-content;
    padding: .938rem 1.25rem;
    background: var(--colorBtnPrimary);
    color: var(--colorBtnPrimaryText);
    white-space: nowrap;
    
}
.button.button-outline{
    padding: .875rem 1.188rem;
    background: transparent;
    border: 1px solid currentColor;
    color: var(--colorBtnPrimaryText);
}
.relative{
    position: relative;
}
.mt--15 {
  margin-top: -0.938rem;
}
.col-span-4{
    grid-column: span 4;
}
.custom-grid-product{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
}
@media screen and (max-width: 768px) {
    .custom-grid-product{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
    }
    .col-span-1-small{
        grid-column: span 1;
    }
}
.text-hoverd-wrapper {
    overflow: hidden;
    display: inline-block; 
    position: relative;
}

.text-hoverd-wrapper .text-hide {
    transform: translateY(100%);
    opacity: 0;
    position: absolute; 
    top: 0; 
    left: 0;
    transition: transform .4s ease-in-out, opacity .1s ease-in-out;
}

.text-hoverd-wrapper .text-hover {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: transform .4s ease-in-out, opacity .1s ease-in-out;
}

.header-navigation.site-navigation .site-nav__link:hover .text-hoverd-wrapper .text-hide {
    transform: translateY(0); 
    opacity: 1;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out; 
}

.header-navigation.site-navigation .site-nav__link:hover .text-hoverd-wrapper .text-hover {
    transform: translateY(-100%); 
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .1s ease-in-out;
}
.product-badge .badge{
    position: absolute;
    left: .938rem;
    display: flex;
    top: .938rem;
    text-transform: uppercase;
    z-index:1;
    padding: .313rem .5rem;
    background: var(--badge-background-color, #000000);
    color: var(--badge-text-color, #ffffff);
}

@media screen and (max-width: 768px) {
    .button{
    padding: .75rem 1rem;
}
.button.button-outline{
    padding: .688rem .938rem;
}
}
@media screen and (max-width: 768px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .large-up-hide {
    display: none !important;
  }
}
/* Announcemnet bar */
.announcemnet-wrapper{
    display: flex;
    width: 100%;
    padding: 1.563rem 0;
}
.announcemnet-wrapper > *{
    flex:1;
}
.announcement-menu{
    display: flex;
    justify-content: flex-end;
    gap: 3.125rem;
    align-items: center;
}
.announcement-menu .announcement-menu-item span{
 color: var(--highlighated-color);
}
.announcement-slider[data-compact=true] .announcement-text+.announcement-link-text{
    display: inline-flex;
}
.announcement-slider__slide{
    padding: 0;
    /* height: 14px; */
    display: flex !important;
    align-items: center;
    text-decoration: none;
}
.announcement-bar a,.announcement-link .announcement-link-text{
    text-decoration: none;
}

.announcement-bar{
    padding: 0;
    text-align: left;
    max-height: 3.75rem;
    display: flex;
    align-items: center;
}
.announcement-bar .body-text-small{
    line-height: 1rem;
}
.hidden{
    opacity: 0;
}
@media only screen and (min-width:769px){
    .announcemnet-wrapper{
        max-height: 3.75rem;
        align-items: center;
    }
}

@media only screen and (max-width:768px){

    .announcemnet-wrapper{
        flex-direction: column;
        gap: .625rem;
        padding: .625rem 0;
    }
    .announcement-menu{
        justify-content: space-between;
        padding-block: 1.25rem 1rem;
        border-top:  .5px solid #CACACA;
        gap: 1.25rem;
    }
    .announcement-slider .announcement-slider__slide:first-child, .announcement-slider.flickity-enabled .announcement-slider__slide{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 20px;
    }
    .announcement-bar{
        max-height: 100%;
    }

}
/* HEADER MENU  */
.site-nav__link{
  padding: .469rem;
}
.site-nav__link > *{
    --iconWeight: .063rem;
}
ul li:last-child a.site-nav__link.site-nav__link--underline{
    padding-right: 0;
}
ul li:first-child a.site-nav__link.site-nav__link--underline{
    padding-left: 0;
}

.megamenu-with-images{
    position: absolute;
    background: #F9F9F9;
    left: 0;
    width: 100%;
    top:  var(--header-height);
    display: flex;
    /* justify-content:center; */
    padding-block: 3.125rem;
    gap: 1.25rem;
}
.megamenu-image-item img{
    height: auto;
    width: 9.375rem;
    aspect-ratio: 150/200;
}
.megamenu-link{
    margin-top: .6254rem;
}

.site-nav__item.has_megamenu{
    position: unset;
}

.header-item--left .site-nav{
    margin-left: 0;
}
.site-nav__link.active span,
.site-nav__link.active,
.menu-drawer-link.active span,
.menu-drawer-link.active,
.menu-title span{
    color: var(--highlighted-color);
}
.header-item--navigation .site-nav .site-nav__link{
    display: flex;
    gap: .313rem;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.header-item--left .site-nav{
    display: flex;
    gap: 1.25rem;
    row-gap: 1.25rem;
    flex-wrap: wrap;
}
.site-nav__link{
    padding: 0;
}
.site-header__logo,
.header-item--icons .site-nav{
    margin: 0;
}
.site-nav__icons{
    display: flex;
    gap: 1.25rem;
}
.site-nav__link--icon .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
@media only screen and (min-width: 769px) {
    .site-nav__link--icon .icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .megamenu-with-images{
        gap: 0.625rem;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 769px) {
   .site-header .site-header__logo img{
        max-height: 1.75rem !important;
        max-width: 1.5rem !important;
   }
   .site-header{
    padding: .75rem 0;
   }
   .site-header__logo a{
    width: 1.5rem !important;
    height: 1.75rem;
   }
   .site-nav__icons{
    gap: 0.625rem;
   }
}
.shopify-section-group-header-group .drawer{
    max-width: 100%;
}
/* FOOTER  */
footer p{
    margin: 0 ;
}
.footer__logo{
    margin: 0;
}
.footer__logo .footer-logo__description:not(:first-child),
.footer__logo .social-icons:not(:first-child){
    margin-top: 1.275rem;
}
.footer__logo .footer__social-media-links a{
 height: auto;
 display: flex;
}
.footer__social-media-links li{
 margin: 0; 
 position: relative;
}
.footer__social-media-links li:not(:last-child)::after{
    content:"";
    position: absolute;
    width: .5px;
    background: currentColor;
    height: 100%;
    top: 0;
    right: .313rem;
}
.footer__social-media-links li:not(:last-child){
    padding-right: .625rem;
}
footer .site-footer__linklist a{
    padding: 0;
}
.footer__collapsible ul li{
    margin-bottom: 0;
}
.footer__collapsible ul li:not(:last-child){
  margin-bottom: .938rem;
}
footer .richtext_description p:not(:last-child){
 margin-bottom: .938rem;
}
.site-footer{
    padding-block: 3.125rem;
}
footer .footer__bottom-text{
 padding-top: 1.875rem;
 border-top: .5px solid #CACACA;
}
footer .grid{
    margin-bottom: 6.25rem;
}
footer .footer-bottom-part{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.875rem;
    padding-bottom: 1.875rem;
}
footer .footer-bottom-part>*{
    flex: 1
}
footer .footer-payment-icons{
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
footer .grid{
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: space-between;
}
footer .grid__item{
    max-width: var(--item-max-width);
    width: 100%;
    padding:0;
}
footer .grid:after{
    content: none;
}
@media only screen and (max-width:768px){

    footer .footer-bottom-part{
        border: none;
        flex-direction: column;
        align-items: flex-start;
    }
    footer .footer__bottom-text{
        border: none;
        padding-top:0;
    }
    .footer__title{
        padding: 0;
        margin-bottom: 20px;
    }
    footer .footer-bottom-part .footer-newsletter{
        width: 100%;
    }
    .site-footer{
        padding-block: 1rem;
    }
    footer .grid{
        margin-bottom: 3.125rem;
        flex-direction: column;
    }
    .footer__newsletter, .footer__newsletter-input{
        max-width: 100%;
    }
}

/* HEADER DRAWER  */
.header-drawer{
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    --calc-height:  calc(var(--header-height) + var(--announcement-visible-height));
    height: calc(100vh - (var(--calc-height)) );
    top: calc(var(--calc-height) + var(--window-scroll-height));
    background: var(--colorBody);
    z-index: 30;
    transition: all .3s ease-in-out;
    overflow-y: auto;
}
.header-drawer > *{
    overflow-x: hidden;
    scrollbar-width: none
}
.header-drawer > *::-webkit-scrollbar {
  display: none; 
}
.header-drawer.is-open{
    transform: translateX(0);
     transition: all .3s ease-in-out;
}
body:has(.header-drawer.is-open),
html:has(.header-drawer.is-open){
    overflow: hidden;
}
.menu-drawer-content{
    position: fixed;
    top: 0;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: 1;
    background: var(--colorBody);
    transform: translateX(100%);
     transition: all .3s ease-in-out;
     padding-block: 1.25rem;
}
.header-drawer.is-open details[open] > .menu-drawer-content{
     transform: translateX(0);
     transition: all .3s ease-in-out;
}
.header-drawer .megamenu-with-images{
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5rem;
    justify-content: flex-start;
    padding-block: 1.25rem;
    position: relative;
    background: transparent;
    top: unset;
    row-gap: .938rem;
}
.header-drawer .megamenu-image-item img{
    width: 100%;
    aspect-ratio: 109/145;
}
.header-drawer .megamenu-link{
  max-width: 6.813rem  
}
.mobil-item{
    padding-block: 1.25rem;
    border-bottom: .5px solid #CACACA; 
}
.drwer-menu-link.active{
    color: var(--highlighted-color);
}
.menu-drawer-link,
.menu-drawer-title{
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

.header-drawer .icon-wrapper{
    display: flex;
    align-items: center;
    gap: .313rem;
}
.header-drawer .login-link{
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem;
}
.mobile-menu-bottom-part{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    left: 0;
    flex-direction: column;
}

/* PRODUCT PAGE  */
.variant-wrapper+.variant-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 2rem;
}

.product .product-block{
    display: flex;
    align-items: center;
    width:100%;
}
.product .product-single__form{
    width: 100%;
}
.product .product__price.on-sale,
.product-single__meta{
 padding: 0;
}
.product .product__price--compare{
    padding: 0;
    margin: 0;
}
.product .grid{
    display: flex;
    gap: 1.875rem;
    margin: 0;
    justify-content: center;
}
.product .product-media{
    max-width: 610px;
    width: 100%;
    padding: 0;
}
.product .product-content{
    max-width: 700px;
    width: 100%;
    height: fit-content;
    align-self: flex-start;
    z-index: 3;
    top: var(--header-height);
}
.product .grid:after{
    content: none;
}
.product .payment-buttons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: .625rem;
    width: 100%;
    row-gap: 1.875rem;
}
.product .payment-buttons > *{
    /* flex: 1; */
    width: 100%;
}
.product .payment-buttons .add-to-cart, 
.product .payment-buttons .shopify-payment-button, 
.product .payment-buttons .shopify-payment-button__button--unbranded{
    margin: 0;
}
.accordian-title-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 0.625rem;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #CACACA;
}
.metafield-accordian-wrapper{
    width: 100%;
}
.accordian-title-wrapper .accordian-title{
    display: flex;
    align-items: center;
    gap: .313rem;
}

details-wrappper acordion-animated details summary{
    color: #5D5D5D;
    cursor: pointer;
}
details-wrappper acordion-animated .details-content-ineer{
    padding-block: .625rem;
    text-align: left;
}
details-wrappper acordion-animated details[open] summary{
    color: #000000;
}
details-wrappper acordion-animated details .acoordian-arrow{
    transition: transform .4s ease-in-out
}
details-wrappper acordion-animated details[open] .acoordian-arrow{
    transform: rotate(180deg);
    transition: transform .4s ease-in-out
}
details-wrappper acordion-animated:not(:first-child) summary{
    padding-block: .625rem;
}
details-wrappper acordion-animated:first-child summary{
    padding-bottom: .625rem;
}
/* details-wrappper acordion-animated:last-child summary{
    padding-bottom: 0;
} */
.product .button,
.shopify-payment-button .shopify-payment-button__button--unbranded{
    --colorBtnPrimary: #964F24;
}
.button.add-to-cart{
    --colorBtnPrimaryText: var(--colorTextBody);
    border-color: #CACACA;
    transition: background .3s ease-in-out;
}
.button.add-to-cart:hover{
    background: var(--colorBtnPrimary);
    color: var(--colorBody);
    transition: background .3s ease-in-out;

}
.shopify-payment-button .shopify-payment-button__button--unbranded{
    font-family: var(--typeHeaderPrimary);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: .625rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 0.938rem 1.25rem;
}
.page-content--product{
    padding-bottom: 2.188rem;
    padding-top: 1.875rem;
    background: #F9F9F9;
}
.variant-wrapper.js{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.grid-product__price span{
    min-height: 17px;
    display: flex;
    width: fit-content;
    align-items center;
    gap: .313rem;
}
.grid-product__price{
    display: flex;
    flex-wrap: wrap;
    min-height: 17px;
}
@media only screen and (min-width:769px){
    
    .js-thum-carousel{
        overflow: visible;
        height: fit-content;
        position: sticky;
        top: var(--header-height);
    }
    .js-product-carousel .swiper-slide img,
    .js-thum-carousel .swiper-slide img {
        width: 100%;
        height: auto;
        /* object-fit: cover; */
    }
    .product .product-content{
        padding: 0;
    }
    .js-product-carousel .swiper-slide{
        min-height: 31.25rem !important;
        max-height: 41.625 !important;
        height: fit-content;
    }
    .js-product-carousel .swiper-wrapper .swiper-slide:last-child{
        margin-bottom: 0 !important;
    }
    .js-product-carousel .swiper-slide img{
            aspect-ratio: 500 / 666;
    }
    .js-thum-carousel .swiper-slide img {
        height: 6.25rem;
    }
    .js-thum-carousel .swiper-slide{
        height: 6.25rem !important;
        border: 1px solid transparent;
    }
    .js-thum-carousel .swiper-slide.active-thumb{
        border-color: #CACACA;
    }
}

@media only screen and (max-width:768px){

    .sm-padding-5{
        padding: 5px;
    }
    .product .payment-buttons{
            grid-template-columns: 1fr;
            gap: .625rem;
    }
    .product .grid,
    .product .product__photos--beside{
        flex-direction: column;
    }
    .product .grid{
        gap: 1.25rem;
    }
    .product .payment-buttons > *{
        width: 100%;
    }
    .product .product-block{
        margin-bottom: 1.25rem;
    }
    .sm-mt-0{
        margin-top: 0;
    }
    .product .product-media,
    .product .product-content{
        max-width: 100%;
    }
    .product .payment-buttons{
        flex-direction: column;
    }
    .product .product-single__meta .product-block:last-child{
        margin-bottom: 0;
    }
    .page-content--product{
        padding-bottom: 1.563rem;
        padding-top: 1rem;
    }
    .js-product-carousel .swiper-wrapper{
        padding-inline: 1rem;
    }
        .sm-w-100{
        max-width: 100%;
        padding: 0;
    }
    .pin-16{
        padding-inline: 1rem;
    }
    .swiper-pagination.main-product-pagination{
        position: relative;
        bottom: unset;
        margin-top: 0.625rem;
    }
    .main-product-pagination .swiper-pagination-bullet-active{
        background: #964F24;
    }
    .main-product-pagination .swiper-pagination-bullet{
        background: #964F24;
    }   
}

/* WHATMORE APP  */

.whatmore-carousel-events > div{
    align-items: flex-start !important;
    margin-bottom: 1.875rem !important;
}
.whatmore-carousel-events > div p{ 
    font-weight: 500 !important;
    line-height: 1.625rem !important;
}
.whatmore-events-carousel-landscape{
    margin-bottom: 0 !important;
}
.whatmore-event-tile-scale-in-animation{
    margin-top: 0 !important;
}
.wht-prod-info p{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0;

}
@media only screen and (max-width:768px){
   .whatmore-carousel-events > div p{ 
        line-height: 1rem !important;
    }
    .whatmore-carousel-events > div{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .whatmore-events-carousel-landscape > div{
        width: 100%;
    }
}

/* WHISH LIST APP */
.swym-atw-button-container.margin-top{
    margin-top: 0 !important;
}
.atw-button{
    padding: 0 !important;
    justify-content: flex-start !important;
}
swym-storefront-layout-login-user{
    display: none !important;
}
.swym-storefront-layout-header{
    height: fit-content !important;
}
#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body{
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
#swym-storefront-layout-section-container img.swym-storefront-layout-grid-item-image, .swym-storefront-layout-as-modal img.swym-storefront-layout-grid-item-image{
    border-radius: 0 !important;
    width: 100%;
}
.swym-storefront-layout-header{
    box-shadow: none !important;
}
.rte-setting a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview), .rte a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview){
    border: none !important;
}
.swym-header-launcher {
    display: none !important;
}
.atw-button-icon path{
    stroke-width: 1px;
}
#swym-storefront-layout-section-container .swym-storefront-layout-grid-item-image-container, .swym-storefront-layout-as-modal .swym-storefront-layout-grid-item-image-container{
    height: 26.688rem !important;
}
 swym-header-icon #swym-header-icon {
    border: none;
    background: transparent;
  }
  
  .swym-wishlist-header-counter,
  .cart-count-bubble {
    position: absolute;
    top: -0.3rem;
    background: #000;
    right: -0.4rem;
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.625rem;
    display: none;
    height: .938rem;
    width: .938rem;
    align-items: center;
    justify-content: center;
  }
  .cart-count-bubble {
    display: flex;
  }

@media only screen and (max-width:768px){
    #swym-storefront-layout-section-container .swym-storefront-layout-grid-item-image-container, .swym-storefront-layout-as-modal .swym-storefront-layout-grid-item-image-container{
        height: 13.938rem !important;
    }
    .whatmore-widget-container{
        margin-top: 1.563rem !important;
        margin-bottom: 1.563rem !important;
    }
    .swym-atw-button-container.margin-top{
        margin-top: .625rem !important;
    }
}
.highlighted-color{
    color: var(--highlighted-color);
}
@keyframes spinInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: spinInfinite 4s linear infinite;
}


/* SEARCH BAR  */
.grid-product__title{
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.25rem;
    height: 100%;
}
.grid-product__price{
    text-align: left;
    margin-top: 0.938rem;
}
.grid-product__meta{
    padding-top: 1.25rem;
}
.predictive-result__layout{
    --badge-background-color: var(--highlighted-color);
}
.predictive-results__footer button{
--colorBtnPrimary: var(--highlighted-color);
--colorBtnPrimaryText: var(--highlighted-color);
}


/* ADD TO CART BUTTON */
.product-card-btn{
    width: 100%;
    background: #964F24;
    color: #ffffff;
    min-height: unset;
    padding-block: 10px;
    margin-top: 10px;
    border: 1px solid #964F24;
    transition: all .3s ease-in-out;
}

.button.add-to-cart.product-card-btn:hover{
    background: transparent;
    color: #964F24;
    transition: all .3s ease-in-out;
}


/* Trust badges  */
.trust-badge-wrapper {
    gap: .938rem;
    /* align-items: center; */
    flex-wrap: wrap;
}
.trust-badge-wrapper img{
  width: 3.125rem;
  height: 1.875rem;
}
.trust-badge{
    gap: .625rem;
    /* justify-content: center; */
    align-items:center;
    flex-direction: column
}


/* Star Rating & Reviews */

.review-price-wrapper{
    justify-content: space-between;
    gap: .625rem;
    align-items: center;
}
.review-price-wrapper > *{
    flex : 1;
}
.review-price-wrapper .jdgm-widget{
 text-align: right;
 width: 100%;
 
}

.review-price-wrapper .jdgm-prev-badge__text,
.jdgm-review-content__body-content,
.jm-text.jm-no-reviews-state__text{
    font-weight: 400;
    font-size: .875rem !important;
    line-height: 1.125rem;
    letter-spacing: 0;
}

.jm-button{
    border-radius: 0 !important;
    text-transform: uppercase;
    min-height: 2.75rem;
    font-family: var(--typeHeaderPrimary);
    font-weight: 500 !important;
    font-size: .875rem !important;
    line-height: .625rem !important;
    letter-spacing: .3px;
}

#judgeme_product_reviews{
    max-width: 100% !important;
}

#judgeme_product_reviews p.jm-text.jm-review-widget-minimal-header__title{
    font-family: var(--typeHeaderPrimary);
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.625rem;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.jm-sort-filter__select{
    border-radius: 0 !important;
    width: 44px !important;
    height: 44px;
}

.jm-text.jm-reviewer-info__name{
    font-size: .875rem !important;
    line-height: 1.125rem;
    letter-spacing: 0;
}
.jm-sort-filter__icon svg{
    height: 20px;
    width: 20px;
}
@media only screen and (min-width:525px){
 .review-price-wrapper .product-block.product-block--price{
    margin-bottom: 0;
 }
}
@media only screen and (max-width:524px){
    .review-price-wrapper{
        flex-direction: column;
        gap: 0;
    }
    .review-price-wrapper .jdgm-widget{
        width: 100%;
        text-align: left;
        margin-bottom: 1.25rem;
    }
}