#shmn-dock,.shmn-spacer{display:none}
@media (max-width: 767px){
 :root{--shmn-height:140px}
 html{scroll-padding-bottom:calc(var(--shmn-height) + 16px)}
 .shmn-spacer{display:block;height:var(--shmn-height);width:100%;clear:both;pointer-events:none}
 #shmn-dock{display:block;position:fixed;bottom:var(--shmn-keyboard-offset,0px);left:0;right:0;width:100%;z-index:90;color:#29154d;background:#ffffff;border-radius:24px 24px 0 0;border-top:1px solid #e9e1fa;box-shadow:0 -6px 24px #5422e81a;font-family:Montserrat,Arial,sans-serif;isolation:isolate;padding-bottom:env(safe-area-inset-bottom,0px)}
 #shmn-dock,#shmn-dock *{box-sizing:border-box}
 #shmn-dock .shmn-search-wrap{background:#f6f2ff;padding:12px max(16px,env(safe-area-inset-left,0px)) 10px max(16px,env(safe-area-inset-right,0px))}
 #shmn-dock .shmn-search{display:flex;align-items:center;width:100%;margin:0;background:#ffffff;border-radius:16px;min-height:48px;border:1px solid #e2d7fb;overflow:hidden}
 #shmn-dock .shmn-search:focus-within{outline:2px solid #d5ed53;outline-offset:2px}
 #shmn-dock input[type=search]{display:block;flex:1;min-width:0;width:100%;height:46px;margin:0;padding:0 4px 0 16px;border:0;border-radius:0;outline:0;background:transparent;color:#29154d;box-shadow:none;font-family:inherit;font-size:16px;line-height:1.3;appearance:none}
 #shmn-dock input::placeholder{color:#786c8e;opacity:1}
 #shmn-dock .shmn-search button{display:flex;align-items:center;justify-content:center;width:48px;height:46px;min-height:46px;flex:0 0 48px;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#29154d;cursor:pointer;box-shadow:none;transform:none}
 #shmn-dock svg{display:block;width:23px;height:23px}
 #shmn-dock .shmn-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;min-height:72px;max-width:520px;margin:auto;padding:4px 10px;gap:0;background:#ffffff}
 #shmn-dock .shmn-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:60px;min-width:0;padding:3px 0;color:#29154d;text-decoration:none;line-height:1.15;border:0;box-shadow:none;background:transparent;border-radius:12px}
 #shmn-dock .shmn-home{grid-column:1}#shmn-dock .shmn-discounts{grid-column:2}#shmn-dock .shmn-cart{grid-column:3}#shmn-dock .shmn-account{grid-column:4}#shmn-dock .shmn-menu{grid-column:5}
 #shmn-dock .shmn-label{font-size:11px;font-weight:600;letter-spacing:0;text-align:center}
 #shmn-dock .shmn-icon{height:27px;display:flex;align-items:center;justify-content:center}
 #shmn-dock .shmn-cart .shmn-icon{height:44px;width:44px;border-radius:15px;background:#d5ed53;color:#3d19a6;margin-top:-5px;box-shadow:0 3px 9px #5422e818}
 #shmn-dock .shmn-cart svg{width:24px;height:24px}
 #shmn-dock .shmn-link[aria-current=page]{color:#5422e8}
 #shmn-dock .shmn-link[aria-current=page] .shmn-label{text-decoration:none}
 #shmn-dock .shmn-link[aria-current=page]:not(.shmn-cart) .shmn-icon{background:#f0e9ff;border-radius:10px;width:38px}
 #shmn-dock .shmn-cart[aria-current=page] .shmn-icon{box-shadow:0 0 0 3px #d5ed53}
 #shmn-dock a:focus-visible,#shmn-dock button:focus-visible{outline:2px solid #5422e8;outline-offset:-2px}
 #shmn-dock .shmn-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
 #shmn-dock.shmn-keyboard-open .shmn-links{display:none}
}
@media print{#shmn-dock,.shmn-spacer{display:none!important}}

.shmn-category-links{display:flex;align-items:center;gap:14px;white-space:nowrap;max-width:100%;overflow-x:auto;padding:0;margin:0}
.shmn-category-links a{display:inline-flex;align-items:center;min-height:44px;color:#ffffff;font:600 13px/1.2 Montserrat,Arial,sans-serif;text-decoration:none}
.shmn-category-links a:hover{color:#d5ed53}.shmn-category-links a:focus-visible{outline:2px solid #d5ed53;outline-offset:-2px}
@media(max-width:360px){.shmn-category-links{gap:10px}.shmn-category-links a{font-size:12px}}

@media (max-width:767px){
 #shmn-dock .shmn-search-wrap{position:relative;border-radius:24px 24px 0 0}
 #shmn-dock .shmn-suggestions{position:absolute;bottom:100%;left:12px;right:12px;max-height:var(--shmn-results-height,340px);overflow-y:auto;overscroll-behavior:contain;background:#ffffff;border:1px solid #e9e1fa;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px #29154d26;padding:8px 12px;margin:0;text-align:left}
 #shmn-dock .shmn-suggestions[hidden]{display:none!important}
 #shmn-dock .shmn-results-heading{display:flex;align-items:center;justify-content:space-between;font-size:14px}
 #shmn-dock .shmn-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-height:44px;padding:0;margin:0;border:0;background:transparent;color:#29154d;font-size:26px;cursor:pointer}
 #shmn-dock .shmn-search-status{font-size:12px;line-height:1.4;margin:0 0 6px;color:#786c8e}
 #shmn-dock .shmn-results{list-style:none;padding:0;margin:0}
 #shmn-dock .shmn-results li{list-style:none;padding:0;margin:0;border-bottom:1px solid #eee7fb}
 #shmn-dock .shmn-results a{display:flex;gap:12px;align-items:center;padding:10px 0;min-height:68px;text-decoration:none;color:#29154d}
 #shmn-dock .shmn-results img{width:48px;height:48px;object-fit:contain;border-radius:8px;flex-shrink:0;background:white}
 #shmn-dock .shmn-results a>span{min-width:0}
 #shmn-dock .shmn-product-name{display:block;font-size:14px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}
 #shmn-dock .shmn-product-price{display:block;font-size:13px;line-height:1.4;margin-top:3px;color:#5422e8}
 #shmn-dock .shmn-product-price ins{background:transparent;text-decoration:none}
 #shmn-dock .shmn-product-price del{opacity:.6}
 #shmn-dock .shmn-product-price .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
 #shmn-dock .shmn-all-results{display:flex;min-height:44px;align-items:center;justify-content:center;color:#5422e8;font-size:13px;font-weight:600;text-decoration:none}
}

@media(max-width:767px){#shmn-dock .shmn-search button{color:#5422e8}#shmn-dock .shmn-results img{border-radius:12px;background:#f6f2ff}#shmn-dock .shmn-all-results{background:#f6f2ff;border-radius:12px;margin-top:8px}#shmn-dock .shmn-link:hover{color:#5422e8}}

@media(max-width:767px){
 #shmn-dock .shmn-cart .shmn-icon{position:relative}
 #shmn-dock .shmn-cart-count{position:absolute;top:-5px;right:-9px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:12px;background:#5422e8;color:#ffffff;border:2px solid #ffffff;font:700 11px/1 Montserrat,Arial,sans-serif;white-space:nowrap}
 #shmn-dock .shmn-cart-count[hidden]{display:none!important}
 #shmn-dock .shmn-cart.shmn-added .shmn-icon{animation:shmn-cart-bounce .38s ease-out}
 @keyframes shmn-cart-bounce{0%,100%{transform:translateY(0) scale(1)}40%{transform:translateY(-5px) scale(1.08)}70%{transform:translateY(0) scale(.98)}}
}
@media(prefers-reduced-motion:reduce){#shmn-dock .shmn-cart.shmn-added .shmn-icon{animation:none}}

@media(max-width:767px){
 #shmn-dock .shmn-product-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;background:#ffffff;border-top:1px solid #e9e1fa;min-height:60px}
 #shmn-dock .shmn-product-bar[hidden]{display:none!important}
 #shmn-dock .shmn-buy-price{min-width:0;font-size:14px;line-height:1.3;font-weight:700;color:#29154d;overflow-wrap:anywhere}
 #shmn-dock .shmn-buy-price ins{background:none;text-decoration:none}
 #shmn-dock .shmn-buy-price del{font-size:12px;opacity:.6}
 #shmn-dock .shmn-buy-button{flex:0 0 auto;min-height:44px;margin:0;padding:10px 18px;border:0;border-radius:24px;background:#5422e8;color:#ffffff;font:600 13px/1.2 Montserrat,Arial,sans-serif;cursor:pointer;box-shadow:none}
 #shmn-dock .shmn-buy-button:disabled{opacity:.55;cursor:default}
 #shmn-dock .shmn-buy-price .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
 #shmn-dock.shmn-keyboard-open .shmn-product-bar{display:none}
}

#shmn-category-dialog:not([open]){display:none}
#shmn-category-dialog{box-sizing:border-box;position:fixed;inset:auto 0 0;width:100%;max-width:520px;max-height:75vh;max-height:75dvh;margin:0 auto;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));border:0;border-radius:24px 24px 0 0;background:#ffffff;color:#29154d;overflow:auto;overscroll-behavior:contain;font-family:Montserrat,Arial,sans-serif;box-shadow:0 -8px 30px #29154d26}
#shmn-category-dialog::backdrop{background:#29154d66}
#shmn-category-dialog .shmn-menu-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
#shmn-category-dialog h2{font:700 21px/1.3 Montserrat,Arial,sans-serif;margin:0;color:#29154d}
#shmn-category-dialog .shmn-menu-close{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:0;padding:0;border:0;border-radius:50%;background:#f0e9ff;color:#29154d;font-size:28px;cursor:pointer}
#shmn-category-dialog ul{list-style:none;margin:0;padding:0}
#shmn-category-dialog li{list-style:none;margin:0;padding:0}
#shmn-category-dialog a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:10px 12px;border-bottom:1px solid #e9e1fa;color:#29154d;font-size:15px;font-weight:600;text-decoration:none}
#shmn-category-dialog .children{padding-left:16px}
#shmn-category-dialog .children a{font-weight:400;font-size:14px}
#shmn-category-dialog .shmn-menu-shop{background:#5422e8;color:#ffffff;border-radius:12px;margin-bottom:8px}
#shmn-category-dialog a:focus-visible,#shmn-category-dialog button:focus-visible{outline:2px solid #5422e8;outline-offset:2px}
html.shmn-menu-open{overflow:hidden}
@media print{#shmn-category-dialog{display:none!important}}

#shmn-category-dialog .children[hidden]{display:none!important}
#shmn-category-dialog .shmn-category-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;margin:0;padding:10px 12px;background:transparent;color:#29154d;border:0;border-bottom:1px solid #e9e1fa;border-radius:0;box-shadow:none;text-align:left;font:600 15px/1.4 Montserrat,Arial,sans-serif;cursor:pointer}
#shmn-category-dialog .children .shmn-category-toggle{font-size:14px;font-weight:400}
#shmn-category-dialog .shmn-category-arrow{font:400 24px/1 Arial,sans-serif;color:#5422e8;flex-shrink:0}
#shmn-category-dialog .shmn-category-toggle[aria-expanded=true] .shmn-category-arrow{transform:rotate(180deg)}
#shmn-category-dialog .shmn-category-view-all{color:#5422e8;font-weight:600}
