.tmp{background:var(--tmp-bg, #fff);padding:20px 0 64px}.tmp__wrap{max-width:1440px;margin:0 auto;padding:0 32px}.tmp__crumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-family:var(--thera-sans);font-size:14px;line-height:22px;color:var(--thera-navy);margin:0 0 12px}.tmp__crumb a{color:var(--thera-navy);text-decoration:none}.tmp__crumb .sep{color:var(--thera-navy)}.tmp__crumb .cur{color:var(--thera-coral)}.tmp__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.tmp__grid>*{min-width:0}.tmp__gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tmp__gallery img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;display:block}.tmp__gallery img:only-child{grid-column:1 / -1}.tmp__ph svg{width:100%;border-radius:8px}.tmp__mgallery{display:none}.tmp__info{display:flex;flex-direction:column;gap:32px}.tmp__head{display:flex;flex-direction:column;gap:8px}.tmp__rating{display:flex;align-items:center;gap:4px;font-family:var(--thera-sans);font-size:14px;line-height:22px;color:var(--thera-navy)}.tmp__rating .val{font-weight:500;text-transform:uppercase}.tmp__rating .stars{display:inline-flex;gap:2px;color:var(--thera-coral)}.tmp__rating .stars svg{width:16px;height:16px}.tmp__rating a{color:var(--thera-navy);font-weight:700;text-transform:uppercase;text-decoration:underline}.tmp__title{font-family:var(--thera-serif);font-weight:400;font-size:48px;line-height:58px;text-transform:capitalize;color:var(--thera-navy);margin:0}.tmp__price{font-family:var(--thera-serif);font-weight:400;font-size:32px;line-height:42px;color:var(--thera-navy)}.tmp__price del{font-size:28px;color:var(--thera-navy);opacity:.65;margin-left:8px}.tmp__desc{font-family:var(--thera-sans);font-weight:400;font-size:20px;line-height:28px;color:var(--thera-navy);margin:0}.tmp__group{display:flex;flex-direction:column;gap:8px}.tmp__label{display:flex;align-items:center;gap:4px}.tmp__label--between{justify-content:space-between}.tmp__label .lbl{font-family:var(--thera-sans);font-weight:400;font-size:16px;line-height:26px;color:var(--thera-navy);display:inline-flex;align-items:center}.tmp__label .lbl b{font-weight:700;text-transform:uppercase;margin-right:4px}.tmp__label .note{font-family:var(--thera-sans);font-size:16px;line-height:26px;color:var(--thera-navy)}.tmp__info-ico{width:16px;height:16px;color:var(--thera-navy);margin-left:4px}.tmp__guide{display:inline-flex;align-items:center;gap:4px;color:var(--thera-navy);font-family:var(--thera-sans);font-weight:700;font-size:16px;line-height:26px;text-transform:uppercase;text-decoration:underline;white-space:nowrap;background:none;border:0;padding:0;appearance:none;-webkit-appearance:none;cursor:pointer}.tmp__guide svg{width:20px;height:20px;color:var(--thera-coral);flex:0 0 20px}.tmp__fabrics{display:flex;gap:12px}.tmp__fabric{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:8px;text-align:left;background:var(--thera-offwhite);border:1px solid var(--thera-coral);border-radius:12px;padding:12px;cursor:pointer;transition:background var(--thera-ease),color var(--thera-ease);box-shadow:inset 0 4px 4px #ffe0e040}.tmp__fabric-name{font-family:var(--thera-sans);font-weight:700;font-size:16px;line-height:26px;text-transform:uppercase;color:var(--thera-navy)}.tmp__fabric-desc{font-family:var(--thera-sans);font-weight:400;font-size:16px;line-height:26px;color:var(--thera-navy)}.tmp__fabric.is-active{background:var(--thera-coral);border-color:var(--thera-coral)}.tmp__fabric.is-active .tmp__fabric-name,.tmp__fabric.is-active .tmp__fabric-desc{color:#fff}.tmp__swatches{display:flex;flex-wrap:wrap;gap:10px}.tmp__swatch{position:relative;padding:0;background:none;border:0;cursor:pointer;line-height:0}.tmp__swatch-dot{display:block;width:28px;height:28px;border-radius:50%;background:var(--sw, #ccc);border:1px solid rgba(0,0,0,.12);box-sizing:border-box}.tmp__swatch.is-active .tmp__swatch-dot{outline:1.5px solid var(--thera-coral);outline-offset:2px}.tmp__swatch--soldout .tmp__swatch-dot{opacity:.45}.tmp__opts{display:flex;flex-wrap:wrap;gap:12px}.tmp__opt{position:relative;font-family:var(--thera-sans);font-weight:700;font-size:16px;line-height:26px;text-transform:uppercase;color:var(--thera-navy);background:var(--thera-offwhite);border:1px solid var(--thera-coral);border-radius:8px;padding:8px 20px;cursor:pointer;transition:all var(--thera-ease)}.tmp__opt.is-active{background:var(--thera-coral);border-color:var(--thera-coral);color:#fff;box-shadow:inset 0 4px 4px #ffffff40}.tmp__opt--soldout,.tmp__opt.is-oos{opacity:.5;text-decoration:line-through}.tmp__fabric.is-oos{opacity:.55}.tmp__opt.is-active.is-oos{opacity:.9}.tmp__swatch.is-unavailable{cursor:pointer}.tmp__swatch.is-unavailable .tmp__swatch-dot{opacity:.38}.tmp__swatch.is-unavailable:after{content:"";position:absolute;left:50%;top:50%;width:32px;height:1.5px;border-radius:1px;background:var(--thera-navy);opacity:.5;transform:translate(-50%,-50%) rotate(-45deg)}.tmp__swatch.is-unavailable:hover .tmp__swatch-dot{opacity:.7}.tmp__opt.is-unavailable,.tmp__fabric.is-unavailable{opacity:.4;cursor:pointer}.tmp__pop{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);z-index:30;pointer-events:none;opacity:0;visibility:hidden;background:#fff;border:1px solid rgba(29,75,108,.16);border-radius:12px;box-shadow:0 8px 24px #1d4b6c29;transition:opacity .16s ease,transform .16s ease;text-transform:none}.tmp__swatch:hover .tmp__pop,.tmp__opt:hover .tmp__pop{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.tmp__pop:after{content:"";position:absolute;left:50%;top:100%;width:13px;height:13px;background:#fff;border-right:1px solid rgba(29,75,108,.16);border-bottom:1px solid rgba(29,75,108,.16);transform:translate(-50%,-50%) rotate(45deg)}.tmp__pop--color{width:120px;padding:8px 8px 10px;text-align:center}.tmp__pop-img{display:block;width:104px;height:104px;border-radius:8px;overflow:hidden}.tmp__pop-img img{width:100%;height:100%;object-fit:cover;display:block}.tmp__pop-label{display:block;margin-top:6px;font-family:var(--thera-sans);font-weight:400;font-size:14px;line-height:18px;color:var(--thera-navy)}.tmp__pop--size{width:max-content;min-width:132px;padding:10px 14px;text-align:left}.tmp__pop-row{display:block;font-family:var(--thera-sans);font-weight:400;font-size:14px;line-height:20px;color:var(--thera-navy);white-space:nowrap}.tmp__pop-row b{font-weight:700;text-transform:uppercase}.tmp__bundles{display:flex;flex-direction:column;gap:12px}.tmp__bundle{border:2px solid var(--thera-cream);border-radius:12px;padding:20px;cursor:pointer;transition:border-color var(--thera-ease),background var(--thera-ease)}.tmp__bundle.is-selected{border-color:var(--thera-coral);background:#ef776626}.tmp__bundle-top{display:flex;align-items:center;gap:8px}.tmp__bundle-top:focus-visible{outline:2px solid var(--thera-coral);outline-offset:3px;border-radius:8px}.tmp__radio{flex:0 0 20px;width:20px;height:20px;border-radius:50%;border:1.5px solid #c3c8cd;position:relative}.tmp__bundle.is-selected .tmp__radio{border-color:var(--thera-coral)}.tmp__bundle.is-selected .tmp__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--thera-coral)}.tmp__bundle-info{display:flex;flex-direction:column}.tmp__bundle-namerow{display:flex;align-items:center;gap:4px}.tmp__bundle-name{font-family:var(--thera-serif);font-weight:400;font-size:20px;line-height:28px;text-transform:capitalize;color:var(--thera-navy)}.tmp__bundle-caret{background:none;border:0;padding:4px;margin:-4px -4px -4px 4px;cursor:pointer;color:var(--thera-navy);display:inline-flex;flex:0 0 auto}.tmp__bundle-caret svg{width:20px;height:20px;transition:transform var(--thera-ease)}.tmp__bundle.is-expanded .tmp__bundle-caret svg{transform:rotate(180deg)}.tmp__bundle-sub{font-family:var(--thera-sans);font-weight:400;font-size:16px;line-height:26px;color:var(--thera-navy)}.tmp__bundle-price{margin-left:auto;font-family:var(--thera-serif);font-weight:400;font-size:32px;line-height:42px;color:var(--thera-navy);white-space:nowrap}.tmp__bundle-price del{font-size:28px;color:var(--thera-navy);opacity:.65;margin-left:8px}.tmp__bundle-rows{display:none;margin-top:14px;flex-direction:column;gap:8px}.tmp__bundle.is-expanded .tmp__bundle-rows{display:flex}.tmp__bundle-row{display:flex;gap:8px}.tmp__mini{flex:1;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #dfe3e7;border-radius:8px;padding:8px 12px;font-family:var(--thera-sans);font-size:13px;color:var(--thera-navy);background:#fff}.tmp__mini svg{width:12px;height:12px;opacity:.6}.tmp__bundle-badge{display:inline-flex;align-items:center;margin-left:6px;padding:2px 10px;border-radius:999px;background:var(--thera-coral);color:#fff;font-family:var(--thera-sans);font-weight:700;font-size:11px;line-height:18px;text-transform:uppercase;letter-spacing:.02em}.tmp__bundle-now{display:inline}.tmp__bundle-config{display:flex;flex-direction:column;gap:14px;max-height:0;opacity:0;overflow:hidden;margin-top:0;padding-top:0;border-top:1px solid transparent;transition:max-height .38s ease,opacity .3s ease,margin-top .38s ease,padding-top .38s ease,border-top-color .38s ease}.tmp__bundle.is-expanded .tmp__bundle-config{max-height:900px;opacity:1;margin-top:16px;padding-top:16px;border-top-color:#1d4b6c1f}@media(prefers-reduced-motion:reduce){.tmp__bundle-config{transition:none}}.tmp__bitem{display:flex;align-items:flex-start;gap:12px}.tmp__bundle-config .tmp__bitem+.tmp__bitem{padding-top:14px;border-top:1px solid rgba(29,75,108,.08)}.tmp__bitem-media{flex:0 0 48px;width:48px;height:48px;border-radius:8px;overflow:hidden;background:var(--thera-offwhite)}.tmp__bitem-media img{width:100%;height:100%;object-fit:cover;display:block}.tmp__bitem-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.tmp__bitem-title{font-family:var(--thera-sans);font-weight:700;font-size:13px;line-height:18px;color:var(--thera-navy)}.tmp__bselects{display:flex;flex-wrap:wrap;gap:8px}.tmp__bselect-wrap{position:relative;display:inline-flex;align-items:center}.tmp__bselect-wrap svg{position:absolute;right:8px;width:16px;height:16px;color:var(--thera-navy);pointer-events:none}.tmp__bselect{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid rgba(29,75,108,.25);border-radius:8px;padding:8px 30px 8px 12px;font-family:var(--thera-sans);font-size:13px;color:var(--thera-navy);cursor:pointer}.tmp__bselect:focus-visible{outline:2px solid var(--thera-coral);outline-offset:1px}.tmp__bselect option:disabled{color:#b9c2c9}kaching-bundle,kaching-bundles-block,.kaching-bundles,.kaching-bundles-product{display:none!important}.tmp__buy{display:flex;flex-direction:column;gap:8px}.tmp__form{width:100%}.tmp__atc{width:100%;background:var(--thera-navy);color:#fff;border:0;border-radius:12px;padding:12px 32px;cursor:pointer;font-family:var(--thera-sans);font-weight:500;font-size:18px;line-height:28px;text-transform:uppercase;box-shadow:inset 0 4px 11.1px #ffffff6b;transition:background var(--thera-ease)}.tmp__atc:hover{background:#163a54}.tmp__atc[disabled]{opacity:.5;cursor:not-allowed}.tmp__atc--notify{background:var(--thera-coral);text-transform:none}.tmp__atc--notify:hover{background:var(--thera-coral-hover)}.tmp__form .thera-bis-cta{display:block;box-sizing:border-box!important;width:100%!important;height:auto!important;min-height:52px!important;margin:0;padding:12px 32px;border:0!important;border-radius:12px!important;background:#ef7766!important;color:#fff!important;font-family:Karla,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important;font-weight:500!important;font-size:18px!important;line-height:28px;letter-spacing:0;text-align:center;text-transform:none;text-decoration:none;box-shadow:inset 0 4px 11.1px #ffffff6b;cursor:pointer;transition:background var(--thera-ease)}.tmp__form .thera-bis-cta:hover{background:#e5654f!important}.tmp__form .thera-bis-cta>*{padding:0!important;margin:0!important;min-height:0!important;height:auto!important;line-height:28px!important;background:transparent!important;color:inherit!important}.tmp__pay{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;font-family:var(--thera-sans);font-size:16px;line-height:26px;color:var(--thera-navy);text-align:center;margin:0}.tmp__pay .shoppay{width:56px;height:15px;object-fit:contain;vertical-align:middle}.tmp__pay a{color:var(--thera-navy);font-weight:700;text-transform:uppercase;text-decoration:underline}.tmp__trust{border:1px solid #7cb2b2;background:#b2d9d933;border-radius:12px;padding:4px 20px;box-shadow:inset 0 9px 15.1px #a2f8e440}.tmp__trust-item{border-top:1px solid rgba(124,178,178,.36)}.tmp__trust-item:first-child{border-top:0}.tmp__trust-q{width:100%;display:flex;align-items:center;gap:8px;padding:12px 0;background:none;border:0;cursor:pointer;font-family:var(--thera-sans);font-size:14px;line-height:22px;color:var(--thera-navy);text-align:left}.tmp__trust-ico{flex:0 0 24px;width:24px;height:24px;color:var(--thera-coral);display:inline-flex}.tmp__trust-ico svg,.tmp__trust-ico img{width:24px;height:24px}.tmp__trust-mask{width:24px;height:24px;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.tmp__trust-q .chev{margin-left:auto;width:22px;height:22px;color:var(--thera-navy);transition:transform var(--thera-ease)}.tmp__trust-item.is-open .chev{transform:rotate(180deg)}.tmp__trust-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.tmp__trust-a p{margin:0;padding:0 0 12px 32px;font-family:var(--thera-sans);font-size:14px;line-height:22px;color:var(--thera-muted)}.tmp__trust-link{display:inline-flex;align-items:center;gap:6px;margin:0 0 14px 32px;font-family:var(--thera-sans);font-weight:700;font-size:13px;line-height:20px;text-transform:uppercase;letter-spacing:.02em;color:var(--thera-coral);text-decoration:none;transition:color var(--thera-ease)}.tmp__trust-link svg{width:16px;height:16px}.tmp__trust-link:hover{color:var(--thera-coral-hover)}.tmp__rule{border:0;border-top:1px solid rgba(29,75,108,.15);margin:0;height:0}.tmp__tabs{display:flex;flex-direction:column;gap:20px}.tmp__tabnav{display:flex;justify-content:space-between;gap:4px;border-bottom:1px solid rgba(29,75,108,.2);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.tmp__tabnav::-webkit-scrollbar{display:none}.tmp__tabbtn{background:none;border:0;padding:0 0 12px;cursor:pointer;font-family:var(--thera-sans);font-weight:700;font-size:16px;line-height:26px;text-transform:uppercase;color:var(--thera-navy);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.tmp__tabbtn.is-active{border-bottom-color:var(--thera-coral)}.tmp__tab-sizechart img{width:100%;height:auto;display:block;border-radius:8px}.tmp__tabpanel{display:none;font-family:var(--thera-sans);font-size:16px;line-height:26px;color:var(--thera-navy)}.tmp__tabpanel.is-active{display:block}.tmp__tabpanel p{margin:0}.tmp__tabpanel p+p{margin-top:4px}.tmp__tabpanel strong,.tmp__tabpanel b{font-weight:700;text-transform:uppercase}@media(max-width:990px){.tmp__grid{grid-template-columns:1fr;gap:32px}.tmp__title{font-size:40px;line-height:48px}}@media(max-width:749px){.tmp{padding:16px 0 40px}.tmp__wrap{padding:0 16px}.tmp__crumb{display:none}.tmp__grid,.tmp__info{gap:24px}.tmp__gallery{display:none}.tmp__mgallery{display:flex;gap:8px;align-items:flex-start}.tmp__mthumbs{flex:0 0 66px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;max-height:calc((100vw - 106px) * 4 / 3);overflow-y:auto}.tmp__mthumb{flex:0 0 auto;padding:0;background:none;border:1px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;aspect-ratio:1 / 1}.tmp__mthumb.is-active{border-color:var(--thera-coral)}.tmp__mthumb img{width:100%;height:100%;object-fit:cover;display:block}.tmp__mmain{flex:1 1 auto;min-width:0;border-radius:4px;overflow:hidden}.tmp__mmain img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.tmp__title{font-size:32px;line-height:42px}.tmp__price{font-size:36px;line-height:44px}.tmp__price del{font-size:28px}.tmp__desc{font-size:16px;line-height:26px}.tmp__guide,.tmp__fabric-name,.tmp__fabric-desc{font-size:14px;line-height:22px}.tmp__opts{gap:8px}.tmp__opt{flex:1 1 0;padding:8px 0;text-align:center}.tmp__bundle{padding:16px}.tmp__bundle-price{font-size:20px;line-height:28px}.tmp__bundle-price del{font-size:16px}.tmp__pay{font-size:14px;line-height:22px}.tmp__trust-q{font-size:16px;line-height:26px}.tmp__tabnav{justify-content:flex-start;gap:20px}.tmp__tabbtn{font-size:14px;line-height:22px}}@media(max-width:749px){#MainContent:has(>.thera-main-product-section){display:flex;flex-direction:column}#MainContent>.thera-main-product-section{order:1}#MainContent>.thera-cmp-section{order:2}#MainContent>.thera-fg-section{order:3}#MainContent>.thera-ib-section{order:4}#MainContent>.thera-sci-section{order:5}#MainContent>.thera-ts-section{order:6}#MainContent>.thera-pc-section{order:7}#MainContent>.thera-logos-section{order:8}#MainContent>.thera-reviews-section{order:9}#MainContent>.thera-ugc-section{order:10}#MainContent>.thera-faq-section{order:11}}.tmp__sizechart[hidden]{display:none}.tmp__sizechart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.tmp__sizechart-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1422308c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tmp__sizechart-dialog{position:relative;z-index:1;background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px #00000052}.tmp__sizechart-close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#ffffffeb;color:var(--thera-navy, #1d4b6c);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:background var(--thera-ease, .2s ease)}.tmp__sizechart-close:hover{background:#eef1f4}.tmp__sizechart-close svg{width:20px;height:20px}.tmp__sizechart-scroll{overflow:auto;-webkit-overflow-scrolling:touch;padding:30px 30px 34px}.tmp__sizechart-scroll img{display:block;width:100%;height:auto}@media(max-width:749px){.tmp__sizechart{padding:12px}.tmp__sizechart-dialog{max-height:92vh;border-radius:12px}.tmp__sizechart-scroll{padding:22px 16px 24px}}.thera-sg{font-family:var(--thera-sans);color:var(--thera-navy);max-width:620px;margin:0 auto}.thera-sg__diagram{text-align:center}.thera-sg__diagram img{width:100%;max-width:520px;height:auto;display:inline-block}.thera-sg__toggle{display:flex;width:max-content;margin:4px auto 20px;background:#eef1f3;border-radius:999px;padding:4px}.thera-sg__unit{border:0;background:none;cursor:pointer;font-family:var(--thera-sans);font-weight:700;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.04em;color:var(--thera-navy);padding:11px 30px;border-radius:999px;transition:background var(--thera-ease),color var(--thera-ease)}.thera-sg__unit.is-active{background:#5b9bd5;color:#fff}.thera-sg__toggle-pill{display:none}.thera-sg__tablewrap{overflow-x:auto;border-radius:14px;-webkit-overflow-scrolling:touch}.thera-sg__table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.thera-sg__table th,.thera-sg__table td{padding:14px 10px;text-align:center;white-space:nowrap}.thera-sg__table thead th{font-weight:700;font-size:13px;color:var(--thera-navy)}.thera-sg__table thead th:first-child{border-top-left-radius:12px}.thera-sg__table thead th:last-child{border-top-right-radius:12px}.thera-sg__c-size{background:#2b2b2b}.thera-sg__table thead .thera-sg__c-size{color:#fff}.thera-sg__table thead .thera-sg__c-len{background:#7cb0e0}.thera-sg__table thead .thera-sg__c-chest{background:#dd8a82}.thera-sg__table thead .thera-sg__c-shoulder{background:#a9cf97}.thera-sg__table thead .thera-sg__c-sleeve{background:#e6cf63}.thera-sg__table tbody th.thera-sg__c-size{background:transparent;color:var(--thera-navy);font-weight:600}.thera-sg__table tbody td{color:var(--thera-navy);font-weight:500}.thera-sg__table tbody tr:nth-child(2n) td,.thera-sg__table tbody tr:nth-child(2n) th{background:#f4f6f7}.thera-sg__table tbody tr:last-child td:first-child,.thera-sg__table tbody tr:last-child th:first-child{border-bottom-left-radius:12px}.thera-sg__table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.thera-sg__howto{margin-top:26px}.thera-sg__howto-title{font-family:var(--thera-serif);font-weight:400;font-size:22px;margin:0 0 12px;color:var(--thera-navy)}.thera-sg__howto p{margin:0 0 12px;font-size:14px;line-height:22px;color:var(--thera-navy)}.thera-sg__howto b{font-weight:700}@media(max-width:749px){.thera-sg__unit{padding:10px 22px}.thera-sg__table th,.thera-sg__table td{padding:12px 6px;font-size:13px}.thera-sg__howto-title{font-size:19px}}.tmp__reels{margin-top:22px}.tmp__reels-track{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:2px;scrollbar-width:none;cursor:grab}.tmp__reels-track.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none;-webkit-user-select:none}.tmp__reels-track.is-dragging .tmp__reel{pointer-events:none}.tmp__reels-track::-webkit-scrollbar{display:none}.tmp__reel{position:relative;flex:0 0 auto;width:104px;aspect-ratio:104 / 185;border-radius:8px;overflow:hidden;background:#cfcfcf;scroll-snap-align:start}.tmp__reel video{width:100%;height:100%;object-fit:cover;display:block}.tmp__reel-mute{position:absolute;right:5px;bottom:5px;width:25px;height:25px;padding:0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#8d868640;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tmp__reel-mute svg{width:13px;height:13px;display:block}.tmp__reel-mute .tmp__reel-mute-on,.tmp__reel-mute.is-unmuted .tmp__reel-mute-off{display:none}.tmp__reel-mute.is-unmuted .tmp__reel-mute-on{display:block}@media(max-width:749px){.tmp__reel{width:98px}}.tmp__truemed{margin-top:14px;font-size:14px;line-height:1.5;text-align:left}.tmp__truemed img,.tmp__truemed svg{max-width:100%;vertical-align:middle}
/*# sourceMappingURL=/cdn/shop/t/64/assets/thera-main-product.css.map */
