 body .custom-cart {
     padding: 4.375rem;
 }
 
 body .custom-cart h1 {
     color: #1c2856;
     margin: 0 0 3rem;
     font-size: 43px;
     font-weight: 300;
 }
 
 body .cart-grid {
     display: grid;
     grid-template-columns: 3fr 2fr;
     gap: 4.25rem;
     max-width: 1780px;
     margin: 3rem auto;
 }
 
 body .cart-product {
     display: flex;
     border-bottom: 1px solid #eee;
     padding: 20px 0;
     gap: 4.25rem;
 }
 
 body .product-thumb {
     position: relative;
     flex: 0 0 250px;
     height: 250px;
 }
 
 body .product-thumb img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: right;
     border-radius: 20px;
 }
 
 body input[type="checkbox"] {
     position: relative;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     padding: 0 !important;
     border-radius: 20px;
     width: 20px!important;
     height: 20px!important;
     background-color: #fff!important;
     border: 2px solid #b8babc!important;
     cursor: pointer;
     transition: background-color 0.2s ease, border-color 0.2s ease!important;
 }
 
 body .product-thumb .select-product {
     position: absolute;
     top: 15px;
     left: 15px;
     border: none;
 }
 
 body input[type="checkbox"]:hover {
     background-color: #b8babc;
 }
 
 body input[type="checkbox"]:checked {
     background-color: #b8babc;
 }
 
 body input[type="checkbox"]:checked::after {
     content: "✔";
     color: #000;
     position: absolute;
     top: -6px;
     left: 3px;
 }
 
 body .ecoins-icon {
     margin-right: 7px;
     height: 10px;
 }
 
 body .product-info {
     flex: 1;
     position: relative;
     display: flex;
     flex-direction: column;
 }
 
 body h3.product-name {
     color: #231f20;
     font-size: 1.4375rem;
     font-style: normal;
     font-weight: 600;
     margin: 0 0 0.75rem;
 }
 
 body .product-name a {
     color: #231f20;
 }
 
 body .product-brand {
     color: #231f20;
     font-size: 1rem;
     font-weight: 300;
 }
 
 body .product-discount {
     color: #e7288a;
     font-size: 1rem;
     font-weight: 600;
     line-height: normal;
     margin: 0 0 0.3125rem;
 }
 
 body .product-price {
     color: #231f20;
     font-size: 1.875rem;
     font-weight: 600;
     line-height: normal;
 }
 
 body .product-price .woocommerce-Price-currencySymbol {
     font-size: 0.9375rem;
 }
 
 body .product-price .product-price-emonet {
     color: #000;
     font-size: 0.9375rem;
     font-weight: 500;
     line-height: normal;
     margin-left: 0.75rem;
 }
 
 body .iworks-omnibus {
     color: #231f20;
     font-size: 0.9375rem;
     margin: 0.5rem 0 1.2rem !important;
     font-weight: 300;
     line-height: normal;
 }
 
 body .product-qty .quantity {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background: #f1f1f2;
     border-radius: 5px;
     width: 110px;
     height: 35px;
     color: #000;
 }
 
 body .product-qty .quantity input[type="number"] {
     -moz-appearance: textfield;
     -webkit-appearance: none;
     border: none;
     margin: 0 auto;
     background: #f1f1f2;
     text-align: center;
     width: 60px;
     padding: 0;
     height: 100%;
     font-size: 1.1rem;
     color: #000;
     outline: none;
 }
 
 body .product-qty .quantity input[type="number"]::-webkit-inner-spin-button,
 body .product-qty .quantity input[type="number"]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 
 body .product-qty .quantity::before,
 body .product-qty .quantity::after {
     content: "-";
     display: flex;
     justify-content: center;
     align-items: center;
     width: 30px;
     height: 100%;
     cursor: pointer;
     font-size: 1.1rem;
     font-weight: bold;
     color: #000;
 }
 
 body .product-qty .quantity::after {
     content: "+";
 }
 
 body .product-subtotal {
     color: #231f20;
     font-size: 1.125rem;
     font-weight: 400;
     line-height: normal;
     margin-top: auto;
 }
 
 body .product-info .remove {
     position: absolute;
     bottom: 0;
     right: 0;
     color: #00aaba;
     font-size: 1.0625rem;
     font-weight: 500;
     line-height: normal;
 }
 
 body .cart-sidebar .cart-summary {
     background: #fafafa;
     padding: 20px;
     border-radius: 20px;
     margin-bottom: 20px;
 }
 
 body .cart-summary h3 {
     border-bottom: 1px solid #6d6e70;
     margin: 0;
     padding-bottom: 20px;
     font-size: 1.3rem;
     font-weight: 600;
 }
 
 body .summary-row {
     display: flex;
     justify-content: space-between;
     margin: 10px 0;
 }
 
 body .summary-row.total {
     font-size: 1rem;
     font-weight: 600;
     border-top: 1px solid #6d6e70;
     margin: 0;
     padding: 20px 0 0;
 }
 
 body .summary-row.total strong {
     font-weight: 600;
 }
 
 body .summary-row.total .total-desc {
     font-size: 0.7rem;
     margin-left: 5px;
 }
 
 body .summary-row .selected-ecoins,
 body .summary-row .selected-ecoins svg path {
     color: #00aaba;
     fill: #00aaba;
 }
 
 body .emonet-buttons {
     display: grid;
     grid-template-columns: repeat(7, 1fr);
     gap: 6px;
     margin: 15px 0;
 }
 
 body .emonet-buttons button {
     padding: 6px 0;
     border: none;
     background: #06aaba;
     color: #fff;
     border-radius: 4px;
     cursor: pointer;
     font-size: 0.8rem;
 }
 
 body .emonet-buttons button:disabled,
 body .emonet-buttons button[disabled] {
     pointer-events: none;
     background-color: gray;
 }
 
 body .emonet-buttons button.active {
     border-radius: 30px;
 }
 
 body .ecoins-message {
     color: red;
 }
 
 body .checkout-footer {
     background: #fff;
 }
 
 body .checkout-info {
     margin-bottom: 15px;
     font-size: 0.6rem;
     color: #555;
 }
 
 body .checkout-info label {
     display: flex;
     color: #000;
     align-items: center;
     gap: 8px;
     font-size: 0.8rem;
 }
 
 body .checkout-info a {
     color: #06aaba;
     text-decoration: none;
 }
 
 body .checkout-button {
     width: 100%;
     background-color: #000 !important;
     color: #fff;
     padding: 16px;
     font-size: 16px;
     font-weight: 600;
     border: none;
     border-radius: 20px;
     cursor: pointer;
     width: fit-content;
 }
 
 body .cart-empty {
     text-align: center;
     padding: 60px 20px;
     background: #fafafa;
     border: 2px dashed #ddd;
     border-radius: 12px;
     margin: 40px auto;
     max-width: 600px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 }
 
 body .cart-empty h2 {
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 15px;
     color: #333;
 }
 
 body .cart-empty p {
     font-size: 16px;
     margin-bottom: 25px;
     color: #666;
 }
 
 body .cart-empty .button {
     display: inline-block;
     padding: 12px 28px;
     background: #0071a1;
     color: #fff;
     text-decoration: none;
     font-size: 16px;
     font-weight: 500;
     border-radius: 8px;
     transition: background 0.3s ease;
 }
 
 body .cart-empty .button:hover {
     background: #005f84;
 }
 
 body #terms-check.invalid {
     outline: 2px solid red;
     outline-offset: 2px;
 }
 
 body #checkout-btn:disabled {
     background-color: #ccc !important;
     color: #666 !important;
     cursor: not-allowed !important;
     pointer-events: none;
     opacity: 0.7;
 }
 
 body .woocommerce-cart-form.is-updating {
     opacity: 0.6;
 }
 
 body .checkout-coupon {
     display: grid;
     grid-template-columns: auto 1fr;
     grid-template-rows: auto auto;
     gap: 8px 12px;
     align-items: center;
     padding: 15px;
     border-top: 1px solid #6d6e70;
     border-bottom: 1px solid #6d6e70;
     margin-bottom: 20px;
 }
 
 body .coupon-label {
     font-size: 1.3rem;
     font-weight: 500;
     grid-column: 1;
     grid-row: 1;
 }
 
 body .coupon-input-wrap {
     grid-column: 2;
     grid-row: 1;
     gap: 8px;
 }
 
 body #coupon-msg {
     grid-column: -1;
     grid-row: 2;
 }
 
 body .coupon-input-wrap input {
     background: #f5f5f6;
     border: 3px solid #d0d2d3 !important;
     padding: 8px 12px;
     font-size: 14px;
     border-radius: 20px !important;
     color: #bbbdbf;
     font-weight: 500;
 }
 
 body .summary-row.discount {
     border-top: 1px solid #eee;
     margin-top: 10px;
     padding-top: 10px;
     font-weight: 600;
     color: #ed0775;
 }
 
 body .summary-row.discount svg path {
     fill: #ed0775;
 }
 
 body .summary-row.discount .value-ecoins,
 body .summary-row.discount .value-price {
     font-weight: 600;
 }
 
 body .ecs-product-hot-offer {
     position: absolute;
     top: 10px;
     right: 10px;
     width: 40px;
     height: 40px;
 }
 
 body .ecs-product-hot-offer svg {
     width: 100%;
     height: 100%;
 }
 /* ============================= */
 /* TABLET - 768px do 1024px */
 /* ============================= */
 
 @media (min-width: 768px) and (max-width: 1024px) {
     body .custom-cart {
         padding: 2.5rem;
     }
     body .custom-cart h1 {
         font-size: 2.5rem;
         margin-bottom: 2.5rem;
         text-align: center;
     }
     body .cart-grid {
         grid-template-columns: 2fr 1fr;
         gap: 2rem;
         margin: 2rem auto;
     }
     body .cart-product {
         gap: 2rem;
         padding: 1.5rem 0;
     }
     body .product-thumb {
         flex: 0 0 80px;
         height: 80px;
     }
     body .product-thumb img {
         border-radius: 15px;
     }
     body h3.product-name {
         font-size: 1.3rem;
     }
     body .product-brand {
         font-size: 0.95rem;
     }
     body .product-price {
         font-size: 1.6rem;
     }
     body .product-subtotal {
         font-size: 1rem;
     }
     body .cart-summary {
         padding: 18px;
         font-size: 0.95rem;
     }
     body .summary-row.total {
         font-size: 1.1rem;
     }
     body .emonet-buttons {
         grid-template-columns: repeat(5, 1fr);
     }
     body .checkout-button {
         width: 100%;
         font-size: 1rem;
         padding: 15px;
     }
     body .coupon-label {
         font-size: 1.1rem;
     }
     body .coupon-input-wrap input {
         font-size: 0.95rem;
         padding: 10px 12px;
     }
 }
 /* ============================= */
 /* MOBILE - do 767px */
 /* ============================= */
 
 @media (max-width: 767px) {
     body .custom-cart {
         padding: 1.5rem;
     }
     body .custom-cart h1 {
         font-size: 2rem;
         margin-bottom: 2rem;
         text-align: center;
     }
     body .cart-grid {
         grid-template-columns: 1fr;
         gap: 2rem;
         margin: 1.5rem auto;
     }
     body .cart-product {
         flex-direction: column;
         align-items: flex-start;
         gap: 1.25rem;
         padding: 1.25rem 0;
     }
     body .product-thumb {
         flex: 0 0 auto;
         width: 100%;
         height: auto;
     }
     body .product-thumb img {
         width: 100%;
         height: auto;
         border-radius: 12px;
     }
     body .product-info {
         width: 100%;
     }
     body h3.product-name {
         font-size: 1.2rem;
     }
     body .product-brand {
         font-size: 0.9rem;
     }
     body .product-price {
         font-size: 1.5rem;
     }
     body .product-subtotal {
         font-size: 1rem;
     }
     body .product-info .remove {
         position: relative;
         display: inline-block;
         margin-top: 10px;
         right: 0;
         bottom: 0;
     }
     body .cart-sidebar {
         order: 2;
     }
     body .cart-summary {
         padding: 15px;
         font-size: 0.9rem;
     }
     body .summary-row {
         font-size: 0.9rem;
     }
     body .summary-row.total {
         font-size: 1rem;
     }
     body .emonet-buttons {
         grid-template-columns: repeat(4, 1fr);
     }
     body .checkout-button {
         width: 100%;
         font-size: 1rem;
         padding: 14px;
     }
     body .checkout-info label {
         font-size: 0.75rem;
     }
     body .checkout-coupon {
         grid-template-columns: 1fr;
         gap: 10px;
     }
     body .coupon-input-wrap {
         width: 100%;
     }
     body .coupon-input-wrap input {
         width: 100%;
         font-size: 0.9rem;
     }
     body .coupon-label {
         font-size: 1rem;
     }
     body .cart-empty {
         margin: 20px auto;
         padding: 40px 15px;
     }
     body .cart-empty h2 {
         font-size: 20px;
     }
     body .cart-empty p {
         font-size: 15px;
     }
     body .cart-empty .button {
         font-size: 15px;
         padding: 10px 24px;
     }
 }
 
 @media (max-width: 340px) {
     .summary-row,
     .summary-row * {
         flex-wrap: wrap;
     }
 }