/** Shopify CDN: Minification failed

Line 10:0 All "@import" rules must come first
Line 12:0 All "@import" rules must come first

**/
@import url('https://fonts.cdnfonts.com/css/satoshi');
@font-face { font-family: Recoleta; src: url('/cdn/shop/files/RecoletaAlt-Medium.otf?v=1739368504'); }
@font-face { font-family: Satoshi; src: url('/cdn/shop/files/Satoshi-Regular.otf?v=1739368504'); }
@import url('https://fonts.cdnfonts.com/css/satoshi');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

html {
  scroll-behavior: smooth;
}


:root {
  /* Font Families */
  --recoleta: 'Recoleta';
  --satoshi: 'Satoshi';

  /* Colors */
  --yellow-clr: #FFD057;
  --black-clr: #000000;
  --brand-bg-clr:#593B33;
  --thin: 100;       
  --extra-light: 200; 
  --light: 300;      
  --regular: 400;    
  --medium: 500;     
  --semi-bold: 600;  
  --bold: 700;       
  --extra-bold: 800;  
  --heavy-bold: 900;      
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
h1, h2, h3, h4, h5,h6, .h0, .h1, .h2, .h3, .h4, .h5{
  font-family: var(--recoleta) !important;
}
p{
  font-family: var(--satoshi);
}
.star_svg_wrapper{
  display: none;
}
announcement-bar-component .announcement-bar__text,
announcement-bar-component .announcement-bar__link{
  font-family: var(--satoshi);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--bold);
  letter-spacing: 0px;
}
.announcement-bar__slider .slideshow-control{
  height: auto !important;
  min-height: auto !important;
}
/* header .menu-list__link{
 font-family: var(--satoshi);
 font-size: 16px;
} */
header .menu-list__link-title,
header .mega-menu__link-title{
  position: relative;
  padding-bottom: 5px;
  font-family: var(--satoshi);
  font-size: 16px;
  line-height: 1.5;
}

header .menu-list__link-title::after,
header .mega-menu__link-title::after{
  width: 0;
  transition: .4s width ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 2.5px;
  z-index: 9;
  background-color: #000;
} 
header .menu-list__link:hover .menu-list__link-title::after,
header .mega-menu__link:hover .mega-menu__link-title::after{
  width: 100%;
}

header .menu-list__link.menu-list__link--active .menu-list__link-title::after{
  width: 100%;
}
.header__columns {
  --padding-block-start: 20px;
  --padding-block-end: 20px;
}
.header__columns {
  padding-block-start: 25px;
  padding-block-end: 25px;
}
header .header__row .header-actions__action .svg-wrapper,
header .header__row .header__columns .account-button {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #000;
}
header .header__row .header-actions__action .svg-wrapper svg{
  max-width: 13px;
  height: auto;
}
header .header__row header-actions {
  display: flex;
  gap: 5px;
}
header .header__row search-button{
  padding-right: 12px;
}
header .header__row header-actions .wp_wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #000;
  border-radius: 24px;
  padding: 7px 18px;
  font-family: var(--satoshi);
  font-weight: var(--regular);
  font-size: 12px;
}
header .header__row header-actions .wp_wrapper a .svg_wrapper{
  max-width: 14px;
}
header .header__row header-actions .wp_wrapper a .svg_wrapper svg path{
 fill: #fff;
}
header .header__row header-actions .account-button .account-button__icon svg{
  width: 10px;
  height: auto;
}
header .header-actions__cart-icon .cart-bubble {
  width: 15px;
  top: 1px;
  right: 1px;
}
header .header-actions__cart-icon.header-actions__cart-icon--has-cart svg{
  mask: unset !important;
}
:is(.menu-list:where(:has(.menu-list__list-item:hover)),
.menu-list:where(:has(.menu-list__list-item:focus-within)),
.menu-list:where(:has(.menu-list__list-item:not([aria-hidden=true]) .menu-list__link--active))) .menu-list__link{
  color: #000 !important;
}
.mega-menu__link:hover{
  color: #000 !important;
}
.header__column--left,
.header__column--center{
  gap: 2rem !important;
}
.marquee__repeated-items .text-block *{
 font-family: var(--satoshi);
 font-weight: var(--bold);
 font-size: 22px;
 line-height: 1.5;
}
marquee-component .marquee__repeated-items svg circle{
  stroke-width: 3px;
  cx: 10.5;
  cy: 10.5;
}
/* Mobile Drawer Start */
.header-drawer .menu-drawer__submenu{
  position: unset !important;
  height: unset !important;
}
.header-drawer .menu-drawer__menu-container .svg-wrapper svg{
  transform: rotate(0deg);
}
.header-drawer details[open].menu-drawer__menu-container .svg-wrapper svg{
  transform: rotate(180deg);
}
.header-drawer .menu-drawer__navigation {
  padding-top: 25px;
}
.header-drawer .menu-drawer__menu-item{
    font-family: var(--satoshi);
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 1.4;
    min-height: auto;
    padding-bottom: 8px;
}
.menu-drawer__menu .menu-drawer__list-item--flat {
   margin-block-end: 5px;
}
.menu-drawer__nav-buttons{
  display: none !important;
}
.menu-drawer__menu.menu-drawer__menu--childlist {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.menu-drawer__menu.menu-drawer__menu--childlist li {
  width: 47.5%;
}
.menu-drawer{
  background: #fff !important;
}
.menu-drawer__list-item--deep .menu-drawer__menu{
  margin: 0 !important;
  padding: 0;
}
accordion-custom details[open] .menu-drawer__menu-item svg {
  transform: rotate(180deg);
}
.menu-drawer__menu-item>.svg-wrapper {
  padding: 0 !important;
}
/* Product Page Start */
.product .product-information__grid .product_title p {
  font-size: 48px !important;
  line-height: 1.2 !important;
  font-family: var(--satoshi) !important;
  font-weight: var(--bold) !important;
}
.product .product-information__grid .product_title p span{
  display: block;
}
.product .product-information__grid .product_short_description{
  font-size: 45px !important;
  line-height: 1.2 !important;
  font-family: var(--satoshi) !important;
  font-weight: var(--bold) !important;
}
.product-information__grid .ol_description_wrapper p {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--satoshi);
  font-weight: var(--bold);
  padding: 2px 0;
}
.product-information__grid .pro_description{
  padding: 0 0 5px;
}
.product-information__grid .pro_description p{
  font-size: 15px;
  line-height: 1.4;
  font-family: var(--satoshi);
  font-weight: var(--regular);
  color: #000;
}
.product-information__grid product-price .price{
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--satoshi);
  font-weight: var(--medium);
}
.product-information__grid product-price .compare-at-price{
  font-family: var(--satoshi);
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  padding-left: 5px;
}
.product-information__grid product-price{
  padding-bottom: 18px;
}
.product-information__grid .price_container{
  display: flex;
  align-items: center;
  flex: wrap;
}
.product-information__grid .price_container .offer_price_wrapper {
  background: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--satoshi);
  font-weight: var(--bold);
  color: #4E342E;
  position: relative;
  margin-left: 15px;

}
.product-information__grid .price_container .offer_price_wrapper:after {
  content: '';
  width: 0.5px;
  background: #000;
  left: -9px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
}
.product-information__grid .product-form-buttons{
  display: flex;
  align-items: center;
}
.product-information__grid .product-form-buttons button,
.product-information__grid .product-form-buttons .accelerated-checkout-block{
  width: auto;
}
.product-information__grid .add-to-cart-text .add-to-cart-icon{
  display: none !important;
}
.product-information__grid .product-form-buttons--stacked>*:not(.quantity-selector),
.product-form-buttons>*:not(.quantity-selector){
  flex: unset !important;
}
.product-form-buttons .add-to-cart-button,
.product-form-buttons shopify-buy-it-now-button button,
.pre_launch .omni_send_btn,
.coming_soon .coming_soon_btn,
.custom_btn_wrapper .custom_trigger_btn{
  padding: 8px 18px;
  height: auto;
  border: 1px solid #000000;
  box-shadow: 0px 4px 20px 0px #00000040;
  font-size: var(--satoshi) !important;
  font-weight: var(--medium);
  font-size: 14px !important;
  line-height: 1.4;
  border-radius: 20px;
  min-height: auto !important;
  text-transform: capitalize;
}
.product-form-buttons .add-to-cart-button{
  background: #fff;
  color: #000;
}
.product-form-buttons shopify-buy-it-now-button button,
.pre_launch .omni_send_btn,
.coming_soon .coming_soon_btn,
.custom_btn_wrapper .custom_trigger_btn{
  background: var(--brand-bg-clr);
  color: #fff;
}
.product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-information__media {
  padding-right: 35px !important;
}
.product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-details {
  padding-left: 35px !important;
}
.trust_icons-wrapper{
  display: flex;
  gap: 15px 45px;
  align-items: start;
  padding: 15px 0 24px;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.trust_icons-wrapper .trust_icon-list {
  width: 15%;
}
.trust_icons-wrapper .trust_icon-list img{
  /* box-shadow: 0px 4px 4px 0px #0000001A; */
  border-radius: 50%;
  /* background: #fff; */

}
.trust_icons-wrapper .trust_icon-list p {
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  line-height: 1.4;
}
.trust_icons-wrapper:after{
  content: '';
  width: 55%;
  height: 2px;
  background: #00000033;
  bottom: 0;
  left: 0;
  position: absolute;
}
.usp_icons-wrapper{
  padding-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  max-width: 470px;
  gap: 20px 40px;
  padding-left: 20px;
}
.usp_icons-wrapper .usp_icon-list {
   width: 45%;
}
.usp_icons-wrapper .usp_icon-list p {
  font-size: 16px;
  font-family: var(--satoshi);
  font-weight: var(--bold);
  line-height: 1.4;
  color: #000;
}
.about_product-wrapper p{
  font-family: var(--satoshi);
  font-size: 14px;
  font-weight: var(--medium);
  line-height: 1.4;
  color: #000;
}
product-recommendations .section-resource-list__content h3{
  font-family: var(--recoleta) !important;
  font-weight: 600 !important;
  font-size: 38px !important;
  line-height: 1.5 !important;
}
.product .testimonial_slider_wrapper .main_title_wrapper,
.collection .testimonial_slider_wrapper .main_title_wrapper{
  font-family: var(--recoleta) !important;
}
product-card{
  background: #fff;
  box-shadow: 10px 10px 32px 0px #0000001A;
  border-radius: 12px !important;
  overflow: hidden;
}
product-card  a[ref="productTitleLink"].contents.user-select-text,
product-card product-price,
product-card .short_description{
  display: block;
  padding: 0 25px !important;
}
.pre_launch,
.coming_soon,
.custom_btn_wrapper{
  margin-top: auto;
}
product-card product-form-component,
.pre_launch,
.coming_soon,
.custom_btn_wrapper{
  padding: 0 14px 15px!important;
  display: block;
}
product-card .buy-buttons-block.pre_launch_available,
product-card .buy-buttons-block.is_coming_soon{
 display: none !important;
}
product-card product-form-component .product-form-buttons .add-to-cart-button,
.pre_launch .omni_send_btn,
.coming_soon .coming_soon_btn,
.custom_btn_wrapper .custom_trigger_btn{
  background: var(--brand-bg-clr);
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  cursor: pointer;
}
product-card product-form-component .product-form-buttons .add-to-cart-button .add-to-cart-icon{
  display: none;
}
product-card product-form-component .product-form-buttons>*:not(.quantity-selector){
 flex: 1 1 100% !important;
}
product-card a[ref="productTitleLink"].contents.user-select-text{
  font-size: 22px;
  font-family: var(--satoshi);
  line-height: 1.2;
  font-weight: var(--bold);
  color: #2F2105;
  text-transform: uppercase;
  padding-bottom: 2px !important;
}
product-card .short_description{
  font-size: 20px;
  font-family: var(--satoshi);
  line-height: 1.2;
  font-weight: var(--bold);
  color: #2F2105;
  /* text-transform: uppercase; */
  padding-bottom: 2px !important;
}
product-card a[ref="productTitleLink"].contents.user-select-text span{
  display: block;
}
product-card  product-price .price_container{
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: start;
  align-items: end;
  gap: 5px 15px;
  flex-wrap: wrap;
  padding: 0px 10px 3px;
}
product-card  product-price .price_container .price{
  font-family: var(--satoshi);
  font-size: 20px;
  line-height: 1.2;
  font-weight: var(--bold);
  color: #000;
}
product-card .one_line_description{
  padding: 0 25px 5px !important;
}
product-card  product-price .price_container .compare-at-price{
  font-family: var(--satoshi);
  font-weight: var(--regular);
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}
product-card .one_line_description p {
  font-family: var(--satoshi);
  font-weight: var(--regular);
  font-size: 14px !important;
  line-height: 1.4;
  color: #2F2105;
}
product-card .buy-buttons-block{
  margin-top: auto;
}
.product-badges{
  display: none !important;
}
product-card .offer_price_wrapper.pro_card_list{
  position: absolute;
  top: 8px;
  right: 8px;
  background: #523827;
  color: #fff;
  padding: 5px 15px;
  border-radius: 40px;
  font-family: var(--satoshi);
  font-weight: var(--bold);
  font-size: 12px;
  display: block;
  z-index: 9;
}
.collection .testimonial_slider_wrapper .arrow_wrapper_left,
.collection .testimonial_slider_wrapper .arrow_wrapper_right,
.product .testimonial_slider_wrapper .arrow_wrapper_left,
.product .testimonial_slider_wrapper .arrow_wrapper_right {
  display: none !important;
}
.collection .testimonial_slider_wrapper .testimonial_wrapper{
  padding: 60px 14px 0 !important;
}
.product product-card a[ref="productTitleLink"].contents.user-select-text{
  font-size: 18px;
}
.shopify-policy__container{
  max-width: 93rem !important;
  margin: 0 auto;
  padding-top: 50px;
}
.shopify-policy__container .shopify-policy__title h1,
.page h1{
  font-size: 38px !important;
  line-height: 1.3;
}
.shopify-policy__container .shopify-policy__body p,
.page rte-formatter p{
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0;
}
.shopify-policy__container .shopify-policy__body h3,
.page rte-formatter h3{
  font-size: 24px;
}
.header__icon--summary .header-drawer-icon,
.header__icon--summary.header__icon .svg-wrapper>svg{
  width: 34px !important;
  height: auto !important;
}
.header__icon--summary .header-drawer-icon--close,
.header__icon--summary .header-drawer-icon--close > svg{
    width: 20px !important;
    height: auto !important;
}
.page .h2 h2{
  font-size: 38px;
  line-height: 1.4;
}
.submit-button{
  margin: 0 auto;
  background: var(--brand-bg-clr) !important;
  color: #fff !important;
}
button{
  background: var(--brand-bg-clr);
  color: #fff;
  font-family: var(--satoshi);
  font-size: 16px;
  line-height: 1.4;
}
.pdp_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pdp_header h1 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-family: Recoleta;
  color: #4e342e;
}
.pdp_header .cont-wrap p,
.pdp_header .cont-wrap p a{
  font-family: Recoleta !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  color: #4e342e !important;
}
.user_manual_wrapper .user_manual_inner{
  border: 1px solid #4E342E45;
  border-radius: 12px;
  padding: 30px 35px 0;
  margin-top: 60px;
  /* border-bottom: none; */
}
.user_manual_wrapper .product_title{
 font-size: 44px;
 line-height: 1.5; 
 margin: 0;
 color: #4e342e;
}
.user_manual_wrapper .dynamic_page_description {
  display: flex;
  align-items: start;
  gap: 30px;
  padding-top: 40px;
}
.dynamic_page_description .product_info_wrap {
  width: 60%;
}
.dynamic_page_description .product_image_wrap {
  width: 40%;
}
.dynamic_page_description .product_image_wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
}
.dynamic_page_description .product_info_wrap .details_wrap {
  display: flex;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 25px;
}
.dynamic_page_description .product_info_wrap .details_wrap .box_wrap {
  width: 24%;
  padding: 0 12px;
  border-right: 1px solid #4E342E80;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dynamic_page_description .product_info_wrap  .details_wrap .box_wrap:not(:first-child){
  text-align: center;
}
.dynamic_page_description .product_info_wrap  .details_wrap .box_wrap:nth-child(1){
  padding-left: 0;
}
.dynamic_page_description .product_info_wrap  .details_wrap .box_wrap:last-child{
 border: none;
}
.dynamic_page_description .details_wrap .box_wrap span{
  display: block
}
.dynamic_page_description .product_info_wrap .details_wrap .box_wrap span:nth-child(1) {
  font-family: Satoshi !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #777777;
}
.dynamic_page_description .product_info_wrap .details_wrap .box_wrap span:nth-child(2) {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  font-family: Recoleta !important;
   color: #4e342e;
}
.user_manual_wrapper h3{
  margin: 0;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  font-family: Recoleta !important;
  color: #4e342e;
}
.user_manual_wrapper ol li,
.user_manual_wrapper ul li,
.user_manual_wrapper p,
.user_manual_wrapper p a{
  font-family: Satoshi !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #4e342e;
  padding-bottom: 5px;
}
.user_manual_wrapper ol,
.user_manual_wrapper ul{
  padding-left: 30px;
  padding-bottom: 35px;
  margin: 0;
}
.user_manual_wrapper p{
  padding-bottom: 15px;
}
.user_manual_wrapper .how_to_use_banner img{
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}
.user_manual_wrapper .how_to_use_banner {
  padding-bottom: 28px;
  padding-top: 30px;
}
.user_manual_wrapper .product_info_wrap .overview{
 font-size: 26px; 
 font-weight: 700;
 line-height: 1.5; 
 color: #4e342e;
  margin: 0;
}
.pamphlet-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pamphlet-header-wrap h1 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--recoleta);
  color: #4E342E;
}
.pamphlet-header-wrap .cont-wrap p {
  font-family: var(--recoleta) !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
}
.pamphlet-header-one .pamphlet-body-wrap,
.policy-page-container .policy-content{
  display: flex;
  padding-top: 40px;
  align-items: start;
  gap: 55px
}
.pamphlet-body-wrap .pamphlet-content-wrap,
.policy-page-container .policy-main{
  width: 70%;
  border: 1px solid rgba(78, 52, 46, .27);
  border-radius: 12px;
  padding: 40px 35px;
  }
.pamphlet-body-wrap .pamphlet-nav-wrapper,
.policy-page-container .policy-sidebar{
  width: 30%;
  border: 1px solid rgba(78, 52, 46, 0.27);
  border-radius: 12px;
  padding: 30px 15px;
}
.pamphlet-body-wrap ul#article-titles,
.policy-page-container .policy-sidebar ul#article-titles{
  list-style: numeric;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 10px;
  padding-left: 28px;
  margin-top: 30px;
  margin-bottom: 28px;
}
/* .pamphlet-body-wrap ul#article-titles{
    padding: 30px;
} */
.pamphlet-body-wrap ul#article-titles a,
.pamphlet-body-wrap .back_to_top,
.policy-page-container .policy-sidebar ul#article-titles a,
.policy-page-container .policy-sidebar .back_to_top{
  color: #4e342e;
  font-family: var(--satoshi) !important;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  padding-bottom: 8px;
  text-decoration: underline;
}
.pamphlet-body-wrap .back_to_top,
.policy-page-container .policy-sidebar .back_to_top{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
}
.pamphlet-body-wrap .back_to_top svg,
.policy-page-container .policy-sidebar .back_to_top svg{
  width: 24px;
  height: 24px;
}
.pamphlet-header-one .page-des-wrap .first_title{
  font-size: 32px;
  line-height: 1.5;
}
.pamphlet-header-one .page-des-wrap h3,
.policy-page-container .policy-content .policy-main h3{
  margin: 0;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--recoleta) !important;
  padding-top: 10px;
}
.pamphlet-header-one .page-des-wrap p,
.pamphlet-header-one .page-des-wrap ul li,
.policy-page-container .policy-content .policy-main p{
  font-family: var(--satoshi) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.pamphlet-header-one .page-des-wrap p{
  padding-bottom: 15px;
}
.pamphlet-header-one .page-des-wrap ul li{
  padding-bottom: 4px;
  padding-bottom: 4px;
  list-style-position: outside;
  padding-left: 5px;
}
.pamphlet-header-one .page-des-wrap ul li::marker {
  font-size: 15px;
}
.pamphlet-header-one .page-des-wrap ul{
  padding-left: 30px;
  padding-bottom: 35px;
  margin: 0;
}
.pamphlet-header-one .page-des-wrap .title_with_content {
  padding-bottom: 35px;
}
.pamphlet-header-one .pamphlet_sticky_nav .h2,
.policy-page-container .policy-sidebar .h2{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--recoleta) !important;
  text-align: center;
}
.pamphlet-header-one .product_list_wrapper {
  overflow: hidden;
  padding: 24px 0 40px;
}
.product_list_wrapper .product_frame {
  background: #FDFDFD;
  padding: 10px;
  display: block;
  box-shadow: 0px 4px 28px -2px #00000014;
  border-radius: 12px;
  text-decoration: none;
}
.product_list_wrapper .product_frame img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.product_list_wrapper .product_frame span{
  display: block;
}
.product_list_wrapper .txt-with_arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.product_list_wrapper .txt-with_arrow .pro_title_wrapper {
  width: calc(100% - 12%);
  text-align: center;
  color: #4E342E;
  font-family: Satoshi !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.product_list_wrapper .txt-with_arrow .arrow_wrapper {
  width: 12%;
  line-height: 0;
}
.product_list_wrapper .txt-with_arrow .arrow_wrapper svg {
  width: 22px;
  height: 22px;
}
.product_list_wrapper .swiper-slide{
  margin-right: 18px;
  width: calc(33.33% - 18px);
}
.policy-page-container .policy-content .policy-main p{
  padding-bottom: 15px;
}
.policy-page-container .title_with_content {
  padding-bottom: 35px;
}
.policy-page-container .policy-content .policy-main p{
  font-family: var(--satoshi);
  margin: 0;
}
.policy-page-container .policy-content .policy-main p:first-child {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 25px;
}
.policy-page-container .policy-content {
  padding-top: 30px;
}
 .policy-footer{
  text-align: left;
  padding-top: 12px;
 }
 .cart__checkout-button,
 .cart-discount__button,
 .cart-items__empty-button{
  height: auto;
  font-family: var(--satoshi) !important;
  font-weight: var(--medium) !important;
  font-size: 16px;
  line-height: 1.4;
  min-height: auto !important;
  text-transform: capitalize;
  border: 1px solid transparent;
 }
 .cart-items__empty-button,
 .not_found_page a.button,
 .cart__ctas .cart__checkout-button{
    border: 1px solid var(--brand-bg-clr);
    background: var(--brand-bg-clr);
    color: #fff;
    font-size: 16px;
 }
 
 .judgme_review {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ffffff82;
  padding: 4px;
  border-radius: 34px;
  backdrop-filter: blur(80px);
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.judgme_review a{
  background: #fff;
  padding: 4px 10px;
  border-radius: 34px;
  font-family: var(--satoshi);
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  gap: 4px;
}
.quinn_floating_collapsed {
  height: 150px !important;
  width: 150px !important;
}

.omnisend-form-68de8846f7b49c6d6281db59-teaser{
  bottom: 90px !important;
}
/* .product-information__grid .product-details{
  width: 50% !important;
} */
/* Product Page End */
@media screen and (min-width: 1150px) {
    .header__column--left, .header__column--center {
        gap: 2rem !important;
    }
    .header__column--left,
    .header__column--center{
      gap: 4rem !important;
    }
    .header__columns {
      padding-block-start: 10px;
      padding-block-end: 10px;
    }
}
@media screen and (min-width: 801px) {
  .pamphlet-header-one .pamphlet-body-wrap .pamphlet-nav-wrapper,
  .policy-page-container .policy-sidebar{
    display: block;
    position: sticky;
    top: 120px;
    z-index: 2;
  }
  .pamphlet-header-one .pamphlet-body-wrap .page-des-wrap{
    display: block;
    position: sticky;
    top: 9rem;
    z-index: 2;
  }
}
@media screen and (min-width: 750px){
  header-component .header-logo__image{
    width: 97px ;
    max-width: 97px;
    height: auto;
  }
  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0 10px;
  }
  .desktop_hide{
    display: none !important;
  }
  .product-information__grid:not(.product-information__grid--half,
  :has(.product-information__media:empty)){
    grid-template-columns: 1fr 1fr !important;
  }
  .product-information__grid .product-information__media,
  .product-information__grid .product-details{
    width: 100% !important;
    min-width: auto;
  }
  .product-information__grid .slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]) {
      outline: none!important;
      border-bottom: 1px solid #000;
  }
  .facets__form-wrapper .column-options-wrapper{
    display: none !important;
  }
}
@media screen and (max-width: 1250px){
   .trust_icons-wrapper{
      display: flex;
      gap: 15px 35px;
    }
    .trust_icons-wrapper .trust_icon-list {
        width: 18%;
    }
}
@media screen and (max-width: 1200px){
  .product .product-information__grid .product_title p {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }
  .product .product-information__grid .product_short_description{
    font-size: 35px !important;
    line-height: 1.2 !important;
  }
  .user_manual_wrapper .product_title {
    font-size: 38px;
  }
  .user_manual_wrapper .dynamic_page_description {
    padding-top: 20px;
  }
  .user_manual_wrapper .product_info_wrap .overview {
    font-size: 24px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(2) {
    font-size: 16px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(1) {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px){
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-information__media {
    padding-right: 15px !important;
  }
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-details {
    padding-left: 15px !important;
  }
  .trust_icons-wrapper .trust_icon-list {
      width: 28%;
  }
  .pamphlet-header-one .page-des-wrap h3,
  .policy-page-container .policy-content .policy-main h3{
    font-size: 24px;
    padding-bottom: 10px;
  }
  .pamphlet-header-one .page-des-wrap p, 
  .pamphlet-header-one .page-des-wrap ul li,
  .policy-page-container .policy-content .policy-main p{
    font-size: 16px;
  }
  .pamphlet-header-one .page-des-wrap ul {
    padding-left: 28px;
    padding-bottom: 35px;
  }
  .pamphlet-header-one .page-des-wrap .title_with_content{
    padding-bottom: 20px;
  }
  .pamphlet-body-wrap .pamphlet-content-wrap {
    padding: 38px 32px;
  }
  .pamphlet-body-wrap .pamphlet-nav-wrapper,
  .policy-page-container .policy-sidebar {
    padding: 24px;
  }
  .pamphlet-header-one .pamphlet_sticky_nav .h2,
  .policy-page-container .policy-sidebar .h2{
    font-size: 25px;
  }
  .pamphlet-body-wrap ul#article-titles a, 
  .pamphlet-body-wrap .back_to_top,
  .policy-page-container .policy-sidebar .back_to_top,
  .policy-page-container .policy-sidebar ul#article-titles a{
    font-size: 18px;
    padding-bottom: 8px;
  }
  .pamphlet-body-wrap ul#article-titles,
  .policy-page-container .policy-sidebar ul#article-titles {
    margin-top: 25px;
  }
  .policy-page-container .policy-content .policy-main p:first-child {
    font-size: 20px;
    padding-bottom: 35px;
  }
  .policy-page-container .title_with_content {
    padding-bottom: 15px;
  }
  .user_manual_wrapper h3{
    font-size: 24px;
    padding-bottom: 12px;
  }
  .user_manual_wrapper ol li,
  .user_manual_wrapper ul li,
  .user_manual_wrapper p,
  .user_manual_wrapper p a{
    font-size: 16px;
  }
  .user_manual_wrapper ol,
  .user_manual_wrapper ul{
    padding-left: 28px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1099px) {
  .product_list_wrapper .swiper-slide{
    margin-right: 18px;
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 990px){
  .product .product-information__grid .product_title p {
    font-size: 30px !important;
  }
  .product .product-information__grid .product_short_description{
    font-size: 27px !important;
  }
  .product-information__grid .ol_description_wrapper p {
    font-size: 16px;
  }
  .product-information__grid .pro_description p {
    font-size: 14px;
  }
  .product-information__grid product-price .price {
    font-size: 18px;
  }
  .product-information__grid product-price .compare-at-price {
    font-size: 14px;
  }
  .product-information__grid .price_container .offer_price_wrapper{
    margin-left: 18px;
    font-size: 12px;
  }
  .product-information__grid .pro_description {
    padding: 0 0 8px;
  }
  .product-information__grid product-price {
    padding-bottom: 16px;
  }
  .product-form-buttons .add-to-cart-button,
  .product-form-buttons shopify-buy-it-now-button button,
  .pre_launch .omni_send_btn,
  .coming_soon .coming_soon_btn,
  .custom_btn_wrapper .custom_trigger_btn{
    padding: 6px 16px;
  }
  .trust_icons-wrapper .trust_icon-list {
      width: 26%;
  }
  .trust_icons-wrapper{
    padding: 12px 0 23px;
  }
  .usp_icons-wrapper {
    padding-top: 30px;
    gap: 15px 18px;
    padding-left: 10px;
    max-width: 100%;
  }
  .pamphlet-header-one .pamphlet-body-wrap,
  .policy-page-container .policy-content{
    gap: 10px;
  }
  .user_manual_wrapper .dynamic_page_description{
    flex-direction: column-reverse;
    gap: 15px;
  }
  .dynamic_page_description .product_info_wrap,
  .dynamic_page_description .product_image_wrap{
    width: 100%;
  }
}

@media screen and (max-width: 833px){
  header .header__row header-actions .wp_wrapper .wp_txt_holder{
    display: none;
  }

  header .header__row header-actions .wp_wrapper a{
    height: 34px;
    width: 34px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  header .header__row header-actions .wp_wrapper a .svg_wrapper svg path{
    fill: #000;
  }
}
@media screen and (max-width: 800px) {
  .pamphlet-header-one .pamphlet-body-wrap,
  .policy-page-container .policy-content{
    flex-direction:column-reverse;
  }
  .pamphlet-body-wrap .pamphlet-nav-wrapper,
  .policy-page-container .policy-sidebar{
      padding: 18px 24px 12px;
  }
  .pamphlet-body-wrap .pamphlet-content-wrap,
  .pamphlet-body-wrap .pamphlet-nav-wrapper,
  .policy-page-container .policy-sidebar,
  .policy-page-container .policy-main{
    width:100%;
  }
  .pamphlet-body-wrap .back_to_top,
  .policy-page-container .policy-sidebar .back_to_top{
    display: none;
  }
  .pamphlet-body-wrap ul#article-titles,
  .policy-page-container .policy-sidebar ul#article-titles{
    border: none;
    margin-bottom: 0;
    padding-left: 18px;
  }
  .pamphlet-body-wrap ul#article-titles a,
  .pamphlet-body-wrap .back_to_top,
  .policy-page-container .policy-sidebar .back_to_top,
  .policy-page-container .policy-sidebar ul#article-titles a{
    font-size: 20px;
  }
  .pamphlet-header-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .pamphlet-header-wrap h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .pamphlet-header-wrap .cont-wrap p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .pamphlet-header-one .page-des-wrap p,
  .pamphlet-header-one .page-des-wrap ul li,
  .policy-page-container .policy-content .policy-main p{
    font-size: 18px;
  }
  .pamphlet-body-wrap .pamphlet-content-wrap {
    padding: 24px 20px;
  }
  .pamphlet-header-one .page-des-wrap ul {
    padding-left: 18px;
    padding-bottom: 20px;
  }
  .pamphlet-header-one .page-des-wrap h3,
  .policy-page-container .policy-content .policy-main h3{
    font-size: 22px;
  }
  .pamphlet-header-one .page-des-wrap .first_title {
    font-size: 28px;
  }
  .pdp_header h1{
    font-size: 35px;
    line-height: 45px;
  }
  .pdp_header .cont-wrap p,
  .pdp_header .cont-wrap p a{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .pdp_header {
    flex-direction: column;
    gap: 10px;
  }
  .user_manual_wrapper h3{
    font-size: 22px;
  }
  .user_manual_wrapper ol li,
  .user_manual_wrapper ul li,
  .user_manual_wrapper p,
  .user_manual_wrapper p a{
    font-size: 18px;
  }
  .user_manual_wrapper ol,
  .user_manual_wrapper ul{
    padding-left: 18px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 749px){
  announcement-bar-component .announcement-bar__text, 
  announcement-bar-component .announcement-bar__link {
    font-size: 12px;
    line-height: 1.2;
  }
  header-component .header-logo__image {
    width: 150px;
    max-width: 100px;
    height: auto;
  }
  header .header__row .header-actions__action .svg-wrapper,
  header .header__row .header__columns .account-button,
  header .header__row header-actions .wp_wrapper a {
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 24px;
    border: 1.8px solid #000;
    padding: 0;
  }
  header .header__row header-actions .wp_wrapper{
    padding-right: 12px;
  }
   header .header__row header-actions .wp_wrapper svg{
    max-width: 11px;
   }
  .menu-drawer-container .header__icon--summary{
    padding: 12px !important;
  }
  header .header__row header-actions {
    gap: 8px;
  }
  header .header__row cart-drawer-component .header-actions__action svg{
    max-width: 12px !important;
  }
  header .header__row search-button .header-actions__action .svg-wrapper svg{
    max-width: 10px;
  }
  header .header__row search-button{
    padding-right: 0;
  }
  .marquee__repeated-items .text-block *{
    font-size: 12px;
  }
  .mobile_hide,
  .star_svg_wrapper{
    display: none !important;
  }
  .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-information__media {
    padding-right: 0 !important;
  }
  
  .product-information__grid .slideshow-controls__dots button:after{
    /* background-color: #787878; */
    height:10px;
    width: 10px;
  }
  /* .product-information__grid .slideshow-controls__dots button[aria-selected="true"]:after{
    background-color: #000;
  } */
  .product .product-information__grid .product_title p {
    font-size: 28px !important;
  }
  .product .product-information__grid .product_short_description{
    font-size: 25px !important;
  }
  .product-information__grid .ol_description_wrapper p {
    font-size: 14px;
  }
  .product-information__grid .ol_description_wrapper p {
    padding: 4px 0 8px;
  }
  .product-information__grid .pro_description p {
    font-size: 13px;
  }
  .trust_icons-wrapper {
    display: flex;
    gap: 15px 18px;
    margin-bottom: 0;
  }
  .trust_icons-wrapper .trust_icon-list {
    width: 22%;
  } 
  .trust_icons-wrapper:after{
    display: none;
  }
  .usp_icons-wrapper .usp_icon-list {
    width: 47%;
  }
  .usp_icons-wrapper .usp_icon-list p {
    font-size: 12px;
  }
  .usp_icons-wrapper {
    padding-left: 0;
  }
  product-recommendations .section-resource-list__content h3{
    font-size: 22px !important;
  }
  product-recommendations .section--page-width{
    row-gap: 18.26px !important;
  }
  .product slideshow-controls[controls-on-media] {
    bottom: 10px !important;
  }
  product-card a[ref="productTitleLink"].contents.user-select-text, product-card product-price, product-card .short_description {
    padding: 0 5px !important;
  }
  product-card .one_line_description {
    padding: 0 5px 2px !important;
  }
  product-card product-price .price_container {
    padding: 0px 5px 3px;
    gap: 8px 8px;
  }
  product-card a[ref="productTitleLink"].contents.user-select-text {
    font-size: 14px;
  }
  product-card .short_description{
    font-size: 12px;
  }
  product-card .one_line_description p { 
    font-size: 12px !important;
  }
  product-card product-price .price_container .compare-at-price {
    font-size: 12px;
  }
  product-card product-price .price_container .price {
    font-size: 14px;
  }
  product-card product-form-component,
  .custom_btn_wrapper,
  .coming_soon,
  .pre_launch{
    padding: 0 0px 8px !important;
  }
  .product-form-buttons .add-to-cart-button,
  .pre_launch .omni_send_btn,
  .coming_soon .coming_soon_btn,
  .custom_btn_wrapper .custom_trigger_btn{
    font-size: 12px !important;
  }
  .main-collection-grid .product-grid{
    padding-left: 15px;
    padding-right: 15px;
  }
  product-card .offer_price_wrapper.pro_card_list {
    top: 5px;
    right: 5px;
    padding: 4px 10px;
    font-size: 10px;
  }
  .collection .testimonial_slider_wrapper .testimonial_wrapper{
    padding: 40px 14px 0 !important;
  }
  .product product-card .one_line_description,
  .product product-card .short_description{
    padding: 0 14px 2px !important;
  }
  .product product-card a[ref="productTitleLink"].contents.user-select-text{
     padding: 0 14px !important;
  }
  .product product-card product-price .price_container{
    padding: 0px 14px 3px;
  }
  .product product-card product-form-component .product-form-buttons .add-to-cart-button {
    max-width: 90%;
    margin: 0 auto;
  }
  .shopify-policy__container{
    padding-top: 30px;
  }
  .shopify-policy__container .shopify-policy__title h1,
  .page h1{
    font-size: 28px !important;
  }
  .shopify-policy__container .shopify-policy__body h3{
    font-size: 18px;
    margin-block: 2rem 0;
  }
  .page rte-formatter h3{
    font-size: 18px;
    margin-block: 2rem 0;
  }
  .shopify-policy__container .shopify-policy__body p{
    font-size: 14px;
  }
  .header__columns .search-action {
    padding-left: 10px;
  }
  .page .h2 h2{
    font-size: 28px;
    line-height: 1.4;
  }
    .user_manual_wrapper .product_title {
    font-size: 30px;
  }
  .user_manual_wrapper .user_manual_inner{
    padding: 25px 20px 0;
    margin-top: 40px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap {
    padding: 0 8px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(2) {
    font-size: 14px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(1) {
    font-size: 12px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap {
    padding-bottom: 18px;
  }
  .user_manual_wrapper .how_to_use_banner img {
    border-radius: 5px;
  }
  .policy-page-container .policy-content .policy-main p:first-child{
    font-size: 18px;
  }
  .pamphlet-header-one .page-des-wrap p,
  .pamphlet-header-one .page-des-wrap ul li,
  .policy-page-container .policy-content .policy-main p{
    font-size: 16px;
  }
  .pamphlet-body-wrap ul#article-titles a,
  .pamphlet-body-wrap .back_to_top,
  .policy-page-container .policy-sidebar .back_to_top, 
  .policy-page-container .policy-sidebar ul#article-titles a {
    font-size: 18px;
   }
  .pamphlet-body-wrap .pamphlet-content-wrap, 
  .policy-page-container .policy-main{
      padding: 20px 18px;
  }
  .policy-footer{
    text-align: center;
  }
  .user_manual_wrapper .product_title {
    font-size: 30px;
  }
  .user_manual_wrapper .user_manual_inner{
    padding: 25px 20px 0;
    margin-top: 40px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap {
    padding: 0 8px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(2) {
    font-size: 14px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(1) {
    font-size: 12px;
  }
  .user_manual_wrapper .product_info_wrap .details_wrap {
    padding-bottom: 18px;
  }
  .user_manual_wrapper .how_to_use_banner img {
    border-radius: 5px;
  }
  .product_list_wrapper .txt-with_arrow {
    padding: 8px 0;
  }
  #app-embed{
    padding: 0 15px;
  }
  .cart-discount__button,
  .cart__checkout-button{
    border: 1px solid var(--brand-bg-clr);
    background: var(--brand-bg-clr);
    color: #fff;
    font-size: 14px;
   }
  .cart-items__empty-button,
  .not_found_page a.button,
  .cart__ctas .cart__checkout-button{
    font-size: 14px;
  }
  .judgme_review {
    top: 5px;
    left: 5px;
    padding: 3px;
  }
  .judgme_review a{
    padding: 3px 8px;
    font-size: 12px;
  }
  .judgme_review a svg{
    width: 12px;
    height: auto;
  }
  .quinn_floating_collapsed {
     height: 115px !important;
     width: 115px !important;
  }
  .omnisend-form-68de8846f7b49c6d6281db59-teaser{
    bottom: 110px !important;
  }
}
@media screen and (max-width: 576px){
   .trust_icons-wrapper {
      display: flex;
      gap: 15px 17px;
   }
  .trust_icons-wrapper .trust_icon-list {
    width: 21%;
  }
  .trust_icons-wrapper .trust_icon-list p{
    font-size: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 370px) {
    .product-form-buttons .add-to-cart-button, 
    .pre_launch .omni_send_btn, 
    .coming_soon .coming_soon_btn,
    .custom_btn_wrapper .custom_trigger_btn {
      font-size: 10px;
      padding: 6px 10px;
    }
}
@media screen and (max-width: 360px){
    header-component .header-logo__image {
      width: 150px;
      max-width: 85px;
      height: auto;
   }
    header .header__row header-actions .wp_wrapper {
      padding-right: 10px;
    }
    .product-information__grid .price_container .offer_price_wrapper {
      margin-left: 18px;
      font-size: 10px;
    }
    .trust_icons-wrapper .trust_icon-list {
      width: 20%;
    }
    .usp_icons-wrapper {
      gap: 15px 10px;
    }
    product-card product-price .price_container .compare-at-price {
      font-size: 10px;
    }
    product-card product-price .price_container .price{
      font-size: 12px;
    }
    product-card product-price .price_container {
      gap: 5px;
    }
    .user_manual_wrapper .user_manual_inner {
      padding: 25px 10px 0;
      margin-top: 40px;
    }
    .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(2) {
      font-size: 13px;
    }
    .user_manual_wrapper .product_info_wrap .details_wrap .box_wrap span:nth-child(1) {
      font-size: 10px;
    }

}
