.autumn-mode .autumn-heading{
  background-image:linear-gradient(270deg,#b8860b,#d35400,#c0392b);
  background-size:300% 300%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:shiftGrad 5s ease infinite;
  padding-bottom:.08em;
  margin-bottom:calc(var(--autumn-heading-margin-bottom, 0px) - .08em);
}
@keyframes shiftGrad{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.header-season-actions{justify-self:end;display:flex;align-items:center;gap:8px}.autumn-season-toggle{display:inline-flex;white-space:nowrap;border:1px solid var(--line);box-shadow:0 5px 18px #26160b12}.autumn-season-toggle [data-summer-label]{display:none}html:not(.autumn-mode) .autumn-season-toggle{color:#fff;border-color:transparent;background:linear-gradient(270deg,#b8860b,#d35400,#c0392b)}html:not(.autumn-mode) .autumn-season-toggle [data-autumn-label]{display:none}html:not(.autumn-mode) .autumn-season-toggle [data-summer-label]{display:inline}
[data-autumn-toggle] [data-summer-label]{display:none}html:not(.autumn-mode) [data-autumn-toggle] [data-autumn-label]{display:none}html:not(.autumn-mode) [data-autumn-toggle] [data-summer-label]{display:inline}
.autumn-mode .sale-percent-icon{-webkit-text-fill-color:#fff;color:#fff;animation:none}
.autumn-mode .product-buttons>.button-primary[data-order-link]{overflow:hidden;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 48'%3E%3Cg fill='%23d882a7' fill-opacity='.16'%3E%3Cpath d='M8 40l8-12-7-4 10-3-2-10 9 6 6-12 4 13 10-5-5 11 9 5-13 3 2 12-10-8-8 10-1-12z'/%3E%3Cpath d='M53 4l5 8 8-2-5 7 6 6-9-1-3 9-2-9-9 1 7-6-5-7 8 2z'/%3E%3Cpath d='M193 7l6 10 10-3-6 9 8 7-11-1-4 11-3-11-11 1 9-7-7-9 10 3z'/%3E%3Cpath d='M222 30l4 6 7-2-4 6 5 5-7-1-2 7-2-7-7 1 5-5-4-6 7 2z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23d882a7' stroke-opacity='.14' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M0 10c18 2 25 11 39 25M5 16l12-5M15 22l-3 10M240 12c-15 3-24 11-37 27M232 18l-10-5M220 26l3 10'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100% 100%}
.autumn-leaves-layer{position:fixed;z-index:9998;inset:0;overflow:hidden;pointer-events:none;user-select:none;contain:strict}
.autumn-leaf{position:fixed;left:var(--leaf-x);top:var(--leaf-y);z-index:9999;width:var(--leaf-size);height:auto;pointer-events:none;user-select:none;-webkit-user-drag:none;animation:breezeDepth var(--leaf-duration) ease-in-out var(--leaf-delay) forwards;will-change:transform,opacity}
.autumn-leaf.is-far{z-index:9998;opacity:.6;filter:blur(3px) drop-shadow(1px 2px 2px rgba(0,0,0,.05));animation-name:breezeDepthFar}.autumn-leaf.is-near{filter:blur(1px)}.autumn-leaf.is-middle{filter:drop-shadow(2px 5px 5px rgba(0,0,0,.05))}
@keyframes breezeDepth{0%{transform:translate(0,0) rotate(0deg);opacity:0}15%{opacity:1}100%{transform:translate(50vw,120vh) rotate(220deg);opacity:0}}
@keyframes breezeDepthFar{0%{transform:translate(0,0) rotate(0deg);opacity:0}15%{opacity:.6}100%{transform:translate(50vw,120vh) rotate(220deg);opacity:0}}
@media(max-width:680px){.site-header .header-season-actions{gap:5px}.site-header .header-season-actions>.button{min-height:36px;padding-inline:10px;font-size:10px}.site-header .autumn-season-toggle{display:inline-flex}}
@media(max-width:360px){.site-header .header-season-actions>.button{padding-inline:7px;font-size:9px}.site-header .autumn-season-toggle{max-width:98px;white-space:normal;text-align:center;line-height:1.1}}
@media(prefers-reduced-motion:reduce){.autumn-mode .autumn-heading{animation:none;background-position:50% 50%}.autumn-leaves-layer{display:none!important}}
