/** Shopify CDN: Minification failed

Line 1234:14 Expected identifier but found whitespace
Line 1234:15 Unexpected "1.5"
Line 1344:0 Expected "}" to go with "{"

**/
/* Import the typekit font */
@import url("https://use.typekit.net/ffj5iiz.css");


/*

   Yes 'Presti' would be the preferred font for the large titles 
*/

@font-face {
  font-family: "presti-display";
  src: url("https://use.typekit.net/af/e331b5/00000000000000007750b448/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2")
  , url("https://use.typekit.net/af/e331b5/00000000000000007750b448/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff")
  , url("https://use.typekit.net/af/e331b5/00000000000000007750b448/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}


/*The font for that body copy you are showing should be Bookmania Regular:
*/

@font-face {
  font-family: "bookmania";
  src: url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2")
  , url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff")
  , url("https://use.typekit.net/af/e792b0/00000000000000007735e58e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

/*Degular Variable for the rest of the normal body copy:*/

@font-face {
  font-family: "degular-variable";
  src: url("https://use.typekit.net/af/494550/0000000000000000774b907b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2")
  , url("https://use.typekit.net/af/494550/0000000000000000774b907b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff")
  , url("https://use.typekit.net/af/494550/0000000000000000774b907b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200 800;
  font-stretch: normal;
}

/*
html {
  scroll-behavior: smooth;
}
*/



:root {
  --jdgm-primary-color: #995E43;
  --jdgm-secondary-color: rgba(153,94,67,0.1);
  --jdgm-star-color: #f6d566!important;
  --jdgm-write-review-text-color: white;
  --jdgm-write-review-bg-color: #995E43;
  --jdgm-paginate-color: #995E43;
  --jdgm-border-radius: 0;
  --jdgm-reviewer-name-color: #995E43;
}


body {
  font-family: "degular-variable";
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "presti-display";
  font-weight: normal;
 
}

.announcement-bar__message.h5 {
  font-size: 16px;
  font-family: 'Bookmania', serif;
  font-weight: normal;
  
}

.announcement-bar {
  padding-top: 4px;
}

.bookmania{ font-family: "bookmania"!important;}


h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h0 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
  font-weight: 200!important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h0 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 500!important;
}

/* 
a:hover{
  text-decoration:none;
} */


h1 {
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -2px;
}

h2,
.h2 {
  font-size: 4.5rem;
   letter-spacing: -2px;
}

h3,
.h3 {
  font-size: 3rem;
}

h5,
.h5 {
  font-size: 2rem;
}


.h1 em {
  font-weight: 300;
}


.hxxl {
  font-size: 200px;
  letter-spacing: -5px;
  line-height: 200px;
  font-weight: 300 !important;
}

.hxl {
  font-size: 120px;
  letter-spacing: -5px;
  line-height: 120px;
  font-weight: 300 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.presti-display {
  font-family: 'presti-display', sans-serif !important;
  font-weight: 200;
}
.direction-columns {
  flex-direction:column!important;
}

.icon-seasone{ 
      
    line-height: normal;
    width: 30px;
}

.the-title {
  font-size: 200px;
  letter-spacing: -20px;
  padding-right: 30px;
}

.small {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.large {
  font-size: 22px;
}

.justity-content-center{
  justify-content:center!important;
}

.the-title em {
  text-shadow: -30px -43px 1px rgba(var(--color-foreground), 1);
  color: transparent;
  font-style: normal;
  text-transform: uppercase;
  font-size: 130px;
  letter-spacing: -60px;
}

.caption {
  font-size: 13px;
 
}


.presti-display {
  font-family: "presti-display";
}


.price__regular {
  font-family: "presti-display";
}

.border-style {
  position: relative;
}

.page-width-middle {
  max-width: 800px;
}

.page-width-912 {
  max-width: 912px;
}

.page-width-700 {
  max-width: 700px;
}

.flex-column {
  flex-direction: column !important;
}


/*

   .border-style:before{ 
   display:none; 
   content:''; 
   max-width: 700px; 
   height: 100%; 
   border: solid 1px #e3d5cd; 
   position: absolute; 
   width: 100%; 
   left: 50%; 
   transform: translateX(-50%); 
   border-bottom: 0; 
   z-index: -1; 
   top: 130px; 
   } 

   .border-style-bottom:before { 
   display:none; 
   border-bottom: solid 1px #e3d5cd!important; 
   } 
*/


.border-style-middle:before {
  top: 0;
  border-top: 0;
}

.z-0 {
  z-index: 0;
}


.bg-transparent {
  background: transparent !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mx-auto {
  margin: 0 auto !important;
}
.multicolumn-list__item:only-child {
  max-width: 140rem !important;
}
.d-flex {
  display: flex;
}


.w-100 {
  max-width: 100%;
  width: 100% !important;
}


/*Image frame border*/


.img-frame {
  position: relative;
  max-width: 670px;
  width: 100%;
  height: 395px;
}
.frame-cover {
  overflow: hidden;
  max-width: 100%;
  min-height: 395px;
  height: 395px;
  position: relative;
}
.shadow {
  position: absolute;
  z-index: 99;
  box-shadow: 10px 5px 8px rgba(179, 174, 165, 0.58);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 4;
}

.frame-1 {
  border: solid 1px #000;
  height: calc(100% - 2px);
  background: rgb(var(--color-background));
}

.frame-1:before {
  content: "";
  border: solid 1px #000;
  height: calc(100% - 18px * 2);
  width: calc(100% - 18px * 2);
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
}

.o-2 {
  opacity: 1;
}

.sprite {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgb(var(--color-background));
  border: 1px solid #000;

  border-radius: 100%;
}

.sprite-topleft {
  top: -30px;
  left: -30px;
}

.sprite-topright {
  top: -30px;
  right: -30px;
}

.sprite-bottomright {
  bottom: -30px;
  right: -30px;
}
.sprite-bottomleft {
  bottom: -30px;
  left: -30px;
}
.img-frame .feature-img {
  position: absolute;
  left: 19px;
  top: 19px;
  width: calc(100% - 36px) !important;
  height: calc(100% - 36px) !important;
  object-fit: cover;
}


.img-frame div:empty {
  display: block;
}

.font-small, .font-small p {
    font-family: "Bookmania", serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.5 !important;
}

.w-60 {
  width: 60%
}


.double-frame {
  padding: 18px;
  border: solid 1px;
  min-height: 395px;
  height: 100%;
}

.ls-8 {
  letter-spacing: 8px;
}


.double-frame .sprite {
  background-image: url('//cloventallow.com/cdn/shop/t/40/assets/icon-star.svg?v=180741503563111556751751946525');
  background-size: 20px;
  background-repeat: no-repeat;
}

.double-frame .sprite.sprite-topleft {
  background-position: 30px 35px;
}

.double-frame .sprite.sprite-topright {
  background-position: 18px 35px;
}

.double-frame .sprite.sprite-bottomleft {
  background-position: 30px 18px;
}
.double-frame .sprite:last-child {
  background-position: 20px 18px;
}


.double-frame.cinema {
  padding: 14px;
  min-height: auto;

}


.cinema .img-frame .feature-img {

  left: 14px;
  top: 14px;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;

}

.cinema .frame-1:before {
  content: "";
  border: solid 1px #000;
  height: calc(100% - 34px) !important;
  width: calc(100% - 34px) !important;
}


.max-420 {
  max-width: 420px;
  margin: auto;
}

.p-0{
padding:0!important;
}
.gap-0 {
  gap: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.page--width-small {
  max-width: 1200px;
}

.h-auto {
  height: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.text-left {
  text-align: left !important;
}

.align-self-start {
  align-self: self-start !important;
}

.page--width-small-1300 {
  max-width: 1300px;
}


#ContactForm .field {
  border-bottom: solid 1px #bb9a87;
}

#ContactForm .field::after {
  box-shadow: none !important;
}

#ContactForm .field__label {

  color: #807e7b !important;
  font-size: 15px !important;
}


.button-transparent {
  background: transparent;
  border-radius: 0;
  width: 100%;
  min-height: 50px;
  border: solid 1px #bb9a87;
  color: #333333 !important;
  text-transform: uppercase;
}

#ContactForm .button-transparent:after,
#ContactForm .button-transparent:before {
  display: none;
}

.page-width--123 {
  max-width: 123rem;
}

#ContactForm .field__input,
#ContactForm .select__select,
#ContactForm .customer .field input,
#ContactForm .customer select {
  height: 6.8rem;
}

#ContactForm .field__label,
#ContactForm .customer .field label {

  left: 0;
}

#ContactForm .contact__fields {
  margin-bottom: 20px;
}

.h-320 {
  min-height: 320px;
  height: 320px;
}

.title-main {
    position: relative;
    display: inline-block;
    text-align: center;
}

.max-500{
  max-width:500px; margin:auto;
}
.title-main::before,
.title-main::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: #333;
    left: 50%;
    transform: translateX(-50%);
}

.title-main::before {
    top: -10px;
}

.title-main::after {
    bottom: -7px;
    margin-bottom: 5px; /* Adds a 5px gap above the title */
}

 .title-main {
   
    letter-spacing: 4px;
}

.position-absolute{
  position:absolute;
}

.position-relative {
  position:relative;
}


.icon-star{
  width:15px;
  height:auto;
}

/* Top left star */
.star-topleft {
     top: 10px;
    left: 6px;
}

/* Top right star */
.star-topright {
  top: 10px;
  right:  6px;
}

/* Bottom left star */
.star-bottomleft {
  bottom: 10px;
  left: 6px;
}

/* Bottom right star */
.star-bottomright {
  bottom: 10px;
  right: 6px;;
}

.mb-100{
  margin-bottom:100px;
}

#shopify-section-template--17770190799031__173973655936ccd51f{
  background:#636e5e!important;
color:#faf9f8!important;
}

#shopify-section-template--17770190799031__1736374350f920e1f1{
   background:#fafaf7!important;
}

.header__heading .header__heading-link{
  padding:0;
}

.narrow-width {
  max-width: 1050px !important;
}


.fw-400{
  font-weight:400;
}

.lh-14 *{  font-size: 120px;
  letter-spacing: -5px;
    line-height: 14.1rem!important;
 }

 .lh-14 em{
  font-weight:400!important;
 }

 .testimonials P
 {
  font-family: "degular-variable";
     
    font-weight: 300 !important;
    font-size: 18px;
    margin-top: 30px;
 }

  .testimonials P strong{
    font-weight:500;
  }

@media screen and (min-width: 750px) {
  #ContactForm .contact .field {
    margin-bottom: 5rem;
  }


  #ContactForm .contact__button {
    margin-top: 7rem;
  }


}
.mob-image {
  display: none;
}

.for-desk {
    display: block; /* Visible on desktop */
}

.for-mob {
    display: none; /* Hidden on desktop */
}


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

   .hxxl {
      font-size: 80px;
      line-height: 80px;
      text-align: center;
}


.lh-14 * {
    font-size:80px;
    letter-spacing: -5px;
    line-height: 7rem!important;
}


.hxl {
    font-size: 60px; 
    line-height: 60px;
}

h2, .h2 {
    font-size: 3rem;
}

h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing:normal;
}


 

}

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


  .image-with-text__content.image-with-text__content--mobile-left {
        text-align: center!important;
    justify-content: center!important;
    align-items: center!important;
  }


  .hxxl {
      font-size: 60px;
      text-align: center;
      line-height: 60px;
}


.lh-14 * {
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 7rem!important;
}

.adjust-image-for-view {
 
    right: 0!important;
    top: 0!important;
}

  
  .w-60 {
    width: 100%
  }

.hxl {
    font-size: 55px;
    line-height: 55px;
}

.flex-column-mobile {
    flex-direction: column !important;
}

.flex-column-mobile  .grid__item{
  width: 100%;
  max-width: 100%;
}

.mob-image {
  display: block!important;
}

  .for-desk {
        display: none; /* Hidden on mobile */
    }
    .for-mob {
        display: block; /* Visible on mobile */
    }

.header-image-mobile{
  max-width: 100%;
  height: auto;
}

.double-frame {
    margin-top: 0;
}

.for-mob.title-wrapper-with-link{
  margin-top: 3rem!important;
}

.section-template--17770191126711__rich_text_Ne8Kqk-padding {
 
  padding-bottom: 0!important;

}

.section-template--17770191126711__rich_text_Ne8Kqk-padding h2{
 
 font-weight:400!important;
  
}


.accordion .svg-wrapper {
  margin-right: 12px;

}

.mob-bg-transparent{
  background-color: transparent!important;
}

.header-image {
   
    margin-bottom: 350px;
}

.img-frame:not(.double-frame) .frame-cover {
    max-width: 500px;
  
    /* height: 230px; */
    position: relative;
    margin: auto;
    
    /* min-height: 230px!important;
  height: 230px!important; */
}


.frame-natural {
    max-width: 500px!important;}


.double-frame {
   
    min-height: auto !important;
}

.img-frame{
  height: auto
}
.multicolumn-card__info {
    padding: 0;
}


  .img-frame.small-wrapper {
    max-width: 360px;
    margin:auto;
    /* height: auto!important; */
}


.image-with-text__content, .image-with-text__content *{
  padding-left:0!important;
  padding-right:0!important;
  text-align:center!important;
  justify-content:center!important;
  align-items:center!important;
}

.image-with-text__content  .align-self-start {
    align-self: center!important;
}


.image-with-text__content .text-left { text-align:center!important;}

.img-frame.small-wrapper {
    max-width: 500px!important;
}

h2, .h2 {
    font-size: 2.5rem;
}

h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing:normal;
}

.title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
    padding-left: 0rem;
    padding-right: 0rem;
}


.testimonials P {
   
    margin-top: 30px;
    margin-bottom: 77px;
}
.accordion .svg-wrapper {
   
    margin-right: 8px!important;
}

  .section-template--17770191126711__cloven_multicolumn_zCXUc7-padding {
    padding-left: 0  !important;
    padding-right: 0  !important;
    
  }


}


.slider-mobile-gutter{
  overflow: hidden;
  position: relative;
}

.video-section_v2{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height:100%;
}

.slideshow__controls{
  border:0!important;
  transform: scale(.6);
}



       .js-video , .js-video-full {    width: 100%;
    height: 100%;
    object-fit: cover;}




  /* ####Mason Edits##### */

/* Our Process Stayling Mobile */

@media (max-width: 768px) {
    #shopify-section-template--17770191126711__slideshow_mQKPy4 > slideshow-component {
        height: 600px !important;
        padding-top: 90px;
    }
}


#ProductInfo-template--17770191126711__clovent_feature_product_XTAJMh 
p:nth-child(2) {
  margin-top: 15px !important; /* Adjust the value as needed */
}



#shopify-section-template--17770191126711__cloven_multicolumn_zCXUc7 .multicolumn .button {
        margin-top: 0!important;
    }

@media (min-width: 769px) { 
    #shopify-section-template--17770191126711__cloven_multicolumn_zCXUc7 > div > div > div.center > a { 
        transform: translateY(-70px) !important; 
    } 
}

/* Homepage Font Sizing Mobile */

@media (max-width: 768px) {
  #shopify-section-template--17770191126711__rich_text_WYwcUL 
  h2.rich-text__heading {
    font-size: 4.5em !important; 
  }
}

@media (max-width: 768px) {
  #Slide-template--17770191126711__cloven_multicolumn_zCXUc7-1 
  h3 {
    font-size: 1.3em !important; /* Adjust as needed */
  }
}

/* ??? */

#shopify-section-template--17770191126711__cloven_multicolumn_zCXUc7 .multicolumn .button {
    margin-top: 0 !important;
}

/* Hide Seal Subscriptions Homepage */
#product-form-template--17770191126711__clovent_feature_product_XTAJMh > div.sealsubs-target-element.sls-homepage-automatic.sealsubs-full {
    display: none !important;
}

/* Ingredients Image Desktop vs Mobile */
@media (max-width: 749px) {
    #Slide-template--17770191126711__cloven_multicolumn_zCXUc7-1 > div > div.adjust-image-for-view.multicolumn-card__image-wrapper {
        transform: scale(1.6) translateX(-15px) !important;
        transform-origin: center !important;
    }
}

/* Header Logo Styling and Responsiveness */
.header__heading-logo-wrapper {
    padding-top: 5px;
    position: relative;
    transition: transform 0.3s ease;
    transform: scale(0.5);
}
.header__heading-logo {
    padding-top: 7px;
}
@media only screen and (max-width: 768px) {
    .header__heading-logo {
        padding-top: 19px;
    }
    .header__heading-logo-wrapper {
        transform: scale(.75);
    }
    .header__icon--account, .header__icon--cart {
        padding-top: 10px !important;
    }
}

/* Hide Icons in Header */
.header__icon--search, .header__icon--menu {
    display: none !important;
}

/* Main Product Image Scaling */

#Slide-template--17770190799031__main-32049502879927 > div > modal-opener > div.product__media.media.media--transparent > img {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, -40px) scale(0.9) !important;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}


/* Product Detail Rounded Corners */

#Slider-Gallery-template--17770190799031__main,
#Slider-Gallery-template--17770190799031__main div,
#Slider-Gallery-template--17770190799031__main img {
    border-radius: 15px !important;
    overflow: hidden !important;
}

#Slider-Gallery-template--18151623360695__main,
#Slider-Gallery-template--18151623360695__main div,
#Slider-Gallery-template--18151623360695__main img {
  border-radius: 15px !important;
  overflow: hidden !important;
}


@media (min-width: 1024px) {
    .slideshow__text-wrapper .banner__text.rte {
        max-width: 130%;
        width: 130%;
    }
}

/* Recommended Use Font Styling */

#ImageWithText--template--17770190799031__cloven_image_with_text_76rApD > div {
    font-family: 'Bookmania', serif !important;
}

#shopify-section-template--17770190799031__cloven_image_with_text_76rApD 
#ImageWithText--template--17770190799031__cloven_image_with_text_76rApD em {
    font-family: 'Presti-Display', sans-serif !important;
    font-weight: 400 !important; 
}

/* Product Page Ingredients Titles */

#shopify-section-template--17770190799031__cloven_single_column_BggCjA .title-main {
    font-family: 'Bookmania', serif !important;
    font-size: 210% !important;
    letter-spacing: 12px !important; 
}


#shopify-section-template--17770190799031__multicolumn_dcnXFb .title-main {
    font-family: 'Bookmania', serif !important;
    font-size: 210% !important;
    letter-spacing: 12px !important; 
}

/* Adjust font size for mobile screens */
@media (max-width: 768px) {
    #shopify-section-template--17770190799031__cloven_single_column_BggCjA .title-main {
        font-size: 170% !important;
    }
}
@media (max-width: 768px) {
    #shopify-section-template--17770190799031__multicolumn_dcnXFb .title-main {
        font-size: 170% !important;
    }
}

/* Sample Page Ingredient Styles */

#shopify-section-template--18151623360695__cloven_single_column_BggCjA .title-main {
  font-family: 'Bookmania', serif !important;
  font-size: 210% !important;
  letter-spacing: 12px !important;
}

#shopify-section-template--18151623360695__multicolumn_dcnXFb .title-main {
    font-family: 'Bookmania', serif !important;
    font-size: 210% !important;
    letter-spacing: 12px !important; 
}


/* Padding 'The Extracts' Mobile */

@media (max-width: 768px) {
    #shopify-section-template--17770190799031__multicolumn_dcnXFb .multicolumn .title-wrapper-with-link {
        padding-bottom: 40px;
    }
}

/* Seal Subscription Styling */

.sealsubs-container .sls-purchase-options-container .sls-option-container.sls-active, 
.sealsubs-container .sls-option-container.sls-active {
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
}

.sealsubs-container .sls-purchase-options-container .sls-option-container, 
.sealsubs-container .sls-option-container {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#product-form-template--17770190799031__main 
  .sealsubs-container .sls-purchase-options-container .sls-option-container {
    margin: 5px 0 !important; 
    padding: 5px !important; 
}

.sls-label-container label {
    font-family: "Degular-Variable", sans-serif !important;
    font-weight: 500 !important; 
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#product-form-template--17770190799031__main > div.sealsubs-target-element.sealsubs-full > div > div {
    margin-top: -15px !important;
    margin-left: -7px !important;
}

/* mothers day sale price */

/* Hide original price text safely while keeping layout intact
.sls-purchase-options-container .sls-option-container:first-of-type .sls-label-container span {
  color: transparent !important;
  font-size: 0 !important;   /* hide text */
  line-height: 1.5 !important;  /* restore spacing */
} 

/* Inject strikethrough $45 
.sls-purchase-options-container .sls-option-container:first-of-type .sls-label-container span::before {
  content: "$45 ";
  text-decoration: line-through;
  color: #888;
  font-size: 13px;
  margin-right: 0.4rem;
  vertical-align: middle;
}
*/

/* Inject correct price + free shipping
.sls-purchase-options-container .sls-option-container:first-of-type .sls-label-container span::after {
  content: "$36 + free shipping";
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
  vertical-align: middle;
  margin-left: 0.2rem;
}
 */

.sls-more-info-container {
    display: none !important;
}

.product-form__buttons.text-center {
    display: flex !important;
    justify-content: center !important;
    padding-top: 40px !important; 
}

.product-form__buttons.text-center button {
    width: 50% !important;
}

@media (min-width: 1024px) {
    .product-form__buttons.text-center {
        padding-left: 130px !important;
    }
}

.sls-widget-branding {
    display: none !important;
}

#product-form-template--17770190799031__main > div.sealsubs-target-element.sealsubs-full > div > div > div:nth-child(1) {
    display: none !important;
}

.product__info-container > *:first-child {
    margin-bottom: -10px !important; /* Adjust as needed */

#price-template--17770190799031__main > div {
    border: 2px solid red !important;
}

#price-template--17770190799031__main > div > div > div.price__regular > span.price-item.price-item--regular > span {
    outline: 2px solid red !important;
}

  #ProductInfo-template--17770190799031__main > .product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin-bottom: -20px !important;
}
  

/* Product Page Centering */
.product__media {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.product__media img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
}

#Slide-template--17770190799031__main-32049502879927 > div {
    position: relative;
}

#GalleryViewer-template--17770190799031__main {
    position: relative;
}

.jdgm-histogram .jdgm-star {
  color: #f6d566 !important;
}

@media (min-width: 1024px) {
    #shopify-section-template--17770191126711__cloven_multicolumn_zCXUc7 {
        padding-top: 75px !important;
    }
}

#shopify-section-template--17770191126711__cloven_multicolumn_w_feature_image_qKXwwG > div {
  margin-bottom: 300px !important;
}

.sls-option-container {
    padding:0!important;
}
