
:root{
  --m2-green:#123d27;
  --m2-green-2:#1c5b39;
  --m2-cream:#f7f4ed;
  --m2-card:#ffffff;
  --m2-text:#1e231f;
  --m2-muted:#6f756f;
  --m2-border:#e5e4de;
  --m2-gold:#c9a252;
  --m2-danger:#b84a4a;
  --m2-radius:16px;
  --m2-header-h:72px;
  --m2-bottom-h:74px;
}

@media (max-width: 768px) {
  .mobile-v2-view-wrap {
    display: block !important;
  }
  .desktop-v1-view-wrap {
    display: none !important;
  }
  /* Restore original top header and bottom bar */
  body > header {
    display: block !important;
  }
  #mobile-bottom-nav {
    display: flex !important;
  }
  /* Hide mobile-v2 header and bottom bar */
  .m2-header,
  .m2-bottom-nav {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-v2-view-wrap {
    display: none !important;
  }
  .desktop-v1-view-wrap {
    display: block !important;
  }
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--m2-cream);color:var(--m2-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.mobile-v2{min-width:320px}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
.m2-shell{min-height:100dvh;background:var(--m2-cream)}
.m2-header{position:sticky;top:0;z-index:50;height:var(--m2-header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;background:#fff;border-bottom:1px solid var(--m2-border)}
.m2-header__left{display:flex;justify-content:flex-start}
.m2-header__actions{display:flex;justify-content:flex-end;gap:4px}
.m2-icon-btn{width:42px;height:42px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:22px;cursor:pointer}
.m2-icon-btn:hover{background:#f0f1ee}
.m2-icon-btn--ghost{visibility:hidden}
.m2-brand{display:flex;flex-direction:column;align-items:center;line-height:1}
.m2-brand__word{font-family:Georgia,serif;font-weight:700;font-size:28px;color:var(--m2-green)}
.m2-brand__tag{font-size:8px;letter-spacing:.12em;color:var(--m2-green)}
.m2-bag-link{position:relative}
.m2-badge{position:absolute;top:3px;right:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--m2-green);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}
.m2-badge--nav{top:-8px;right:-10px}
.m2-page{width:min(100%,760px);margin:0 auto;padding:20px 16px 32px}
.m2-page--with-bottom{padding-bottom:calc(var(--m2-bottom-h) + 36px)}
.m2-page--product{padding-bottom:calc(var(--m2-bottom-h) + 92px)}
.m2-page-title,.m2-hero h1,.m2-product-main h1,.m2-corporate-hero h1{font-family:Georgia,serif;color:var(--m2-green);margin:0}
.m2-page-title{font-size:32px;margin-bottom:18px}
.m2-hero{padding:22px 0}
.m2-hero--compact{padding:14px 0 18px}
.m2-hero h1{font-size:clamp(32px,8vw,52px);line-height:1.05;margin-bottom:12px}
.m2-hero p{margin:0;color:var(--m2-muted);line-height:1.55}
.m2-sticky-tools{position:sticky;top:var(--m2-header-h);z-index:35;background:var(--m2-cream);padding:8px 0 12px}
.m2-search-form{display:flex;align-items:center;background:#fff;border:1px solid var(--m2-border);border-radius:14px;padding:0 4px 0 14px;min-width:0}
.m2-search-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:14px 0}
.m2-result-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 0 8px;color:var(--m2-muted);font-size:14px}
.m2-select-wrap{display:flex;align-items:center;gap:8px}
.m2-select-wrap select{border:1px solid var(--m2-border);background:#fff;border-radius:10px;padding:10px}
.m2-chip-row{display:flex;gap:8px;overflow-x:auto;padding:4px 0 2px;scrollbar-width:none}
.m2-chip-row::-webkit-scrollbar{display:none}
.m2-chip{flex:0 0 auto;border:1px solid var(--m2-border);background:#fff;border-radius:999px;padding:9px 14px;white-space:nowrap;cursor:pointer}
.m2-chip.is-active{background:var(--m2-green);border-color:var(--m2-green);color:#fff}
.m2-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.m2-product-card{background:#fff;border:1px solid var(--m2-border);border-radius:16px;overflow:hidden;min-width:0}
.m2-product-card__media{position:relative;aspect-ratio:1/1;background:#eee}
.m2-product-card__media img{width:100%;height:100%;object-fit:cover}
.m2-wishlist-btn{position:absolute;right:10px;top:10px;width:38px;height:38px;border-radius:999px;border:1px solid var(--m2-border);background:rgba(255,255,255,.94);font-size:22px}
.m2-wishlist-btn--large{width:44px;height:44px}
.m2-product-card__body{padding:12px}
.m2-product-card h3{font-family:Georgia,serif;font-size:18px;margin:6px 0 12px;line-height:1.25}
.m2-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:var(--m2-muted)}
.m2-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--m2-border);padding-top:12px}
.m2-price{font-size:20px;color:#3f2c1d}
.m2-price--large{font-size:30px}
.m2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:10px;padding:0 16px;border:1px solid transparent;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}
.m2-btn--small{min-height:40px;font-size:12px;padding:0 10px}
.m2-btn--primary{background:var(--m2-green);color:#fff}
.m2-btn--secondary{background:#fff;border-color:var(--m2-green);color:var(--m2-green)}
.m2-btn--block{display:flex;width:100%}
.m2-btn--wide{min-width:190px}
.m2-inline-form{margin:0}
.m2-pagination-wrap{padding:28px 0 8px}
.m2-pagination-wrap nav{display:flex;justify-content:center}
.m2-pagination-wrap nav>div:last-child{display:flex;gap:6px;align-items:center}
.m2-pagination-wrap a,.m2-pagination-wrap span{min-width:40px;height:40px;padding:0 12px;border:1px solid var(--m2-border);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#fff}
.m2-product-hero{background:#fff;border:1px solid var(--m2-border);border-radius:18px;overflow:hidden}
.m2-product-gallery{position:relative;aspect-ratio:4/3;background:#eee}
.m2-product-gallery img{width:100%;height:100%;object-fit:cover}
.m2-product-main{padding:18px}
.m2-product-main h1{font-size:36px;margin:8px 0}
.m2-subtitle,.m2-muted{color:var(--m2-muted)}
.m2-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.m2-status{display:inline-flex;align-items:center;color:#2f9c59;background:#eaf7ee;border-radius:999px;padding:5px 9px;font-size:13px}
.m2-rating{color:#c18a00}
.m2-rating span{color:var(--m2-muted)}
.m2-icon-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}
.m2-icon-features div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.m2-icon-features span{width:48px;height:48px;border-radius:999px;background:#eef5ef;color:var(--m2-green);display:flex;align-items:center;justify-content:center;font-size:22px}
.m2-icon-features small{font-size:11px}
.m2-section{margin-top:18px}
.m2-section h2{font-family:Georgia,serif;color:var(--m2-green);font-size:22px;margin:0 0 10px}
.m2-card,.m2-info-card,.m2-summary-card{background:#fff;border:1px solid var(--m2-border);border-radius:16px;padding:16px}
.m2-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.m2-option-card{position:relative}
.m2-option-card input{position:absolute;opacity:0}
.m2-option-card span{min-height:72px;border:1px solid var(--m2-border);border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:4px}
.m2-option-card input:checked+span{border-color:var(--m2-green);background:#edf6ef}
.m2-option-card small{color:var(--m2-muted)}
.m2-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.m2-info-grid div{display:flex;flex-direction:column;gap:4px}
.m2-info-grid small{color:var(--m2-muted)}
.m2-sticky-action{position:fixed;z-index:60;left:0;right:0;bottom:var(--m2-bottom-h);height:68px;background:#fff;border-top:1px solid var(--m2-border);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}
.m2-bottom-nav{position:fixed;z-index:70;left:0;right:0;bottom:0;height:var(--m2-bottom-h);padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-top:1px solid var(--m2-border)}
.m2-bottom-nav__item{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:10px;color:#676b66;position:relative}
.m2-bottom-nav__item.is-active{color:var(--m2-green);font-weight:700}
.m2-bottom-nav__icon{font-size:20px;position:relative}
.m2-stack{display:flex;flex-direction:column;gap:14px}
.m2-cart-card{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px;background:#fff;border:1px solid var(--m2-border);border-radius:16px;padding:12px}
.m2-cart-card>img{width:110px;height:110px;object-fit:cover;border-radius:12px}
.m2-cart-card__top{display:flex;justify-content:space-between;gap:12px}
.m2-cart-card h2{font-size:18px;margin:0 0 4px}
.m2-cart-card p{margin:4px 0}
.m2-cart-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px}
.m2-qty{display:inline-grid;grid-template-columns:36px 42px 36px;border:1px solid var(--m2-border);border-radius:10px;overflow:hidden}
.m2-qty button,.m2-qty span{height:36px;border:0;background:#fff;display:flex;align-items:center;justify-content:center}
.m2-cart-links{display:flex;gap:10px;flex-wrap:wrap}
.m2-cart-links form button{border:0;background:transparent;color:var(--m2-danger);padding:0}
.m2-summary-card{display:flex;flex-direction:column;gap:12px}
.m2-summary-card>div{display:flex;justify-content:space-between;gap:12px}
.m2-summary-card__total{padding-top:12px;border-top:1px solid var(--m2-border);font-size:18px}
.m2-coupon{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.m2-coupon input{min-width:0;border:1px solid var(--m2-border);border-radius:10px;padding:0 14px}
.m2-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 0 22px}
.m2-stepper__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;color:#a3a7a3;font-size:11px}
.m2-stepper__item:not(:last-child)::after{content:"";position:absolute;top:15px;left:58%;right:-42%;height:2px;background:#d7dbd7}
.m2-stepper__item.is-active{color:var(--m2-green)}
.m2-stepper__item.is-active:not(:last-child)::after{background:#7db28b}
.m2-stepper__dot{width:30px;height:30px;border-radius:999px;background:#d9ddd9;color:#fff;display:flex;align-items:center;justify-content:center;z-index:1}
.m2-stepper__item.is-active .m2-stepper__dot{background:var(--m2-green)}
.m2-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.m2-address{font-style:normal;line-height:1.55;color:var(--m2-muted)}
.m2-check-row,.m2-radio-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0}
.m2-check-row+.m2-check-row,.m2-radio-row+.m2-radio-row{border-top:1px solid var(--m2-border)}
.m2-check-row input,.m2-radio-row input{margin-top:4px;width:18px;height:18px}
.m2-radio-row span{display:flex;flex-direction:column;gap:4px}
.m2-radio-row small{color:var(--m2-muted)}
.m2-secure-note{text-align:center;color:var(--m2-muted);font-size:12px}
.m2-selectable-card{position:relative;background:#fff;border:1px solid var(--m2-border);border-radius:14px;overflow:hidden}
.m2-selectable-card input{position:absolute;opacity:0}
.m2-selectable-card img{aspect-ratio:1/1;width:100%;object-fit:cover}
.m2-selectable-card span{display:flex;flex-direction:column;gap:4px;padding:10px}
.m2-selectable-card:has(input:checked){outline:2px solid var(--m2-green)}
.m2-offer{position:absolute;left:8px;top:8px;background:var(--m2-green);color:#fff;border-radius:999px;padding:5px 8px;font-size:11px}
.m2-corporate-hero{background:#fff;border:1px solid var(--m2-border);border-radius:18px;overflow:hidden}
.m2-corporate-hero>div{padding:20px}
.m2-corporate-hero h1{font-size:36px;line-height:1.08;margin-bottom:12px}
.m2-corporate-hero p{color:var(--m2-muted);line-height:1.55}
.m2-corporate-hero img{width:100%;aspect-ratio:16/10;object-fit:cover}
.m2-service-grid,.m2-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.m2-service-tile,.m2-help-card{background:#fff;border:1px solid var(--m2-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.m2-service-tile img{aspect-ratio:4/3;width:100%;object-fit:cover}
.m2-service-tile strong,.m2-service-tile span,.m2-help-card{padding:0 12px}
.m2-service-tile strong{padding-top:12px}
.m2-service-tile span{padding-bottom:12px;color:var(--m2-muted);font-size:13px}
.m2-help-card{padding:14px;gap:8px}
.m2-help-card__icon{font-size:24px;color:var(--m2-green)}
.m2-empty{grid-column:1/-1;text-align:center;padding:40px 20px;color:var(--m2-muted)}

@media (max-width:420px){
  .m2-product-grid{gap:10px}
  .m2-product-card__body{padding:10px}
  .m2-product-card h3{font-size:16px}
  .m2-product-card__footer{align-items:stretch;flex-direction:column}
  .m2-btn--small{width:100%}
  .m2-result-row{align-items:flex-start;flex-direction:column}
  .m2-option-grid{grid-template-columns:1fr}
  .m2-cart-card{grid-template-columns:84px minmax(0,1fr)}
  .m2-cart-card>img{width:84px;height:84px}
  .m2-cart-actions{align-items:flex-start;flex-direction:column}
}
@media (min-width:768px){
  .m2-page{padding-left:24px;padding-right:24px}
  .m2-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .m2-product-hero{display:grid;grid-template-columns:1.15fr .85fr}
  .m2-product-gallery{aspect-ratio:auto;min-height:520px}
}
.m2-product-card__footer{display:flex;flex-direction:column;align-items:stretch;gap:6px;border-top:1px solid var(--m2-border);padding-top:10px}
.m2-product-card__footer .m2-btn{width:100%;text-align:center;justify-content:center;padding:8px 10px;font-size:11px;white-space:nowrap}

