.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease;visibility:hidden}.drawer.active{visibility:visible}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.drawer__inner{height:100%;width:50rem;max-width:calc(100vw - 1rem);padding:0 1.4rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer.active .drawer__inner{transform:translate(0)}.drawer__inner-empty{padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex:0 0 auto}.drawer__heading{margin:0}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.drawer__close svg{height:2.4rem;width:2.4rem}.drawer__inner-empty .cart-drawer__warnings{text-align:center!important}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer .cart-drawer__shipping-bar.cart-drawer__tier-bar{flex:0 0 auto;padding:.8rem 0 1.8rem;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);background:rgb(var(--color-background))}.cart-drawer .cart-drawer__shipping-bar .cc-tier-text{text-align:center;margin:0;font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:700}.cart-drawer .cart-drawer__shipping-bar .cc-tier-bar{margin-top:.55rem;height:6px;border-radius:999px;background:#0000001f;overflow:hidden}.cart-drawer .cart-drawer__shipping-bar .cc-tier-bar-fill{height:100%;width:0;max-width:100%;border-radius:inherit;background:linear-gradient(90deg,#0072ff,#7e00ff)}@media (prefers-reduced-motion: no-preference){.cart-drawer .cart-drawer__shipping-bar .cc-tier-bar-fill{transition:width .25s ease}}.cart-drawer .cart-drawer__shipping-bar.is-complete .cc-tier-bar-fill{width:100%!important}.cart-drawer .cc-tier-bar-fill:empty{display:block!important}.cart-drawer .cc-tier-bar-wrap{position:relative;margin-top:.8rem;margin-right:4px}.cart-drawer .cc-tier-steps{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);pointer-events:none}.cart-drawer .cc-tier-step{position:absolute;left:var(--cc-step-pos);top:50%;transform:translate(-50%,-50%)}.cart-drawer .cc-tier-step__bubble{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:800;line-height:1;background:rgb(var(--color-background));border:2px solid rgba(0,0,0,.18);color:#000000bf;box-shadow:0 1px 3px #0000001a;transform:scale(1)}.cart-drawer .cc-tier-step.is-active .cc-tier-step__bubble{background:#102cff;border-color:#102cff;color:#fff}@media (prefers-reduced-motion: no-preference){.cart-drawer .cc-tier-step.just-reached .cc-tier-step__bubble{animation:ccStepPop .48s ease-out 1}@keyframes ccStepPop{0%{transform:scale(.88);box-shadow:0 0 #0b3b9e00}55%{transform:scale(1.18);box-shadow:0 0 0 10px #0b3b9e2e}to{transform:scale(1);box-shadow:0 1px 3px #0000001a}}}.cart-drawer .cart-drawer__shipping-bar .cc-tier-bar{margin-top:0}cart-drawer-items{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:10px}.cart-drawer thead{display:none}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.drawer__footer{flex:0 0 auto;background-color:rgb(var(--color-background));padding:0 0 1.5rem}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer .cart__checkout-button{max-width:none}@media screen and (max-width: 768px){.drawer__header h2.drawer__heading{font-size:18px}.drawer__header{padding-top:.5rem!important;padding-bottom:.5rem!important}.cart-drawer__footer .totals h2.totals__subtotal,.cart-drawer__footer .totals p.totals__subtotal-value{font-size:17px}}.cart-drawer .cart-items td{padding-top:0}.cart-drawer .cart-item{position:relative;display:grid;grid-template-columns:88px 1fr auto;grid-template-rows:auto auto;column-gap:8px;row-gap:8px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.08)}@media screen and (max-width: 768px){.cart-drawer .cart-item{grid-template-columns:72px 1fr auto}}.cart-drawer .cart-item__media{grid-column:1;grid-row:1 / span 2}.cart-drawer .cart-item__image{width:100%;height:auto;display:block;border-radius:6px;background:#f5f5f5}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;min-width:0;padding:0}.cart-drawer .cart-item__details .cart-item__name{font-size:12px;font-weight:800;line-height:1.2;margin:0;text-transform:uppercase;text-decoration:none;color:inherit}.cart-drawer .cart-item__details .caption-with-letter-spacing.light{font-size:10px;letter-spacing:.2em;text-transform:uppercase;margin-top:2px;margin-bottom:0;opacity:.7}.cart-drawer .cart-item__details .product-option,.cart-drawer .cart-item__details .product-option dt,.cart-drawer .cart-item__details .product-option dd{font-size:11px;line-height:1.2;margin:0;opacity:.75}.cart-drawer .cart-item__details .discounts{margin:6px 0 0;display:flex;flex-wrap:wrap;gap:6px}.cart-drawer .cart-item__details .discounts__discount{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#e11b22;color:#fff;line-height:1}.cart-drawer .cart-item__details .discounts__discount svg{display:none}.cart-drawer .cart-item__totals{grid-column:3;grid-row:1 / span 2;display:flex;align-items:flex-end;justify-content:flex-end;padding:0}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-drawer .cart-item__old-price{font-size:11px;opacity:.55;text-decoration:line-through;white-space:nowrap}.cart-drawer .cart-item__price-wrapper .price{font-size:12px;font-weight:700;white-space:nowrap}.cart-drawer .cart-item__quantity{grid-column:2;grid-row:2;padding:0}.cart-drawer .cart-item__quantity-wrapper{display:inline-flex;align-items:center;gap:10px}.cart-drawer quantity-input.quantity.cart-quantity{display:inline-flex;align-items:center;gap:10px;border:none;background:transparent;padding:0;min-width:120px}.cart-drawer .quantity__button{width:20px;height:20px;min-width:20px;min-height:20px;border:none;background:transparent;padding:0;cursor:pointer}.cart-drawer .quantity__input{width:40px;border:none;background:transparent;padding:0;text-align:center;font-size:12px;font-weight:700}.cart-drawer cart-remove-button{position:absolute;top:14px;right:0;z-index:2}.cart-drawer .cart-remove-button{padding:0;background:transparent;border:none;box-shadow:none;min-width:auto;min-height:auto}.cart-drawer .cart-item *{pointer-events:auto}@media screen and (min-width: 769px){.cart-drawer .cart__contents table.cart-items tbody tr td.cart-item__media{width:auto!important}}.cart-drawer .cart-item{width:100%!important;display:grid!important;grid-template-columns:88px minmax(0,1fr) 120px!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:8px!important;align-items:start!important;padding:10px 0!important;position:relative!important}@media screen and (max-width: 768px){.cart-drawer .cart-item{grid-template-columns:72px minmax(0,1fr) 110px!important}}.cart-drawer .cart-item>td{display:block!important;padding:0!important;margin:0!important;width:auto!important}.cart-drawer .cart-item__media{grid-column:1!important;grid-row:1 / span 2!important}.cart-drawer .cart-item__image{width:100%!important;height:auto!important;display:block!important;border-radius:0!important}.cart-drawer .cart-item__details{grid-column:2!important;grid-row:1!important;min-width:0!important;padding-right:26px!important}.cart-drawer .cart-item__name.break,.cart-drawer .cart-item__name{color:#000!important;word-break:normal!important;overflow-wrap:anywhere!important;white-space:normal!important;display:block!important;max-width:100%!important;font-size:14px!important;font-weight:800!important;line-height:1.2!important;text-transform:uppercase!important}.cart-drawer .cart-item__details .caption-with-letter-spacing.light{color:#707070;margin:2px 0 0!important;font-size:10px!important;letter-spacing:.1px!important;text-transform:uppercase!important;opacity:.7!important}.cart-drawer .cart-item__details .discounts__discount{white-space:nowrap!important;border-radius:999px!important;padding:4px 10px!important}.cart-drawer .cart-item__totals{grid-column:3!important;grid-row:1 / span 2!important;display:flex!important;justify-content:flex-end!important;align-items:flex-end!important;min-width:110px!important;text-align:right!important}.cart-drawer .cart-item__price-wrapper{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:4px!important}.cart-drawer .cart-item__quantity{grid-column:2!important;grid-row:2!important}.cart-drawer .cart-item__quantity-wrapper{display:inline-flex!important;align-items:center!important;gap:10px!important}.cart-drawer quantity-input.quantity.cart-quantity{display:inline-flex!important;align-items:center!important;gap:0px!important;min-width:80px!important;border:none!important;background:transparent!important}.cart-drawer cart-remove-button{position:absolute!important;top:16px!important;right:0!important;z-index:3!important}.cart-drawer .drawer__inner{overflow:hidden;display:flex;flex-direction:column}.cart-drawer .drawer__contents{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.cart-drawer cart-drawer-items{flex:1 1 auto;min-height:0;overflow-y:auto}.cart-drawer .drawer__footer{flex:0 0 auto}.cart-drawer .cart-items,.cart-drawer tbody{width:100%}.cart-drawer .cart-items tr.cart-item{position:relative;display:grid;grid-template-columns:96px auto 1fr auto;grid-template-rows:auto auto;column-gap:1px;row-gap:8px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.12)}.cart-drawer td.cart-item__media{grid-column:1;grid-row:1 / span 2;padding:0!important}.cart-drawer .cart-item__image{width:100%;height:auto;display:block;border-radius:6px;background:#f3f4f6}.cart-drawer td.cart-item__details{grid-column:2 / -1;grid-row:1;padding:0!important;min-width:0}.cart-drawer .cart-item__details .cart-item__name{font-size:16px;font-weight:800;line-height:1.2;margin:0;text-transform:uppercase}.cart-drawer .cart-item__details .caption-with-letter-spacing.light{margin:2px 0 0;font-size:12px;letter-spacing:.06em;text-transform:uppercase;opacity:.75}.cart-drawer td.cart-item__quantity{grid-column:2;grid-row:2;padding:0!important}.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__quantity *{pointer-events:auto}.cart-drawer quantity-input.quantity.cart-quantity{display:flex;align-items:center;gap:14px;border:none;min-width:140px}.cart-drawer .quantity__button{width:26px;height:26px;padding:0;border:none;background:transparent}.cart-drawer .quantity__input{width:34px;padding:0;border:none;background:transparent;text-align:center;font-size:14px;font-weight:700}.cart-drawer td.cart-item__totals{grid-column:3 / -1;grid-row:2;padding:0!important;display:flex!important;align-items:center;justify-content:flex-end;gap:4px;pointer-events:auto}.cart-drawer .sunhauk-cart-item__discount-pill{display:none;align-items:center;height:16px;padding:0 8px;background:#e11d2e;color:#fff;font-size:8px;font-weight:300;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.cart-drawer .cart-item__old-price.price--end{font-size:13px;opacity:.6}.cart-drawer .cart-item__price-wrapper .price--end{color:#000!important;font-size:14px;font-weight:800}.cart-drawer cart-remove-button{position:absolute;top:12px;right:0;z-index:2}.cart-drawer cart-remove-button .cart-remove-button{padding:0;min-width:auto;min-height:auto;background:transparent;border:none}.cart-drawer .cart__contents table.cart-items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper{margin-top:0}.cart-drawer .quantity__input{flex-grow:.5}@media (max-width: 767px){.cart-drawer .cart__contents table.cart-items tbody tr td.cart-item__quantity{height:36px}}.totals{padding-bottom:12px}.cart-drawer .cart__checkout-button{text-transform:uppercase;background:linear-gradient(90deg,#0072ff,#7e00ff)}.cart-drawer .cart__contents table.cart-items tbody tr{margin-bottom:0}.cart-drawer .sunhauk-protection{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 0 10px;background:rgb(var(--color-background))}.cart-drawer .sunhauk-protection__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-drawer .sunhauk-protection__title-line{display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:1.2;color:#4d4d4d;flex-wrap:wrap}.cart-drawer .sunhauk-protection__price{font-weight:600;color:#4d4d4d}.cart-drawer .sunhauk-protection__desc{margin-top:4px;font-size:12px;line-height:1.25;color:#6a6a6a}.cart-drawer .sunhauk-protection__info{flex:0 0 auto;width:18px;height:18px;border-radius:999px;border:none;background:transparent;color:#111;font-size:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.cart-drawer .sunhauk-protection__route-logo{display:none;align-items:center}.cart-drawer .sunhauk-route-svg{display:inline-flex;align-items:center;gap:6px;height:10px}.cart-drawer .sunhauk-route-svg svg{display:block}.cart-drawer .sunhauk-switch{position:relative;width:46px;height:24px;flex:0 0 auto}.cart-drawer .sunhauk-switch__input{opacity:0;width:0;height:0}.cart-drawer .sunhauk-switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cfcfcf;border-radius:999px;transition:.2s ease}.cart-drawer .sunhauk-switch__slider:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background:#fff;border-radius:999px;transition:.2s ease;box-shadow:0 1px 2px #00000040}.cart-drawer .sunhauk-switch__input:checked+.sunhauk-switch__slider{background:#29d344}.cart-drawer .sunhauk-switch__input:checked+.sunhauk-switch__slider:before{transform:translate(22px)}@media screen and (min-width: 750px){.cart-drawer .sunhauk-protection{padding:14px 0}.cart-drawer .sunhauk-protection__title-line{font-size:15px}}.sunhauk-protection-dialog::backdrop{background:#00000073}.sunhauk-protection-dialog{border:none;border-radius:10px;padding:0;width:min(520px,calc(100vw - 32px))}.sunhauk-protection-dialog__inner{padding:18px 16px 16px;background:#fff;position:relative}.sunhauk-protection-dialog__close{position:absolute;right:10px;top:10px;border:none;background:transparent;font-size:16px;cursor:pointer}.sunhauk-protection-dialog__title{margin:0 0 8px;font-size:16px;font-weight:700}.sunhauk-protection-dialog__text{margin:0 0 10px;color:#444;font-size:13px;line-height:1.35}.sunhauk-protection-dialog__actions{display:flex;justify-content:flex-end;gap:10px}.cart-drawer .sunhauk-protection-sticky{background:rgb(var(--color-background))}.cart-drawer .sunhauk-protection{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:1px 0;background:rgb(var(--color-background))}.cart-drawer .sunhauk-protection__left{flex:1 1 auto;min-width:0}.cart-drawer .sunhauk-protection__title-line{display:inline;font-size:14px;line-height:1.2;white-space:normal}.cart-drawer .sunhauk-protection__price{font-weight:600;white-space:nowrap;color:#4d4d4d}.cart-drawer .sunhauk-protection__desc{margin-top:6px;font-size:12px;line-height:1.25;color:#6a6a6a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cart-drawer .sunhauk-protection__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.cart-drawer .sunhauk-protection__info{width:18px;height:18px;border-radius:999px;border:none;background:transparent;color:#111;font-size:14px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.cart-drawer .sunhauk-switch{flex:0 0 auto}.cart-drawer .sunhauk-protection__route-logo{display:none!important}@media (min-width: 750px){.cart-drawer .sunhauk-protection__title-line{font-size:15px}.cart-drawer .sunhauk-protection__desc{font-size:12px}}.cart-drawer .sunhauk-bundle--in-scroll{padding-top:12px;border-top:none}.cart-drawer cart-drawer-items .cart-drawer__form{min-height:100%;display:flex;flex-direction:column}.cart-drawer #CartDrawer-CartItems.drawer__contents{flex:1 1 auto;min-height:100%;display:flex;flex-direction:column}.cart-drawer .sunhauk-bundle--in-scroll{margin-top:auto;padding-top:12px}.cart-drawer .sunhauk-bundle{position:static!important}.cart-drawer .sunhauk-bundle{padding:0 0 1px}.cart-drawer .sunhauk-bundle__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0}.cart-drawer .sunhauk-bundle__title{margin:0;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.cart-drawer .sunhauk-bundle__nav{display:flex;gap:8px}.cart-drawer .sunhauk-bundle__arrow{width:30px;height:30px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#fff;line-height:1;font-size:18px;cursor:pointer}.cart-drawer .sunhauk-bundle__track{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cart-drawer .sunhauk-bundle__track::-webkit-scrollbar{height:6px}.cart-drawer .sunhauk-bundle__track::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}.cart-drawer .sunhauk-bundle__meta{margin-top:8px}.cart-drawer .sunhauk-bundle__name{font-size:10px;font-weight:700;line-height:1.2}.cart-drawer .sunhauk-bundle__price{font-size:11px;opacity:.75;margin-top:0}.cart-drawer .sunhauk-bundle__nav{display:none!important}.cart-drawer .sunhauk-bundle__track{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-drawer .sunhauk-bundle__track[data-bundle-track]{display:flex;gap:8px;padding:4px 0;scroll-snap-type:x mandatory}.cart-drawer .sunhauk-bundle{padding:10px 0 0}.cart-drawer .sunhauk-bundle__head{display:flex;justify-content:left;align-items:center;margin:6px 0 10px}.cart-drawer .sunhauk-bundle__title{margin:0;text-align:center;width:auto;font-size:18px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.cart-drawer .sunhauk-bundle__track{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 0 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:auto;overscroll-behavior-x:contain;scrollbar-width:none}.cart-drawer .sunhauk-bundle__track::-webkit-scrollbar{display:none}.cart-drawer .sunhauk-bundle__card{flex:0 0 150px;scroll-snap-align:start;display:flex;flex-direction:column}.cart-drawer .sunhauk-bundle__imglink{display:block;background:#f1f2f4;overflow:hidden;aspect-ratio:4 / 3}.cart-drawer .sunhauk-bundle__img{width:100%;height:100%;object-fit:contain;display:block}.cart-drawer .sunhauk-bundle__meta{margin-top:8px;text-align:center}.cart-drawer .sunhauk-bundle__name{font-size:12px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.cart-drawer .sunhauk-bundle__price{margin-top:3px;font-size:11px;opacity:.75}.cart-drawer .sunhauk-bundle__add{margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;width:112px;height:36px;background:#000;color:#fff;border:0;cursor:pointer;font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.04em}.cart-drawer .sunhauk-bundle__add:disabled{opacity:.55;cursor:not-allowed}.cart-drawer .sunhauk-bundle__add.is-loading{opacity:.8}@media (max-width: 480px){.cart-drawer .sunhauk-bundle__title{font-size:16px}.cart-drawer .sunhauk-bundle__card{flex-basis:138px}.cart-drawer .sunhauk-bundle__add{width:104px;height:34px}}.cart-drawer .sunhauk-bundle__track{cursor:grab}.cart-drawer .sunhauk-bundle__track.is-dragging{cursor:grabbing}.cart-drawer .drawer__header h2.drawer__heading{letter-spacing:.6px!important;font-weight:500!important;text-transform:uppercase}.cart-drawer .cart-item__details p.caption-with-letter-spacing{padding-left:0!important}.cart-drawer .cart__contents table.cart-items tbody tr td.cart-item__quantity cart-remove-button{grid-row:2!important}.cart-drawer .cart-item__discounted-prices{display:flex;gap:6px}.cart-drawer .cart-item__totals{top:-3px}@media screen and (max-width:768px){.cart-drawer .drawer__header .drawer__close{top:-6px}.cart-drawer cart-remove-button{position:absolute!important;top:16px!important}}@media screen and (min-width:780px){.cart-drawer .cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:.2rem!important}}.cart-drawer tbody{padding:0 6px}.cart-drawer #CartDrawer-Footer{overflow:visible}.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid{display:grid;grid-template-columns:3fr 2fr;gap:18px;align-items:stretch;padding:12px 0;border-top:1px solid rgba(0,0,0,.12)}.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid__left,.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid__right{min-width:0}.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid__right{position:relative;padding-left:16px;border-left:1px solid rgba(0,0,0,.12)}.cart-drawer #CartDrawer-Footer .sunhauk-protection-sticky{position:static;padding:0;margin:0;border:0;background:transparent}.cart-drawer #CartDrawer-Footer .sunhauk-protection{display:flex;align-items:center;justify-content:space-between;gap:6px}.cart-drawer #CartDrawer-Footer .sunhauk-protection__left{min-width:0}.cart-drawer #CartDrawer-Footer .sunhauk-protection__title-line{font-size:16px;font-weight:600;line-height:1.2;white-space:normal;word-break:break-word}.cart-drawer #CartDrawer-Footer .sunhauk-protection__desc{margin-top:4px;font-size:14px;line-height:1.2;opacity:.8}.cart-drawer #CartDrawer-Footer .sunhauk-summary{width:100%}.cart-drawer #CartDrawer-Footer .sunhauk-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:16px;line-height:1.25;padding:2px 0}.cart-drawer #CartDrawer-Footer .sunhauk-summary__label{min-width:0;white-space:normal;word-break:break-word;opacity:.85}.cart-drawer #CartDrawer-Footer .sunhauk-summary__value{margin-left:auto;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.cart-drawer #CartDrawer-Footer .sunhauk-summary__value--discount{font-weight:700;color:#16a34a}.cart-drawer #CartDrawer-Footer .sunhauk-summary__value--free{font-weight:700}.cart-drawer #CartDrawer-Footer .sunhauk-summary__row--total .sunhauk-summary__label{font-weight:600;opacity:1}.cart-drawer #CartDrawer-Footer .sunhauk-summary__value--total{font-weight:900;font-size:clamp(22px,3.2vw,30px);line-height:1}.cart-drawer #CartDrawer-Footer .sunhauk-footer-badges{display:flex;justify-content:space-between;gap:10px;padding-top:10px;opacity:.75}.cart-drawer #CartDrawer-Footer .sunhauk-footer-badge{font-size:12px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}@media (max-width: 749px){.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid{grid-template-columns:3fr 2fr;gap:12px;padding:10px 0}.cart-drawer #CartDrawer-Footer .sunhauk-footer-grid__right{padding-left:10px}.cart-drawer #CartDrawer-Footer .sunhauk-protection__title-line{font-size:12px;line-height:1.15}.cart-drawer #CartDrawer-Footer .sunhauk-protection__desc{font-size:11px;line-height:1.15}.cart-drawer #CartDrawer-Footer .sunhauk-summary__row{font-size:12px;gap:8px}.cart-drawer #CartDrawer-Footer .sunhauk-summary__value--total{font-size:18px}.cart-drawer #CartDrawer-Footer .sunhauk-footer-badges{gap:8px}.cart-drawer #CartDrawer-Footer .sunhauk-footer-badge{font-size:10px}}.cart-drawer .sunhauk-footer-badges{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;width:100%;color:#6a6a6a;padding:12px 0 0}.cart-drawer .sunhauk-footer-badge{position:relative;flex:0 0 auto;min-width:0;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;line-height:1.2}.cart-drawer .sunhauk-footer-badge+.sunhauk-footer-badge{padding-left:14px;margin-left:14px}.cart-drawer .sunhauk-footer-badge+.sunhauk-footer-badge:before{content:"";position:absolute;left:0;top:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:999px;background:#000;opacity:.7}@media (max-width: 749px){.cart-drawer .sunhauk-footer-badges{padding-top:10px}.cart-drawer .sunhauk-footer-badge{font-size:10px;letter-spacing:.04em}.cart-drawer .sunhauk-footer-badge+.sunhauk-footer-badge{padding-left:10px;margin-left:10px}.cart-drawer .sunhauk-footer-badge+.sunhauk-footer-badge:before{width:4px;height:4px}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/component-cart-drawer.css.map */
