.hnl-pdp *{box-sizing:border-box}.hnl-pdp .hnl-pdp-container{max-width:var(--hp-max-width);margin:0 auto;padding:0 24px}.hnl-pdp .hnl-pdp-empty{max-width:var(--hp-max-width);margin:0 auto;padding:60px 24px;text-align:center;color:var(--hp-muted);border:1px dashed var(--hp-border);border-radius:var(--hp-radius)}.hnl-pdp .hnl-pdp-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--hp-gap);align-items:start}.hnl-pdp .hnl-gallery-inner{display:grid;grid-template-columns:var(--hp-thumb-width) 1fr var(--hp-feature-width);gap:16px;align-items:start}.hnl-pdp .hnl-thumbs{display:flex;flex-direction:column;gap:10px}.hnl-pdp .hnl-thumb{display:block;width:100%;aspect-ratio:1 / 1;border-radius:10px;border:1px solid var(--hp-border);overflow:hidden;padding:0;background:var(--hp-card-bg);cursor:pointer;transition:border-color .2s ease}.hnl-pdp .hnl-thumb.is-active{border-color:var(--hp-accent);border-width:2px}.hnl-pdp .hnl-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hnl-pdp .hnl-main-image{border-radius:var(--hp-radius);overflow:hidden;aspect-ratio:var(--hp-image-ratio);background:var(--hp-card-bg)}.hnl-pdp .hnl-main-image img{width:100%;height:100%;object-fit:cover;display:block}.hnl-pdp .hnl-features{display:flex;flex-direction:column;gap:10px}.hnl-pdp .hnl-feature-card{background:var(--hp-card-bg);border:1px solid var(--hp-border);border-radius:10px;padding:16px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.hnl-pdp .hnl-feature-icon{width:26px;height:26px;color:var(--hp-accent)}.hnl-pdp .hnl-feature-icon svg{width:100%;height:100%}.hnl-pdp .hnl-feature-title{font-size:13px;font-weight:600;line-height:1.35}.hnl-pdp .hnl-accordions{margin-top:20px;display:flex;flex-direction:column;gap:10px}.hnl-pdp .hnl-acc-item{border:1px solid var(--hp-border);border-radius:10px;background:var(--hp-card-bg);overflow:hidden}.hnl-pdp .hnl-acc-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:0;padding:16px 18px;font-size:15px;font-weight:600;text-align:left;cursor:pointer;color:var(--hp-text)}.hnl-pdp .hnl-acc-chevron{width:16px;height:16px;flex-shrink:0;transition:transform .25s ease}.hnl-pdp .hnl-acc-item.is-open .hnl-acc-chevron{transform:rotate(180deg)}.hnl-pdp .hnl-acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.hnl-pdp .hnl-acc-panel.is-open{grid-template-rows:1fr}.hnl-pdp .hnl-acc-panel-inner{overflow:hidden;padding:0 18px 18px;font-size:14px;line-height:1.6;color:var(--hp-muted)}.hnl-pdp .hnl-trust-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:14px;row-gap:6px;margin:14px 0 20px;padding:10px 14px;border-top:1px solid var(--hp-border);border-bottom:1px solid var(--hp-border)}.hnl-pdp .hnl-trust-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--hp-text);white-space:nowrap}.hnl-pdp .hnl-trust-icon{width:13px;height:13px;color:var(--hp-accent);flex-shrink:0}.hnl-pdp .hnl-trust-sep{color:var(--hp-border);font-size:12px}.hnl-pdp .hnl-rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px;margin-bottom:12px}.hnl-pdp .hnl-stars{display:inline-flex;gap:2px;color:var(--hp-star)}.hnl-pdp .hnl-stars svg{width:16px;height:16px}.hnl-pdp .hnl-stars svg.hnl-star--empty{color:var(--hp-border)}.hnl-pdp .hnl-rating-label{font-weight:600}.hnl-pdp .hnl-rating-quality{color:var(--hp-accent);font-weight:600}.hnl-pdp .hnl-rating-link{color:var(--hp-muted);text-decoration:underline}.hnl-pdp .hnl-title{font-size:var(--hp-title-size);font-weight:700;line-height:1.15;margin:0 0 12px}.hnl-pdp .hnl-subtitle{font-size:16px;color:var(--hp-muted);line-height:1.5;margin:0 0 20px;overflow-wrap:break-word}.hnl-pdp .hnl-variants{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.hnl-pdp .hnl-variant-row{position:relative;display:flex;align-items:center;gap:12px;border:1px solid var(--hp-border);border-radius:10px;padding:12px 16px;cursor:pointer;background:var(--hp-card-bg);transition:border-color .2s ease,background-color .2s ease;min-width:0}.hnl-pdp .hnl-variant-row.is-active{border-color:var(--hp-accent);background:var(--hp-accent-bg)}.hnl-pdp .hnl-variant-radio-input{position:absolute;opacity:0;pointer-events:none}.hnl-pdp .hnl-variant-thumb{width:34px;height:34px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--hp-bg)}.hnl-pdp .hnl-variant-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hnl-pdp .hnl-variant-label{flex:1;font-weight:600;font-size:15px;min-width:0}.hnl-pdp .hnl-variant-price{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--hp-price);white-space:nowrap}.hnl-pdp .hnl-variant-compare{color:var(--hp-compare);font-weight:400;text-decoration:line-through}.hnl-pdp .hnl-variant-badge{position:absolute;top:-10px;right:14px;background:var(--hp-accent);color:var(--hp-button-text);font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.hnl-pdp .hnl-stock-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--hp-border);background:var(--hp-card-bg);font-size:14px;margin-bottom:16px}.hnl-pdp .hnl-stock-dot{width:8px;height:8px;border-radius:999px;background:var(--hp-muted);flex-shrink:0;transition:background-color .2s ease}.hnl-pdp .hnl-stock-badge.is-in-stock .hnl-stock-dot{background:var(--hp-stock-in)}.hnl-pdp .hnl-stock-badge.is-low-stock .hnl-stock-dot,.hnl-pdp .hnl-stock-badge.is-out-of-stock .hnl-stock-dot{background:var(--hp-stock-low)}.hnl-pdp .hnl-stock-label{font-weight:600;color:var(--hp-text)}.hnl-pdp .hnl-stock-count{color:var(--hp-muted);font-weight:400}.hnl-pdp .hnl-atc-unavailable{display:none}.hnl-pdp .hnl-quantity-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.hnl-pdp .hnl-quantity-label{font-size:14px;font-weight:600;color:var(--hp-text)}.hnl-pdp .hnl-quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--hp-border);border-radius:10px;overflow:hidden;background:var(--hp-card-bg)}.hnl-pdp .hnl-qty-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;font-size:18px;line-height:1;color:var(--hp-text);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.hnl-pdp .hnl-qty-btn:hover{background:var(--hp-accent-bg)}.hnl-pdp .hnl-qty-btn:disabled{opacity:.35;cursor:not-allowed;background:transparent}.hnl-pdp .hnl-qty-input{width:42px;height:38px;border:0;border-left:1px solid var(--hp-border);border-right:1px solid var(--hp-border);text-align:center;font-size:15px;font-weight:600;color:var(--hp-text);background:transparent;-moz-appearance:textfield}.hnl-pdp .hnl-qty-input::-webkit-outer-spin-button,.hnl-pdp .hnl-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hnl-pdp .hnl-purchase-toggle{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin-bottom:16px}.hnl-pdp .hnl-toggle-btn{border:1px solid var(--hp-border);border-radius:10px;background:var(--hp-card-bg);padding:12px 14px;cursor:pointer;text-align:left;font-size:14px;font-weight:600;color:var(--hp-text);display:flex;flex-direction:column;gap:4px;min-width:0}.hnl-pdp .hnl-toggle-btn.is-active{border-color:var(--hp-accent);background:var(--hp-accent-bg)}.hnl-pdp .hnl-toggle-sub{font-size:12px;font-weight:400;color:var(--hp-muted);overflow-wrap:break-word}.hnl-pdp .hnl-delivery{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--hp-muted);margin-bottom:14px;text-align:center}.hnl-pdp .hnl-delivery-dot{width:8px;height:8px;border-radius:999px;background:#2f9e44;flex-shrink:0}.hnl-pdp .hnl-add-to-cart{width:100%;background:var(--hp-button-bg);color:var(--hp-button-text);border:0;border-radius:var(--hp-button-radius);padding:17px 20px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s ease}.hnl-pdp .hnl-add-to-cart:hover{opacity:.92}.hnl-pdp .hnl-add-to-cart:disabled{opacity:.7;cursor:not-allowed}.hnl-pdp .hnl-add-to-cart s{opacity:.7;margin-left:6px;font-weight:400}.hnl-pdp .hnl-guarantee{text-align:center;font-size:12px;color:var(--hp-muted);margin:10px 0 24px}.hnl-pdp .hnl-payments-wrap{text-align:center}.hnl-pdp .hnl-payments-label{font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--hp-payment-label);margin:0 0 10px}.hnl-pdp .hnl-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hnl-pdp .hnl-payment-icon{display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:46px;padding:0 8px;border-radius:6px;border:1px solid var(--hp-border);background:var(--hp-payment-bg)}.hnl-pdp .hnl-payment-svg{height:18px;width:auto;display:block}.hnl-pdp .hnl-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hnl-pdp .hnl-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999998}.hnl-pdp .hnl-drawer-overlay.is-open{opacity:1;pointer-events:auto}.hnl-pdp .hnl-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:92vw;background:var(--hp-card-bg);box-shadow:-20px 0 50px #0000002e;transform:translate(100%);transition:transform .35s ease;z-index:999999;display:flex;flex-direction:column}.hnl-pdp .hnl-drawer.is-open{transform:translate(0)}.hnl-pdp .hnl-drawer-header{display:flex;align-items:center;gap:10px;padding:20px;border-bottom:1px solid var(--hp-border)}.hnl-pdp .hnl-drawer-check{width:28px;height:28px;border-radius:50%;background:var(--hp-stock-in);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hnl-pdp .hnl-drawer-check svg{width:16px;height:16px}.hnl-pdp .hnl-drawer-title{flex:1;font-size:16px;font-weight:700;margin:0;color:var(--hp-text)}.hnl-pdp .hnl-drawer-close{width:32px;height:32px;border:0;background:transparent;color:var(--hp-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.hnl-pdp .hnl-drawer-close:hover{background:var(--hp-accent-bg)}.hnl-pdp .hnl-drawer-close svg{width:18px;height:18px}.hnl-pdp .hnl-drawer-item{display:flex;gap:14px;padding:20px}.hnl-pdp .hnl-drawer-item-image{width:68px;height:68px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--hp-bg);border:1px solid var(--hp-border)}.hnl-pdp .hnl-drawer-item-image img{width:100%;height:100%;object-fit:cover;display:block}.hnl-pdp .hnl-drawer-item-info{min-width:0}.hnl-pdp .hnl-drawer-item-title{font-size:15px;font-weight:600;margin:0 0 4px;color:var(--hp-text)}.hnl-pdp .hnl-drawer-item-variant{font-size:13px;color:var(--hp-muted);margin:0 0 4px}.hnl-pdp .hnl-drawer-item-meta{font-size:13px;font-weight:600;color:var(--hp-price);margin:0}.hnl-pdp .hnl-drawer-summary{margin:0;padding:14px 20px;font-size:13px;color:var(--hp-muted);border-top:1px solid var(--hp-border);border-bottom:1px solid var(--hp-border)}.hnl-pdp .hnl-drawer-actions{margin-top:auto;padding:20px;display:flex;flex-direction:column;gap:10px}.hnl-pdp .hnl-drawer-continue{width:100%;background:transparent;color:var(--hp-text);border:1px solid var(--hp-border);border-radius:var(--hp-button-radius);padding:14px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.hnl-pdp .hnl-drawer-continue:hover{background:var(--hp-accent-bg)}.hnl-pdp .hnl-drawer-checkout{width:100%;display:block;background:var(--hp-button-bg);color:var(--hp-button-text);border-radius:var(--hp-button-radius);padding:14px 18px;font-size:14px;font-weight:700;text-align:center;text-decoration:none;box-sizing:border-box;transition:opacity .2s ease}.hnl-pdp .hnl-drawer-checkout:hover{opacity:.92}@media(prefers-reduced-motion:reduce){.hnl-pdp .hnl-acc-panel,.hnl-pdp .hnl-acc-chevron,.hnl-pdp .hnl-drawer,.hnl-pdp .hnl-drawer-overlay{transition:none}}@media screen and (max-width:900px){.hnl-pdp .hnl-pdp-container{width:100%;max-width:100%;padding:0 16px}.hnl-pdp .hnl-pdp-grid{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-gallery-col,.hnl-pdp .hnl-gallery-inner{display:contents}.hnl-pdp .hnl-thumbs{order:2;flex-direction:row;overflow-x:auto;width:100%;min-width:0;max-width:100%;-webkit-overflow-scrolling:touch}.hnl-pdp .hnl-thumb{width:64px;flex-shrink:0}.hnl-pdp .hnl-main-image{order:1;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-trust-bar{order:3;margin:8px 0;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-buy-col{order:4;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-features{order:5;flex-direction:row;flex-wrap:wrap;margin-top:4px;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-feature-card{flex:1 1 30%;min-width:0}.hnl-pdp .hnl-accordions{order:6;margin-top:4px;width:100%;min-width:0;max-width:100%}.hnl-pdp .hnl-title{font-size:calc(var(--hp-title-size) * .75);overflow-wrap:break-word}.hnl-pdp .hnl-drawer{width:100%}}.hnl-pdp .hnl-app-block{margin-block-start:12px}.hnl-pdp .hnl-cross-sell{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(0,0,0,.1);border-radius:10px;margin-block-start:12px;background:#00000005}.hnl-pdp .hnl-cross-sell__media{flex-shrink:0;display:block}.hnl-pdp .hnl-cross-sell__media img{display:block;width:56px;height:56px;object-fit:cover;border-radius:8px}.hnl-pdp .hnl-cross-sell__info{flex:1;min-width:0}.hnl-pdp .hnl-cross-sell__badge{margin:0 0 2px;font-size:.7rem;letter-spacing:.02em;text-transform:uppercase;opacity:.65}.hnl-pdp .hnl-cross-sell__title{margin:0 0 3px;font-weight:600;font-size:.95rem}.hnl-pdp .hnl-cross-sell__price{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;font-size:.9rem}.hnl-pdp .hnl-cross-sell__price-new{font-weight:700;color:var(--hp-button-bg)}.hnl-pdp .hnl-cross-sell__price-old{text-decoration:line-through;opacity:.55;font-size:.8rem}.hnl-pdp .hnl-cross-sell__price-off{background:var(--hp-button-bg);color:#fff;font-size:.7rem;padding:2px 7px;border-radius:999px;font-weight:600}.hnl-pdp .hnl-cross-sell__button{flex-shrink:0;white-space:nowrap;border:none;border-radius:8px;background:var(--hp-button-bg);color:var(--hp-button-text);font-weight:600;font-size:.85rem;padding:10px 16px;cursor:pointer}.hnl-pdp .hnl-cross-sell__button:disabled{opacity:.7;cursor:not-allowed}@media screen and (max-width:480px){.hnl-pdp .hnl-cross-sell{flex-wrap:wrap}.hnl-pdp .hnl-cross-sell__button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/section-3-sidr.css.map */
