.wt-cart__drawer{--sk-teal: #004345;--sk-teal-light: #0a5a5c;--sk-gold: #FEC400;--sk-gold-light: #fed740;--sk-cream: #FFFAF6;--sk-green: #16a34a;--sk-green-light: #dcfce7;--sk-green-mid: #bbf7d0;--sk-green-dark: #166534;--sk-gray-600: #555555;--sk-gray-400: #999999;--sk-gray-200: #e5e5e5;--sk-radius: 14px;--sk-radius-sm: 10px}.wt-cart__drawer .wt-cart__drawer__inner{background:#fff}.sk-cart-count{display:inline-flex;align-items:center;justify-content:center;background:var(--sk-teal);color:#fff;font-size:12px;font-weight:700;min-width:24px;height:24px;border-radius:50%;padding:0 6px;margin-inline-start:6px;line-height:1}.wt-cart__drawer__body{display:flex;flex-direction:column}.sk-shipping-bar{padding:14px 24px;flex-shrink:0;border-bottom:1px solid var(--sk-gray-200)}.sk-shipping-bar__text{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sk-shipping-bar__status{font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.sk-shipping-bar__status--unlocked{color:var(--sk-green)}.sk-shipping-bar__status--pending{color:var(--sk-gray-600)}.sk-shipping-bar__status svg{width:15px;height:15px;fill:none;stroke-width:2}.sk-shipping-bar__status--unlocked svg{stroke:var(--sk-green)}.sk-shipping-bar__status--pending svg{stroke:var(--sk-gray-400)}.sk-shipping-bar__remaining{font-size:11px;color:var(--sk-gray-400);font-weight:500}.sk-shipping-bar__track{width:100%;height:5px;background:var(--sk-gray-200);border-radius:3px;overflow:hidden}.sk-shipping-bar__fill{height:100%;border-radius:3px;transition:width .7s cubic-bezier(.22,1,.36,1),background .4s ease}.sk-shipping-bar__fill--full{background:var(--sk-green);width:100%}.sk-shipping-bar__fill--partial{background:linear-gradient(90deg,var(--sk-gold),var(--sk-gold-light))}.sk-item-meta{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--sk-gray-600);margin-top:4px;margin-bottom:4px}.sk-item-meta__per-night{color:var(--sk-teal);font-size:12px;font-weight:700}.sk-item-meta__sep{color:var(--sk-gray-200)}.sk-save-pill{display:inline-block;font-size:10px;font-weight:700;color:var(--sk-green);background:var(--sk-green-light);padding:2px 7px;border-radius:4px}.sk-one-time-pill{font-size:10px;font-weight:600;color:#888;background:#f0f0f0;padding:2px 7px;border-radius:4px}.sk-guarantee{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--sk-cream) 0%,#f5f0e8 100%);border:1px solid rgba(0,67,69,.06);border-radius:var(--sk-radius);padding:14px 16px;margin:20px 0}.sk-guarantee__icon{width:38px;height:38px;border-radius:var(--sk-radius-sm);background:linear-gradient(135deg,var(--sk-teal),var(--sk-teal-light));display:flex;align-items:center;justify-content:center;flex-shrink:0}.sk-guarantee__icon svg{width:18px;height:18px;stroke:var(--sk-gold);fill:none;stroke-width:2}.sk-guarantee__title{font-size:12px;font-weight:700;margin-bottom:1px;color:var(--sk-teal)}.sk-guarantee__text{font-size:11px;color:var(--sk-gray-600);line-height:1.4}.sk-community{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}.sk-community__avatars{display:flex;flex-shrink:0}.sk-community__avatar{width:26px;height:26px;border-radius:50%;border:2px solid #fff;margin-inline-start:-6px;overflow:hidden;flex-shrink:0}.sk-community__avatar:first-child{margin-inline-start:0}.sk-community__avatar img{width:100%;height:100%;object-fit:cover}.sk-community__text{font-size:12px;color:var(--sk-gray-600)}.sk-community__text strong{color:var(--sk-teal)}.sk-community__live-dot{width:6px;height:6px;border-radius:50%;background:var(--sk-green);display:inline-block;margin-inline-end:3px;animation:sk-pulse 2s ease infinite}@keyframes sk-pulse{0%,to{opacity:1}50%{opacity:.3}}.sk-footer-pricing{margin-bottom:2px}.sk-footer-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.sk-footer-row__label{font-size:13px;color:var(--sk-gray-600)}.sk-footer-row__prices{display:flex;align-items:baseline;gap:6px}.sk-footer-row__price{font-size:22px;font-weight:800;color:var(--sk-teal);transition:transform .2s}.sk-footer-row__compare{font-size:13px;color:var(--sk-gray-400);text-decoration:line-through}.sk-footer-sub{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.sk-footer-sub__note{font-size:11px;color:var(--sk-gray-400)}.sk-savings-badge{font-size:13px;font-weight:700;color:var(--sk-green-dark);background:var(--sk-green-light);padding:6px 12px;border-radius:8px}.sk-cta{width:100%;padding:16px;background:var(--sk-gold);color:var(--sk-teal);border:none;border-radius:var(--sk-radius);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;position:relative;overflow:hidden}.sk-cta:hover,.sk-cta:focus{background:var(--sk-gold-light)!important;color:var(--sk-teal)!important;transform:translateY(-1px);box-shadow:0 4px 20px #fec40059}.sk-cta:after{content:"";position:absolute;top:0;inset-inline-start:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:sk-shimmer 3s ease infinite}@keyframes sk-shimmer{0%{inset-inline-start:-100%}to{inset-inline-start:100%}}.sk-cta svg{width:16px;height:16px;stroke:var(--sk-teal);fill:none;stroke-width:2.5;position:relative;z-index:1}.sk-cta span{position:relative;z-index:1}.sk-trust{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px;flex-wrap:nowrap}.sk-trust__item{display:flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--sk-gray-400);white-space:nowrap}.sk-trust__item svg{width:13px;height:13px;stroke:var(--sk-gray-400);fill:none;stroke-width:2}.wt-cart__list{text-align:left}.sk-cart-item.wt-cart__item{display:flex;gap:12px;padding:14px 0 16px;margin-bottom:0;border-bottom:1px solid var(--sk-gray-200);text-align:left}.sk-cart-item>.wt-cart__item__thumb{display:none}.sk-cart-item .wt-cart__item__amount{display:none}.sk-cart-item__left{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.sk-cart-item__left cart-remove-button{display:inline-flex}.sk-cart-item__image{width:80px;height:80px;border-radius:var(--sk-radius-sm);background:var(--sk-cream);border:1px solid var(--sk-gray-200);flex-shrink:0;overflow:hidden}.sk-cart-item__image img{width:100%;height:100%;object-fit:cover}.sk-cart-item__remove{font-size:11px;color:var(--sk-gray-400);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;display:inline}.sk-cart-item__remove:hover{color:#dc2626}.sk-cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;text-align:left}.sk-cart-item__info.wt-cart__item__body{display:flex;flex-direction:column;padding:0;text-align:left;align-items:stretch}.sk-cart-item__row-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:2px}.sk-cart-item__name{font-size:14px;font-weight:700;line-height:1.3;margin:0;flex:1;min-width:0;text-align:left}.sk-cart-item__name a{color:var(--sk-teal);text-decoration:none}.sk-cart-item__prices{text-align:right;flex-shrink:0}.sk-cart-item__price{display:block;font-size:15px;font-weight:700;color:var(--sk-teal)}.sk-cart-item__compare{display:block;font-size:11px;color:var(--sk-gray-400)}.sk-cart-item__compare s{text-decoration:line-through}.sk-cart-item__meta{font-size:11px;color:var(--sk-gray-400);margin-bottom:4px;line-height:1.4}.sk-cart-item__prop{font-size:11px;color:var(--sk-gray-400)}.sk-cart-item__actions-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.sk-cart-item__actions-row .sk-item-meta{margin-top:0;margin-bottom:0}.sk-cart-item__actions-row quantity-counter{display:inline-flex;margin:0;margin-inline-start:auto;flex-shrink:0}.sk-cart-item__actions-row .counter-wrapper{margin:0;border-radius:8px}.sk-cart-item__discounts{margin-bottom:4px}.sk-cart-item .counter{height:32px!important;min-height:32px!important}.sk-cart-item .counter .js-counter-button,.sk-cart-item .counter button{width:30px!important;height:32px!important;min-width:30px!important;min-height:32px!important;padding:0!important;font-size:14px}.sk-cart-item .counter .js-counter-quantity,.sk-cart-item .counter input{width:30px!important;height:32px!important;min-width:30px!important;font-size:13px!important;padding:0!important}.sk-cart-item__qty{display:flex;align-items:center;border:none;border-radius:0;overflow:hidden}.sk-cart-item__qty-btn{width:30px;height:28px;border:none;background:#fff;cursor:pointer;font-size:15px;color:var(--sk-teal);display:flex;align-items:center;justify-content:center;padding:0}.sk-cart-item__qty-btn:hover{background:var(--sk-cream)}.sk-cart-item__qty-val{width:30px;text-align:center;font-size:13px;font-weight:600;border:none;border-inline-start:1px solid var(--sk-gray-200);border-inline-end:1px solid var(--sk-gray-200);line-height:28px;padding:0;background:#fff;color:var(--sk-teal)}@keyframes sk-slide-in{0%{opacity:0;transform:translateY(-10px);max-height:0;padding-bottom:0;margin-bottom:0}to{opacity:1;transform:translateY(0);max-height:120px;padding-bottom:18px;margin-bottom:20px}}@keyframes sk-slide-out{0%{opacity:1;transform:translateY(0);max-height:120px;padding-bottom:18px;margin-bottom:20px}to{opacity:0;transform:translateY(-10px);max-height:0;padding-bottom:0;margin-bottom:0}}.sk-animate-in{animation:sk-slide-in .35s ease-out}@media(prefers-reduced-motion:reduce){.sk-shipping-bar__fill,.sk-cta:after,.sk-community__live-dot{animation:none!important;transition:none!important}}.cart-page .sk-shipping-bar,.cart-page .sk-guarantee,.cart-page .sk-community,.cart-page .sk-footer-pricing,.cart-page .sk-savings-badge,.cart-page .sk-trust,.cart-page .sk-cta,.cart-page .sk-cart-count{display:none!important}.wt-cart__drawer{max-width:420px}@media(min-width:768px){.wt-cart__drawer{max-width:440px}}@media(max-width:480px){.sk-shipping-bar{padding:12px 16px}.sk-guarantee{margin-inline:0}.sk-trust{gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cart-drawer-custom.css.map */
