/** Shopify CDN: Minification failed

Line 2127:0 Unexpected "}"

**/
/* component-grid */
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
  }
  
  @media screen and (min-width: 750px) {
    .grid {
      column-gap: var(--grid-desktop-horizontal-spacing);
      row-gap: var(--grid-desktop-vertical-spacing);
    }
  }
  
  .grid:last-child {
    margin-bottom: 0;
  }
  
  .grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
  }
  
  @media screen and (min-width: 750px) {
    .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  .grid--gapless.grid {
    column-gap: 0;
    row-gap: 0;
  }
  
  @media screen and (max-width: 749px) {
    .grid__item.slider__slide--full-width {
      width: 100%;
      max-width: none;
    }
  }
  
  .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
  }
  
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  
  @media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  }
  
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  
  @media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  
    .grid--4-col-tablet .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  
    .grid--3-col-tablet .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  
    .grid--2-col-tablet .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  @media screen and (max-width: 989px) {
    .grid--1-col-tablet-down .grid__item {
      width: 100%;
      max-width: 100%;
    }
  
    .slider--tablet.grid--peek {
      margin: 0;
      width: 100%;
    }
  
    .slider--tablet.grid--peek .grid__item {
      box-sizing: content-box;
      margin: 0;
    }
  }
  
  @media screen and (min-width: 990px) {
    .grid--6-col-desktop .grid__item {
      width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
      max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
  
    .grid--5-col-desktop .grid__item {
      width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
      max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
  
    .grid--4-col-desktop .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
      max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
  
    .grid--3-col-desktop .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
      max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
  
    .grid--2-col-desktop .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  
  @media screen and (min-width: 990px) {
    .grid--1-col-desktop {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .grid--1-col-desktop .grid__item {
      width: 100%;
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 749px) {
    .grid--peek.slider--mobile {
      margin: 0;
      width: 100%;
    }
  
    .grid--peek.slider--mobile .grid__item {
      box-sizing: content-box;
      margin: 0;
    }
  
    .grid--peek .grid__item {
      min-width: 35%;
    }
  
    .grid--peek.slider .grid__item:first-of-type {
      margin-left: 1.5rem;
    }
  
    .grid--peek.slider .grid__item:last-of-type {
      margin-right: 1.5rem;
    }
  
    .grid--2-col-tablet-down .grid__item {
      width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
      max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
    }
  
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
    .grid--peek .grid__item {
      width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
  
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
    .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
      width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
  }
  
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .slider--tablet.grid--peek .grid__item {
      width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
  
    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
      width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
  
    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
  
    .slider--tablet.grid--peek .grid__item:first-of-type {
      margin-left: 1.5rem;
    }
  
    .slider--tablet.grid--peek .grid__item:last-of-type {
      margin-right: 1.5rem;
    }
  
    .grid--2-col-tablet-down .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  
    .grid--1-col-tablet-down.grid--peek .grid__item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
  }
.home #main, .home .shopify-section--featured-collections .section__color-wrapper, 
.home .shopify-section--collection-list .section__color-wrapper,
.home main#MainContent,.home .featured_collection{
    background-color: #f8f8f8;
}
.home .shopify-section--collection-list .section{
    margin-bottom: 0;
}
.header-wrapper--border-bottom{
    background: #fff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #000;
}
.top-bar-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
    color: #333;
    background-color: #f6f6f7;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev{
    position: absolute;
    top: 45%;
    font-size: 40px;
    line-height: 20px;
    background: none;
}
.owl-theme .owl-nav button.owl-prev{
    left: -30px;
}
.owl-theme .owl-nav button.owl-next{
    right: -30px;
    left: auto;
}
.top-bar-wrapper.owl-theme .owl-nav button.owl-next,
.top-bar-wrapper.owl-theme .owl-nav button.owl-prev{
    top: 10px;
}
.top-bar-wrapper.owl-theme .owl-nav button.owl-prev{
    left: 30px;
}
.top-bar-wrapper.owl-theme .owl-nav button.owl-next{
    right: 30px;
    left: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #000;
}
.top-bar-wrapper .top-bar{
    margin: 0 10px;
}
.top-bar-wrapper .top-bar img {
    width: 20px;
    vertical-align: top;
    margin-right: 5px;
}
p.top-bar__message{
    padding: 15px 0;
    font-size: 12px;
    font-weight: 500;
}
.header{
    grid-template-columns: 1fr 1fr 1fr;
}
.header__heading-link{
    padding: 0;
}
.search-modal__content .field:before,
.search-modal__content .field:after{
    display: none;
}
.search__input.field__input{
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    width: 100%;
    font-style: normal;
    background-color: #f9f9f9;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}
.search__input.field__input:focus~.field__label,
.search__input.field__input:not(:placeholder-shown)~.field__label, 
.search__input.field__input:-webkit-autofill~.field__label, 
.search__input.field__input:focus~.field__label{
    display: none;
}
.header__icon--account{
    background: #488941;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: .3px;
    width: auto;
    height: auto;
    padding: 0.84em 2em;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
}
.header__icon--account .icon{
    height: 18px;
    width: 18px;
    vertical-align: middle;
    stroke: #fff;
    fill: #fff;
    margin-right: 10px;
}
.header__icon--account:hover .icon{
    transform: none;
}
.header__icon--account span{
    margin-left: 10px;
}
.header__secondary-links  svg.icon.icon--header-search *,
.mincart .icon *{
    stroke: #000;
}
.mincart .icon{
    width: 24px;
    height: 24px;
}
.header--bordered:not(.header--transparent){
    box-shadow: none !important;
}
@media screen and (max-width : 767px) {
    .mincart svg{
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width : 992px) {
    .header__secondary-links  svg.icon.icon--header-search{
        width: 20px;
        height: 25px;
        margin-right: 15px;
        margin-top: -5px;
    }
}


.header__linklist-link {
    display: block;
    font-size: 17px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #000;
    
}
.header__contact {
    position: relative;
}
.header__icon.header__icon--contact .icon{
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
}
.header__icon.header__icon--contact  {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 0;
    margin-left: 10px;
    color: #488941;
    width: max-content;
    height: auto;
    font-weight: 700;
    line-height: 46px;
    text-decoration: none;
    padding: 0;
}
.header__inline-menu details[open]>.header__menu-item{
    text-decoration: none;
}
.header__active-menu-item, .header__menu-item:hover span{
    color: #488941;
}

.list-menu__item span:after,
.link--animated:after,
.header__icon.header__icon--contact:after{
    content: ' ';
    height: 4px;
    background-color: #488941;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 0%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: 50%;
    border: 2px solid transparent;
}
.link--animated:after{
    bottom: 5px;
}
.link-bar__wrapper .link--animated:after{
    bottom: 0;
}
.header__bottom-navigation{
    border-top: 0;
    border-bottom: .1rem solid #f6f6f7;
}
.header--bordered .mega-menu{
    background-color: #f6f6f7;;
}
.mega-menu__title.heading:first-child,
.mega-menu__column.column-menu .linklist__item a,
.mega-menu__link--level-2{
    font-size: 14px;
    font-weight: 900;
    color: #000;
    text-transform: none;
}
.linklist__item a{
    color: #000;
    font-size: 14px;
}
.link--animated{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 10px;
    margin-right: 10px;
}
.heading-col h2{
    font-size: 41px;
    font-weight: bolder;
}
.header__linklist-link:hover,.header__active-menu-item,
.mega-menu__link:hover, .mega-menu__link--active{
    color: #488941 !important;
}
.moblink{
    color: rgb(var(--text-color));
    margin-bottom: 15px;
}
.header__linklist-link.header__active-menu-item.link--animated:after,
.header__active-menu-item:after,
.link--animated:hover:after,button.header__icon.header__icon--contact.popover-button.text--small[aria-expanded="true"]:after,
.header__contact [open="true"] .header__icon--contact:after{
    width: 100%;
    transform: none;
    border-color : #488941;
    visibility: visible;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    left: 0;
    right: 0;
}
.header__icon.header__icon--contact .icon{
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
}
#header-help:after,#header-help:before{
    display: none;
}
@media screen and (min-width: 1000px){
    #header-help .popover-button+.popover {
        right: auto;
        left: 0;
    }
}
.topinfo {
    margin-bottom: 10px;
}
.contact-modal{
    padding: 0;
    box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 15%);
    min-width: 351px;
    background-color: #F3F3F4;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    color: #000;
    text-align: center;
    line-height: normal;
}
.contact-modal p{
    margin-bottom: 6px;
    margin-top: 6px;
}
.contact-modal__content.contact-modal__content-bottom {
    margin: 2.4rem auto 1.6rem;
    width: 100%;
}
.contact-modal h3{
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}
.contact-modal .flex-link{
    display: flex;
    border-top: 1px solid #d4d4d4;
    justify-content: space-evenly;
}
.contact-modal .flex-link a{
    text-decoration: none;
    color: #333;
    padding: 1.8rem 0;
    width: -webkit-fill-available;
}
.contact-modal .flex-link a:hover{
    text-decoration: underline;
}
.contact-modal .flex-link.middle-link a{
    border-right: 1px solid #d4d4d4;
}
body.gradient.overflow-hidden{
    overflow: auto;
}
.list-menu__item{
    font-size: 1.7rem;
    font-weight: 700;
    color: #2e2e2e;
    padding: 0.6em 2.1em 0.6em;
    
}
.list-menu__item span{
    position: relative;
}
.header__active-menu-item,
.header__menu-item:hover span{
    text-decoration: none;
}
.list-menu__item span:after{
    bottom: -5px;;
}
.shopify-block.shopify-app-block > div {
    width: 100%;
    margin: 0 auto;
    max-width: 100% !important;
}
.daily_deals__cta{
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
button#buy-now-main{
    color: #000 !important
}
.daily_deals__price_box_wrapper h2 a{
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}
.daily_deals__timer li span.daily_deals__counter{
    font-size: 38px !important;
}
.daily_deals__form-group .daily_deals__btn-group button{
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.daily_deals__deals_box{
    border: 3px solid #c6c6c6;
    margin-right: 20px;
    padding: 0 20px;
    background: #fff;
}
.daily_deals__price_box_wrapper{
    padding-top: 4px;
    padding-bottom: 4px;
}
.daily__deals_deal_of_the_deal_box_wrapper{
    align-items: stretch !important;
    justify-content: stretch
}
.shopify-app-block .daily__deals_heading{
    font-size: 40px;
    font-weight: bold;
    padding-top: 40px !important;
}
.daily_deals__deals_box_col_image{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
}
.daily_deals__deals_price .daily_deals_price{
		color: #d2545a;
}
.header__icon-wrapper{
    margin-top: 0;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    /* color: rgb(var(--color-foreground)); */
    /* line-height: calc(1 + .3/max(1,var(--font-heading-scale))); */
    word-break: break-word;
}
.list-collections__item-info .heading.h3,.product-item-meta__title,
.card__heading .full-unstyled-link{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.product-item-meta__title{
    font-size: 16px;
}
.product-item-meta__title:hover{
    text-decoration: underline;
}
.product-item-meta__price-list-container .price {
    display: unset;
    width: auto;
    margin: unset !important;
}
.home .section-collection-list .gradient,
.home #shopify-section-footer{
    background: #f8f8f8;
}
#shopify-section-footer{
    padding-top: 2.5em;
}
.footer {
    background-color: #2c365e;
    position: relative;
    margin-top: 12vw !important;
    color: #fff;
    border-top: 0;
}
.footer .footer__content-top{
    padding: 0 12rem;
}
.footer .footer-block__details-content .list-menu__item--link, 
.footer .copyright__content a,
.footer .footer-block__heading,
.footer a{
    color: #fff;
}
.footer .footer-block__details-content .list-menu__item--link, 
.footer .copyright__content a,
.footer .footer-block__heading,
.footer a{
    font-weight: 400;
    padding: 0.3em 0;
}
.footer .footer-block__details-content .list-menu__item--link:hover, 
.footer .copyright__content a:hover,
.footer a:hover{
    color: #fff;
}
.footer .footer__blocks-wrapper.grid .footer-block{
    padding: 0 10px;
}
.footer .footer__payment{
    margin-top: 0;
    margin-bottom: 3rem;
}
.footer .footer__payment .list-payment{
    justify-content: flex-start;
}
.footer .footer__payment .list-payment svg.icon.icon--full-color{
    width: 5.5em;
    height: 3.4em;
}
.footer .list-social{
    justify-content: flex-start;
}
.footer .list-menu__item{
    padding: 0.6em 0;
}
.footer .footer-block__heading{
    font-weight: 900;
    line-height: 1.5em;
    font-size: 2.2rem;
    text-transform: capitalize;
}
.footer:before {
    position: absolute;
    content: "";
    top: -8.5em;
    left: 0px;
    width: 100%;
    height: 11.9em;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 376 32'%3E%3Cpath fill='%232c365e' d='M15.364 5.207c-0.617 0.139-2.005 0.451-3.082 0.692-2.196 0.491-7.834 1.968-10.524 2.756l-1.765 0.518v22.683h376.484v-21.334l-0.981-0.266c-15.008-4.069-27.577-6.113-45.687-7.43-6.341-0.46-29.209-0.461-34.511-0.001-19.737 1.713-29.718 3.706-48.368 9.662-11.289 3.605-16.924 5.018-26.667 6.686-30.897 5.291-56.469 4.699-73.971-1.714-3.171-1.161-7.575-3.058-12.263-5.28-12.762-6.048-22.148-8.629-39.522-10.864-9.373-1.207-34.001-1.711-44.316-0.908-13.021 1.014-25.919 2.792-34.827 4.801z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: bottom;
    z-index: 0;
}
.footer:after {
    position: absolute;
    content: "";
    right: 0;
    background-image: url('hand.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    top: -245px;
    width: 174px;
    height: 172px;
}
.footer .newsletter-form__button {
    position: relative;
    width: auto;
    margin: 15px auto;
    background: #ffc500 !important;
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #2e2e2e;
    min-width: 150px;
}
.footer .newsletter-form__field-wrapper .field__input {
    padding-right: 1.5rem;
}
.footer .newsletter-form__field-wrapper .field:before,
.footer .newsletter-form__field-wrapper .field:after{
    display: none;
}
.footer a.link.list-social__link svg path {
    fill: #302c5f !important;
}

.footer a.link.list-social__link {
    width: 50px;
    height: 50px;
    background: #eee;
    margin-right: 10px;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}

.footer a.link.list-social__link svg {
    width: 30px;
    height: 30px;
}
.footer .footer__copyright .copyright__content a,
.footer .footer__copyright .copyright__content{
    font-size: 1.4rem;
    color: #f6f6f7;
}
.product-picker {
    margin: -18px auto;
}
.product-picker .product{
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    background: #fff;
    margin: 0;
    flex-flow: column;
}
span[aria-hidden="true"],
.price__sale, .price__availability, .price .price__badge-sale, .price .price__badge-sold-out, .price--on-sale .price__regular, .price--on-sale .price__availability{
    display: none;
}
.product-picker .product .flag{
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
}
/* .product-picker .product .flag .flag-tag-item:after {
    content: ' ';
    border-top: 45px solid #488941;
    border-right: 15px solid transparent;
    right: -15px;
    top: -4px;
    position: absolute;
} */
@media screen and (max-width: 989px){
    .product-picker-container.grid.product-grid.contains-card.grid--2-col-tablet-down{
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
  .product-picker-container.grid.product-grid.contains-card.grid--2-col-tablet-down .grid__item{
    margin-bottom: 15px;
  }
}
.product-picker .product .flag .flag-tag {
    margin-top: -1px;
    position: absolute;
    width: max-content;
}
.product-picker .product .flag  .flag-tag-item {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    background-color: #488941;
    text-align: right;
    line-height: 40px;
    padding: 10px 22px;
    text-transform: uppercase;
}

.product-picker .product .product-image {
  padding: 45px;
  padding-bottom: 0px !important;
}
.product-picker .product .pmedia img.motion-reduce {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}
.product-picker .product .pinfo{
    padding: 0 20px 20px ;
}
.product-picker .product .pinfo h3.product__heading {
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 15%);
    margin: 0 -20px 0px;
    padding: 22px 20px 0;
    text-align: center;
    font-weight: 600;
}
.product-picker .product .pinfo h3.product__heading a{
  color: #000;
}
.product-item-meta__price-list-container .price.price--highlight,
.product-picker .product .pinfo span.price-item {
    font-size: 3rem;
    font-weight: 700;
    order: -1;
    margin-right: 10px;
}
button.button.button--outline.button--text.button--full.hidden-touch.hidden-phone {
    padding: 0;
}
.product-item-meta__price-list-container .price.price--highlight{
    font-size: 32px;
    margin-right: 10px !important;
}
.mini-cart__recommendations-list .product-item-meta__price-list-container .price.price--highlight{
    font-size: 16px;
}

.price.price--compare small,
.price.price--compare{
    text-decoration: none;
    color: #292929;
    font-weight: 700;
    font-size: 12px;

}
.product .product-meta .price.price--compare small,
.product .product-meta .price.price--compare{
    text-decoration: line-through;
}
.price.price--compare small{
    margin-left: 10px;
    font-weight: 500;
    color: #488941;
}
.price.price--compare span{
    text-decoration: line-through;
}
.product-item-meta__price-list-container .price-list,
.product-picker .product .pinfo .price--on-sale .price__sale{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: -5px;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after,
.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after,
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after,
.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before,
.field__input, .select__select, .customer .field input, .customer select{
    border-radius: 50px
}
.price__container{
    width: 100%;
}
.product-grid .grid__item,
.featured_collection .grid__item.slider__slide{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 16px;
}
.product-picker .product-grid .grid__item{
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.product-grid .grid__item .price--on-sale .price__sale,
.featured_collection .grid__item .price--on-sale .price__sale{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #626262;
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
}
/* .product-grid .grid__item .card-information .price{
    padding-bottom: 15px;
} */
.price__regular .price-item--regular,
.product-grid .grid__item span.price-item.price-item--sale.price-item--last,
.featured_collection .grid__item span.price-item.price-item--sale.price-item--last {
	font-size: 34px;
    font-weight: 600;
    display: block;
    text-align: center;
    order: -1;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
}
.product-grid  .card__heading .full-unstyled-link,
.featured_collection  .card__heading .full-unstyled-link{
    font-size: 13px;
}
.quick-add{
    margin-bottom: 0;
}
.product-grid  .grid__item .quick-add__submit{
    display: none;
    left: -16px;
    width: calc(100% + 32px);
    border: 0;
    background: #488941;
    color: #fff;
    position: absolute;
    bottom: -25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    border-radius: 0;
}
.product-grid  .grid__item .quick-add__submit:before,
.product-grid  .grid__item .quick-add__submit:after
{
    display: none;
}
.product-grid  .grid__item:hover .quick-add__submit{
    display: flex;
}
.featured_collection .slider-buttons{
    justify-content: flex-end;
}
.featured_collection .slider-button{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #2c365e;
    border-radius: 50%;
    padding: 0;
}

.featured_collection .slider-button svg {
    height: 8px;
}
.featured_collection .slider-button svg path{
    fill: #fff;
}
.collection-list-wrapper .card__inner.color-background-2.gradient.ratio{
    width: 189px;
    height: 189px;
    margin: 0 auto 10px;
    border-radius: 100%;
}
.collection-list-wrapper .card .card__inner .card__media{
    border-radius: 100%;
    border: 3px solid #ededed !important;
}
.collection-list-wrapper .card:hover .card__inner .card__media{
    border: 3px solid #488941 !important;
}
.collection-list-wrapper .card .card__heading .full-unstyled-link{
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 21px;
}
.collection-list-wrapper .title-wrapper-with-link{
    justify-content: center;
}
.h1{
    text-align: center;
}
/*Collection page*/
#FacetFiltersForm .list-menu__item{
    padding: 0;
}
.product-facet__filter-item .collapsible-toggle,
.product-facet__filter-item:not(:last-child) .collapsible__content .checkbox+label,
#FacetFiltersForm .facets__summary{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
#FacetFiltersForm .facets__summary:hover span{
    text-decoration: none;
}
#FacetFiltersForm .list-menu__item span.header__active-menu-item:after, 
#FacetFiltersForm .list-menu__item:hover span:after{
    display: none;
}
#FacetFiltersForm .facets__disclosure-vertical{
    border-top-width: 1px;
}
.product-facet__filters-header .h5,
#FacetFiltersForm .facets__heading--vertical{
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
#FacetFiltersForm .facets__item{
    color: #000;
}
.grid--4-col-desktop .owl-item .grid__item{
    width: 100%;
    max-width: 100%;;
}
.product .price__container,
.price--on-sale .price__sale{
    display: flex !important;
}
.price span.price-item.price-item--sale.price-item--last{
    order: -1;
    font-size: 2.2rem;
    font-weight: 900;
    color: #da5055;
    line-height: 3rem;
}
span.price__save_text.badge.price__badge-sale {
    background-color: #ee0000;
    color: #fff;
    border-color: #ee0000;
    border-radius: 0;
}
.product-form__input input[type=radio]+label{
    border-radius: 0 !important;
}
.thumbnail-slider .slider.slider--tablet-up .slider__slide{
    margin-bottom: 15px;
}
.product-recommendations__heading{
    text-align: center;
}
/* Tabs container */
.product_desc.grid {
    margin-top: 3rem;
}
.r-tabs {
	position: relative;
    margin-top: 15px;
}
.r-tabs .r-tabs-nav{
	border-bottom: 1px solid #000;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 0;
    margin-right: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    color: #565656;
    text-transform: uppercase;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	text-shadow: none;
	background-color: white;
    color: #000;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after{
    content: " ";
    border-bottom: 2px solid #000;
    display: block;
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
    color: #565656;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #565656;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after{
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' focusable='false' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' d='M1 1l5 5 5-5' stroke='currentColor' stroke-width='2'%3E%3C/path%3E%3C/svg%3E%0A");
    width: 15px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    top: 45%;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after{
    transform: rotate(180deg);
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
    color: #000;
	text-shadow: none;
    position: relative;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
#track123-app button {
	position: relative;
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    line-height: var(--button-height);
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    border-radius: var(--button-border-radius);
    background: #0c1c53;
    color: #fff;
    border-radius: 50px;
    font-size: calc(var(--base-font-size) - 3px);
    font-family: var(--text-font-family);
    font-weight: var(--text-font-bold-weight);
    text-transform: uppercase;
} 
#track123-app .form__input{
    border-radius: 0;
}
/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;
	cursor: pointer;
} 
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
    border-bottom: 1px solid #565656;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
@media screen and (min-width: 1260px){
    .header__icon--account {
        padding: 0.84em 1em;
    }
    .footer{
        border: 0;
    }
}
@media (max-width : 1024px) {
    .header__icon--account{
        margin-right: 10px;
        padding: 0;
        background: none;
        font-size: 6px;
    }
    .header__icon--account span{
        display: none;
    }
    .header__icon--account svg.icon{
        stroke: #000;
        fill: #000;
    }
    .header__icon--cart svg{
        width: 25px;
        height: 25px;
    }
    .contact-modal{
        right: 0;
    }
    .grid--4-col-tablet .footer-block.grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
}
@media (max-width : 992px) {
    .header-wrapper .header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mobile-facets__item{
        padding: 0;
    }
    .collection-hero__title {
        margin-bottom: 0;
    }
    .page-width {
        padding: 0 3rem;
    }
    .header__icon--account{
        margin-right: 10px;
        padding: 0;
        background: none;
        display: none !important;
    }
    .search-modal__form {
        width: 94%;
    }
    .header__icon--account svg.icon{
        stroke: #000;
        fill: #000;
    }
    .header__icon--cart svg{
        width: 25px;
        height: 25px;
    }
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0.5rem;
    }
    .footer .footer__content-top{
        padding: 0 1.5rem;
    }
    .footer:before{
        height: 8.8em;
        background-size: contain;
        background-position: bottom;
        left: 0;
        width: calc(100% + 5px);
        margin: 0 -5px;
    }
    .footer:after{
        top: -100px;
        width: 100px;
        height: 100px;
    }
    .header__contact,.mob-hide{
        display: none;
    }
    .top-bar__message{
        display: flex;
        justify-content: center;
    }
    .top-bar-wrapper .top-bar:first-child, .top-bar-wrapper .top-bar:last-child {
        display: none;
    }
    .grid--4-col-tablet .footer-block.grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    #FacetFiltersForm{
        width: 20rem;
    }
    .quick-add{
        margin-bottom: 0;
    }
    .card--standard>.card__content .card__information {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px){
    .product-recommendations .grid--2-col-tablet-down .grid__item,
    .product-grid-container .grid--2-col-tablet-down .grid__item,
    .grid--4-col-tablet .footer-block.grid__item {
        width: 100%;
    }
    .product-recommendations .grid--2-col-tablet-down .grid__item,
    .product-grid-container .grid--2-col-tablet-down .grid__item{
        max-width: 100%;
    }
    .card__information{
        padding-bottom: 0;
    }
    .trust-widget {
        text-align: center;
    }
    .collection-list-wrapper .card__inner.color-background-2.gradient.ratio {
        width: 100%;
        height: auto;
    }
    .daily_deals__deals_box{
        padding: 0 10px !important;
    }
    .daily_deals__countdown_box,
    .daily_deals__price_box_wrapper {
        padding: 15px !important;
    }
    .footer .footer__payment .list-payment svg.icon.icon--full-color{
        width: 3.5em;
    }
      .featured_deal_description {
      display: flex !important; 
    }
}
@media screen and (min-width: 750px){
    .search-modal__content {
        padding: 0;
    }
}
.quick-add-modal__content-info .product_desc{
    display: none;
}
.quick-add-modal__content-info .product__title:hover,
.quick-add-modal__content-info .product__title{
    text-decoration: none;
}
.quick-add-modal__content-info .product__title .h1{
    text-align: left;
    font-size: 28px;
    padding-right: 15px;
}
.quantity__button{
    margin-top: 0;
}
.mob-btn {
    float: right;
    background: var(--gradient-base-accent-2);
    color: #fff;
    display: none;
}
@media screen  and (max-width: 767px){
    .mob-btn {
        display: block;
    }
    .desk-btn{
        display: none !important;
    }
    .product-grid .grid__item:hover .quick-add__submit {
        display: flex;
        min-width: 50px;
        max-width: 50px;
        left: auto;
        right: -25px;
    }
}
@media screen and (min-width: 750px){
    .card__information {
        padding-bottom: 0;
    }
}
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before, .shopify-payment-button [role=button]:before, .cart__dynamic-checkout-buttons [role=button]:before,
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after,
.button, .button-label, .shopify-challenge__button, .customer button{
    border-radius: 50px;
}
.shopify-cleanslate iframe,
.cart__dynamic-checkout-buttons.additional-checkout-buttons div[role=button]{
    border-radius: 50px !important;
}
.cart-items thead th{
    color: #000;
    font-weight: 600;
}
.cart-item__details a:hover{
    text-decoration: none;
}
.search__button:not(:focus-visible):not(.focused){
    margin: 0;
}
/*Sidebar page*/
.page-with--sidebar {
    display: flex;
}
.page-with--sidebar .sidebar{
    width: 22%;
}
.page-with--sidebar .page-content{
    width: 78%;
}
.page-with--sidebar .sidebar .sidebar-menu{
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.page-with--sidebar .sidebar .sidebar-menu li .list-menu__item--link{
    padding-left: 0;
    font-weight: 500;
}
.page-with--sidebar .sidebar .sidebar-menu li .list-menu__item--active{
    color: #488941;
}

@media screen  and (max-width: 767px){
    .page-with--sidebar{
        flex-direction: column;
    }
    .page-with--sidebar .page-content,
    .page-with--sidebar .sidebar{
        width: 100%;
    }
    .page-with--sidebar .sidebar{
        border-top: 1px solid #dbdbdb;
        padding: 15px 0;
        margin-top: 20px;
        order: 2;
    }
}
.field.field-textarea:before,
.field.field-textarea:after,
textarea.field__input{
    border-radius: 30px;
}
.contactinfo{
    font-size: 18px;
}
a{
    color: #488941;
}
@media screen and (min-width: 750px){
    .page-width--narrow {
        max-width: 96rem;
        padding: 0 7rem;
    }
}
@media screen and (max-width : 767px) {
    .daily_deals_price{
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .daily_deals__price_box_wrapper h2 a {
        font-size: 1.9rem !important;
        line-height: 24px !important;
    }
    .daily_deals__deals_price .daily_deals_price h3{
        font-size: 30px !important;
    }
    .daily_deals__deals_price {
        margin-top: 20px !important;
    }
}
.quick-add{
    margin-bottom: 0 !important;
}
@media screen and (min-width: 750px){
    .card__information {
        padding-bottom: 0 !important;
    }
}
form.predictive-search__form {
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    width: 100%;
    font-style: normal;
    background-color: #f9f9f9;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    padding-left: 20px;
}
.list-collections__item,
.list-collections__item.has-overlay .list-collections__item-image-wrapper:before{
    background: none;
}
.list-collections__item-list .list-collections__item-image{
    max-height: 150px;
    width: auto;
    border-radius: 100%;
}
.list-collections__item-info{
    position: relative;
    top: unset;
    transform: none;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: baseline;
}
.icon-wrap svg{
    width: 15px;
    margin-left: 7px;
    color: #000;
}
.animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
  }
.animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
}
.list-collections__item-list {
    align-items: start;
}
@media screen and (min-width: 741px){
    .list-collections__item-list {
        grid-template-columns: repeat(auto-fit,calc(100% / 4 - var(--container-gutter) * 2 / 2));
    }
}
@media screen and (max-width: 740px){
    .list-collections__item-list {
        overflow-x: auto;
        grid-template-columns: repeat(8, calc(60% - 40px));
        grid-template-rows: minmax(150px, 1fr);
        padding: 0 10px;
    }
}
.product-item{
    border: 1px solid rgba(0,0,0,.1);
    padding: 12px;
}
.h2{
    font-size: 40px;
    font-weight: 700;
}
/*.drawer__header .drawer__close-button {
    top: calc(50% - 25px);
}*/
.product-list .product-list__arrow{
    background-color: #2c365e;
    border-radius: 50%;
    color: #fff;
    margin: 10px;
}
.prev-next-button[disabled]{
    opacity:0.7;
}
[dir=ltr] .product-facet__sort-by-title{
    font-weight: 600;
}
@media screen and (min-width: 1000px){
    .product-list__prev-next {
        top: unset;
        justify-content: flex-end;
        right:15px;
    }
    .product-list .product-list__arrow{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        
    }
    .product-list .product-list__arrow[disabled],
    .prev-next-button[disabled]{
        opacity:0.7;
    }
    [dir=ltr] .product-facet__meta-bar-item:last-child{
        margin-left: auto;
        order: -1;
        margin-right: 25px;
        color: #000;
    }
}
.product-facet__meta-bar{
    justify-content: flex-end;
}
/* 
.social-icons-container .list-social__item:hover svg.icon.on-hover{
    display: block;
}
.social-icons-container .list-social__item:hover svg.icon{
    display: none;
}

    
.social-icons-container svg.icon.on-hover{
    display: none;

} */
.color-swatch__item:after{
    opacity: .4;
}
.color-swatch.is-disabled .color-swatch__item:before {
    opacity: 0.2;
}
@media screen and (min-width: 1000px){
    .product-content__tabs {
        width: 48%;
    }
    .price--large:not(.price--compare){
        font-size: 30px;
        font-weight: 600;
    }
}
@media screen and (min-width: 741px){
.tabs-nav--loose .tabs-nav__item-list {
    gap: 54px;
}}
.WidgetTitle__Header-sc-ruy1gu-2{
    font-family: var(--text-font-family);
    font-style: var(--text-font-style);
    text-transform: uppercase;
    font-weight: var(--text-font-bold-weight);
    line-height: 1.4663636;
    letter-spacing: 1px;
    font-size: 14px;
}
shopify-payment-terms {
    display: none;
}
[dir=ltr] .product__media {
    position: relative;
}

@media(min-width: 750px){
  .header__linklist-link {
    padding: 10px 35px;
  }
}

@media(max-width: 749px){
  [dir=ltr] .product-item__quick-buy-button{
    bottom: 0;
    right: 0;
  }
}

.product-item-meta__title,
.product-item-meta__price-list-container .price-list{
  text-align: left;
}
.variant-swatch-list{
    justify-content: center;
}
.product-form__option-selector .variant-swatch-list{
    justify-content: flex-start;
}
product-item .variant-swatch__item,product-item .variant-swatch__image{
    width: 14px;
    border-radius: 100%;
    height: 14px;
    vertical-align: top;
}
product-item .variant-swatch__image {
    width: 12px;
    height: 12px;
}
quick-buy-drawer .variant-swatch__item,quick-buy-drawer .variant-swatch__image{
    width: 40px;
    height: 40px;
    border-radius: 0;
}
.variantImage{
    margin-top: 2px;
}
.variantImage .variant-swatch:first-child .variant-swatch__item{
    border-color: #000;
}
a.product-item__aspect-ratio.aspect-ratio {
    padding-bottom: 100% !important;
    --aspect-ratio: 1.0;
}

#smile-rewards {
    margin-left: 15px;
}
.reward-points #smile-rewards {
    margin-left: 0px;
}
.dg-fast-shipping {
  color: #2882af;
}
@media screen and (max-width: 992px) {
    [dir="ltr"] .drawer__close-button {
        right: 60px; /*var(--container-gutter);*/
      }
      
    nav [aria-label="Search"]{margin-left: 15px; }
    nav [aria-label="Search"] svg path { stroke:  #000 !important;}
    #smile-rewards {
        margin-left: 0;
        margin-right: 15px;
    }
    .header__icon-list{
        margin-right: 7px;
    }
    .price--large {
        font-size: calc(var(--base-font-size) + 15px);
        font-weight: 700;
    }

    [dir=ltr] .product-meta__label-list:not(:empty) .label{
        font-size: 14px;
    }
}

.m__screen{display: none !important;}
@media screen and  (max-width: 767px){
    #bonus-deals .daily_deals__container.daily_deals__container--grid{
        margin: 0px -15px;
    }
}
@media screen and  (min-width: 768px){
    #bonus-deals .daily_deals__container.daily_deals__container--grid{
        margin: 0px -35px;
    }
}

#bonus-deals .daily_deals__flex-item:nth-child(1) img,
#bonus-deals .daily_deals__container--grid .daily_deals__flex-item:nth-child(1){
    max-height:  unset !important;
    height:  unset !important;
}

@media screen and  (min-width: 1230px){
    #bonus-deals .daily_deals__container {
        max-width: unset !important;

    }
}
@media screen and (max-width: 599px) {
    [dir="ltr"] .drawer__close-button {
        right: 40px; /*var(--container-gutter);*/
      }
}
.daily__deals_heading{text-align: left !important;}
#atc-main{
    color: #fff !important;
    background-color: #488941 !important;
}
#bonus-deals h2#deal-title{ margin-bottom:0 ; text-align: center !important;}

@media screen and (max-width: 1399px){
    .mega-menu__column {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media screen and (max-width: 1281px) {
  .daily_deals__price_box_wrapper{
      padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

    /*Countdown style*/
#the-24h-countdown h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 206px;
    margin: 0 auto 22px;
}
#the-24h-countdown {
    text-align: center;
    margin: 0 auto;
    background: #000;
    padding: 31px 18px;
    margin-bottom: 13px;
}
#the-24h-countdown span time {
background: #2d2d2d;
    color: #ffffff;border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    font-size: 38px;font-weight: 700;
    text-align: center;
    line-height: 52px;
    margin-bottom: 6px;
    padding: 0 10px;
    width: 85%;
    margin: auto;
    max-width: 120px;
}
#the-24h-countdown p {
    display: flex;
    align-items: center;
/*   gap: 30px; */
    width: 100%; 
    margin: 0;
}
#the-24h-countdown span small{color:#fff;display: block;margin-top: 4px; font-size: 16px; line-height: 19px;font-weight: 700;
    text-align: center;}
#the-24h-countdown span {flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;}
    .daily__deals_deal_of_the_deal_box_wrapper {
    display: flex;
    align-items: flex-start;
}
.daily__deals_deal_of_the_deal_box_wrapper {
    align-items: stretch!important;
    justify-content: stretch;
}
.daily_deals__deals_box {
    width: 66.6666%;
    display: flex;
}
.daily_deals__deals_box {
    border: 3px solid #c6c6c6;
    margin-right: 20px;
    padding: 0 20px;
    background: #fff;
}
.daily_deals__countdown_box {
    width: calc(33.3333% - 20px);
    background: black;
    padding: 40px 41px 40px;
}
.daily_deals__deals_box_col_image {
    width: 44%;
}
.daily_deals__deals_box_col_image {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}
.daily_deals__deals_box_col_price {
    width: 56%;
}
.daily_deals__price_box_wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
}
.daily_deals__price_box_wrapper {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 20px;
}
.daily_deals__featured_image_box product-media {
    --product-media-width: 100%;
}
.dealprod__withtimer.product.product--featured {
    display: block;
    margin: auto;
}
.daily_deals__form-group .input-row {
    gap: 0;
}
.daily_deals__form-group .newsletter__form {
    width: 100%;
    margin-top: 0;
}
.daily_deals__form-group form input {
    background: #fff;
    height: 50px;
}
.daily_deals__price_box_wrapper .product__info {
    --product-info-width: 100%;
    margin: auto;
}
.daily_deals__form-group .daily_deals__btn-group button {
    height: 50px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    min-width: 100px;
    padding: 15px;
    max-width: 150px;
    border-radius: 0;text-transform: none;
    letter-spacing: 0;
}
.the-24h-countdown.hide-desktop {
    display: inline-flex;
    width: 100%;font-weight: bold;
    margin-top: 12px;
}
.the-24h-countdown.hide-desktop p {
    margin-left: 5px;
}
.shopify-section--deal-product header.section__header {
    max-width: 100%;margin-bottom: 20px;
}
.shopify-section--deal-product .heading {
    text-align: left;
    line-height:31px;
}
.daily_deals__price_box_wrapper h2 a {
    font-size: 28px;
    font-weight: 900;
    line-height: 24%;
    color: currentColor;
}
.daily_deals__cta {
    margin-top: 12px;display: inline-block;
}
.daily_deals__deals_price span.price.price--highlight.price--large {
    font-weight: 700;
    font-size: 46px;
    line-height: 47px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.daily_deals__deals_price h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
.product .product-meta .daily_deals__deals_price .price.price--compare {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
}
.daily_deals__price_box_wrapper button#AddToCart {
    color: #fff!important;
    background: #488941!important;
    border: 1px solid rgba(36, 36, 36, 0.5) !important;
}
.product .product-meta .daily_deals__deals_price .price.price--compare span {
    text-decoration: line-through;
}
.daily_deals__deals_price .product-meta__label-list.label-list span.label.label--highlight {
    background: transparent;
    color: rgb(var(--product-on-sale-accent));
    padding: 0;
}
.daily_deals__deals_price .product-meta__label-list.label-list {
    margin: 0;
}
.daily_deals__deals_price .price-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 5px;
    margin-bottom: 8px;
  
}
@media screen and (max-width: 1199px) {
.daily_deals__form-group .input-row {
    display: flex;
    width: 100%;
}
}
@media screen and (max-width: 1112px) {
    #the-24h-countdown {
    padding: 31px 10px;
    }
    #the-24h-countdown p {
    gap: 0;
    }
  }
  @media screen and (max-width: 1080px) {
    .featured_deal_description {
      display: none;
    }
    .daily_deals__price_box_wrapper h2 a{
      font-size: 20px;
    }
    .shopify-section--deal-product heading {
      line-height: 16px;
    }
    .daily_deals__deals_price h5 {
      margin-top: 15px;
    }
    .prof_center {
      width: 100px;
    }
  }
  @media screen and (max-width: 800px) {
    .daily_deals__countdown_box .newsletter__form .input-row {
    grid-template-columns: none;
    display: flex;
    
}
  .daily_deals__price_box_wrapper h2 a {
    font-size: 1.9rem!important;
    line-height: 24px!important;
    color: currentColor;
}
.daily__deals_deal_of_the_deal_box_wrapper {
    display: block;
}
.daily_deals__deals_box {
    display: block;
    width: 100%;
}
.daily_deals__deals_box_col_image {
    width: 100%;
}
.daily_deals__featured_image_box {
    text-align: center;
    padding-top: 20px;
}
.daily_deals__deals_box_col_price {
    width: 100%;
}
.daily_deals__countdown_box {
    width: 100%;
}
.hide-mobile {
    display: none;
}

.daily_deals__form-group .input-row .input.daily_deals__btn-group {
    margin: 0;
    flex: auto;
}
    .daily_deals__form-group .input-row .input {
    flex: 1 1 100%;
}
}
.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}
@media screen and (min-width: 1080px) {
.daily_deals__featured_image_box {
    padding-top: 20px;
}
}
@media screen and (max-width: 767px) {
    .daily_deals__deals_box {
        padding: 0 10px!important;
    }
    .daily_deals__countdown_box, .daily_deals__price_box_wrapper {
        padding: 10px!important;
    }
      .product-meta__price-list-container {
        margin-top: 5px!important;
      }
}
.featured_deal_description {
 font-size: 14px; 
 margin-top: 12px;
} 

@media screen and (min-width: 1081px) {
    .hide-desktop {
        display: none !important;
    }
}
.prof_center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px;
  padding-top: 15px;
}

.mobile-block-content {
    padding: 10px;
    margin: auto;
    text-align: center;

}
}

