.section-custom-main-product{padding-top:clamp(32px,6vw,64px);padding-bottom:clamp(32px,6vw,64px)}.section-custom-main-product .trypooh-product-layout{display:grid;grid-template-columns:1fr;gap:var(--space-6, 32px)}@media(min-width:990px){.section-custom-main-product .trypooh-product-layout{grid-template-columns:55fr 45fr;align-items:start;gap:var(--space-8, 64px)}}.section-custom-main-product .trypooh-gallery{position:relative}@media(min-width:990px){.section-custom-main-product .trypooh-gallery{position:sticky;top:96px}}.section-custom-main-product .trypooh-gallery__main{width:100%;height:auto;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-md, 12px);background:var(--color-bg-soft, #F0E8FF)}.section-custom-main-product .trypooh-gallery__main-img,.section-custom-main-product .trypooh-gallery__placeholder{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md, 12px)}.section-custom-main-product .trypooh-gallery__thumbs{display:none;flex-direction:row;gap:var(--space-2, 8px);margin-top:var(--space-3, 12px);overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:var(--color-border, #EAE3F0) transparent;list-style:none;padding-left:0}@media(min-width:750px){.section-custom-main-product .trypooh-gallery__thumbs{display:flex}}.section-custom-main-product .trypooh-gallery__thumb{flex:0 0 auto;width:72px;height:72px;padding:0;border:2px solid var(--color-border, #EAE3F0);border-radius:var(--radius-sm, 8px);overflow:hidden;background:var(--color-bg-soft, #F0E8FF);cursor:pointer;transition:border-color .2s ease}.section-custom-main-product .trypooh-gallery__thumb:hover{border-color:var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-gallery__thumb.is-active{border-color:var(--color-brand, #8428FF);border-width:2px}.section-custom-main-product .trypooh-gallery__thumb:focus-visible{outline:none;box-shadow:var(--shadow-focus, 0 0 0 3px rgba(132, 40, 255, .25))}.section-custom-main-product .trypooh-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.section-custom-main-product .trypooh-gallery__dots{display:flex;justify-content:center;gap:var(--space-1, 4px);margin-top:var(--space-3, 12px);list-style:none;padding:0}@media(min-width:750px){.section-custom-main-product .trypooh-gallery__dots{display:none}}.section-custom-main-product .trypooh-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--color-border, #EAE3F0);transition:background .2s ease,transform .2s ease}.section-custom-main-product .trypooh-gallery__dot.is-active{background:var(--color-brand, #8428FF);transform:scale(1.25)}.section-custom-main-product .trypooh-product-info{display:block}.section-custom-main-product .trypooh-breadcrumb{margin-bottom:var(--space-4, 16px)}.section-custom-main-product .trypooh-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:4px;list-style:none;padding:0;margin:0;font-family:var(--font-body, "Inter", sans-serif);font-size:13px;color:var(--color-text-muted, #6B5F7A)}.section-custom-main-product .trypooh-breadcrumb__link{color:var(--color-text-muted, #6B5F7A);text-decoration:none;transition:color .2s ease}.section-custom-main-product .trypooh-breadcrumb__link:hover{color:var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-breadcrumb__separator{color:var(--color-text-muted, #6B5F7A);opacity:.5}.section-custom-main-product .trypooh-breadcrumb__current{color:var(--color-text, #2A2238);font-weight:500;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-custom-main-product .trypooh-product__title{font-family:var(--font-heading, "Unbounded", sans-serif);font-size:24px;font-weight:700;color:var(--color-brand-deep, #3D1A6B);line-height:1.15;letter-spacing:-.01em;margin:0 0 var(--space-4, 16px) 0}@media(min-width:750px){.section-custom-main-product .trypooh-product__title{font-size:28px}}.section-custom-main-product .trypooh-price-wrapper{margin-bottom:var(--space-4, 16px)}.section-custom-main-product .trypooh-price-wrapper .price{font-family:var(--font-body, "Inter", sans-serif)}.section-custom-main-product .trypooh-price-wrapper .price__regular .price-item{font-size:24px;font-weight:600;color:var(--color-text, #2A2238)}.section-custom-main-product .trypooh-price-wrapper .price--on-sale .price-item--sale{color:var(--color-brand, #8428FF);font-size:24px;font-weight:600}.section-custom-main-product .trypooh-price-wrapper .price--on-sale .price-item--regular{color:var(--color-text-muted, #6B5F7A);font-size:18px;font-weight:400;text-decoration:line-through}.section-custom-main-product .trypooh-volume-discount{margin:0 0 var(--space-5, 24px) 0;padding:var(--space-5, 24px);background:var(--color-bg-soft, #F0E8FF);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-soft, 0 4px 24px rgba(61, 26, 107, .08))}.section-custom-main-product .trypooh-volume-discount__heading{font-family:var(--font-heading, "Unbounded", sans-serif);font-size:18px;font-weight:700;line-height:1.2;letter-spacing:0;color:var(--color-brand-deep, #3D1A6B);text-align:center;margin:0 0 var(--space-4, 16px) 0}.section-custom-main-product .trypooh-volume-discount__tiers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.section-custom-main-product .trypooh-volume-discount__tier{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border-radius:var(--radius-sm, 8px)}.section-custom-main-product .trypooh-volume-discount__tier--best{box-shadow:inset 0 0 0 1.5px var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-volume-discount__qty{font-family:var(--font-body, "Inter", sans-serif);font-size:15px;font-weight:500;color:var(--color-text, #2A2238)}.section-custom-main-product .trypooh-volume-discount__off{font-family:var(--font-body, "Inter", sans-serif);font-size:14px;font-weight:600;color:#fff;background:var(--color-brand, #8428FF);padding:4px 12px;border-radius:var(--radius-pill, 999px);white-space:nowrap}.section-custom-main-product .trypooh-volume-discount__tier--best .trypooh-volume-discount__off{background:var(--color-brand-deep, #3D1A6B)}.section-custom-main-product .trypooh-volume-discount__note{font-family:var(--font-body, "Inter", sans-serif);font-size:13px;line-height:1.5;color:var(--color-text-muted, #6B5F7A);text-align:center;margin:var(--space-4, 16px) 0 0 0}.section-custom-main-product .trypooh-volume-discount__combo-note{font-family:var(--font-body, "Inter", sans-serif);font-size:12px;line-height:1.5;color:var(--color-text-muted, #6B5F7A);opacity:.85;text-align:center;margin:var(--space-2, 8px) 0 0 0}.section-custom-main-product .trypooh-variant-wrapper{margin-bottom:var(--space-5, 24px)}.section-custom-main-product .trypooh-option-label{display:block;font-family:var(--font-body, "Inter", sans-serif);font-size:14px;font-weight:500;color:var(--color-text, #2A2238);margin-bottom:var(--space-2, 8px)}.section-custom-main-product .trypooh-select-wrapper{margin-bottom:var(--space-3, 12px)}.section-custom-main-product .trypooh-select__select{display:block;width:100%;height:48px;padding:0 40px 0 16px;appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%236B5F7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;border:1.5px solid var(--color-border, #EAE3F0);border-radius:var(--radius-sm, 8px);font-family:var(--font-body, "Inter", sans-serif);font-size:14px;font-weight:400;color:var(--color-text, #2A2238);line-height:1;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.section-custom-main-product .trypooh-select__select:hover{border-color:var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-select__select:focus{outline:none;border-color:var(--color-brand, #8428FF);box-shadow:var(--shadow-focus, 0 0 0 3px rgba(132, 40, 255, .25))}.section-custom-main-product .trypooh-select__select option:disabled{color:var(--color-text-muted, #6B5F7A)}.section-custom-main-product .trypooh-qty-wrapper{margin-bottom:var(--space-4, 16px)}.section-custom-main-product .trypooh-qty__label{display:block;font-family:var(--font-body, "Inter", sans-serif);font-size:14px;font-weight:500;color:var(--color-text, #2A2238);margin-bottom:var(--space-2, 8px)}.section-custom-main-product .trypooh-qty{display:inline-flex;align-items:center;border:1.5px solid var(--color-border, #EAE3F0);border-radius:var(--radius-pill, 999px);overflow:hidden;background:#fff}.section-custom-main-product .trypooh-qty__btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:var(--color-text, #2A2238);font-size:18px;cursor:pointer;transition:background .2s ease,color .2s ease;min-width:44px}.section-custom-main-product .trypooh-qty__btn:hover{background:var(--color-bg-soft, #F0E8FF);color:var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-qty__btn:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-qty__btn.disabled{opacity:.35;cursor:not-allowed}.section-custom-main-product .trypooh-qty__input{width:44px;height:44px;border:none;border-left:1.5px solid var(--color-border, #EAE3F0);border-right:1.5px solid var(--color-border, #EAE3F0);text-align:center;font-family:var(--font-body, "Inter", sans-serif);font-size:16px;font-weight:500;color:var(--color-text, #2A2238);background:transparent;padding:0;-moz-appearance:textfield}.section-custom-main-product .trypooh-qty__input::-webkit-outer-spin-button,.section-custom-main-product .trypooh-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.section-custom-main-product .trypooh-qty__input:focus-visible{outline:none}.section-custom-main-product .trypooh-stock-wrapper{margin-bottom:var(--space-4, 16px);min-height:24px}.section-custom-main-product .trypooh-stock{display:inline-flex;align-items:center;gap:var(--space-2, 8px);font-family:var(--font-body, "Inter", sans-serif);font-size:14px;font-weight:500;margin:0}.section-custom-main-product .trypooh-stock__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.section-custom-main-product .trypooh-stock--in{color:#2a7a4f}.section-custom-main-product .trypooh-stock--in .trypooh-stock__dot{background:#2a7a4f}.section-custom-main-product .trypooh-stock--out{color:var(--color-text-muted, #6B5F7A)}.section-custom-main-product .trypooh-stock--out .trypooh-stock__dot{background:var(--color-text-muted, #6B5F7A)}.section-custom-main-product .trypooh-atc-wrapper{margin-bottom:var(--space-5, 24px)}.section-custom-main-product .trypooh-atc-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-2, 8px);width:100%;height:52px;padding:0 var(--space-6, 32px);background:var(--color-brand, #8428FF);color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-size:16px;font-weight:500;border:none;border-radius:var(--radius-pill, 999px);cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-soft, 0 4px 24px rgba(61, 26, 107, .08));position:relative;overflow:hidden;letter-spacing:.01em}.section-custom-main-product .trypooh-atc-btn:hover:not(:disabled){background:var(--color-brand-hover, #6F1FE0);transform:translateY(-1px);box-shadow:var(--shadow-hover, 0 8px 32px rgba(61, 26, 107, .12))}.section-custom-main-product .trypooh-atc-btn:active:not(:disabled){transform:translateY(0)}.section-custom-main-product .trypooh-atc-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus, 0 0 0 3px rgba(132, 40, 255, .25))}.section-custom-main-product .trypooh-atc-btn:disabled{background:var(--color-border, #EAE3F0);color:var(--color-text-muted, #6B5F7A);cursor:not-allowed;box-shadow:none;transform:none}.section-custom-main-product .trypooh-atc-btn .loading__spinner{width:20px;height:20px;flex-shrink:0}.section-custom-main-product .trypooh-atc-btn.loading span{visibility:hidden}.section-custom-main-product .loading__spinner.hidden{display:none}.section-custom-main-product .spinner{animation:spin .8s linear infinite}.section-custom-main-product .path{stroke:#fff;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.section-custom-main-product .product-form__error-message-wrapper{background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius-sm, 8px);padding:var(--space-3, 12px) var(--space-4, 16px);margin-bottom:var(--space-3, 12px);font-family:var(--font-body, "Inter", sans-serif);font-size:14px;color:#dc2626}.section-custom-main-product .trypooh-trust-line{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2, 8px) var(--space-4, 16px);font-family:var(--font-body, "Inter", sans-serif);font-size:13px;font-weight:400;color:var(--color-text-muted, #6B5F7A);margin:var(--space-4, 16px) 0 var(--space-5, 24px) 0;line-height:1.4;text-align:center}.section-custom-main-product .trypooh-trust-line__item{display:inline-flex;align-items:center;gap:6px;font-size:13px}.section-custom-main-product .trypooh-accordions{border-top:1px solid var(--color-border, #EAE3F0)}.section-custom-main-product .trypooh-accordion{border-bottom:1px solid var(--color-border, #EAE3F0)}.section-custom-main-product .trypooh-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3, 12px);padding:var(--space-4, 16px) 0;background:transparent;border:none;cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none}.section-custom-main-product .trypooh-accordion__trigger:hover .trypooh-accordion__icon{color:var(--color-brand, #8428FF)}.section-custom-main-product .trypooh-accordion__trigger:focus-visible{outline:none;box-shadow:var(--shadow-focus, 0 0 0 3px rgba(132, 40, 255, .25));border-radius:var(--radius-sm, 8px)}.section-custom-main-product .trypooh-accordion__heading{font-family:var(--font-body, "Inter", sans-serif);font-size:15px;font-weight:500;color:var(--color-text, #2A2238);flex:1}.section-custom-main-product .trypooh-accordion__icon{flex-shrink:0;color:var(--color-text-muted, #6B5F7A);transition:transform .2s ease,color .2s ease;display:flex;align-items:center}.section-custom-main-product .trypooh-accordion__trigger[aria-expanded=true] .trypooh-accordion__icon{transform:rotate(180deg)}.section-custom-main-product .trypooh-accordion__body{max-height:0;overflow:hidden;transition:max-height .2s ease}.section-custom-main-product .trypooh-accordion__body-inner{padding:0 0 var(--space-4, 16px) 0;font-family:var(--font-body, "Inter", sans-serif);font-size:15px;line-height:1.6;color:var(--color-text, #2A2238)}.section-custom-main-product .trypooh-accordion__body-inner.rte p{margin:0 0 var(--space-3, 12px) 0}.section-custom-main-product .trypooh-accordion__body-inner.rte p:last-child{margin-bottom:0}.section-custom-main-product .trypooh-accordion__body-inner.rte strong{font-weight:600}@media(prefers-reduced-motion:reduce){.section-custom-main-product *,.section-custom-main-product *:before,.section-custom-main-product *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.trypooh-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;height:56px;padding:8px 16px;gap:12px;align-items:center;background:#fff;border-top:1px solid var(--color-border);box-shadow:0 -4px 12px #0000000f;opacity:0;pointer-events:none;transition:opacity .2s ease}@media screen and (max-width:749px){.trypooh-sticky-atc{display:flex}}.trypooh-sticky-atc[data-visible=true]{opacity:1;pointer-events:auto}.trypooh-sticky-atc__thumb{width:40px;height:40px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.trypooh-sticky-atc__thumb--placeholder{background:var(--color-bg-soft)}.trypooh-sticky-atc__price{flex:1;min-width:0;font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--color-text);line-height:1.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.trypooh-sticky-atc__price .price{display:block;margin:0;padding:0;font-size:inherit;font-weight:inherit;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trypooh-sticky-atc__price .price__container,.trypooh-sticky-atc__price .price__regular,.trypooh-sticky-atc__price .price__sale{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:nowrap;white-space:nowrap;padding:0}.trypooh-sticky-atc__price .price-item{font-size:inherit;font-weight:inherit;color:inherit;white-space:nowrap}.trypooh-sticky-atc__price .price__sale s,.trypooh-sticky-atc__price .price__sale .price-item--regular,.trypooh-sticky-atc__price .price__badge-sale,.trypooh-sticky-atc__price .price__badge-sold-out,.trypooh-sticky-atc__price .price__availability,.trypooh-sticky-atc__price .unit-price,.trypooh-sticky-atc__price .caption-with-letter-spacing,.trypooh-sticky-atc__price .visually-hidden{display:none!important}.trypooh-sticky-atc__btn{flex-shrink:0;height:40px;padding:0 18px;border:none;border-radius:var(--radius-pill);background:var(--color-brand);color:#fff;font-family:var(--font-body);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.trypooh-sticky-atc__btn:hover,.trypooh-sticky-atc__btn:focus-visible{background:var(--color-brand-hover)}.trypooh-sticky-atc__btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}@media(prefers-reduced-motion:reduce){.trypooh-sticky-atc{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-main-product.css.map */
