*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --gd: #0D3E26; --gm: #145334; --gl: #1B6A43; --gp: #F1F9F4; --ac: #FAB818; --ach: #E09E0B; --wh: #ffffff; --ow: #FAFDFB; --td: #092617; --tm: #244C36; --tl: #527A63; --red: #FF4D4D; }
    body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; color: var(--td); background: var(--ow); }
    a { text-decoration: none; color: inherit; }
    .ann-bar { background: var(--ac); color: var(--gd); text-align: center; font-size: 13px; font-weight: 700; padding: 10px 16px; letter-spacing: 0.5px; text-transform: uppercase; }
    nav { background: var(--gd); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 90px; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
    .logo-img-wrap { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; }
    .logo-img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .nav-links { display: flex; gap: 24px; list-style: none;  align-items: center; }
    .nav-links a { color: #D1EBE0; font-size: 14px; font-weight: 600; transition: color .2s; padding: 6px 0;  border-bottom: 2px solid transparent;}
    .nav-links a:hover, .nav-links a.active { color: var(--ac); border-bottom: 2px solid var(--ac); }
    .nav-icons { display: flex; gap: 20px; align-items: center; }
    .nav-icons a { color: #D1EBE0; font-size: 22px; position: relative; transition: color .2s; display: flex; align-items: center; }
    .nav-icons a:hover { color: var(--ac); }
    .cbadge { position: absolute; top: -8px; right: -10px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; width: 19px; height: 19px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
    .hamburger span { width: 25px; height: 3px; background: white; transition: 0.3s; }
    @media (max-width: 900px) {
      .hamburger { display: flex; }
      .nav-links { display: none; flex-direction: column; position: absolute; top: 75px; left: 0; width: 100%; background: var(--gd); padding: 20px; border-top: 1px solid #1a5c26; }
      .nav-links.active { display: flex; }
      .nav-links li { width: 100%; text-align: left; }
    }
    .nav-dropdown { position: relative; }
    .dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #1a5c26; border-radius: 10px; padding: 8px 0; min-width: 180px; z-index: 200; }
    .nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu { display: block; }
    .dropdown-menu li { list-style: none; }
    .dropdown-menu li a { display: block; padding: 10px 18px; color: #D1EBE0 !important; font-size: 13px; border-bottom: none !important; }
    .dropdown-menu li a:hover, .dropdown-menu li a.active { background: rgba(250,184,24,0.12); color: var(--ac) !important; }

    .page-head { background: linear-gradient(135deg, var(--gd) 0%, var(--gm) 60%, var(--gl) 100%); padding: 40px 40px; text-align: center; }
    .page-head h1 { color: #fff; font-size: 32px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
    .page-head .crumb { color: #BCE2CE; font-size: 13px; margin-top: 8px; font-weight: 600; }
    .page-head .crumb a { color: var(--ac); }
    .cart-steps { display: flex; justify-content: center; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
    .step { display: flex; align-items: center; gap: 8px; color: #BCE2CE; font-size: 13px; font-weight: 700; }
    .step-num { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; border: 1px solid rgba(255,255,255,0.3); }
    .step.active .step-num { background: var(--ac); color: var(--gd); border-color: var(--ac); }
    .step.active { color: #fff; }
    .step-line { width: 36px; height: 1px; background: rgba(255,255,255,0.25); align-self: center; }

    .cart-wrap { max-width: 1200px; margin: 0 auto; padding: 50px 40px; display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
    .cart-panel { background: #fff; border: 1px solid rgba(13,62,38,0.08); border-radius: 16px; padding: 28px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
    .cart-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 2px solid var(--gp); }
    .cart-panel-head h2 { font-size: 20px; font-weight: 900; color: var(--gd); text-transform: uppercase; }
    .clear-cart-btn { background: none; border: none; color: var(--red); font-size: 13px; font-weight: 700; cursor: pointer; }
    .clear-cart-btn:hover { text-decoration: underline; }

    .cart-item { display: grid; grid-template-columns: 90px 1fr auto auto auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--gp); }
    .cart-item:last-child { border-bottom: none; }
    .ci-img-wrap { width: 90px; height: 90px; background: var(--gp); border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .ci-img-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
    .ci-info h4 { font-size: 15px; font-weight: 800; color: var(--gd); margin-bottom: 4px; }
    .ci-info .ci-cat { font-size: 12px; color: var(--tl); font-weight: 600; text-transform: uppercase; }
    .ci-price { font-size: 15px; font-weight: 900; color: var(--gd); white-space: nowrap; }
    .ci-price del { font-size: 12px; color: var(--tl); font-weight: 400; margin-left: 6px; }

    .qty-box-form { display: flex; align-items: center; }
    .qty-btn { background: var(--gd); color: #fff; border: none; width: 32px; height: 38px; font-size: 18px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
    .qty-btn:hover { background: var(--gl); }
    .qty-num { width: 38px; text-align: center; font-size: 14px; font-weight: 800; color: var(--gd); border: 2px solid var(--gl); outline: none; background: #fff; height:38px; border-left:none; border-right:none;}

    .ci-remove { background: none; border: none; color: var(--tl); font-size: 18px; cursor: pointer; transition: color .2s; padding: 6px; }
    .ci-remove:hover { color: var(--red); }
    .ci-subtotal { font-size: 15px; font-weight: 900; color: var(--gd); white-space: nowrap; min-width: 80px; text-align: right; }
    .continue-shop { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 14px; font-weight: 700; color: var(--gl); cursor: pointer; }
    .continue-shop:hover { text-decoration: underline; }

    .empty-cart { text-align: center; padding: 70px 20px; }
    .empty-cart .ec-icon { font-size: 70px; margin-bottom: 18px; opacity: 0.6; }
    .empty-cart h3 { font-size: 22px; font-weight: 900; color: var(--gd); margin-bottom: 10px; text-transform: uppercase; }
    .empty-cart p { font-size: 14px; color: var(--tl); margin-bottom: 28px; }
    .btn-ac { background: var(--ac); color: var(--gd); border: none; padding: 14px 36px; border-radius: 30px; font-weight: 800; font-size: 14px; cursor: pointer; letter-spacing: 0.5px; text-transform: uppercase; transition: all .3s ease; box-shadow: 0 4px 15px rgba(250, 184, 24, 0.3); }
    .btn-ac:hover { background: var(--ach); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(250, 184, 24, 0.4); }

    .summary-box { background: #fff; border: 2px solid var(--gp); border-radius: 16px; padding: 26px; position: sticky; top: 110px; }
    .summary-box.disabled { opacity: 0.5; pointer-events: none; }
    .summary-box h3 { font-size: 18px; font-weight: 900; color: var(--gd); text-transform: uppercase; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--gp); }
    .sum-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--tm); margin-bottom: 14px; }
    .sum-row strong { color: var(--gd); font-weight: 700; }
    .sum-row.discount strong { color: #27ae60; }
    .sum-divider { height: 1px; background: var(--gp); margin: 16px 0; }
    .sum-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 22px; }
    .sum-total span { font-size: 15px; font-weight: 800; color: var(--gd); text-transform: uppercase; }
    .sum-total strong { font-size: 26px; font-weight: 900; color: var(--gd); }

    .coupon-row { display: flex; margin-bottom: 18px; }
    .coupon-row input { flex: 1; border: 2px solid var(--gp); border-right: none; padding: 12px 14px; border-radius: 10px 0 0 10px; font-size: 13px; outline: none; color: var(--td); }
    .coupon-row input:focus { border-color: var(--gl); }
    .coupon-row button { background: var(--gd); color: #fff; border: none; padding: 0 20px; border-radius: 0 10px 10px 0; font-size: 12px; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: background .2s; }
    .coupon-row button:hover { background: var(--gl); }

    .btn-checkout { width: 100%; background: var(--ac); color: var(--gd); border: none; border-radius: 10px; padding: 15px 0; font-size: 14px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: .5px; transition: all .2s; margin-bottom: 14px; text-align: center; display: inline-block; }
    .btn-checkout:hover { background: var(--ach); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(250,184,24,0.35); }
    .btn-checkout:disabled { background: #ddd; color: #999; cursor: not-allowed; transform: none; box-shadow: none; }

    .secure-note { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; color: var(--tl); margin-bottom: 16px; }
    .pay-chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
    .pchip { background: var(--gp); border: 1px solid rgba(13,62,38,0.08); border-radius: 6px; padding: 6px 12px; font-size: 11px; color: var(--tm); font-weight: 600; }

    footer { background: #062013; padding: 60px 40px 0; color: #A4C7B5; margin-top: 60px; }
    .ft-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
    .ft-brand p { font-size: 14px; line-height: 1.7; max-width: 250px; margin-top: 14px; }
    footer h5 { font-size: 12px; font-weight: 800; color: #fff; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; }
    footer ul { list-style: none; }
    footer ul li { margin-bottom: 10px; }
    footer ul li a { font-size: 14px; color: #A4C7B5; transition: color .2s; }
    footer ul li a:hover { color: var(--ac); }
    .nl-row { display: flex; margin-top: 12px; }
    .nl-row input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-right: none; color: #fff; padding: 12px 16px; border-radius: 8px 0 0 8px; font-size: 14px; outline: none; }
    .nl-row button { background: var(--ac); color: var(--gd); border: none; padding: 0 22px; border-radius: 0 8px 8px 0; font-size: 13px; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: background .2s; }
    .nl-row button:hover { background: var(--ach); }
    footer .pay-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; justify-content: flex-start; }
    footer .pchip { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 6px 14px; font-size: 12px; color: #C2DEC2; font-weight: 600; }
    .social-row { display: flex; gap: 15px; align-items: center; }
    .soc-a img { width: 20px; height: 20px; object-fit: contain; transition: 0.3s; }
    .soc-a:hover img { transform: scale(1.15); }
    .ft-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
    .ft-bottom p { font-size: 14px; color:rgba(255,255,255,0.3);}
    .ft-tagline { font-size: 14px; font-weight: 700; color: #A4C7B5; font-style: italic; }
    .ft-brand-head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
    .ft-logo-img { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; }
    .ft-brand-head h5 { margin-bottom: 0; font-size: 15px; letter-spacing: 1px; }

    @media (max-width: 900px) {
      .cart-wrap { grid-template-columns: 1fr; padding: 30px 20px; }
      .summary-box { position: static; }
      .nav-links { display: none; }
    }
    @media (max-width: 600px) {
      .cart-item { grid-template-columns: 70px 1fr; grid-template-rows: auto auto; row-gap: 10px; }
      .ci-img-wrap { width: 70px; height: 70px; }
      .ci-price { grid-column: 2; }
      .qty-box-form { grid-column: 1 / -1; justify-self: start; }
      .ci-remove { position: absolute; top: 18px; right: 0; }
      .cart-item { position: relative; }
      .ci-subtotal { grid-column: 1 / -1; text-align: left; }
      nav, .page-head, footer { padding-left: 20px; padding-right: 20px; }
    }