
:root{
  --bg:#f5f3ef;
  --paper:#ffffff;
  --line:#e4e6e8;
  --text:#262626;
  --muted:#777b82;
  --green:#1f4a39;
  --green-dark:#17392c;
  --green-nav:#285542;
  --orange:#e9842f;
  --orange-dark:#c9621f;
  --red:#c73725;
  --cream:#eee8df;
  --shadow:0 8px 24px rgba(0,0,0,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);font-size:14px}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}
.heroicon{width:20px;height:20px;display:block;flex:0 0 auto}.icon-sm{width:16px;height:16px}.icon-lg{width:24px;height:24px}
.container{width:min(1180px,calc(100% - 28px));margin:0 auto}.section{padding:22px 0}.hidden{display:none!important}.muted{color:var(--muted)}
.kicker{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#817a70}.kicker.light{color:rgba(255,255,255,.86)}
.title-lg{font-size:34px;line-height:1.05;margin:0;font-weight:700;letter-spacing:-.03em}.title-xl{font-size:48px;line-height:.95;margin:0;font-weight:700;letter-spacing:-.04em}
.btn{height:40px;border:1px solid transparent;border-radius:6px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;background:#fff;transition:.15s}.btn:hover{filter:brightness(.98)}.btn-forest{background:var(--green);color:#fff}.btn-gold{background:var(--orange);color:#fff}.btn-light{background:#fff;color:#2f3438;border-color:#d9dde2}.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.input,.select{width:100%;height:44px;border:1px solid #d9dde2;border-radius:6px;background:#fff;padding:0 12px;outline:none}.input:focus,.select:focus{border-color:#9a7658;box-shadow:0 0 0 3px rgba(154,118,88,.12)}.invalid{border-color:#d14336!important;box-shadow:0 0 0 3px rgba(209,67,54,.12)!important}
.content-card,.account-menu,.account-panel,.order-card,.step-card{background:#fff;border:1px solid var(--line);border-radius:8px}.content-card{padding:18px}

/* HEADER */
.header-main{background:#fff;border-bottom:1px solid #ececec}.header-market{display:grid;grid-template-columns:245px minmax(360px,1fr) auto;align-items:center;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px}.brand img{width:44px;height:44px}.brand-copy strong{display:block;color:#5b3824;font-size:20px;line-height:1;font-weight:800}.brand-copy span{display:block;color:#8d6a50;font-size:9px;letter-spacing:.13em;font-weight:700;margin-top:3px}
.search-zone{position:relative}.market-search{height:46px;display:flex;align-items:center;gap:8px;border:1px solid #cfd4d9;background:#fff;border-radius:4px;padding:0 8px 0 12px}.market-search input{flex:1;border:0;background:transparent;outline:0;min-width:0;color:#333}.market-search button{width:38px;height:34px;border:0;background:#fff;display:grid;place-items:center;cursor:pointer;color:#263238}
.search-results{position:absolute;z-index:55;left:0;right:0;top:50px;background:#fff;border:1px solid #d9dce0;border-radius:6px;box-shadow:0 12px 30px rgba(0,0,0,.17);padding:5px;display:none}.search-results.show{display:block}.search-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:8px;border-radius:4px}.search-item:hover{background:#f5f6f7}.search-item img{width:48px;height:48px;object-fit:cover;border:1px solid #e4e4e4}.search-item strong{font-size:13px;line-height:1.25}.search-item small{display:block;font-size:11px;color:#777;margin-top:3px}
.market-actions{display:flex;align-items:center;gap:4px}.header-mini-link{height:46px;border:0;background:transparent;display:flex;align-items:center;gap:7px;padding:0 8px;cursor:pointer;position:relative;color:#27323a}.header-mini-link:hover{background:#f7f7f7;border-radius:4px}.header-mini-link>span:not(.bubble-count){display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.header-mini-link small{font-size:10px;color:#7b8085}.header-mini-link strong{font-size:11px;font-weight:700;white-space:nowrap}.bubble-count{position:absolute;right:1px;top:1px;min-width:17px;height:17px;border-radius:10px;padding:0 4px;background:var(--orange);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center}
.account-wrap{position:relative}.account-dropdown{position:absolute;right:0;top:48px;width:215px;background:#fff;border:1px solid #dfe2e5;border-radius:6px;box-shadow:var(--shadow);padding:6px;display:none;z-index:60}.account-wrap.open .account-dropdown{display:block}.account-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:4px;font-size:13px}.account-item:hover{background:#f5f6f7}
.market-nav{background:var(--green-nav);color:#fff}.market-nav .container{display:flex;align-items:center;min-height:42px;overflow:auto hidden;scrollbar-width:none}.market-nav .container::-webkit-scrollbar{display:none}.departments,.nav-link{height:42px;display:flex;align-items:center;gap:8px;padding:0 15px;white-space:nowrap;font-size:12px}.departments{background:#1f4738;font-weight:700;min-width:205px;position:relative}.nav-link:hover,.departments:hover{background:rgba(255,255,255,.08)}.dept-menu{display:none;position:absolute;left:0;top:100%;width:220px;background:#fff;color:#333;border:1px solid #dfe2e5;box-shadow:var(--shadow);z-index:45}.departments:hover .dept-menu{display:block}.dept-menu a{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-bottom:1px solid #efefef}.dept-menu a:hover{background:#f6f6f6}

/* HERO */
.hero-market{padding:0;background:#fff}.hero-market .container{width:min(1180px,calc(100% - 28px))}.hero-market-shell{min-height:410px;position:relative;overflow:hidden;background:#c9b59f}.hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;transition:opacity .5s ease}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.60) 0%,rgba(0,0,0,.36) 34%,rgba(0,0,0,.08) 62%,rgba(0,0,0,.02) 100%)}.hero-content{position:relative;z-index:2;min-height:410px;padding:28px;display:grid;grid-template-columns:1fr .9fr;align-items:end}.hero-copy-market{max-width:420px;align-self:center;color:#fff}.hero-copy-market .title-xl{font-size:48px;max-width:390px}.hero-copy-market p{font-size:16px;line-height:1.45;margin:14px 0 24px;max-width:410px}.hero-cta{height:40px!important;border-radius:20px!important;padding:0 20px!important}.hero-right{display:flex;align-items:end;justify-content:flex-end}.hero-benefits{display:flex;gap:20px;align-items:end;justify-content:flex-end}.benefit-round{width:115px;text-align:center;color:#fff}.benefit-round .icon{width:50px;height:50px;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;margin:0 auto 8px}.benefit-round strong{display:block;font-size:12px;line-height:1.2}.benefit-round span{display:block;font-size:10px;line-height:1.25;color:rgba(255,255,255,.85);margin-top:3px}.hero-quote{position:absolute;right:32px;top:78px;z-index:3;color:#604633;font-size:14px;font-style:italic;width:180px;text-align:right}.hero-dots{position:absolute;left:50%;bottom:14px;z-index:4;transform:translateX(-50%);display:flex;gap:7px}.hero-dot{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.hero-dot.active{background:#fff}

/* PROMOS */
.promo-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:8px;margin-top:8px}.promo-card{position:relative;min-height:185px;overflow:hidden;border:1px solid #e1e1e1;background:#fff}.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo-card .copy{position:relative;z-index:3;padding:18px;color:#fff;max-width:64%}.promo-card .copy h3{font-size:20px;line-height:1.06;margin:6px 0 10px}.promo-card .copy p{font-size:12px;line-height:1.4;margin:0 0 13px}.promo-card .overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.06))}.promo-card.fixed-sale{background:linear-gradient(90deg,#b91f1d,#e56b2b)}.promo-card.fixed-sale img{left:auto;right:0;width:50%;object-fit:cover}.promo-card.fixed-sale .copy{max-width:53%}.promo-card.fixed-sale .big{display:block;font-size:22px}.promo-card.fixed-soft{background:#eee6dc}.promo-card.fixed-soft img{left:auto;right:0;width:53%;object-fit:cover}.promo-card.fixed-soft .soft-copy{color:#3d3027;max-width:52%;text-shadow:none}.promo-card.fixed-green .overlay.green{background:linear-gradient(90deg,rgba(14,59,37,.75),rgba(14,59,37,.20))}.promo-card .btn{height:34px;border-radius:17px;font-size:12px}
.market-strip{margin-top:8px;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e2e2e2;background:#fff}.market-strip .info-item{min-height:64px;padding:12px 14px;display:flex;align-items:center;gap:10px;border-right:1px solid #ebebeb}.market-strip .info-item:last-child{border-right:0}.market-strip .info-item strong{display:block;font-size:12px}.market-strip .info-item span{display:block;font-size:10px;color:#7b7f83;margin-top:2px}

/* PRODUCT GRID */
.products-market{background:#fff;padding:18px 0 26px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 0 12px}.section-head h2{margin:0;font-size:20px;font-weight:700}.link-more{font-size:12px;color:#b76b2d;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-card{background:#fff;border:1px solid #dedede;border-radius:4px;overflow:hidden;position:relative}.product-card:hover{box-shadow:0 8px 22px rgba(0,0,0,.08)}.product-media{position:relative;aspect-ratio:1/1;background:#f5f5f5;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:8px;top:8px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:5px 8px;border-radius:12px}.badge.green{background:#56a864}.heart-btn{position:absolute;right:8px;top:8px;width:30px;height:30px;border:0;background:rgba(255,255,255,.92);border-radius:50%;display:grid;place-items:center;color:#374151;cursor:pointer}.heart-btn.active{color:#c93b35;background:#fff0ef}.product-body{padding:10px}.product-name{font-size:12px;line-height:1.35;min-height:33px}.rating{font-size:11px;color:#f59e0b;margin-top:7px}.rating span{color:#9aa0a6}.price-line{margin-top:9px}.price-old{font-size:10px;color:#a0a0a0;text-decoration:line-through;min-height:12px}.price{font-size:17px;color:#c14f1b;font-weight:700;margin-top:2px}.installment{font-size:10px;color:#6c737a;margin-top:3px;line-height:1.35}.product-actions{margin-top:10px}.product-actions .btn{width:100%;height:38px;border-radius:3px;font-size:12px}

/* COLLECTION AREA */
.collections-market{background:#ebe7e1;padding:34px 0 40px}.collections-market .section-head{margin-bottom:14px}.collections-market .section-head h2{font-size:28px;font-weight:400;letter-spacing:-.03em}.category-gallery-market{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.collection-card{position:relative;height:290px;overflow:hidden;border:1px solid #d6d3cf;border-radius:14px;background:#fff}.collection-card img{position:absolute;right:0;bottom:0;width:68%;height:100%;object-fit:cover}.collection-copy{position:relative;z-index:2;padding:26px 22px;max-width:56%}.collection-copy h3{font-size:28px;line-height:1.05;margin:10px 0}.collection-copy p{font-size:12px;line-height:1.45;margin:0 0 18px}.sale-card{background:linear-gradient(90deg,#a92220 0%,#be2925 44%,#eddad7 100%);color:#fff}.sale-card img{width:54%}.sale-card .collection-copy{max-width:56%}.light-card{background:linear-gradient(180deg,#707070,#f0f0f0);color:#fff}.light-card .collection-copy{text-shadow:0 1px 2px rgba(0,0,0,.45)}.light-card img{width:100%;opacity:.95}.dark-card{background:linear-gradient(180deg,#666,#aaa);color:#fff}.dark-card .collection-copy{text-shadow:0 1px 2px rgba(0,0,0,.45)}.dark-card img{width:100%}

/* INNER PAGES */
.product-page{display:grid;grid-template-columns:1fr 390px;gap:18px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery .main{grid-column:1/-1}.gallery-box{background:#fff;border:1px solid var(--line);overflow:hidden;aspect-ratio:1/1}.gallery-box img{width:100%;height:100%;object-fit:cover}.product-sidebar{position:sticky;top:20px;background:#fff;border:1px solid var(--line);padding:18px;height:max-content}.mini-stars{font-size:12px;color:#f59e0b;margin-top:10px}.variant-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.variant-btn{display:flex;align-items:center;gap:7px;border:1px solid #d9dde2;background:#fff;padding:8px 10px;border-radius:4px;font-size:12px;cursor:pointer}.variant-btn.active{border-color:#a87854;background:#fbf6f1}.variant-btn .swatch{width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.shipping-box{margin-top:14px;background:#f8f7f5;border:1px solid var(--line);padding:12px}.shipping-row{display:flex;gap:8px}.shipping-result{font-size:12px;color:#6e747a;line-height:1.5;margin-top:8px;min-height:18px}.detail-row{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-top:1px solid #ededed;font-size:12px}.detail-row:last-child{border-bottom:1px solid #ededed}
.account-grid{display:grid;grid-template-columns:260px 1fr;gap:14px}.account-menu a{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-bottom:1px solid #ededed}.account-menu a:last-child{border-bottom:0}.account-panel{padding:18px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.metric{background:#f8f7f5;border:1px solid #e6e5e3;padding:14px}.metric strong{display:block;font-size:10px;color:#777;text-transform:uppercase}.metric span{display:block;font-size:22px;font-weight:700;margin-top:6px}.orders-board{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.order-mini{background:#fff;border:1px solid var(--line);padding:14px}.order-mini strong{display:block;font-size:10px;color:#777;text-transform:uppercase}.order-mini span{display:block;font-size:23px;font-weight:700;margin-top:6px}.order-card{padding:16px;margin-bottom:12px}.order-head{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:12px;background:#edf7ef;color:#327345;font-size:11px}.status-pill.ship{background:#edf4ff;color:#3c68a8}.status-pill.production{background:#fff4e5;color:#a96620}.order-items{display:flex;gap:8px;overflow:auto;margin-top:14px}.order-item{min-width:235px;display:grid;grid-template-columns:68px 1fr;gap:9px;border:1px solid #e6e6e6;padding:8px;background:#fafafa}.order-item img{width:68px;height:68px;object-fit:cover}.order-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.timeline-step{padding:10px;background:#fafafa;border:1px solid #e4e4e4;font-size:11px}.timeline-step.active{background:#eef7f1;border-color:#cfe2d5}
.cart-page{display:grid;grid-template-columns:1fr 340px;gap:14px}.cart-row{display:grid;grid-template-columns:105px 1fr auto;gap:12px;padding:14px;border-bottom:1px solid #ededed;align-items:center}.cart-row img{width:105px;height:105px;object-fit:cover}.qty-control{display:inline-flex;border:1px solid #ddd;border-radius:3px;margin-top:8px;overflow:hidden}.qty-control button{width:32px;height:30px;border:0;background:#fff}.qty-control span{min-width:28px;display:grid;place-items:center}.summary-card{background:var(--green);color:#fff;padding:18px;position:sticky;top:20px;height:max-content}.summary-line{display:flex;justify-content:space-between;padding:10px 0}.summary-total{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);padding-top:14px;margin-top:6px;font-size:20px;font-weight:700}.checkout-steps{display:flex;gap:8px;margin-bottom:12px}.checkout-pill{padding:8px 12px;background:#fff;border:1px solid var(--line);font-size:12px}.checkout-grid{display:grid;grid-template-columns:1fr 350px;gap:14px}.step-card{padding:16px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field-grid .full{grid-column:1/-1}.step-header{display:flex;align-items:center;gap:9px;margin-bottom:11px}.step-index{width:30px;height:30px;border-radius:50%;background:#f0e1d3;color:#8c542b;display:grid;place-items:center;font-weight:700}

/* DRAWER & MODAL */
.drawer-overlay,.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);opacity:0;pointer-events:none;transition:.22s;z-index:70}.drawer-overlay.show,.modal-overlay.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;width:min(410px,100vw);height:100vh;background:#f5f5f5;transform:translateX(100%);transition:.28s;z-index:80;display:flex;flex-direction:column}.cart-drawer.show{transform:translateX(0)}.drawer-head{padding:18px;background:#fff;border-bottom:1px solid #dedede;display:flex;justify-content:space-between;align-items:center}.drawer-body{flex:1;overflow:auto;padding:0 14px}.drawer-row{display:grid;grid-template-columns:64px 1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid #dedede}.drawer-row img{width:64px;height:64px;object-fit:cover;border:1px solid #e5e5e5}.drawer-foot{background:#fff;border-top:1px solid #dedede;padding:16px}.drawer-actions{display:grid;gap:8px;margin-top:8px}.custom-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-48%);width:min(500px,calc(100vw - 24px));background:#fff;border:1px solid #ddd;box-shadow:0 26px 70px rgba(0,0,0,.2);z-index:90;opacity:0;pointer-events:none;transition:.2s}.custom-modal.show{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #ededed}.modal-body{padding:16px}.modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:0 16px 16px}.icon-btn{width:36px;height:36px;border:1px solid #ddd;background:#fff;display:grid;place-items:center;cursor:pointer}.custom-toast-stack{position:fixed;right:14px;top:14px;z-index:100;display:grid;gap:8px}.toast{min-width:260px;background:#fff;border:1px solid #ddd;border-left:4px solid var(--green);padding:12px;box-shadow:var(--shadow)}.toast.error{border-left-color:#cc3e32}.toast.info{border-left-color:var(--orange)}.toast strong{display:block}.toast span{display:block;font-size:12px;color:#72777d;margin-top:3px}
.support-launcher{position:fixed;right:14px;bottom:14px;z-index:60;display:flex;align-items:center;gap:8px}.support-chip{background:#fff;border:1px solid #ddd;border-radius:16px;padding:9px 12px;font-size:11px;box-shadow:var(--shadow)}.support-btn{width:54px;height:54px;border:0;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 22px rgba(37,211,102,.28)}.go-top{position:fixed;right:20px;bottom:78px;width:40px;height:40px;border:0;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;z-index:59}.support-chat{position:fixed;right:14px;bottom:78px;width:min(350px,calc(100vw - 24px));height:500px;background:#fff;border:1px solid #ddd;box-shadow:0 26px 70px rgba(0,0,0,.2);z-index:75;display:none;flex-direction:column}.support-chat.show{display:flex}.chat-head{background:var(--green);color:#fff;padding:15px}.chat-head small{display:block;color:rgba(255,255,255,.8);margin-top:3px}.chat-body{flex:1;overflow:auto;background:#f5f5f5;padding:12px;display:grid;align-content:start;gap:8px}.chat-msg{max-width:84%;padding:10px 11px;font-size:13px;line-height:1.4}.chat-msg.bot{background:#fff;border:1px solid #e5e5e5}.chat-msg.user{justify-self:end;background:var(--green);color:#fff}.chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:0 12px 10px;background:#f5f5f5}.chat-quick button{background:#fff;border:1px solid #ddd;padding:7px 9px;font-size:11px;cursor:pointer}.chat-foot{display:grid;grid-template-columns:1fr auto;gap:7px;padding:10px;border-top:1px solid #e4e4e4}.chat-foot input{height:40px;border:1px solid #ddd;padding:0 10px}.fly-clone{position:fixed;z-index:101;pointer-events:none;transition:transform .6s cubic-bezier(.2,.85,.2,1),opacity .6s;border-radius:4px;box-shadow:var(--shadow)}
.footer{background:#17382d;color:#fff;margin-top:30px}.footer .container{padding:28px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:20px}.footer h4{margin:0 0 10px;font-size:12px;text-transform:uppercase}.footer p,.footer a{font-size:12px;line-height:1.6;color:rgba(255,255,255,.76)}.footer-links{display:grid;gap:6px}.footer-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.14);padding-top:12px;margin-top:18px;font-size:11px;color:rgba(255,255,255,.6)}
.payment-screen{min-height:70vh;display:grid;place-items:center;text-align:center}.payment-box{max-width:520px;background:#fff;border:1px solid var(--line);padding:28px;box-shadow:var(--shadow)}.timer-big{font-size:44px;font-weight:700;color:var(--green);margin-top:12px}

@media(max-width:1050px){.header-market{grid-template-columns:1fr}.market-actions{justify-content:flex-start;flex-wrap:wrap}.hero-content{grid-template-columns:1fr}.hero-right{justify-content:flex-start}.products-grid{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr}.market-strip{grid-template-columns:1fr 1fr}.category-gallery-market{grid-template-columns:1fr}.product-page,.cart-page,.checkout-grid,.account-grid{grid-template-columns:1fr}.product-sidebar,.summary-card{position:static}.metrics,.orders-board{grid-template-columns:1fr 1fr}.order-head{grid-template-columns:1fr 1fr}.order-timeline{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.container{width:min(100% - 16px,1180px)}.header-mini-link>span:not(.bubble-count){display:none}.brand-copy strong{font-size:18px}.hero-copy-market .title-xl{font-size:38px}.hero-content{padding:20px}.hero-benefits{flex-wrap:wrap;justify-content:flex-start}.hero-quote{display:none}.market-strip{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}.product-gallery{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}.field-grid .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.order-head,.order-timeline{grid-template-columns:1fr}.promo-card.fixed-soft img,.promo-card.fixed-sale img{width:48%}.collection-card{height:245px}.collection-copy{max-width:58%;padding:20px 16px}.collection-copy h3{font-size:22px}}
@media(max-width:460px){.products-grid{grid-template-columns:1fr}.market-actions{gap:0}.header-mini-link{padding:0 6px}.brand img{width:38px;height:38px}.brand-copy strong{font-size:16px}.brand-copy span{font-size:8px}.market-nav .departments{min-width:170px}.hero-copy-market .title-xl{font-size:34px}.hero-copy-market p{font-size:14px}.benefit-round{width:100px}.market-strip .info-item{border-right:0}.support-chip{display:none}}


/* ===== cPanel / v6: larger marketplace layout ===== */
.container{width:min(1440px,calc(100% - 40px));}
.header-market{grid-template-columns:280px minmax(420px,1fr) auto;padding-top:16px;padding-bottom:16px;}
.brand img{width:54px;height:54px}.brand-copy strong{font-size:23px}.market-search{height:54px}.header-mini-link{height:52px}
.market-nav .container{width:min(1440px,calc(100% - 40px));}
.market-nav .nav-link,.market-nav .departments{height:46px;font-size:13px}.market-nav .departments{min-width:225px}

/* Full-bleed hero, while text remains aligned to the 1440px content grid. */
.hero-market>.container{width:100%;max-width:none;margin:0;}
.hero-market-shell{width:100%;min-height:570px;border-radius:0;}
.hero-market .hero-content{width:min(1440px,calc(100% - 64px));min-height:570px;margin:0 auto;padding:54px 0;}
.hero-market .hero-copy-market{max-width:560px}.hero-market .title-xl{font-size:clamp(52px,5vw,72px);line-height:.94}
.hero-market .hero-copy p{font-size:18px;line-height:1.55;max-width:540px}.hero-market .hero-cta{height:46px;padding:0 24px;font-size:15px}
.hero-market .hero-benefits{gap:28px}.hero-market .benefit-round{width:145px}.hero-market .benefit-round .icon{width:58px;height:58px}.hero-market .benefit-round strong{font-size:13px}.hero-market .benefit-round span{font-size:11px}
.hero-market .hero-quote{right:max(32px,calc((100vw - 1440px)/2 + 18px));top:90px;font-size:17px;max-width:220px}

/* Promotional blocks and benefits align back to the main content grid. */
.hero-market .promo-grid,.hero-market .market-strip{width:min(1440px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.hero-market .promo-grid{margin-top:14px;border-radius:12px;overflow:hidden}.promo-card{min-height:205px}.promo-card .copy{padding:22px 24px}.promo-card .copy h3{font-size:22px}.promo-card.fixed-sale .copy h3{font-size:19px}.promo-card.fixed-sale .big{font-size:26px}.promo-card .btn{height:40px;padding:0 18px}
.market-strip{margin-top:10px!important;border-radius:10px!important}.market-strip .info-item{min-height:78px;padding:16px}.market-strip .info-item strong{font-size:13px}.market-strip .info-item span{font-size:11px}

.products-market,.collections-market{padding-left:0;padding-right:0}.products-market .section-head h2,.collections-market .section-head h2{font-size:26px}.section-head{margin-top:26px;margin-bottom:14px}.products-grid{gap:14px}.product-body{padding:13px}.product-name{font-size:15px;min-height:42px}.price{font-size:20px}.installment{font-size:12px}.product-actions .btn{height:44px;font-size:13px}
.category-gallery-market{gap:16px}.collection-card{min-height:330px}.collection-copy{padding:30px 26px}.collection-copy h3{font-size:29px}.collection-copy p{font-size:14px}.collection-copy .btn{height:44px}

/* SweetAlert2 top-right toast: compact marketplace notification. */
.swal2-popup.swal2-toast.arte-toast{font-family:'Inter',Arial,sans-serif!important;background:#fff!important;color:#222!important;border:1px solid #dedede!important;border-radius:10px!important;box-shadow:0 14px 36px rgba(0,0,0,.16)!important;padding:.8rem .95rem!important;width:370px!important;}
.swal2-popup.swal2-toast.arte-toast .swal2-title{font-size:14px!important;font-weight:700!important;line-height:1.25!important;margin:0!important;color:#222!important;}
.swal2-popup.swal2-toast.arte-toast .swal2-html-container{font-size:12px!important;color:#6a6a6a!important;margin:.18rem 0 0!important;line-height:1.35!important;}
.swal2-popup.swal2-toast.arte-toast .swal2-icon{width:1.8em!important;height:1.8em!important;min-width:1.8em!important;margin:0 .7rem 0 0!important;}
.swal2-popup.swal2-toast.arte-toast .swal2-timer-progress-bar{background:#214a39!important;}
.swal2-popup.swal2-toast.arte-toast .swal2-close{font-size:1.4rem!important;color:#777!important;}

@media(max-width:1100px){
  .container,.market-nav .container,.hero-market .promo-grid,.hero-market .market-strip{width:min(100% - 28px,1440px)}
  .header-market{grid-template-columns:1fr}.hero-market .hero-content{width:min(100% - 40px,1440px);min-height:540px;padding:42px 0}.hero-market-shell{min-height:540px}
  .products-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .container,.market-nav .container,.hero-market .promo-grid,.hero-market .market-strip{width:min(100% - 18px,1440px)}
  .hero-market .hero-content{width:min(100% - 28px,1440px);min-height:500px;padding:34px 0}.hero-market-shell{min-height:500px}.hero-market .title-xl{font-size:44px}.hero-market .hero-copy p{font-size:15px}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .swal2-popup.swal2-toast.arte-toast{width:min(360px,calc(100vw - 22px))!important;}
}
@media(max-width:460px){.products-grid{grid-template-columns:1fr}.hero-market .title-xl{font-size:38px}}
