body.cart-sidebar-open{overflow:hidden}.s4-cart-sidebar{position:fixed;top:0;padding:50px;right:-100%;width:520px;max-width:90vw;height:100vh;background:#faf8f5;z-index:1100;display:flex;flex-direction:column;box-shadow:-8px 0 30px rgba(0, 0, 0, 0.08);transition:right 0.35s cubic-bezier(0.4, 0, 0.2, 1);font-family:"Geist", sans-serif;color:#00613a}.s4-cart-sidebar.open{right:0}.s4-cart-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;flex-shrink:0}.s4-cart-sidebar__title{font-size:1.5rem;font-weight:600;margin:0;color:#00613a}.s4-cart-sidebar__close{position:absolute;top:28px;right:37px;appearance:none;background:transparent;border:1px solid #77b635;width:36px;height:36px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;grid-gap:0px;gap:0px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;cursor:pointer;font-size:1.75rem;font-weight:300;line-height:36px;color:#00613a;transition:0.3s ease-in-out;z-index:1}.s4-cart-sidebar__close:hover{background:#faf8f5}.s4-cart-sidebar__content{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.s4-cart-sidebar__footer{flex-shrink:0;border-top:1px solid #f5f1eb;display:flex;gap:12px}.s4-cart-sidebar__footer>*{flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;font-size:0.875rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:0.3s ease-in-out;text-align:center}.s4-cart-sidebar__footer>* img{width:18px;height:18px;flex-shrink:0}.s4-cart-sidebar__footer button,.s4-cart-sidebar__footer a{color:#00613a;background-color:white;padding-left:76px}.s4-cart-sidebar__footer button::after,.s4-cart-sidebar__footer a::after{content:"";background-color:#3c923f;background-image:url("../img/icon/cart-white.svg");background-position:center;background-repeat:no-repeat;background-size:20px;width:60px;height:100%;position:absolute;top:0;left:0;transform:none !important}.s4-cart-sidebar__footer .s4-cart-sidebar__continue::after{background-color:#f8b901}.s4-cart-sidebar-items{display:flex;flex-direction:column;gap:18px}.s4-cart-sidebar-empty{color:#9f9f9f;text-align:center;margin:20px 0}.s4-cart-item{display:grid;align-items:center;grid-template-columns:160px 1fr;gap:20px;transition:opacity 0.2s}.s4-cart-item.is-updating{opacity:0.5;pointer-events:none}.s4-cart-item__image{width:160px;height:160px;background:#faf8f5;overflow:hidden;display:flex;align-items:center;justify-content:center}.s4-cart-item__image img{width:100%;height:100%;object-fit:cover}.s4-cart-item__body{display:flex;flex-direction:column;gap:4px;min-width:0}.s4-cart-item__name{font-size:1rem;font-weight:600;color:#00613a;line-height:1.3;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-gap:10px;gap:10px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}.s4-cart-item__name .product-variation{display:block;font-size:0.875rem;color:#77b635}.s4-cart-item__qty-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.s4-cart-item__qty{display:flex;flex-direction:column;gap:10px;font-size:0.875rem;color:#00613a}.s4-cart-item__price{font-size:1.25rem;font-weight:700;color:#00613a;white-space:nowrap;margin-top:auto}.s4-qty-control{display:inline-flex;align-items:stretch;border:1px solid #f5f1eb}.s4-qty-control button{appearance:none;border:none;background:#77b635;color:#ffffff;width:26px;height:26px;font-size:1rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:0.3s ease-in-out}.s4-qty-control button:hover{background:#3c923f}.s4-qty-control input{width:36px;text-align:center;border:none;background:#ffffff;font-size:0.875rem;font-weight:600;color:#00613a;padding:0;-moz-appearance:textfield}.s4-qty-control input:focus{outline:none}.s4-qty-control input::-webkit-outer-spin-button,.s4-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.s4-cart-sidebar-recos{border-top:1px solid rgba(0, 97, 58, 0.5);padding-top:20px}.s4-cart-sidebar-recos__title{font-size:1.25rem;font-weight:600;margin:0 0 14px;color:#00613a}.s4-cart-sidebar-recos__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px}.s4-reco-card{display:flex;flex-direction:column;gap:6px;text-decoration:none;color:#00613a}.s4-reco-card__image{position:relative;aspect-ratio:1;background:#faf8f5;overflow:hidden}.s4-reco-card__image img{width:100%;height:100%;object-fit:cover}.s4-reco-card__cart-badge{position:absolute;bottom:0;right:0;width:30px;height:30px;background:#00613a;display:inline-flex;align-items:center;justify-content:center}.s4-reco-card__cart-badge img{width:14px;height:14px;object-fit:contain}.s4-reco-card__name{font-size:0.75rem;font-weight:600;line-height:1.2}.s4-reco-card__price{display:flex;flex-direction:column;font-size:0.625rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;grid-gap:6px;gap:6px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.s4-reco-card__price-value{display:inline-block;border:1px solid #77b635;padding:2px 6px;color:#00613a;font-weight:600;margin-top:2px;align-self:flex-start}@media (max-width:600px){.s4-cart-sidebar{width:100vw;max-width:100vw;padding:30px 35px}.s4-cart-item{grid-template-columns:120px 1fr}.s4-cart-item__image{width:120px;height:120px}}@media (max-width:400px){.s4-cart-sidebar{padding:30px 25px}}