@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Serif+Display:ital@0;1&display=swap");
:root{
  --bg:#f6f8f4;--surface:#fff;--surface2:#f9faf7;--border:#e4ead4;--border2:#cdd8bd;
  --green-deep:#071a0d;--green-dark:#0e2d1a;--green:#15803d;--green-mid:#1a5c2a;--green-light:#f0fdf4;
  --gold:#c9a84c;--gold-light:#f6c343;--text:#0f1a12;--text2:#374151;--muted:#6b7280;--muted2:#9ca3af;--red:#dc2626;
  --shadow:0 4px 16px rgba(7,26,13,.08);--shadow-lg:0 12px 40px rgba(7,26,13,.12),0 4px 12px rgba(7,26,13,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
/* LAYOUT */
.ct-wrap{max-width:1200px;margin:0 auto;padding:32px 24px 80px;display:grid;grid-template-columns:1fr 400px;grid-template-areas:"items summary";gap:24px;align-items:start}
[dir=rtl] .ct-wrap{grid-template-columns:400px 1fr;grid-template-areas:"summary items"}
@media(max-width:980px){.ct-wrap{grid-template-columns:1fr;grid-template-areas:"items""summary"}[dir=rtl] .ct-wrap{grid-template-columns:1fr;grid-template-areas:"items""summary"}}
@media(max-width:640px){.ct-wrap{padding:20px 16px 60px;gap:16px}}
/* HERO */
.ct-header{background:linear-gradient(135deg,#071a0d 0%,#0e2d1a 50%,#1a5c2a 100%);padding:44px 24px;position:relative;overflow:hidden}
.ct-header::after{content:"";position:absolute;bottom:-60px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,rgba(201,168,76,.12),transparent 70%);pointer-events:none}
.ct-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;direction:ltr;position:relative;z-index:1}
[dir=rtl] .ct-header-inner{flex-direction:row-reverse}
.ct-header-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(201,168,76,.15);border:1px solid rgba(201,168,76,.3);color:#f6c343;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:5px 12px;border-radius:99px;margin-bottom:10px}
[dir=rtl] .ct-header-badge{letter-spacing:0;font-family:"Cairo",sans-serif;font-size:12px;flex-direction:row-reverse}
.ct-header h1{font-family:"DM Serif Display",serif;font-size:clamp(24px,3.5vw,40px);font-weight:400;color:#fff;letter-spacing:-.3px;line-height:1.15}
[dir=rtl] .ct-header h1{font-family:"Cairo",sans-serif;font-weight:800;letter-spacing:0}
.ct-header h1 em{font-style:italic;color:#f6c343}
[dir=rtl] .ct-header h1 em{font-style:normal}
.ct-header-sub{font-size:13px;color:rgba(255,255,255,.5);margin-top:8px}
.ct-header-stats{display:flex;gap:12px;flex-shrink:0}
.ct-header-stat{text-align:center;background:rgba(255,255,255,.07);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 20px;min-width:82px;transition:transform .2s}
.ct-header-stat:hover{transform:translateY(-2px)}
.ct-header-stat .sv{font-size:22px;font-weight:900;color:#f6c343;line-height:1}
.ct-header-stat .sl{font-size:10px;color:rgba(255,255,255,.45);margin-top:4px;letter-spacing:.3px;text-transform:uppercase}
[dir=rtl] .ct-header-stat .sl{letter-spacing:0;text-transform:none;font-size:11px;font-family:"Cairo",sans-serif}
/* ITEMS CARD */
.ct-items{background:#fff;border-radius:20px;border:1.5px solid #e4ead4;box-shadow:0 4px 16px rgba(7,26,13,.08);overflow:hidden;grid-area:items}
.ct-items-head{padding:18px 24px;border-bottom:1px solid #e4ead4;display:flex;align-items:center;justify-content:space-between;background:#f9faf7;direction:ltr}
[dir=rtl] .ct-items-head{direction:rtl}
.ct-items-title{font-size:12px;font-weight:700;color:#0f1a12;display:flex;align-items:center;gap:8px;letter-spacing:.5px;text-transform:uppercase}
[dir=rtl] .ct-items-title{text-transform:none;letter-spacing:0;font-size:13px;font-family:"Cairo",sans-serif}
.ct-items-title::before{content:"";width:3px;height:15px;background:linear-gradient(180deg,#c9a84c,#15803d);border-radius:99px;flex-shrink:0}
[dir=rtl] .ct-items-title::before{order:-1}
.ct-items-count{font-size:11px;font-weight:600;color:#9ca3af;background:#e4ead4;padding:3px 10px;border-radius:99px}
/* ITEM ROW */
.ct-item{display:grid;grid-template-columns:88px 1fr auto;grid-template-areas:"img body right";gap:18px;align-items:center;padding:20px 24px;border-bottom:1px solid #f0f4ec;transition:background .18s;position:relative;direction:ltr}
[dir=rtl] .ct-item{grid-template-columns:auto 1fr 88px;grid-template-areas:"right body img"}
.ct-item:last-child{border-bottom:none}
.ct-item:hover{background:#fafbf8}
.ct-item-img{grid-area:img;width:88px;height:88px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:38px;flex-shrink:0;background:linear-gradient(135deg,#eef5f0,#e4eed6);border:1.5px solid #d4e4d4;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(7,26,13,.06)}
.ct-item-img::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.5),transparent 60%);pointer-events:none}
.ct-item-emoji{position:relative;z-index:1;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}
.ct-item:hover .ct-item-emoji{transform:scale(1.12)}
.ct-item-body{grid-area:body;min-width:0}
[dir=rtl] .ct-item-body{text-align:right}
.ct-item-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#15803d;margin-bottom:5px;opacity:.7}
[dir=rtl] .ct-item-cat{text-transform:none;letter-spacing:0;font-size:11px}
.ct-item-name{font-size:15px;font-weight:700;color:#0f1a12;line-height:1.3;margin-bottom:5px;text-decoration:none;display:block;transition:color .15s;letter-spacing:-.1px}
[dir=rtl] .ct-item-name{letter-spacing:0;font-family:"Cairo",sans-serif}
.ct-item-name:hover{color:#15803d}
.ct-item-price-unit{font-size:12px;color:#9ca3af;font-weight:500}
.ct-item-right{grid-area:right;display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}
[dir=rtl] .ct-item-right{align-items:flex-start}
.ct-qty{display:flex;align-items:center;background:#f6f8f4;border:1.5px solid #cdd8bd;border-radius:8px;overflow:hidden;direction:ltr;box-shadow:0 1px 3px rgba(7,26,13,.06)}
[dir=rtl] .ct-qty{direction:rtl}
.ct-qbtn{width:34px;height:34px;border:none;background:none;cursor:pointer;font-size:16px;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}
.ct-qbtn:hover{background:#15803d;color:#fff}
.ct-qnum{width:38px;height:34px;text-align:center;border:none;border-left:1.5px solid #cdd8bd;border-right:1.5px solid #cdd8bd;font-size:14px;font-weight:700;color:#0f1a12;outline:none;background:#fff;font-family:inherit}
.ct-item-subtotal{font-size:18px;font-weight:800;color:#15803d;letter-spacing:-.4px;white-space:nowrap;text-align:right}
[dir=rtl] .ct-item-subtotal{text-align:left;font-family:"Cairo",sans-serif}
.ct-item-subtotal small{font-size:11px;color:#9ca3af;font-weight:500;margin-left:2px}
[dir=rtl] .ct-item-subtotal small{margin-left:0;margin-right:2px}
.ct-remove{position:absolute;top:12px;right:12px;width:26px;height:26px;border:none;background:none;cursor:pointer;color:#d1d5db;opacity:0;transition:all .18s;display:flex;align-items:center;justify-content:center;border-radius:99px;font-size:13px;font-family:inherit}
[dir=rtl] .ct-remove{right:auto;left:12px}
.ct-item:hover .ct-remove{opacity:1}
.ct-remove:hover{background:#fee2e2;color:#dc2626;transform:scale(1.1)}
.ct-coupon-row{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #e4ead4;background:#f9faf7}
[dir=rtl] .ct-coupon-row{flex-direction:row-reverse}
.ct-coupon-input{flex:1;height:44px;border:1.5px solid #cdd8bd;border-radius:8px;padding:0 16px;font-size:14px;color:#374151;outline:none;transition:all .2s;font-family:inherit;background:#fff}
.ct-coupon-input:focus{border-color:#15803d;box-shadow:0 0 0 3px rgba(21,128,61,.1)}
.ct-coupon-input::placeholder{color:#9ca3af}
.ct-coupon-btn{height:44px;padding:0 20px;background:#071a0d;color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s;font-family:inherit}
.ct-coupon-btn:hover{background:#15803d;transform:translateY(-1px)}
.ct-cart-actions{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e4ead4}
[dir=rtl] .ct-cart-actions{flex-direction:row-reverse}
.ct-continue{font-size:13px;font-weight:600;color:#6b7280;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .15s;border:1.5px solid #e4ead4;border-radius:8px;padding:8px 16px}
.ct-continue:hover{color:#15803d;border-color:#15803d;background:#f0fdf4}
/* ORDER SUMMARY */
.ct-summary{background:#fff;border-radius:20px;border:1.5px solid #e4ead4;box-shadow:0 12px 40px rgba(7,26,13,.12),0 4px 12px rgba(7,26,13,.06);overflow:hidden;position:sticky;top:90px;grid-area:summary}
.ct-summary-head{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#071a0d,#1a5c2a);display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}
.ct-summary-head::after{content:"";position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgba(201,168,76,.15),transparent);pointer-events:none}
[dir=rtl] .ct-summary-head{flex-direction:row-reverse}
.ct-summary-icon{width:34px;height:34px;background:rgba(201,168,76,.2);border:1px solid rgba(201,168,76,.3);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;position:relative;z-index:1}
.ct-summary-title{font-size:15px;font-weight:700;color:#fff;position:relative;z-index:1}
[dir=rtl] .ct-summary-title{font-size:16px;font-family:"Cairo",sans-serif}
.ct-summary-body{padding:20px 24px}
[dir=rtl] .ct-summary-body{direction:rtl}
.ct-ship-bar{margin-bottom:18px;padding:14px 16px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:1.5px solid #bbf7d0;position:relative;overflow:hidden}
.ct-ship-bar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}
[dir=rtl] .ct-ship-bar-top .ct-ship-label{order:2}
[dir=rtl] .ct-ship-bar-top .ct-ship-amount{order:1}
.ct-ship-label{font-size:13px;font-weight:700;color:#15803d;display:flex;align-items:center;gap:5px}
.ct-ship-amount{font-size:11.5px;font-weight:600;color:#374151;background:rgba(255,255,255,.8);padding:4px 10px;border-radius:99px;border:1px solid rgba(21,128,61,.15);white-space:nowrap}
.ct-ship-track{height:6px;background:rgba(255,255,255,.6);border-radius:99px;overflow:hidden}
.ct-ship-fill{height:100%;background:linear-gradient(90deg,#1a5c2a,#15803d,#22c55e);border-radius:99px;transition:width 1s cubic-bezier(.4,0,.2,1)}
.ct-ship-done-msg{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;color:#15803d;padding:2px 0 8px}
.ct-summary .cart_totals h2{display:none}
.ct-summary .shop_table{width:100%;border-collapse:collapse;font-size:13.5px}
.ct-summary .shop_table th,.ct-summary .shop_table td{padding:10px 0;border-bottom:1px solid #f0f4ec;vertical-align:middle}
.ct-summary .shop_table tr:last-child th,.ct-summary .shop_table tr:last-child td{border-bottom:none}
.ct-summary .shop_table th{color:#6b7280;font-weight:500;text-align:left;padding-right:10px;font-size:13px}
[dir=rtl] .ct-summary .shop_table th{text-align:right;padding-right:0;padding-left:10px}
.ct-summary .shop_table td{text-align:right;font-weight:700;color:#0f1a12}
[dir=rtl] .ct-summary .shop_table td{text-align:left}
.ct-summary .order-total th,.ct-summary .order-total td{padding-top:14px;border-top:2px solid #cdd8bd;font-size:18px;font-weight:900;color:#15803d;border-bottom:none}
.ct-summary .cart-discount td a{color:#dc2626;font-size:11px}
.ct-summary .woocommerce-shipping-totals th{display:none}
.ct-summary .woocommerce-shipping-totals td{padding:0;width:100%;border-bottom:none}
.ct-summary .woocommerce-shipping-methods{list-style:none;margin:0 0 4px;padding:0}
.ct-summary .woocommerce-shipping-methods li{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:6px;border:1.5px solid #cdd8bd;border-radius:10px;cursor:pointer;transition:all .18s;background:#f6f8f4;direction:ltr;min-height:44px}
[dir=rtl] .ct-summary .woocommerce-shipping-methods li{direction:rtl}
.ct-summary .woocommerce-shipping-methods li:has(input:checked){border-color:#15803d;background:#f0fdf4;box-shadow:0 0 0 1px #15803d}
.ct-summary .woocommerce-shipping-methods li:last-child{margin-bottom:0}
.ct-summary .woocommerce-shipping-methods input[type=radio]{accent-color:#15803d;width:16px;height:16px;flex-shrink:0;cursor:pointer;margin:0}
.ct-summary .woocommerce-shipping-methods label{cursor:pointer;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:space-between;flex:1;gap:8px;font-size:13px;white-space:nowrap;overflow:hidden}
.ct-summary .woocommerce-shipping-methods label > span:first-child{overflow:hidden;text-overflow:ellipsis;flex:1}
.ct-summary .woocommerce-shipping-methods label .woocommerce-Price-amount{color:#15803d;font-weight:800;font-size:14px;white-space:nowrap;flex-shrink:0;margin-inline-start:auto}
.ct-summary .woocommerce-shipping-destination{display:none}
.ct-summary .woocommerce-shipping-calculator{display:none}
.ct-summary .shipping td{padding:8px 0 10px}
.ct-summary .wc-proceed-to-checkout{margin:0;padding:0}
.ct-summary .wc-proceed-to-checkout a.checkout-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:linear-gradient(135deg,#071a0d,#1a5c2a,#15803d);color:#fff;border:none;border-radius:14px;font-size:15.5px;font-weight:800;text-decoration:none;margin-top:18px;box-sizing:border-box;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(7,26,13,.3)}
[dir=rtl] .ct-summary .wc-proceed-to-checkout a.checkout-button{flex-direction:row-reverse;font-family:"Cairo",sans-serif}
.ct-summary .wc-proceed-to-checkout a.checkout-button:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(7,26,13,.4)}
.ct-trust{padding:16px 24px;border-top:1px solid #e4ead4;background:#f9faf7}
.ct-trust{display:flex;flex-direction:column;gap:8px}
.ct-trust-item{display:flex;align-items:center;gap:10px;font-size:12.5px;color:#6b7280;font-weight:500;transition:color .15s}
[dir=rtl] .ct-trust-item{flex-direction:row-reverse}
.ct-trust-item:hover{color:#0f1a12}
@media(max-width:640px){
  .ct-item{grid-template-columns:72px 1fr;grid-template-areas:"img body" "right right";gap:12px;padding:16px;direction:ltr}
  [dir=rtl] .ct-item{grid-template-columns:1fr 72px;grid-template-areas:"body img" "right right"}
  .ct-item-img{width:72px;height:72px;font-size:30px}
  .ct-item-right{flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #f0f4ec;padding-top:10px}
  [dir=rtl] .ct-item-right{flex-direction:row-reverse}
  .ct-remove{opacity:1}
  .ct-summary{position:static}
  .ct-header-stats{display:none}
}
\n/* CART ACTIONS */\n.ct-cart-actions{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e4ead4}
[dir=rtl] .ct-cart-actions{flex-direction:row-reverse}
.ct-update-wrap{display:flex;gap:8px;align-items:center}
.ct-update-btn{height:38px;padding:0 16px;background:#f9faf7;border:1.5px solid #cdd8bd;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .18s;font-family:inherit}
.ct-update-btn:hover{background:#15803d;color:#fff;border-color:#15803d}
.ct-coupon{display:flex;gap:10px;padding:16px 24px;border-top:1px solid #e4ead4;background:#f9faf7}
[dir=rtl] .ct-coupon{flex-direction:row-reverse}
.ct-wa-btn{display:flex;align-items:center;gap:8px;height:44px;padding:0 20px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .2s;font-family:inherit;white-space:nowrap}
.ct-wa-btn:hover{background:#128c7e;transform:translateY(-1px)}
/* EMPTY CART */
.ct-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:20px}
.ct-empty-icon{font-size:64px;opacity:.3}
.ct-empty-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#071a0d;color:#fff;text-decoration:none;border-radius:12px;font-size:15px;font-weight:700;transition:all .2s;font-family:inherit}
.ct-empty-btn:hover{background:#15803d;transform:translateY(-2px)}
