@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{--tmg-container-max: 1400px;--tmg-container-pad: 80px;--tmg-align-inline: max( var(--tmg-container-pad), calc((100vw - var(--tmg-container-max)) / 2 + var(--tmg-container-pad)) );--tmg-blue: #008bff;--tmg-blue-dark: #0070d4;--tmg-blue-pale: #e6f4ff;--tmg-blue-mid: #cce8ff;--tmg-charcoal: #2d3748;--tmg-charcoal-light: #4a5568;--tmg-muted: #718096;--tmg-muted-light: #a0aec0;--tmg-white: #ffffff;--tmg-grey-bg: #ededee;--tmg-grey-card: #f7f8fa;--tmg-orange: #ff7f00;--tmg-orange-dark: #e06e00;--tmg-border: #e2e8f0;--tmg-border-strong: #cbd5e0;--tmg-footer-bg: #1a202c;--tmg-font-heading: "Montserrat", sans-serif;--tmg-font-body: "Inter", sans-serif;--tmg-transition: .24s cubic-bezier(.4, 0, .2, 1);--tmg-transition-slow: .55s cubic-bezier(.4, 0, .2, 1);--tmg-stagger-step: 45ms;--tmg-radius-sm: 4px;--tmg-radius: 8px;--tmg-radius-lg: 12px}.tmg-container{width:100%;max-width:var(--tmg-container-max);margin-left:auto;margin-right:auto;padding-left:var(--tmg-container-pad);padding-right:var(--tmg-container-pad);box-sizing:border-box}.tmg-section-wrap{padding:72px 0}.shopify-section.tmg-section-grey-bleed.tmg-section-wrap{background:var(--tmg-grey-bg);padding:72px 0}.shopify-section.tmg-section-grey-bleed .tmg-products-section,.shopify-section.tmg-section-grey-bleed .tmg-reviews-section{background:transparent;padding:0}.tmg-section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--tmg-font-body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tmg-blue);margin-bottom:10px}.tmg-section-eyebrow:before{content:"";display:block;width:24px;height:2px;background:var(--tmg-blue);border-radius:2px}.tmg-section-title{font-family:var(--tmg-font-heading);font-size:clamp(28px,3vw,40px);font-weight:800;color:var(--tmg-charcoal);line-height:1.1;letter-spacing:-.02em}.tmg-section-title span{color:var(--tmg-blue)}.tmg-section-sub{font-size:16px;color:var(--tmg-muted);font-weight:400;line-height:1.65;max-width:560px;margin-top:10px}.tmg-section-sub p{margin:0}.tmg-section-sub p+p{margin-top:.5em}.tmg-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.tmg-see-all{display:inline-flex;align-items:center;gap:6px;font-family:var(--tmg-font-body);font-size:13px;font-weight:600;color:var(--tmg-blue);padding:8px 16px;border:1.5px solid var(--tmg-blue-mid);border-radius:var(--tmg-radius-sm);transition:all var(--tmg-transition);white-space:nowrap;text-decoration:none}.tmg-see-all:hover{background:var(--tmg-blue-pale);border-color:var(--tmg-blue)}.tmg-see-all svg{width:14px;height:14px;transition:transform var(--tmg-transition)}.tmg-see-all:hover svg{transform:translate(3px)}.tmg-trust-bar{background:var(--tmg-blue);padding:0}.tmg-trust-bar .homepage-blog-slider-section{padding:64px 0 0;background:var(--tmg-grey-bg)}.tmg-trust-bar .homepage-blog-slider-title{font-family:var(--tmg-font-heading);font-size:clamp(24px,2.5vw,32px);font-weight:700;color:var(--tmg-charcoal);margin-bottom:32px;text-align:center}.tmg-trust-bar .homepage-blog-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px}.tmg-trust-bar .homepage-blog-slider .resource-list__item{min-width:320px;max-width:340px;flex:0 0 auto;scroll-snap-align:start}.tmg-trust-bar .homepage-blog-slider::-webkit-scrollbar{height:8px}.tmg-trust-bar .homepage-blog-slider::-webkit-scrollbar-thumb{background:var(--tmg-blue-mid);border-radius:4px}.tmg-trust-bar .homepage-blog-slider-section p{text-align:center;color:var(--tmg-muted);margin-top:24px}.tmg-trust-bar .tmg-container{display:grid;grid-template-columns:repeat(4,1fr)}.tmg-trust-item{display:flex;align-items:center;gap:14px;padding:20px 0;border-right:1px solid rgba(255,255,255,.18);justify-content:center}.tmg-trust-item:last-child{border-right:none}.tmg-trust-icon{display:flex;flex-shrink:0}.tmg-trust-icon svg{width:22px;height:22px;color:#fff;opacity:.9}.tmg-trust-title{font-family:var(--tmg-font-heading);font-size:13px;font-weight:700;color:#fff;line-height:1.2}.tmg-trust-sub{font-size:12px;color:#ffffffb3;font-weight:400}@keyframes tmg-trust-item-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.tmg-trust-bar .tmg-container>.tmg-trust-item{animation:tmg-trust-item-in .48s cubic-bezier(.4,0,.2,1) backwards}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(1){animation-delay:.04s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(2){animation-delay:.1s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(3){animation-delay:.16s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(4){animation-delay:.22s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(5){animation-delay:.28s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(6){animation-delay:.34s}.tmg-trust-bar .tmg-container>.tmg-trust-item:nth-child(n+7){animation-delay:.4s}.tmg-collections-section{background:var(--tmg-white);padding:64px 0 72px}.tmg-collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tmg-coll-card{position:relative;border-radius:var(--tmg-radius);overflow:hidden;cursor:pointer;border:1.5px solid var(--tmg-border);background:var(--tmg-grey-card);display:flex;flex-direction:column;transition:border-color var(--tmg-transition),transform var(--tmg-transition),box-shadow var(--tmg-transition);text-decoration:none;color:inherit}.tmg-coll-card:hover{border-color:var(--tmg-blue);transform:translateY(-3px);box-shadow:0 8px 24px #008bff1f}.tmg-coll-card--featured{grid-column:span 2}.tmg-coll-visual{background:var(--tmg-grey-bg);overflow:hidden;height:160px;position:relative}.tmg-coll-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.tmg-coll-card:hover .tmg-coll-visual img{transform:scale(1.06)}.tmg-coll-body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column}.tmg-coll-tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tmg-blue);margin-bottom:4px}.tmg-coll-name{font-family:var(--tmg-font-heading);font-size:14px;font-weight:700;color:var(--tmg-charcoal);line-height:1.25;margin-bottom:4px}.tmg-coll-card--featured .tmg-coll-name{font-size:18px}.tmg-coll-count{font-size:12px;color:var(--tmg-muted)}.tmg-coll-arrow{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--tmg-blue);margin-top:10px;opacity:0;transform:translate(-4px);transition:all var(--tmg-transition)}.tmg-coll-card:hover .tmg-coll-arrow{opacity:1;transform:translate(0)}.tmg-coll-arrow svg{width:12px;height:12px}.tmg-placeholder-svg{width:100%;height:100%}.tmg-coll-card--kids{border-color:#bbf7d0}.tmg-coll-card--kids:hover{border-color:#86efac}.tmg-coll-card--kids .tmg-coll-tag,.tmg-coll-card--kids .tmg-coll-arrow{color:#16a34a}.tmg-products-section{background:var(--tmg-grey-bg);padding:0}.tmg-products-slider-wrap{position:relative}.tmg-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--tmg-border);background:var(--tmg-white);box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .25s,border-color .25s,box-shadow .25s}.tmg-slider-arrow svg{width:20px;height:20px;stroke:#1a1a1a}.tmg-slider-arrow:hover{border-color:var(--tmg-blue);box-shadow:0 4px 12px #0000001f}.tmg-slider-prev{left:-21px}.tmg-slider-next{right:-21px}.tmg-slider-arrow--hidden{opacity:0;pointer-events:none}.tmg-products-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.tmg-products-grid::-webkit-scrollbar{display:none}.tmg-products-grid>*{scroll-snap-align:start;min-width:0}.tmg-prod-card{background:var(--tmg-white);border:1.5px solid var(--tmg-border);border-radius:var(--tmg-radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color var(--tmg-transition),box-shadow var(--tmg-transition),transform var(--tmg-transition)}.tmg-prod-card:hover{border-color:var(--tmg-blue);box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.tmg-prod-img{position:relative;background:var(--tmg-white);aspect-ratio:1/1;overflow:hidden;border-bottom:1.5px solid var(--tmg-border)}.tmg-prod-img a{display:block;width:100%;height:100%}.tmg-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.tmg-prod-card:hover .tmg-prod-img img{transform:scale(1.04)}.tmg-prod-badge{position:absolute;top:10px;left:10px;font-family:var(--tmg-font-heading);font-size:10px;font-weight:700;padding:4px 9px;border-radius:3px;letter-spacing:.04em;text-transform:uppercase}.tmg-badge-new{background:var(--tmg-blue);color:#fff}.tmg-badge-best{background:var(--tmg-charcoal);color:#fff}.tmg-badge-sale,.prod-badge.badge-sale,.prod-badge{background:rgb(var(--color-primary-rgb, 0 139 255))!important;color:#fff!important}.tmg-badge-kids{background:#16a34a;color:#fff}.tmg-badge-sold{background:var(--tmg-muted);color:#fff}.tmg-prod-bundle-note{text-align:center;font-size:11px;color:var(--tmg-blue);font-weight:600;margin-top:6px;letter-spacing:.02em}.tmg-prod-wish{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#fff;border:1.5px solid var(--tmg-border);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all var(--tmg-transition);cursor:pointer}.tmg-prod-card:hover .tmg-prod-wish{opacity:1}.tmg-prod-wish svg{width:14px;height:14px;color:var(--tmg-muted)}.tmg-prod-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}.tmg-prod-body>form,.tmg-prod-body>.tmg-btn-atc{margin-top:auto}.tmg-prod-category{font-size:11px;font-weight:500;color:var(--tmg-muted-light);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.tmg-prod-name{font-family:var(--tmg-font-heading);font-size:14px;font-weight:600;color:var(--tmg-charcoal);line-height:1.3;margin-bottom:8px;letter-spacing:-.01em;display:block;text-decoration:none;transition:color var(--tmg-transition)}.tmg-prod-card:hover .tmg-prod-name{color:var(--tmg-blue)}.tmg-prod-stars{display:flex;align-items:center;gap:4px;margin-bottom:10px}.tmg-stars{display:flex;gap:1px}.tmg-star{color:#f59e0b;font-size:12px}.tmg-star.empty{color:var(--tmg-border)}.tmg-rcount{font-size:12px;color:var(--tmg-muted)}.tmg-prod-price-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.tmg-prod-price{font-family:var(--tmg-font-heading);font-size:18px;font-weight:700;color:var(--tmg-charcoal)}.tmg-prod-compare{font-size:13px;color:var(--tmg-muted-light);text-decoration:line-through;font-weight:400}.tmg-btn-atc{width:100%;background:var(--tmg-orange);color:#fff;font-family:var(--tmg-font-heading);font-size:12px;font-weight:700;padding:11px 16px;border-radius:var(--tmg-radius-sm);letter-spacing:.04em;text-transform:uppercase;transition:background var(--tmg-transition),transform var(--tmg-transition),box-shadow var(--tmg-transition);display:flex;align-items:center;justify-content:center;gap:7px;border:none;cursor:pointer}.tmg-btn-atc:hover{background:var(--tmg-orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff7f0040}.tmg-btn-atc svg{width:14px;height:14px;transition:transform var(--tmg-transition)}.tmg-prod-card:hover .tmg-btn-atc svg{transform:translate(2px)}.tmg-btn-atc--disabled:hover{transform:none;box-shadow:none}.tmg-btn-atc--disabled{background:var(--tmg-muted-light);cursor:not-allowed}.tmg-btn-atc--disabled:hover{background:var(--tmg-muted-light)}.tmg-dual-banner{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.tmg-banner-panel{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding-top:56px;padding-bottom:56px;--tmg-dual-gutter: min(48px, 4vw)}.tmg-banner-panel:first-child{padding-left:var(--tmg-align-inline);padding-right:var(--tmg-dual-gutter)}.tmg-banner-panel:last-child{padding-right:var(--tmg-align-inline);padding-left:var(--tmg-dual-gutter)}.tmg-banner-panel:after{content:"";position:absolute;right:-60px;bottom:-60px;width:240px;height:240px;border-radius:50%;background:#ffffff0d;pointer-events:none}.tmg-bp-dark{background:var(--tmg-charcoal)}.tmg-bp-blue{background:var(--tmg-blue)}.tmg-bp-blue .tmg-bp-title span{color:#ffffffbf}.tmg-bp-tag{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;color:#ffffff80}.tmg-bp-blue .tmg-bp-tag{color:#ffffffbf}.tmg-bp-title{font-family:var(--tmg-font-heading);font-size:clamp(26px,2.5vw,36px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:14px;color:#fff}.tmg-bp-text{font-size:15px;color:#ffffffa6;line-height:1.6;margin-bottom:28px;max-width:360px;font-weight:400}.tmg-btn-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--tmg-charcoal);font-family:var(--tmg-font-heading);font-size:12px;font-weight:700;padding:12px 24px;border-radius:var(--tmg-radius-sm);letter-spacing:.04em;text-transform:uppercase;transition:all var(--tmg-transition);align-self:flex-start;text-decoration:none}.tmg-btn-white:hover{background:var(--tmg-grey-bg);transform:translateY(-1px);box-shadow:0 4px 14px #0000001f}.tmg-btn-white svg,.tmg-btn-orange-sm svg{width:13px;height:13px;transition:transform var(--tmg-transition)}.tmg-btn-white:hover svg{transform:translate(3px)}.tmg-btn-orange-sm{display:inline-flex;align-items:center;gap:8px;background:var(--tmg-orange);color:#fff;font-family:var(--tmg-font-heading);font-size:12px;font-weight:700;padding:12px 24px;border-radius:var(--tmg-radius-sm);letter-spacing:.04em;text-transform:uppercase;transition:all var(--tmg-transition);align-self:flex-start;text-decoration:none}.tmg-btn-orange-sm:hover{background:var(--tmg-orange-dark);transform:translateY(-1px);box-shadow:0 4px 14px #ff7f0059}.tmg-btn-orange-sm:hover svg{transform:translate(3px)}.tmg-usp-section{background:var(--tmg-white);padding:72px 0}.tmg-usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.tmg-usp-card{border:1.5px solid var(--tmg-border);border-radius:var(--tmg-radius);padding:36px 32px;transition:border-color var(--tmg-transition),box-shadow var(--tmg-transition);background:var(--tmg-white);position:relative;overflow:hidden}.tmg-usp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--tmg-blue);opacity:0;transition:opacity var(--tmg-transition)}.tmg-usp-card:hover{border-color:var(--tmg-blue-mid);box-shadow:0 4px 16px #008bff14}.tmg-usp-card:hover:before{opacity:1}.tmg-usp-icon{width:52px;height:52px;background:var(--tmg-blue-pale);border-radius:var(--tmg-radius);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.tmg-usp-icon svg{width:24px;height:24px;color:var(--tmg-blue);transition:transform var(--tmg-transition-slow)}.tmg-usp-card:hover .tmg-usp-icon svg{transform:scale(1.06)}.tmg-usp-num{font-family:var(--tmg-font-heading);font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--tmg-muted-light);text-transform:uppercase;margin-bottom:8px}.tmg-usp-title{font-family:var(--tmg-font-heading);font-size:18px;font-weight:700;color:var(--tmg-charcoal);margin-bottom:10px;letter-spacing:-.01em;line-height:1.2}.tmg-usp-text{font-size:15px;color:var(--tmg-muted);line-height:1.65;font-weight:400}.tmg-reviews-section{background:var(--tmg-grey-bg);padding:0}.tmg-reviews-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.tmg-reviews-score-row{display:flex;align-items:center;gap:16px;margin-top:10px}.tmg-big-score{font-family:var(--tmg-font-heading);font-size:52px;font-weight:800;color:var(--tmg-charcoal);line-height:1;letter-spacing:-.03em}.tmg-big-stars{display:flex;gap:2px;margin-bottom:4px}.tmg-big-star{color:#f59e0b;font-size:18px}.tmg-big-count{font-size:13px;color:var(--tmg-muted)}.tmg-reviews-slider-wrap{position:relative}.tmg-reviews-slider-wrap .tmg-slider-arrow{top:50%}.tmg-reviews-prev{left:-21px}.tmg-reviews-next{right:-21px}.tmg-reviews-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 16px * 2) / 3);gap:16px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.tmg-reviews-grid::-webkit-scrollbar{display:none}.tmg-reviews-grid>*{scroll-snap-align:start;min-width:0}.tmg-review-card{background:var(--tmg-white);border:1.5px solid var(--tmg-border);border-radius:var(--tmg-radius);padding:24px 24px 20px;transition:border-color var(--tmg-transition),box-shadow var(--tmg-transition),transform var(--tmg-transition);position:relative}.tmg-review-card:hover{border-color:var(--tmg-blue-mid);box-shadow:0 6px 20px #0000000f;transform:translateY(-2px)}.tmg-rev-stars{display:flex;gap:2px;margin-bottom:12px}.tmg-rev-star{color:#f59e0b;font-size:13px}.tmg-rev-star--empty{color:var(--tmg-border-strong)}.tmg-rev-text{font-size:14px;color:var(--tmg-charcoal-light);line-height:1.65;margin-bottom:16px;font-style:italic;font-weight:400}.tmg-rev-author{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--tmg-border)}.tmg-rev-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--tmg-font-heading);font-size:12px;font-weight:700;flex-shrink:0}.tmg-av-a{background:#dbeafe;color:#1d4ed8}.tmg-av-b{background:#dcfce7;color:#15803d}.tmg-av-c{background:#fef3c7;color:#92400e}.tmg-rev-name{font-family:var(--tmg-font-heading);font-size:13px;font-weight:600;color:var(--tmg-charcoal)}.tmg-rev-meta{font-size:11px;color:var(--tmg-muted)}.tmg-verified{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:4px;font-size:10px;color:#16a34a;font-weight:600}.tmg-verified svg{width:12px;height:12px}.tmg-newsletter{background:var(--tmg-charcoal);padding:64px 0;position:relative;overflow:hidden}.tmg-newsletter .tmg-container.tmg-newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.tmg-newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,139,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,139,255,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.tmg-nl-left{position:relative;z-index:2}.tmg-nl-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--tmg-blue);margin-bottom:12px;display:flex;align-items:center;gap:8px}.tmg-nl-eyebrow:before{content:"";display:block;width:20px;height:2px;background:var(--tmg-blue);border-radius:2px}.tmg-nl-title{font-family:var(--tmg-font-heading);font-size:clamp(28px,3vw,38px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px}.tmg-nl-title span{color:var(--tmg-blue)}.tmg-nl-sub{font-size:15px;color:#ffffff8c;line-height:1.6;font-weight:400}.tmg-nl-form-wrap{position:relative;z-index:2}.tmg-nl-form{margin:0}.tmg-nl-input-row{display:flex;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--tmg-radius-sm);overflow:hidden;margin-bottom:14px;transition:border-color var(--tmg-transition)}.tmg-nl-input-row:focus-within{border-color:var(--tmg-blue)}.tmg-nl-input{flex:1;padding:14px 18px;background:#ffffff0f!important;border:none;outline:none;color:#fff;font-size:15px;font-family:var(--tmg-font-body);transition:background var(--tmg-transition)}.tmg-nl-input:focus{background:transparent!important}.tmg-nl-input::placeholder{color:#ffffff4d}.tmg-nl-btn{padding:14px 24px;background:var(--tmg-orange);color:#fff;font-family:var(--tmg-font-heading);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:background var(--tmg-transition),transform var(--tmg-transition),box-shadow var(--tmg-transition);flex-shrink:0;border:none;cursor:pointer}.tmg-nl-btn:hover{background:var(--tmg-orange-dark);transform:translateY(-1px);box-shadow:0 4px 14px #ff7f0059}.tmg-nl-perks{display:flex;flex-direction:column;gap:8px}.tmg-nl-perk{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffff8c;font-weight:400}.tmg-nl-perk svg{width:14px;height:14px;color:var(--tmg-blue);flex-shrink:0}.tmg-nl-fine{font-size:12px;color:#ffffff40;margin-top:10px}.tmg-footer{background:var(--tmg-footer-bg);padding:56px 0 28px;color:#ffffff80;font-family:var(--tmg-font-body)}.tmg-footer-top{display:grid;grid-template-columns:repeat(4,25%);gap:0;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:28px}.tmg-footer-logo-wrap{margin-bottom:16px}.tmg-footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;transition:opacity var(--tmg-transition)}.tmg-footer-logo:hover{opacity:.85}.tmg-footer-logo-icon{width:180px;height:auto}.tmg-footer-logo-img{width:var(--tmg-footer-logo-width, 180px);max-width:100%;height:auto;display:block}.tmg-footer-tagline{font-size:13px;color:#fff6;line-height:1.7;max-width:240px;font-weight:300;margin-bottom:20px}.tmg-footer-socials{display:flex;gap:8px}.tmg-soc{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:var(--tmg-radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--tmg-transition);text-decoration:none}.tmg-soc:hover{border-color:var(--tmg-blue);background:#008bff1f}.tmg-soc svg{width:14px;height:14px;color:#ffffff80}.tmg-footer-col-title{font-family:var(--tmg-font-heading);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tmg-footer-col-chev{width:16px;height:16px;flex-shrink:0;color:#ffffff8c;transition:transform var(--tmg-transition);display:none}.tmg-footer-links{list-style:none;display:flex;flex-direction:column;gap:9px;padding:0;margin:0}.tmg-footer-links a{font-size:13px;color:#fff6;font-weight:400;transition:color var(--tmg-transition);text-decoration:none}.tmg-footer-links a:hover{color:#fffc}.tmg-footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#fff6;margin-bottom:10px}.tmg-footer-contact-item svg{width:14px;height:14px;color:var(--tmg-blue);flex-shrink:0;margin-top:2px}.tmg-footer-legal{display:flex;flex-wrap:wrap;gap:8px 20px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.tmg-footer-legal a{font-size:12px;color:#ffffff59;text-decoration:none;transition:color var(--tmg-transition)}.tmg-footer-legal a:hover{color:#ffffffb3}.tmg-footer-bottom{display:flex;justify-content:space-between;align-items:center}.tmg-footer-copy{font-size:12px;color:#ffffff38}.tmg-payment-row{display:flex;gap:6px}.tmg-pay-chip{height:22px;min-width:36px;background:#ffffff14;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff6;letter-spacing:.04em;padding:0 6px;font-family:var(--tmg-font-heading);transition:background var(--tmg-transition),color var(--tmg-transition)}.tmg-pay-chip:hover{background:#ffffff1f;color:#ffffff8c}.tmg-fade-up{opacity:0;transform:translateY(18px);transition:opacity var(--tmg-transition-slow) ease,transform var(--tmg-transition-slow) cubic-bezier(.4,0,.2,1);transition-delay:calc(var(--tmg-stagger, 0) * var(--tmg-stagger-step))}.tmg-fade-up.tmg-fade-up--visible,.tmg-fade-up.in{opacity:1;transform:none}.tmg-fade-in{opacity:0;transition:opacity .5s ease;transition-delay:calc(var(--tmg-stagger, 0) * var(--tmg-stagger-step))}.tmg-fade-in.tmg-fade-up--visible,.tmg-fade-in.in{opacity:1}@media(prefers-reduced-motion:reduce){.tmg-fade-up,.tmg-fade-in{opacity:1;transform:none;transition:none;transition-delay:0s}.tmg-trust-bar .tmg-container>.tmg-trust-item{animation:none!important}.tmg-coll-card,.tmg-coll-visual img,.tmg-prod-card,.tmg-prod-img img,.tmg-review-card,.tmg-usp-card,.tmg-usp-icon svg,.tmg-btn-atc,.tmg-btn-white,.tmg-btn-orange-sm,.tmg-nl-btn,.tmg-see-all svg{transition:none!important}.tmg-coll-card:hover,.tmg-prod-card:hover,.tmg-review-card:hover,.tmg-coll-card:hover .tmg-coll-visual img,.tmg-prod-card:hover .tmg-prod-img img{transform:none}.tmg-btn-atc:hover,.tmg-btn-white:hover,.tmg-btn-orange-sm:hover,.tmg-nl-btn:hover{transform:none;box-shadow:none}}@media(max-width:1100px){:root{--tmg-container-pad: 40px}.tmg-section-wrap,.shopify-section.tmg-section-grey-bleed.tmg-section-wrap{padding-top:56px;padding-bottom:56px}.tmg-collections-section{padding:48px 0}.tmg-collections-grid{grid-template-columns:repeat(2,1fr)}.tmg-coll-card--featured{grid-column:span 2}.tmg-products-grid{grid-auto-columns:calc((100% - 18px)/2)}.tmg-slider-arrow{display:none}.tmg-usp-section{padding:56px 0}.tmg-usp-grid{grid-template-columns:repeat(2,1fr)}.tmg-reviews-grid{grid-auto-columns:calc((100% - 16px)/2)}.tmg-reviews-slider-wrap .tmg-slider-arrow{display:none}.tmg-dual-banner{grid-template-columns:1fr}.tmg-banner-panel:first-child,.tmg-banner-panel:last-child{padding-left:var(--tmg-container-pad);padding-right:var(--tmg-container-pad)}.tmg-newsletter{padding:56px 0}.tmg-newsletter .tmg-container.tmg-newsletter__inner{grid-template-columns:1fr;gap:32px}.tmg-footer{padding:40px 0 24px}.tmg-footer-top{grid-template-columns:repeat(2,1fr);gap:0}.tmg-trust-bar .tmg-container{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--tmg-container-pad: 16px}.tmg-section-wrap,.shopify-section.tmg-section-grey-bleed.tmg-section-wrap{padding-top:48px;padding-bottom:48px}.tmg-section-header{flex-direction:column;align-items:flex-start;gap:16px}.tmg-trust-bar .tmg-container{grid-template-columns:1fr 1fr;padding-top:4px;padding-bottom:4px;gap:0;border-radius:0}.tmg-trust-item{padding:14px 12px;justify-content:flex-start;gap:10px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.tmg-trust-item:nth-child(2n){border-right:none}.tmg-trust-item:nth-last-child(-n+2){border-bottom:none}.tmg-trust-item:last-child:nth-child(odd){border-right:none;grid-column:span 2;justify-content:center}.tmg-trust-title{font-size:12px}.tmg-trust-sub{font-size:11px}.tmg-trust-icon svg{width:20px;height:20px}.tmg-collections-section{padding:40px 0}.tmg-collections-grid{grid-template-columns:1fr;gap:12px}.tmg-coll-card--featured{grid-column:span 1}.tmg-products-grid{grid-template-columns:1fr 1fr;gap:12px}.tmg-dual-banner{grid-template-columns:1fr}.tmg-banner-panel{padding-top:32px;padding-bottom:32px}.tmg-banner-panel:first-child,.tmg-banner-panel:last-child{padding-left:var(--tmg-container-pad);padding-right:var(--tmg-container-pad)}.tmg-usp-section{padding:40px 0}.tmg-usp-grid{grid-template-columns:1fr}.tmg-reviews-grid{grid-auto-columns:90%}.tmg-reviews-header-row{flex-direction:column;align-items:flex-start;gap:16px}.tmg-newsletter{padding:40px 0}.tmg-newsletter .tmg-container.tmg-newsletter__inner{grid-template-columns:1fr;gap:32px}.tmg-nl-input-row{flex-direction:column}.tmg-nl-input{border-bottom:1px solid rgba(255,255,255,.1)}.tmg-nl-btn{width:100%;text-align:center;justify-content:center;display:flex}.tmg-footer{padding:32px 0 20px}.tmg-footer-top{grid-template-columns:1fr;gap:0}.tmg-footer-brand{margin-bottom:12px}.tmg-footer-col{border-top:1px solid rgba(255,255,255,.08)}.tmg-footer-col:last-of-type{border-bottom:1px solid rgba(255,255,255,.08)}.tmg-footer-col-title{margin-bottom:0;padding:16px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.tmg-footer-col-chev{display:block}.tmg-footer-col.is-open .tmg-footer-col-chev{transform:rotate(180deg)}.tmg-footer-col .tmg-footer-links,.tmg-footer-col .tmg-footer-contact-item{display:none}.tmg-footer-col.is-open .tmg-footer-links{display:flex;padding-bottom:18px}.tmg-footer-col.is-open .tmg-footer-contact-item{display:flex}.tmg-footer-col.is-open .tmg-footer-contact-item:last-child{margin-bottom:18px}.tmg-footer-legal{justify-content:center}.tmg-footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media(max-width:480px){.tmg-products-grid{grid-template-columns:1fr}.tmg-big-score{font-size:40px}.tmg-section-title{font-size:24px}}@media(max-width:768px){.tmg-collections-grid,.tmg-products-grid,.tmg-usp-grid,.tmg-reviews-grid{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:82%;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--tmg-container-pad);margin-left:calc(-1 * var(--tmg-container-pad));margin-right:calc(-1 * var(--tmg-container-pad));padding:4px var(--tmg-container-pad) 20px;scrollbar-width:none}.tmg-collections-grid::-webkit-scrollbar,.tmg-products-grid::-webkit-scrollbar,.tmg-usp-grid::-webkit-scrollbar,.tmg-reviews-grid::-webkit-scrollbar{display:none}.tmg-collections-grid>*,.tmg-products-grid>*,.tmg-usp-grid>*,.tmg-reviews-grid>*{scroll-snap-align:start;min-width:0}.tmg-coll-card--featured{grid-column:auto}.tmg-usp-grid{grid-auto-columns:88%}.tmg-reviews-grid{grid-auto-columns:86%}}@media(max-width:480px){.tmg-products-grid{grid-template-columns:none;grid-auto-columns:78%}}.tmg-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none;visibility:hidden}.tmg-cart-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.tmg-cart-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73;opacity:0;transition:opacity .3s ease}.tmg-cart-drawer[aria-hidden=false] .tmg-cart-overlay{opacity:1}.tmg-cart-panel{position:absolute;top:0;right:0;height:100%;width:100%;max-width:420px;background:var(--tmg-white, #fff);box-shadow:-8px 0 30px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.tmg-cart-drawer[aria-hidden=false] .tmg-cart-panel{transform:translate(0)}.tmg-cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1.5px solid var(--tmg-border, #e5e7eb);flex:0 0 auto}.tmg-cart-title{font-family:var(--tmg-font-heading, inherit);font-size:18px;font-weight:700;margin:0;color:var(--tmg-charcoal, #1a1a1a)}.tmg-cart-head-count{color:var(--tmg-muted, #6b7280);font-weight:500;margin-left:4px}.tmg-cart-close{width:34px;height:34px;border:none;background:transparent;cursor:pointer;color:var(--tmg-charcoal, #1a1a1a);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.tmg-cart-close:hover{background:var(--tmg-border, #e5e7eb)}.tmg-cart-close svg{width:18px;height:18px}.tmg-cart-body{flex:1;display:flex;flex-direction:column;min-height:0}.tmg-cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;color:var(--tmg-muted, #6b7280);gap:14px}.tmg-cart-empty svg{width:56px;height:56px;color:var(--tmg-muted-light, #9ca3af)}.tmg-cart-empty p{margin:0;font-size:15px}.tmg-cart-continue{background:var(--tmg-charcoal, #1a1a1a);color:#fff;text-decoration:none;font-family:var(--tmg-font-heading, inherit);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:11px 22px;border-radius:var(--tmg-radius-sm, 6px)}.tmg-cart-lines{list-style:none;margin:0;padding:8px 0;flex:1;overflow-y:auto}.tmg-cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 20px;border-bottom:1px solid var(--tmg-border, #e5e7eb);align-items:start}.tmg-cart-line-img{display:block;width:72px;height:72px;border:1px solid var(--tmg-border, #e5e7eb);border-radius:var(--tmg-radius-sm, 6px);overflow:hidden;background:#fafafa}.tmg-cart-line-img img{width:100%;height:100%;object-fit:cover}.tmg-cart-line-info{min-width:0;display:flex;flex-direction:column;gap:4px}.tmg-cart-line-title{font-family:var(--tmg-font-heading, inherit);font-size:14px;font-weight:600;color:var(--tmg-charcoal, #1a1a1a);text-decoration:none;line-height:1.3}.tmg-cart-line-variant{font-size:12px;color:var(--tmg-muted, #6b7280)}.tmg-cart-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}.tmg-cart-qty{display:inline-flex;align-items:center;border:1.5px solid var(--tmg-border, #e5e7eb);border-radius:var(--tmg-radius-sm, 6px);overflow:hidden}.tmg-cart-qty-btn{background:transparent;border:none;width:26px;height:28px;cursor:pointer;font-size:14px;color:var(--tmg-charcoal, #1a1a1a);display:flex;align-items:center;justify-content:center}.tmg-cart-qty-btn:hover{background:var(--tmg-border, #e5e7eb)}.tmg-cart-qty-num{min-width:24px;text-align:center;font-size:13px;font-weight:600}.tmg-cart-line-price{font-family:var(--tmg-font-heading, inherit);font-size:14px;font-weight:700;color:var(--tmg-charcoal, #1a1a1a)}.tmg-cart-line-remove{background:transparent;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--tmg-muted, #6b7280);border-radius:50%;padding:0}.tmg-cart-line-remove:hover{color:#e53e3e}.tmg-cart-line-remove svg{width:14px;height:14px}.tmg-cart-foot{border-top:1.5px solid var(--tmg-border, #e5e7eb);padding:18px 20px 22px;flex:0 0 auto;background:#fff}.tmg-cart-subtotal{display:flex;justify-content:space-between;font-family:var(--tmg-font-heading, inherit);font-size:16px;font-weight:700;color:var(--tmg-charcoal, #1a1a1a);margin-bottom:4px}.tmg-cart-note{font-size:12px;color:var(--tmg-muted, #6b7280);margin:0 0 14px}.tmg-cart-checkout{display:block;width:100%;background:var(--tmg-orange, #ff7f00);color:#fff;border:none;cursor:pointer;font-family:var(--tmg-font-heading, inherit);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:13px 16px;border-radius:var(--tmg-radius-sm, 6px);transition:background .2s ease}.tmg-cart-checkout:hover{background:var(--tmg-orange-dark, #e56a00)}.tmg-cart-view{display:block;text-align:center;margin-top:10px;font-size:12px;font-weight:600;text-decoration:underline;color:var(--tmg-muted, #6b7280)}body.tmg-cart-open{overflow:hidden}@media(max-width:480px){.tmg-cart-panel{max-width:100%}}@media(min-width:750px){[id*=section_xkNab8] #section-content,[id*=section_xkNab8] .layout-panel-flex--row,[id*=section_xkNab8] [class*=layout-panel-flex][class*=row]{flex-direction:row-reverse!important;--flex-direction: row-reverse !important}}[id*=section_P4f3JK],[id*=product_comparison_seo]{position:relative}[id*=section_P4f3JK]:before,[id*=product_comparison_seo]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:60%;max-width:720px;height:3px;background:rgb(var(--color-primary-rgb, 0 139 255));border-radius:2px;pointer-events:none;z-index:1}[id*=section_P4f3JK]>div>div.section,[id*=section_P4f3JK] [id=ui-test-section],[id*=product_comparison_seo]>div>div.section,[id*=product_comparison_seo] [id=ui-test-section]{padding-block-start:24px!important}[id*=section_Etyc9k]>div>div.section,[id*=section_Etyc9k] [id=ui-test-section]{padding-block-end:24px!important}@media(max-width:749px){[id*=section_P4f3JK]:before,[id*=product_comparison_seo]:before{width:60%;height:2px}[id*=section_P4f3JK]>div>div.section,[id*=product_comparison_seo]>div>div.section{padding-block-start:16px!important}[id*=section_Etyc9k]>div>div.section{padding-block-end:16px!important}}cart-drawer-component,cart-drawer-component dialog,cart-drawer-component .cart-drawer,cart-drawer-component[data-cart-drawer]{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}.tmg-prod-name{min-height:2.6em!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px!important}.tmg-prod-body{display:flex!important;flex-direction:column!important}.tmg-prod-stars{margin-top:0!important}.tmg-prod-body>.tmg-prod-price-row{margin-top:auto!important}.prod-card .prod-name,.prod-card-grid .prod-name{min-height:2.6em!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px!important}.prod-card .prod-body,.prod-card-grid .prod-body{display:flex!important;flex-direction:column!important}.prod-card .prod-body>.prod-price-row,.prod-card-grid .prod-body>.prod-price-row{margin-top:auto!important}.tmg-star,.star{color:#f59e0b!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/tmg-custom.css.map */
