:root{--tps-orange: rgb(var(--color-button));--tps-orange-dark: #9b4808;--tps-ink: rgb(var(--color-foreground));--tps-muted: rgba(var(--color-foreground), .7);--tps-border: rgba(var(--color-foreground), .12);--tps-border-strong: rgba(var(--color-foreground), .2);--tps-soft: rgba(var(--color-foreground), .045);--tps-cream: #faf7f1;--tps-shadow: 0 1.6rem 4rem rgba(0, 0, 0, .08);--tps-shadow-hover: 0 2rem 4.8rem rgba(0, 0, 0, .12)}.template-collection main,.template-product main{overflow:clip}.template-collection .page-width,.template-product .page-width{width:min(100%,var(--page-width))}.tps-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin:0 0 1.8rem;color:#ffffffbd;font-size:1.3rem;line-height:1.4}.tps-breadcrumb a{color:inherit;text-decoration:none}.tps-breadcrumb a:hover{color:#fff;text-decoration:underline;text-underline-offset:.3rem}.tps-breadcrumb__separator{opacity:.65}.tps-collection-hero{padding:2.4rem 0 0;background:linear-gradient(180deg,#fff 0%,var(--tps-cream) 100%)}.tps-collection-hero__panel{position:relative;isolation:isolate;overflow:hidden;padding:clamp(2.8rem,5vw,5.6rem);border-radius:2.4rem;background:linear-gradient(125deg,#151515,#29221c 34%,#713306 72%,#a4510f);color:#fff;box-shadow:var(--tps-shadow)}.tps-collection-hero__panel:before{content:"";position:absolute;z-index:-1;width:38rem;height:38rem;top:-22rem;right:-12rem;border-radius:50%;background:#f08a0057;filter:blur(.2rem)}.tps-collection-hero__panel:after{content:"";position:absolute;z-index:-1;width:24rem;height:24rem;bottom:-16rem;left:36%;border-radius:50%;background:#ffffff0f}.tps-collection-hero__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,38rem);gap:clamp(3rem,6vw,7rem);align-items:center}.tps-collection-hero__content--text-only{grid-template-columns:minmax(0,82rem)}.tps-collection-hero__eyebrow,.tps-product-eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.4rem;color:#f7ad4d;font-size:1.3rem;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.tps-collection-hero__eyebrow:before,.tps-product-eyebrow:before{content:"";width:.7rem;height:.7rem;border-radius:50%;background:currentColor;box-shadow:0 0 0 .5rem #f08a001f}.tps-collection-hero__title{max-width:82rem;margin:0;color:#fff;font-size:clamp(3.6rem,5.2vw,6.4rem);line-height:1.03;letter-spacing:-.035em;text-transform:capitalize}.tps-collection-hero__description{max-width:76rem;margin-top:1.8rem;color:#fffc;font-size:clamp(1.55rem,1.7vw,1.8rem);line-height:1.7}.tps-collection-hero__description>*:first-child{margin-top:0}.tps-collection-hero__description>*:last-child{margin-bottom:0}.tps-collection-hero__image{overflow:hidden;min-height:28rem;border:.1rem solid rgba(255,255,255,.13);border-radius:2rem;background:radial-gradient(circle at center,#fff,#f6f2ea 52%,#e7e4df)}.tps-collection-hero__image img{display:block;width:100%;height:100%;min-height:28rem;object-fit:cover}.tps-collection-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3.2rem}.tps-collection-benefit{display:flex;align-items:center;gap:1.1rem;min-width:0;padding:1.3rem 1.5rem;border:.1rem solid rgba(255,255,255,.12);border-radius:1.4rem;background:#ffffff12;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.tps-collection-benefit svg{flex:0 0 auto;width:2.2rem;height:2.2rem;color:#f2a53c}.tps-collection-benefit strong,.tps-collection-benefit span{display:block}.tps-collection-benefit strong{color:#fff;font-size:1.35rem;line-height:1.3}.tps-collection-benefit span{margin-top:.2rem;color:#ffffffab;font-size:1.15rem;line-height:1.35}.tps-collection-grid-section{padding-top:2rem;background:linear-gradient(180deg,var(--tps-cream) 0%,#fff 24rem)}.template-collection .facets-wrapper{margin-bottom:2rem}.template-collection .facets-container{align-items:center;padding:1.2rem 1.5rem;border:.1rem solid var(--tps-border);border-radius:1.6rem;background:#fff;box-shadow:0 .8rem 2.4rem #0000000b}.template-collection .mobile-facets__open,.template-collection .facet-filters__sort,.template-collection .facets__summary,.template-collection .facets__disclosure-vertical{font-weight:600}.template-collection .mobile-facets__open{min-height:4.4rem;padding:0 1.4rem;border:.1rem solid var(--tps-border-strong);border-radius:999px;background:#fff;text-decoration:none}.template-collection .facet-filters__sort{min-height:4.4rem;border-radius:999px}.template-collection .product-count__text{font-weight:600}.template-collection .product-grid{row-gap:2.4rem}.template-collection .product-grid .grid__item{display:flex}.tps-product-card.product-card-wrapper{width:100%}.tps-product-card .card{overflow:hidden;width:100%;border:.1rem solid var(--tps-border);border-radius:1.8rem;background:#fff;box-shadow:0 .8rem 2.4rem #0000000d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}@media(hover:hover){.tps-product-card .card:hover{transform:translateY(-.4rem);border-color:#b75c115c;box-shadow:var(--tps-shadow-hover)}}.tps-product-card .card__inner{overflow:hidden;border-radius:1.7rem 1.7rem 0 0;background:#f7f6f3}.tps-product-card .card__media,.tps-product-card .media{border-radius:inherit}.tps-product-card .media img{transition:transform .32s ease}@media(hover:hover){.tps-product-card:hover .media img:first-child:not(:only-child),.tps-product-card:hover .media img:only-child{transform:scale(1.035)}}.tps-product-card .card__content{display:flex;flex-direction:column}.tps-product-card>.card>.card__content>.card__information{flex:1;padding:1.8rem 2rem 0}.tps-product-card .card__heading{margin:0;font-size:1.55rem;font-weight:700;line-height:1.4;letter-spacing:-.01em}.tps-product-card .card__heading a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tps-product-card .card-information{margin-top:1rem}.tps-product-card .price{font-size:1.65rem;font-weight:700}.tps-product-card .price-item--regular,.tps-product-card .price-item--sale{color:var(--tps-orange-dark)}.tps-product-card .badge{padding:.65rem 1rem;border:0;border-radius:999px;font-size:1.1rem;font-weight:700;letter-spacing:.02em}.tps-card-shipping{position:absolute;z-index:2;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.55rem;max-width:calc(100% - 2rem);padding:.65rem .9rem;border-radius:999px;background:#fffffff0;color:#222;box-shadow:0 .5rem 1.6rem #0000001a;font-size:1.05rem;font-weight:700;line-height:1.2;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.tps-card-shipping svg{width:1.45rem;height:1.45rem;color:var(--tps-orange)}.tps-card-benefit{display:flex;align-items:center;gap:.6rem;margin-top:1.2rem;color:var(--tps-muted);font-size:1.15rem;font-weight:600;line-height:1.35}.tps-card-benefit svg{width:1.5rem;height:1.5rem;color:var(--tps-orange)}.tps-product-card .quick-add{margin:1.6rem 1.7rem 1.7rem}.tps-product-card .quick-add__submit{min-height:4.5rem;border:0;border-radius:999px;background:var(--tps-orange);color:rgb(var(--color-button-text));font-weight:700;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.tps-product-card .quick-add__submit:before,.tps-product-card .quick-add__submit:after{display:none}@media(hover:hover){.tps-product-card .quick-add__submit:hover{transform:translateY(-.1rem);background:var(--tps-orange-dark);box-shadow:0 .8rem 2rem #b75c113d}}.template-product #MainProduct-template--main,.template-product [id^=MainProduct-]{padding-top:2.4rem}.template-product [id^=MainProduct-]>.breadcumb,.template-product [id^=MainProduct-]>.breadcrumb{margin-bottom:1.6rem}.template-product .product{align-items:stretch;column-gap:clamp(3rem,5vw,7rem)}.template-product .product__media-wrapper{align-self:stretch;min-width:0}.template-product .product__media-list.contains-media{overflow:hidden;border:.1rem solid var(--tps-border);border-radius:2rem;background:#f7f6f3;box-shadow:0 1rem 3rem #0000000d}.template-product .product__media-item,.template-product .product__media,.template-product .global-media-settings{border-radius:1.9rem}.template-product .thumbnail{overflow:hidden;border-radius:1rem}.template-product .thumbnail[aria-current]{border-color:var(--tps-orange);box-shadow:0 0 0 .1rem var(--tps-orange)}.template-product .product__info-wrapper{padding-left:0}.template-product .product__info-container{padding:clamp(2.2rem,3.5vw,3.6rem);border:.1rem solid var(--tps-border);border-radius:2rem;background:#fff;box-shadow:var(--tps-shadow)}.template-product .product__info-container>*+*{margin-top:1.8rem}.template-product .product__info-container>.product__title+*{margin-top:1.2rem}.template-product .product__title h1{margin:0;font-size:clamp(2.8rem,3.3vw,4.3rem);line-height:1.12;letter-spacing:-.03em}.template-product .product__text{color:var(--tps-orange-dark);font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.template-product .zegsu-product-title-review-section{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem}.template-product .zegsu-review-total-text{font-size:1.4rem!important;font-weight:500!important}.template-product .rating-symbol-foreground .alr-icon-star:before{color:var(--tps-orange)!important}.template-product .product__info-wrapper .price--large{font-size:clamp(2.7rem,3vw,3.8rem);font-weight:700;letter-spacing:-.02em}.template-product .product__info-wrapper .price-item--regular,.template-product .product__info-wrapper .price-item--sale{color:var(--tps-orange-dark);font-weight:700}.template-product .product__tax{margin-top:.4rem;color:var(--tps-muted);font-size:1.3rem}.template-product .product__tax a{color:var(--tps-orange-dark);font-weight:700;text-underline-offset:.25rem}.template-product .paypal-pay-later-message{min-height:0}.template-product fieldset.product-form__input{margin:0 0 1.8rem}.template-product .product-form__input .form__label,.template-product .product-form__input legend.form__label{margin-bottom:1rem;font-size:1.45rem;font-weight:700}.template-product .product-form__input input[type=radio]+label{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;min-height:4.4rem;margin:0 .7rem .7rem 0;padding:1rem 1.5rem;line-height:1;text-align:center;vertical-align:middle;border-color:var(--tps-border-strong);border-radius:999px;font-weight:600;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.template-product .product-form__input input[type=radio]:checked+label{border-color:var(--tps-orange);background:var(--tps-orange);color:#fff;box-shadow:0 .5rem 1.4rem #b75c1133}.template-product .product-form__input input[type=radio]:focus-visible+label{outline:.2rem solid var(--tps-orange);outline-offset:.25rem;box-shadow:none}.template-product .product-popup-modal__opener{margin:-.6rem 0 .8rem}.template-product .product-popup-modal__button{min-height:4.2rem;padding:.6rem 1.2rem;border:.1rem solid var(--tps-border);border-radius:999px;color:var(--tps-orange-dark);font-weight:700;text-decoration:none}.template-product .product-popup-modal__button:hover{border-color:#b75c1180;text-decoration:none}.template-product .product-form__quantity{display:inline-block;width:auto;margin:0}.template-product .quantity{min-height:4.8rem;border-radius:999px}.template-product .quantity:before,.template-product .quantity:after{border-radius:999px}.template-product .product-form__submit{min-height:5.6rem;border:0;border-radius:999px;background:var(--tps-orange);color:rgb(var(--color-button-text));font-size:1.65rem;font-weight:700;letter-spacing:.01em;box-shadow:0 1rem 2.4rem #b75c1138;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.template-product .product-form__submit:before,.template-product .product-form__submit:after{display:none}@media(hover:hover){.template-product .product-form__submit:not([disabled]):hover{transform:translateY(-.15rem);background:var(--tps-orange-dark);box-shadow:0 1.2rem 2.8rem #9b480847}}.template-product .product-form__submit[disabled]{opacity:.58;box-shadow:none}.tps-purchase-assurance{margin-top:1.5rem;padding:1.6rem;border:.1rem solid var(--tps-border);border-radius:1.5rem;background:var(--tps-cream)}.tps-shipping-restriction{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.4rem;padding:1.2rem;border:.1rem solid rgba(183,92,17,.35);border-radius:1.2rem;background:#f08a0017;color:#5b2b08;font-size:1.25rem;line-height:1.45}.tps-shipping-restriction svg{flex:0 0 auto;width:2rem;height:2rem;margin-top:.1rem;color:var(--tps-orange-dark)}.tps-assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.tps-assurance-item{display:flex;gap:.8rem;align-items:flex-start;min-width:0}.tps-assurance-item svg{flex:0 0 auto;width:2rem;height:2rem;margin-top:.1rem;color:var(--tps-orange)}.tps-assurance-item strong,.tps-assurance-item span{display:block}.tps-assurance-item strong{font-size:1.2rem;line-height:1.35}.tps-assurance-item span{margin-top:.2rem;color:var(--tps-muted);font-size:1.05rem;line-height:1.35}.tps-purchase-help{margin:1.3rem 0 0;padding-top:1.2rem;border-top:.1rem solid var(--tps-border);color:var(--tps-muted);font-size:1.2rem;line-height:1.5}.tps-purchase-help a{color:var(--tps-orange-dark);font-weight:700;text-underline-offset:.25rem}.tps-product-details{margin-top:clamp(4.5rem,7vw,8rem);padding:clamp(2.2rem,4vw,4rem);border:.1rem solid var(--tps-border);border-radius:2rem;background:#fff;box-shadow:0 1rem 3rem #0000000d}.tps-product-details__header{max-width:76rem;margin:0 0 2.4rem;text-align:left}.tps-product-details__eyebrow{margin:0 0 .8rem;color:var(--tps-orange-dark);font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tps-product-details__title{margin:0;font-size:clamp(2.6rem,3.5vw,4rem);line-height:1.15;letter-spacing:-.025em}.tps-product-details__intro{margin:.8rem 0 0;color:var(--tps-muted);font-size:1.45rem}.tps-tabs__list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.8rem;overflow:visible;padding:.4rem 0 1.2rem;border-bottom:.1rem solid var(--tps-border)}.tps-tab-button{flex:0 0 auto;min-height:4.4rem;padding:.9rem 1.5rem;border:.1rem solid var(--tps-border);border-radius:999px;background:#fff;color:var(--tps-ink);cursor:pointer;font:inherit;font-size:1.35rem;font-weight:700}.tps-tab-button[aria-selected=true]{border-color:var(--tps-orange);background:var(--tps-orange);color:#fff}.tps-tab-button:focus-visible{outline:.2rem solid var(--tps-orange);outline-offset:.2rem}.tps-tab-panel{max-width:100rem;padding-top:2.8rem}.tps-tab-panel[hidden]{display:none}.tps-tab-panel.rte{color:rgba(var(--color-foreground),.86);font-size:1.55rem;line-height:1.75}.tps-tab-panel.rte h2,.tps-tab-panel.rte h3,.tps-tab-panel.rte h4{margin-top:2.4rem;margin-bottom:1rem;line-height:1.25}.tps-tab-panel.rte ul,.tps-tab-panel.rte ol{padding-left:2.2rem}.tps-tab-panel.rte li+li{margin-top:.65rem}.tps-tab-panel.rte img{height:auto;border-radius:1.4rem}.tps-confidence-section{padding:clamp(4.5rem,7vw,8rem) 0;background:var(--tps-cream)}.tps-confidence-section__header{max-width:76rem;margin:0 auto 3rem;text-align:center}.tps-confidence-section__eyebrow{margin:0 0 .8rem;color:var(--tps-orange-dark);font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tps-confidence-section__title{margin:0;font-size:clamp(2.8rem,4vw,4.5rem);line-height:1.13;letter-spacing:-.025em}.tps-confidence-section__text{margin:1rem auto 0;color:var(--tps-muted);font-size:1.55rem;line-height:1.65}.tps-confidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.tps-confidence-card{padding:2.2rem;border:.1rem solid var(--tps-border);border-radius:1.8rem;background:#fff;box-shadow:0 .8rem 2.4rem #0000000b}.tps-confidence-card__icon{display:grid;width:4.6rem;height:4.6rem;place-items:center;margin-bottom:1.6rem;border-radius:1.4rem;background:#f08a001c;color:var(--tps-orange)}.tps-confidence-card__icon svg{width:2.5rem;height:2.5rem}.tps-confidence-card h3{margin:0;font-size:1.55rem;line-height:1.35}.tps-confidence-card p{margin:.7rem 0 0;color:var(--tps-muted);font-size:1.3rem;line-height:1.55}.tps-product-support{padding:0 0 clamp(5rem,8vw,9rem)}.tps-product-support__panel{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3rem;align-items:center;padding:clamp(2.8rem,5vw,5rem);border-radius:2.2rem;background:linear-gradient(125deg,#151515,#29221c 32%,#713306 70%,#a4510f);color:#fff;box-shadow:var(--tps-shadow)}.tps-product-support__panel:after{content:"";position:absolute;z-index:-1;width:34rem;height:34rem;top:-18rem;right:-8rem;border-radius:50%;background:#f08a0061}.tps-product-support__eyebrow{margin:0 0 .8rem;color:#f7ad4d;font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tps-product-support h2{margin:0;color:#fff;font-size:clamp(2.6rem,4vw,4rem);line-height:1.15;letter-spacing:-.025em}.tps-product-support__text{max-width:72rem;margin:1rem 0 0;color:#ffffffbd;font-size:1.5rem;line-height:1.65}.tps-product-support__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem}.tps-product-support__actions .button{min-height:4.8rem;border-radius:999px;font-weight:700}.tps-product-support__actions .button:before,.tps-product-support__actions .button:after{border-radius:999px}.tps-product-support__actions .button--secondary{--color-button: 255, 255, 255;--color-button-text: 20, 20, 20}.tps-product-support__actions .button--tertiary{border:.1rem solid rgba(255,255,255,.28);background:transparent;color:#fff}.template-product .shopify-section .collapsible-content-wrapper-narrow{max-width:100rem}.template-product .collapsible-content summary{border-radius:1.2rem}.template-product .product-recommendations{padding-top:clamp(4.5rem,7vw,7rem);padding-bottom:clamp(4.5rem,7vw,7rem)}.template-product .product-recommendations__heading{font-size:clamp(2.8rem,4vw,4.2rem);letter-spacing:-.025em}.template-product .complementary-products{overflow:hidden;border:.1rem solid var(--tps-border);border-radius:1.5rem;background:#fff}.tps-sticky-atc{position:fixed;z-index:40;right:0;bottom:0;left:0;display:none;transform:translateY(110%);padding:1rem max(1.2rem,env(safe-area-inset-right)) calc(1rem + env(safe-area-inset-bottom)) max(1.2rem,env(safe-area-inset-left));border-top:.1rem solid var(--tps-border);background:#fffffff5;box-shadow:0 -1rem 3rem #0000001f;opacity:0;transition:transform .18s ease,opacity .18s ease;-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem)}.tps-sticky-atc.is-visible{transform:translateY(0);opacity:1}.tps-sticky-atc__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,auto);gap:1rem;align-items:center;max-width:64rem;margin:0 auto}.tps-sticky-atc__summary{min-width:0}.tps-sticky-atc__title{overflow:hidden;margin:0;font-size:1.2rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.tps-sticky-atc__price{margin:.25rem 0 0;color:var(--tps-orange-dark);font-size:1.35rem;font-weight:700;line-height:1.25}.tps-sticky-atc__button{min-height:4.8rem;padding:.8rem 1.6rem;border:0;border-radius:999px;background:var(--tps-orange);color:#fff;cursor:pointer;font:inherit;font-size:1.35rem;font-weight:700}.tps-sticky-atc__button[disabled]{cursor:not-allowed;opacity:.55}@media screen and (max-width:989px){.tps-collection-hero__content{grid-template-columns:1fr}.tps-collection-hero__image{max-height:36rem}.tps-confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tps-product-support__panel{grid-template-columns:1fr}.tps-product-support__actions{justify-content:flex-start}}@media screen and (max-width:749px){.tps-collection-hero{padding-top:1.2rem}.tps-collection-hero__panel{margin-inline:-.2rem;padding:2.4rem 1.8rem;border-radius:1.8rem}.tps-breadcrumb{margin-bottom:1.4rem;font-size:1.15rem}.tps-collection-hero__title{font-size:clamp(3.2rem,11vw,4.8rem)}.tps-collection-hero__description{margin-top:1.4rem;font-size:1.45rem;line-height:1.65}.tps-collection-benefits{grid-template-columns:1fr;margin-top:2.4rem}.tps-collection-benefit{padding:1.1rem 1.2rem}.tps-collection-hero__image{min-height:22rem}.template-collection .facets-container{margin:0;padding:.9rem 1rem;border-radius:1.4rem}.template-collection .product-grid{column-gap:1rem;row-gap:1.4rem}.tps-product-card .card{border-radius:1.4rem}.tps-product-card .card__inner{border-radius:1.3rem 1.3rem 0 0}.tps-product-card>.card>.card__content>.card__information{padding:1.2rem 1.5rem 0}.tps-product-card .card__heading{font-size:1.25rem;line-height:1.35}.tps-product-card .price{font-size:1.35rem}.tps-card-shipping{top:.7rem;left:.7rem;max-width:calc(100% - 1.4rem);padding:.5rem .65rem;font-size:.9rem}.tps-card-shipping svg{display:none}.tps-card-benefit{margin-top:.8rem;font-size:.95rem}.tps-card-benefit svg{width:1.3rem;height:1.3rem}.tps-product-card .quick-add{margin:1.1rem}.tps-product-card .quick-add__submit{min-height:4.1rem;padding-inline:.8rem;font-size:1.1rem}.template-product [id^=MainProduct-]{padding-top:1.4rem}.template-product .product{align-items:start;row-gap:2rem}.template-product .product__media-list.contains-media{border-radius:1.6rem}.template-product .product__info-container{padding:2rem 1.6rem;border-radius:1.6rem}.template-product .product__title h1{font-size:clamp(2.5rem,8vw,3.5rem)}.template-product .product__info-wrapper .price--large{font-size:2.8rem}.template-product .product-form__input input[type=radio]+label{min-height:4.2rem;padding:.85rem 1.25rem;font-size:1.25rem}.tps-assurance-grid{grid-template-columns:1fr;gap:1rem}.tps-assurance-item{align-items:center}.tps-product-details{margin-top:4rem;padding:2.2rem 1.6rem;border-radius:1.6rem}.tps-tabs__list{margin-inline:0}.tps-tab-panel{padding-top:2rem}.tps-tab-panel.rte{font-size:1.45rem}.tps-confidence-section{padding:4.5rem 0}.tps-confidence-grid{grid-template-columns:1fr}.tps-confidence-card{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:1.3rem;padding:1.6rem}.tps-confidence-card__icon{grid-row:1 / span 2;width:4.2rem;height:4.2rem;margin:0}.tps-confidence-card p{margin-top:.35rem}.tps-product-support{padding-bottom:5rem}.tps-product-support__panel{padding:2.6rem 1.8rem;border-radius:1.8rem}.tps-product-support__actions{display:grid;grid-template-columns:1fr}.tps-product-support__actions .button{width:100%}.tps-sticky-atc{display:block}body.template-product{padding-bottom:7rem}.template-product .product-recommendations .grid--1-col-tablet-down{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.tps-product-card .card,.tps-product-card .media img,.template-product .product-form__submit,.tps-sticky-atc{transition:none}}.template-product .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin:0 0 2rem;color:var(--tps-muted);font-size:1.25rem;line-height:1.45}.template-product .breadcrumb a{color:var(--tps-ink);text-decoration:none}.template-product .breadcrumb a:hover{color:var(--tps-orange-dark);text-decoration:underline;text-underline-offset:.3rem}.template-product .breadcrumb [aria-current=page]{overflow:hidden;max-width:52rem;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:749px){.template-product .breadcrumb{margin-bottom:1.4rem;font-size:1.1rem}.template-product .breadcrumb [aria-current=page]{max-width:18rem}}.template-product .tps-product-notes .collapsible-content-wrapper-narrow{max-width:100rem}.template-product .tps-product-notes .accordion details{text-align:center}.template-product .tps-product-notes .accordion summary{display:inline-flex;width:auto;max-width:100%;align-items:center;gap:1rem;padding-right:0}.template-product .tps-product-notes .accordion__title{max-width:none}.template-product .tps-product-notes summary .icon-caret{position:static;flex:0 0 auto;width:1.2rem;height:.8rem;margin:0}.template-product .tps-product-notes .accordion__content{text-align:left}@media screen and (max-width:749px){.template-product .tps-product-notes .accordion__title{font-size:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/tps-conversion-pages.css.map */
