#fw-section-hero-b34ad901-761e-447d-a9a4-df8c899ddb30 {
--color-primary: #e34208;
--color-primary-rgb: 227, 66, 8;
--color-background: #F4E9E9;
--color-background-rgb: 244, 233, 233;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 236;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #e34208;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: #e34208;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #e34208;
/* Dark-green shop button with T-shirt icon */
a[href="/collections/all"],
a[href="/collections/all/"],
a[href$="/collections/all"],
a[href*="/collections/all?"] {
  background: #465027 !important;
  background-color: #465027 !important;
  color: #ffffff !important;
  border: 2px solid #465027 !important;
  box-shadow: 0 8px 22px rgba(70, 80, 39, 0.3) !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease !important;
}

/* Keep the button lettering white */
a[href="/collections/all"] *,
a[href="/collections/all/"] *,
a[href$="/collections/all"] * {
  color: #ffffff !important;
}

/* White T-shirt icon */
a[href="/collections/all"]::before,
a[href="/collections/all/"]::before,
a[href$="/collections/all"]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  background-color: #ffffff;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.3 3h7.4c.5 1.2 1.8 2 3.3 2l3 2.5-2.4 4-2.1-1.1V21h-11V10.4l-2.1 1.1-2.4-4L5 5c1.5 0 2.8-.8 3.3-2z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.3 3h7.4c.5 1.2 1.8 2 3.3 2l3 2.5-2.4 4-2.1-1.1V21h-11V10.4l-2.1 1.1-2.4-4L5 5c1.5 0 2.8-.8 3.3-2z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Hover effect */
a[href="/collections/all"]:hover,
a[href="/collections/all/"]:hover,
a[href$="/collections/all"]:hover {
  background: #566332 !important;
  background-color: #566332 !important;
  border-color: #566332 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(70, 80, 39, 0.42) !important;
}
}
#fw-section-featured-collection-3bc84439-87b8-44b6-b005-77c322e97151 {
--color-primary: #e34208;
--color-primary-rgb: 227, 66, 8;
--color-background: #f2f2e5;
--color-background-rgb: 242, 242, 229;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 241;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #e34208;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: #e34208;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #e34208;

}





#fw-section-header {
--color-primary: #f07823;
--color-primary-rgb: 240, 120, 35;
--color-background: #0a0a08;
--color-background-rgb: 10, 10, 8;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #166104;
--color-on-primary-rgb: 22, 97, 4;
--color-product-image-background: #ffffff;
--color-background-brightness: 10;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #f07823;
--primary-btn-text: #166104;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: #f07823;
--secondary-btn-text: #166104;
--secondary-btn-border-color: #f07823;

}