/** Shopify CDN: Minification failed

Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 23:14 Expected identifier but found whitespace
Line 23:16 Unexpected "{"
Line 23:25 Expected ":"
Line 23:76 Expected ":"
Line 24:17 Expected identifier but found whitespace
... and 13 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:comparison-table-slider (INDEX:9, SCOPED:FALSE) */
.section-{{ section.id }}-padding {
  background-color: {{ section.settings.background_color }};
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}  

.comparison-section--swipeable {
    background: #f1e5d9 !important;
}

@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
} 

.table_content {
    background-color: #F1E5D9;
    border-radius: 0;
    overflow: hidden;
    padding: 40px 20px;
    max-width: 70rem;
    margin: 0 auto;
}
.bigtext {
    max-width: 13rem;
    opacity: 1;
}
/* .table_content .section-heading-custom {
    font-size: 45px;
    margin: 0;
} */

.table_content .section-subheading-custom {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    margin-top: 20px;
}  

.table_right_content img.compare_site {
    max-width: 13rem;
}

.top_table_content {
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #1A1A1A;
}

.comparison-section--swipeable .top_table_content table:not([class]) {
  box-shadow: none !important;
}

.comparison-section--swipeable table:not([class]) td, 
.comparison-section--swipeable table:not([class]) th {
  border: none !important;
}

.comparison-section--swipeable th.left_top_content {
    width: 48%;
}

.comparison-section--swipeable th.forchics.tabletile.right_content {
    width: 26% !important;
    padding: 0;
    background: #BDA185;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    opacity: 1;
}  

table {
    width: 100%;
}

.table_right_content {
    text-align: center;
    display: flex;
    justify-content: center;
}

.right-col-img {
   display: flex;
    justify-content: center;
}

.top_table_content h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

.top_table_content h2 {
    font-weight: 700;
}

.compare_sec--details table {
    border: none;
}

.top_table_content table:not([class]) {
    box-shadow: none;
}

table:not([class]) {
  box-shadow: none;
}

.comparison-section--swipeable .com_right-side {
  width: 100%;
}

.com_right-side tr.tablelooprow {
    color: #fff;
    border-bottom: 1px solid #1A1A1A;
    border-radius: 3px 0 0;
}

.com_right-side tr.tablelooprow:last-child {
    border: none;
}

.com_right-side td.tabletile {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
}

.com_right-side td.tabletitle {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
}

.comparison-section--swipeable .com_right-side td.forchics {
    background: #bda185;
    color: #000;
    text-align: center;
    width: 26%;
}

.comparison-section--swipeable .com_right-side td.tabletile.other_content {
    width: 26%;
}

.com_right-side img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin: 0 auto;
}

tr.tablelooprow:last-child td.forchics {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.comparison-section .section-heading-custom {
    margin: 0;
    font-size: 42px;
    font-family: Playfair Display, serif;
    text-align: center;
    line-height: 48px;
    font-weight: 600;
}
.comparison-section--swipeable .com_right-side table {
    box-shadow: none !important;
}
@media screen and (min-width: 990px) {  
.table_content .section-subheading-custom br {
    display: none;
}
}
@media screen and (max-width: 769px) {
.table_right_content img.compare_site, .bigtext {
    max-width: 92px;
    margin: 0 auto;
    opacity: 1;
} 

.com_right-side td.tabletitle {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 5px;
}  

table:not([class]) td, table:not([class]) th {
    padding: 10px 0;
}  

.comparison-section--swipeable .table_content {
    padding: 40px 2px;
    margin-bottom: 0;
}  
}

@media screen and (max-width: 480px) {
.top_table_content h2 {
  font-size: 14px;
}
.comparison_price {
  width: 48%;
}   
.table_right_content img.compare_site, .bigtext {
    max-width: 65px;
    margin: 0 auto;
    opacity: 1;
} 
.com_right-side td.tabletitle {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 5px;
}   
/* .table_content .section-heading-custom {
    font-size: 30px;
}   */
/* .table_content .section-subheading-custom {
    font-size: 18px;
    margin-top: 15px;
}   */
.com_right-side img {
    width: 22px;
    height: 22px;
}
}   

/* instead of .splide__slide */
.tns-item {
  padding: 0 10px;
}

/* instead of .splide__pagination */
.tns-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

/* instead of .splide__pagination__page */
.tns-nav > [data-nav] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #CC9196;
  cursor: pointer;
}

.tns-nav > .tns-nav-active {
  background-color: #CC9196;
}

.block-table-labels {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 2.5rem;
    font-size: 14px;
    font-weight: 500;
    /* flex-wrap: wrap; */
    line-height: 1.3;
    padding: 0 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.block-table-labels span {
    color: #000000;
    cursor: default;
    transition: color 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.block-table-labels span.active {
  color: #775532; 
  text-decoration: underline;
}

.comparison-section--swipeable .read_more {
  margin: 0;
  text-align: center;
  color: #b4747a;
}

.carousel-slide.table_content__inner {
    padding: 20px 10px 50px 15px;
}

.comparison-section--swipeable .top_table_content {
    margin-top: 0;
}

.carousel-slide.table_content__inner {
    border: 1px solid #FBF5EF;
    border-radius: 20px;
    background: #FBF5EF;
    margin-top: 18px;
}

.comparison-section--swipeable .com_right-side td.tabletitle {
  font-size: 14px;
    padding-left: 6px;
    text-align: left;
}

.comparison-section--swipeable {
  background: #FFF2F2;
}

.comparison-section--swipeable .table_content {
  background: #F1E5D9;
  text-align: center;
}

.comparison-section--swipeable .tns-nav {
  margin-top: 1rem;
  gap: 5px;
  align-items: center;
}

.comparison-section--swipeable .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #775532;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: transparent;
  margin: 0 5px; /* optional spacing */
}

.comparison-section--swipeable .tns-nav .tns-nav-active {
  background-color: #775532;
  border: 2px solid #fff;
  outline: 1px solid #775532;
  width: 15px;
  height: 15px;
}

.comparison-section--swipeable .tns-outer {
  display: flex;
  flex-direction: column-reverse;
}

.comparison-section--swipeable .read_more {
    color: #775532;
}

.comparison-section--swipeable .table_content {
    padding-bottom: 8px;
}

.top_table_content th {
    opacity: unset;
}

.comparison-table-slider {
  background: #f8f1e9;
}
/* END_SECTION:comparison-table-slider */

/* START_SECTION:product-customizer (INDEX:68, SCOPED:FALSE) */
.free-gift-info-before-icon {
            width: 20px;
            height: 20px;
            margin: 0 8px 0 0;
        }
        .set-container {
            background: #fff8f1;
            border: 1px solid #d8c9b4;
            border-radius: 10px;
            padding: 15px;
            width: 100%;
            max-width: 500px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin: 0 auto 10px auto;

        }
        .set-header {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .price-section {
            text-align: right;
        }
        .current-price {
            font-size: 18px;
            color: #000;
            font-weight: bold;
        }
        .old-price {
            text-decoration: line-through;
            color: #a9a9a9;
            font-size: 14px;
            margin-left: 8px;
        }
        .set-options {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            border-radius: 8px;
        }
        .option {
            text-align: center;
        }
        .option select {
            width: 100%;
            padding: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            font-size: 12px;
            margin-bottom: 10px;
            background: white;
        }
        .option img {
            width: 100%;
            height: auto;
            object-fit: cover;
            margin: 0 auto 8px;
            display: block;
            border-radius: 6px;
            border: 1px solid #e2d4c1;
        }
        .product-title {
            font-size: 12px;
            color: #333;
            margin-bottom: 5px;
            font-weight: 500;
            text-decoration: underline;
        }
        .free-gifts-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
            font-weight: 500;
            font-size: 14px;
        }
        .gift-items {
            display: flex;
            gap: 10px;
        }
        .gift {
            background: #fff;
            border: 1px solid #e2d4c1;
            border-radius: 10px;
            text-align: center;
            flex: 1;
            padding: 10px;
        }
        .gift img {
            width: 50px;
            height: 50px;
            margin: 5px auto;
            display: block;
            border-radius: 6px;
        }
        .gift .tag {
            background: #8b6b3a;
            color: #fff;
            font-size: 10px;
            padding: 2px 8px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 5px;
        }
        .gift p {
            font-size: 11px;
            color: #333;
            margin: 0;
        }
        .add-to-cart-btn {
            width: 100%;
            background: #8b6b3a;
            color: white;
            border: none;
            padding: 15px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            margin-top: 20px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .add-to-cart-btn:hover {
            background: #7a5a2a;
        }
        .loading {
            text-align: center;
            padding: 20px;
            color: #8b6b3a;
            grid-column: 1 / -1;
        }
        .variant-info {
            font-size: 11px;
            color: #666;
            margin-top: 5px;
        }
        .free-gift-info-section.text-center {
            display: flex;
            gap: 20px;
            text-align: center;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        .free-gift-info-icon-svg{
            width: 20px !important;
            height: 20px !important;
        }

        /* NEW LOADER STYLES */
        .bundle-wrapper {
            position: relative;
        }
        .loader-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 248, 241, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 100;
            border-radius: 10px;
        }
        .loader-content {
            text-align: center;
        }
        .loader-image {
            width: 150px !important;
            height: 150px !important;
            margin: auto;
        }
        .loader-text {
            font-size: 16px;
            color: #8b6b3a;
            font-weight: 500;
        }

        @keyframes fadeIn { from { opacity:0; transform:scale(0.9); } to { opacity:1; transform:scale(1); } }
        #free-gifts-popup-modal { display: none; position: fixed; z-index: 9999; inset: 0; background: rgba(0, 0, 0, 0.6); justify-content: center; align-items: center; padding: 20px; }
        @media (max-width: 480px) { 
            #free-gifts-popup-modal div {
                 max-width: 100%;
                 } 
                 .popup-header,.popup-content-section{ 
                padding:10px;
                 }
            
        }
        #free-gifts-popup-modal .popup-info-text { margin: 0 0 18px 0; font-size: 22px  ; line-height: 1.5; color: #555; text-align: left; }
        #free-gifts-popup-modal .popup-content-section { padding: 0 30px 20px; }
        #free-gifts-popup-modal .popup-modal-content { background:#fff; border-radius:12px; max-width:440px; width:100%; padding:0; box-shadow:0 4px 15px rgba(0,0,0,0.3); position:relative; animation:fadeIn 0.3s ease; font-family: Arial, sans-serif; overflow: hidden; }
        #free-gifts-popup-modal .popup-close { position:absolute; top:15px; right:20px; font-size:40px; cursor:pointer; color:#333; z-index: 10; }
        #free-gifts-popup-modal .popup-header {display:flex; align-items: center; gap: 15px;padding: 25px 30px 20px;  text-align: left; }
        #free-gifts-popup-modal .popup-header h3 { margin: 0; font-size: 24px; font-weight: 600; color: #333; letter-spacing: -0.2px; }
        #free-gifts-popup-modal .popup-body { padding: 20px 30px; text-align: left; }
        #free-gifts-popup-modal .popup-benefits-list { margin: 0 0 15px 0; }
        #free-gifts-popup-modal .popup-benefit-item { display: flex; align-items: flex-start; margin-bottom: 14px; gap: 10px; }
        
        span.free-gift-info-icon { border: 1px solid #000; border-radius: 100%; width: 20px; height: 20px; transform: rotate(180deg); }
        .header-img  img{ width: 50px; height: 50px; }
        .popup-bold { font-weight: bold; }
        .popup-underline { text-decoration: underline; }
        .popup-benefit-icon img {width: 20px;}
/* END_SECTION:product-customizer */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:shipping-insurance-widget (INDEX:173, SCOPED:FALSE) */
/* container */
.shipping-insurance__box {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  border: 1px solid #CECCCB;
  padding: .4rem 1rem;
}

/* simple placements only */
.shipping-insurance__icon { margin-right: 0.75rem; }
.shipping-insurance__price { margin: 0 0.75rem; }

/* toggle (barebones) */
.shipping-insurance__toggle input {
  appearance: none;
  width: 2.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}
.shipping-insurance__toggle input::after {
  content: "";
  position: absolute;
  top: 1px; 
  left: 2px;
  width: 1rem; height: 1rem;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(0);
  transition: transform 150ms ease;
}

.shipping-insurance__toggle input:checked {
  background: #d1d1d1;
}

.shipping-insurance__toggle input:checked::after {
  transform: translateX(1rem);
}

.shipping-insurance__title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1px;
}

.shipping-insurance__subtitle {
    font-size: 12px;
    line-height: 1.2;
}
/* END_SNIPPET:shipping-insurance-widget */