/** Shopify CDN: Minification failed

Line 234:20 Unexpected "{"
Line 234:29 Expected ":"

**/


/* CSS from section stylesheet tags */
.shipping-progress-wrapper {
    border: 1px solid #ddd;
    padding: 1em;
    border-radius: 8px;
    background: #f9f9f9;
    max-width: 600px;
    margin: 1em auto;
    font-family: system-ui, sans-serif;
  }
  .progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 0.3em;
    color: #666;
  }
  progress {
    width: 100%;
    height: 10px;
    appearance: none;
  }
  progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 5px;
  }
  progress::-webkit-progress-value {
    background-color: #0077ff;
    border-radius: 5px;
  }
  .shipping-status {
    margin-top: 0.5em;
    font-size: 0.95em;
  }
  .underlined-link {
    text-decoration: underline;
    color: #0077ff;
  }
#root > [class*="shopify-section-extra-header-bar"] {
    position: relative;
    z-index: 99;
    width: calc(100% + var(--rpp) * 2) !important;
    margin-left: var(--rpn);
    margin-right: var(--rpn);
    background: var(--body_bg);
    color: var(--primary_text);
    --ar_c: var(--primary_text);
  }

  /* Default state: header bar will scroll with the page */
  .header-alert-bar {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #d9aa16; /* default color */
    color: #fff;
    font-size: 1.4rem;
    padding: 0 var(--rpp);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
  }

  /* When the fixed class is added, we change to a fixed position */
  .header-alert-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 var(--rpp);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow when fixed */
    background-color: #d9aa16;
    transition: top 0.3s ease-in-out; /* Smooth top transition when fixing */
    z-index: 99; /* Ensures it's on top when fixed */
  }

  /* Color variations */
  .header-alert-bar--warning {
    background-color: #e94141;
  }
  .header-alert-bar--black {
    background-color: #000;
  }

  /* Container inside the bar */
  .header-container {
    max-width: var(--ghw);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .header-container__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  /* Text styling */
  .header-container__content p {
    margin: 0;
    line-height: 1.2;
  }

  /* Code "button" (div styled as button) */
  .header-code {
    background-color: #12a948;
    border-radius: 9999px;
    padding: 0.75rem 0.75rem;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    min-width: 120px;
    cursor: pointer; /* Makes it appear clickable */
    transition: opacity 0.3s ease-in-out;
  }

  .header-code:hover {
    opacity: 0.8;
  }

  .header-code .code-label {
    margin-right: 0.5rem;
  }

  .header-code .code {
    font-weight: bold;
    margin-right: 0.5rem;
  }

  .header-code img {
    width: 15px;
    height: 15px;
  }

  .hidden {
    display: none;
  }

  /* Responsive tweaks */
  @media (max-width: 767px) {
    .header-alert-bar {
      font-size: 1.2rem;
    }
    .header-container {
      flex-direction: column;
      gap: 8px;
      padding: 10px 0;
    }
  }

  @keyframes scroll-text {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
  }

  .header-alert-bar.scrolling p {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-text 15s linear infinite;
  }
#root .shopify-section-header #nav.nav-content {
    background: #fff;

    @media screen and (min-width: 900px) {
      background: inherit;
    }
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li a {
    font-size: 18px;
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li ul.wide {
    background: #fff;
  }

  #root .shopify-section-header #nav.nav-content ul.desktop-hide li ul.wide li ul li {
      border-bottom: 1px solid #e0e0e0;
      font-weight: 400;
      padding: 0;
  }


  #root .shopify-section-header #nav.nav-content ul.desktop-hide li a.main-cat-toggle {
    /*display: block;
    width: 100%;
    height: 20px;
    text-indent: 0;
    position: relative;
    left: 0;*/
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      padding: 0;

  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub a:not(.toggle) {
    padding: 12px 15px;
    background: #ededed;
    border-bottom: 1px solid #e0e0e0;
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub a:not(.toggle):before {
    right: 0;
  }

  #root .shopify-section-header #nav.nav-content ul.categories-menu.desktop-hide li.sub ul.wide li ul li a {
    background: transparent;
    border: none;
    padding: 12px 15px;
  }
.base-title {
    margin-bottom: 23px;
  }
  
  .cart-empty:not(.hidden) ~ * { display: none; }
  #shopify-section-{{ section.id }} .accordion-a details > div > *:last-child {
    margin: 0!important;
  }

  .cart-item header h2 a {
    font-size: 18px;
  }

  .product-options {
    font-size: 16px;
    color: #808080;
  }

  .cart-item .delivery-text {
    font-size: 16px;
    margin-top: 6px;
  }

  .cart-item .delivery-text .overlay-valid {
    align-items: center;
  }

  .cart-item .price {
    font-size: 24px;
    font-weight: 400;
  }

  aside .aside-title {
    border-bottom: 1px solid #ececec;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }

  aside .totals-block, aside .discount-block {
    background: #e5e5e5;
    margin: 0 0 18px 0;
    padding: 20px;
  }

  aside .discount-block .discount-block__title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }

  aside .totals-block, aside .discount-block .discount-block__disclaimer {
    display: block;
    margin-top: 5px;
  }

  aside .discount-block .disclaimer-link {
    font-style: italic;
  }

  aside .discount-block .disclaimer-link a {
    text-decoration: underline;
    color: #000;
  }

  aside .totals-block .payment-methods-list {
    margin: 0;
    padding: 0;
  }

  aside .totals-block button.checkout-btn svg, .mobile-only button.mobile-order-btn svg { 
  width: 16px;
  height: 16px;
  margin-left: 15px;
  fill: #fff;

}


  aside .totals-block .trust-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  aside .totals-block .trust-badge svg {
    width: 15px;
  } 
  aside .totals-block .trust-badge svg, aside .totals-block .trust-badge p {
    display: inline;
    
  }

  aside .totals-block .sub-total-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 20px;
  }

  aside .totals-block .sub-total-row .price {
    font-size: 26px;
    font-weight: 400;
  }

  aside .totals-block .shipping-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 14px;
  }

  aside .totals-block .shipping-row .price {
    font-size: 18px;
    font-weight: 500;
  }

  .mobile-link-btn {
    flex-direction: column;
  }

  .mobile-link-btn .mobile-only.sub-total-row {
    display: flex !important;
    width: 100%;
  }

  .mobile-link-btn .mobile-only.shipping-row {
    display: flex !important;
    width: 100%;
  }

  .free-shipping-block {
    background: #f3f3f3;
    color: #000;
		padding: 15px 20px;
		margin-bottom: 20px;
  }

  .free-shipping-block--success {
    background: #e3f2e3;
    color: var(--alert_valid);
  }

  

  .free-shipping-block p {
    
    font-size: 14px;
		margin-bottom: 10px;
  }

  .free-shipping-block p.success {
    margin: 0;
  }



  .progressbar-holder {
    background: #fff;
    border-radius: 8px;
    height: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
	}

  .progressbar-value {
    background: #d9aa16;
    height: 8px;
	}
.facet-blocks-section {
		display: inline-block;
		margin-bottom: 25px;
		padding: 0;
		width: 100%;

		@media screen and (min-width: 900px) {
			height: 100%;
      margin-bottom: 20px;
      padding: 0 15px 0 0;
      vertical-align: top;
      width: calc(25% - 15px);
		}
	}

	.facet-blocks-list-section h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

  	.facet-blocks__content {
      	font-size: 13px;
		margin: 20px 0;
		max-width: 100%;

		@media screen and (min-width: 900px) {
			font-size: 12px;
		}
  	}

  	.facet-blocks__content.no-margin-top {
      	margin-top: 0;
  	}

  	.facet-blocks__content.no-margin-bottom {
      	margin-bottom: 0;
  	}

  	.facet-blocks__content ul {
    	display: block;
    	list-style: none;
    	margin: 0;
    	padding: 0;
  	}
.seo-section h2, .seo-section h3, .seo-section h4 {
    font-size: 15px;
    font-weight: 700;
}

.seo-section p, .seo-section ol, .seo-section ul {
    font-size: 12px;
}
h2 {
  font-size: 20px;
}
  
#root .link-btn a.inv.to-cart-btn,
#root .link-btn a.inv.to-cart-btn:hover {
  font-weight: 400;
  color: #000 !important;
}

#root .link-btn a.inv.to-cart-btn:before {
  border-color: #000;
}

  
#root .link-btn a.inv.to-cart-btn:hover:before {
  background: transparent;
}

#root .link-btn.checkout-btn span span {
 display: flex;
  align-items: center;
  justify-content: center;
}
  
#root .link-btn.checkout-btn span span svg { 
  width: 19px;
  height: 19px;
  margin-left: 10px;
  fill: #fff;

}

.shipping-block {
    background: #f8f5f4;
    color: #000;
		padding: 15px 20px;
		margin-bottom: 20px;
}

.shipping-block.shipping-block--success {
  background: #e3f2e3;
  color: var(--alert_valid);
}

.shipping-block .progressbar-holder {
    background: #fff;
    border-radius: 8px;
    height: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
	}

  .progressbar-value {
    background: #d9aa16;
    height: 8px;
	}

  .shipping-block p {
    font-size: 13px;
    margin: 0;
  }
.sticky-variant-picker {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-left: 0 !important;
  justify-content: space-between;
}

.sticky-variant-picker .variant-price {
  display: block;
  font-size: 16px;
  font-weight: 600;

  @media screen and (min-width: 900px) {
      display: none;
  }
}

/* CSS from snippet stylesheet tags */
#modals-root {
    position: relative;
    z-index: 999999;
  }

  .modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
  }

  .modal.is-open {
    display: block;
  }

  .modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .modal.is-open .modal__backdrop {
    opacity: 1;
  }

  .modal__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(500px, calc(100vw - 40px));
    max-height: 80vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;

    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .modal.is-open .modal__dialog {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
  }

  .modal__title {
    margin: 0;
    font-size: 1.2rem;
  }

  .modal__close {
    background: none;
    color: #666;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    min-height: 32px !important;
    min-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
    transition: color 0.2s ease;
  }

  .modal__close:hover {
    color: #c00 !important;
  }

  .modal__body {
    padding: 20px;
    overflow: auto;
  }

  .modal__button {
    border: none;
    position: relative;
    background: none;
    padding: 0;
    transition: color 0.2s ease;
    padding: 0;
    border-radius: 6px;
    font-weight: 600;
    line-height: 19.6px;
    max-width: 111px;
    width: 111px !important;
    padding: 6px 8px;
    min-height: 32px !important;
    font-size: 14px;
  }

  .modal__button-text {
    margin-right: 4px;
  }

  .modal__button-icon {
    position: absolute;
  }

  .action-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }

  .action-steps__item {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .action-steps__number {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .action-steps__item-step {
    margin: 0;
    flex: 1;
  }

  .body--modal-open {
    overflow: hidden;
  }
.badge {
    display: inline-block;
    font: inherit;
    font-weight: 600;
    padding: .5rem 1.5rem;
    border-radius: 6px;
    background: #d9aa16;
    color: #fff;
    white-space: nowrap;
  }
nav.breadcrumbs-block {
    font-size: 15px;
    margin-top: 5px !important;
    margin-bottom: 20px;
  }
  nav.breadcrumbs-block ol {
    margin: 0;
  }
  .n6br li {
    color: #888;
  }
  .n6br li a {
    color: #000;
    opacity: 1;
  }
  .n6br li:before {
    content: ' > ' !important;
    opacity: 1;
  }
summary {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	margin: 0 0 5px 0;
	padding: 24px 10px 24px 0;
}

summary i {
	color: #d9aa16;
}

summary .open-item-icon {
	display: none;
}

summary .closed-item-icon {
	display: block;
}

details[open] summary .closed-item-icon {
	display: none;
}

details[open] summary .open-item-icon {
	display: block;
}

details.solid-bg summary {
	margin-bottom: 0;
}

details div {
	padding: 10px 0;
}

details.solid-bg div {
	background: #ece7e0;
    padding: 10px 0 0 0;
}
.mobile-filter-btn, .sticky-mobile-filter-btn {
    width: 100%;
    justify-content: center;
    background: #12a948;
    border-radius: 4px;
  }

  .mobile-filter-btn a {
    padding: 10px 0 !important;
  }
  
  .sticky-mobile-filter-btn a {
    padding: 10px 16px !important;
  }

  .mobile-filter-btn a,
  .sticky-mobile-filter-btn a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .sticky-mobile-filter-btn {
    top: auto !important;
    bottom: 16px !important;
    color: #fff;
    display: inline-block !important;
    position: fixed !important;
    transform: translate(calc(50vw - 50%));
    z-index: 10;
    width: auto;
    margin-bottom: 0px !important;

    @media screen and (min-width: 900px) {
      display:none !important;
    }
  }

  .sticky-mobile-filter-btn a {
    display: inline;
  }

  .mobile-filter-btn a span img, .sticky-mobile-filter-btn a span img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mobile-filter-btn a, .mobile-filter-btn a span,
    .sticky-mobile-filter-btn a, .sticky-mobile-filter-btn a span{
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
  }
.sub-item-title {
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
  }
.tooltip {
  	cursor: pointer;
	display: inline-block;
  	position: relative;
}

.tooltip svg {
	fill: #d9aa16;
	height: 16px;	
	width: 16px;
}

.tooltiptext {
  	background-color: black;
	border-radius: 4px;
	bottom: 30px;
	color: #fff;
	left: -150px;
	padding: 10px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 300px;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.info-title {
	font-weight: 600;
}

.tooltiptext p {
	margin: 5px 0 0 0;
}
html .product-card h3 a {
    word-break: auto-phrase;
  }

  .product-card figure {
    margin: 0;
    border-left: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    border-top: 1px solid rgba(232, 232, 232, 1);
  }

  .product-card figure,
  .product-card figure picture {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .l4cl figure+div {
    margin: 0;
  }

  .product-card::before {
    border-radius: 4px;
    border-left: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  }

  .product-card h3 {
    height: 100px;
  }

  .product-card h3.bundle-title {
    height: 80px !important;
  }

  .product-card-details {
    padding: 14px;
  }
  
  /* .product-card .color-block {
    height: 30px;
  } */

  .product-card .rating-block {
    height: 20px;
  }

  .product-card .delivery-text .overlay-valid {
      font-weight: 600;
      font-size: 13px;
  }

  .product-card-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(245, 245, 245, 1);
    gap: 16px;
  }
  
  @media only screen and (max-width: 760px) {
    .product-card-bottom {
      flex-direction: column;
      justify-content: flex-end;
      max-height: 110px;
    }

    .product-card-bottom .link-btn--bottom,
    .product-card-bottom .link-btn--bottom a.circle,
    .product-card-bottom .link-btn--bottom a.circle:before {
      width: 100% !important;
    }
  }

  .product-card .delivery-text {
    line-height: normal;
  }

  /* Set a consistent min-height and align text vertically */
  .product-card .delivery-text {
    min-height: 32px; /* Adjust as needed for your font/line-height */
    display: flex;
    align-items: center; /* Vertically center */
    justify-content: flex-start; /* Align text left */
  }

  .product-card .bundle-specifications {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 16px;
    height: 85px;
  }

  .product-card .bundle-specifications .bundle-specification {
    color: rgb(128 128 128 / 1);
    font-weight: 400;
    font-size: 14px;
    gap: .75rem;
    display: flex;
    align-items: center;
  }

  .product-card .bundle-specifications .bundle-specification svg {
    width: 26px !important;
    aspect-ratio: 1 / 1;
  }

  .product-card .price-line {
    height: 58px;
    
    
    

    @media screen and (min-width: 900px) {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; 
      display: flex; 
      height: auto;
    }


  }
.rating-holder ul  {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rating-holder ul li {
    display: inline-block;
}

.rating-holder ul li .icon-star {
    width: 20px;
    height: 20px;
    fill: #d9aa16;
}

.rating-holder ul li .icon-star.icon-empty-star {
    width: 20px;
    height: 20px;
    fill: #ccc;
}

.rating-holder ul li .icon-star.icon-half-star .bg-color {
    fill: #ccc;
}
.trust-badge,
  .trust-badge span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trust-badge span {
    flex-direction: row;
  }