/** Shopify CDN: Minification failed

Line 626:0 Unexpected "{"

**/
:root{
 
}
.lsn-switcher.lsn-down {
    display: none!important;
}.localization-form__list-item .icon-flag {
    aspect-ratio: 1;
    width: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.sameAsHeader, .bundlesHeader {
    font-weight: bold;
    margin-bottom: .5em;
}
.klaviyo-form-RHdSHY,
.klaviyo-form-T4VeHv {
  max-width: 100%;
  width: 35em;
  margin: 0px auto 0px;
}

a.hdicon.heart-icn svg {
     color: var(--color-account-icon);
     fill:currentColor;
    transition: color var(--header-content-transition-timing);
    -webkit-font-smoothing: antialiased;
    max-height: 17px;
    aspect-ratio:1;
    width:auto;

}
#custom-section {
  margin-top: 0 !important;
}
.klaviyo-form-T4VeHv form {
  padding: 0 !important;
}

.header-extrainfo-content .social-icons__wrapper{
  font-size: 10px; 
  color:rgb(245, 245, 245);
 
}
.header-extrainfo-content .social-icons__icon-wrapper{
  width: 15px !important;
}
.header-extrainfo-content .icon-default {
    fill:rgb(245, 245, 245);
}

a.menu-list__link[aria-expanded="false"] {
  color:  rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text))
}
a.menu-list__link[aria-expanded="true"] {
  color: #F3701F;
}
a.mega-menu__link {
  font-size: 0.75rem;
  font-weight: normal;
}
.menu-drawer .close-button{ right: calc(66px - var(--drawer-width)); }

p.product-vendor a { text-decoration: none; }
span.discount-badge { color: #aaa; border-bottom: 1px solid #aaaaaa;}

h5{font-weight:500;
text-decoration-style: solid;
text-decoration-thickness: auto;
}
.variant-color-info{
  padding-bottom: 5px;
}

.popup-hide {
  display: none !important;
}
button.style-info, button.size-info  {
  border: none;
  background: none;
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  text-transform: var(--font-paragraph--case);
  -webkit-font-smoothing: antialiased;
  padding-inline-start: var(--padding-xs);
  color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
}
button.style-info{font-weight: bold;}
button.size-info {}

.women_style-info{
  width:250px;
  padding: 8px;
  inset: unset;
  position: absolute;
  top: calc(anchor(bottom) + 5px);
  justify-self: anchor-center;
}
.size-chart-info{
  width:60%;
  padding: 8px;
  inset: unset;
  position: absolute;
  top: 10px;
  left: calc(anchor(center) /2);
  justify-self: anchor-center;
  z-index: 1;
}

.design-id{
    margin-left: 20px;
    color: #aaa;
    font-size: 80%;
  }

.card__media-wrapper.rounded_img{
  border-radius: 50%;
}

.referral_members{
  color:#333;
  display:flex;
  justify-content:flex-start;
  gap:.5em;
  align-items:center;  
  flex-wrap:wrap;
}
.referral_members .voorwie{width:100%;flex:1 1 100%;}
.referral_members ul{
  margin:0;
  padding:0;
  display:flex;
  justify-content:flex-start;
  gap:.5em;
  align-items:center;
  list-style:none
}
.referral_members li,.referral_members li>a:not(.btn) {margin:0; padding:0; }
.referral_members svg{ width:2em; height:auto }
.de .custom-content {
    justify-content: center;
}
.referral_members li>a:not(.btn), .referral_members li>a  i {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 1.3em;
}

.text-block-usp1-text a{ }
 img.sustdeliver{
  padding-top: 4px;
  width:auto;
 }
 img.sustdeliver.nl, img.sustdeliver.en {
  display:none;
 }
 img.madein {padding-top: 3px; width:auto;}
 img.thuiswlogozwart{width:auto;}

 countdown-timer{
  --font-countdown-size:var(--font-paragraph--size);
  --font-countdownunit-size:var(--font-paragraph--size);
  --countdown-background:rgba(255,255,255,.8);
  --countdown-background-radius:0;
  --countdown-background-border-color:rgba(255,255,255,.8);
  --countdown-background-border:0.5px solid var(--countdown-background-border-color);
  --align-countdown:center;
  --countdown-label-background:var(--countdown-background);
  --countdown-label-background-radius:var(--countdown-background-radius);
  --countdown-label-background-border-color:var(--countdown-background-border-color);
  --countdown-label-background-border:0.5px solid var( --countdown-label-background-border-color);
  --countdown-label-font-size:10px;
  --countdown-label-padding:.2em .4em;
  --countdown-label-weight:bold;
}
countdown-timer{
  display: none;
  flex-direction:column;
  align-items: var(--align-countdown);
  justify-content: center;
  width: fit-content;
  opacity:0;
  visibility:hidden;
  gap: .4em;
  font-size: var(--font-countdown-size);
 }
countdown-timer .timer{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  gap: .2em;
  width: fit-content;
  
}
countdown-timer .time-box{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-start;
  min-width:3.5em;

}
.timer-label { font-size:var(--countdown-label-font-size); font-weight:var(--countdown-label-weight); background-color:var(--countdown-label-background); padding:var(--countdown-label-padding);border:var(--countdown-label-background-border)}
countdown-timer.timer-active{  
    opacity:1;
    visibility:visible; display: flex;
  }
.time-box .value {font-weight: bold;}
countdown-timer[enddate=""]{display:none!important;}
 .time-box{background-color:var(--countdown-background); padding:.2em; border:var(--countdown-background-border)}
 .card-gallery:hover  countdown-timer{opacity:0}
 .time-box .label{font-size: var(--font-countdownunit-size);}

 .okiwish {
    position: absolute;
    top: 0;
    right: 0;
}
 .okiwish .swym-btn-container[data-position=default] .swym-button.show-tooltip .swym-tooltip .swym-tooltip-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-90%,0);
    -moz-transform: translate(-90%,0);
    -ms-transform: translate(-90%,0);
    -o-transform: translate(-90%,0);
    transform: translate(-90%,0);
}
video-with-timed-products>div>* {
    width: 100%;
}


 #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons div {
    font-size: 14px;
}
    
    #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title {
    font-size: 16px;
}
      
    #stamped-reviews-widget[data-widget-type="carousel"] .stamped-reviews-date {
    margin-top: 11px; margin-bottom: 5px; margin-right: 45px;
}
    
    #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    font-size: 0.8em; font-style: normal; font-family: Poppins, Verdana, sans-serif; color:Black;
}
        
    #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-product-title {
    font-size: 12px;
}

/* REVIEW PLACEHOLDER STUFF 
    show Stamped info
    gekopieerd van de orginele template eventueel nog aanpassen
*/
.top_hdr_wrap span.review-placeholder .fa-star,.top_hdr_wrap  span.review-placeholder .fa-star-checked,.top_hdr_wrap  span.review-plac.eholder .fa-star-half-o, 
.top_hdr_wrap span.review-placeholder .fa-star-o,.top_hdr_wrap  span.review-placeholder .stamped-fa-star,.top_hdr_wrap  span.review-placeholder .stamped-fa-star-checked, 
.top_hdr_wrap span.review-placeholder .stamped-fa-star-half-o,.top_hdr_wrap  span.review-placeholder .stamped-fa-star-o {
    color: #b8b8b8 ;
}
.review-placeholder a{color:inherit;}
.usps_columns .usps_columns_usp .review-placeholder.usp-review i {
    margin-bottom: 0;
    margin-right: 0rem;
    min-width:unset;
    color: currentColor;
}

.review-placeholder.usp-review  div#stamped-badge-2::before{ font-weight:normal }
.review-placeholder.usp-review a:hover{ color:inherit; }
/* ----------------- */




    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-title {
    font-size: 16px;
}
    
    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-buttons div {
    font-size: 14px;
}

    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-message {
    font-size: 0.8em; font-style: normal; font-family: Poppins, Verdana, sans-serif; color:Black;
}
    
    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-reviews-date {
    margin-bottom: 15px; margin-left: 7px; margin-top: 1px;
}

    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-author {
      font-size: 0.75em; font-weight: normal; font-family: Poppins, Verdana, sans-serif; color:DarkGrey
}

    #stamped-reviews-widget[data-widget-type="carousel-nps"] .stamped-carousel-nps-scroll .stamped-reviews-face { 
    font-size: 50px; 
}
    
    .fa-smile-o:before, .stamped-fa-smile-o:before { 
    content: '\f005 \f005 \f005 \f005 \f005'; 
    font-size: 14px; color: #ffd200;
}



    [data-widget-style="slider"] ul.stamped-pagination {display:none;}

    [data-widget-style=slider] .stamped-reviews .stamped-review-reply {display:inherit;}



      #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-title {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}

      #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, Verdana, sans-serif;
}

    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
    font-style: normal;
    font-size: 12px;
    color: #000;
}
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
    font-style: normal;
    font-size: 12px;
    color: #000;
}

    #stamped-reviews-widget[data-widget-type=carousel] span.stamped-carousel-subtitle-count {
    vertical-align: top;
}
    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a {
      text-align: center;
      color: #000;
      line-height: 17px;
}

    #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-author {
    font-size: 10px;
}




    html[lang="en"] #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a,
    html[lang="de"] #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a,
    html[lang="en"] #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a,
    html[lang="de"] #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-image a,
    html[lang="en"] #stamped-reviews-widget[data-widget-type=carousel] a,
    html[lang="de"] #stamped-reviews-widget[data-widget-type=carousel] a {
    pointer-events: none;
    cursor: default;
}

    html[lang="de"] .btn-product-reviews:before {
    content: 'Produktbewertungen';
}
    html[lang="de"] .btn-site-reviews:before {
    content: 'Webshop-Bewertungen';
}
    html[lang="nl"] .btn-site-reviews:before {
    content: 'Webshop Reviews';
}

    html[lang="de"] [data-widget-type="full-page"] a.read-more, html[lang="nl"] [data-widget-type="full-page"] a.read-more {
    font-size: 0px;
}

    html[lang="nl"] [data-widget-type="full-page"] a.read-more:after {
    font-size: 14px;
      content: 'lees meer';
}
    html[lang="de"] [data-widget-type="full-page"] a.read-more:after {
    font-size: 14px;
      content: 'weiterlesen';
}

    html[lang="de"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-verified-label[data-verified-type="2"]:after {
    content: ' \e904 Verifizierter Käufer';
}

     html[lang="de"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:before,
    html[lang="de"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:before{
    content: 'Basiert auf ';
}
    html[lang="de"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:after,
    html[lang="de"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:after{
    content: ' Bewertungen';
}

    html[lang="nl"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:before,
    html[lang="nl"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:before{
    content: 'Gebaseerd op ';
}
    html[lang="nl"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:after, 
    html[lang="en"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:after,
    html[lang="nl"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:after,
    html[lang="en"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:after{
    content: ' reviews';
}
    html[lang="en"] #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text:before,
    html[lang="en"] #stamped-reviews-widget[data-widget-type="full-page-nps"] .stamped-widget-text:before{
    content: 'Based on ';
}

    #stamped-reviews-widget[data-widget-type="full-page"] .stamped-widget-text {
    vertical-align: text-bottom;
}

    #stamped-main-widget .stamped-header-title {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
}
    
  html[lang="de"] #stamped-main-widget .stamped-summary-caption .stamped-summary-text {
    font-size:0px;
  }

    #stamped-main-widget .stamped-summary-caption .stamped-summary-text {
       font-size: 12px;
    font-family: 'Poppins';
     }
    
    html[lang="de"] #stamped-main-widget .stamped-summary-caption .stamped-summary-text:before {
       content: 'Basierend auf ' attr(data-count) ' Bewertungen';
      font-size: 12px;
     }

    #stamped-main-widget p.stamped-review-content-body {
    font-size: 12px;
}
    #stamped-main-widget .stamped-summary-text-1 {
    font-size: 26px;
}
    #stamped-main-widget [data-widget-style=slider] .slick-slide {
    height: 100% !important;
    }

media-gallery .gots{
 position:absolute;
 top:0;
 left:0;
 transform:translate(50%,50%);
}



.team_members {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.infolinks a{color:currentColor;}
div#cloned_stamped-badge-2::before, div#stamped-badge-2::before {
    content: attr( data-rating);
    display: inline-block;
    font-weight: bold;
}
#header-group>:not(header) .review-placeholder a,#header-group>:not(header) .review-placeholder a span,#header-group>:not(header) .review-placeholder a i::before{color: #f5f5f5;font-size:10px!important}
#header-group .review-placeholder a i::before{font-size:14px!important}

.cart-items__details .cart-items__variant{
  display:block !important;
  font-size: var(--font-size--2xs) !important;
}
.cart-items__details .cart-items__variant dt{
  margin-right:5px !important;
}
.cart-items__details .cart-items__title{   
    font-family: var(--font-h5--family);
    font-style: var(--font-h5--style);
    font-weight: 500;
    font-size: var(--font-h5--size);
    line-height: var(--font-h5--line-height);
    letter-spacing: var(--font-h5--letter-spacing);
    text-transform: var(--font-h5--case);
    color: var(--color, var(--font-h5-color));
 }
.cart-items__details .cart-items__variants-wrapper {
  margin-bottom:10px !important;
}
.cart-items__details .cart-discount-title li {
  color: rgb(243, 112, 31);
   font-size: var(--font-size--3xs) !important;
   font-style: italic;
}
img.thuiswlogozwart {
    max-width: 100px;
}
.cart-okimono {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .2em;
}
.cart-okimono >:first-child{margin-bottom:1em}
.frame_options {
    display: flex;
    flex-direction: column;
}
.frame_options .swatch {
    width: auto;
    height: auto;
}
.extra-options-select {
    display: flex;
    gap: .5em;
        --options-border-width:1px;
        --options-border-radius:5px;
}
.extra-options-select label{
  padding-left:5px;
  padding-right:5px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.extra-options-select label>span {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.extra-options-select input{display:none}
.extra-options-select .extracost{font-size:.8em;}
.optiontitle{margin-bottom:1em;}

.variant-options__wrap .unavailable:after {
    cursor: pointer;
    content: "";
    display: block;
    font-size: 10px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    background-image: url(//www.okimono.nl/cdn/shop/t/37/assets/icon-mail-100.svg);
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
html[lang="en"] .variant-options__wrap:hover  .unavailable:before {
  content:"Sold out - please email me when it is available again";
}
.variant-options__wrap:hover .unavailable:before {
  content:"Helaas uitverkocht - mail me als ie weer beschikbaar is";
  padding:.5em;

  position:absolute;
  width:6em;
  transform:translate(-10px,-50px);
  display:block;
    line-height: 1.1em;
    font-size: 10px;
    letter-spacing: 0px;
    text-align: center;
    background: rgba(220,220,220,1);
    border-radius: 3px;
    border: 1px solid rgba(180,180,180,.8);
    z-index: 3;
   
}
.variant-options__wrap:has(:checked)~.variant-options__wrap label:not(.variant-option__button-label--has-swatch){--clip: 0 100% 0 0;}
.variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after{visibility:hidden}
add-to-cart-component .button.add-to-cart-button{display:grid!important}
add-to-cart-component .button.add-to-cart-button+a.klaviyo-bis-trigger{display:none!important}
add-to-cart-component:has(.button.add-to-cart-button:disabled):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    z-index: 3;
    transform: translateY(-100%);
}
.frame_options{
  margin-top:1.5em;
}
.media-gallery--carousel div.product-badges--bottom-right ,
.media-gallery--carousel div.product-badges--bottom-left {
transform:translate(0,-350%);
bottom:unset;
height:30px;
}
div.product-badges__badge.necklabel {

    position: static; 
}
.media-gallery--carousel:has(.mybundels) div.product-badges--bottom-left,
.media-gallery--carousel:has(.mysameas) div.product-badges--bottom-left {

}
.media-gallery--carousel:has(.mybundels):has(.mysameas) div.product-badges--bottom-left,
{

}
.infolinks .review-placeholder a #stamped-reviews-widget {
    font-weight: bold;
    font-size: 12px;
    font-family: var(--font-paragraph--family);
}
.infolinks a>p {
    display: flex;
    gap: 1px;
    align-items: center;
}
div#stamped-badge-2 {
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer-content .menu__item  {font-size: 12px;} 
.footer-content p a {
  text-decoration: none;
  /* color: #F3701F; */
}

rte-formatter p a {
  text-decoration: none;
  color: #F3701F;
}

.variant-option__button-label{
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-sm);
  }
product-form-component:has(input[ref="variantId"][value=""]) add-to-cart-component button{
  pointer-events:none;
  opacity:.3; 
}

.header__column--right .currency-code , .menu-drawer__localization .currency-code {display: none;}


div#addresswrap {
    position: relative;
}
#addresswrap.notset>div,
#addresswrap.sending>div{
opacity:0;
  z-index:1;
}
div#addresswrap.notset>div.fetching,
div#addresswrap.sending>div.updating{
opacity:1;
  z-index:0;
}
div#addresswrap>div.fetching,
div#addresswrap>div.updating{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
  	z-index:-1;
    background-color: #fff;
  opacity:0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}
div#addresswrap label {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 100px;
}
div#addresswrap label {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 100px;
}
div#addresswrap input {
  margin:0;
  padding:0.5em;
  padding-left:0;
}
div#addresswrap>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  margin-bottom:1em;
  opacity:1;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
dialog-component.popup-link button img {
    max-width: 1em;
}
.timer-label-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .3em;
}
.timer-label{
   display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height:1.2em;

}
.timer-label-wrap button.popup-link__button {
     display: flex; 
    align-items: center;
    justify-content: center;
}
.timer-label-wrap button.popup-link__button svg{top:0;width:1.2em}
.cart-page__upsell {
    width: 100%;
}
.section-content-wrapper .shopify-block:has(#stamped-reviews-widget){
width:100%
}
.section-content-wrapper .shopify-block #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-title {
      font-size: 16px;
}
.section-content-wrapper .shopify-block #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-title {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.section-content-wrapper .shopify-block #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .stamped-reviews-message {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, Verdana, sans-serif;
}
.section-content-wrapper .shopify-block #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-scroll .stamped-reviews-message-block {
    font-style: normal;
    font-size: 12px;
}


@media only screen and (max-width: 497px) {  
  .product-details p.product-vendor { display: none;}
  .hide_mobile{display:none!important}
  
  product-card countdown-timer .timer{display: none;}
  product-card countdown-timer {width: 100%}

  .stamped-review-reply {
    margin: 15px 0 0 0px!important; overflow: auto;
  }      
  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-title {
    text-align: center;
    float: none;
  }
  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-subtitle {
    float: none;
  } 
  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-buttons {
    line-height: 30px !important;
    text-align: right;
  }
}

  
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 749px) {
.hidemobile{display:none;}
  .product-details p.product-vendor { display: none;}
  .hide_mobile{display:none!important}

  product-card countdown-timer .timer{display: none;}
  product-card countdown-timer {width: 100%}

 /* .header-extrainfo-content.group-block .group-block-content > :first-child,
    .header-extrainfo-content.group-block .group-block-content > :last-child,*/
  .header-extrainfo-content .social-icons__wrapper {
    display:none!important;
  }
  #header-component[data-menu-style=drawer] div.header__columns {
    --header-template-columns: var(--header-mobile-bookend) 1fr var(--header-mobile-bookend) var(--header-mobile-bookend) var(--header-mobile-bookend) var(--header-mobile-bookend);
    grid-template-areas: "leftA center leftB rightC rightA rightB";
  }

  #stamped-reviews-widget[data-widget-type="carousel-nps"] {
    width: 100%;
  }
  #stamped-reviews-widget[data-widget-type=carousel] .stamped-carousel-buttons {
    line-height: 36px;
  }
      
  #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title {
    font-size: 12px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 750px ) {
  .hide_desktop{display:none!important}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}