tandf-cart-drawer,tandf-cart-items,tandf-cart-summary{display:block}.tf-cart-item{display:grid;grid-template-columns:minmax(180px,340px) 1fr;gap:clamp(16px,2vw,32px);background:#fff;padding:0;position:relative}.tf-cart-item__media{display:block;aspect-ratio:340 / 430;overflow:hidden;background:#f4f5f4}.tf-cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.tf-cart-item__info{display:flex;flex-direction:column;padding:24px 24px 24px 0;font-family:var(--font-metropolis);color:#424242;position:relative}.tf-cart-item__name{font-size:18px;font-weight:400;line-height:1.3;color:#424242;margin:0 0 12px;text-decoration:none;display:inline-block;letter-spacing:.005em}.tf-cart-item__name:hover{color:#1f2228}.tf-cart-item__price{font-size:22px;font-weight:500;line-height:1.2;color:#1f2228;margin:0 0 18px;font-family:var(--font-metropolis);letter-spacing:.005em}.tf-cart-item__price del{color:#888;font-weight:400;margin-right:8px}.tf-cart-item__options{display:flex;align-items:center;gap:10px;margin:0;padding:0;list-style:none;font-size:14px;color:#424242}.tf-cart-item__options dt{display:none}.tf-cart-item__options dd{margin:0;display:inline-flex;align-items:center}.tf-cart-item__options .tandf-product__swatch{display:inline-block;width:22px;height:22px;border:1px solid #E4E4E4;vertical-align:middle}.tf-cart-item__options-divider{color:#bdbdbd}.tf-cart-item__options--labelled{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:8px;align-self:flex-start}.tf-cart-item__options--labelled .tf-cart-item__option{display:flex;align-items:center;justify-content:flex-start;gap:6px;margin:0}.tf-cart-item__options--labelled .tf-cart-item__option-label{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:500;color:#8c8c8c}.tf-cart-item__options--labelled .tf-cart-item__option-value{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:13px;color:#424242}.tf-drawer__toast{position:fixed;right:24px;bottom:24px;background:#212121;color:#fafafa;padding:12px 18px;border-radius:999px;font-size:13px;letter-spacing:.02em;z-index:100;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease,transform .22s ease}.tf-drawer__toast--visible{opacity:1;transform:translateY(0)}.tf-cart-item__controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px;flex-wrap:wrap}.tf-cart-item__remove{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid #E4E4E4;padding:0;cursor:pointer;color:#424242;line-height:0;transition:border-color .15s ease,color .15s ease}.tf-cart-item__remove:hover{color:#1f2228;border-color:#1f2228}.tf-cart-item__remove svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:1.4}.tf-cart-item[aria-busy=true] .tf-cart-item__price,.tf-cart-item[aria-busy=true] .tf-qty-stepper{position:relative;overflow:hidden}.tf-cart-item[aria-busy=true] .tf-cart-item__price:after,.tf-cart-item[aria-busy=true] .tf-qty-stepper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#fff9,#fff0);animation:tf-cart-shimmer 1.1s linear infinite;pointer-events:none}.tf-cart-item[aria-busy=true] .tf-qty-stepper__btn,.tf-cart-item[aria-busy=true] .tf-qty-stepper__input{pointer-events:none}@keyframes tf-cart-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tf-cart-item__price--updated{animation:tf-cart-price-flash .72s ease}@keyframes tf-cart-price-flash{0%{background-color:#1f222800}20%{background-color:#1f22281a}to{background-color:#1f222800}}.tf-summary[aria-busy=true] .tf-summary__row-value{position:relative;overflow:hidden;color:transparent}.tf-summary[aria-busy=true] .tf-summary__row-value:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000000a,#0000001f,#0000000a);animation:tf-cart-shimmer 1.1s linear infinite;pointer-events:none}.tf-summary[aria-busy=true] .tf-summary__checkout{pointer-events:none;opacity:.6}.tf-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden;overflow:hidden}html,body{overflow-x:clip}.tf-drawer[data-open=true]{visibility:visible;pointer-events:auto}.tf-drawer .tf-drawer__overlay{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052;opacity:0;transition:opacity .32s ease}.tf-drawer[data-open=true] .tf-drawer__overlay{opacity:1}.tf-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(560px,100vw);background:#f4f5f4;display:flex;flex-direction:column;transform:translate(100%);transition:transform .36s cubic-bezier(.22,.61,.36,1);font-family:var(--font-metropolis);color:#424242;box-shadow:-8px 0 32px #00000014}@media(min-width:1100px){.tf-drawer__panel{width:min(680px,50vw)}}.tf-drawer[data-open=true] .tf-drawer__panel{transform:translate(0)}.tf-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:32px 32px 24px;background:#f4f5f4}.tf-drawer__title{font-family:var(--font-metropolis);font-size:22px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#1f2228;margin:0;line-height:1.2}.tf-drawer__close{background:transparent;border:0;padding:8px;cursor:pointer;color:#1f2228;line-height:0}.tf-drawer__close svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.4;display:block}.tf-drawer__body{flex:1;overflow-y:auto;padding:8px 32px 24px;background:#f4f5f4;display:flex;flex-direction:column;gap:16px}.tf-drawer__body .tf-cart-item{grid-template-columns:minmax(150px,220px) 1fr;background:#fff}.tf-drawer__body .tf-cart-item__media{aspect-ratio:220 / 270}.tf-drawer__body .tf-cart-item__info{padding:22px 22px 22px 0}.tf-drawer__body .tf-cart-item__name{font-size:16px;margin-bottom:8px}.tf-drawer__body .tf-cart-item__price{font-size:19px;margin-bottom:14px}.tf-drawer__body .tf-cart-item__controls{margin-top:14px;gap:10px}.tf-drawer__body .tf-cart-item__remove{width:36px;height:36px}.tf-drawer__body .tf-qty-stepper--drawer{height:36px}.tf-drawer__body .tf-qty-stepper--drawer .tf-qty-stepper__btn{width:36px}.tf-drawer__body .tf-qty-stepper--drawer .tf-qty-stepper__input{width:40px}.tf-drawer__empty{text-align:center;padding:60px 24px;color:#424242;font-size:14px;letter-spacing:.05em}.tf-drawer__empty a{display:inline-block;margin-top:18px;padding:14px 28px;background:#1f2228;color:#fff;text-decoration:none;text-transform:uppercase;font-size:12px;letter-spacing:.16em}.tf-drawer__footer{background:#f4f5f4;padding:16px 32px 32px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.tf-btn{font-family:var(--font-metropolis);font-size:12px;letter-spacing:.18em;text-transform:uppercase;padding:16px 18px;border:1px solid #1F2228;background:transparent;color:#1f2228;cursor:pointer;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .16s ease,color .16s ease;font-weight:400}.tf-btn:hover,.tf-btn--solid{background:#1f2228;color:#fff}.tf-btn--solid:hover{background:#000;color:#fff}.tf-btn--block{width:100%}@media(max-width:540px){.tf-drawer__panel{width:100vw}.tf-drawer__header{padding:24px 20px 16px}.tf-drawer__title{font-size:16px}.tf-drawer__body{padding:8px 20px 24px}.tf-drawer__footer{padding:16px 20px 24px}.tf-drawer__body .tf-cart-item{grid-template-columns:40% 1fr;gap:14px}.tf-drawer__body .tf-cart-item__media{aspect-ratio:auto;height:100%}.tf-drawer__body .tf-cart-item__media img{width:100%;height:100%;object-fit:cover}.tf-drawer__body .tf-cart-item__info{padding:14px 14px 14px 0}.tf-drawer__body .tf-cart-item__name{font-size:14px}.tf-drawer__body .tf-cart-item__price{font-size:16px;margin-bottom:8px}}.tf-cart-page{background:#f4f5f4;font-family:var(--font-metropolis);color:#424242;padding:24px clamp(16px,4vw,80px) 80px}.tf-cart-page__inner{max-width:1600px;margin:0 auto}.tf-cart-page__back{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#424242;text-decoration:none;padding:12px 0;margin-bottom:8px;font-weight:400}.tf-cart-page__back:hover{color:#1f2228}.tf-cart-page__back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.6}.tf-cart-page__title{font-family:var(--font-metropolis);font-size:clamp(22px,2vw,28px);font-weight:400;color:#1f2228;letter-spacing:.005em;margin:0 0 24px;line-height:1.2}.tf-cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr) clamp(320px,28%,420px);gap:clamp(16px,2vw,32px);align-items:start}@media(max-width:900px){.tf-cart-page__layout{grid-template-columns:minmax(0,1fr)}}.tf-cart-list{display:flex;flex-direction:column;gap:16px}.tf-cart-list .tf-cart-item{grid-template-columns:minmax(160px,230px) 1fr auto;align-items:stretch}.tf-cart-list .tf-cart-item{grid-template-columns:minmax(160px,230px) 1fr}.tf-cart-list .tf-cart-item__info{padding:26px 24px 26px 0;display:flex;flex-direction:column;gap:4px}.tf-cart-list .tf-cart-item__controls{margin-top:auto;padding-top:18px}.tf-qty-select{position:relative;display:inline-block}.tf-qty-select select{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #1F2228;padding:10px 38px 10px 14px;font-family:var(--font-metropolis);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#1f2228;cursor:pointer;min-width:132px;border-radius:0;font-weight:400}.tf-qty-select select:focus{outline:1px solid #1F2228}.tf-qty-select:after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:1.4px solid #1F2228;border-bottom:1.4px solid #1F2228;transform:translateY(-75%) rotate(45deg);pointer-events:none}.tf-qty-stepper{display:inline-flex;align-items:stretch;border:1px solid #1F2228;background:#fff;height:44px}.tf-qty-stepper__btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;width:44px;color:#1f2228;cursor:pointer;padding:0}.tf-qty-stepper__btn svg{width:14px;height:14px}.tf-qty-stepper__btn:hover:not([disabled]){background:#f4f4f4}.tf-qty-stepper__btn[disabled]{opacity:.4;cursor:not-allowed}.tf-qty-stepper__input{width:52px;text-align:center;border:0;border-left:1px solid #E4E4E4;border-right:1px solid #E4E4E4;background:#fff;font-family:var(--font-metropolis);font-size:14px;color:#1f2228;padding:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.tf-qty-stepper__input::-webkit-outer-spin-button,.tf-qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tf-qty-stepper__input:focus{outline:1px solid #1F2228}@media(max-width:700px){.tf-cart-list .tf-cart-item{grid-template-columns:40% 1fr}.tf-cart-list .tf-cart-item__media{aspect-ratio:auto;height:100%}.tf-cart-list .tf-cart-item__media img{width:100%;height:100%;object-fit:cover}.tf-cart-list .tf-cart-item__info{padding:14px 14px 14px 0}.tf-cart-list .tf-cart-item__controls{padding-top:14px;gap:8px}.tf-qty-stepper{height:38px}.tf-qty-stepper__btn{width:36px}.tf-qty-stepper__input{width:44px}.tf-cart-item__remove{width:36px;height:36px}}.tf-summary{background:#fff;padding:32px 28px;font-family:var(--font-metropolis);color:#424242}.tf-summary__title{font-family:var(--font-metropolis);font-size:18px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#1f2228;margin:0 0 24px;text-align:center;line-height:1.2}.tf-summary__row{display:flex;align-items:baseline;justify-content:space-between;padding:12px 0;font-size:14px;font-weight:400;color:#424242;letter-spacing:.01em}.tf-summary__row--total{padding-top:18px;border-top:1px solid #E4E4E4;margin-top:8px}.tf-summary__row-value{font-weight:500;color:#1f2228;font-size:16px}.tf-summary__divider{height:1px;background:#e4e4e4;border:0;margin:12px 0}.tf-summary__checkout{width:100%;display:block;padding:18px;background:#1f2228;color:#fff;border:0;font-family:var(--font-metropolis);font-size:13px;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;font-weight:400;text-align:center;text-decoration:none}.tf-summary__checkout:hover{background:#000}.tf-summary__checkout[disabled]{opacity:.5;cursor:not-allowed}.tf-summary__checkout-with{text-align:center;font-size:12px;color:#424242;letter-spacing:.06em;margin:18px 0 12px}.tf-summary__stripe{display:flex;justify-content:center;text-align:center;margin-bottom:22px;text-decoration:none;cursor:pointer;padding:6px 0;transition:opacity .15s ease}.tf-summary__stripe:hover{opacity:.7}.tf-summary__stripe img,.tf-summary__stripe svg{height:28px;width:auto;display:inline-block}.tf-summary__discount-note{display:flex;align-items:center;gap:8px;margin:16px 0 18px;padding:10px 14px;background:#f4f4f4;font-family:var(--font-metropolis);font-size:12px;letter-spacing:.04em;color:#424242}.tf-summary__discount-note-icon{flex-shrink:0;display:inline-flex;color:#6b6b6b}.tf-summary__discount-note-icon svg{width:16px;height:16px}.tf-summary__perks{display:flex;flex-direction:column;gap:14px;border-top:1px solid #E4E4E4;padding-top:18px}.tf-summary__perk{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}.tf-summary__perk-icon{width:26px;height:26px;color:#424242}.tf-summary__perk-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.4;display:block}.tf-summary__perk-title{font-size:13px;font-weight:500;color:#1f2228;margin:0 0 2px;letter-spacing:.005em}.tf-summary__perk-text{font-size:12px;color:#6b6b6b;margin:0;line-height:1.4}.tf-cart-page--empty{text-align:center;padding:80px 20px 100px}.tf-cart-page--empty .tf-cart-page__title{text-align:center;margin-bottom:24px}.tf-cart-page--empty .tf-btn{margin-top:8px}.tf-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-tandf-cart.css.map */
