.cart .delivery-options{display:flex;gap:10px;margin-bottom:40px}@media (min-width: 992px){.cart .delivery-options{margin-top:80px}}@media (max-width: 991px){.cart .delivery-options{margin-top:40px;flex-direction:column;width:100%}.cart .delivery-options .primary-btn{width:100%}}.cart .product-wrapper{display:flex;flex-direction:column}@media (min-width: 992px){.cart .product-wrapper{gap:25px}}@media (max-width: 991px){.cart .product-wrapper{gap:10px}}.cart .product-img-name-wrapper{display:flex;align-items:center}.cart .product-img-name-wrapper .product-img{width:100px;height:auto}@media (min-width: 992px){.cart .product-img-name-wrapper{gap:50px}}@media (max-width: 991px){.cart .product-img-name-wrapper{gap:30px}}.cart .product-block-wrapper{display:flex;align-items:center;gap:clamp(1.875rem,15vw - 11.25rem,3.75rem)}@media (max-width: 1349px){.cart .product-block-wrapper{flex-direction:column;width:100%}}.cart .product-block{background-color:#fff;border:1px solid var(--clr-secondary);padding:clamp(1.25rem,10vw - 7.5rem,2.5rem);display:flex;flex-direction:column;gap:clamp(1.875rem,2.451vw + .355rem,2.5rem)}.cart .product-name-price-wrapper{display:flex;flex-direction:column;gap:10px}.cart .product-name-price-wrapper .product-name{transition:var(--transition)}@media (pointer: fine) and (hover: hover){.cart .product-name-price-wrapper .product-name:hover,.cart .product-name-price-wrapper .product-name:focus-visible{color:var(--clr-secondary)}}.cart .product-code{font-size:14px;line-height:22px;font-weight:600;letter-spacing:normal}.cart .product-interactions{display:flex;align-items:center;gap:clamp(1.875rem,15vw - 11.25rem,3.75rem)}@media (max-width: 1349px){.cart .product-interactions{justify-content:space-between;width:100%}}@media (max-width: 499px){.cart .product-interactions{gap:15px}}.cart .product-quantity{display:flex;align-items:center;border-radius:50px;border:1px solid var(--clr-alt-1);padding:4px}.cart .product-quantity input{width:40px;text-align:center;border:none;background:transparent;font-weight:600;font-size:16px;color:#1a1a1a;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart .product-quantity input::-webkit-outer-spin-button,.cart .product-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.cart .product-quantity input:focus{outline:none}.cart .product-quantity .qty-btn{width:32px;height:32px;border-radius:50%;border:none;background-color:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media (pointer: fine) and (hover: hover){.cart .product-quantity .qty-btn:hover,.cart .product-quantity .qty-btn:focus-visible{background-color:var(--clr-secondary);color:#fff}}.cart .product-quantity .qty-btn svg{display:block}@media (max-width: 499px){.cart .product-quantity{width:90px}}.cart .product-price-wrapper{display:flex;align-items:center;gap:20px}@media (min-width: 992px){.cart .product-price-wrapper .product-price{font-size:25px;line-height:36px;font-weight:600;letter-spacing:normal}}@media (max-width: 499px){.cart .product-price-wrapper .product-price{font-size:20px;line-height:30px;font-weight:600;letter-spacing:normal}}.cart .remove-btn{display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--clr-alt-4);cursor:pointer;transition:all .3s ease;font-size:14px;line-height:22px;font-weight:600;letter-spacing:normal}@media (pointer: fine) and (hover: hover){.cart .remove-btn:hover,.cart .remove-btn:focus-visible{color:#ff4d4f;border-color:inherit}}.cart .remove-btn svg{display:block}.cart .order-details{background-color:#fff;border:1px solid var(--clr-secondary);padding:clamp(1.25rem,10vw - 7.5rem,2.5rem);display:flex;flex-direction:column;gap:25px}.cart .order-details .order-description-wrapper{text-align:center;display:flex;flex-direction:column;gap:20px}.cart .order-details .details-title{font-size:25px;line-height:36px;font-weight:600;letter-spacing:normal}.cart .order-details .details{display:flex;flex-direction:column;gap:10px}.cart .order-details .border-top-alt-4{border-top:1px solid var(--clr-alt-4);padding-top:20px}.cart .order-details .gift-card-wrapper{display:flex;flex-direction:column;text-align:center;gap:20px}.cart .order-details .gift-card-wrapper .gift-title{font-size:18px;line-height:26px;font-weight:600;letter-spacing:normal}.cart .order-details .gift-card-wrapper .gift-card{display:flex;gap:20px}.cart .order-details .gift-card-wrapper .gift-card input{width:100%;border:1px solid var(--clr-alt-1);border-radius:100px;padding-left:20px}@media (min-width: 992px) and (max-width: 1399px){.cart .order-details .gift-card-wrapper .gift-card{flex-direction:column}.cart .order-details .gift-card-wrapper .gift-card input{width:100%;height:45px}.cart .order-details .gift-card-wrapper .gift-card .primary-btn{width:100%;justify-content:center}}.cart .order-details .details-content{display:flex;justify-content:space-between;gap:10px}.cart .order-details .details-content p{color:var(--clr-alt-4);font-size:17px;line-height:26px;font-weight:400;letter-spacing:normal}.cart .order-details .details-content span{color:var(--clr-main);font-size:17px;line-height:26px;font-weight:600;letter-spacing:normal}@media (max-width: 991px){.cart .order-details{margin-top:10px}}.cart .continue-btn{width:100%;justify-content:center;align-items:center;text-align:center}.cart #cart-items-container{display:flex;flex-direction:column;gap:15px}
