@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@600;700&display=swap";.product-tabs{background:var(--pt-bg, #fefae7);padding:var(--pt-pt, 72px) var(--pt-px, 64px) var(--pt-pb, 72px)}.pt__inner{width:100%;max-width:var(--pt-max-width, 1200px);margin-inline:auto;display:flex;flex-direction:column;gap:44px}.pt__head{max-width:720px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.pt__pill{display:inline-block;background:var(--pt-eyebrow-bg, #f6f1eb);color:var(--pt-eyebrow-text, #14563e);font-family:Inter,sans-serif;font-weight:700;font-size:13px;line-height:1.5;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:100px}.pt__heading{margin:0;font-family:Rajdhani,var(--font-heading-family, sans-serif);font-weight:700;font-size:42px;line-height:1.08;letter-spacing:-.02em;text-transform:capitalize;color:var(--pt-heading, #1c1c1c)}.pt__subhead p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:var(--pt-text, #6b6560)}.pt__card{background:var(--pt-card-bg, #ffffff);border:1px solid var(--pt-border, #f0e9dc);border-radius:var(--pt-radius, 24px);overflow:hidden}.pt__panel{display:none}.pt__panel.is-active{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.pt__media{position:relative;overflow:hidden;min-height:420px}.pt__media-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.pt__toggle-band{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:center;padding:22px 24px;background:radial-gradient(97.57% 210.75% at .9% 2.98%,#edcc0f33,#edcc0f80);-webkit-backdrop-filter:blur(42px);backdrop-filter:blur(42px);border-top:1px solid rgba(255,255,255,.28)}.pt__toggle{display:inline-flex;gap:2px;padding:5px;background:var(--pt-toggle-active-bg, #1c1c1c);border-radius:100px;max-width:100%}.pt__toggle-btn{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;background:transparent;position:relative;display:flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:100px;white-space:nowrap;transition:background-color .2s ease;width:250px}.pt__toggle-btn.is-active{background:#000;box-shadow:inset 0 0 0 1px #ffffff29}.pt__toggle-step{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--pt-toggle-step, #edcc0f);color:#1c1c1c;font-family:Inter,sans-serif;font-weight:700;font-size:9px;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:100px;white-space:nowrap;line-height:1.4}.pt__toggle-label{font-family:Rajdhani,sans-serif;font-weight:700;font-size:18px;line-height:1;color:var(--pt-toggle-inactive, #8a8280)}.pt__toggle-btn.is-active .pt__toggle-label{color:#fff}.pt__details{padding:40px;display:flex;flex-direction:column;gap:14px}.pt__step{font-family:Inter,sans-serif;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#14563e;background:#f6f1eb;border-radius:24px;max-width:max-content;padding:3px 16px}.pt__title{margin:0;font-family:Rajdhani,var(--font-heading-family, sans-serif);font-weight:700;font-size:28px;line-height:1.15;text-transform:none;letter-spacing:normal;color:var(--pt-heading, #1c1c1c)}.pt__subtitle{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:var(--pt-text, #6b6560)}.pt__chips{display:flex;flex-wrap:wrap;gap:8px}.pt__chip{background-color:#fefae7;font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:1;color:var(--pt-chip-text, #14563e);border:1px solid #1C1C1C1C;border-radius:100px;padding:7px 12px}.pt__desc p{margin:0;font-family:Inter,sans-serif;font-weight:400;font-size:14.5px;line-height:1.6;color:var(--pt-text, #6b6560)}.pt__buy{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--pt-buy-bg, #f6f1eb);border-radius:16px;padding:16px 20px}.pt__price-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}.pt__price{display:flex;align-items:baseline;gap:8px}.pt__price-now{font-family:Rajdhani,sans-serif;font-weight:700;font-size:42px;line-height:1;color:var(--pt-price, #14563e)}.pt__price-was{font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:var(--pt-text, #6b6560);text-decoration:line-through}.pt__price-note{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.4;color:var(--pt-text, #6b6560)}.pt__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--pt-accent, #edcc0f);color:var(--pt-heading, #1c1c1c);font-family:Rajdhani,sans-serif;font-weight:700;font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:.02em;padding:8px 26px;border-radius:100px;white-space:nowrap}.pt__heading--mobile,.pt__subhead--mobile{display:none}@media screen and (max-width:989px){.product-tabs{padding-inline:40px}.pt__panel.is-active{grid-template-columns:1fr}.pt__media{min-height:0;aspect-ratio:4 / 3}.pt__details{padding:28px}}@media screen and (max-width:749px){.product-tabs{padding:48px 20px}.pt__inner{gap:28px}.pt__heading{font-size:30px}.pt__subhead p{font-size:16px}.pt__media{aspect-ratio:1 / 1}.pt__details{padding:20px}.pt__title{font-size:24px}.pt__toggle-band{padding:20px 16px}.pt__toggle-btn{padding:9px 20px}.pt__price-note{font-size:10px}.pt__buy{flex-direction:row;align-items:stretch;gap:12px;align-items:center}.pt__button{width:100%;max-width:167px;padding:14px 20px;max-height:42px;font-size:18px}.pt__heading--desktop,.pt__subhead--desktop{display:none}.pt__heading--mobile,.pt__subhead--mobile{display:block}}@media screen and (max-width:390px){.pt__button{max-width:140px}}
/*# sourceMappingURL=/cdn/shop/t/338/assets/product-tabs.css.map */
