.phc-section{--phc-red: #cf0337;--phc-red-dark: #bc1d32;--phc-teal: #0d3d3e;--phc-purple: #7c3aed;--phc-green: #0d9e6e;--phc-text: #141414;--phc-muted: #747474;--phc-subtle: #595959;--phc-border: #e5e5e5;--phc-bg-product: #f8edea;max-width:87.5rem;margin:0 auto;padding:1.5rem 1.25rem}.phc-layout{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.phc-gallery{display:flex;flex-direction:column;gap:1rem;width:100%}.phc-thumbs-wrap{display:flex;flex-direction:row;align-items:center;gap:.375rem;order:2;width:100%}.phc-thumbs{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none;flex:1}.phc-thumbs::-webkit-scrollbar{display:none}.phc-thumb{border:1px solid var(--phc-border);border-radius:.5rem;overflow:hidden;background:var(--phc-bg-product);height:4.5rem;width:4.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:border-color .2s}.phc-thumb:hover{border-color:var(--phc-red)}.phc-thumb.is-active{border:2px solid var(--phc-red)}.phc-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.phc-main-image{order:1;position:relative;background:var(--phc-bg-product);border-radius:1.25rem;overflow:hidden;width:100%;aspect-ratio:3 / 4}.phc-pink-strip,.phc-feature-labels{display:none}.phc-main-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:drop-shadow(0 1.25rem 2.5rem rgba(0,0,0,.15));transition:opacity .2s}.phc-main-img.is-transitioning{opacity:0}.phc-curated-badge{position:absolute;top:1rem;right:1rem;background:var(--phc-teal);color:#fff;font-size:.75rem;padding:.375rem .75rem;border-radius:.875rem;display:flex;align-items:center;gap:.375rem;z-index:10}.phc-curated-badge img{width:1.25rem;height:1.25rem}.phc-details{display:flex;flex-direction:column;gap:1.25rem;width:100%}.phc-title{font-size:1.375rem;font-weight:600;line-height:1.2;color:var(--phc-text);margin:0}.phc-desc-wrap{margin-top:.75rem}.phc-desc{font-size:1rem;font-weight:400;line-height:1.6;color:var(--phc-text);overflow:hidden;max-height:4.8em;transition:max-height .3s ease}.phc-desc.is-expanded{max-height:100vh}.phc-desc p,.phc-desc ul,.phc-desc ol{margin:0 0 .5rem}.phc-see-more{color:var(--phc-red);font-size:1rem;font-weight:500;margin-top:.25rem;background:none;border:none;padding:0;cursor:pointer}.phc-certs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.phc-cert-item{display:flex;flex-direction:row;align-items:center;gap:.625rem}.phc-cert-icon{border:1px solid var(--phc-red);border-radius:50%;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phc-cert-icon img{width:1rem;height:1rem}.phc-cert-item span{font-size:.875rem;font-weight:400;line-height:1.4;color:var(--phc-subtle);letter-spacing:-.439px}.phc-divider{border:none;border-top:1px solid #eaeaea;margin:0}.phc-price{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.phc-price-current{font-size:1.75rem;font-weight:600;color:var(--phc-red-dark);line-height:1.2}.phc-price-original{font-size:1.125rem;color:var(--phc-muted);text-decoration:line-through}.phc-price-badge{background:var(--phc-red-dark);color:#fff;font-size:.875rem;font-weight:400;padding:.125rem .5rem;border-radius:.25rem;line-height:1.5}.phc-price-tax{font-size:1rem;color:var(--phc-subtle);width:100%}.phc-pack-label{font-size:1rem;font-weight:600;color:var(--phc-text);margin:0 0 .5rem;line-height:1.2}.phc-pack-cards-wrap{display:flex;flex-direction:column}.phc-pack-overflow{overflow-x:clip;margin:0 -.1875rem}.phc-pack-cards{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;padding:1.375rem .5rem .25rem;align-items:stretch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.phc-pack-cards::-webkit-scrollbar{display:none}.phc-pack-scrollbar{display:none;width:5rem;height:.1875rem;background:#0000001a;border-radius:9999px;position:relative;margin:.375rem auto 0}.phc-pack-scrollbar__thumb{position:absolute;top:0;left:0;height:100%;background:var(--phc-text);border-radius:9999px;transition:left .1s ease,width .1s ease}.phc-pack-card{position:relative;border:1px solid var(--phc-border);border-radius:1rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;overflow:visible;display:flex;flex-direction:column;flex:0 0 calc(33.33% - .5rem);scroll-snap-align:start}.phc-pack-card:has(.phc-pack-card__radio:checked){border:2px solid var(--phc-red)}.phc-pack-card__radio{display:none}.phc-pack-card__radio:checked{border-color:var(--phc-red);background:radial-gradient(circle,var(--phc-red) 45%,#fff 46%)}.phc-pack-card__badge{position:absolute;top:-.875rem;left:50%;right:auto;transform:translate(-50%);background:var(--phc-red);color:#fff;font-size:.625rem;font-weight:500;letter-spacing:.08em;padding:.3125rem .75rem;border-radius:9999px;white-space:nowrap;line-height:1.2;z-index:10}.phc-pack-card__badge--green{background:var(--phc-green)}.phc-pack-card__inner{padding:.75rem .625rem .625rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem;flex-wrap:nowrap;flex:1}.phc-pack-card--has-badge .phc-pack-card__inner{padding-top:1rem}.phc-pack-card__icon-wrap{display:none}.phc-pack-card__name{font-size:1rem;font-weight:600;color:var(--phc-text);line-height:1.4;width:100%}.phc-pack-card__course{font-size:.75rem;font-weight:600;line-height:1.2;width:100%}.phc-pack-card__course--purple{color:var(--phc-purple)}.phc-pack-card__course--red{color:var(--phc-red)}.phc-pack-card__course--green{color:var(--phc-green)}.phc-pack-card__price-row{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.phc-pack-card__price-row .phc-price-current{font-size:1rem}.phc-pack-card__price-row .phc-price-original{font-size:.875rem}.phc-pack-card__benefit{display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:0 0 1rem 1rem}.phc-pack-card__benefit-icon{display:none}.phc-pack-card__benefit--purple{background:#ede9fe}.phc-pack-card__benefit--red{background:#fce8ea}.phc-pack-card__benefit--green{background:#d1fae5}.phc-pack-card__benefit span{font-size:.75rem;font-weight:400;color:var(--phc-text);line-height:1.4;text-align:center}.phc-benefit-long{display:none}.phc-delivery__label{font-size:1rem;font-weight:600;color:var(--phc-text);margin:0 0 .625rem}.phc-delivery__row{display:flex;flex-direction:column;gap:.75rem}.phc-delivery__input-wrap{border:1px solid #bfbfbf;border-radius:9999px;padding:1rem;display:flex;align-items:center;justify-content:space-between;width:100%}.phc-delivery__input{font-size:.875rem;font-weight:400;line-height:1.4;color:var(--phc-muted);outline:none;background:transparent;flex:1;font-family:inherit;border:none}.phc-delivery__check-btn{font-size:.9375rem;font-weight:600;color:var(--phc-red);white-space:nowrap;margin-left:.5rem;background:none;border:none;cursor:pointer}.phc-delivery__result{font-size:.875rem;margin-top:.5rem;padding:0 1rem;color:var(--phc-muted)}.phc-delivery__result.is-success{color:var(--phc-green)}.phc-delivery__result.is-error{color:var(--phc-red)}.phc-btn-whatsapp{display:flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-size:.875rem;font-weight:600;padding:.625rem 1rem;border-radius:9999px;transition:background .2s;white-space:nowrap;text-decoration:none;cursor:pointer;border:none}.phc-btn-whatsapp:hover{background:#1ebe5d}.phc-btn-whatsapp svg{width:1.25rem;height:1.25rem;fill:#fff;flex-shrink:0}.phc-delivery__row .phc-btn-whatsapp{display:none}.phc-cart-section{display:flex;flex-direction:column;gap:.75rem}.phc-cart-actions{display:flex;gap:.75rem;width:100%}.phc-qty{border:1px solid var(--phc-text);border-radius:9999px;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.375rem;width:8.125rem;flex-shrink:0;gap:.5rem}.phc-qty__btn{display:flex;align-items:center;justify-content:center;font-size:1.125rem;line-height:1;color:var(--phc-text);background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.phc-qty__btn:hover{color:var(--phc-red)}.phc-qty__val{font-size:.9375rem;font-weight:500;color:var(--phc-text);min-width:1.25rem;text-align:center}.phc-btn-atc{flex:1;border:1px solid var(--phc-text);border-radius:9999px;padding:.75rem;font-size:1rem;font-weight:400;text-align:center;color:var(--phc-text);background:none;cursor:pointer;transition:background .2s,color .2s}.phc-btn-atc:hover{background:var(--phc-text);color:#fff}.phc-btn-atc.is-loading{opacity:.6;pointer-events:none}.phc-btn-buy{width:100%;background:linear-gradient(to right,#e1556e,#cf0136);color:#fff;border-radius:9999px;padding:.75rem;font-size:1rem;font-weight:400;line-height:1.4;cursor:pointer;border:none;transition:opacity .2s}.phc-btn-buy:hover{opacity:.9}.phc-trust{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:center}.phc-trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.phc-trust-circle{border:1px solid var(--phc-red);border-radius:50%;width:2.375rem;height:2.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phc-trust-circle img{width:1.25rem;height:1.25rem;object-fit:contain}.phc-trust-item p{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--phc-muted);margin:0}.phc-ask-expert{background:linear-gradient(105deg,#fce4de,#fdf6f4 45%,#fce8f0);border:1px solid #f9e0d7;border-radius:1.25rem;padding:1rem}.phc-ask-expert__content{display:flex;flex-direction:column;gap:.75rem}.phc-ask-expert__header{display:flex;align-items:center;gap:1rem}.phc-ask-expert__avatar{width:3.75rem;height:3.75rem;border-radius:50%;border:2px solid var(--phc-red);overflow:hidden;flex-shrink:0}.phc-ask-expert__avatar img{width:100%;height:100%;object-fit:cover;object-position:top}.phc-ask-expert__title{font-size:.9375rem;font-weight:700;color:#0a0a0a;line-height:1.3;margin:0}.phc-ask-expert__input-row{display:flex;align-items:center;background:#fff;border-radius:9999px;height:3.5rem;padding:0 .5rem 0 1.25rem;box-shadow:0 .25rem 1.5rem #cf013726}.phc-ask-expert__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:.9375rem;font-family:inherit;color:#444}.phc-ask-expert__input::placeholder{color:#aaa}.phc-btn-ask{display:flex;align-items:center;justify-content:center;gap:.5rem;height:2.75rem;padding:0 1.25rem;border-radius:9999px;background:var(--phc-red);border:none;flex-shrink:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .2s}.phc-btn-ask:hover{opacity:.9}.phc-btn-ask__text{display:none}.phc-btn-ask svg,.phc-btn-ask img{width:1.125rem;height:1.125rem;flex-shrink:0}.phc-sticky{display:none}@media screen and (min-width:700px){.phc-section{padding:2.5rem 2rem}.phc-layout{flex-direction:row;gap:2rem;align-items:flex-start}.phc-gallery{flex-direction:row;width:44.25rem;flex-shrink:0;position:sticky;top:5.5rem;align-self:flex-start;--phc-gallery-h: 38.75rem}.phc-thumbs-wrap{flex-direction:column;align-items:stretch;width:4.5rem;height:auto;align-self:stretch;flex-shrink:0;order:0;gap:.5rem}.phc-thumbs{flex-direction:column;overflow-y:auto;overflow-x:hidden;padding-bottom:0;gap:.75rem;flex:1;width:100%}.phc-thumb{flex:none;height:4.5rem;width:4.5rem;border-radius:.5rem}.phc-thumb img{width:100%;height:100%}.phc-main-image{width:38.75rem;height:auto;aspect-ratio:3 / 4;flex:none;order:0;border-radius:1.25rem}.phc-feature-labels{display:flex;flex-direction:column;gap:2.625rem;position:absolute;left:1rem;top:1.25rem;z-index:10}.phc-feature-label{display:flex;align-items:center;gap:.5rem}.phc-feature-label__icon{border:1px solid var(--phc-red);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#ffffffe6;flex-shrink:0}.phc-feature-label__icon img{width:1.125rem;height:1.125rem;object-fit:contain}.phc-feature-label span{font-size:.6875rem;font-weight:500;color:var(--phc-text);line-height:1.3}.phc-main-img{height:100%}.phc-details{flex:1;min-width:0;width:auto}.phc-title{font-size:1.75rem}.phc-price-tax{width:auto}.phc-certs{grid-template-columns:1fr 1fr 1fr;gap:1.5rem 1rem}.phc-cert-item{flex-direction:column;align-items:flex-start;gap:.5rem}.phc-cert-icon{width:1.75rem;height:1.75rem}.phc-cert-icon img{width:1rem;height:1rem}.phc-benefit-short{display:none}.phc-benefit-long{display:inline}.phc-pack-card__course{font-size:.875rem}.phc-pack-card__inner{padding:.75rem 1rem .625rem;gap:.5rem}.phc-delivery__row{flex-direction:row;align-items:center}.phc-delivery__input-wrap{width:16.25rem;flex-shrink:0}.phc-delivery__row .phc-btn-whatsapp{display:flex}.phc-trust{grid-template-columns:repeat(4,1fr)}.phc-btn-ask__text{display:block;font-size:.875rem;font-weight:500;color:#fff;line-height:1.5}.phc-ask-expert__title{font-size:1.125rem}.phc-ask-expert{padding:1.25rem}}@media screen and (min-width:700px)and (max-width:1099px){.phc-gallery{width:46%;--phc-gallery-h: auto}.phc-thumbs-wrap{height:auto;max-height:100%}.phc-main-image{width:auto;height:auto;aspect-ratio:3 / 4;flex:1}}@media screen and (min-width:1100px){.phc-section{padding:2.5rem 3rem}}.phc-section .wareiq-pincode-check{display:block;background:transparent!important;padding:0!important;border:none!important;box-shadow:none!important;border-radius:0!important}.phc-section .wareiq-pincode-check-container{display:flex;flex-direction:column;gap:.75rem;background:transparent!important;padding:0!important;border:none!important;box-shadow:none!important;border-radius:0!important}.phc-section .wareiq-pincode-input-container{background:transparent!important}.phc-section .wareiq-pincode-input-container label{display:flex;align-items:center;gap:.375rem;font-size:1rem;font-weight:600;color:var(--phc-text);margin:0 0 .625rem;font-family:inherit}.phc-section .wareiq-pincode-input-container label .pin-img{width:1rem;height:1rem;object-fit:contain}.phc-section .wareiq-pincode-input-container .input-box{border:1px solid #bfbfbf;border-radius:9999px;padding:1rem;display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;box-shadow:none}.phc-section .wareiq-pincode-input-container .input-box #wareiq-pincode-input{font-size:.875rem;font-weight:400;line-height:1.4;color:var(--phc-muted);outline:none;background:transparent;flex:1;font-family:inherit;border:none;box-shadow:none;padding:0;margin:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.phc-section .wareiq-pincode-input-container .input-box #wareiq-pincode-input::-webkit-outer-spin-button,.phc-section .wareiq-pincode-input-container .input-box #wareiq-pincode-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.phc-section .wareiq-pincode-input-container .input-box #wareiq-pincode-input::placeholder{color:var(--phc-muted)}.phc-section .pincode-check-btn{font-size:.9375rem;font-weight:600;color:var(--phc-red)!important;white-space:nowrap;margin-left:.5rem;background:none!important;border:none!important;cursor:pointer;padding:0;font-family:inherit}.phc-section .pincode-loader.hide{display:none!important}.phc-section .wareiq-pincode-no-result{font-size:.875rem;padding:0 1rem;color:var(--phc-red)}.phc-section .wareiq-pincode-result-container{font-size:.875rem;padding:0 1rem;color:var(--phc-green)}.phc-section .wareiq-pincode-result-container.hide,.phc-section .wareiq-pincode-no-result.hide{display:none!important}@media screen and (min-width:700px){.phc-section .wareiq-pincode-input-container .input-box{width:16.25rem;flex-shrink:0}}@media screen and (max-width:699px){.phc-sticky{display:flex;align-items:center;gap:.75rem;position:fixed;bottom:calc(4.375rem + env(safe-area-inset-bottom,.5rem));left:0;right:0;z-index:100;background:#fff;padding:.75rem 1rem;box-shadow:0 -2px 16px #00000014}.phc-sticky__whatsapp{display:flex;align-items:center;gap:.5rem;flex-shrink:0;height:3.25rem;padding:0 1.25rem;font-size:.9375rem;font-weight:500;border-radius:9999px;background:#fff;color:var(--phc-text);border:1.5px solid #d0d0d0;white-space:nowrap;text-decoration:none;cursor:pointer}.phc-sticky__whatsapp svg{display:inline;fill:#25d366;width:1.375rem;height:1.375rem;flex-shrink:0}.phc-sticky__atc-sec{flex:1;height:3.25rem;border-radius:9999px;font-size:.9375rem;font-weight:600;background:transparent;color:var(--phc-red);border:2px solid var(--phc-red);cursor:pointer;transition:background .2s,color .2s}.phc-sticky__atc-sec:hover{background:var(--phc-red);color:#fff}.phc-sticky__buy{flex:1;height:3.25rem;border-radius:9999px;font-size:.9375rem;font-weight:700;background:var(--phc-red);color:#fff;border:none;cursor:pointer;transition:opacity .2s}.phc-sticky__buy:hover{opacity:.88}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-hero-custom.css.map */
