.shampo-header{position:sticky;top:0;z-index:50;width:100%;background:#0d0d0d;color:#fff}.shampo-header__notice{min-height:22px;display:flex;justify-content:center;gap:18px;padding:4px 12px;background:#e5e5e5;color:#222;font-size:11px;line-height:1.3}.shampo-header__notice span:first-child,.shampo-header__notice span:last-child{color:#ec1d61;font-weight:800}.shampo-header__main{width:100%;max-width:1180px;min-height:96px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"menu logo actions" "search search search";align-items:center;row-gap:10px;column-gap:16px;padding:12px 24px 10px}.shampo-details--menu{grid-area:menu;justify-self:start}.shampo-header__icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent}.shampo-header__icon-button::-webkit-details-marker{display:none}.shampo-header__icon-button svg,.shampo-header__actions svg,.shampo-header__search svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shampo-header__icon-button svg{width:25px;height:25px}.shampo-header__logo{grid-area:logo;justify-self:center;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-align:center;text-decoration:none}.shampo-header__logo-image{width:auto;max-width:220px;height:42px;object-fit:contain}.shampo-header__logo-text{display:inline-flex;flex-direction:column;align-items:center;line-height:1;letter-spacing:.12em}.shampo-header__logo-text strong{font-size:22px;font-weight:800;white-space:nowrap}.shampo-header__logo-text small{margin-top:4px;font-size:10px;color:#d7d7d7;white-space:nowrap}.shampo-header__actions{grid-area:actions;justify-self:end;display:flex;justify-content:flex-end;gap:18px}.shampo-header__actions a{position:relative;display:grid;gap:2px;place-items:center;color:#fff;font-size:10px;line-height:1.2;text-decoration:none}.shampo-header__actions svg{width:20px;height:20px}.shampo-header__cart-icon{position:relative;display:inline-flex}.shampo-header__cart-icon b{position:absolute;top:-9px;right:-10px;min-width:16px;height:16px;display:grid;place-items:center;border-radius:999px;background:#ec1d61;color:#fff;font-size:10px}.shampo-header__search{grid-area:search;justify-self:center;width:min(100%,520px);height:36px;display:flex;align-items:center;padding:0 10px 0 14px;border-radius:3px;background:#4b4b4b;color:#fff}.shampo-header__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:13px}.shampo-header__search input::placeholder{color:#d8d8d8;opacity:1}.shampo-header__search button{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer}.shampo-header__search svg{width:18px;height:18px}.shampo-header__primary-nav{width:100%;max-width:1180px;height:48px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px;overflow:hidden;padding:0 24px;color:#fff;font-size:13px}.shampo-header__primary-nav a{color:#fff;white-space:nowrap;text-decoration:none}.shampo-header__primary-nav a:hover{color:#ff7aa7}.shampo-details{position:relative}.shampo-details>summary{list-style:none}.shampo-details>summary::-webkit-details-marker{display:none}.shampo-details:not([open])>.shampo-drawer{display:block!important}.shampo-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility 0s linear .5s}.shampo-details.is-open .shampo-drawer{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease}.shampo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;opacity:0;transition:opacity .3s ease}.shampo-details.is-open .shampo-overlay{opacity:1}.shampo-drawer__panel{position:absolute;top:0;left:0;z-index:1;width:min(82vw,360px);height:100%;overflow:auto;padding:16px;background:#fff;color:#111;box-shadow:0 10px 30px #0000002e;transform:translate(-104%);transition:transform .3s cubic-bezier(.2,.8,.2,1);will-change:transform}.shampo-details.is-open .shampo-drawer__panel{transform:translate(0)}.shampo-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.shampo-close{border:0;background:transparent;color:inherit;padding:8px;cursor:pointer;font-size:18px;line-height:1}.shampo-nav{margin:0;padding:0;list-style:none}.shampo-nav a{display:block;padding:12px 8px;border-bottom:1px solid #eee;color:#111;text-decoration:none}.shampo-drawer-menu{display:block}.shampo-drawer-divider{height:1px;margin:14px 0;background:#00000014}.shampo-dd{border-bottom:1px solid rgba(0,0,0,.08)}.shampo-dd>summary{list-style:none}.shampo-dd>summary::-webkit-details-marker{display:none}.shampo-dd__row,.shampo-dd__link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 8px;border-radius:10px;color:#111;text-decoration:none;cursor:pointer}.shampo-dd__row:hover,.shampo-dd__link:hover{background:#00000008}.shampo-dd__title{font-size:14px;font-weight:500;letter-spacing:.01em}.shampo-dd--root>.shampo-dd__row .shampo-dd__title{font-size:14px;font-weight:700;letter-spacing:.06em}.shampo-dd__icon,.shampo-dd__leaf{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.shampo-dd__img{width:18px;height:18px;object-fit:contain;opacity:.85}.shampo-dd__img.is-open{display:none}.shampo-dd[open]>summary .shampo-dd__img.is-close{display:none}.shampo-dd[open]>summary .shampo-dd__img.is-open{display:inline-block}.shampo-dd__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.shampo-dd[open]>.shampo-dd__panel{grid-template-rows:1fr}.shampo-dd__panel-inner{min-height:0;overflow:hidden;padding:0 4px 10px}.shampo-dd__list{margin:0;padding:0;list-style:none}.shampo-dd__list.is-sub{margin-top:6px;padding-left:10px;border-radius:12px}.shampo-dd__li{margin:0;padding:0;border-bottom:1px solid rgba(0,0,0,.08)}.shampo-dd__link.is-all{opacity:.88;font-weight:600}.shampo-dd__empty{margin:10px 8px;color:#0000008c;font-size:12px}body.shampo-lock{overflow:hidden}@media screen and (max-width:749px){.shampo-header__notice{justify-content:flex-start;overflow-x:auto;white-space:nowrap}.shampo-header__main{grid-template-columns:40px 1fr 40px;grid-template-areas:"menu logo actions" "search search search";min-height:98px;padding:12px 14px 10px}.shampo-header__actions{gap:0}.shampo-header__actions a:first-child{display:none}.shampo-header__logo-image{max-width:170px;height:36px}.shampo-header__logo-text strong{font-size:17px}.shampo-header__search{width:100%}.shampo-header__primary-nav{height:42px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;overflow:hidden;padding:0 8px;font-size:9px}.shampo-header__primary-nav a{min-width:0;text-align:center}}@media(prefers-reduced-motion:reduce){.shampo-drawer,.shampo-overlay,.shampo-drawer__panel,.shampo-dd__panel{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/shampo-header.css.map */
