.hhb{--hhb-pink: #f26dc3;--hhb-pink-soft: #fde7f4;--hhb-ink: #1a1a1a;--hhb-muted: #6b6b6b;--hhb-line: #e5e5e5;--hhb-bg: #ffffff;--hhb-radius: 14px;--hhb-radius-sm: 10px;--hhb-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);--hhb-gap: 16px;display:block;background:var(--hhb-bg);color:var(--hhb-ink);padding:12px 14px 24px;font-family:inherit}.hhb *,.hhb *:before,.hhb *:after{box-sizing:border-box}.hhb__grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:1200px;margin:0 auto}.hhb__media{position:relative;border-radius:var(--hhb-radius);overflow:hidden;background:#fafafa;aspect-ratio:1 / 1}.hhb__gallery{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.hhb__gallery::-webkit-scrollbar{display:none}.hhb__gallery-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative}.hhb__media-btn{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.hhb__media-btn:focus-visible{outline:3px solid var(--hhb-pink);outline-offset:-3px}.hhb__hero{width:100%;height:100%;display:block;object-fit:cover;background:#fafafa;transition:opacity .25s ease}.hhb__hero--embed iframe{width:100%;height:100%;border:0}.hhb__media-zoom-hint{position:absolute;bottom:10px;right:10px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;background:#ffffffeb;color:var(--hhb-ink);font-size:11px;font-weight:700;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 6px #00000014;pointer-events:none;z-index:2}.hhb__media-zoom-hint svg{color:var(--hhb-pink)}.hhb__gallery-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:2;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#00000073;border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hhb__gallery-dot{-webkit-appearance:none;appearance:none;border:0;padding:0;width:6px;height:6px;border-radius:999px;background:#ffffff8c;cursor:pointer;transition:background .2s ease,width .2s ease}.hhb__gallery-dot:hover{background:#ffffffd9}.hhb__gallery-dot.is-active{background:#fff;width:18px}.hhb__hero--placeholder{background:linear-gradient(135deg,#f5f5f5,#ececec)}.hhb__hero.is-swapping{opacity:.35}.hhb__buy{display:flex;flex-direction:column;gap:14px;min-width:0}.hhb__eyebrow{margin:0;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--hhb-pink);font-weight:700}.hhb__title{margin:0;font-size:clamp(22px,5.4vw,30px);line-height:1.15;font-weight:800;letter-spacing:-.01em}.hhb__rating{min-height:18px}.hhb__price-anchor{margin:0;display:flex;align-items:baseline;gap:8px;font-weight:800}.hhb__price-anchor-from{font-size:13px;color:var(--hhb-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.hhb__price-anchor-amt{font-size:26px;color:var(--hhb-ink);letter-spacing:-.01em}.hhb__intro{margin:0;color:var(--hhb-muted);font-size:15px;line-height:1.5}.hhb__trust{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.hhb__trust-pill{font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px;background:var(--hhb-pink-soft);color:var(--hhb-pink);white-space:nowrap}.hhb__picker{display:flex;flex-direction:column;gap:10px}.hhb__picker-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hhb__picker-label{font-weight:700;font-size:15px}.hhb__picker-count{font-size:12px;color:var(--hhb-muted)}.hhb__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0;padding:4px 2px 8px;list-style:none}@media(min-width:480px){.hhb__cards{grid-template-columns:repeat(3,1fr);gap:14px}}@media(min-width:900px){.hhb__cards{grid-template-columns:repeat(4,1fr);gap:16px}}.hhb__card-wrap{margin:0;padding:0}.hhb__card{position:relative;width:100%;display:flex;flex-direction:column;gap:10px;padding:10px 10px 12px;background:linear-gradient(180deg,#fff,#fbfafb);border:1px solid rgba(0,0,0,.06);border-radius:16px;cursor:pointer;text-align:left;font:inherit;color:inherit;box-shadow:0 1px 1px #140e1c0a,0 6px 18px -6px #140e1c1a;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,border-color .15s ease,background .2s ease;-webkit-tap-highlight-color:transparent;will-change:transform}.hhb__card:hover{transform:translateY(-2px);border-color:#0000001a;box-shadow:0 2px 3px #140e1c0d,0 14px 28px -10px #140e1c29}.hhb__card:focus-visible{outline:none;border-color:var(--hhb-pink);box-shadow:0 0 0 3px #f26dc340,0 10px 22px -8px #f26dc34d}.hhb__card:active{transform:translateY(0)}.hhb__card.is-selected{border-color:var(--hhb-pink);background:linear-gradient(180deg,#fff,#fff4fa);transform:translateY(-3px);box-shadow:0 0 0 2px var(--hhb-pink),0 12px 28px -8px #f26dc359,0 4px 10px -4px #f26dc340}.hhb__card.is-selected:after{content:"\2713";position:absolute;top:-8px;right:-8px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:var(--hhb-pink);color:#fff;font-size:14px;font-weight:800;line-height:1;border-radius:999px;box-shadow:0 4px 10px #f26dc373;border:2px solid #fff;animation:hhb-pop .25s cubic-bezier(.2,.8,.2,1.2)}@keyframes hhb-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.hhb__card.is-sold{cursor:not-allowed;opacity:.58;filter:grayscale(.5);box-shadow:0 1px 1px #140e1c08}.hhb__card.is-sold:hover{transform:none;border-color:#0000000f;box-shadow:0 1px 1px #140e1c08}@media(max-width:479px){.hhb__cards .hhb__card-wrap:last-child:nth-child(odd){grid-column:1 / -1}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card{flex-direction:row;align-items:center;gap:14px;padding:12px}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card-img-wrap{width:38%;flex-shrink:0}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card-meta{flex:1;gap:6px;padding:0}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card-title{font-size:16px}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card-price{font-size:15px}.hhb__cards .hhb__card-wrap:last-child:nth-child(odd) .hhb__card.is-selected:after{top:-10px;right:-10px}}@media(min-width:480px)and (max-width:899px){.hhb__cards .hhb__card-wrap:last-child:nth-child(3n+1){grid-column:1 / -1}.hhb__cards .hhb__card-wrap:last-child:nth-child(3n+1) .hhb__card{flex-direction:row;align-items:center;gap:16px;padding:14px}.hhb__cards .hhb__card-wrap:last-child:nth-child(3n+1) .hhb__card-img-wrap{width:28%;flex-shrink:0}.hhb__cards .hhb__card-wrap:last-child:nth-child(3n+1) .hhb__card-meta{flex:1;gap:6px}}.hhb__card-img-wrap{position:relative;display:block;aspect-ratio:1 / 1;background:linear-gradient(160deg,#f7f5f7,#efeaef);border-radius:12px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000a}.hhb__card-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.hhb__card:hover .hhb__card-img{transform:scale(1.04)}.hhb__card-img--placeholder{background:linear-gradient(135deg,#f0f0f0,#dadada)}.hhb__card-chip{position:absolute;top:8px;left:8px;font-size:10.5px;font-weight:800;letter-spacing:.04em;padding:4px 8px;border-radius:999px;background:#fffffff5;color:var(--hhb-ink);text-transform:uppercase;box-shadow:0 1px 2px #0000001a,0 4px 10px -4px #0000001f;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hhb__card-chip--low{background:#ffe9c2;color:#7a3f00}.hhb__card-chip--sold{background:#1a1a1a;color:#fff}.hhb__card-chip--in{display:none}.hhb__card-meta{display:flex;flex-direction:column;gap:3px;padding:0 4px 2px}.hhb__card-title{font-size:13.5px;font-weight:800;line-height:1.2;letter-spacing:-.005em}.hhb__card-price{font-size:13px;color:var(--hhb-ink);font-weight:700;opacity:.72}.hhb__card.is-selected .hhb__card-price{color:var(--hhb-pink);opacity:1}.hhb__form{display:flex;flex-direction:column;gap:12px;margin-top:4px}.hhb__cta{-webkit-appearance:none;appearance:none;border:0;background:var(--hhb-pink);color:#fff;font-weight:800;font-size:16px;letter-spacing:.02em;padding:16px 18px;border-radius:999px;cursor:pointer;text-transform:uppercase;min-height:52px;transition:transform .1s ease,background .15s ease,opacity .15s ease}.hhb__cta:hover{background:#e95cb8}.hhb__cta:active{transform:translateY(1px)}.hhb__cta:focus-visible{outline:3px solid rgba(242,109,195,.35);outline-offset:2px}.hhb__cta:disabled,.hhb__cta[aria-disabled=true]{background:#cfcfcf;cursor:not-allowed;opacity:.8}.hhb__reassure{margin:4px 0 0;text-align:center;font-size:12.5px;color:var(--hhb-muted)}.hhb__dynamic-checkout{margin-top:2px}.hhb__dynamic-checkout .shopify-payment-button__button{border-radius:999px!important;min-height:50px;font-weight:800!important;letter-spacing:.02em!important}.hhb__dynamic-checkout .shopify-payment-button__more-options{margin-top:6px;font-size:12px;color:var(--hhb-muted)}.hhb__trust-strip{display:flex;flex-direction:column;gap:12px;margin-top:6px;padding:14px;background:#fbfafb;border:1px solid rgba(0,0,0,.05);border-radius:14px}.hhb__trust-row{display:flex;flex-direction:column;gap:10px}.hhb__trust-item{display:flex;align-items:flex-start;gap:10px}.hhb__trust-icon{flex-shrink:0;width:22px;height:22px;color:var(--hhb-pink);margin-top:1px}.hhb__trust-text{display:flex;flex-direction:column;gap:1px;min-width:0}.hhb__trust-text strong{font-size:13.5px;font-weight:800;color:var(--hhb-ink);line-height:1.25}.hhb__trust-text span{font-size:12px;color:var(--hhb-muted);line-height:1.35}.hhb__payments{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.hhb__payments svg{height:22px;width:auto;display:block;border-radius:4px}.hhb__help{display:flex;flex-direction:column;gap:8px;padding-top:6px}.hhb__help-lead{margin:0;text-align:center;color:var(--hhb-muted);font-size:13px}.hhb__help-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hhb__help-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border:1px solid var(--hhb-line);border-radius:10px;font-size:13px;font-weight:700;color:var(--hhb-ink);text-decoration:none;background:#fff;min-height:44px;transition:border-color .15s ease,transform .12s ease,box-shadow .15s ease}.hhb__help-btn svg{color:var(--hhb-pink)}.hhb__help-btn:hover{border-color:var(--hhb-pink);box-shadow:0 4px 10px -4px #f26dc340;transform:translateY(-1px)}.hhb__help-btn--whatsapp svg{color:#25d366}.hhb__sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fffffff5;backdrop-filter:saturate(160%) blur(8px);-webkit-backdrop-filter:saturate(160%) blur(8px);border-top:1px solid var(--hhb-line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .25s ease;pointer-events:none}.hhb__sticky.is-visible{transform:translateY(0);pointer-events:auto}.hhb__sticky-inner{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:10px}.hhb__sticky-meta{display:flex;flex-direction:column;flex:1;min-width:0}.hhb__sticky-name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhb__sticky-price{font-size:13px;color:var(--hhb-muted);font-weight:600}.hhb__sticky-cta{flex-shrink:0;-webkit-appearance:none;appearance:none;border:0;background:var(--hhb-pink);color:#fff;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.02em;padding:13px 18px;border-radius:999px;cursor:pointer;min-height:46px}.hhb__sticky-cta:disabled{background:#cfcfcf;cursor:not-allowed}@media(min-width:900px){.hhb__sticky{display:none}.hhb{padding-bottom:24px}}@media(min-width:900px){.hhb__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}.hhb__media{position:sticky;top:16px;aspect-ratio:1 / 1}}.hhb__details{margin-top:4px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;overflow:hidden}.hhb__details[open]{box-shadow:0 4px 14px -6px #00000014}.hhb__details-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;font-size:15px;font-weight:800;color:var(--hhb-ink);cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.hhb__details-summary::-webkit-details-marker{display:none}.hhb__details-summary:hover{background:#fafafa}.hhb__details-chevron{flex-shrink:0;color:var(--hhb-pink);transition:transform .2s ease}.hhb__details[open] .hhb__details-chevron{transform:rotate(180deg)}.hhb__details-body{padding:4px 16px 18px;font-size:14.5px;line-height:1.6;color:#2a2a2a}.hhb__details-body p{margin:0 0 10px}.hhb__details-body p:last-child{margin-bottom:0}.hhb__details-body ul,.hhb__details-body ol{margin:6px 0 12px;padding-left:22px}.hhb__details-body li{margin:4px 0}.hhb__details-body a{color:var(--hhb-pink);text-decoration:underline}.hhb__details-body strong{font-weight:700}.hhb__details-body img{max-width:100%;height:auto;border-radius:8px;margin:8px 0}.hhb__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000eb;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;-webkit-overflow-scrolling:touch}.hhb__lightbox.is-open{opacity:1}.hhb__lightbox[hidden]{display:none}.hhb__lightbox-close{position:absolute;top:max(12px,env(safe-area-inset-top));right:12px;z-index:2;width:44px;height:44px;border-radius:999px;border:0;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s ease}.hhb__lightbox-close:hover,.hhb__lightbox-close:focus-visible{background:#ffffff38;outline:none}.hhb__lightbox-stage{width:100%;height:100%;overflow:auto;display:flex;align-items:center;justify-content:center;padding:24px 12px;touch-action:pinch-zoom}.hhb__lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hhb__lightbox-hint{position:absolute;left:0;right:0;bottom:max(14px,env(safe-area-inset-bottom));margin:0;text-align:center;font-size:12px;color:#ffffffb3;pointer-events:none}html.hhb-no-scroll,html.hhb-no-scroll body{overflow:hidden}@media(prefers-reduced-motion:reduce){.hhb__hero,.hhb__card,.hhb__cta,.hhb__sticky,.hhb__lightbox,.hhb__details-chevron{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/section-human-hair-bundle.css.map */
