.chemarry-product{--chem-product-bg:#faf8f5;--chem-product-surface:#ffffff;--chem-product-surface-soft:#f7f5f2;--chem-product-text:#172235;--chem-product-text-soft:#687282;--chem-product-primary:#173b5f;--chem-product-primary-hover:#0f2f4d;--chem-product-accent:#e68a1d;--chem-product-success:#1d8b5f;--chem-product-danger:#d14b4b;--chem-product-border:#ebe5dc;--chem-product-radius:24px;--chem-product-radius-small:14px;--chem-product-shadow: 0 14px 40px rgba(17,27,44,.08);--chem-transition:.28s ease}.chemarry-product{padding:48px 20px;background:var(--chem-product-bg)}.chemarry-product__page{width:min(1440px,100%);margin:auto}.chemarry-product__card{background:var(--chem-product-surface);border:1px solid var(--chem-product-border);border-radius:32px;box-shadow:var(--chem-product-shadow);overflow:hidden}.chemarry-product__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:72px;align-items:start;padding:56px}.chemarry-product__gallery{position:sticky;top:120px}.chemarry-product__media{background:#fff;border:1px solid var(--chem-product-border);border-radius:24px;overflow:hidden}.chemarry-product__media img{display:block;width:100%;height:auto;transition:transform .45s ease}.chemarry-product__media:hover img{transform:scale(1.04)}.chemarry-product__thumbs{display:flex;gap:14px;margin-top:18px}.chemarry-product__thumb{width:82px;height:82px;border-radius:14px;border:2px solid transparent;background:#fff;overflow:hidden;cursor:pointer;transition:all .25s ease}.chemarry-product__thumb img{width:100%;height:100%;object-fit:contain}.chemarry-product__thumb:hover{border-color:var(--chem-product-primary)}.chemarry-product__thumb.is-active{border-color:var(--chem-product-accent)}.chemarry-product__info{display:flex;flex-direction:column}.chemarry-product__vendor{margin:0 0 10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#8b95a5}.chemarry-product__title{margin:0;color:var(--chem-product-text);font-size:52px;line-height:1.08;font-weight:800}.chemarry-product__reviews{display:flex;align-items:center;gap:10px;margin:18px 0 26px}.chemarry-product__reviews span{color:#6d7683;font-size:14px}.chemarry-product__price-area{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:4px}.chemarry-product__price{margin:0;color:var(--chem-product-text);font-size:36px;font-weight:820;line-height:1.1;letter-spacing:-.035em}.chemarry-product__price.is-sale{color:var(--chem-product-accent)}.chemarry-product__compare-price{color:#939aa4;font-size:17px;font-weight:550;line-height:1.2;text-decoration:line-through}.chemarry-product__sale-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;color:#fff;background:var(--chem-product-danger);border-radius:999px;font-size:11px;font-weight:780;line-height:1;letter-spacing:.04em;text-transform:uppercase}.chemarry-product__savings{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;color:var(--chem-product-success);font-size:14px;font-weight:700;line-height:1.35}.chemarry-product__savings:before{content:"";flex:0 0 auto;width:8px;height:8px;background:currentColor;border-radius:50%}.chemarry-product__tax{margin:10px 0 0;color:var(--chem-product-text-soft);font-size:12px;line-height:1.45}.chemarry-product__tax a{color:inherit;text-decoration:underline;text-underline-offset:3px}.chemarry-product__divider{width:100%;height:1px;margin:25px 0;background:var(--chem-product-border);border:0}.chemarry-product__purchase-box{margin-top:26px;padding:22px;background:linear-gradient(145deg,#e68a1d0e,#fff0),var(--chem-product-surface-soft);border:1px solid var(--chem-product-border);border-radius:20px}.chemarry-product__variants{display:grid;gap:18px}.chemarry-product__variant-group{min-width:0;margin:0;padding:0;border:0}.chemarry-product__variant-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;color:var(--chem-product-text);font-size:13px;font-weight:750;line-height:1.3}.chemarry-product__variant-selected{color:var(--chem-product-text-soft);font-weight:600}.chemarry-product__variant-options{display:flex;flex-wrap:wrap;gap:9px}.chemarry-product__variant-option{position:relative}.chemarry-product__variant-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.chemarry-product__variant-button{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:42px;padding:9px 14px;color:var(--chem-product-text);background:var(--chem-product-surface);border:1px solid var(--chem-product-border);border-radius:12px;font-size:12px;font-weight:680;line-height:1.2;text-align:center;cursor:pointer;transition:color var(--chem-transition),background-color var(--chem-transition),border-color var(--chem-transition),box-shadow var(--chem-transition),transform var(--chem-transition)}.chemarry-product__variant-button:hover{color:var(--chem-product-primary);border-color:#173b5f73;transform:translateY(-1px)}.chemarry-product__variant-input:checked+.chemarry-product__variant-button{color:#fff;background:var(--chem-product-primary);border-color:var(--chem-product-primary);box-shadow:0 7px 18px #173b5f29}.chemarry-product__variant-input:disabled+.chemarry-product__variant-button{position:relative;color:#969da6;background:#eff0f1;border-color:#e1e3e5;opacity:.72;cursor:not-allowed;transform:none}.chemarry-product__variant-input:disabled+.chemarry-product__variant-button:after{content:"";position:absolute;top:50%;left:8%;width:84%;height:1px;background:#a7adb4;transform:rotate(-12deg)}.chemarry-product__select-wrapper{position:relative}.chemarry-product__select{display:block;width:100%;min-height:48px;padding:11px 42px 11px 14px;color:var(--chem-product-text);background:var(--chem-product-surface);border:1px solid var(--chem-product-border);border-radius:12px;outline:none;box-shadow:none;font:inherit;font-size:13px;cursor:pointer;appearance:none;-webkit-appearance:none}.chemarry-product__select-wrapper:after{content:"";position:absolute;top:50%;right:17px;width:8px;height:8px;border-right:2px solid var(--chem-product-primary);border-bottom:2px solid var(--chem-product-primary);pointer-events:none;transform:translateY(-72%) rotate(45deg)}.chemarry-product__select:focus{border-color:var(--chem-product-primary);box-shadow:0 0 0 3px #173b5f1a}.chemarry-product__quantity-area{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:14px;margin-top:21px}.chemarry-product__quantity-block{min-width:138px}.chemarry-product__quantity-label{display:block;margin:0 0 8px;color:var(--chem-product-text-soft);font-size:12px;font-weight:650;line-height:1.2}.chemarry-product__quantity{display:grid;grid-template-columns:42px minmax(42px,1fr) 42px;width:138px;height:46px;overflow:hidden;background:var(--chem-product-surface);border:1px solid var(--chem-product-border);border-radius:12px}.chemarry-product__quantity-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;padding:0;color:var(--chem-product-primary);background:transparent;border:0;cursor:pointer;transition:color var(--chem-transition),background-color var(--chem-transition)}.chemarry-product__quantity-button:hover{color:#fff;background:var(--chem-product-primary)}.chemarry-product__quantity-button:disabled{color:#b3b8be;background:transparent;cursor:not-allowed}.chemarry-product__quantity-button svg{display:block;width:15px;height:15px}.chemarry-product__quantity-input{width:100%;min-width:0;height:100%;padding:0;color:var(--chem-product-text);background:transparent;border:0;border-right:1px solid var(--chem-product-border);border-left:1px solid var(--chem-product-border);outline:none;box-shadow:none;font:inherit;font-size:13px;font-weight:700;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.chemarry-product__quantity-input::-webkit-inner-spin-button,.chemarry-product__quantity-input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.chemarry-product__inventory{display:flex;align-items:center;gap:8px;min-height:46px;padding:10px 13px;color:var(--chem-product-success);background:#1d8b5f13;border:1px solid rgba(29,139,95,.16);border-radius:12px;font-size:12px;font-weight:680;line-height:1.3}.chemarry-product__inventory:before{content:"";flex:0 0 auto;width:8px;height:8px;background:currentColor;border-radius:50%;box-shadow:0 0 0 4px #1d8b5f1a}.chemarry-product__inventory.is-low{color:var(--chem-product-accent);background:#e68a1d13;border-color:#e68a1d2e}.chemarry-product__inventory.is-low:before{box-shadow:0 0 0 4px #e68a1d1a}.chemarry-product__inventory.is-sold-out{color:var(--chem-product-danger);background:#d14b4b13;border-color:#d14b4b2e}.chemarry-product__inventory.is-sold-out:before{box-shadow:0 0 0 4px #d14b4b1a}.chemarry-product__form{display:block;width:100%}.chemarry-product__buttons{display:grid;gap:11px;margin-top:18px}.chemarry-product__add-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:56px;margin:0;padding:13px 20px;overflow:hidden;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,#ef8a1a,var(--chem-product-accent))!important;border:1px solid var(--chem-product-accent)!important;border-radius:15px!important;box-shadow:0 12px 24px #e68a1d38!important;font:inherit;font-size:14px;font-weight:820;line-height:1.2;letter-spacing:.015em;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color var(--chem-transition),border-color var(--chem-transition),box-shadow var(--chem-transition),transform var(--chem-transition)}.chemarry-product__add-button:before,.chemarry-product__add-button:after{box-shadow:none!important}.chemarry-product__add-button:hover:not(:disabled){color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:linear-gradient(135deg,#df7610,#d97913)!important;border-color:#d97913!important;box-shadow:0 15px 30px #e68a1d47!important;transform:translateY(-2px)}.chemarry-product__add-button:active:not(:disabled){transform:translateY(0)}.chemarry-product__add-button:disabled,.chemarry-product__add-button.is-sold-out{color:#848b94!important;-webkit-text-fill-color:#848b94!important;background:#e5e7e9!important;border-color:#e5e7e9!important;box-shadow:none!important;cursor:not-allowed}.chemarry-product__add-button svg{flex:0 0 auto;width:19px;height:19px}.chemarry-product__add-button.is-loading{color:transparent!important;-webkit-text-fill-color:transparent!important;pointer-events:none}.chemarry-product__add-button.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:21px;height:21px;margin:-10.5px 0 0 -10.5px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:chemarry-product-spin .7s linear infinite}@keyframes chemarry-product-spin{to{transform:rotate(360deg)}}.chemarry-product__dynamic-checkout{width:100%}.chemarry-product__dynamic-checkout .shopify-payment-button__button{min-height:52px!important;overflow:hidden;border-radius:15px!important;font-size:13px!important;font-weight:720!important}.chemarry-product__dynamic-checkout .shopify-payment-button__more-options{margin:10px 0 0;color:var(--chem-product-text-soft);font-size:12px}.chemarry-product__form-error{display:none;align-items:flex-start;gap:8px;margin:0 0 13px;padding:11px 13px;color:var(--chem-product-danger);background:#d14b4b12;border:1px solid rgba(209,75,75,.18);border-radius:12px;font-size:12px;line-height:1.4}.chemarry-product__form-error:not([hidden]){display:flex}.chemarry-product__form-error svg{flex:0 0 auto;width:17px;height:17px}.chemarry-product__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.chemarry-product__benefit{display:flex;align-items:flex-start;gap:9px;min-width:0;padding:12px;color:var(--chem-product-text);background:var(--chem-product-surface-soft);border:1px solid var(--chem-product-border);border-radius:14px}.chemarry-product__benefit-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:28px;height:28px;color:var(--chem-product-success);background:#1d8b5f17;border-radius:50%}.chemarry-product__benefit-icon svg{width:15px;height:15px}.chemarry-product__benefit-copy{min-width:0}.chemarry-product__benefit-title{display:block;margin:0;font-size:12px;font-weight:760;line-height:1.25}.chemarry-product__benefit-text{display:block;margin-top:3px;color:var(--chem-product-text-soft);font-size:10px;line-height:1.35}.chemarry-product__trust{margin-top:20px;padding:18px;background:linear-gradient(145deg,#173b5f0b,#fff0),var(--chem-product-surface);border:1px solid var(--chem-product-border);border-radius:18px}.chemarry-product__trust-heading{margin:0;color:var(--chem-product-text);font-size:14px;font-weight:800;line-height:1.3}.chemarry-product__trust-subheading{margin:5px 0 0;color:var(--chem-product-text-soft);font-size:11px;line-height:1.4}.chemarry-product__trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.chemarry-product__trust-item{display:flex;flex-direction:column;gap:8px;min-width:0;padding:12px;color:var(--chem-product-text);background:var(--chem-product-surface-soft);border:1px solid var(--chem-product-border);border-radius:14px}.chemarry-product__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--chem-product-primary);background:#173b5f14;border-radius:10px}.chemarry-product__trust-icon svg{width:17px;height:17px}.chemarry-product__trust-title{margin:0;font-size:11px;font-weight:760;line-height:1.3}.chemarry-product__trust-text{margin:0;color:var(--chem-product-text-soft);font-size:9px;line-height:1.4}.chemarry-product__details{margin-top:32px;border-top:1px solid var(--chem-product-border)}.chemarry-product__accordion{border-bottom:1px solid var(--chem-product-border)}.chemarry-product__accordion-summary{list-style:none;cursor:pointer}.chemarry-product__accordion-summary::-webkit-details-marker{display:none}.chemarry-product__accordion-summary-inner{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:60px;color:var(--chem-product-text)}.chemarry-product__accordion-heading{display:flex;align-items:center;gap:10px;min-width:0;margin:0;font-size:13px;font-weight:780;line-height:1.3}.chemarry-product__accordion-heading svg{flex:0 0 auto;width:18px;height:18px;color:var(--chem-product-accent)}.chemarry-product__accordion-caret{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:22px;height:22px;color:var(--chem-product-primary);transition:transform var(--chem-transition)}.chemarry-product__accordion-caret svg{width:15px;height:15px}.chemarry-product__accordion[open] .chemarry-product__accordion-caret{transform:rotate(180deg)}.chemarry-product__accordion-content{padding:0 0 20px;color:var(--chem-product-text-soft);font-size:12px;line-height:1.65}.chemarry-product__accordion-content>*:first-child{margin-top:0}.chemarry-product__accordion-content>*:last-child{margin-bottom:0}.chemarry-product__accordion-content h2,.chemarry-product__accordion-content h3,.chemarry-product__accordion-content h4,.chemarry-product__accordion-content strong{color:var(--chem-product-text)}.chemarry-product__accordion-content ul,.chemarry-product__accordion-content ol{padding-left:20px}.chemarry-product__accordion-content img{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:14px}.chemarry-product__description-intro{margin-top:28px;padding:20px;background:var(--chem-product-surface-soft);border:1px solid var(--chem-product-border);border-radius:18px}.chemarry-product__description-intro-title{margin:0;color:var(--chem-product-text);font-size:16px;font-weight:820;line-height:1.35}.chemarry-product__description-intro-text{margin:8px 0 0;color:var(--chem-product-text-soft);font-size:12px;line-height:1.6}.chemarry-product__shipping{display:grid;gap:10px;margin-top:18px}.chemarry-product__shipping-row{display:flex;align-items:flex-start;gap:10px;min-width:0}.chemarry-product__shipping-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:30px;height:30px;color:var(--chem-product-primary);background:#173b5f14;border-radius:10px}.chemarry-product__shipping-icon svg{width:16px;height:16px}.chemarry-product__shipping-copy{min-width:0}.chemarry-product__shipping-title{display:block;margin:0;color:var(--chem-product-text);font-size:11px;font-weight:760;line-height:1.35}.chemarry-product__shipping-text{display:block;margin-top:2px;color:var(--chem-product-text-soft);font-size:10px;line-height:1.45}.chemarry-product__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;margin-top:20px;padding-top:18px;color:var(--chem-product-text-soft);border-top:1px solid var(--chem-product-border);font-size:10px;line-height:1.4}.chemarry-product__sku{overflow-wrap:anywhere}.chemarry-product__share{display:inline-flex;align-items:center;gap:6px;color:var(--chem-product-primary);font-weight:700;text-decoration:none}.chemarry-product__share:hover{text-decoration:underline;text-underline-offset:3px}.chemarry-product__share svg{width:14px;height:14px}.chemarry-product__mobile-sticky{display:none}@media screen and (max-width:749px){.chemarry-product__mobile-sticky{position:fixed;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:center;gap:10px;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));background:#fffffff7;border-top:1px solid var(--chem-product-border);box-shadow:0 -12px 32px #111b2c1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(110%);transition:transform .26s ease}.chemarry-product__mobile-sticky.is-visible{transform:translateY(0)}.chemarry-product__mobile-sticky-price{min-width:0}.chemarry-product__mobile-sticky-label{display:block;color:var(--chem-product-text-soft);font-size:9px;line-height:1.2}.chemarry-product__mobile-sticky-value{display:block;overflow:hidden;margin-top:2px;color:var(--chem-product-text);font-size:15px;font-weight:820;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.chemarry-product__mobile-sticky-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:10px 14px;color:#fff;background:var(--chem-product-accent);border:1px solid var(--chem-product-accent);border-radius:13px;font:inherit;font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase;cursor:pointer}.chemarry-product__mobile-sticky-button:disabled{color:#838b94;background:#e5e7e9;border-color:#e5e7e9;cursor:not-allowed}}@media screen and (max-width:1099px){.chemarry-product{padding:34px 18px}.chemarry-product__grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:38px;padding:38px}.chemarry-product__title{font-size:40px}.chemarry-product__gallery{top:90px}.chemarry-product__trust-grid{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width:899px){.chemarry-product{padding:20px 12px}.chemarry-product__card{border-radius:22px}.chemarry-product__grid{grid-template-columns:minmax(0,1fr);gap:28px;padding:22px}.chemarry-product__gallery{position:relative;top:auto}.chemarry-product__title{font-size:clamp(30px,7vw,40px)}.chemarry-product__benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.chemarry-product__trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.chemarry-product{padding:12px 0 92px;background:var(--chem-product-surface)}.chemarry-product__page{width:100%}.chemarry-product__card{overflow:visible;border-right:0;border-left:0;border-radius:0;box-shadow:none}.chemarry-product__grid{gap:24px;padding:14px 16px 30px}.chemarry-product__media{border-radius:18px}.chemarry-product__thumbs{gap:9px;overflow-x:auto;padding:1px 0 5px;scrollbar-width:none}.chemarry-product__thumbs::-webkit-scrollbar{display:none}.chemarry-product__thumb{flex:0 0 64px;width:64px;height:64px;border-radius:11px}.chemarry-product__vendor{margin-bottom:7px;font-size:10px}.chemarry-product__title{font-size:29px;line-height:1.12}.chemarry-product__reviews{margin:13px 0 18px}.chemarry-product__price{font-size:28px}.chemarry-product__compare-price{font-size:14px}.chemarry-product__purchase-box{margin-top:20px;padding:16px;border-radius:17px}.chemarry-product__quantity-area{grid-template-columns:minmax(0,1fr);align-items:stretch}.chemarry-product__quantity-block,.chemarry-product__quantity{width:100%}.chemarry-product__quantity{grid-template-columns:46px minmax(0,1fr) 46px}.chemarry-product__quantity-button{width:46px}.chemarry-product__add-button{min-height:52px;font-size:12px}.chemarry-product__benefits{grid-template-columns:minmax(0,1fr)}.chemarry-product__trust{padding:15px}.chemarry-product__trust-grid{grid-template-columns:minmax(0,1fr)}.chemarry-product__trust-item{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center}.chemarry-product__trust-title,.chemarry-product__trust-text{grid-column:2}.chemarry-product__trust-text{margin-top:-5px}.chemarry-product__description-intro{padding:16px}.chemarry-product__accordion-summary-inner{min-height:56px}}@media screen and (max-width:374px){.chemarry-product__grid{padding-right:12px;padding-left:12px}.chemarry-product__title{font-size:26px}.chemarry-product__price{font-size:25px}.chemarry-product__purchase-box{padding:14px}.chemarry-product__variant-button{min-width:52px;padding-right:11px;padding-left:11px}}.chemarry-product__thumb:focus-visible,.chemarry-product__variant-button:focus-visible,.chemarry-product__select:focus-visible,.chemarry-product__quantity-button:focus-visible,.chemarry-product__quantity-input:focus-visible,.chemarry-product__add-button:focus-visible,.chemarry-product__accordion-summary:focus-visible,.chemarry-product__share:focus-visible,.chemarry-product__mobile-sticky-button:focus-visible{outline:2px solid var(--chem-product-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){.chemarry-product *,.chemarry-product *:before,.chemarry-product *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.chemarry-product__media:hover img,.chemarry-product__variant-button:hover,.chemarry-product__add-button:hover{transform:none}}.chemarry-product__toast{position:fixed;right:16px;bottom:16px;z-index:10040;display:flex;align-items:center;max-width:calc(100vw - 32px);min-height:50px;padding:11px 16px;color:#fff;background:var(--chem-product-success);border-radius:14px;box-shadow:0 18px 46px #111b2c2e;font-size:12px;font-weight:700;line-height:1.4;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity var(--chem-transition),visibility var(--chem-transition),transform var(--chem-transition)}.chemarry-product__toast.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.chemarry-product__toast.is-error{background:var(--chem-product-danger)}@media screen and (max-width:749px){.chemarry-product__toast{right:12px;bottom:calc(82px + env(safe-area-inset-bottom));left:12px;max-width:none;justify-content:center;text-align:center}}.chemarry-product__media-link{display:block;width:100%;color:inherit;text-decoration:none}.chemarry-product__main-image{display:block;width:100%;height:auto;max-height:760px;padding:28px;object-fit:contain;object-position:center}.chemarry-product__media-placeholder{display:flex;align-items:center;justify-content:center;min-height:500px;color:#a6adb5;background:var(--chem-product-surface-soft)}.chemarry-product__media-placeholder svg{width:min(55%,320px);height:auto}.chemarry-product__thumb{position:relative;flex:0 0 auto;padding:6px}.chemarry-product__thumb img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none}.chemarry-product__thumb-badge{position:absolute;right:5px;bottom:5px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;background:#173b5fe0;border-radius:50%;pointer-events:none}.chemarry-product__thumb-badge svg{width:12px;height:12px}@media screen and (max-width:749px){.chemarry-product__main-image{max-height:540px;padding:16px}.chemarry-product__media-placeholder{min-height:340px}}@media screen and (max-width:749px){.chemarry-product,.chemarry-product *,.chemarry-product *:before,.chemarry-product *:after{box-sizing:border-box}.chemarry-product{width:100%;max-width:100%;overflow-x:hidden;padding-bottom:84px!important}.chemarry-product__page,.chemarry-product__card,.chemarry-product__grid,.chemarry-product__gallery-column,.chemarry-product__information-column,.chemarry-product__info{width:100%;min-width:0;max-width:100%}.chemarry-product__grid{gap:20px;padding:14px 14px 24px}.chemarry-product__gallery{width:100%}.chemarry-product__media{width:100%;min-height:0;border-radius:16px}.chemarry-product__main-image{width:100%;max-width:100%;max-height:430px;padding:12px;object-fit:contain}.chemarry-product__thumbs{width:100%;gap:8px;padding-bottom:4px}.chemarry-product__thumb{flex:0 0 58px;width:58px;height:58px;padding:4px;border-radius:10px}.chemarry-product__vendor{margin-bottom:6px;font-size:9px;letter-spacing:.08em}.chemarry-product__title{max-width:100%;margin-bottom:0;font-size:clamp(25px,7vw,31px);line-height:1.08;letter-spacing:-.035em;overflow-wrap:anywhere}.chemarry-product__reviews{margin:11px 0 15px;font-size:10px}.chemarry-product__price-area{align-items:center;gap:7px 9px;margin-top:2px}.chemarry-product__price{font-size:25px;line-height:1.05}.chemarry-product__compare-price{font-size:12px}.chemarry-product__sale-badge{min-height:24px;padding:5px 8px;font-size:9px}.chemarry-product__savings{margin-top:8px;font-size:11px}.chemarry-product__tax{margin-top:8px;font-size:9px;line-height:1.4}.chemarry-product__purchase-box{margin-top:17px;padding:13px;border-radius:15px}.chemarry-product__variants{gap:14px}.chemarry-product__variant-label{margin-bottom:8px;font-size:11px}.chemarry-product__variant-options{gap:7px}.chemarry-product__variant-button{min-width:48px;min-height:38px;padding:8px 11px;border-radius:10px;font-size:10px}.chemarry-product__quantity-area{gap:9px;margin-top:16px}.chemarry-product__quantity-label{margin-bottom:6px;font-size:10px}.chemarry-product__quantity{height:42px;grid-template-columns:42px minmax(0,1fr) 42px;border-radius:10px}.chemarry-product__quantity-button{width:42px}.chemarry-product__quantity-input{font-size:11px}.chemarry-product__inventory{min-height:42px;padding:9px 11px;border-radius:10px;font-size:10px}.chemarry-product__buttons{gap:8px;margin-top:13px}.chemarry-product__add-button{min-height:48px;padding:11px 14px;border-radius:12px!important;font-size:10px}.chemarry-product__dynamic-checkout .shopify-payment-button__button{min-height:46px!important;border-radius:12px!important;font-size:10px!important}.chemarry-product__benefits{gap:8px;margin-top:14px}.chemarry-product__benefit{padding:10px;border-radius:12px}.chemarry-product__benefit-icon{width:25px;height:25px}.chemarry-product__benefit-title{font-size:10px}.chemarry-product__benefit-text{font-size:8px}.chemarry-product__meta{gap:8px 12px;margin-top:14px;padding-top:13px;font-size:8px}.chemarry-product__trust{margin-top:15px;padding:13px;border-radius:15px}.chemarry-product__trust-heading{font-size:12px}.chemarry-product__trust-subheading{margin-top:3px;font-size:9px}.chemarry-product__trust-grid{gap:7px;margin-top:10px}.chemarry-product__trust-item{grid-template-columns:28px minmax(0,1fr);gap:7px;padding:9px;border-radius:11px}.chemarry-product__trust-icon{width:28px;height:28px}.chemarry-product__trust-title{font-size:9px}.chemarry-product__trust-text{margin-top:-3px;font-size:8px}.chemarry-product__shipping{gap:7px;margin-top:11px}.chemarry-product__shipping-icon{width:26px;height:26px}.chemarry-product__shipping-title{font-size:9px}.chemarry-product__shipping-text{font-size:8px}.chemarry-product__details{margin-top:22px}.chemarry-product__description-intro{margin-top:0;padding:13px;border-radius:14px}.chemarry-product__description-intro-title{font-size:13px}.chemarry-product__description-intro-text{margin-top:6px;font-size:9px;line-height:1.5}.chemarry-product__accordion-summary-inner{min-height:50px;gap:10px}.chemarry-product__accordion-heading{gap:8px;font-size:10px}.chemarry-product__accordion-heading svg{width:15px;height:15px}.chemarry-product__accordion-content{padding-bottom:16px;font-size:10px;line-height:1.6;overflow-wrap:anywhere}.chemarry-product__accordion-content img{margin:13px auto;border-radius:11px}.chemarry-product__mobile-sticky{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:8px;min-height:64px;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.chemarry-product__mobile-sticky-label{font-size:8px}.chemarry-product__mobile-sticky-value{font-size:13px}.chemarry-product__mobile-sticky-button{min-height:42px;padding:9px 10px;border-radius:11px;font-size:9px}.chemarry-product__price-area,.chemarry-product__purchase-box,.chemarry-product__quantity-area,.chemarry-product__benefits,.chemarry-product__trust,.chemarry-product__details,.chemarry-product__accordion-content,.chemarry-product__meta{max-width:100%;min-width:0}}@media screen and (max-width:374px){.chemarry-product__grid{padding-right:11px;padding-left:11px}.chemarry-product__title{font-size:24px}.chemarry-product__price{font-size:23px}.chemarry-product__purchase-box{padding:11px}.chemarry-product__mobile-sticky{grid-template-columns:minmax(0,.66fr) minmax(0,1.34fr)}.chemarry-product__mobile-sticky-button{font-size:8px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/chemarry-product.css.map */
