<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 6:0 Unexpected "5sktop"

**/
5sktop/* === Variables === */
:root {
  --color-heading: #857756;
  --color-body: #857756;
  --color-footer-bg: #E7E7E7;
  --color-sidebar-bg: #B9DBBF;
  --font-base: 'Lato', sans-serif;
}

/* === Universal === */
body {
  font-family: var(--font-base);
  color: var(--color-heading);
  margin: 0;
}

/* === Header === */
.site-header {
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #eee;
  padding: 1.5rem 2rem;
}


.site-logo {
  max-height: 60px;
}

.site-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.site-header__logo img {
  max-height: 60px;
  height: auto;
  width: auto;
}

@media (max-width: 768px) {
  body:not(.template-index) .logo-image {
    display: none !important;
  }
}

.site-header .header-wrapper {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.site-header .header-wrapper .logo-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.logo-wrapper {
  height: 100%;
  padding: 0 1rem;
  padding: 0 1rem;
}
.logo-wrapper img {
  max-height: 60px;
  margin: 0 auto;
  display: block;
}

.header-icons {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.header-icons a {
  color: #857756;
  transition: transform 0.2s ease, font-weight 0.2s ease;
}

.header-icons a:hover {
  color: #b9dbbf;
  font-weight: 500;
  transform: scale(1.05);
}

/* Header Down Arrow Padding */

button.p-8.text-scheme-text {
  padding: 0.5rem !important;
  padding-bottom: 0rem !important;
  width: auto;
  height: auto;
}


/* === Hide scroll arrow on mobile === */
@media (max-width: 444px) {
button.p-8.text-scheme-text {
    display: none !important;
  }
}


/* === Hamburger Menu === */
.hamburger-wrapper {
  position: absolute;
  top: 50%; left: 1.5rem;
  transform: translateY(-50%);
  z-index: 9998;
}

.hamburger {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0.75rem;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex; align-items: center; justify-content: center;
}

.burger-icon {
  width: 32px;
  height: 32px;
}

.burger-line {
  fill: #857756;
  stroke: white;
  stroke-width: 2.5;
  transition: fill 0.3s ease;
}

.hamburger:hover .burger-line {
  fill: #b9dbbf;
}

.hamburger:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}



/* Product Page Top Padding */
@media (max-width: 1024px) {
  body:not(.template-index) main {
    padding-top: 90px; /* Only apply on non-homepages */
  }
}


/* === Sidebar === */
.sidebar-container {
  background-color: #B9DBBF !important;
  color: #857756;
  font-family: 'Lato', sans-serif;
  padding: 1.5rem;
  max-width: 320px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.sidebar-container::-webkit-scrollbar {
  display: none;
}

.sidebar-container nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
}

.sidebar-container nav a {
  display: block;
  color: var(--color-body);
  padding: 0.25rem 0;
  font-weight: 300;
  transition: 0.2s ease;
  font-size: 15px; /* Or whatever size you want */
}

.sidebar-container nav a:hover {
  font-weight: 500;
  transform: scale(1.05);
}


.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none; /* hidden by default */
}
.menu-overlay.active {
  display: block;
}

/* === Sidebar Social Icon Hover (Matches Footer + Menu) === */
.sidebar-social li a svg {
  transition: fill 0.2s ease, transform 0.2s ease;
  fill: #857756;
  margin-top: 1rem;
}

.sidebar-social li a:hover svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
  fill: #857756;
  margin-top: 1rem;
}

/* === Swiper Navigation Arrows (Match Hamburger Menu Style) === */
.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid #857756;
  color: #857756;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  top: 40%;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml;utf8,&lt;svg fill='%23857756' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/&gt;&lt;/svg&gt;");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: scaleX(-1);
}

.swiper-button-prev::after {
  transform: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 1);
  border-color: #E7E7E7;
  border: 1px solid #857756;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 35%;
  }
}

/* === Swiper Pagination Bullets === */
.swiper-pagination-bullet {
  background-color: #857756 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background-color: #857756 !important;
  opacity: 1 !important;
}

.swiper-pagination {
  display: block;
  position: relative !important;
  margin-top: 60px !important;
  background: rgba(0,0,0,0); /* for visibility */
}


@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 3rem;
  }
}

/* === Swiper Slide Layout === */
.swiper-container,
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  height: 653px; /* Set consistent height */
}

.swiper-slide img {
  max-height: 100%;
  height: 100%;
  width: auto;
  object-fit: contain; /* or 'cover' */
  margin: 0 auto;
  display: block;
}

.swiper-slide-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


/* === Collection Slider Adjustments === */

/* Reduce spacing above the slider */
#collection-sliders .swiper {
  margin-top: 1rem !important;
}

#collection-sliders .section-header {
  margin-bottom: 2.5rem;
}



/* === Featured Collection Swiper Adjustments === */
.featured-collection-swiper {
  overflow: visible;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.featured-collection-swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}

.featured-collection-swiper .swiper-slide {
  width: 250px;
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.featured-header,
.slider-collection-header,
.text-2xl.font-bold {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 600; /* visually matches live better than 700 */
  color: #857756;
  text-align: center;
  margin-bottom: 1.5rem;
}



/* === Optional Desktop Spacing Override === */
.section-y-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* === Optional Mobile Spacing Override === */
@media (max-width: 768px) {
  .section-y-padding {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}


/* === Typography: Headings &amp; Links === */
.collection-slider h2,
.slider-text-block h2,
.slider-text-block h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #857756;
  font-size: 32px;
  margin-bottom: 0.5rem;
}

.collection-slider a,
.slider-text-block a {
  color: #857756;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

.collection-slider a:hover,
.slider-text-block a:hover {
  text-decoration: underline;
}


.container-center {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}

.logo-title {
  color: #857756;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 1px;
}


.logo-subtitle {
  font-size: 14px;
  color: #5E5E5E;
  font-family: 'Lato', sans-serif;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}

.small-title {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #857756;
  margin: 1rem 0;
  text-align: center;
}

.week-hours, .weekend-hours {
  background: #857756;
  width: 300px;
  margin: 0 auto;
  padding: 0 20px;
}


h3.logo-title {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  letter-spacing: 10px;
  font-weight: 800;
  color: #857756;
  text-transform: uppercase;
  margin: 3px 0 1px;
}

p.logo-title {
  font-size: 14px;
  color: #5E5E5E;
  font-family: 'Lato', sans-serif;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 27px;
  letter-spacing: 1px;
}

p.small-title {
  font-size: 18px;
  font-weight: 700;
  color: #857756;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

p.days {
  color: #857756;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

p.hours {
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.about-content {
  color: #514B3E;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.slider-divider {
  border: none;
  border-top: 2px solid #857756;
  width: 100%;
  margin: 1.5rem 0;
  text-align: center;
}

.slider-text-block {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
/* === CTA / Newsletter Button Style === */
.slider-text-block .button {
  font-family: 'Lato', sans-serif;
  background-color: #b3a47d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.3s ease;
}

.slider-text-block .button:hover {
  background-color: #9d8b6a;
}

.slider-text-block .button::after {
  content: 'â†’';
  font-size: 1rem;
  line-height: 1;
}

/* === Layout &amp; Spacing for Text Block === */
.slider-text-block {
  padding: 40px 20px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

/* === Responsive Tweaks (Mobile First) === */
@media (max-width: 768px) {
  .slider-text-block {
    padding: 24px 16px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 16px;
  }
}

/* === Dyke &amp; Dean Footer Styling === */

.footer-wrapper {
  background-color: #B9DBBF;
  color: #857756;
  font-family: 'Lato', sans-serif;
  padding: 4rem 2rem;
  font-size: 14px;
  font-weight: 300;
}
.footer-wrapper p {
  line-height: 1.4;
  font-weight: 300;
}
.footer-title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer_nav,
.footer_nav li {
  list-style: none;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.footer_nav li {
  margin-bottom: 10px;
}

.footer-wrapper a,
.footer-wrapper .footer_nav a {
  color: #857756;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-wrapper a:hover,
.footer-wrapper .footer_nav a:hover {
  transform: scale(1.05);
  font-weight: 500;
}



/* === Accordion Chevrons === */
.icon-down svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: #857756;
}

.expand-icon.expanded .icon-down svg {
  transform: rotate(180deg);
}

.expand-icon + .footer_nav {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}

.expand-icon.expanded + .footer_nav {
  max-height: 500px;
  opacity: 1;
}

/* Desktop always expanded */
@media (min-width: 768px) {
  .icon-down {
    display: none;
  }
  .footer_nav {
    max-height: none !important;
    opacity: 1 !important;
  }
}

/* === Newsletter === */
.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* â† this is the key */
  text-align: right;
}
.footer-newsletter small {
  margin-bottom: 1rem;
  display: block;
}

#FooterNewsletter {
  display: flex;
  margin-top: 1rem;
  max-width: 480px;
  width: 100%;
  margin-bottom: 1rem;
}

#FooterNewsletter input[type="email"] {
  background-color: #e7e7e7;
  color: #857756;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0.75rem 1rem;
  border: 1px solid #857756;
  border-radius: 0;
  outline: none;
  flex: 1;
  min-width: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#FooterNewsletter button[type="submit"] {
  background-color: #857756;
  color: white;
  border: 2px solid #857756;
  padding: 0 1.5rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}

#FooterNewsletter button:hover {
  background-color: #E7E7E7;
  color: #857756;
  transform: scale(1.05);
  filter: drop-shadow(0 0 2px #b9dbbf);
}

#ContactForm{
margin-bottom: 1rem;
}

/* === Newsletter Responsive === */
@media (max-width: 767px) {
  #FooterNewsletter {
    flex-direction: column;
  }

  #FooterNewsletter input[type="email"] {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  #FooterNewsletter button[type="submit"] {
    width: 100%;
  }

  .icon-down svg {
    width: 22px;
    height: 22px;
  }
}

/* === Social Icons === */
.footer-social .social-icons {
  display: flex;
  justify-content: flex-end; /* Aligns right on row */
  gap: 1.25rem;
  padding: 0;
  margin-top: 1rem;
  list-style: none;
}


.footer-social .social-icons a {
  display: block;
  width: 26px;
  height: 26px;
  outline: none;
}

.footer-social .social-icons svg {
  width: 100%;
  height: 100%;
  fill: #857756;
  transition: fill 0.2s ease, transform 0.2s ease;
}

.footer-social .social-icons svg:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* === Localization Selects === */
.footer-select select {
  background-color: #E7E7E7;
  border: 1px solid #857756;
  color: #857756;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,&lt;svg fill='%23857756' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;/svg&gt;");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
}


.footer-select select:focus {
  outline: none;
  border-color: #514B3E;
  box-shadow: 0 0 0 1px #514B3E;
}

.footer-select select option {
  background-color: #E7E7E7; /* Light background for options */
  color: #857756; /* Ensures text is visible */
}

.footer-localization {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  max-width: 300px;
}

@media (max-width: 767px) {
  .footer-localization {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.footer-localization &gt; div {
  margin-bottom: 1rem;
}

#LanguageSelector {
  margin-bottom: 1rem;
}


.footer-select label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #857756;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.25rem;
}


/* === Footer Bottom Bar === */
.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #9D8D67;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  font-size: 13px;
  color: #857756;
  font-weight: 300;
}

/* === Hero === */

.hero-section .hero-image {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100vh;
}

.hero-section img { display: block; } 

.hero-section .hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 200px;
  display: block;
}


/* Responsive adjustments for the hero logo */
@media (max-width: 767px) {
  .hero-section .logo-overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px; /* Adjust size as needed */
    z-index: 10;
    padding-top: 50px;
  }
}

/* === Responsive Scaling for Hero Logo === */
.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  width: auto;
  height: auto;
  max-width: 30vw; /* scales with viewport width */
}

/* Mobile breakpoint override */
@media (max-width: 768px) {
  .hero-logo {
    max-width: 100px; /* cap size on smaller screens */
    padding-top: 80px;
  }
}


/* === Slider And Text === */

#shopify-section-slider-and-text .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#shopify-section-slider-and-text .swiper {
  overflow: hidden; /* hides peeking image */
}

.more-button.button {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.swiper-wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* === Fix Alignment of "MORE" Swiper Slide === */

.collection-swiper .swiper-slide:last-child .product-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2 !important;
  padding-bottom: 2 !important;
  height: 100% !important;
}

/* Remove margin pushing the button down */
.collection-swiper .swiper-slide:last-child .more-button {
  margin-top: 2 !important;
  margin-bottom: 2 !important;
}

.text-center.lg\:col-span-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-center.lg\:col-span-12 img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  height: auto;
}

/* === Unify Button Hover Effects === */
.btn:hover,
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* === Product Page === */

.single-option-selector {
  padding: 10px;
  border: 1px solid #857756;
  font-family: 'Lato', sans-serif;
  color: #857756;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
}

/* === Product Tab Styling === */
.faqAccordion .tab-button-title {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #857756;
  padding: 20px 0;
  border-bottom: 1px solid #857756;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faqAccordion .tab-button-title.open {
  background-color: transparent;
}

.faqAccordion .tab-content {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  color: #857756;
  line-height: 1.6;
  padding: 16px 0;
  border-bottom: 0px solid #D9D9D9;
}

.faqAccordion .chevron-faq {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}

.faqAccordion .chevron-faq div {
  width: 10px;
  height: 2px;
  background-color: #857756;
  transition: transform 0.3s ease;
}

.faqAccordion .tab-button-title:not(.open) .chevron-faq div:first-child {
  transform: rotate(45deg) translateY(2px);
}
.faqAccordion .tab-button-title:not(.open) .chevron-faq div:last-child {
  transform: rotate(-45deg) translateY(-2px);
}
.faqAccordion .tab-button-title.open .chevron-faq div:first-child {
  transform: rotate(-45deg) translateY(-2px);
}
.faqAccordion .tab-button-title.open .chevron-faq div:last-child {
  transform: rotate(45deg) translateY(2px);
}

.chevron-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #857756;
  border-bottom: 2px solid #857756;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 12px;
}

.tab-button-title.open .chevron-down {
  transform: rotate(-135deg); /* points up */
}

/* Accordion Tab Title */
.tab-button-title.faq-question {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #857756;
  padding: 20px 0;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #857756;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Accordion Tab Body */
.tab-content,
.tab-content p,
.tab-content ul,
.tab-content li {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 1.6;
}


.tab-content .description {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #5E5E5E;
  line-height: 1.6;
}

.tab-content p {
  margin-bottom: 1em;
}


/* Tab content container */
.tab-content {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #857756;
  padding: 16px 0;
  border-left: 0px solid #D9D9D9;
  border-right: 0px solid #D9D9D9;
  border-bottom: 0px solid #D9D9D9;
  border-top: 0px solid #D9D9D9;
}

/* === Breadcrumbs === */
#main-breadcrumbs {
  padding-top: 6rem; /* Default: Desktop header height (~96px) */
  position: relative;
  z-index: 10;
}

/* Large desktops â€” optional */
@media (min-width: 1280px) {
  #main-breadcrumbs {
    padding-top: 7rem; /* If your header is taller on widescreens */
  }
}

/* Tablets and medium screens */
@media (min-width: 750px) and (max-width: 1279px) {
  #main-breadcrumbs {
    padding-top: 5rem; /* Slightly reduced if header is shorter */
  }
}

/* Mobile */
@media (max-width: 749px) {
  #main-breadcrumbs {
    padding-top: 2rem; /* Mobile header height (~48px) */
  }
}




@media screen and (max-width: 749px) {
  .hide-on-desktop {
    display: block !important;
  }
}
/* Hide element on desktop view (750px and up) */
.hide-on-desktop {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .hide-on-desktop {
    display: block !important;
  }
}

/* Hide element on mobile view (below 750px) */
.hide-on-mobile {
  display: block !important;
}

@media screen and (max-width: 749px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Button Hover Transition Effect */
.btn,
.more-button {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #857756;
  color: #857756;
  transition: color 0.4s ease, border-color 0.4s ease;
}

.btn::before,
.more-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B9DBBF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.btn:hover::before,
.more-button:hover::before {
  transform: scaleX(1);
}

.btn:hover,
.more-button:hover {
  color: white; /* or #fff or another on-brand hover text color */
  border-color: #B9DBBF;
}

/* Reduce padding for section blocks */
.py-10.md\:py-16 {
  padding-top: 2rem !important;  /* Adjust as needed */
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .py-10.md\:py-16 {
    padding-top: 2rem !important; /* Adjust as needed */
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .section--y-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Adjust/Overide Margin for section blocks */
.collection-image[style*="margin-bottom"] {
  margin-bottom: 1.5rem !important; /* or 0 if you want none */
}


/* Slider Collection Title Top Padding */
  .text-2xl {
    margin-top: 20px;
  }
/* bcpo custom styles */

/* Selected swatch border color */
#bcpo .bcpo-images input:checked + label,
#bcpo .bcpo-colors input:checked + label {
  box-shadow: 0 0 0 3px #b9dbbf !important;
  -webkit-box-shadow: 0 0 0 3px #b9dbbf !important;
}

/* Selected button background color */
#bcpo .bcpo-front-button-option:checked + .bcpo-front-button-label {
  background: #857756 !important;
  color: #5E5E5E !important;
  border-radius: 25px;
}

/* Unselected button styling */
#bcpo .bcpo-buttons label.bcpo-front-button-label,
#bcpo button.bcpo-front-button-label {
  background: #E7E7E7 !important;
  color: #5E5E5E !important;
  border: 1px solid #A0A0A0 !important;
  border-radius: 25px;
}

/* Custom dropdown styling (arrow and border) */
#bcpo .bcpo-default select,
#bcpo .bcpo-select select,
#bcpo .bcpo-dropdown select {
  color: #5e5e5e !important;
  border: 2px solid #857756 !important;
  background: #E2E2E2 url('/cdn/shop/t/6/assets/ico-select.svg?v=6348648732451552209') no-repeat scroll right 10px center !important;
}

/* If needed, also this version with inline SVG fallback */
#bcpo .bcpo-default select {
  background: transparent url("data:image/svg+xml;utf8,&lt;svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;path d='M0 0h24v24H0z' fill='none'/&gt;&lt;/svg&gt;") no-repeat scroll right 2px center !important;
}
/* Force background override for BCPO dropdowns */
#bcpo select.bcpo-single-option-selector,
#bcpo select.single-option-selector,
#bcpo .bcpo-select select,
#bcpo .bcpo-dropdown select,
#bcpo select[id^="bcpo-select-option-"] {
  background: #E2E2E2 url('/cdn/shop/t/6/assets/ico-select.svg?v=6348648732451552209') no-repeat scroll right 10px center !important;
  color: #5E5E5E !important;
  border: 2px solid #857756 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
/* FINAL override to nuke white background from bcpo-front.css */
#bcpo select.bcpo-single-option-selector {
  background-color: #E2E2E2 !important;
}
/* Tariff Consent Container */
.cart-tariff-consent {
  font-family: 'Lato', sans-serif;
  background-color: #F9F9F9;
  border: 1px solid #857756;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.5rem;
  font-size: 13px;
  color: #4A3E2C;
  line-height: 1.6;
}

/* Flex container that stacks items vertically */
.cart-tariff-consent label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-direction: row;
}

/* Multiline layout inside label */
.cart-tariff-consent label span {
  display: block;
  flex: 1;
}

/* Checkbox styling */
.cart-tariff-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  transform: scale(1.2);
  accent-color: #857756;
}

/* Read More link */
.cart-tariff-consent a {
  color: #857756;
  font-weight: 500;
  text-decoration: underline;
}

.cart-tariff-consent a:hover {
  text-decoration: none;
}

/* Warning message */
#tariff_warning {
  color: #B00020;
  font-size: 0.9em;
  margin-top: 0.5rem;
  display: none;
}

.no-js-only {
  display: none;
}

html.no-js .no-js-only {
  display: inline;
}

/* ----------------------------
   Search Icon (top right)
   Controls the circular icon top-right
----------------------------- */
.search-trigger {
  background-color: transparent;
  border-radius: 9999px;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 48px;                  /* Make background circle larger */
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-trigger svg {
  width: 25px;                  /* Slightly smaller magnifying glass */
  height: 25px;
  stroke: #857756;
  stroke-width: 1.5;
  fill: #857756;
}

.search-trigger:hover {
  background-color: #ffffff;
  opacity: 0.8;
}

.search-trigger:hover svg,
.search-trigger:hover svg path {
  stroke: #B9DBBF !important;
  fill: #B9DBBF !important;
  stroke-width: 2 !important;
}


/* ----------------------------
   Boost Search Input Container
   (centers and sizes the input bar)
----------------------------- */
.boost-search-container.search-bar-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 1rem 0 10rem !important; /* â¬…ï¸ Increased left padding */
  border-radius: 0 !important;
  pointer-events: all;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  position: relative;
  overflow: hidden;
}


/* Backup styles for misrendered containers */
.search-bar-container {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

/* ----------------------------
   Boost Search Input Styling
----------------------------- */
.boost-pfs-search-input,
.boost-sd__search-widget-init-input {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 1.5rem; /* Large readable input */
  padding: 1rem 1.5rem !important;
  border: 1px solid #857756 !important; /* Brand brown */
  border-radius: 20 !important;
  font-family: 'Lato', sans-serif;
  color: #857756 !important;
  background-color: #F2F2F2 !important; /* Softer than #E7E7E7 */
  outline: none;
  transition: border 0.2s ease;
}

.boost-pfs-search-input::placeholder,
.boost-sd__search-widget-init-input::placeholder {
  color: #857756 !important;
  opacity: 1;
  font-family: 'Lato', sans-serif;
}

.boost-pfs-search-input:focus,
.boost-sd__search-widget-init-input:focus {
  border-color: #ffffff;
}

/* ----------------------------
   Boost Search Results Overlay
----------------------------- */
.boost-sd__search-overlay {
  position: fixed;
  top: 4rem; /* Adjust if overlapping header */
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10000;
  overflow-y: auto;
}

.boost-sd__search-overlay[style*="display: none"] {
  display: none !important;
}

/* ----------------------------
   Hide Boost's Default Modal Form Banner
   (to prevent double bars / overlay clutter)
----------------------------- */
div.absolute.bg-white.border-t.border-gray-200.px-4.py-4.shadow-md {
  display: none !important;
}

.boost-sd__search-overlay ~ .hamburger-wrapper {
  display: none !important;
}

body:not(.boost-search-open) #bc-sf-search-box.boost-search-container.search-bar-container {
  display: none !important;
}

.ucd-tariff-consent br {
  display: block;
  margin-bottom: 0.5rem;
  content: ""; /* just in case for pseudo styles */
}

.ucd-tariff-consent label &gt; div {
  line-height: 1.6;
}

/* Gorgias Help Center styling */
#faq-help,
#gorgias-help-center {
  background-color: #f8f8f8 !important;
  color: #333 !important;
  font-family: 'Lato', sans-serif !important;
}

/* Map styling */
/* Fix for Google Maps container height */
#shop-map,
#warehouse-map {
  min-height: 256px; /* set your intended visible height */
  height: auto !important; /* override any 100% height from Google wrapper styles */
}

@media screen and (max-width: 768px) {
  #shop-map,
  #warehouse-map {
    min-height: 200px;
  }
}

.gm-style {
  height: 100% !important;
}

.contact-box h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #857756;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-box {
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.font-heading {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #857756;
}

.text-brand-dark {
  color: #5E5E5E;
}

.text-brand-muted {
  color: #857756;
}

.contact-form textarea {
  background-color: rgba(255, 255, 255, 0.45);
}
</pre></body></html>