:root{
  --csh-bg:#080806;
  --csh-bg-2:#12100b;
  --csh-panel:#fffdf7;
  --csh-panel-2:#f6f0df;
  --csh-ink:#17140d;
  --csh-muted:#6f6758;
  --csh-gold:#ffd24a;
  --csh-gold-2:#f3b928;
  --csh-gold-3:#9d7419;
  --csh-line:rgba(35,28,12,.12);
  --csh-line-dark:rgba(255,210,74,.24);
  --csh-shadow:0 18px 44px rgba(0,0,0,.18);
  --csh-radius-xl:28px;
  --csh-radius-lg:20px;
  --csh-radius-md:14px;
  --csh-radius-sm:10px;
  --csh-search-radius:26px;
  --csh-max:1500px;
  --csh-pad-x:clamp(18px,4vw,72px);
}
.coyote-site-shell,
.coyote-site-shell *{box-sizing:border-box}
.coyote-site-shell{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
  color:var(--csh-ink);
  position:relative;
  z-index:1000;
}
.coyote-site-shell a{color:inherit;text-decoration:none}
.coyote-site-shell button{font:inherit}

.coyote-site-shell :where(a,button,input,textarea,select){
  -webkit-tap-highlight-color:transparent!important;
}
.coyote-site-shell :where(a,button){
  text-decoration:none!important;
}
.coyote-site-shell :where(button,input[type="search"]){
  -webkit-appearance:none!important;
  appearance:none!important;
  font:inherit!important;
}
.coyote-site-shell :where(a,button,input):focus,
.coyote-site-shell :where(a,button,input):active{
  outline:none!important;
}
.coyote-site-shell :where(a,button):hover,
.coyote-site-shell :where(a,button):focus,
.coyote-site-shell :where(a,button):active,
.coyote-site-shell :where(a,button):visited{
  text-decoration:none!important;
}

.coyote-site-shell.is-search-mode::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:45;
  background:rgba(5,4,2,.52);
  backdrop-filter:blur(2px);
  opacity:1;
}
.coyote-site-shell.is-search-mode{z-index:1200}
.csh-header-shell{
  position:sticky;
  top:0;
  z-index:50;
  pointer-events:none;
}
.csh-header{
  width:100%;
  position:relative;
  max-width:none;
  margin:0;
  pointer-events:auto;
  display:flex;
  align-items:center;
  gap:18px;
  min-height:72px;
  padding:12px var(--csh-pad-x);
  border:1px solid rgba(38,31,16,.10);
  border-radius:0 0 28px 28px;
  background:rgba(255,252,244,.94);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 26px rgba(0,0,0,.085);
}
.csh-logo{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:222px;
  text-decoration:none!important;
}
.csh-logo-mark{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0e0b05;
  background:linear-gradient(135deg,var(--csh-gold),#f8b900);
  font-weight:900;
  font-size:25px;
  box-shadow:0 7px 18px rgba(245,184,31,.32);
}
.csh-logo-text strong{
  display:block;
  font-size:19px;
  line-height:1;
  letter-spacing:.13em;
}
.csh-logo-text span{
  display:block;
  margin-top:4px;
  color:#6f6758;
  font-size:10px;
  letter-spacing:.16em;
  white-space:nowrap;
}
.csh-main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  flex:1;
}
.csh-nav-item{position:relative}
.csh-nav-btn{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0 14px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#17140d;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  text-decoration:none!important;
  white-space:nowrap;
}
.csh-nav-btn svg{width:16px;height:16px;transition:transform .2s ease}
.csh-nav-btn:hover,
.csh-nav-btn:focus-visible,
.csh-nav-btn:active,
.csh-nav-item.is-active .csh-nav-btn{
  background:rgba(255,210,74,.24)!important;
  color:#17140d!important;
  outline:none!important;
  box-shadow:none!important;
}
.csh-nav-btn:visited{
  color:#17140d!important;
}
.csh-nav-link:hover,
.csh-nav-link:focus-visible,
.csh-nav-link:active{
  background:rgba(255,210,74,.18)!important;
  color:#17140d!important;
}
.csh-nav-item.is-active .csh-nav-btn svg{transform:rotate(180deg)}
.csh-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}

.csh-header.is-search-open .csh-logo,
.csh-header.is-search-open .csh-main-nav,
.csh-header.is-search-open .csh-cart-link,
.csh-header.is-search-open .csh-account-link,
.csh-header.is-search-open .csh-header-cta,
.csh-header.is-search-open .csh-menu-btn{
  opacity:.22;
  filter:saturate(.55);
  pointer-events:none;
  transition:opacity .2s ease, filter .2s ease;
}
.csh-header.is-search-open .csh-header-actions{
  position:relative;
  z-index:70;
}
.csh-header.is-search-open .csh-search{
  opacity:1;
  filter:none;
  pointer-events:auto;
}
.csh-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.csh-menu-btn{
  width:44px;
  height:44px;
  border:1px solid rgba(23,20,13,.12);
  background:#fff;
  border-radius:999px;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#17140d;
}
.csh-menu-btn svg{width:20px;height:20px}
.csh-search{
  --csh-search-open-width:min(780px, calc(100vw - 420px));
  position:relative;
  z-index:80;
  flex:0 0 auto;
  width:44px;
  height:44px;
  margin-left:0;
  transition:width .42s cubic-bezier(.16,1,.3,1), margin-left .42s cubic-bezier(.16,1,.3,1);
}
.csh-search.is-open{
  width:var(--csh-search-open-width);
  margin-left:calc(44px - var(--csh-search-open-width));
}
.csh-search-input{
  width:100%;
  height:44px;
  padding:0 56px 0 18px;
  border:1px solid rgba(202,145,19,.46)!important;
  border-radius:var(--csh-search-radius)!important;
  background:rgba(255,253,247,.99)!important;
  color:#17140d;
  font-size:13px;
  font-weight:800;
  outline:none;
  opacity:0;
  transform:scaleX(.18);
  transform-origin:right center;
  pointer-events:none;
  transition:opacity .24s ease, transform .42s cubic-bezier(.16,1,.3,1), border-color .2s ease, box-shadow .2s ease;
}
.csh-search.is-open .csh-search-input{
  opacity:1;
  transform:scaleX(1);
  pointer-events:auto;
  border-color:rgba(202,145,19,.58)!important;
  background:rgba(255,253,247,.99)!important;
  color:#17140d!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24),0 0 0 4px rgba(255,210,74,.12)!important;
}
.csh-search-input:focus,
.csh-search-input:active{
  border-color:rgba(202,145,19,.62)!important;
  background:rgba(255,253,247,.99)!important;
  color:#17140d!important;
  caret-color:#c28a12;
  outline:none!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24),0 0 0 4px rgba(255,210,74,.12)!important;
}
.csh-search-input::placeholder{color:#9b907c;font-weight:800}
.csh-search-button{
  position:absolute;
  top:0;
  right:0;
  width:44px;
  height:44px;
  border:0!important;
  background:transparent!important;
  background-color:transparent!important;
  border-radius:20px!important;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#17140d;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.csh-search-button:hover,
.csh-search-button:focus-visible,
.csh-search-button:active,
.csh-search.is-open .csh-search-button{
  background:transparent!important;
  background-color:transparent!important;
  color:#0e0b05!important;
  transform:none!important;
  outline:none!important;
  box-shadow:none!important;
}
.csh-search-button:focus-visible svg,
.csh-search-button:hover svg{
  filter:drop-shadow(0 0 7px rgba(245,184,31,.30));
}
.csh-search-button svg{width:20px;height:20px}
.csh-cart-link{
  position:relative;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(23,20,13,.12);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#17140d;
  text-decoration:none!important;
  transition:background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.csh-cart-link:hover,
.csh-cart-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(202,145,19,.30);
  box-shadow:0 10px 22px rgba(39,29,8,.08);
  outline:none;
}
.csh-cart-icon svg{width:22px;height:22px;display:block}
.csh-cart-status{
  position:absolute;
  top:-5px;
  right:-5px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(23,20,13,.14);
  background:#f3efe4;
  color:#736a5a;
  font-size:10px;
  line-height:1;
  font-weight:900;
}
.csh-cart-link.has-items{
  background:#17140d;
  color:#ffe28a;
  border-color:rgba(255,210,74,.45);
}
.csh-cart-link.has-items .csh-cart-status{
  background:linear-gradient(135deg,var(--csh-gold),#f7b91e);
  color:#151106;
  border-color:rgba(255,255,255,.72);
}
.csh-cart-link.is-empty{color:#4e473a}
.csh-cart-link.is-empty .csh-cart-icon{opacity:.74}
.csh-utility-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(23,20,13,.12);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#17140d;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
  white-space:nowrap;
}
.csh-account-link{background:#fff0bd;border-color:rgba(202,145,19,.25)}
.csh-header-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--csh-gold),#f7b91e);
  color:#131007;
  font-weight:900;
  box-shadow:0 12px 28px rgba(245,184,31,.26);
  text-decoration:none!important;
  white-space:nowrap;
}
.csh-header-cta svg{width:17px;height:17px}
.csh-menu-btn{display:none}
.csh-mega-layer{
  position:absolute;
  left:0;
  right:0;
  top:76px;
  display:block;
  padding:0 var(--csh-pad-x);
  pointer-events:none;
  opacity:0;
  visibility:hidden;
}
.csh-mega-layer.is-open,
.csh-mega-layer.is-closing{
  opacity:1;
  visibility:visible;
}
.csh-mega-layer.is-open{pointer-events:auto}
.csh-mega-layer.is-closing{pointer-events:none}
.csh-mega{
  width:min(var(--csh-max),100%);
  margin:0 auto;
  border-radius:24px;
  background:rgba(255,253,247,.985);
  border:1px solid rgba(36,29,13,.12);
  box-shadow:0 20px 52px rgba(0,0,0,.16);
  overflow:hidden;
  transform-origin:top center;
  will-change:transform, opacity, filter;
}
.csh-mega-layer.is-open:not(.is-closing) .csh-mega{
  animation:cshMegaMunyuu .42s cubic-bezier(.16,.92,.22,1.16) both;
}
.csh-mega-layer.is-closing .csh-mega{
  animation:cshMegaChuin .18s cubic-bezier(.55,0,.85,.36) both;
}
@keyframes cshMegaMunyuu{
  0%{
    opacity:0;
    transform:translateY(-10px) scaleX(.965) scaleY(.82);
    filter:blur(2px);
  }
  58%{
    opacity:1;
    transform:translateY(2px) scaleX(1.006) scaleY(1.028);
    filter:blur(0);
  }
  100%{
    opacity:1;
    transform:translateY(0) scaleX(1) scaleY(1);
    filter:blur(0);
  }
}
@keyframes cshMegaChuin{
  0%{
    opacity:1;
    transform:translateY(0) scaleX(1) scaleY(1);
    filter:blur(0);
  }
  100%{
    opacity:0;
    transform:translateY(-9px) scaleX(.94) scaleY(.74);
    filter:blur(2px);
  }
}
@media (prefers-reduced-motion:reduce){
  .csh-mega-layer.is-open:not(.is-closing) .csh-mega,
  .csh-mega-layer.is-closing .csh-mega{
    animation:none!important;
  }
}
.csh-mega-inner{
  display:grid;
  grid-template-columns:300px 1fr;
  min-height:356px;
}
.csh-mega-side{
  padding:24px;
  background:linear-gradient(180deg,#19150d,#0d0b08);
  color:#fff8e3;
  position:relative;
  overflow:hidden;
}
.csh-mega-side:before{
  content:"";
  position:absolute;
  inset:auto auto -80px -90px;
  width:260px;
  height:260px;
  border-radius:50%;
  border:38px solid rgba(255,210,74,.16);
}
.csh-mega-side-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,210,74,.13);
  border:1px solid rgba(255,210,74,.24);
  color:#ffe28a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
}
.csh-mega-side h2{
  margin:18px 0 10px;
  color:#fff8e3;
  font-size:25px;
  line-height:1.22;
  letter-spacing:.02em;
}
.csh-mega-side p{
  margin:0;
  color:rgba(255,248,227,.72);
  font-size:13px;
  line-height:1.75;
}
.csh-mega-side-link{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:50px;
  margin-top:30px;
  padding:0 14px 0 16px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,235,160,.62);
  background:linear-gradient(135deg,#ffcf35,#f2ad0f);
  color:#0f0c05!important;
  font-weight:950;
  letter-spacing:.03em;
  text-shadow:none!important;
  box-shadow:0 14px 26px rgba(245,184,31,.22), inset 0 1px 0 rgba(255,255,255,.42);
  transition:transform .24s cubic-bezier(.2,1.35,.32,1), box-shadow .24s ease, background .24s ease, border-color .24s ease;
}
.csh-mega-side-link::before{
  content:"";
  position:absolute;
  inset:-40% auto -40% -35%;
  width:34%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transform:translateX(-120%) rotate(12deg);
  transition:transform .42s ease;
  pointer-events:none;
}
.csh-mega-side-link span{
  color:inherit!important;
  opacity:1!important;
  text-shadow:none!important;
}
.csh-mega-side-link-text{
  display:inline-flex;
  align-items:center;
  font-size:13px;
  line-height:1;
  transition:transform .24s cubic-bezier(.2,1.35,.32,1);
}
.csh-mega-side-link-arrow{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  min-width:26px;
  border-radius:999px;
  background:rgba(20,16,7,.14);
  color:#0f0c05!important;
  line-height:0;
  transition:transform .24s cubic-bezier(.2,1.55,.3,1), background .24s ease;
}
.csh-mega-side-link-arrow svg{
  display:block;
  width:15px;
  height:15px;
}
.csh-mega-content{
  padding:24px;
  background:radial-gradient(circle at 100% 0, rgba(255,210,74,.13), transparent 28%), var(--csh-panel);
}
.csh-mega-section{display:none}
.csh-mega-section.is-active{display:block}
.csh-mega-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid var(--csh-line);
}
.csh-mega-head h3{
  margin:0;
  color:#17140d;
  font-size:19px;
  line-height:1.35;
}
.csh-mega-head p{
  margin:0;
  max-width:420px;
  color:var(--csh-muted);
  font-size:12px;
  line-height:1.6;
}
.csh-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.csh-product-card,
.csh-task-card,
.csh-check-card,
.csh-support-card{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:76px;
  padding:13px;
  border:1px solid rgba(35,28,12,.11);
  border-radius:16px;
  background:#fff;
  color:#17140d;
  text-decoration:none!important;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.csh-product-card:hover,
.csh-task-card:hover,
.csh-check-card:hover,
.csh-support-card:hover{
  transform:translateY(-2px);
  border-color:rgba(202,145,19,.34);
  box-shadow:0 12px 26px rgba(39,29,8,.10);
}
.csh-card-icon{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#fff3c8;
  color:#5e4100;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
}
.csh-card-body strong{
  display:block;
  color:#17140d;
  font-size:13px;
  line-height:1.35;
}
.csh-card-body span{
  display:block;
  margin-top:4px;
  color:#766d5d;
  font-size:12px;
  line-height:1.55;
}
.csh-badge{
  position:absolute;
  top:10px;
  right:10px;
  padding:4px 8px;
  border-radius:999px;
  background:#111;
  color:#fff7dd;
  font-size:10px;
  font-weight:900;
}
.csh-task-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.csh-task-card{
  min-height:70px;
  align-items:center;
}
.csh-task-card .csh-card-icon{width:34px;height:34px;border-radius:12px}
.csh-task-card strong{font-size:13px}
.csh-task-card span{font-size:11px}
.csh-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.csh-check-card{min-height:80px}
.csh-support-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:10px;
}
.csh-support-card{min-height:94px}
.csh-support-card-large{
  grid-row:span 2;
  flex-direction:column;
  justify-content:space-between;
  background:linear-gradient(135deg,#19150d,#2a2110);
  color:#fff8e3;
  border-color:rgba(255,210,74,.32);
}
.csh-support-card-large strong{color:#fff8e3;font-size:20px}
.csh-support-card-large span{color:rgba(255,248,227,.74)}
.csh-support-card-large .csh-card-icon{background:rgba(255,210,74,.16);color:#ffe28a}

.csh-menu-btn:hover,
.csh-menu-btn:focus-visible,
.csh-menu-btn:active,
.csh-cart-link:hover,
.csh-cart-link:focus-visible,
.csh-cart-link:active,
.csh-utility-link:hover,
.csh-utility-link:focus-visible,
.csh-utility-link:active{
  color:#17140d!important;
  background:rgba(255,255,255,.90)!important;
  border-color:rgba(202,145,19,.28)!important;
  outline:none!important;
}
.csh-account-link:hover,
.csh-account-link:focus-visible,
.csh-account-link:active{
  background:rgba(255,210,74,.26)!important;
  color:#17140d!important;
}
.csh-cart-link.has-items:hover,
.csh-cart-link.has-items:focus-visible,
.csh-cart-link.has-items:active{
  background:#17140d!important;
  color:#ffe28a!important;
  border-color:rgba(255,210,74,.45)!important;
}
.csh-header-cta:hover,
.csh-header-cta:focus-visible,
.csh-header-cta:active{
  background:linear-gradient(135deg,var(--csh-gold),#f6b91f)!important;
  color:#151106!important;
  outline:none!important;
  box-shadow:0 12px 28px rgba(245,184,31,.22)!important;
}
.csh-mega-side-link:hover,
.csh-mega-side-link:focus-visible,
.csh-mega-side-link:active{
  background:linear-gradient(135deg,#ffd84d,#f4b113)!important;
  color:#0d0a03!important;
  border-color:rgba(255,245,190,.78)!important;
  outline:none!important;
  box-shadow:0 16px 30px rgba(245,184,31,.28), inset 0 1px 0 rgba(255,255,255,.50)!important;
}
.csh-mega-side-link:hover,
.csh-mega-side-link:focus-visible{
  transform:translateY(-2px) scale(1.012);
}
.csh-mega-side-link:hover::before,
.csh-mega-side-link:focus-visible::before{
  transform:translateX(440%) rotate(12deg);
}
.csh-mega-side-link:hover .csh-mega-side-link-text,
.csh-mega-side-link:focus-visible .csh-mega-side-link-text{
  transform:translateX(2px);
}
.csh-mega-side-link:hover .csh-mega-side-link-arrow,
.csh-mega-side-link:focus-visible .csh-mega-side-link-arrow{
  transform:translateX(4px) scale(1.08);
  background:rgba(20,16,7,.20)!important;
}
.csh-mega-side-link:active{
  transform:translateY(0) scale(.985);
}
.csh-mega-side-link:hover span,
.csh-mega-side-link:focus-visible span,
.csh-mega-side-link:active span{
  color:inherit!important;
}
.csh-product-card:hover,
.csh-product-card:focus-visible,
.csh-product-card:active,
.csh-task-card:hover,
.csh-task-card:focus-visible,
.csh-task-card:active,
.csh-check-card:hover,
.csh-check-card:focus-visible,
.csh-check-card:active,
.csh-support-card:hover,
.csh-support-card:focus-visible,
.csh-support-card:active{
  background:#fffdf7!important;
  color:#17140d!important;
  outline:none!important;
}
.csh-product-card:hover .csh-card-body strong,
.csh-product-card:focus-visible .csh-card-body strong,
.csh-task-card:hover .csh-card-body strong,
.csh-task-card:focus-visible .csh-card-body strong,
.csh-check-card:hover .csh-card-body strong,
.csh-check-card:focus-visible .csh-card-body strong,
.csh-support-card:hover .csh-card-body strong,
.csh-support-card:focus-visible .csh-card-body strong{
  color:#17140d!important;
}
.csh-product-card:hover .csh-card-body span,
.csh-product-card:focus-visible .csh-card-body span,
.csh-task-card:hover .csh-card-body span,
.csh-task-card:focus-visible .csh-card-body span,
.csh-check-card:hover .csh-card-body span,
.csh-check-card:focus-visible .csh-card-body span,
.csh-support-card:hover .csh-card-body span,
.csh-support-card:focus-visible .csh-card-body span{
  color:#766d5d!important;
}
.csh-support-card-large:hover,
.csh-support-card-large:focus-visible,
.csh-support-card-large:active{
  background:linear-gradient(135deg,#19150d,#2a2110)!important;
  color:#fff8e3!important;
}
.csh-support-card-large:hover .csh-card-body strong,
.csh-support-card-large:focus-visible .csh-card-body strong{
  color:#fff8e3!important;
}
.csh-support-card-large:hover .csh-card-body span,
.csh-support-card-large:focus-visible .csh-card-body span{
  color:rgba(255,248,227,.74)!important;
}

.coyote-site-shell-preview{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#f6f1e7;
  color:var(--csh-ink);
  overflow-x:clip;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
}
.coyote-site-shell-preview .coyote-site-shell{margin-left:0;margin-right:0}
.csh-preview-main{
  min-height:100vh;
  background:radial-gradient(circle at 8% 8%, rgba(255,210,74,.22), transparent 26%), radial-gradient(circle at 92% 4%, rgba(255,210,74,.12), transparent 20%), linear-gradient(180deg,#f6f1e7 0%,#fffaf0 48%,#0d0b08 48%,#0d0b08 100%);
  padding:104px var(--csh-pad-x) 0;
}
.csh-preview-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);
  gap:44px;
  align-items:center;
  max-width:1480px;
  margin:0 auto;
  padding:92px 0 78px;
}
.csh-preview-copy small{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#fff0bd;
  color:#7c5600;
  font-weight:900;
  letter-spacing:.08em;
}
.csh-preview-copy h1{
  margin:22px 0 18px;
  color:#17140d;
  font-size:clamp(42px,7vw,84px);
  line-height:1.04;
  letter-spacing:-.05em;
}
.csh-preview-copy h1 span{color:#b98300}
.csh-preview-copy p{
  margin:0;
  max-width:650px;
  color:#463d2c;
  font-size:18px;
  line-height:1.95;
  font-weight:700;
}
.csh-preview-visual{
  min-height:420px;
  border-radius:34px;
  background:radial-gradient(circle at 20% 20%, rgba(255,210,74,.34), transparent 30%), linear-gradient(150deg,#1a160e,#090806 70%);
  border:1px solid rgba(255,210,74,.22);
  box-shadow:var(--csh-shadow);
  padding:24px;
  display:grid;
  align-content:center;
  gap:14px;
}
.csh-preview-ui-row{
  display:grid;
  grid-template-columns:60px 1fr 96px;
  gap:12px;
  align-items:center;
  min-height:70px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
}
.csh-preview-ui-dot{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#fff0bd;
  display:grid;
  place-items:center;
  color:#3c2c00;
  font-weight:900;
}
.csh-preview-ui-line strong{
  display:block;
  height:12px;
  width:58%;
  border-radius:999px;
  background:rgba(255,255,255,.72);
}
.csh-preview-ui-line span{
  display:block;
  height:9px;
  width:88%;
  margin-top:9px;
  border-radius:999px;
  background:rgba(255,255,255,.23);
}
.csh-preview-ui-pill{
  justify-self:end;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,210,74,.16);
  color:#ffe28a;
  border:1px solid rgba(255,210,74,.25);
  font-size:12px;
  font-weight:900;
}
.csh-rule-section{
  margin-left:calc(var(--csh-pad-x) * -1);
  margin-right:calc(var(--csh-pad-x) * -1);
  padding:64px var(--csh-pad-x) 96px;
  background:#0d0b08;
  color:#fff8e3;
}
.csh-rule-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin:0 auto 28px;
  max-width:1480px;
}
.csh-rule-head h2{margin:0;color:#fff8e3;font-size:34px;line-height:1.25}
.csh-rule-head p{margin:0;max-width:620px;color:rgba(255,248,227,.70);line-height:1.8}
.csh-rule-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:1480px;
  margin:0 auto;
}
.csh-rule-card{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,210,74,.16);
}
.csh-rule-card small{color:#ffe28a;font-weight:900}
.csh-rule-card h3{margin:12px 0 10px;color:#fff8e3;font-size:18px}
.csh-rule-card p{margin:0;color:rgba(255,248,227,.69);line-height:1.75;font-size:14px}
@media (max-width:1240px){
  .csh-logo{min-width:190px}.csh-utility-link{display:none}.csh-search{--csh-search-open-width:380px}.csh-nav-btn{font-size:13px;padding:0 11px}.csh-header{gap:12px}
}
@media (max-width:1100px){
  .csh-main-nav{display:none}
  .csh-menu-btn{display:grid}
  .csh-header{border-radius:0 0 22px 22px}
  .csh-header.is-mobile-open{align-items:flex-start;flex-wrap:wrap}
  .csh-header.is-mobile-open .csh-main-nav{display:grid;grid-template-columns:1fr;order:3;flex:0 0 100%;gap:8px;justify-content:stretch;padding-top:10px}
  .csh-header.is-mobile-open .csh-nav-btn{width:100%;justify-content:flex-start;background:rgba(255,255,255,.58);border:1px solid rgba(23,20,13,.10)}

  .csh-header.is-mobile-open .csh-nav-link{display:flex!important}
  .csh-header.is-mobile-open .csh-header-cta{display:flex;order:4;flex:0 0 100%;justify-content:center;margin-top:6px}
  .csh-mega-layer{display:none!important}
  .csh-preview-hero{grid-template-columns:1fr;padding-top:70px}
  .csh-preview-visual{min-height:320px}
  .csh-rule-grid{grid-template-columns:1fr}
}
@media (max-width:680px){
  .csh-header-shell{padding:10px 10px 0}
  .csh-header{gap:12px;min-height:66px;padding:10px 12px;border-radius:22px}
  .csh-logo{min-width:0;flex:1}
  .csh-logo-mark{width:38px;height:38px;font-size:21px}
  .csh-logo-text strong{font-size:17px}
  .csh-logo-text span{display:none}
  .csh-header-cta{display:none}
  .csh-search{width:40px;height:40px;--csh-search-open-width:100%}
  .csh-search-button{width:40px;height:40px}
  .csh-search-input{height:40px;padding-right:46px}
  .csh-search.is-open{order:3;flex:0 0 100%;width:100%;margin-left:0;margin-top:4px}
  .csh-cart-link,.csh-menu-btn{width:40px;height:40px}
  .csh-header.is-mobile-open .csh-header-cta{display:flex;min-height:44px}
  .csh-preview-main{padding:90px 18px 0}
  .csh-preview-copy h1{font-size:44px}
  .csh-preview-copy p{font-size:15px}
  .csh-preview-visual{padding:16px;border-radius:24px}
  .csh-preview-ui-row{grid-template-columns:46px 1fr;min-height:64px}
  .csh-preview-ui-pill{display:none}
  .csh-rule-section{padding:48px 18px 70px;margin-left:-18px;margin-right:-18px}
  .csh-rule-head{display:block}
  .csh-rule-head h2{font-size:26px;margin-bottom:12px}
}


/* v0.1.7: hard state isolation against theme/global button colors */
.coyote-site-shell .csh-nav-btn,
.coyote-site-shell button.csh-nav-btn,
.coyote-site-shell a.csh-nav-btn,
.coyote-site-shell .csh-nav-link{
  color:#17140d!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.coyote-site-shell .csh-nav-btn:hover,
.coyote-site-shell .csh-nav-btn:focus,
.coyote-site-shell .csh-nav-btn:focus-visible,
.coyote-site-shell .csh-nav-btn:active,
.coyote-site-shell .csh-nav-btn[aria-expanded="true"],
.coyote-site-shell .csh-nav-item.is-active > .csh-nav-btn,
.coyote-site-shell .csh-nav-link:hover,
.coyote-site-shell .csh-nav-link:focus,
.coyote-site-shell .csh-nav-link:focus-visible,
.coyote-site-shell .csh-nav-link:active{
  color:#17140d!important;
  background:rgba(255,210,74,.24)!important;
  background-color:rgba(255,210,74,.24)!important;
  background-image:none!important;
  border-color:rgba(202,145,19,.22)!important;
  box-shadow:none!important;
  text-shadow:none!important;
  outline:none!important;
}
.coyote-site-shell .csh-nav-btn:visited,
.coyote-site-shell .csh-nav-link:visited{
  color:#17140d!important;
}
.coyote-site-shell .csh-nav-btn svg,
.coyote-site-shell .csh-nav-link svg{
  color:currentColor!important;
  stroke:currentColor!important;
}
.coyote-site-shell .csh-search{
  --csh-search-open-width:min(780px, calc(100vw - 420px))!important;
}
.coyote-site-shell .csh-search-input,
.coyote-site-shell input.csh-search-input[type="search"]{
  border-radius:26px!important;
  border-color:rgba(202,145,19,.52)!important;
  background:#fffdf7!important;
  background-color:#fffdf7!important;
  color:#17140d!important;
  outline:none!important;
  box-shadow:none!important;
}
.coyote-site-shell .csh-search.is-open .csh-search-input,
.coyote-site-shell .csh-search-input:focus,
.coyote-site-shell .csh-search-input:active{
  border-radius:26px!important;
  border-color:rgba(202,145,19,.78)!important;
  background:#fffdf7!important;
  background-color:#fffdf7!important;
  color:#17140d!important;
  box-shadow:0 20px 48px rgba(0,0,0,.28),0 0 0 2px rgba(202,145,19,.22)!important;
}
.coyote-site-shell .csh-search-button,
.coyote-site-shell button.csh-search-button{
  border:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#17140d!important;
}
.coyote-site-shell .csh-search-button:hover,
.coyote-site-shell .csh-search-button:focus,
.coyote-site-shell .csh-search-button:focus-visible,
.coyote-site-shell .csh-search-button:active,
.coyote-site-shell .csh-search.is-open .csh-search-button{
  border:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#17140d!important;
  outline:none!important;
}
.coyote-site-shell .csh-product-card:hover,
.coyote-site-shell .csh-product-card:focus-visible,
.coyote-site-shell .csh-task-card:hover,
.coyote-site-shell .csh-task-card:focus-visible,
.coyote-site-shell .csh-check-card:hover,
.coyote-site-shell .csh-check-card:focus-visible,
.coyote-site-shell .csh-support-card:hover,
.coyote-site-shell .csh-support-card:focus-visible{
  background:#fffaf0!important;
  background-color:#fffaf0!important;
  color:#17140d!important;
}
.coyote-site-shell .csh-product-card:hover strong,
.coyote-site-shell .csh-product-card:focus-visible strong,
.coyote-site-shell .csh-task-card:hover strong,
.coyote-site-shell .csh-task-card:focus-visible strong,
.coyote-site-shell .csh-check-card:hover strong,
.coyote-site-shell .csh-check-card:focus-visible strong,
.coyote-site-shell .csh-support-card:hover strong,
.coyote-site-shell .csh-support-card:focus-visible strong{
  color:#17140d!important;
}
.coyote-site-shell .csh-product-card:hover span,
.coyote-site-shell .csh-task-card:hover span,
.coyote-site-shell .csh-check-card:hover span,
.coyote-site-shell .csh-support-card:hover span{
  color:inherit;
}
@media (max-width:1100px){
  .coyote-site-shell .csh-search{--csh-search-open-width:min(620px, calc(100vw - 260px))!important;}
}
@media (max-width:760px){
  .coyote-site-shell .csh-search{--csh-search-open-width:100%!important;}
  .coyote-site-shell .csh-search-input,
  .coyote-site-shell input.csh-search-input[type="search"]{border-radius:20px!important;}
}


/* v0.1.9: preserve badge/icon contrast on hovered cards and keep menu state colors independent from theme */
.coyote-site-shell .csh-badge,
.coyote-site-shell .csh-product-card:hover .csh-badge,
.coyote-site-shell .csh-product-card:focus-visible .csh-badge,
.coyote-site-shell .csh-product-card:active .csh-badge{
  background:#111!important;
  background-color:#111!important;
  color:#fff7dd!important;
  border-color:transparent!important;
  text-shadow:none!important;
}
.coyote-site-shell .csh-card-icon,
.coyote-site-shell .csh-product-card:hover .csh-card-icon,
.coyote-site-shell .csh-task-card:hover .csh-card-icon,
.coyote-site-shell .csh-check-card:hover .csh-card-icon,
.coyote-site-shell .csh-support-card:hover .csh-card-icon,
.coyote-site-shell .csh-product-card:focus-visible .csh-card-icon,
.coyote-site-shell .csh-task-card:focus-visible .csh-card-icon,
.coyote-site-shell .csh-check-card:focus-visible .csh-card-icon,
.coyote-site-shell .csh-support-card:focus-visible .csh-card-icon{
  background:#fff3c8!important;
  background-color:#fff3c8!important;
  color:#5e4100!important;
}
.coyote-site-shell .csh-support-card-large:hover .csh-card-icon,
.coyote-site-shell .csh-support-card-large:focus-visible .csh-card-icon{
  background:rgba(255,210,74,.16)!important;
  background-color:rgba(255,210,74,.16)!important;
  color:#ffe28a!important;
}
.coyote-site-shell .csh-product-card:hover .csh-card-body span,
.coyote-site-shell .csh-task-card:hover .csh-card-body span,
.coyote-site-shell .csh-check-card:hover .csh-card-body span,
.coyote-site-shell .csh-support-card:hover .csh-card-body span,
.coyote-site-shell .csh-product-card:focus-visible .csh-card-body span,
.coyote-site-shell .csh-task-card:focus-visible .csh-card-body span,
.coyote-site-shell .csh-check-card:focus-visible .csh-card-body span,
.coyote-site-shell .csh-support-card:focus-visible .csh-card-body span{
  color:#766d5d!important;
}
.coyote-site-shell .csh-support-card-large:hover .csh-card-body span,
.coyote-site-shell .csh-support-card-large:focus-visible .csh-card-body span{
  color:rgba(255,248,227,.74)!important;
}


/* v0.1.11: mega menu motion and outside-click hit area support */
.coyote-site-shell .csh-mega-layer{
  display:block;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
}
.coyote-site-shell .csh-mega-layer.is-open,
.coyote-site-shell .csh-mega-layer.is-closing{
  opacity:1;
  visibility:visible;
}
.coyote-site-shell .csh-mega-layer.is-open{pointer-events:auto}
.coyote-site-shell .csh-mega-layer.is-closing{pointer-events:none}
.coyote-site-shell .csh-mega{transform-origin:top center;will-change:transform,opacity,filter}
.coyote-site-shell .csh-mega-layer.is-open:not(.is-closing) .csh-mega{animation:cshMegaMunyuu .42s cubic-bezier(.16,.92,.22,1.16) both}
.coyote-site-shell .csh-mega-layer.is-closing .csh-mega{animation:cshMegaChuin .18s cubic-bezier(.55,0,.85,.36) both}
@media (max-width:760px){.coyote-site-shell .csh-mega-layer{display:none!important}}


/* v0.1.19: global back-to-top button. 全ページ共通。products専用ではない。 */
.csh-back-to-top{
  position:fixed!important;
  right:26px!important;
  bottom:26px!important;
  z-index:99991!important;
  width:54px!important;
  height:54px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(245,189,50,.42)!important;
  border-radius:999px!important;
  background:rgba(13,11,6,.88)!important;
  color:#ffd54a!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,247,220,.06)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(14px) scale(.92)!important;
  transition:opacity .22s ease, visibility .22s ease, transform .22s cubic-bezier(.16,.92,.22,1.16), background .22s ease, border-color .22s ease!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.csh-back-to-top.is-visible{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.csh-back-to-top:hover,
.csh-back-to-top:focus-visible{
  background:#ffc52f!important;
  border-color:#ffc52f!important;
  color:#111!important;
  outline:none!important;
  transform:translateY(-3px) scale(1.03)!important;
}
.csh-back-to-top:active{transform:translateY(0) scale(.97)!important;}
.csh-back-to-top-icon{
  position:relative!important;
  z-index:2!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:800!important;
  font-family:Arial, Helvetica, sans-serif!important;
}
.csh-back-to-top-ring{
  position:absolute!important;
  inset:8px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,213,74,.28)!important;
  opacity:.86!important;
  transition:border-color .22s ease, opacity .22s ease!important;
}
.csh-back-to-top:hover .csh-back-to-top-ring,
.csh-back-to-top:focus-visible .csh-back-to-top-ring{border-color:rgba(17,17,17,.28)!important;opacity:1!important;}
@media (max-width:760px){
  .csh-back-to-top{right:16px!important;bottom:18px!important;width:48px!important;height:48px!important;}
  .csh-back-to-top-icon{font-size:21px!important;}
}
@media (prefers-reduced-motion:reduce){.csh-back-to-top{transition:none!important;}}


/* v0.1.19: back-to-top SVG emblem hard reset */
body button.csh-back-to-top{all:unset!important;position:fixed!important;display:grid!important;place-items:center!important;padding:0!important;margin:0!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important;border-radius:22px!important;}
body .csh-back-to-top-emblem,body .csh-back-to-top-svg{display:block!important;width:44px!important;height:44px!important;line-height:0!important;}
body .csh-back-to-top-mark,body .csh-back-to-top-icon,body .csh-back-to-top-ring{display:none!important;}

@media (prefers-reduced-motion:reduce){
  .csh-mega-side-link,
  .csh-mega-side-link::before,
  .csh-mega-side-link-text,
  .csh-mega-side-link-arrow{
    transition:none!important;
  }
}

/* v0.1.24: site framework navigation foundation */
.coyote-site-shell .csh-mobile-only{
  display:none!important;
}
.coyote-site-shell .csh-main-nav .csh-nav-link{
  border:1px solid transparent;
}
.coyote-site-shell .csh-main-nav .csh-nav-link[href*="/products/"]{
  background:rgba(255,210,74,.18)!important;
  border-color:rgba(202,145,19,.18)!important;
}
@media (max-width:1100px){
  .coyote-site-shell .csh-mega-layer{
    display:none!important;
  }
  .coyote-site-shell .csh-header.is-mobile-open{
    gap:10px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav{
    display:grid;
    grid-template-columns:1fr;
    order:3;
    flex:0 0 100%;
    gap:8px;
    justify-content:stretch;
    padding-top:10px;
    padding-bottom:2px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-nav-btn{
    width:100%;
    min-height:44px;
    justify-content:flex-start;
    padding:0 14px;
    background:rgba(255,255,255,.66)!important;
    border:1px solid rgba(23,20,13,.10)!important;
    border-radius:14px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-mobile-only{
    display:flex!important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-mobile-cta{
    background:linear-gradient(135deg,rgba(255,210,74,.40),rgba(255,245,205,.82))!important;
    border-color:rgba(202,145,19,.28)!important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-header-cta{
    display:none!important;
  }
}
@media (max-width:680px){
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav{
    gap:7px;
    padding-top:8px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-nav-btn{
    min-height:42px;
    font-size:13px;
  }
}

/* v0.1.24: global footer */
.csh-site-footer,
.csh-site-footer *{
  box-sizing:border-box;
}
.csh-site-footer{
  width:100%;
  margin:0;
  padding:0;
  background:#0d0b08;
  color:#fff8e3;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;
}
.csh-footer-shell{
  width:min(var(--csh-max,1480px),100%);
  margin:0 auto;
  padding:58px var(--csh-pad-x,24px) 26px;
}
.csh-footer-brand{
  display:grid;
  grid-template-columns:minmax(250px,.82fr) minmax(0,1fr);
  gap:24px;
  align-items:end;
  margin-bottom:34px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(255,210,74,.16);
}
.csh-footer-logo{
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:#fff8e3!important;
  text-decoration:none!important;
}
.csh-footer-logo-mark{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffd54a,#f4b113);
  color:#141006;
  font-weight:950;
  font-size:24px;
  box-shadow:0 14px 28px rgba(245,184,31,.20);
}
.csh-footer-logo strong{
  display:block;
  color:#fff8e3;
  font-size:20px;
  line-height:1;
  letter-spacing:.14em;
}
.csh-footer-logo em{
  display:block;
  margin-top:7px;
  color:rgba(255,248,227,.62);
  font-style:normal;
  font-size:12px;
  line-height:1.5;
}
.csh-footer-brand p{
  margin:0;
  max-width:740px;
  justify-self:end;
  color:rgba(255,248,227,.68);
  font-size:14px;
  line-height:1.85;
}
.csh-footer-columns{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.csh-footer-column{
  min-width:0;
}
.csh-footer-column h2{
  margin:0 0 13px;
  color:#ffe28a;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.08em;
}
.csh-footer-column ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.csh-footer-column a{
  display:inline-flex;
  color:rgba(255,248,227,.76)!important;
  text-decoration:none!important;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
}
.csh-footer-column a:hover,
.csh-footer-column a:focus-visible{
  color:#ffd54a!important;
  outline:none;
}
.csh-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
}
.csh-footer-bottom small{
  color:rgba(255,248,227,.52);
  font-size:12px;
}
.csh-footer-bottom a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(255,210,74,.24);
  background:rgba(255,210,74,.10);
  color:#ffe28a!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
}
.csh-footer-bottom a:hover,
.csh-footer-bottom a:focus-visible{
  background:rgba(255,210,74,.18);
  outline:none;
}
@media (max-width:980px){
  .csh-footer-brand{
    grid-template-columns:1fr;
    align-items:start;
  }
  .csh-footer-brand p{
    justify-self:start;
  }
  .csh-footer-columns{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:620px){
  .csh-footer-shell{
    padding:44px 18px 24px;
  }
  .csh-footer-columns{
    grid-template-columns:1fr;
    gap:24px;
  }
  .csh-footer-bottom{
    display:grid;
    justify-content:stretch;
  }
  .csh-footer-bottom a{
    justify-content:center;
  }
}

/* v0.1.25: PC mega menu restored, mobile stays flat. */
.coyote-site-shell .csh-mobile-only {
  display: none !important;
}
.coyote-site-shell .csh-main-nav .csh-nav-mega-link[href*="/products/"] {
  background: rgba(255, 210, 74, 0.18) !important;
  border-color: rgba(202, 145, 19, 0.18) !important;
}
.coyote-site-shell .csh-nav-mega-link[aria-expanded="true"] svg,
.coyote-site-shell .csh-nav-item.is-active .csh-nav-mega-link svg {
  transform: rotate(180deg);
}
@media (min-width: 1101px) {
  .coyote-site-shell .csh-desktop-only.csh-nav-item {
    display: block !important;
  }
  .coyote-site-shell .csh-desktop-only.csh-nav-link {
    display: inline-flex !important;
  }
}
@media (max-width: 1100px) {
  .coyote-site-shell .csh-mega-layer {
    display: none !important;
  }
  .coyote-site-shell .csh-desktop-only {
    display: none !important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav {
    display: grid;
    grid-template-columns: 1fr;
    order: 3;
    flex: 0 0 100%;
    gap: 8px;
    justify-content: stretch;
    padding-top: 10px;
    padding-bottom: 2px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-mobile-only {
    display: flex !important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-nav-btn {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.66) !important;
    border: 1px solid rgba(23, 20, 13, 0.10) !important;
    border-radius: 14px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-mobile-cta {
    background: linear-gradient(135deg, rgba(255, 210, 74, 0.40), rgba(255, 245, 205, 0.82)) !important;
    border-color: rgba(202, 145, 19, 0.28) !important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-header-cta {
    display: none !important;
  }
}
@media (max-width: 680px) {
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav {
    gap: 7px;
    padding-top: 8px;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-nav-btn {
    min-height: 42px;
    font-size: 13px;
  }
}


/* v0.1.26: mobile menu dedupe. Keep PC mega/navigation items out of the mobile drawer. */
@media (max-width: 1100px) {
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav > .csh-desktop-only,
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav > .csh-desktop-only.csh-nav-link,
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav > .csh-desktop-only.csh-nav-item,
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav > .csh-nav-item.csh-desktop-only {
    display: none !important;
    visibility: hidden !important;
  }
  .coyote-site-shell .csh-header.is-mobile-open .csh-main-nav > .csh-mobile-only {
    display: flex !important;
    visibility: visible !important;
  }
}


/* v0.1.30: sticky global header owned by COYOTE Site Shell.
 * Keep the header in Site Shell instead of scattering the rule into WPCode, child theme, or Sales Site Support.
 */
body:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell]{
  position:sticky!important;
  top:0;
  z-index:100000;
  isolation:isolate;
}
body.admin-bar:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell]{
  top:32px;
}
body:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell] .csh-header-shell{
  position:relative!important;
  top:auto!important;
  z-index:50;
}
body:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell] .csh-header{
  background:rgba(255,252,244,.98);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
body:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell].is-search-mode{
  z-index:100200;
}
@media (max-width:782px){
  body.admin-bar:not(.wp-admin) .coyote-site-shell[data-coyote-site-shell]{
    top:46px;
  }
}
