/** Shopify CDN: Minification failed

Line 92:3 Expected identifier but found "."
Line 2334:11 Unexpected "'.template-page-canvas-and-loft'"
Line 2593:0 Unexpected "<"
Line 2803:0 Unexpected "<"

**/
.bss-countdown-display.bss_pl_label_text.bss-pl-frontend.bss-pl-rectangle {
    display: none ! IMPORTANT;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .logolink.text-logo, .customer-addresses .my-address .address-index {
    font-style: normal;
    font-weight: 700;
    font-family: Cormorant;
    color: #1E1D1D ! IMPORTANT;
}
.image-with-text-overlay--content h3 {
    color: #fff ! IMPORTANT;
}
  .section-slideshow h1.split-text{
    color: #fff !important;
  }

  body.open-cc #mobile-sticky-button{
    display: none !important;
  }

  #right-image-scroll- { display:block !important; visibility:visible !important; }
/* Testimonial Mobile Fix */
@media only screen and (max-width: 768px) {
  .testimonials__testimonial {
    width: 100% !important;
    opacity: 1 !important;
    margin: 0 10px;
  }
  
  .testimonials .flickity-viewport {
    overflow: visible !important;
  }
  
  /* .testimonials .flickity-slider {
    transform: translateX(0%) !important;
  } */
  
  .testimonials .flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab;
  }
  
  /* Ensure proper spacing between slides */
  .testimonials__testimonial {
    padding: 0 15px;
  }
  
  /* Center active slide */
  /* .testimonials .flickity-enabled .flickity-slider .testimonials__testimonial {
    left: 0 !important;
  } */
}
@media only screen and (max-width: 768px) {
    .add_to_cart_holder .button, .see_it_person {
        flex: 0 0 100%;
        max-width: 100%;
        height: 48px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

.feature_main {
    padding-top: 50px;
}
.Cormorant {
  font-family: 'Cormorant', serif;
  font-weight: 700;
  color: #404040;
}

.Proza-Libre {
  font-family: 'Proza Libre', sans-serif;
  font-weight: 400;
  color: #404040;
}

/* Mobile view me content hide */
@media (max-width: 768px) {
  .content.fsr-subtitles-wrapper {
    display: none !important;
  }
  ..template-page-canvas-and-loft .thb-product-detail .row .columns{
    position: unset !important;
  }

}

/* 320x554 screen size ke liye */
@media (max-width: 320px) and (max-height: 554px) {
  .payment-info a {
    margin-left: 0 !important;
   position: relative;
  }
}



.animate {
  position: relative;
  opacity: 0;
}
.animated {
  opacity: 1;
  transition: 0.5s;
  -webkit-animation-delay: 20ms;
  animation-delay: 20ms;
}
.show_up {
  top: 20px;
}
.show_up.animated {
  top: 0;
}
.show_down {
  top: -10px;
}
.show_down.animated {
  top: 0;
}
.slide_left {
  right: -20px;
}
.slide_left.animated {
  right: 0;
}
.slide_right {
  left: -20px;
}
.slide_right.animated {
  left: 0;
}
.zoom.rotate {
  transform: scale(.9) rotate(2deg);
}
.zoom.rotate.animated {
    transform: scale(1) rotate(0deg);
}
.zoom {
  transform: scale(0.9);
}
.zoom.animated {
  transform: scale(1);
}
.zoomout {
  transform: scale(1.1);
}
.zoomout.animated {
  transform: scale(1);
}
.show_bottom {
  top: 0;
}
.show_bottom.animated {
  top: 50px;
  z-index: 1;
}
.animated.ad-1 {
  transition: 1s;
  -webkit-animation-delay: 30ms;
  transition-delay: 30ms;
}
.animated.ad-1-5 {
  transition: 1.5s;
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
}
.animated.ad-2 {
  transition: 2s;
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}
.animated.ad-2-5 {
  transition: 2.5s;
  -webkit-animation-delay: 0.11s;
  animation-delay: 0.11s;
}
.animated.ad-3 {
  transition: 3s;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.animated.ad-4 {
  transition: 4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}




body{
--color-accent: #404040;
--section-spacing-desktop: 80px;
}
a#quick-search,a.thb-secondary-item.thb-secondary-myaccount {
    display: none !important;
}

/* .full-menu{
    display: none;
}
.mobile-toggle-wrapper{
    display: block;
    opacity: 0;
} */
.header.style1 .logolink{
  margin: 0;
  justify-content: center;
}
.new-heading{
  font-size: 32px;
  color: #1E1D1D;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .row {
      width: 100%;
      max-width: 1300px;
  }
}
a.product-card-quickview:hover {
    background: #974f36;
    color: white;
}
a.product-card-quickview:hover svg path {
    fill: #fff;
    stroke: #fff;
}
.shopify-section.section-image-with-text-overlay .row, .shopify-section.section-image-with-text-overlay .small-12.columns {
    padding: 0 !important;
}
/* Home First Section */

.home-first-section .subheading {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
        gap: 2px;
        margin-bottom: 12px;
        flex-direction: column;
}
.home-first-section .subtext {
  font-size: 14px;
  text-transform: capitalize;
}
.home-first-section .image-with-text.text_first {
  justify-content: center;
}
.home-first-section .rte {
  font-size: 16px;
}
.home-buybutton {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 36px;
}
.home-buybutton .enableaddtocart {
  background: #9C5039;
  max-width: 50%;
  flex: 0 0 50%;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 10px 10px 8px 10px;
  line-height: 2;
  letter-spacing:1px;
}
.home-buybutton a.text-button {
  flex: 0 0 50%;
  max-width: 50%;
  border: 1px solid #9C5039;
  padding: 10px 10px 7px 10px;
  display: block;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #9C5039;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1px;
  
}
.home-buybutton a.text-button:after,.home-buybutton a.text-button:before {
  display:  none;
}
a.text-button {
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  width: 100%;
  display: block;
  max-width: max-content;
  margin: 0 auto;
  line-height: 1;
}
.section-slideshow a.text-button{
   margin: 16px auto 40px;
}
a.text-button.btn-solid {
  background: #9C5039;
  border: 0;
  max-width: 327px;
  padding: 16px 0;
  margin-bottom: 14px;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

a.text-button.btn-solid:after,a.text-button.btn-solid:before {
  display: none;
}
/* 2 section - text with icon */
.text-with-icons .row .text-with-icons__inner {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.text-with-icons__block-content {
    line-height: 12px;
}

.text-with-icons__block {
    align-items: center;
}
.text-with-icons.heading-small h6 {
    font-family: "Proza Libre";
    font-weight: normal;
    margin-bottom: 0;
}

.text-with-icons {
    padding: 20px 0;
}
.home-page-banner img {
    width: 100%;
}
/* Featured Scroll */
.scroll-section {
  display: flex;
  position: relative;
}

.scroll-wrapper {
  display: flex;
  width: 100%;
}

.scroll-left {
  width: 50%;
  padding: 100px 40px;
} 

.text-block {
  /* opacity: 0;
  transform: translateY(40px); */
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin: 95px 0;
  position: relative;
}
.text-block.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-right {
  width: 50%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.image-block {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.image-block.active {
  opacity: 1;
  z-index: 1;
}

.scroll-image-text.section-spacing {
    width: 100%;
    max-width: 100%;
}

/* Product section*/
.thb-product-detail.product {
  width: 100%;
}
.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail {
  border: 1px solid #EEEDE9;
  border-radius: 6px;
  width: 71px !important;
  height: 71px !important;
}
.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail:after {
  display: none;
}
.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail.is-initial-selected {
  border: 1px solid #404040;
}
.thb-product-detail .product-single__media {
  border-radius: 16px;
}
.flickity-enabled .flickity-nav {
  background: #FFFFFF66;
  border: 0;
  opacity: 1;
  width: 32px;
  height: 48px;
}
.flickity-nav.flickity-next {
  border-radius: 4px 0 0 5px;
  right: 0;
}
.flickity-nav.flickity-prev {
  border-radius: 0px 4px 4px 0px;
  left: 0;
}
.flickity-nav:hover svg path {
    stroke: #fff;
}
.thb-product-detail .product-title {
  font-size: 48px !important;
  font-weight: 700 !important;
  font-family: Cormorant !important;
  color: #1e1d1d !important;
}
.thb-product-detail .product-title-container {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.thb-product-detail .product-price-container .product__tax {
    font-size: 16px !important;
    opacity: 1 !important;
    color: #404040 !important;
    font-family: 'Proza Libre' !important;
}
.icon-boxes {
  display: flex;
  justify-content: space-between;
  row-gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 24px;
  column-gap: 25px;
}

.icon-box {
  max-width: calc(50% - 20px);
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  flex: 0 0 calc(50% - 20px);
  gap: 8px;
}

.icon-box img {
  width: 30px;
  height: auto;
}
.icon-box p {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  font-family: 'Proza Libre';
}
.product-price-container {
  margin-top: 12px;
  display: block;
}
.variations fieldset .form__label {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.variations .product-form__input--color input[type=radio]+label {
  width: 40px !important;
  height: 40px !important;
}


.thb-product-detail .product-price-container .product__tax {
  font-size: 16px;
  opacity: 1;
  color: #404040;
  font-family: 'Proza Libre';
}

.variations fieldset .form__label {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.variations .product-form__input--color input[type=radio]+label {
  width: 40px !important;
  height: 40px !important;
  font-size: 16px;
}

.variations .product-form__input--block input[type=radio]:checked+label {
  background: #1C2E3A !important;
  color: #fff !important;
}

.variations .product-form__input--block input[type=radio]+label {
  border: 1px solid #1C2E3A !important;
  color: #1C2E3A !important;
  height: 38px !important;
  border-radius: 100px !important;
  padding: 8px 16px !important;
}
.thb-product-detail .price ins .amount {
  font-size: 26px;
  font-family: 'Proza Libre' !important;
  font-weight: bold;
  color: #1C2E3A;
}
.add_to_cart_holder .button {
  background: #9C5039;
  height: 48px;
  border-radius: 8px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  border: 1px solid #9C5039;
}
.add_to_cart_holder .button:hover {
  background: transparent;
  color: #000;
  border: 1px solid;
}

.button:hover:before {
  background: transparent;
}
.add_to_cart_holder{
  gap: 8px;
}
.see_it_person a {
  display: block;
  color: #9C5039; 
}
.see_it_person {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9C5039;
  border-radius: 8px;
}
.product-form {
  margin-top: 14px !important;
}

.thb-product-detail .view_map a {
  font-size: 14px;
  color: #404040;
  font-family: 'Proza Libre';
  margin-bottom: 24px;
  display: block;
  border-bottom: 1px solid #404040;
  max-width: max-content;
  line-height: 11px;
  font-weight: 400;
}

.thb-product-detail  .accordion summary {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #1E1D1D;
  padding: 19px 40px 19px 0;
}

.view_map a {
  font-size: 14px;
  color: #404040;
  font-family: 'Proza Libre';
  margin-bottom: 24px;
  display: block;
  border-bottom: 1px solid #404040;
  max-width: max-content;
  line-height: 11px;
  font-weight: 400;
}
.thb-product-detail .accordion summary {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  color: #1E1D1D !important;
  padding: 19px 40px 19px 0 !important;
  font-family: 'Proza Libre' !important;
}
.thb-product-detail .accordion summary span:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDQuOTY2OFYxNi42MzM1IiBzdHJva2U9IiMxRTFEMUQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNC4xNjY3NSAxMC44SDE1LjgzMzQiIHN0cm9rZT0iIzFFMUQxRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  border: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.accordion details[open] summary span:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE2Njc1IDAuODAwMDQ5SDEyLjgzMzQiIHN0cm9rZT0iIzFFMUQxRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  height: 5px;
  width: 15px;
  background-size: 12px;
}
.thb-product-detail .accordion summary span {
  width: auto;
}
.image-with-text__content .rte,.image-with-text__content .rte p {
  font-size: 16px;
  color: #404040;
  line-height: 23px;
}
 .image-with-text__content .rte p{
  margin-bottom: 0 !important;
 }
.image-with-text__content .rte {
  margin-bottom: 32px;
}
.image-with-text__content.image-with-text__inner {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 !important;
}
.variations .product-form__input--block input[type=radio]+label {
    font-size: 16px;
}

.image-with-text__content h3.h3.title-new {
    font-size: 48px;
    color: #1E1D1D;
    margin-bottom: 32px;
}
.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 61px;
  height: 60px;
  z-index: 1111;
}

.play-icon-overlay svg {
  padding: 0 !important;
  fill: transparent !important;
  background: transparent !important;
  opacity: 1 !important;
}

/* Testimonial*/
.testimonials{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.testimonials .section-header{
  margin-bottom: 32px;
}
.testimonials__testimonial .star-rating{
  margin-bottom: 12px !important;
}
.testimonials__testimonial p.content_head {
  font-size: 20px;
  color: #1E1D1D;
  font-family: 'Cormorant';
  font-weight: bold;
  margin-bottom: 6px;
}
.testimonials__testimonial-inner .content,.testimonials__testimonial-inner .content p {
  font-size: 14px;
  font-family: 'Proza Libre';
  line-height: 1.4 !important;
  color: #404040;
  font-weight: normal;
}
.testimonials__testimonial-inner .content p{
  margin-bottom: 12px;
}
.testimonials .flickity-page-dots .dot {
    border-color: #6E6E6E !important;
}
.testimonials .flickity-page-dots{
  margin-top: 17px !important;
}
.testimonials .flickity-page-dots .dot.is-selected{
  background: #000 !important;
  border-color: #000 !important;
}
.author_name { 
  font-size: 14px;
  font-weight: bold;
  color: #1E1D1D;
  font-family: 'Proza Libre';
}
.image-with-text-overlay--content h3 {
  margin-bottom: 5px;
}
.image-with-text-overlay--content h3 {
  margin-bottom: 5px;
}
.image-with-text-overlay--content-inner .rte p {
  font-size: 16px;
}
.image-with-text-overlay--content-inner .rte {
  margin-bottom: 24px;
}
a.button.white {
  border: 1px solid #fff;
  background: transparent;
  color: #FFF;
  font-family: 'Proza Libre';
  font-weight: 500;
  height: 48px;
  border-radius: 8px; 
  font-size: 14px;
  min-width: 226px;
  letter-spacing: 1px;
}
.image-with-text-overlay {
    padding: 40px 0 !important;
    border-radius: 16px;
}

.testimonials__author img {width: 100px;margin-bottom: 20px;}
@media only screen and (min-width: 1068px) {
  .testimonials__testimonial {
    width: 33.33% !important;
    opacity: 1 !important;
  }
}

/* Product card */
.product-card .product-card-quickview{
  top: inherit !important;
  bottom: 10px;
}
.featured-collection__inner .products.row {
  flex-wrap: wrap;
  justify-content: center;
}
.featured-collection__collection .flickity-nav {
  display: none !important;
}
a.product-card-title {
  font-size: 24px !important;
  color: #1E1D1D;
  font-family: 'Cormorant';
  font-weight: 700;
}
.product-card .price {
  font-size: 20px;
  font-family: 'Proza Libre';
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}
.featured-collection__collection ol.flickity-page-dots {
    margin-top: 32px;
}
.product-card .product-card-quickview {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-collection .text-center .button {
  margin-top: 10px;
  height: 48px;
  background: #9c5039;
  letter-spacing: 2px;
  font-size: 14px;
}

/* FAQ */
.accordion summary {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: capitalize !important;
  font-family: 'Cormorant' !important;
  padding: 16px 40px 16px 0 !important;
}
.accordion .accordion__content {
  font-size: 14px !important;
  font-family: 'Proza Libre' !important;
  color: #404040 !important;
}
.accordion {
  border-top: 0px solid #EEEDE9 !important;
  border-bottom: 1px solid #EEEDE9 !important;
}
.accordion summary span:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDQuOTY2OFYxNi42MzM1IiBzdHJva2U9IiMxRTFEMUQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNC4xNjY3NSAxMC44SDE1LjgzMzQiIHN0cm9rZT0iIzFFMUQxRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  border-width: 0 !important;
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
}
.accordion details[open] summary span:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjE2Njc1IDAuODAwMDQ5SDEyLjgzMzQiIHN0cm9rZT0iIzFFMUQxRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  height: 5px;
  width: 15px;
  background-size: 12px;
}
.section-slideshow {
  background: #EEEDE9;
}
.slideshow {
    margin-bottom: 32px;
}
.sub-footer.show_copy .small-12.medium-8.columns {
  width: 100%;
  text-align: center;
}
.show_copy .row {
  justify-content: center;
}
.sub-footer.show_copy .small-12.medium-8.columns p {
  margin: 0;
}

.logo_footer img {
  max-width: 233px;
}

ul.menu-footer {
  display: flex;
  gap: 40px;
  margin-left: 0;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 22px;
}
.subtext_footer {
    font-size: 15px;
    margin-top: 20px;
    color: #000000;
  font-family: 'Proza Libre';
}

ul.menu-footer li a {
  color: #000;
  font-size: 13px;
  font-family: 'Proza Libre';
}
ul.menu-footer li {
  display: block;
}
.copy_right{
  color: #000;
  font-size: 11px !important;
  font-weight: 700;
  opacity: 1 !important;
}
.accordion:last-child {
    margin-bottom: 0;
}

.image-with-text-overlay--content-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.image-with-text-overlay--content-inner a{
  min-width: 295px;
  max-width: 295px;
}
.slideshow .flickity-page-dots li{
  height: 8px;
  width: 8px;
}
@media only screen and (min-width: 768px) {
.payment-info a{
  position: relative;
}
  .footer {
      padding: 47px 0;
  }
  .featured-collection {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}
.map_icon{
  width:24px; height:24px; display:inline-block; 
}
.google{
  margin-right:5px;
}
.contact-help-grid{
  display:flex; flex-wrap:wrap; justify-content:center; gap:24px; margin-top:30px;
}
.footer-box {
  flex: 0 0 330px;
  max-width: 330px;
}
.footer-box a {
  color: #9C5039;
  font-size: 16px;
}
.footer-box {
  font-size: 16px;
  font-family: 'Proza Libre';
}
.footer-box p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.address_text{
  max-width: 287px;
  margin-left: 35px;
}
.footer-box pre {
  margin-left: 40px;
  font-family: 'Proza Libre';
}
.fheading {
  margin-bottom: 8px;
  color: #9C5039;
}
.logo_img {
    margin-top: 11px;
}
.section-slideshow p {
  margin-bottom: 0;
}
.section-slideshow .section-header{
  padding-top: 40px;
}
.section-slideshow .section-header {
  margin-bottom: 32px;
}
.slideshow__slide-bg img {
  border-radius: 12px;
}
.slideshow__slide-inner.content-bottom-center {
  border-radius: 12px;
}
.slideshow__slide {
  border-radius: 12px;
}
.slideshow__slide-bg:after {
  border-radius: 12px;
}
.image_mobile{
  display: none;
}
.image-with-text__image-media video {
    border-radius: 15px;
}

.no-js .fsr-image,
.no-js .fsr-subtitle {
  opacity: 1;
  visibility: visible;
  transform: none;
  position: relative;
}
.custom-featured-product-setting{
  display: flex;
}
/* Featured Scroll */


   .fs-scroll-section {
    position: relative ;
    width: 100%;
  }
  .fs-scroll-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 650px; /* full viewport height */
    box-sizing: border-box;
    padding-bottom: var(--section-spacing-desktop, 0);
  }

  /* Left images */
  .fs-scroll-images {
    flex: 0 0 50%;      /* fixed half width */
    max-width: 50%;
    height: 650px;      /* full screen height */
    position: relative;
  }
  .fs-scroll-image {
    position: absolute;
    inset: 0; /* shorthand for top/left/right/bottom:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .fs-scroll-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* make image fill container nicely */
    display: block;
  }

  /* Right content */
  .fs-scroll-content {
    flex: 0 0 50%;
    max-width: 50%;
    height: 500px;      /* match image height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: -50px;
  }
  .fs-scroll-content .fs-icon img {
    max-width: 250px;
  }
  .fs-static-content { margin-bottom: 8px; }
  .fs-title { font-size: 2.5rem; margin-bottom: 0px; line-height: 1.2; }
  .fs-scroll-link { margin-top: 10px; text-decoration: underline; }

  /* Subtitles */
.fs-subtitles { 
  position: relative;
  min-height: 38px;
  display: flex  ;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.fs-subtitle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(100%);
  font-size: 20px;
  font-weight: bold;
  font-family: 'Cormorant';
}
  .fs-scroll-content .fs-subtitle {
    text-align: center;
  }
/*Timeline*/
.timeline-texts {
  flex: 1;
  position: relative;
  height: 80vh;
}
.timeline-texts .timeline-text {
  position: absolute;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: opacity 0.6s ease;
  width: 100%;
}
.timeline-text.active {
  opacity: 1;
  visibility: visible;
}
.timeline-texts .timeline-text[data-index="2"] p {
  margin-bottom: 0;
}
.timeline-texts .timeline-text[data-index="2"] {
  bottom: 0;
}
.timeline-texts .timeline-text[data-index="1"] {
    top: 45%;
}
.timeline-scroll {
  position: relative;
  height: 1300px;
}
.timeline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.timeline-images, .timeline-texts {
  flex: 1;
  position: relative;
  height: 100%;
}
section.timeline-scroll.\31 1 {
    top: 10% !important;
}
.timeline-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  text-align: left;
  width: 100%;
  height: 100%;
}
.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.timeline-text h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.timeline-text p {
  font-size: 1rem;
  color: #404040;
  margin-bottom: 0;
}
.timeline-image.active, .timeline-text.active {
  opacity: 1;
  visibility: visible;
  padding-top: 30px !important;
}
.timeline-texts .timeline-text h3 {
  font-size: 28px;
  color:#1E1D1D;
  line-height: 1;
}
.timeline-inner.row.section-spacing-padding {
    margin-bottom: var(--section-spacing-desktop, 0);
}
/* Progress line */
.timeline-line {
  position: relative;
  width: 1px;
  /* background: rgb(156 80 57 / 50%); */
  flex-shrink: 0;
  margin: 0 0px;
  height: 100%;
  border-radius: 2px;
}
.timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width:2px;
  height: 0;
  background: #9C5039;
  border-radius: 2px;
}
.timeline-point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #9C5039;
  background: #fff;
  border-radius: 50%;
}
.timeline-point.active {
  background: #9C5039;
  border: 1px solid;
        padding: 11px;
}

.timeline-point.active:after {
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/*Timeline*/
.multicolumn .section-header {
    margin-bottom: 15px;
}
.multicolumn__image img {
    border-radius: 16px;
}
.multicolumn h4 {
    font-size: 28px;
}
.multicolumn p {
    font-size: 16px;
    line-height: 1.4;
}
.section-spacing-padding.fsr-inner.row{
  padding-bottom: var(--section-spacing-desktop, 0);
}
 

  /* No-JS fallback */
  .video-container video, .video-container img {
    border-radius: 16px;
    width: 100%;
}
  .no-js .fs-scroll-image,
  .no-js .fs-subtitle {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
  }
  .timeline_outer.row {
    overflow: hidden;
  }
  .timeline_outer_main {
      width: 100%;
  }

  .timeline_outer_main.row {
      display: block;
      background: #EEEDE980;
      padding: 40px;
      border-radius: 10px;
  }
.fs-scroll-content .fs-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.fs-scroll-content .fs-subtitle svg {
  width: 21px;
}
.timeline_outer {
    margin: 0 24px;
    z-index: 1;
    position: relative;
}
.animations-true .image-with-text-overlay--content .button {
    opacity: 1 !important;
    visibility: visible !important;
}



.text-with-icons__marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.text-with-icons__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 100s linear infinite;
}
.text-with-icons__block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  flex-shrink: 0;
  white-space: nowrap;
}
.text-with-icons.icon-left .text-with-icons__icon{
  margin-right: 0 !important;
}
.text-with-icons__icon img,
.text-with-icons__icon svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.shopify-section .collapsible-content__inner {
    max-width: 622px;
}
.image-with-text-overlay--content-inner {
    max-width: 600px;
    flex-wrap: wrap;
}
.image-with-text-overlay--content-inner .rte p{
  margin-bottom: 0;
  max-width: 480px;
}
.price del .amount  {
  font-size: 20px;
  opacity: 1;
  color: #1C2E3A99;
  display: block;
  font-weight: normal;
}
/* Animation */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hover pause effect (optional) */
.text-with-icons__marquee:hover .text-with-icons__track {
  animation-play-state: paused;
}



/* variant label */
.product-form__input--color {
  display: flex;
  gap: 12px;
  position: relative;
}

.on_hover {
  position: relative;
  cursor: pointer;
}

 

/* Tooltip base */
.label_hover {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #efede9;
  color: #333;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.label_hover::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: rgba(240, 240, 240, 0.95) transparent transparent transparent;
}

/* Show on hover (desktop) */
.on_hover:hover .label_hover {
  opacity: 1;
}

/* Show when selected (mobile tap) */
input[type="radio"]:checked + .color-label .label_hover {
  opacity: 1;
}


/* Sticky Add to Cart Bar */
.sticky-atc-bar {
  position: fixed;
  bottom: -100px;
  right: 0;
  transition: all .3s ease;
  z-index: 9999;
  display: flex;
  border-radius: 10px;
  justify-content: flex-end;
}
.sticky-atc-bar-inner{
  background: #eeede9;
  display: flex  ;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  max-width: 480px;
  border-radius: 10px;
  gap: 25px;

}
.sticky-atc-bar.active {
  bottom: 40px;
}

.sticky-atc-left {
  display: flex;
  flex-direction: column;
}

.sticky-product-title {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Cormorant';
  line-height: 1;
  margin-bottom: 6px;
  color: #1E1D1D;
}
.sticky-atc-right {
    max-width: 125px;
    flex: 0 0 125px;
}
.sticky-product-price {
  font-size: 16px;
  color: #1C2E3A;
  font-family: 'Proza Libre';
  font-weight: bold;
}

.sticky-atc-btn {
  background: #9c5039;
  color: #fff;
  padding: 14px 12px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  transition: background .3s;
  letter-spacing: 2px;
  max-width: 125px;
  width: 100%;
}

.sticky-atc-btn:hover {
  background: #333;
}

.side-panel-inner .thb-product-detail .product-title {
    font-size: 32px !important;
}
.side-panel-inner .thb-product-detail .price ins .amount{
  font-size: 20px;
}
.jdgm-star:before {
    color: #FBBC04;
}

span.jdgm-prev-badge__stars {
    margin-bottom: 0;
    display: flex;
    line-height: 9px;
}

.jdgm-prev-badge__text {
    visibility: visible;
    font-size: 14px;
    color: #404040;
    font-family: 'Proza Libre';
}

.jdgm-prev-badge {
    display: flex !important;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

span.price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price del {
  line-height: 27px;
  color: #1C2E3A99;
}
span.badges {
    margin-left: 5px;
}

 .product-gallery-container .product-image-container{
    padding-right: 24px !important;
  }

  .template-page-canvas-and-loft{
    --section-spacing-desktop: 80px;
  }
  .thb-product-detail .product-gallery-sticky {
    margin-bottom: 0px;
}
.custom-subtitle{
    text-align: center;
    background: #1c2e3a;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    padding: 6.5px 0;
}
.section-slideshow  .section-header{
    max-width: 100% !important;
  }
.section-slideshow h1.split-text{
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
.section-slideshow .split-text{
   margin-bottom: 0px;
}
.section-slideshow p.split-text{
  font-size: 16px;
  font-weight: 400; 
}
.footer {
  padding: 40px 0;
}
.footer .sub-footer{
  margin-top: 0px;
}
#step_inside .image-with-text__image-media {
    padding-bottom: 0;
}

#step_inside  .image-with-text__image-media video {
    position: relative;
}
  /* Mobile breakpoint: stack vertically */
@media only screen and (max-width: 1200px) {
  .home-buybutton a.text-button {
    font-size: 12px;
    padding: 12px 4px 10px;
    line-height: 2;
    letter-spacing: 0;
  }
  .home-buybutton {
    padding: 0 22px;
  }
  .home-buybutton .enableaddtocart {
    font-size: 12px;
  }
  .image-with-text__content h1 {
    font-size: 40px;
  }
}
 
@media only screen and (max-width: 768px) {
  .price del+ins {
    /* margin-left: 0; */
  }
  p.delivery-info {
    margin-bottom: 8px;
    text-align: center;
    line-height: 1;
  }
  .timeline-image img {
    height: auto;
  }
  .timeline-inner {
    height: 65%;
  }
  .image_mobile{
    display: block;
  }
  .image_desk{
    display: none;
  }
  /* .shopify-section.home-page-banner .row {
    margin-top: 20px;
  } */
  .home-first-section .subheading {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    gap: 4px;
    margin-bottom: 5px;
  }
  .home-first-section .subtext {
    font-size: 12px;
  }
  .subheading svg {
    width: 88px;
    height: 18px;
    line-height: 10px;
  }
  .subheading .html {
    line-height: 1;
  }
  h3.h3 {
    text-align: left;
    margin-bottom: 10px;
  }
  .image-with-text__content .rte,.image-with-text__content .rte p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .home-buybutton {
    flex-wrap: wrap;
  }
  .home-buybutton .enableaddtocart {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .home-buybutton a.text-button {
    max-width: 100%;
    flex: 0 0 100%;
  }
  a.text-button {
    font-size: 14px;
  }
  .text-with-icons.icon-left .text-with-icons__icon {
    margin-right: 8px;
    height: 21px;
  }
  .text-with-icons__block {flex: 0 0 170px;max-width: max-content;}
  .text-with-icons.heading-small h6 {
    font-size: 12px;
  }
  .text-with-icons__inner {gap: 40px 32px;}
  .product-gallery-container scroll-shadow{
    display: block !important;
    position: relative !important;
    margin-top: 12px;
  }
  .product-gallery-container .product-image-container .product-images .flickity-page-dots{
    display: none !important;
  }
 

  .product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail {
    width: 71px;
    height: 71px;
  }
  .fsr-inner {
    flex-wrap: wrap;
  }
  .fsr-subtitles-wrapper {
    flex: 0 0 100%;
    order: 2;
    max-width: 100%;
    height: 115px;
  }
  .fsr-images-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    height: 50vh;
  }
  .text-block {
    margin: 0;
  }
  .fsr-subtitle{
    padding: 0;
  }
  .fsr-subtitle p {
    margin-bottom: 0;
  }
  .thb-product-detail .product-images__slide{
    margin: 0 6px 5px;
  }
  .thb-product-detail .product-title{
    font-size: 32px !important;
    line-height: 1 !important;
  }
  .small-12.large-6.columns.product-information {
    padding: 0;
  }
  .thb-product-detail .product-price-container .product__tax {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .icon-box p {
    font-size: 12px;
            position: relative;
        left: 7px;
  }
  .icon-box img {
    width: 23px;
  }
  .icon-box {
    gap: 5px;
  }
  .icon-boxes {
    column-gap: 0;
    row-gap: 20px;
    margin-bottom: 0;
  }
  .new-heading {
    font-size: 28px;
    margin-bottom: 8px !important;
    line-height: 1;
  }
  .fsr-subtitle p {
    font-size: 14px;
  }
  .variations fieldset .form__label {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .variations .product-form__input--block input[type=radio]+label {
    margin-bottom: 10px !important;
  }
  .thb-product-detail .price ins .amount {
    font-size: 14px;
    line-height: 1;
    display: block;
  }
  .price del .amount{
    font-size: 14px;
    line-height: 1;
  }
  .price span.badges {
    display: none;
  }
  img.promo-img {
    max-width: 110px;
  }
  .variations fieldset {
    margin: 0 0 10px;
  }
  .add_to_cart_holder .button,.see_it_person {
    flex: 0 0 100%;
    max-width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .product-form .add_to_cart_holder{
    display: block;
  }
  .add_to_cart_holder .button{
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
  }
  .product-form .view_map{
    text-align: center;
  }
  .thb-product-detail .view_map a{
    margin: 0 auto 24px;
  }
  .product__accordion .accordion summary{
    font-weight: 700 !important;
    font-size: 14px !important;
  }
 
  .new-heading .line-child{
    font-size: 28px !important;
  }
  .image-with-text-overlay--content-inner .rte p{
    font-size: 14px;
    text-align: left;
  }
  .image-with-text-overlay--content a.button.white{
    width: 100%;
  }
  .featured-collection .new-heading{
    text-align: left;
    font-size: 28px;
  }
  .featured-collection .rte p{
     text-align:left;
     font-size: 14px;
  }
  .featured-collection a.button{
    width: 100%;
  }
  .section-image-with-text-overlay .image-with-text-overlay--content-inner{
    max-width: 100%;
    width: 100%;
  }
  .collapsible-content .section-header{
    text-align: left;
    max-width: 300px;
    margin: 0 0 25px 0;
    padding: 0 24px;
  }
  .collapsible-content .section-header .new-heading{
    font-size: 30px;
  }
  .section-slideshow .section-header{
    text-align: left;
    padding: 0;
  }
  .section-slideshow .section-header .new-heading{
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    max-width: 100%;
  }
  .section-slideshow .section-header .rte p{
    font-size: 14px;
  }
  .section-slideshow .slideshow__slide-content{
    text-align: left;
  }
  .section-slideshow h1.split-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px !important;
  }
  .section-slideshow p.split-text{
    font-size: 14px;
    font-weight: 400;
  }
  ul.menu-footer{
    display: block;
  }
  .thb-product-detail .accordion summary {
    padding: 18px 40px 18px 0 !important;
    font-size: 14px !important;
  }
  #shopify-section-template--20596842823915__image_with_text_66jtXy .image-with-text__content {
    order: 1;
    padding: 0 0 0px !important;
  }
  #shopify-section-template--20596842823915__image_with_text_66jtXy .image-with-text__image {
    order: 2;
  }
  .play-icon-overlay {width: 30px;height: 30px;}
  .play-icon-overlay svg{width: 30px;height: 30px;}
  h3.h3.title-new {
    margin-bottom: 4px;
    font-size: 28px;
  }
  a.text-button.btn-solid {
    max-width: 100%;
  }
  .image_mobile.text-btns {
    margin-top: 15px;
  }

  .image_mobile.text-btns a.text-button.btn-solid{
    margin-bottom: 20px;
  }

  .home-buybutton {
    margin-bottom: 15px;
  }
  
  h2.h3.new-heading {
    max-width: 280px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.2;
  }
  .fs-scroll-images,
  .fs-scroll-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  h2.fs-title {
    font-size: 28px;
    margin-top: 16px;
  }
  .fs-scroll-images {
    width: 100%;
    height: 440px;
  }
  .fs-scroll-content {
    order: 1;
    height: auto;
    padding: 0px 0 0 0;
  }
  .fs-subtitles {
    margin-top: 0;
    min-height: 25px;
  }
  .fs-subtitle {
    font-size: 16px;
  }
  .fs-scroll-inner {
    display: flex;
    height: 50%;
  }
  .fs-static-content.image_mobile {
    text-align: center;
    margin-bottom: 12px;
  }
  .fs-scroll-image {
    flex-wrap: wrap;
  }
  .fs-scroll-image img{
    margin-top: 0;
    height: auto;
  }
  .fs-icon {
    max-width: 157px;
    margin: 50px auto 0;
  }
  .section-spacing-padding.fsr-inner.row{
    padding-top: var(--section-spacing-mobile, 0);
    padding-bottom: var(--section-spacing-mobile, 0);
  }
  .custom-subtitle {
    font-size: 8px;
  }
  .contact-help-container h2.h3.new-heading {
    margin: 0;
    text-align: left;
    max-width: 250px;
    font-size: 30px;
  }
  .footer-box a {
    font-size: 14px;
  }
  .footer-box svg {
    width: 19px;
    height: 19px;
  }
  .footer-box p:last-child {
    margin-bottom: 0;
  }
  .contact-help-grid {
    row-gap: 20px;
  }
  .address_text {
    font-size: 14px;
  }
  .footer-box pre {
    font-size: 14px;
  }
  .sub-footer {
    margin-top: 0;
  }
  .contact-help-container h2.h3.new-heading {
    margin: 0;
    text-align: left;
    max-width: 250px;
    font-size: 30px;
  }
  .timeline_outer_main.row {
    padding: 24px;
    height: 50%;
  }
  .timeline-images {
    width: 100%;
    order: 2;
    flex: auto;
    height: 100%;
  }
  .timeline-texts {
    order: 3;
    width: 100%;
    height: 95px;
    flex: auto;
  }
  .timeline-inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .timeline-line {
    display: flex    ;
    width: 100%;
    height: 1px;
    margin-bottom: 0px;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-texts .timeline-text[data-index="2"]{
    transform: translate(-50%);
    margin-top: 16px;
  }
  .timeline-texts .timeline-text{
    margin-top: 16px;
  }
  .timeline_outer_main  .pin-spacer {
    padding-bottom: 0 !important;
  }
  .animations-true .line-child {
    overflow: visible;
  }
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .product-card .product-card-title {
    font-size: 20px !important;
    line-height: 1!important;
  }
  .product-card .price {
      font-size: 14px;
  }
  .featured-collection .carousel__slide {
    width: calc(53vw - 30px) !important;
  }
  .slideshow .flickity-page-dots {
    text-align: left;
    padding-left: 15px;
  }
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row {
    display: block !important;
  }
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row li.small-12.medium-4.columns {
    display: flex;
  }
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row li.small-12.medium-4.columns .product-card {
    display: flex;
    gap: 10px;
  }
  .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .product-card .product-featured-image {
    flex: 0 0 40%;
  }
  .product-card .product-card-quickview {
    width: 28px;
    height: 28px !important;
  }
  .product-card .product-card-quickview>svg {
    width: 28px;
    height: 28px;
  }
  .footer-box{
    padding: 0 24px;
  }
  a.product-card-title {
    font-size: 20px !important;
    line-height: 1 !important;
    margin-bottom: 8px; 
  }
  .variations {
    margin-top: 20px;
  }
  .row {
    padding: 0 24px;
  }
  .video-container {
    position: relative;
  }
  .custom-subtitle{
    font-size: 8px;
  }
  .variations fieldset {margin: 0 0 10px;}
  .variations .product-form__input--block input[type=radio]+label {
    margin-bottom: 0 !important;
  }
}



@media only screen and (min-width: 1068px) {
    .image-with-text__content {
        padding: 0 70px !important;
    }
}


/* Sticky Sections Shared Styles */
    .feature-section {
      align-items: flex-start;
      display: flex;
      gap: 3rem;
      position: relative;
    }

    .feature-section.reverse  .content {
      order:1
    }
    .content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .feature-section.reverse {
        flex-direction: row-reverse;
    }

    .feature-image{
      width: 100%;
      height: 100%;
          transition: opacity .6s ease;
    }
    .image-container {
        position: sticky;
        top: 20vh;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 615px;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
        transition: opacity 0.6s ease;
    }

    .content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

  .feature {
      height: 615px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 615px;
      padding: 0 0rem;
  }

  .feature h2 {
      font-size: 1.8rem;
      margin-bottom: 0.5rem;
  }
  .feature_main {
    margin-top: 60px;
}
  .feature_main .row {
    display: flex;
    justify-content: center;
  }
  .feature p {
      font-size: 1rem;
      line-height: 1.5;
  }

  /* ---- NEW 4-COLUMN SECTION ---- */
  .four-column-section {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      padding: 5rem 8%;
      background: #fff;
  }

  .four-column-section .column {
      text-align: center;
  }

  .four-column-section img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 1rem;
      transition: transform 0.3s ease;
  }

  .four-column-section img:hover {
      transform: scale(1.05);
  }

  .four-column-section h3 {
      font-size: 1.3rem;
      margin-bottom: 0.5rem;
  }

  .four-column-section p {
      font-size: 1rem;
      color: #666;
      line-height: 1.4;
  }


p.monthly-payment {
    margin-top: 16px;
    font-size: 14px;
    font-family: 'Proza Libre';
    line-height: 1;
    margin-bottom: 24px;
}

p.delivery-info {
    color: #9C5039;
    font-size: 12px;
    font-family: 'Proza Libre';
    font-weight: bold;
    margin-bottom: 24px;
}
.payment-info a{
  text-decoration: underline;
  margin-left: 10px;
}
.products.carousel .product-card:hover img {
    transform: scale(1.03);
}
.image-with-text__content h1{
  font-size: 48px;
}
.thb-secondary-cart svg{
  width:32px;
  height:32px
}
  /* Responsive Adjustments */
  @media (max-width: 1000px) {
      .four-column-section {
          grid-template-columns: repeat(2, 1fr);
      }
  }
.fsr-images-wrapper{
  display: none;
}
@media (max-width: 768px) {
  .fs-scroll-content {
    top: 125px !important;
}
  .thb-secondary-cart svg{
    width:22px;
  }
    .image-with-text__content h1{
    font-size: 32px;
            line-height: normal;
  }
  .image-with-text__content{
    padding: 25px 0;
  }
  .image-container{
    display: none;
  }
  .fsr-images-wrapper{
    display: block;
  }
  .feature_main .small-12.columns {
    min-width: 100%;
    padding: 0;
  }
    /* Featured Scroll */

  .fsr-section { 
    position: relative; 
    width: 100%; 
  }
  .fsr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 450px; /* section at least half screen height */
    box-sizing: border-box;
    width: 100%;
  }
  .feature_main .row .section-spacing-padding.section-spacing--disable-top,.feature_main .row .section-spacing-padding {
      width: 100%;
  }
  .fsr-subtitles-wrapper {
    flex: 0 0 100%; /* take 50% width */
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .fsr-subtitle {
    position: absolute;
    width: 100%;
    text-align: left;
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .fsr-images-wrapper {
    flex: 0 0 100%; /* take 50% width */
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fsr-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
  }
  .fsr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills container */
    display: block;
    border-radius: 10px;
  }

  .feature-section .image-container {
    position: relative;
    top: auto;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .feature-section .content {
    order: 2;
  }
  .image-with-text__image-media video {
    position: relative !important;
  }
  body:not('.template-page-canvas-and-loft') .image-with-text__image-media {
    padding-bottom: 0 !important;
  }
  .image-with-text__content h3.h3.title-new {
    font-size: 28px;
    margin-bottom:0;
  }
  .image-with-text__content.image-with-text__inner {
    padding: 16px 24px 28px !important;
  }
  #step_inside .image-with-text__content.image-with-text__inner{
    padding: 0px 0px 0px 0px !important;
  }
  #step_inside .image-with-text__content.image-with-text__inner {
    order: 1;
  }
  #step_inside .image-with-text__image {
    order: 2;
  }
  .home-first-section .image-with-text__image img {
    position: relative;
  }
  .image-with-text__content .subheading {
  }
  .home-first-section .image-with-text__content h1 {
    text-align: left;
  }
  .text-with-icons.heading-small h6 {
    font-size: 12px;
  }
  .text-with-icons.icon-small .text-with-icons__icon {
    height: 21px;
  }
  .text-with-icons {
    padding: 14px 0;
  }
  .section-slideshow {
    padding-top: 32px;
  }
  .slideshow .flickity-page-dots {
    padding: 0 15px !important;
  }
}


.jdgm-prev-badge[data-average-rating='0.00'] {
    display: flex !important;
    align-items: center;
}
.jdgm-widget.jdgm-widget {
    display: block !important;
}



/***Canvas and loft Start***/

.template-page-canvas-and-loft .cil-icon-scn {
    padding-block: 20px;
}
.home-first-section .subtext {
    letter-spacing: normal;
    font-weight: normal;
}

.template-page-canvas-and-loft .image-with-text__content h1 {
    margin-bottom: 5px;
}

.template-page-canvas-and-loft .home-buybutton .enableaddtocart {
      flex: 0 0 47%;
}


/* .template-page-canvas-and-loft:has(.stick) .addtocart-vist-btns {
    position: fixed;
    left: 0px;
    top: 80px;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px;
    border-bottom: #e9e9e9 1px solid;
    z-index: 99;
}

.template-page-canvas-and-loft:has(.stick) .addtocart-vist-btns .home-buybutton {
    max-width: 670px;
    margin: auto;
} */

.template-page-canvas-and-loft .fsr-subtitle {
  border-bottom:none !important;
}

.template-page-canvas-and-loft p.delivery-info {
    display: none;
}
.pdt-in-stock-d-text {
  display:none;
}
.template-page-canvas-and-loft .pdt-in-stock-d-text {
    font-size: 12px;
    font-family: 'Proza Libre';
    font-weight: bold;
    margin-bottom: 24px;
    color: #9C5039;
    display:block
}

.image-overlay-position {
    width: 100%;
    position: relative;
}

.image-overlay-position .image-overlay-text {
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Cormorant';
  transition:0.5s all;
  opacity:0;
}

.image-overlay-position .image-overlay-text:before {
  content: '';
  width: 2px;
  height: 90px;
  background-color: #fff;
  display: inline-block;
  z-index: 9;
  position: absolute;
  top: 85px;
  right: 0px;
  left: 0px;
  margin: auto;
  transform: rotate(-15deg);
}

.image-overlay-position .image-overlay-text.image-cont1 {
  top: 40px;
  left: 110px;
}
.image-overlay-position .image-overlay-text.image-cont1.content-sticky1 {
top: 50px;
opacity:1;
}
.image-overlay-position .image-overlay-text.image-cont2 {
  top: 200px;
  right: 145px;

}
.image-overlay-position .image-overlay-text.image-cont2.content-sticky2 {
  top: 140px;
  opacity:1;
}

.image-overlay-position .image-overlay-text.image-cont3 {
  bottom: 30px;
  left: 110px;
}

.image-overlay-position .image-overlay-text.image-cont3.content-sticky3 {
  bottom: 60px;
  opacity:1;
}


.image-overlay-position .image-overlay-text.image-cont3:before {
  right: 20px;
  left: auto;
transform: rotate(15deg);
  bottom:100%;
  top:auto;
  margin-bottom:20px
}


.image-overlay-position .image-overlay-text.image-cont2:before {
  right: auto;
  left: 20px;
  transform: rotate(15deg);
}
    

.template-page-canvas-and-loft .feature_main {
    margin-top: 0;
}
.template-page-canvas-and-loft .feature_main .feature-inner {
    padding-top: 0px;
}
.template-page-canvas-and-loft .thb-product-detail {
  padding-top:80px;
}


.template-page-canvas-and-loft .thb-product-detail .row {
    justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
   .template-page-canvas-and-loft  .home-buybutton {
        padding: 0 0px;
    }
}

@media(max-width:768px) {
  .template-page-canvas-and-loft .home-buybutton .enableaddtocart {
    flex: 0 0 100%;
  }
  /* .template-page-canvas-and-loft:has(.stick) .addtocart-vist-btns {
    top:60px;
    padding:5px 15px;
  } */
}

@media(max-width:767px) {
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns{
    opacity:0;
  }
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns{
    opacity:1;
  }
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns a.text-button {
        max-width: 62%;
        flex: 0 0 62%;
        font-size: 11px;
        transition:none;
    }
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns .home-buybutton {
    gap: 8px;
    flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 320px;
        margin: 0px;
    
  }
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns .home-buybutton a.text-button {
    max-width: 62%;
    flex: 0 0 62%;
    font-size: 11px;
    padding: 8px 4px 6px;
  } 
  .template-page-canvas-and-loft:has(.stick-new) .addtocart-vist-btns .home-buybutton .enableaddtocart {
    flex: 0 0 35%;
    max-width: 35%;
    font-size: 11px;
    padding: 8px 4px 6px;
  }
  
}





/***Canvas and loft End***/

<Style>

@media only screen and (max-width: 768px) {
 .timeline-line div:last-child{
    margin-top: 0px !important;
  }
  .timeline-image{
    padding-top: 30px;
  }
  
}


/* Timeline Section Mobile Fix */
@media only screen and (max-width: 768px) {
  .timeline_outer {
    overflow: hidden;
  }
  
  .timeline-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto !important;
  }
  
  /* Hide timeline line and points in mobile */
  .timeline-line {
    display: none;
  }
  
  /* Stack images and texts vertically */
  .timeline-images,
  .timeline-texts {
    position: static !important;
    width: 100%;
    height: auto;
  }
  
  /* Make each timeline item a card */
  .timeline-image,
  .timeline-text {
    position: static !important;
    width: 100%;
    margin-bottom: 30px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  
  /* Remove active class styling for mobile */
  .timeline-image.active,
  .timeline-text.active {
    position: static;
  }
  
  /* Create card layout for each step */
  .timeline-text {
    order: 2;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 15px;
  }
  
  .timeline-image {
    order: 1;
  }
  
  .timeline-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* Ensure all content is visible */
  .timeline-scroll {
    height: auto !important;
    overflow: visible !important;
  }
  
  /* Remove pinning in mobile */
  .timeline-scroll .timeline-inner {
    position: static !important;
  }
}

/* Small mobile devices */
@media only screen and (max-width: 480px) {
  .timeline-text {
    padding: 15px;
    margin-top: 10px;
  }
  
  .timeline-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .timeline-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .timeline-image,
  .timeline-text {
    margin-bottom: 25px;
  }
}
/* Timeline Mobile CSS */
@media only screen and (max-width: 768px) {
  .timeline_outer {
    overflow: hidden;
  }
  
  .timeline-scroll {
    height: auto !important;
    overflow: visible !important;
  }
  
  .timeline-inner {
    display: flex !important;
    flex-direction: column !important;
    position: static !important;
    height: auto !important;
  }
  
  .timeline-line {
    display: none !important;
  }
  
  .timeline-images,
  .timeline-texts {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .timeline-image,
  .timeline-text {
    position: static !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  
  .timeline-image.active,
  .timeline-text.active {
    position: static !important;
  }
  
  .timeline-text {
    order: 2;
    padding: 20px;
    margin-top: 15px;
  }
  
  .timeline-image {
    order: 1;
  }
  
  .timeline-image img {
    width: 100%;
    height: auto;
  }
  
  .timeline-scroll .timeline-inner {
    position: static !important;
  }
}

@media only screen and (max-width: 480px) {
  .timeline-text {
    padding: 15px;
    margin-top: 10px;
  }
  
  .timeline-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .timeline-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .timeline-image,
  .timeline-text {
    margin-bottom: 25px;
  }
}

.mfs-section,
.usp-pin,
.usp-section,
.vk-gallery,
.hero-section {
  contain: layout paint style;
}

/* Keep global headings dark, but force the timer to be white */
h4.gta-timer__unit-value,
.gta-timer__unit-value,
.gta-timer__unit-label {
  color: #ffffff !important;
}

</style>