/* Dzire unified cart drawer */
body.cart-open{overflow:hidden}.dz-drawer-root{position:fixed;inset:0;z-index:9999;color:#17302e}.dz-drawer-root[hidden]{display:none!important}.dz-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;background:rgba(5,24,22,.62);backdrop-filter:blur(7px);cursor:pointer}.dz-drawer{position:absolute;inset:10px 10px 10px auto;width:min(560px,calc(100vw - 20px));height:calc(100dvh - 20px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,250,240,.18);border-radius:28px;color:#17302e;background:#fffdf8;box-shadow:-30px 30px 90px rgba(5,24,22,.35);animation:dzDrawerIn .28s cubic-bezier(.2,.75,.2,1) both}@keyframes dzDrawerIn{from{opacity:0;transform:translateX(34px)}to{opacity:1;transform:translateX(0)}}.dz-drawer-header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid rgba(23,48,46,.1);color:#fffaf0;background:radial-gradient(circle at 86% 0,rgba(200,148,79,.27),transparent 31%),linear-gradient(118deg,#0d2927,#1a4740 64%,#49323b)}.dz-drawer-kicker{margin:0 0 5px;color:#c8944f;font-size:.61rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.dz-drawer-header h2{display:flex;align-items:center;gap:10px;margin:0;color:#fffaf0;font-family:"Cormorant Garamond",Georgia,serif;font-size:2.15rem;font-weight:650;letter-spacing:-.035em;line-height:.9}.dz-drawer-header h2 span{min-width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,250,240,.25);border-radius:50%;font-family:inherit;font-size:.72rem}.dz-drawer-close{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border:1px solid rgba(255,250,240,.22);border-radius:50%;padding:0;color:#fffaf0;background:rgba(255,250,240,.08);font-size:1.7rem;cursor:pointer;transition:.2s}.dz-drawer-close:hover{background:rgba(255,250,240,.16);transform:rotate(6deg)}
.dz-drawer-shipping{padding:14px 22px;border-bottom:1px solid rgba(23,48,46,.1);background:linear-gradient(145deg,#edf4ef,#fff8ed)}.dz-drawer-shipping>div:first-child{display:flex;align-items:center;gap:10px}.dz-drawer-shipping>div:first-child>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:50%;color:#fffaf0;background:#177a70;font-size:.7rem}.dz-drawer-shipping p{margin:0;color:#17302e;font-size:.72rem;line-height:1.45}.dz-drawer-progress{height:4px;overflow:hidden;margin:10px 0 0 38px;border-radius:999px;background:rgba(23,48,46,.13)}.dz-drawer-progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#177a70,#c8944f);transition:width .3s}.dz-drawer-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 22px 24px;scrollbar-width:thin;scrollbar-color:rgba(23,48,46,.23) transparent}.dz-drawer-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 2px;border:1px solid rgba(23,48,46,.09);border-radius:14px;padding:11px 13px;background:rgba(238,244,239,.65)}.dz-drawer-notice strong{font-size:.72rem}.dz-drawer-notice span{color:#6c7a76;font-size:.65rem;text-align:right}.dz-drawer-items{display:grid}.dz-drawer-line{position:relative;display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:start;padding:20px 0;border-bottom:1px solid rgba(23,48,46,.11);transition:opacity .2s,transform .2s}.dz-drawer-line.is-busy{opacity:.52;pointer-events:none}.dz-drawer-line.is-removing{opacity:0;transform:translateX(-8px)}.dz-drawer-line__image{width:84px;height:108px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(23,48,46,.08);border-radius:15px;color:#c8944f;background:radial-gradient(circle at 72% 18%,rgba(200,148,79,.14),transparent 31%),linear-gradient(145deg,#edf3ee,#fff8ed);text-decoration:none}.dz-drawer-line__image img{width:100%;height:100%;object-fit:contain}.dz-drawer-line__image span{font-family:Georgia,serif;font-size:1rem;letter-spacing:.08em}.dz-drawer-line__body{min-width:0}.dz-drawer-line__type{margin:0 0 4px;color:#c8944f;font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.dz-drawer-line__title{display:block;color:#17302e;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.28rem;font-weight:680;letter-spacing:-.02em;line-height:1;text-decoration:none}.dz-drawer-line__title:hover{color:#177a70}.dz-drawer-line__variant,.dz-drawer-properties{margin:7px 0 0;color:#6c7a76;font-size:.68rem;line-height:1.45}.dz-drawer-properties{display:grid;gap:2px}.dz-drawer-properties div{display:flex;gap:4px}.dz-drawer-properties dt,.dz-drawer-properties dd{margin:0}.dz-drawer-line__controls{display:flex;align-items:center;gap:10px;margin-top:14px}.dz-drawer-quantity{width:102px;height:36px;display:grid;grid-template-columns:31px 40px 31px;overflow:hidden;border:1px solid rgba(23,48,46,.13);border-radius:999px;background:#fff}.dz-drawer-quantity button,.dz-drawer-quantity input{height:100%;border:0;padding:0;color:#17302e;background:transparent;text-align:center;font:inherit}.dz-drawer-quantity button{cursor:pointer}.dz-drawer-quantity button:hover{background:#eef4ef}.dz-drawer-quantity input{width:40px;border-inline:1px solid rgba(23,48,46,.1);appearance:textfield;font-size:.72rem;font-weight:850}.dz-drawer-quantity input::-webkit-outer-spin-button,.dz-drawer-quantity input::-webkit-inner-spin-button{margin:0;appearance:none}.dz-drawer-remove{border:0;padding:4px 0;color:#8b5a58;background:transparent;font-size:.66rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.dz-drawer-line__price{display:grid;justify-items:end;gap:3px;white-space:nowrap}.dz-drawer-line__price s{color:#8b9792;font-size:.65rem}.dz-drawer-line__price strong{font-size:.78rem}
.dz-drawer-empty{display:grid;justify-items:center;padding:64px 18px 72px;text-align:center}.dz-drawer-empty[hidden]{display:none}.dz-drawer-empty>div{width:68px;height:68px;display:grid;place-items:center;margin-bottom:18px;border:1px solid rgba(200,148,79,.35);border-radius:50%;color:#c8944f;background:#fff;font-family:Georgia,serif;letter-spacing:.09em}.dz-drawer-empty h3{max-width:360px;margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-size:2.5rem;font-weight:650;letter-spacing:-.04em;line-height:.9}.dz-drawer-empty>p:not(.dz-drawer-kicker){max-width:340px;margin:14px 0 20px;color:#6c7a76;font-size:.8rem;line-height:1.6}.dz-drawer-empty a{min-height:46px;display:inline-flex;align-items:center;border-radius:999px;padding:0 20px;color:#fffaf0;background:#17302e;font-size:.76rem;font-weight:850;text-decoration:none}.dz-drawer-utilities{border-top:1px solid rgba(23,48,46,.11)}.dz-drawer-utilities[hidden]{display:none}.dz-drawer-utilities details{border-bottom:1px solid rgba(23,48,46,.11)}.dz-drawer-utilities summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;color:#17302e;font-size:.76rem;font-weight:850;list-style:none;cursor:pointer}.dz-drawer-utilities summary::-webkit-details-marker{display:none}.dz-drawer-utilities summary span{font-size:1.05rem;transition:transform .2s}.dz-drawer-utilities details[open] summary span{transform:rotate(45deg)}.dz-drawer-utilities form,.dz-drawer-note{padding:0 0 17px}.dz-drawer-utilities form>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.dz-drawer-utilities input,.dz-drawer-note textarea{width:100%;border:1px solid rgba(23,48,46,.13);border-radius:11px;color:#17302e;background:#fff;font:inherit}.dz-drawer-utilities input{min-height:42px;padding:0 11px}.dz-drawer-utilities button,.dz-drawer-note button{min-height:42px;border:0;border-radius:999px;padding:0 15px;color:#fffaf0;background:#17302e;font:inherit;font-size:.7rem;font-weight:850;cursor:pointer}.dz-drawer-utilities form p,.dz-drawer-note p{min-height:1em;margin:7px 0 0;color:#177a70;font-size:.67rem}.dz-drawer-note{display:grid;gap:7px}.dz-drawer-note label{color:#6c7a76;font-size:.68rem}.dz-drawer-note textarea{min-height:82px;resize:vertical;padding:10px 11px}.dz-drawer-note>div{display:flex;align-items:center;gap:10px}
.dz-drawer-recommendations{padding:28px 0 4px}.dz-drawer-recommendations[hidden]{display:none}.dz-drawer-recommendations__heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.dz-drawer-recommendations__heading h3{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:650;letter-spacing:-.035em;line-height:.9}.dz-drawer-recommendations__heading a{color:#17302e;font-size:.68rem;font-weight:850;text-decoration:none}.dz-drawer-recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dz-drawer-recommendation-grid>p{grid-column:1/-1;color:#6c7a76;font-size:.72rem}.dz-drawer-rec{overflow:hidden;border:1px solid rgba(23,48,46,.1);border-radius:15px;color:#17302e;background:#fff;text-decoration:none}.dz-drawer-rec__image{aspect-ratio:1.05;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#edf3ee,#fff8ed)}.dz-drawer-rec__image img{width:100%;height:100%;object-fit:contain}.dz-drawer-rec__copy{display:grid;gap:4px;padding:10px}.dz-drawer-rec__copy strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:1rem;line-height:1}.dz-drawer-rec__copy span{color:#6c7a76;font-size:.65rem}
.dz-drawer-footer{padding:17px 22px 18px;border-top:1px solid rgba(23,48,46,.12);background:rgba(255,253,248,.97);box-shadow:0 -14px 36px rgba(17,47,43,.07);backdrop-filter:blur(14px)}.dz-drawer-footer[hidden]{display:none}.dz-drawer-total,.dz-drawer-savings{display:flex;align-items:center;justify-content:space-between;gap:20px}.dz-drawer-total span{font-size:.78rem}.dz-drawer-total strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.55rem}.dz-drawer-savings{margin-top:4px;color:#177a70;font-size:.68rem}.dz-drawer-footer>p{margin:8px 0 12px;color:#6c7a76;font-size:.64rem}.dz-drawer-actions{display:grid;grid-template-columns:.78fr 1.22fr;gap:8px}.dz-drawer-actions a,.dz-drawer-actions button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 16px;font:inherit;font-size:.75rem;font-weight:900;text-decoration:none;cursor:pointer}.dz-drawer-actions a{border:1px solid rgba(23,48,46,.2);color:#17302e;background:transparent}.dz-drawer-actions button{border:1px solid #17302e;color:#fffaf0;background:#17302e}.dz-drawer-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:11px}.dz-drawer-payments svg{width:34px;height:22px}.dz-drawer-root.is-loading .dz-drawer-scroll,.dz-drawer-root.is-loading .dz-drawer-footer{opacity:.55;pointer-events:none}
@media(max-width:620px){.dz-drawer{inset:0;width:100vw;height:100dvh;border:0;border-radius:0}.dz-drawer-header{min-height:76px;padding:14px 16px}.dz-drawer-header h2{font-size:1.9rem}.dz-drawer-shipping{padding:12px 16px}.dz-drawer-scroll{padding:0 16px 20px}.dz-drawer-notice{align-items:flex-start;flex-direction:column;gap:3px}.dz-drawer-notice span{text-align:left}.dz-drawer-line{grid-template-columns:74px minmax(0,1fr);gap:12px}.dz-drawer-line__image{width:74px;height:96px}.dz-drawer-line__price{position:absolute;right:0;top:20px}.dz-drawer-line__body{padding-right:60px}.dz-drawer-line__title{font-size:1.16rem}.dz-drawer-footer{padding:15px 16px 17px}.dz-drawer-actions{grid-template-columns:1fr}.dz-drawer-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:380px){.dz-drawer-line__body{padding-right:52px}.dz-drawer-recommendation-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.dz-drawer,.dz-drawer-close,.dz-drawer-line,.dz-drawer-progress span{animation:none;transition:none}}
