/** Shopify CDN: Minification failed

Line 2511:0 Unexpected "}"

**/
/*** Custom style  ****/
body p{
  margin:0;
}
body img{
    display:block;
}
.button {
    background: #F27B26;
    border-radius: 10px;
    display: inline-block;
    padding: 14px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    width: 160px;
    text-transform: uppercase;
}
.cust_hd, h2#scrolling-logo-cloud{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color:#000;
    margin-bottom:30px;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
.desc{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
}
.sub_hd {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    margin-bottom: 6px;
}
.heading_block_hd_wrap {
    position: relative;
}
.heading_block_hd_wrap:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 0;
    bottom: -10px;
    left: 50%;
    border-bottom: 4px solid #F27B26;
    transform: translateX(-50%);
}
/** custom Banner css**/
.Custom_banner {
    position: relative;
    overflow: hidden;
}
.Custom_banner_sub_hd {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #fff;
}
.Custom_banner_hd {
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.Custom_banner_wrapper {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
}
.Custom_banner_bg_img .only_mobile {
    display: none;
}
.Custom_banner_slider_block {
    position: relative;
}
.Custom_banner_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.Custom_banner_content_wrap {
    max-width: 50%;
}
.Custom_banner_btn_Wrap {
    margin-top: 50px;
}
.Custom_banner_title {
    font-weight: 500;
    font-size: 27px;
    line-height: 1.2;
    color: #F37B26;
    margin-bottom: 10px;
    margin-top: 52px;
}
.Custom_banner_sub_title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 8px;
}
.Custom_banner_offer_text {
    font-weight: 600;
    font-size: 75px;
    line-height: 1.2;
    color: #fff;
}
.Custom_banner_other_info {
    margin-left: 8rem;
    max-width: 40%;
    text-align: center;
}
.Custom_banner_btn_Wrap.btn_center {
    margin-left: 11.5rem;
}
.Custom_banner_bg_img .only_mobile {
    display: none;
}
.Custom_banner_img_wrapper {
    margin-bottom: -8px;
}
/*** Custom Logo css****/
.Custom_logo_block_Wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    gap: 20px;
}
.Custom_logo_block {
    background: #F37B2680;
}
/*** Custom Richtext *****/
.Custom_richtext {
    background: #202F42;
    padding: 40px;
}
.Custom_richtext_Wrapper {
    max-width: 600px;
    margin: auto;
}
.Custom_richtext_Wrapper .cust_hd {
    color: #fff;
}
/*** Custom Collection css ***/
.Custom_collection {
    margin: 70px 0;
}
.Custom_collection_block {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}
.collection_prod_img img {
    border-radius: 17px 17px 0px 0px;
}
.collection_prod_name {
    background: #F27B26;
    padding: 24px 12px;
    text-align: center;
    border-radius: 0 0 17px 17px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}
/***Overlay Text css***/
.overlay_text_img_wrap .only_mobile {
    display: none;
}
.overlay_text_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    left:0;
}
.overlay_text {
    position: relative;
    margin:70px 0;
}
.overlay_text_block .left_col {
    max-width: 600px;
    margin: auto;
}
.overlay_text_desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding:0 10px;
}
/*** Accordion css ****/
.Custom_accordion .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 25px 44px 25px 0;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
}
.Custom_accordion .accordion-container .accordion-title::after {
  content: "\f107"; 
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  color: #000;
  transition: transform 0.3s ease;
}
.accordion-content {
  display: none;
  transition: all 0.3s ease;
}
.accordion_item.active .accordion-content {
  display: block;
}
.accordion_item.active .accordion-title::after {
  transform: rotate(180deg);
}
.Custom_accordion .accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.Custom_accordion .accordion-container {
  width: 90%;
  margin: 0 auto;
}
.Custom_accordion_inner .accordion_item {
    border-bottom: 1px solid #D9D9D9;
}
.Custom_accordion_inner .accordion_item:nth-child(1) {
    border-top: 1px solid #D9D9D9;
}
.Custom_accordion_inner .accordion-content {
    padding-bottom: 20px;
}
.Custom_accordion_inner .accordion-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000;
}
.Custom_accordion_right_col {
    margin-top: 50px;
}
.Custom_accordion {
    margin: 70px 0;
}
.Custom_accordion_inner {
    max-width: 910px;
    margin: auto;
}
/*** Custom class Founder Block ***/
.overlay_text_block.Founder_bg {
    color: #fff;
}
.overlay_text_block.Founder_bg .sub_hd, .overlay_text_block.Founder_bg .cust_hd {
    color: #fff;
}
.overlay_text_block.Founder_bg .left_col {
    margin-top: 30px;
    max-width: 600px;   
}
.overlay_text_block.Founder_bg .overlay_text_block .left_col {
    max-width: 600px;
    margin: auto;
}
/*** Reviews block css ***/
.Reviews_block_col .profile_info_Wrap {
    display: flex;
    gap: 14px;
    align-items: center;
}
.Reviews_block_col .desc {
    color: #000;
    text-align: left;
    margin-top: 20px;
    font-weight: 400;
}
.Reviews_block {
    margin: 70px 0;
}
.Reviews_block_wrapper {
    margin-top: 50px;
}
.profile_info_Wrap .author_img img {
    border-radius: 50%;
}
.Reviews_block_col {
    box-shadow: 0px 0px 4px 0px #00000040;
    max-width: 94%;
    border-radius: 12px;
    padding: 40px 25px;
    margin: 10px;
}
.Reviews_block .slick-dots li button:before {
    font-size: 14px;
    opacity: .5;
    color: #F37B2633;
}
.Reviews_block .slick-dots li.slick-active button:before {
    color: #F37B26;
}
/*** Insta Feed css *****/
.Insta_feed_inner_wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.Insta_feed_img_Wrap img {
    border-radius: 12px;
}
.Insta_feed {
    margin: 35px 0;
}
/*** Custom newsletter css  ***/
.Custom_newsletter_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    max-width: 1150px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.Custom_newsletter_desc.desc {
    color: #133644;
    text-align: left;
    font-weight: 400;
}
.Custom_newsletter_hd.cust_hd {
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #133644;
}
.Custom_newsletter {
    position: relative;
}
.Custom_newsletter_Wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.Custom_newsletter_Wrapper #newsletter-form-submit- {
    background: #F27B26;
    border-radius: 0 6px 6px 0;
}
.Custom_newsletter_input .newsletter__input-group {
    max-width: 100%;
    /* border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F27B26; */
}
.Custom_newsletter_input .newsletter__input-group input {
    border-radius: 6px 0 0 6px!important;
    border: 1px solid #f27b26;
}
.Custom_newsletter_input .newsletter__input-group input::placeholder {
    color: #133644;
}
.Custom_newsletter_input input::placeholder {
    font-size: 14px;
    color: #8080807a;
}
.Custom_newsletter_input span.form__submit--large {
    letter-spacing: 1px;
}
/* .Custom_newsletter_input input:focus {
    border: none;
} */
/** Custom Blog css ****/
.Custom_blog_Wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 80%;
    margin: 50px auto 0;
}
.Custom_blog_block {
    padding: 10px 20px;
}
/* .Custom_blog_post_date */
.grid__item.small--two-thirds .article__date {
    padding-left: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    margin: 15px 0;
    position:relative;
}
.grid__item.small--two-thirds .article__date:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #F27B26;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.Custom_blog_img img {
    border-radius: 20px;
}
.Custom_blog {
    margin: 70px 0;
}
/**  Custom Video section css *****/
.custom-video-section .video-player {
    display: none; /* Initially hidden */
    width:100%;
    /* border-radius: 40px; */
  }
.custom-video-section button {
    transition: opacity 0.3s;
    z-index: 10; /* Ensure buttons are always on top of the video */
   position: absolute; 
  }
.custom-video-section .play-button, .custom-video-section .pause-button, .custom-video-section .mute-button{
  bottom: 3%; 
  left: 2%; 
  background: transparent; 
  border: none; 
  cursor: pointer;
}
.custom-video-section .pause-button{
  display: none;
}
.custom-video-section .mute-button{
  right: 2%; 
}
.custom-video-section .video-wrapper button svg,.custom-video-section .video-wrapper button img{
  width:35px;
  height:35px
}
.custom_video_sec_hd_Wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-video-section .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 42%;
    border-radius: 20px;
    cursor:pointer;
}
.custom-video-section .video-poster {
    display: block;
    width: 100%;
    height: 100% !important;
}
.video-section__media {
  --ratio-percent: 56.25%;
  position: relative;
  padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
}
.scroll-trigger:where(.gradient.video-section__media) {
  background: transparent;
}
.video-section__media.global-media-settings--full-width {
  padding-bottom: var(--ratio-percent);
}
.video-section__media video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
}
.video-section__media.media-fit-cover video {
  object-fit: cover;
  border-radius:40px;
}
.custom_video_sec {
    padding: 40px 0 20px;
}
.custom-video-section .play-button {
    background: #F37B26 !important;
    height: 40px;
    padding: 3px 10px;
    border-radius: 10px;
}
.custom-video-section .play-button svg {
    padding: 4px;
}
/*##### Product Arrow Point   #####**/
.Product_listpoints_arrow_img img {
    max-width: 120px;
}
.Product_listpoints_block {
    position: relative;
}
.Product_listpoints_block .list_text a {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}
.dot_wrap {
  /* cursor: pointer; */
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  background-color: #F37B26;
  animation: pulse 1.5s infinite;
  opacity: 1; /* Make sure it's visible */
  display: flex;
  justify-content: center;
  align-items: center;
}
.Product_listpoints_block .prod_pos {
    position: absolute;
}
.Product_listpoints_inner_wrap_1 {
    top: 262px;
    left: 170px;
}
.Product_listpoints_inner_wrap_1 .list_text a {
    position: absolute;
    width: 180px;
    left: -54px;
    top: -46px;
}
.Product_listpoints_inner_wrap_2 {
    bottom: 86px;
    left: 23.5%;
    display: flex;
    align-items: self-end;
    gap: 30px;
}
.Product_listpoints_inner_wrap_2 .Product_listpoints_arrow_img img {
    max-width: 173px;
}
.Product_listpoints_inner_wrap_2 .dot_wrap {
    left: 173px;
    top: 60px;
}
.Product_listpoints_inner_wrap_2 .list_text {
    position: relative;
    top: 11px;
}
.Product_listpoints_inner_wrap_3 img {
    max-width: 60px;
}
.Product_listpoints_inner_wrap_3 {
    top: 74px;
    left: 54%;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 30px;
}
.Product_listpoints_inner_wrap_3 .dot_wrap {
    left: 68px;
}
.Product_listpoints_inner_wrap_3 .list_text {
    position: relative;
    top: -14px;
}
.Product_listpoints_inner_wrap_4 {
    left: 54%;
    bottom: 48px;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    align-items: baseline;
}
.Product_listpoints_inner_wrap_4 img {
    max-width: 100px;
}
.Product_listpoints_inner_wrap_4 .dot_wrap {
    left: 110px;
    top: 76px;
}
.Product_listpoints_inner_wrap_5 {
    top: 130px;
    right: 18px;
    word-break: break-all;
}
.Product_listpoints_inner_wrap_5 .list_text {
    position: relative;
    left: 0;
    word-break: break-all;
    max-width: 330px;
}
.Product_listpoints_inner_wrap_5 .dot_wrap {
    left: 161px;
    top: 44px;
}
.Product_listpoints_inner_wrap_5 .Product_listpoints_arrow_img {
    position: relative;
    left: 63px;
    max-width: 100px;
}
.Product_listpoints_inner_wrap_6 {
    right: 99px;
    bottom: 170px;
    max-width: 330px;
}
.Product_listpoints_inner_wrap_6 .dot_wrap {
    left: 90px;
    top: 44px;
}
.Product_listpoints {
    margin: 35px 0;
}
.Product_listpoints_img_wrap .only_mobile {
    display: none;
}  
/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
/***  Custom Image text css ***/
.Custom_img_text {
    position: relative;
    margin: 70px 0;
}
.Custom_img_text_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Custom_img_text_wrapper .page-width, .Custom_img_text_wrapper .Custom_img_text_block{
    height: 100%;
}
/* .Custom_img_text_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
} */
.Custom_img_text_img_wrap {
    position: absolute;
    top: 0;
    width: 40vw;
    right: 0;
    transform: translateY(-13%);
}
.Custom_img_text_left_col {
    /* position: relative; */
    max-width: 600px;
    /* top: 30%; */
    text-align: center;
} 
.Custom_img_text_wrapper .Custom_img_text_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Custom_img_text_left_col .cust_hd, .Custom_img_text_left_col .sub_hd{
    color:#fff;
}
.Custom_img_text_desc_wrap.desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.Custom_img_text_img_block .only_mobile {
    display: none;
}
/**** Banner 2 css  ****/
.Custom_banner_2_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.Custom_banner_2 {
    position: relative;
}
.Custom_banner_2_hd_wrap {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.Custom_banner_2_desc_wrap {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.Custom_banner_2_block {
    max-width: 560px;
    margin:auto;
}
.Custom_banner_2_bg_img .only_mobile {
    display: none;
}
/*** Icon with text css ****/
.Icon_with_text_wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    height: 100%;
    gap: 60px;
    margin: 40px 0;
}
.Icon_with_text_desc_Wrap .desc {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}
.Icon_with_text_block {
    text-align: center;
    padding-bottom: 20px;
    position:relative;
}
.Icon_with_text_icon_wrap img {
    margin: auto;
    padding-bottom: 30px;
}
.Icon_with_text_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.Icon_with_text_block:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 4px;
    background: #F27B26;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.quick-product__btn.custom_quick_btn {
    opacity: 1!important;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    cursor: pointer;
    background: #f27b26;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    min-height:37px;
}
.grid-product__image-mask {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #f27b26;
}
a.article__grid-image, .article__grid-image img {
    border-radius: 20px;
    overflow: hidden;
}
a.article__title.Custom_blog_sub_title {
    font-size: 16px;
    line-height: normal;
}
.text_wrapper_footer .collapsible-content__inner p a, .text_wrapper_footer em {
    color: #f27b26;
    font-style: normal;
    border-bottom: none;
}
.text_wrapper_footer .collapsible-content__inner p a:after{
    content: unset;
}
.text_wrapper_footer .collapsible-content__inner p a {
    margin-bottom: 10px;
    display: inline-block;
}
ul.inline-list.payment-icons.footer__section {
    text-align: center;
    border-top: 1px solid #ffffff69;
    margin-top: 20px;
    padding-top: 25px;
}
.policies_outer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}
a.footer_policies_link {
    font-weight: 300;
    font-size: 14px;
    position: relative;
}
a.footer_policies_link:before {
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #f27b26;
    display: inline-block;
    margin: 0 8px 0 6px;
    transform: translateY(-1px);
}
a.footer_policies_link:nth-child(1):before {
    content: unset;
}
.footer__title {
    font-size: 16px;
    letter-spacing: 0;
}
.footer__logo .logo_social_footer_wrapper a {
    height: auto;
}
.logo_social_footer_wrapper ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo_social_footer_wrapper {
    margin-top: 30px;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ffffff69;
    padding-top: 20px;
}
/* .grid-product__title.grid-product__title--heading {
    height: 32px;
} */
.grid-product__price {
    font-size: 18px;
    color: #f27b26;
    font-weight: bold;
    margin-top: 8px;
}
.pagination a {
    color: #f27b26;
}
.pagination .page.current {
    border: 1px solid #f27b26;
    opacity: 1;
    color: #f27b26;
    border-radius: 6px;
}
.pagination .next, .pagination .prev{
  display: none;
}
.heading_block.collectionPage_heading_block {
    margin: 20px 0 60px 0;
}
/**  Custom bags styles ****/
.Custom_bags_block {
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 70%;
    margin: auto;
}
.Custom_bags {
    margin: 70px 0;
}
/*** Image and text 2   **/
.Custom_text_img_2_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}
section.Custom_text_img_2 {
    margin: 70px 0;
}
.Custom_text_img_2_desc_wrap.desc {
    color: #000;
    text-align: left;
    display: grid;
    gap: 20px;
    font-weight: 500;
    margin-top: 40px;
}
.Custom_text_img_2_desc_wrap.desc strong {
    color: #F27B26;
}
.Custom_text_img_2_left_col .mobile_img {
    display: none;
}
.Custom_text_img_2_wrapper.img_pos .Custom_text_img_2_left_col {
    order: 2;
}
section.Custom_text_img_2.bg_image {
    background: url(/cdn/shop/files/Icons_Graphics_Desktop_BG.png?v=1747221721);
    padding: 70px 0 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* height:480px */
}
.Custom_text_img_2.bg_image .Custom_text_img_2_desc_wrap.desc {
    color: #fff;
}
.Custom_text_img_2.bg_image .Custom_text_img_2_right_col img {
    max-width: 440px;
    height: 100%;
    margin-top: 48px;
}
/*** store location css  ***/
.Store_location_block_inner {
    padding:10px;
    text-align: center;
}
.Store_location_block {
    margin: 70px 0;
}
.Store_location_block_img_wrap img {
    border-radius: 20px;
}
.store_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    margin: 6px 0;
}
.store_adrs {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
.direction_link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-top: 14px;
    color: #F27B26;
    display: block;
}
.store_nmbr {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 6px;
}
.Store_location_content_block {
    padding: 12px;
    position:relative;
}
.Store_location_content_block:before {
    position: absolute;
    content: "";
    background: #F27B26;
    width: 110px;
    height: 3px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.store_nmbr a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
/*** Custom Contact****/
.Custom_contact_block {
    display: grid;
    grid-template-columns: 460px 1fr;
    margin-top:40px;
}
.Custom_contact_right_col .grid__item.full-width {
    padding-left: 0;
}
.Custom_contact_contant_wrap {
    max-width: 370px;
    margin: auto;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 20px;
    padding: 20px 40px;
}   
.Custom_contact_block .sm_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #F37B26;
    margin-bottom:20px;
}
.email_wrap a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.loc_content_wrap{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2; 
}
.loc_wrap {
    display: flex;
    gap: 10px;
}
.loc_wrapper {
    margin-top: 40px;
}
.submit_btn_wrap button {
    width: 100% !important;
    background: #F37B26 !important;
    border-radius: 10px !important;
}
.Custom_form_inner {
    background: #202F42;
    padding: 40px;
    border-radius: 20px;
}
section.Custom_contact {
    margin: 70px 0;
}
.Custom_form_inner input, .Custom_form_inner textarea {
    background: #fff;
    border-radius: 10px;
    min-height:43px;
}
.Custom_contact_wrapper {
    max-width: 1020px;
    margin: auto;
}
.Custom_contact_wrapper .sub_hd {
    text-transform: uppercase;
}
span.product__price {
    color: #F37B26;
    font-size: 24px;
    font-weight: 600;
}
.custom_atc_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.atc_main_wrapper {
    width: 100%;
}
.custom_prod_price_wrapper_ {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.product__policies.rte {
    transform: translateY(-4px);
}
.custom_atc_wrapper .js-qty__wrapper {
    max-width: 150px;
}
.quan_wrapper button{
    color: #F37B26;
    fill: #F37B26;
}
.custom_atc_wrapper .js-qty__num {
    height: 50px;
    border-color: #f37b26;
    color: #f37b26;
    border-radius: 8px;
}
.atc_main_wrapper .add-to-cart.btn--secondary {
    border-radius: 8px;
}
.product-single__meta .collapsible-trigger-btn--borders {
    border: none;
}
.product-single__meta .collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner{
    border: none;
}
.product-single__meta .collapsible-trigger__icon .icon {
    color: #f37b26;
}
.wholesale_register_form .contact__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wholesale_register_form {
    display: grid;
    gap: 10px;
}
.wholesale_register_form input {
    border-radius: 10px;
    min-height:43px;
}
.success_detail_wrapper {
    text-align: center;
    margin: 20px 0 20px 0;
}
.wholesale_register_form h2 {
    margin: 30px 0 40px 0;
}
a.already_wholesale {
    margin-left: 10px;
}
form#contact-WholeSale-Login{
  display: grid;
  gap: 10px;
}
form input{
  border-radius: 10px;
}
.wholesale_submit_btn_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.wholesale_quan_inner_block {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    border: 1px solid #00000026;
    border-radius: 4px;
}
.wholesale_block_var_table_row {
    display: grid;
    grid-template-columns: auto 1fr 100px 80px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #00000026;
    padding: 10px;
}
.wholesale_block_var_table_row:last-child {
    border-bottom: none;
}
.wholesale_block_var_table {
    border: 1px solid #00000026;
    display: grid;
    border-radius: 10px;
    /* gap: 20px;
    padding: 10px; */
}
.wholesale_block_var_price {
    text-align: right;
}
.quan_decrement_, .quan_increment_, .quan_main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quan_decrement_, .quan_increment_ {
    cursor: pointer;
}
.atc_custom_wholesale:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.wholesale_block_atc_btn_wrapper {
    margin-top: 30px;
}
.btn_price__ {
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    margin-top: 10px;
}
.quan_limit {
    font-size: 14px;
}
.total_price__ {
    font-size: 20px;
    font-weight: 700;
    color: #f27b26;
}
button.atc_custom_wholesale.button {
    width: 100%;
}
.drawer .cart__remove{
  display: block;
}
div#clear-cart-btn {
    font-size: 12px;
    background: transparent;
    color: #000;
    padding: 0;
    width: auto;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
}
.popup-content button {
    font-size: 14px;
    margin-top: 20px;
}
.drawer__footer .clear_btn_wrapper {
    text-align: center;
}
.drawer__footer .clear_btn_wrapper div#clear-cart-btn {
    margin-top: 14px;
}

/***  21.04 *****/
.collection-filter {
    flex-direction: row-reverse;
}
.collection-filter__item--count {
    text-align: end !important;
}
[data-center-text=center] .grid-product__meta {
    text-align: left;
}
.add-to-cart.btn--secondary {
    border: 1px solid;
    border-color: #f37b26;
    color: #f37b26;
}
[data-center-text=center] .collapsible-trigger-btn {
    text-align: left;
}
.announcement-text {
    font-size: 12px;
}
.article__grid-meta {
  text-align: left;
}
.article__title {
  font-size: 16px;
}
[data-center-text=center] .social-sharing,
[data-center-text=center] .article__grid-meta {
    text-align: left;
}
.article .article__date,
.article h1.section-header__title {
    text-align: left;
}
.wholesale_register_form .contact-form {
    display: grid;
    gap: 10px;
}
.mobile-nav__child-item:last-child .mobile-nav__link.mobile-nav__link--top-level {
    font-size: 14px;
}
.mobile-nav__link svg.icon.icon-user {
    display: none;
}
/** main product page ***/
.custom_color_wrapper {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 25px 0;
}
.color_block_main img {
    max-width:50px;
    border: 1px solid #202f424d;
    border-radius:50px;
    aspect-ratio:1;
}
.color_block_main img:hover {
    border: 2px solid #f37b26;
}
.color_block_wrapper.active .color_block_main img {
    border: 2px solid #f37b26;
}


h2#scrolling-logo-cloud {
    position: relative;
}
h2#scrolling-logo-cloud:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 0;
    bottom: -10px;
    left: 50%;
    border-bottom: 4px solid #F27B26;
    transform: translate(-50%);
}













/* RESPONSIVE CSS ########### */
@media only screen and (min-width:1920px){
/* .Custom_img_text_left_col {
    top: 50%;
} */
}
  
@media only screen and (max-width:1399px){
.Custom_banner_hd {
    font-size: 36px;
}
.Custom_banner_btn_Wrap.btn_center {
    margin-left: 11rem;
} 
.overlay_text_desc {
    font-size: 20px;
}  
.Product_listpoints_inner_wrap_2 {
    bottom: 72px;
    left: 22.5%;
}  
.Product_listpoints_inner_wrap_1 {
    left: 156px;
} 
.Product_listpoints_block .list_text a {
    font-size: 22px;
}
.Product_listpoints_inner_wrap_3 {
    top: 66px;
} 
.Custom_img_text_desc_wrap.desc {
    font-size: 20px;
}  
}
@media only screen and (max-width:1299px){
.Product_listpoints_block .prod_pos {
    transform: scale(.85);
} 
.Product_listpoints_inner_wrap_1 {
    left: 138px;
}
.Product_listpoints_inner_wrap_3 {
    left: 53%;
}  
.Product_listpoints_inner_wrap_4 {
    bottom: 37px;
}
.Product_listpoints_inner_wrap_2 {
    bottom: 65px;
    left: 21.5%;
}  
}
@media only screen and (max-width:1199px){
.Custom_banner_hd {
    font-size: 30px;
}
.Custom_banner_title {
    font-size: 22px;
}
.Custom_banner_offer_text {
    font-size: 60px;
}  
.Custom_banner_btn_Wrap.btn_center {
    margin-left: 9rem;
} 
.Custom_banner_desc {
    font-size: 16px;
}
.cust_hd, h2#scrolling-logo-cloud {
    font-size: 30px;
}
.collection_prod_name {
    padding: 18px 12px;
    font-size: 16px;
}
.overlay_text_desc {
    font-size: 18px;
}
.Custom_accordion .accordion-container .accordion-title {
    font-size: 18px;
} 
.Custom_blog_Wrapper {
    max-width: 100%;
}
.Product_listpoints_block .prod_pos {
    transform: scale(.65);
}
.Product_listpoints_inner_wrap_1 {
    left: 11.5%;
    top: 172px;
} 
.Product_listpoints_inner_wrap_2 {
    left: 23.5%;
    bottom: 44px;
} 
.Product_listpoints_inner_wrap_3 {
    left: 51%;
    top: 58px;
}  
.Product_listpoints_inner_wrap_4 {
    left: 50%;
    bottom: 28px;
} 
.Product_listpoints_inner_wrap_6 {
    right: 60px;
    bottom: 150px;
}
.Product_listpoints_inner_wrap_5 {
    top: 96px;
    right: 22px;
}
/* .Custom_img_text_left_col {
    max-width: 100%;
    top: 10%;
} */
.Icon_with_text_wrapper {
    gap: 20px;
}  
.Icon_with_text_title {
    font-size: 16px;
} 
.Icon_with_text_desc_Wrap .desc {
    font-size: 14px;
}  
.Custom_banner_2_hd_wrap {
    font-size: 42px;
}    
}
@media only screen and (max-width:1099px){
    .Product_listpoints_inner_wrap_2 {
    left: 19.5%;
    bottom: 44px;
}
.Product_listpoints_inner_wrap_5 {
    top: 76px;
    right: 0px;
}
.Product_listpoints_inner_wrap_6 {
    right: 50px;
    bottom: 120px;
}
.Product_listpoints_inner_wrap_3 {
    left: 50%;
    top: 43px;
} 
.Custom_text_img_2_right_col img {
    max-width: 390px;
    margin-top: 0;
} 
.store_name {
    font-size: 14px;
} 
.Custom_text_img_2.bg_image .Custom_text_img_2_block{
      gap: 70px;
}  
}
@media only screen and (max-width:990px){
.Custom_banner_other_info {
    margin-left: 4rem;
    max-width: 54%;
}
.Custom_banner_hd {
    font-size: 26px;
} 
.Custom_banner_btn_Wrap {
    margin-top: 30px;
}  
.Custom_banner_btn_Wrap.btn_center {
    margin-left: 6rem;
}
.Custom_banner_title {
    font-size: 16px;
    margin-top: 22px;
} 
.Custom_banner_sub_title {
    font-size: 13px;
}  
.Custom_banner_offer_text {
    font-size: 42px;
}  
.Custom_banner_content_wrap {
    max-width: 52%;
} 
.Custom_richtext {
    padding: 40px 20px;
}
.Custom_richtext_Wrapper {
    max-width: 100%;
}
.Custom_collection_block {
    gap: 12px;
} 
.collection_prod_name {
    font-size: 14px;
}
.overlay_text_img_wrap .only_desktop {
    height: 310px;
    object-fit: cover;
}  
.overlay_text_desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
} 
.Custom_accordion_inner .accordion-content {
    font-size: 14px;
} 
.Custom_newsletter_block {
    gap: 20px;
}  
.Custom_newsletter_bg_img_Wrap img {
    height: 230px;
    object-fit: cover;
} 
.Custom_blog_block {
    padding: 10px 10px;
} 
.Product_listpoints_inner_wrap_1 {
    left: 7.5%;
    top: 132px;
} 
.Product_listpoints_inner_wrap_2 {
    left: 11.5%;
    bottom: 24px;
}
.Product_listpoints_inner_wrap_3 {
    left: 48.2%;
    top: 23px;
} 
.Product_listpoints_inner_wrap_4 {
    left: 47%;
    bottom: 3px;
} 
.Product_listpoints_inner_wrap_6 {
    right: 0px;
    bottom: 83px;
}
.Product_listpoints_inner_wrap_5 {
    top: 32px;
    right: 0px;
    max-width: 150px;
} 
.Custom_img_text_desc_wrap.desc {
    font-size: 14px;
}  
.Custom_img_text_block {
    gap: 0;
} 
.Custom_banner_2_hd_wrap {
    font-size: 34px;
}  
.Icon_with_text_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: 100%;
    gap: 60px;
    margin: 40px 0;
}
.Product_listpoints_inner_wrap_5 .Product_listpoints_arrow_img {
    position: relative;
    left: -8px;
}  
.Product_listpoints_inner_wrap_5 .dot_wrap {
    left: 91px;
    top: 76px;
}  
.Custom_text_img_2_block {
    gap: 20px;
} 
.Custom_contact_block {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}  
.Custom_contact_block .sm_text {
    font-size: 14px;
}  
.email_wrap a {
    font-size: 14px;
}  
.loc_content_wrap {
    font-size: 14px;
}
  .Custom_img_text_left_col {
    max-width: 400px;
}
  
}
@media only screen and (max-width:767px){
.Custom_banner_bg_img .only_mobile {
    display: block;
    border-radius:0;
} 
.Custom_banner_bg_img .only_desktop {
    display: none;
} 
.Custom_banner_wrapper {
    top: 31%;
}  
.Custom_banner_content_wrap {
    max-width: 100%;
    text-align: center;
} 
.Custom_banner_other_info {
    margin-left: 0;
    max-width: 100%;
}  
.Custom_banner_btn_Wrap.btn_center {
    margin-left: 0;
} 
.Custom_banner_hd {
    font-size: 36px;
}
.cust_hd {
    font-size: 26px;
    margin-bottom: 14px;
}
.desc {
    font-size: 14px;
}
.Custom_collection_block {
    grid-template-columns: repeat(2,1fr);
}  
.sub_hd {
    font-size: 14px;
}  
.overlay_text_img_wrap .only_desktop {
    display: none;
}
.overlay_text_img_wrap .only_mobile {
    display: block;
}
.overlay_text_block {
    grid-template-columns: 1fr;
    top: 23%;
    padding: 8px 20px;
} 
.overlay_text_desc {
    margin-top: 30px;
} 
.Custom_accordion .accordion-container .accordion-title {
    padding: 25px 25px 25px 0;
}  
.Custom_accordion .accordion-container .accordion-title:after {
    right: 0;
}  
.Custom_accordion {
    margin: 50px 0;
}  
.overlay_text_desc, .Custom_accordion .accordion-container .accordion-title {
    font-size: 14px;
}  
.Insta_feed_inner_wrap {
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}  
.Custom_newsletter_block {
    grid-template-columns: 1fr;
    padding: 20px;
}  
.Custom_newsletter_hd.cust_hd {
    margin-bottom: 10px;
} 
.Custom_blog_block {
    padding: 0 10px;
}
.custom-video-section .video-wrapper {
    padding-bottom: 56%;
}  
.custom_video_sec_hd_Wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom:30px;
}
.Custom_logo_block_Wrapper {
    gap: 0px;
}  
.button {
    padding: 12px;
    font-size: 12px;
    width: 140px;
    border-radius: 6px;
}  
.Custom_img_text_img_block .only_mobile {
    display: block;
}  
.Custom_img_text_img_block .only_desktop {
    display: none;
} 
.Custom_img_text_img_wrap {
    display:none;
}  
.Custom_img_text_block {
    grid-template-columns: 1fr;
} 
/* .Custom_img_text_left_col {
    top: 24%;
}  */
.Custom_banner_2_bg_img .only_mobile {
    display: block;
}  
.Custom_banner_2_bg_img .only_desktop {
    display: none;
}  
.Custom_banner_2_wrapper {
    top: 42%;
    width:100%;
}  
.Custom_banner_2_hd_wrap {
    font-size: 28px;
}
.Custom_banner_2_desc_wrap {
    font-size: 18px;
}
.Product_listpoints_img_wrap .only_desktop {
    display: none;
}
.Product_listpoints_img_wrap .only_mobile {
    display: block;
} 
    .Product_listpoints_inner_wrap_1 {
    left: 8.5%;
    top: 70px;
}  
.Product_listpoints_inner_wrap_1 .Product_listpoints_arrow_img {
    max-width: 100px;
    position: relative;
    left: -30px;
} 
.Product_listpoints_inner_wrap_1 .dot_wrap {
    left: -25px;
} 
.Product_listpoints_inner_wrap_3 .list_text {
    position: relative;
    top: 341px;
    left: -334px;
    text-align: center;
}  
.Product_listpoints_inner_wrap_3 .Product_listpoints_arrow_img img {
    position: relative;
    left: -199px;
    top: 397px;
    transform: rotate(240deg);
    max-width: 103px;
}  
.Product_listpoints_inner_wrap_3 .dot_wrap {
    left: -200px;
    top: 408px;
}  
.dot_wrap {
    width: 16px;
    height: 16px;
}  
.Product_listpoints_block .list_text a {
    font-size: 20px;
}
.Product_listpoints_inner_wrap_5 {
    top: 217px;
    right: -20px;
    max-width: 134px;
}
.Product_listpoints_inner_wrap_5 .Product_listpoints_arrow_img {
    left: 15px;
    max-width: 80px;
}
.Product_listpoints_inner_wrap_2 {
    bottom: 340px;
    left: 37.5%;
    display: unset;
}
  
.Product_listpoints_inner_wrap_2 .Product_listpoints_arrow_img img {
    max-width: 133px;
    transform: rotate(-92deg);
    left: 116px;
    position: relative;
    top: 10px;
} 
.Product_listpoints_inner_wrap_2 .list_text {
    position: relative;
    top: 130px;
    left: 164px;
    max-width: 110px;
    text-align: center;
}  
.Product_listpoints_inner_wrap_2 .dot_wrap {
    left: 208px;
    top: 126px;
}  
.Product_listpoints_inner_wrap_4 {
    left: 18%;
    bottom: 3px;
} 
.Product_listpoints_inner_wrap_6 {
    right: 0px;
    bottom: 65px;
    max-width: 100px;
    text-align: center;
}  
.Product_listpoints_inner_wrap_6 .Product_listpoints_arrow_img {
    position: relative;
    left: -32px;
    top: -6px;
} 
.Product_listpoints_inner_wrap_6 .dot_wrap {
    left: 45px;
    top: 65px;
}
.Product_listpoints_img_wrap {
    margin-top: 30px;
}  
  a.article__grid-image, .article__grid-image img, .custom-video-section .video-wrapper {
    border-radius: 10px;
}
  .collection_prod_name {
    border-radius: 0 0 10px 10px;
}
  .collection_prod_img img {
    border-radius: 10px 10px 0 0;
}
.Custom_bags_block .collection_prod_name {
    padding: 18px 6px;
}
.Custom_bags_block {
    gap: 10px;
    max-width: 100%;
    margin: 30px auto 0;
}
.Custom_text_img_2_block {
    grid-template-columns: 1fr;
}  
section.Custom_text_img_2 {
    margin: 40px 0;
}  
.Custom_text_img_2_right_col {
    display: none;
}  
.Custom_text_img_2_left_col .mobile_img {
    display: block;
    margin-top: 30px;
} 
.Custom_text_img_2_desc_wrap.desc {
    margin-top: 20px;
}  
.Custom_text_img_2.bg_image .Custom_text_img_2_left_col .mobile_img {
   margin-top: 70px;
}
.Store_location_block {
    margin: 40px 0;
}
.Custom_contact_block {
    grid-template-columns: 1fr;
    gap: 20px;
} 
.Custom_form_inner {
    padding: 20px;
} 
section.Custom_contact {
    margin: 40px 0;
}  
.custom_prod_price_wrapper_ {
    justify-content: center;
}
  #contact-WholeSale-Login .grid.grid--small {
    display: grid;
    gap: 10px;
}
  #contact-WholeSale-Login .grid.grid--small:after {
    content: unset;
}

  .Custom_img_text_wrapper .Custom_img_text_block {
    align-items: flex-start;
    padding-top: 70px;
    justify-content: center;
}
.header-layout.header-layout--left-center {
    position: relative;
    padding: 22px 0;
}
h1.site-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
button.site-nav__link.site-nav__link--icon {
  position: absolute;
  left: 0;
}
.header-item.header-item--logo {
  order: 2;
}
.header-item.header-item--icons {
  order: 3;
}  
/** 21.04  **/
[data-center-text=center] .footer__title {
        text-align: left;
    }
.footer__logo {
    text-align: left;
}
.wholesale_register_form .contact-form .grid.grid--small {
    display: grid;
    gap: 10px;
}
.footer__collapsible ul li {
    text-align: left;
}
.announcement-text {
    font-size: 10.8px;
}
}

@media screen and (max-width: 580px){
  /* .article__date.Custom_blog_post_date {
      margin-bottom: 6px;
  } */
  .grid__item.small--two-thirds .article__date {
    margin: 8px 0;
}
  .overlay_text {
    margin: 20px 0;
}
  .Custom_img_text_left_col {
    max-width: 100%;
}
  .Custom_img_text_wrapper .Custom_img_text_block {
    padding-top: 40px;
}
  .wholesale_block_var_table_row {
    grid-template-columns: auto 1fr 80px 60px;
    gap: 5px;
    padding: 5px;
}
.wholesale_block_var_title {
    text-align: left;
}
.wholesale_block_var_price, .wholesale_block_var_title, .quan_main{
  font-size: 12px;
}
  
}

@media screen and (min-width: 410px) and (max-width: 572px)  { 
 .Product_listpoints_inner_wrap_2 {
    bottom: 398px;
    left: 43.5%;
}
.Product_listpoints_inner_wrap_5 {
    top: 268px;
} 
.Product_listpoints_inner_wrap_3 .Product_listpoints_arrow_img img {
    max-width: 77px;
}  
.Product_listpoints_inner_wrap_3 {
    left: 34.2%;
    top: 47px;
}

}

/* Sale badge — orange pill */
.product-label--on-sale,
.badge--sale,
.grid-product__tag--sale {
  background: #F27B26 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  top: 12px !important;
  right: 12px !important;
}

/* Hide inline save — now shown in badge */
.grid-product__price--savings {
  display: none !important;
}

/* Sold Out badge — matching pill style */
.grid-product__tag--sold-out {
  background: #555 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  top: 12px !important;
  right: 12px !important;
}

@media only screen and (max-width: 767px) {
  .site-header__logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    width: auto !important;
  }
  
  .site-header__logo-image {
    margin: 0 auto !important;
    display: block !important;
  }
}

/* Add to Cart — permanently orange, darker on hover */
.add-to-cart {
  background: #F27B26 !important;
  color: #fff !important;
  border-color: #F27B26 !important;
  transition: background 0.2s, border-color 0.2s;
}

.add-to-cart:hover {
  background: #d4681a !important;
  border-color: #d4681a !important;
  color: #fff !important;
}

.product-single__vendor {
  margin-top: 6px;    /* space above vendor (below stars) */
  margin-bottom: 6px; /* space below vendor (above title) */
}

.grid-product__vendor {
  display: none;
}

.product__policies {
  display: none;
}

.product__price-savings {
  display: inline-block;
  background: #E8821A;
  color: #ffffff !important;
  border: 1.5px solid #E8821A;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  vertical-align: middle;
}

.product__price.product__price--compare {
  color: #888888 !important;
}

.grid-product__price--original {
  color: #888888 !important;
}

/* Bundle widget - strikethrough more visible */
.bundle-compare-price {
  color: #555555 !important;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #555555;
}
/* Feature icons grid */
.t4e-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.t4e-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #444;
  line-height: 1.3;
}
.t4e-feature svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke: #888;
}

/* Tighten spacing around price */
.product-block--header {
  margin-bottom: 9px !important;
}
.product-block--price {
  margin-bottom: 9px !important;
}

/* Match strikethrough price size */
.bundle-compare-price .money {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.bundle-price .money {
  color: #E8821A !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.product-single__title {
  color: #000000ff;
  font-weight: 800;
  font-size: 36px;
  border-bottom: 1px solid var(--element-button-color-primary);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* Orange underline on Bundle and Save heading */
.bundle-title {
  position: relative !important;
  padding-bottom: 18px !important;
}
.bundle-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 110px !important;
  height: 4px !important;
  background: #F27B26 !important;
  border-radius: 2px !important;
}

/* Orange underline on Bundle and Save + bread bag video heading */
.bundle-title,
[class*="video-heading-template"] h2 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.bundle-title::after,
[class*="video-heading-template"] h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  background: #F27B26;
  border-radius: 2px;
}

/* Bundle title - centered, no side lines, orange underline */
.bundle-title {
  display: block !important;
  text-align: center !important;
  position: relative !important;
  padding-bottom: 18px !important;
}
.bundle-title::before {
  display: none !important;
}
.bundle-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 110px !important;
  height: 4px !important;
  background: #F27B26 !important;
  border-radius: 2px !important;
  flex: unset !important;
}

/* Bundle And Save - bigger title */
.bundle-title {
  font-size: 20px !important;
}

/* Orange underline under "You may also like" */
.section-header__title:not(.cust_hd) {
  position: relative;
  padding-bottom: 14px;
}
.section-header__title:not(.cust_hd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  background: #F27B26;
  border-radius: 2px;
}
/* Hide "COLLECTION" label on collection pages */
.sub_hd {
  display: none !important;
}

/* Video section - center heading, hide Shop Now button */
.custom_video_sec_btn_wrap {
  display: none !important;
}
.custom_video_sec_hd_Wrap {
  text-align: center !important;
  justify-content: center !important;
  flex: 1 !important;
}

/* Variant selector buttons */
.variant__button-label {
  display: inline-block;
  padding: 10px 20px !important;
  border: 2px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #888 !important;
  background: #fff !important;
  letter-spacing: 0.03em;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  outline: none !important;
}
.variant__button-label:hover {
  border-color: #F27B26 !important;
  color: #F27B26 !important;
}
.variant-input input:checked + .variant__button-label {
  border-color: #F27B26 !important;
  color: #F27B26 !important;
  background: #ffffff !important;
  font-weight: 800 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14.5px !important;
}

/* ── Footer improvements ── */

/* Constrain logo on desktop */
.footer__logo img,
.footer__logo svg {
  max-width: 160px !important;
  height: auto !important;
}

/* Mobile footer fixes */
@media (max-width: 768px) {
  .footer__logo {
    text-align: center !important;
    padding: 24px 0 16px !important;
  }
  .footer__logo img,
  .footer__logo svg {
    max-width: 110px !important;
  }
  /* Center the whole footer on mobile */
  .site-footer .grid__item {
    text-align: center !important;
  }
  /* Keep links readable and centered */
  .site-footer .no-bullets li,
  .site-footer .footer__collapsible {
    text-align: center !important;
  }
}

/* Mobile nav drawer */
@media (max-width: 990px) {
  .drawer--right {
    bottom: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: 85% !important;
    transform: translateX(-105%) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 4px 0 24px rgba(0,0,0,0.12) !important;
  }
  .drawer--right.drawer--is-open {
    transform: translateX(0) !important;
  }
  .drawer__fixed-header { display: none !important; }
  body.t4e-nav-open { overflow: hidden !important; }
}

body.js-drawer-open .site-header {
  opacity: 1 !important;
  filter: none !important;
}

/* Keep header bright when nav drawer is open */
body.js-drawer-open .site-header,
body.js-drawer-open-nav .site-header {
  opacity: 1 !important;
  filter: none !important;
}
body.js-drawer-open .transition-body::after,
body.js-drawer-open .transition-body::before {
  z-index: 9998 !important;
}

.collection-filter {
  display: none !important;
}

/* Cart page checkout button — orange */
.cart__checkout,
input[name="checkout"],
button[name="checkout"],
.cart__submit-control [name="checkout"] {
  background-color: #F27B26 !important;
  border-color: #F27B26 !important;
  color: #fff !important;
}
.cart__checkout:hover,
input[name="checkout"]:hover,
button[name="checkout"]:hover {
  background-color: #d9681a !important;
  border-color: #d9681a !important;
}

/* Loox sidebar — bigger tabs + tucked right + hover pop-out */
.loox-float-toggler-container {
  right: -20px !important;
  transition: right 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.loox-float-toggler-container:hover {
  right: -15px !important;
}
.loox-float-toggler,
#loox-visitor-level-referral-btn,
#loox-floating-widget-btn {
  height: 52px !important;
  width: 130px !important;
  font-size: 20px !important;
  padding: 25px 18px 12px !important;
  box-sizing: border-box !important;
}

.grid-product__title,
.grid-product__title--heading {
  min-height: 36px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.Store_location_block_col {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
}
.Store_location_block_col .Store_location_block_inner {
  flex: 1 !important;
  min-width: 0 !important;
}
.Store_location_block_img_wrap img {
  border-radius: 12px;
  width: 100% !important;
  height: 180px !important;
  object-fit: contain !important;
  background: #f9f9f9;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .Store_location_block_col {
    flex-wrap: wrap !important;
  }
  .Store_location_block_col .Store_location_block_inner {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
}

/* CART heading — match section heading size */
.template-cart .section-header__title {
  font-size: 36px !important;
  font-weight: 600 !important;
}

/* FAQ — match homepage accordion style */
.faq-item {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #D9D9D9;
  margin: 0;
  padding: 0;
  transition: none;
}
.faq-item:hover {
  box-shadow: none;
}
.page-width--narrow > div:first-of-type:has(.faq-item) {
  border-top: 1px solid #D9D9D9;
}
.faq-item .collapsible-trigger {
  padding: 25px 25px 25px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.faq-item .collapsible-content__inner--faq {
  padding: 0 0 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}






/* ===== Bundle & Save widget ===== */

/* Remove the outer border around the whole widget */
.bundle-widget { border: none !important; }

/* Per-unit "each" price as a pill next to the pack name (left side) */
.bundle-option-left { align-items: center !important; }
.bundle-each {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  background: #f0ece4;
  color: #6b5d50;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  white-space: nowrap;
  vertical-align: middle;
}

/* Stack prices on the right: real price on top, was-price underneath */
.bundle-option-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  line-height: 1.15;
}
.bundle-option-right .bundle-price { order: 0; }
.bundle-option-right .bundle-compare-price { order: 1; }
}
.bundle-option-right .bundle-compare-price,
.bundle-option-right .bundle-compare-price .money {
  font-size: 13px; font-weight: 600; color: #9b8e80; text-decoration: line-through;
}

/* Badges: rounded corners + green "Best Value" variant */
.bundle-popular-badge { border-radius: 6px !important; }
.bundle-best-badge { background: #2f5d3a !important; }

/* Bundle — pack label column + subtitle */
.bundle-label-col { display: flex; flex-direction: column; justify-content: center; }
.bundle-label-top { display: flex; align-items: center; }
.bundle-subtitle { margin-top: 3px; font-size: 12px; line-height: 1.25; font-weight: 400; color: #9b8e80; }
.bundle-best-badge { white-space: nowrap; }
.bundle-best-badge { text-transform: uppercase; }



/* Match all product-page section headings to the front-page style (36px) */
.template-product .bundle-title,
.template-product .section-header__title,
.template-product #MainContent h2:not(.product-single__title) {
  font-size: 36px !important;
  font-weight: 600 !important;
  font-family: var(--element-text-font-family--heading), sans-serif !important;
  letter-spacing: 0.5px !important;
}

/* Orange underline for the "Why You'll Love" heading */
.template-product #MainContent h2.h2:not(.product-single__title) {
  position: relative;
  padding-bottom: 18px;
}
.template-product #MainContent h2.h2:not(.product-single__title)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  background: #F27B26;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .template-product .bundle-title,
  .template-product .section-header__title,
  .template-product #MainContent h2:not(.product-single__title) {
    font-size: 26px !important;
  }
}
