/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first
Line 871:0 Unexpected "}"

**/
@font-face {
  font-family: "Halimun";
  src: url("/cdn/shop/files/HalimunRegular.woff2?v=1720690589")
      format("woff2"),
    url("/cdn/shop/files/HalimunRegular.woff?v=1720690589")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 @font-face {
    font-family:"Buffalo Regular";
    src: url('/cdn/shop/files/Buffalo-Regular.woff?v=1721907908') format('woff'),
        url('/cdn/shop/files/Buffalo-Regular.woff2?v=1721907908') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@import url(https://db.onlinewebfonts.com/c/d65cf77ad028b823f585bfa44b3307c6?family=Buffalo+Regular);


/********************* Gift option funcnality css ***********************/

.gift-option-data {
  display: none;
  margin: 10px 0;
}
.gift-option-data .gift-cart-btn {
  background: #272727;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px 10px;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.gift-option-data .gift-cart-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
}
.gift-option-data .personalisation-form {
}
.gift-option-data .personalisation-form .personalisation-boxinner {
}

.gift-option-data .personalisation-form {
  position: relative;
  max-width: 100%;
}

.gift-option-data .personalisation-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-left: 1px;
  padding-top: 1px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid #a9a694;
  cursor: pointer;
  background: white;
}

.gift-option-data .personalisation-close-btn.show-btn {
  display: flex;
}

.gift-option-data .personalisation-boxinner {
  max-width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}

.gift-option-data .gift-cart-btn.personalise-open {
  display: none;
}

.personalisation-track {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-wrap: none;
  transition: transform 0.3s ease-in-out;
}
.personalisation-step {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #a9a694;
  text-align: center;
  padding: 20px;
}
.personalisation-step-form {
}
.personalisation-step-form .form-control {
  margin-bottom: 10px;
}

.buy-buttons.personalise-open {
  display: none;
}
.custom-cart-button .button {
  --button-background: 170 41 38 / var(--button-background-opacity, 1);
  --button-outline-color: 170 41 38;
  --button-text-color: 255 255 255;
  width: 100%;
  cursor: pointer;
}

.preview-giftoption {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
.preview-giftoption .preview-left {
  border: 1px solid rgb(var(--text-color) / 0.12);
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.preview-giftoption .preview-right {
  border: 1px solid rgb(var(--text-color) / 0.12);
  padding: 15px;
}
.preview-giftoption .preview-left .heading {
  text-align: left;
  font-size: 16px;
}
.preview-giftoption .preview-left .heading .r-name {
  min-width: 90px;
  display: inline-block;
  text-align: center;
  font-family: "Buffalo";
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #0a1172;
}
.preview-giftoption .preview-left .brand-logo {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.preview-giftoption .preview-left .unpacked-date {
  text-align: right;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.preview-giftoption .preview-left .unpacked-date .date-value {
  min-width: 80px;
  display: inline-block;
  font-family: "Buffalo";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0a1172;
}
.preview-giftoption .preview-right .heading-bold {
  text-align: center;
  font-size: 20px;
}
.preview-giftoption .preview-right .personal-greeting {
  text-align: center;
  padding: 10px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Halimun";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0a1172;
  line-height: 26px;
}
.preview-giftoption .preview-right .pack-date {
  text-align: right;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.preview-giftoption .preview-right .pack-date .r-name {
  min-width: 90px;
  display: inline-block;
  text-align: right;
  font-family: "Great Vibes", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #0a1172;
}
.preview-giftoption .preview-right .pack-date .value {
  min-width: 80px;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0a1172;
}

@media (max-width: 1350px) {
  .preview-giftoption .preview-right .heading-bold {
    font-size: 16px;
  }
  .preview-giftoption .preview-left .heading {
    font-size: 15px;
  }
  .preview-giftoption .preview-left .unpacked-date,
  .preview-giftoption .preview-right .pack-date {
    font-size: 14px;
  }
  .preview-giftoption .preview-left .unpacked-date .date-value,
  .preview-giftoption .preview-right .pack-date .value {
    font-size: 18px;
  }
  .preview-giftoption .preview-right .pack-date .r-name {
    font-size: 18px;
  }
  .preview-giftoption .preview-right .personal-greeting {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .preview-giftoption {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .preview-giftoption .preview-left .brand-logo {
    min-height: 200px;
  }
}
@media (max-width: 699px) {
  .gift-option-data .gift-cart-btn {
    padding: 12px 10px;
  }
}

/*********/

.cube-wrap {
  perspective: 1000px;
  perspective-origin: 50% 50%;
  overflow: hidden;
  padding: 2px 5px;
}
.cube-left {
  margin: auto;
  position: relative;
  min-height: 350px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleX(1) scaleY(0.9) scaleZ(0.1) rotateX(11deg) rotateY(0deg)
    rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg)
    skewY(0deg);
}
.cube-left > div {
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  width: 100%;
  opacity: 1;
  color: #000;
  font-weight: bold;
}
.cube-left .front {
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
  background-color: #f3f3f3;
  padding: 15px 50px;
  border: 1px solid rgb(var(--text-color) / 0.35);
  border-bottom: 0;
}
.cube-left .front:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 100%;
  background: #fff;
  left: -20px;
  right: auto;
  z-index: 1;
  top: -4px;
  transform: rotate(6deg);
  border-right: 1px solid rgb(var(--text-color) / 0.35);
}
.cube-left .front:after {
  position: absolute;
  content: "";
  position: absolute;
  content: "";
  width: 38px;
  height: 100%;
  background: #fff;
  right: -20px;
  left: auto;
  z-index: 1;
  top: -4px;
  transform: rotate(-6deg);
  border-left: 1px solid rgb(var(--text-color) / 0.35);
}
.cube-left .bottom {
  -webkit-transform: rotateX(270deg) translateY(220px);
  transform: rotateX(270deg) translateY(220px);
  transform-origin: bottom center;
  background-color: #f5f5f5;
  border: 1px solid rgb(var(--text-color) / 0.35);
}
.cube-left .bottom:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  display: block;
  top: 6px;
  position: absolute;
}
.cube-left .bottom:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #c9c9c9;
  display: block;
  bottom: 83px;
  position: absolute;
}
.preview-giftoption .cube-left .heading {
  text-align: left;
  font-size: 16px;
}
.preview-giftoption .cube-left .heading .r-name {
  min-width: 90px;
  display: inline-block;
  text-align: center;
  font-family: "Halimun";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #0a1172;
  line-height: 22px;
}
.preview-giftoption .cube-left .brand-logo {
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 250px;
}
.preview-giftoption .cube-left .unpacked-date {
  text-align: right;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.preview-giftoption .cube-left .unpacked-date .date-value {
  min-width: 80px;
  display: inline-block;
  font-family: "Halimun";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0a1172;
}

.preview-giftoption .cube-left .heading-bold {
  text-align: center;
  font-size: 20px;
}
.preview-giftoption .cube-left .personal-greeting {
  text-align: left;
  padding: 10px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Halimun";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #0a1172;
  line-height: 1.5;
  letter-spacing: 0;
}
.preview-giftoption .cube-left .pack-date {
  text-align: right;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.preview-giftoption .cube-left .pack-date .value {
  min-width: 80px;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #0a1172;
}

@media (max-width: 1350px) {
  .preview-giftoption .cube-left .heading-bold {
    font-size: 16px;
  }
  .preview-giftoption .cube-left .heading {
    font-size: 15px;
  }
  .preview-giftoption .cube-left .unpacked-date,
  .preview-giftoption .cube-left .pack-date {
    font-size: 14px;
  }
  .preview-giftoption .cube-left .unpacked-date .date-value,
  .preview-giftoption .cube-left .pack-date .value {
    font-size: 18px;
  }
  .preview-giftoption .cube-left .personal-greeting {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 450px) and (max-width: 543px) {
  .cube-left {
    min-height: 300px;
  }
  .preview-giftoption .cube-left .brand-logo,
  .preview-giftoption .cube-left .personal-greeting {
    min-height: 225px;
  }
  .cube-left .front {
    transform: translateZ(80px);
  }
  .cube-left .front:before {
    left: -23px;
  }
  .cube-left .front:after {
    right: -23px;
  }
  .cube-left .bottom:after {
    bottom: 106px;
  }
  .cube-left .bottom:before {
    top: 7px;
  }
}
@media (max-width: 450px) {
  .cube-left .bottom:after {
    bottom: 93px;
  }
  .preview-giftoption .cube-left .heading {
    font-size: 13px;
  }
  .cube-left .front:before {
    width: 25px;
    transform: rotate(2deg);
  }
  .cube-left .front:after {
    width: 25px;
    transform: rotate(-2deg);
  }
  .cube-left .front {
    padding: 15px 20px;
  }
}
#unpacking-date {
  text-transform: uppercase;
}

/* Kleverthing Gift  */
.r-name {
  position: absolute;
  top: 23.8%;
  left: 20.8%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Buffalo Regular';
  color: #0a1172;
}
.date-value {
  position: absolute;
  bottom: 24%;
  font-size: 11px;
  font-weight: 700;
  left: 39%;
  line-height: 17px;
  font-family: 'Buffalo Regular';
  color: #0a1172;
  text-shadow: 0px 0px 0px #0a1172, 0px 0 0 #0a1172, 0 0px 0 #0a1172, 0 0px 0 #0a1172;
  letter-spacing: 1px;
}
.personal-greeting-main {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  max-width: 26%;
  left: 58%;
  top: 29%;
  max-height: 45%;
  overflow-y: auto;
  font-family: 'Buffalo Regular';
  color: #0a1172;
}
.personal-greeting-main .personal-greeting {
  text-align: center;
}
.preview-giftoption {
  position: relative;
}
.personal-greeting-main::-webkit-scrollbar {
  display: none; /* This hides the scroll bar specifically for WebKit browsers */
}
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .personal-greeting-main {
    left: 58%;
    font-size: 14px;
    max-width: 25%;
  }
}
@media (max-width: 1500px) {
  .r-name {
    font-size: 14px;
    line-height: 14px;
    top: 24.8%;
    left: 21%;
  }
  .date-value {
    font-size: 11px;
    line-height: 12px;
    bottom: 24.5%;
  }
  
}
@media(max-width:1299px){
  .r-name{
    top: 24.5%;
  }
  .date-value {
    bottom: 24%;
  }
}

@media (max-width: 1199px) {
  .date-value {
    font-size: 9px;
    line-height: 9px;
    bottom: 24.7%;
  }
}
@media(max-width:1080px){
  .r-name{
    top: 23.5%;
  }
  .date-value {
    bottom: 24%;
  }
}
@media (max-width: 999px) {
  .r-name {
    font-size: 14px;
    line-height: 20px;
    top: 24.5%;
  }
  .date-value {
    bottom: 24.8%;
    font-size: 12px;
    line-height: 12px;
  }
  .personal-greeting {
    font-size: 14px;
    line-height: 18px;
  }
  .personal-greeting-main{
    left: 58%;
    font-size: 14px;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .r-name {
    top: 24.4%;
    font-size: 13px;
    line-height: 13px;
    
  }
  .date-value {
    font-size: 10px;
    line-height: 10px;
    bottom: 24.8%;
  }
  .personal-greeting {
    font-size: 13px;
    /* line-height: 13px; */
  }
}
@media (max-width: 700px) {
  .date-value {
    bottom: 24.5%;
  }
}
/* @media (max-width: 630px) {
  .date-value {
    bottom: 24%;
  }
} */
@media(min-width: 576px) {
  .preview-giftoption .preview-giftoption-img.desktop {
    display: block;
  }
  .preview-giftoption .preview-giftoption-img.mobile {
    display: none;
  }
}
@media(max-width: 575px) {
  .preview-giftoption .preview-giftoption-img.desktop {
    display: none;
  }
  .preview-giftoption .preview-giftoption-img.mobile {
    display: block;
  }
  .r-name {
    top: 14.3%;
    left: 33%;
    font-size: 14px;
    line-height: 14px;
  }
  .date-value {
    top: 40.6%;
    bottom: auto;
    right: 29%;
    left: auto;
    font-size: 11px;
    line-height: 11px;
  }
  .personal-greeting-main {
    left: 25%;
    top: 59%;
    max-height: 25%;
    max-width: 45%;
  }
  .personal-greeting {
    font-size: 14px;
    line-height: 16px;
  }
}
@media(max-width: 550px) {
  .r-name {
    top: 14%;
    line-height: 16px;
  }
  .date-value {
    top: 40.6%;
    right: 27.8%;
  }
}
@media(max-width: 500px) {
  .personalisation-step {
    overflow: hidden;
  }
  .r-name {
    top: 15%;
    left: 28%;
    font-size: 13px;
    line-height: 13px;
  }
  .date-value {
    top: 44.8%;
    right: 24%;
    font-size: 11px;
    line-height: 11px;
  }
  .personal-greeting-main {
    left: 19%;
    top: 65%;
    max-height: 28%;
    max-width: 56%;
  }
  .preview-giftoption .preview-giftoption-img.mobile {
    transform: scale(1.25);
  }
  .preview-giftoption {
    padding-top: 70px;
  }
}
@media(max-width: 480px) {
  .r-name {
    top: 15.5%;
  }
}
@media(max-width: 460px) {
  .r-name {
    top: 16%;
    /* left: 28%; */
    font-size: 14px;
    line-height: 14px;
  }
  .date-value {
    right: 24%;
    top: 45%;
    font-size: 10px;
    line-height: 10px;
  }
  .personal-greeting {
    font-size: 14px;
    line-height: 15px;
  }
}
@media(max-width: 450px) {
  .date-value {
    right: 23.5%;
    top: 45.5%;
  }
}
@media(max-width: 425px) {
      .r-name {
        top: 16.5%;
        line-height: 20px;
    }
      .date-value {
        top: 45.7%;
        right: 23%;
    }
}
@media(max-width: 410px) {
      .r-name {
        line-height: 22px;
    }
      .date-value {
        top: 46%;
    }
}
@media(max-width: 400px) {
  .preview-giftoption .preview-giftoption-img.mobile {
    transform: scale(1.3) translate(-4%, 0%);
  }
  .r-name {
    top: 15.5%;
    left: 22.5%;
    font-size: 13px;
    line-height: 18px;
  }
  .date-value {
    right: 27%;
    top: 45.7%;
  }
  .personal-greeting-main {
    left: 15%;
    top: 66%;
    max-height: 30%;
    max-width: 54%;
  }
}
@media(max-width: 395px) {
  .r-name {
    top: 16%;
    line-height: 14px;
  }
}
@media(max-width: 390px) {
  .r-name {
    line-height: 16px;
  }
  .date-value {
    top: 46%;
  }
}
@media(max-width: 385px) {
  .r-name {
    line-height: 18px;
  }
  .date-value {
    right: 26.5%;
    line-height: 12px;
  }
}
@media(max-width: 380px) {
  .r-name {
    top: 16.2%;
  }
  .date-value {
    top: 46%;
    right: 26.5%;
    font-size: 9px;
  }
}
@media(max-width: 370px) {
  .r-name {
    top: 17%;
    font-size: 11px;
    line-height: 11px;
  }
  .date-value {
    top: 46.5%;
    font-size: 8px;
    line-height: 8px;
  }
}
@media(max-width: 365px) {
  .r-name {
    line-height: 14px;
  }
  .date-value {
    line-height: 10px;
  }
}
@media(max-width: 350px) {
  .personal-greeting {
    font-size: 12px;
    line-height: 14px;
  }
  .r-name {
    top: 18%;
    line-height: 11px;
  }
  .date-value {
    top: 47%;
  }
}
@media(max-width: 340px) {
  .r-name {
    font-size: 10px;
    line-height: 10px;
  }
  .date-value {
    top: 47.2%;
  }
}
@media(max-width: 330px) {
  .r-name {
    top: 18.8%;
  }
  .date-value {
    right: 25.5%;
    top: 47.7%;
  }
}
@media only screen and (min-width: 320px) and (orientation: landscape)
  .date-value {
    right: 23.5%;
    font-size:6px;
  }
}
.shopify-section--before-after-image .section-stack__intro {
  width: 100%;
}
.shopify-section--before-after-image .section-stack__intro .prose {
  text-align: left;
}
    .shopify-section--before-after-image .section-stack--center {
        justify-items: left;
    }
@media only screen and (min-width: 1150px) and (max-width: 1650px){
  .shopify-section--before-after-image .section-stack__intro .prose span{
    display:block;
  }
} 

 .template-product .shopify-section--scrolling-text{
  margin-bottom:0;
} 
.template-product .shopify-section--before-after-image .before-after__cursor:before{
  width: 4px;
}
.revealed-image__content-inner{
  max-width: 900px;
}
.shopify-section--scrolling-text .section--tight {
  padding: 15px 0;
}
/* label[for="unpacking-name"] {
  transform: scale(.65) translateY(calc(-1 * var(--spacing-4)));
} */
/* .text-subdued {
    color: rgb(var(--on-sale-text)) !important;
}
.text-on-sale {
  color: rgb(var(--text-color) / .7) !important;
} */
p.press__author.text-subdued {
    color: rgb(var(--on-sale-text)) !important;
}
p.press__author.text-subdued b{
        color: rgb(var(--text-color) / .7) !important;
}
.footer__block .text-subdued {
    color: rgb(var(--text-color) / .7) !important ;
}
.button.button--secondary {
  background-color:#498a8c !important;
}
.buy-buttons .button:not([disabled]):not(.button--outline):hover, .buy-buttons .btn:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover{
  color:#498a8c !important;
}

button#shopagain-widget-toggle-button {
    transition: .3s all ease-in-out;
}

@media(min-width: 700px){
  body.template-product.sticky-product-bar-showing button#shopagain-widget-toggle-button {
      margin-bottom: 130px;
  }
}
@media(max-width: 699px){
  body.template-product.sticky-product-bar-showing button#shopagain-widget-toggle-button {
      margin-bottom: 65px;
  }
}
@media(max-width: 543px){
  .rating-with-text .price-list {
    flex-wrap: nowrap;
}
  .product-info__price .rating-with-text {
    flex-wrap: wrap;
}
.product-info__price .rating {
    margin-inline-start: 0;
}
}
@media(max-width: 400px) {
  price-list {
    gap: 8px !important;
  }
  price-list sale-price {
    font-size: 14px !important;
  } 
  .product-info__badge-list .badge {
    padding: 3px 5px;
  }
  .product-info__price .rating-with-text {
    gap: 5px;
  }
}
@media(max-width: 350px) {
  price-list sale-price {
    font-size: 13px !important;
  } 
  price-list compare-at-price {
    font-size: 13px !important;
  } 
}

shop-pay-wallet-button {
  height: 60px;
  background: #5433eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-custom_text-wrap {
	background: #faf0e6;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 0;
	display: flex;
	justify-content: center;
	gap: 5px;
}
.product-info__block-item .product-info__rating {
    display: none !important;
}
.product-card--blends .product-card__info .rating-with-text{
  grid-auto-flow: unset;
  gap:0;
}
.product-bought-wrapp {
	display: flex;
	gap: 15px;
	align-items: center;
}
.product-bought-images {
	display: flex;
}
.product-bought-images img {
	border-radius: 50%;
	width: 17px;
	height: 17px;
}
img.bought_person_second {
    margin-left: -5px;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 14px !important;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: rgb(255 183 74) !important;
}
@media screen and (max-width: 1149px) and (min-width: 600px) {
  .CustomTempproduct-multilight .shopify-section--multi-column .section-header {
    grid-template-columns: 700px;
  }
}
/* .collection__results .rating-with-text .jdgm-widget.jdgm-preview-badge.spr-badge.jdgm--done-setup{
  display:block !important;
}
.collection__results .product-card__info .jdgm-widget.jdgm-preview-badge.spr-badge.jdgm--done-setup{
  display:none ;
} */
/* @media(max-width: 543px)
.CustomTempproduct-multilight .shopify-section--multi-column .prose h2 {
  word-break: break-all !important;
}
} */
@media(max-width: 414px){
  .product-custom_text-wrap{
    display:block;
    font-size:14px;
  }
}
.CustomTempproduct-multilight .shopify-section--multi-column .prose h2.h2 {
  white-space: normal;
  word-wrap: break-word;
  overflow: visible;
}
/* @media screen and (max-width: 513px){
.CustomTempproduct-multilight .shopify-section--multi-column .prose h2.h2 {
white-space: normal;
word-wrap: break-word;
overflow: visible;
}
} */


.notifyjs-corner {
  display: none !important;
}
.timer-store-front.timer-center.timer-font-family-inherit {
    display: none !important;
}
payment-terms.product-info__payment-terms {
    display: none !important;
}
.sold-counter-content-box {
    display: none !important;
}
.timer-store-front.timer-left.timer-font-family-inherit {
    display: none !important;
}
.stock-top.cc-sp-sc-stock-div {
    display: none !important;
}
.section.product_video-design.section-blends.section-full {
  padding-top: 45px;
  padding-bottom: 45px;
}
.template-product .shopify-section--main-product .section--tight {
  padding-top: 20px;
  padding-bottom: 45px !important;
}
.section.product_video-design2.section-blends.section-full {
  padding-bottom: 45px;
  padding-top: 45px;
}
.product-info__accordion .accordion__toggle.bold {
    font-weight: 400;
}
.template-product .section.section-full.bg-custom {
    padding: 30px 0;
}
.template-product .shopify-section--multi-column .h4{
    font-size:18px !important;
}
.article-banner .article-banner__content.text-custom h1 {
    font-size: 36px;
    line-height: 48px;
}
.template-article .article-content h3 {
    font-size: 21px;
    line-height:26px;
}
.template-article .article-content h4 {
    font-size: 18px;
    line-height:22px
}
.template-article .article-content h5 {
    font-size: 16px;
    line-height:20px
}
.template-article .article-content h6 {
    font-size: 14px;
    line-height:20px
}
@media (max-width: 767px) {
.template-product .section.section-full.bg-custom {
  padding: 30px 0;
}
.template-product .shopify-section--multi-column .h4 {
  font-size: 15px !important;
}
.section.product_video-design2.section-blends.section-full {
    padding-bottom: 45px;
    padding-top: 30px;
}
 .template-product .shopify-section--multi-column .multi-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.article-banner .article-banner__content.text-custom h1 {
    font-size: 26px;
    line-height: 32px;
}
  .template-article .article-content h3 {
    font-size: 18px;
    line-height:22px;
}
.template-article .article-content h4 {
    font-size: 16px;
    line-height:22px
}
}
@media (min-width: 200px) and (max-width: 580px) {
    .template-product .shopify-section--main-product .section--tight {
        padding-bottom: 30px !important;
    }
}

.detail-content_wrap .details_contet {
  display: flex;
  align-items: center;
}
.detail-content_wrap .details_contet strong {
  width: 100%;
  max-width: 250px;
  font-weight: 400;
}
.detail-content_wrap .details_contet {
  padding: 8px 0 20px;
  border-bottom: 1px solid;
  border-color: rgb(var(--text-color) / .12);
}
.detail-content_wrap .details_contet:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px){
.detail-content_wrap .details_contet strong {
  max-width: 120px;
}
.detail-content_wrap .details_contet span {
  max-width: 100%;
}
.detail-content_wrap .details_contet {
  padding: 4px 0 15px;
}
.product-info__accordion .accordion__content {
  padding-inline-end: 0;
}
}
.template-article .prose ul, .template-article .list-disc {
    list-style: disc !important;
  padding-left:25px;
}

.blog-post-card__meta p.h3, .blog-post-card__meta p.h5 {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  gap:5px;
  justify-content:space-between;
  width:100%;
}
.blog-post-card__meta p.h3 svg, .blog-post-card__meta p.h5 svg {
    width: 100% !important;
    height: 25px !important;
    max-width:25px !important;
}
@media (max-width: 991px){
.blog-post-card__meta p.h3 svg, .blog-post-card__meta p.h5 svg {
    width: 100% !important;
    height: 30px !important;
    max-width:30px !important;
}
}
@media (max-width: 699px){
.blog-post-card__meta p.h3 svg, .blog-post-card__meta p.h5 svg{
    width: 100% !important;
    height: 25px !important;
    max-width:25px !important;
}
}
/* .template-article .blog-post-card__meta svg {
    display: none;
} */
p.press__author.text-subdued {
    color: #272727 !important;
}
.template-product .shopify-section--multi-column {
    overflow: hidden;
}
@media (max-width: 389px){
  .template-index .shopify-section--press{
    overflow: hidden;
  }
}
.product-info__badge-list {
    display: none !IMPORTANT;
}