.market-page{max-width:1240px;margin:0 auto;padding:28px 24px 70px;color:#173654;font-family:Arial,sans-serif}.market-page *{box-sizing:border-box}.market-page a{color:#1959ed;text-decoration:none}.market-page h1{font-size:32px;line-height:1.25;margin:20px 0}.market-page h2{font-size:25px;margin:22px 0}.market-page p{line-height:1.65}.market-page small{color:#62758b}.market-subnav{display:flex;gap:22px;flex-wrap:wrap;padding-bottom:22px}.market-hero{background:linear-gradient(120deg,#0f2744,#1b448a);border-radius:24px;padding:50px;display:grid;grid-template-columns:1.2fr 1fr;color:#fff;margin-bottom:38px}.market-hero h1{font-size:52px;color:white;line-height:1.07;letter-spacing:-2px}.market-hero em{color:#9edcff;font-style:normal;text-shadow:0 0 25px #36c8ee55}.market-hero small{color:#91d4f0;letter-spacing:2px;font-size:10px}.market-hero p{color:#dfebff}.market-white{display:inline-block;padding:16px 24px;background:white;border-radius:12px;margin-top:20px;font-weight:700}.market-art{position:relative;align-self:center;justify-self:center;width:220px;height:240px;background:linear-gradient(140deg,#9fbeff,#83dce5);border-radius:25px;transform:rotate(-8deg);padding:28px;color:#214f9f;box-shadow:20px 30px 60px #041a4077}.market-art b{font-size:90px}.market-art span{display:block;font-size:24px;font-weight:700}.market-filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.market-page input,.market-page select,.market-page textarea{border:1px solid #cbd8e9;border-radius:10px;background:white;color:#173654;padding:12px;min-width:0;font:inherit;max-width:100%}.market-filters input{width:130px}.market-filters input[name=q]{flex:1;min-width:200px}.market-page button{cursor:pointer;font:inherit}.market-primary{background:#215efa!important;color:white!important;border:0;border-radius:10px;display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:12px 20px;font-weight:700;box-shadow:0 4px 12px #2462ee20}.market-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.market-card{min-width:0;background:white;border:1px solid #dce5f1;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:12px}.market-image{aspect-ratio:3/4;display:flex;position:relative;background:#edf2f9;border-radius:12px;overflow:hidden;align-items:center;justify-content:center}.market-image img{width:100%;height:100%;object-fit:contain}.market-card h3{font-size:17px;line-height:1.4;margin:0}.market-card h3 a{color:#173654}.market-card .market-primary{margin-top:auto}.market-price{font-size:27px;line-height:1.3;display:block}.video-badge{position:absolute;bottom:8px;left:8px;background:#fff;border-radius:8px;padding:6px;font-size:12px}.market-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:40px;margin-top:25px}.market-stage{aspect-ratio:3/4;background:#edf2f7;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.market-stage img,.market-stage video{height:100%;width:100%;object-fit:contain}.market-stage [hidden]{display:none}.market-gallery-controls{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.market-gallery-controls button,.market-modal-header button{width:44px;height:44px;border:1px solid #d6e0ee;border-radius:12px;background:white;color:#173654}.market-thumbs{display:flex;overflow:auto;gap:8px;padding-bottom:10px}.market-thumbs button{flex:0 0 58px;height:76px;padding:2px;border:2px solid transparent;border-radius:8px;background:#eef3f9}.market-thumbs [aria-pressed=true]{border-color:#225cff}.market-thumbs img{width:100%;height:100%;object-fit:contain}.market-thumbs small{display:block}.market-buybox,.market-seller,.market-order{background:white;border:1px solid #dce5f1;border-radius:18px;padding:24px;margin:20px 0}.market-buybox .market-primary{width:100%}.market-buybox p{font-size:13px;color:#536881}.market-seller{display:grid;gap:8px;background:#eef5ff}.market-seller span{font-size:12px;color:#057ea8}.market-description{white-space:pre-line}.market-page dl{display:grid;grid-template-columns:1fr 1fr;gap:14px}.market-page dd{margin:0}.market-page dt{color:#5f748c}.market-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.market-page form label{display:grid;gap:8px;margin:16px 0;font-size:14px}.market-page label.market-check{display:flex;align-items:center;flex-wrap:wrap}.market-page input[type=checkbox]{width:18px;height:18px}.market-admin-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px;border-bottom:1px solid #d5dfed}.market-modal{position:fixed;inset:0;margin:auto;border:1px solid #d3dfee;border-radius:18px;padding:0;width:min(550px,calc(100% - 20px));max-height:calc(100dvh - 24px);background:white;color:#173654;overflow:hidden}.market-modal[open]{display:flex;flex-direction:column}.market-modal::backdrop{background:#152f5477;backdrop-filter:blur(3px)}.market-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #dce5f1;flex-shrink:0}.market-modal-header button{font-size:28px}.market-modal-body{overflow:auto;padding:22px;overscroll-behavior:contain}.market-notice{padding:16px;background:#e6f7ef;border-radius:12px;color:#186548}.market-error{background:#fff0ef;color:#9a2828;padding:16px;border-radius:12px}body.market-modal-open{overflow:hidden}@media(max-width:1000px){.market-products{grid-template-columns:repeat(3,minmax(0,1fr))}.market-hero h1{font-size:42px}}@media(max-width:600px){.market-page{padding:18px 14px 40px}.market-subnav{gap:14px;font-size:12px}.market-hero{padding:28px 24px;grid-template-columns:1fr;position:relative;overflow:hidden}.market-hero h1{font-size:39px}.market-art{position:absolute;right:-20px;bottom:-55px;opacity:.2;pointer-events:none}.market-hero>div:first-child{z-index:1}.market-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.market-card{padding:10px;gap:10px;border-radius:14px}.market-card h3{font-size:14px}.market-card small{font-size:11px}.market-price{font-size:22px}.market-card .market-primary{padding:10px;font-size:13px}.market-detail,.market-fields{grid-template-columns:1fr;gap:16px}.market-detail h1{font-size:26px}.market-stage{max-height:65dvh}.market-page input,.market-page textarea,.market-page select{font-size:16px;width:100%}.market-filters>*{flex:1 1 40%}.market-filters input[name=q]{flex-basis:100%}.market-order,.market-buybox{padding:18px}.market-admin-row{align-items:start;flex-direction:column}.market-admin-row a{padding:10px 0}.market-modal-body{padding:18px}.market-page h1{font-size:28px}.market-gallery-controls button{min-height:44px}}

.market-detail>section,.market-gallery{min-width:0;width:100%}.market-stage{width:100%}.market-thumbs{max-width:100%}
/* Approved marketplace composition */
.market-page{max-width:1368px;font-family:Manrope,'Golos Text',Arial,sans-serif}.market-storebar{display:flex;align-items:center;gap:22px;margin:0 0 20px}.market-search{display:flex;flex:1;border:2px solid #245afa;border-radius:11px;padding:3px;min-width:0;background:white}.market-search input{border:0;flex:1;width:100%;min-width:0;padding:8px 12px}.market-search button{font-size:27px;width:48px;min-height:40px;padding:0;border-radius:7px;box-shadow:none}.market-saved{border:0;background:none;color:#173654;display:grid;justify-items:center;gap:3px;font-size:11px;min-height:44px}.market-saved b{background:#e9efff;border-radius:10px;color:#245afa;padding:2px 5px}.market-hero{grid-template-columns:1.25fr 1fr;border-radius:20px;padding:40px 50px 35px;background:radial-gradient(ellipse at 80% 90%,#266ade 0%,#173876 40%,#102b54 85%);min-height:340px;gap:20px;margin:20px 0}.market-hero h1{font-size:44px;line-height:1.15;letter-spacing:-1.8px;margin:18px 0}.market-hero p{font-size:14px;line-height:1.65;margin:0 0 22px}.market-hero em{color:#6ee1ff}.market-hero .market-white{font-size:12px;padding:11px 20px;margin:0}.market-hero .market-hero-note{display:block;font-size:10px;letter-spacing:0;margin-top:13px;color:#bdcde9}.market-visual{position:relative;min-height:280px}.market-visual-label{position:absolute;right:0;top:0;font-size:9px;letter-spacing:2px;color:#98c8fb}.market-visual-bag{position:absolute;left:18%;top:45px;width:195px;height:230px;background:#e7f1ff;color:#235bda;transform:rotate(-9deg);border-radius:8px 8px 20px 20px;box-shadow:12px 20px 35px #071c4244;display:flex;flex-direction:column;align-items:center;justify-content:center}.market-visual-bag::before{content:'';position:absolute;top:-32px;border:7px solid #dcecff;border-bottom:0;border-radius:38px 38px 0 0;width:70px;height:45px}.market-visual-bag b{font-size:90px;line-height:1.2}.market-visual-bag span{font-size:8px;letter-spacing:1px;text-align:center}.market-visual-card{position:absolute;right:0;bottom:0;background:#aceadd;color:#125b61;border-radius:17px;padding:22px 30px;transform:rotate(9deg);font-size:35px;line-height:1}.market-visual-card strong{font-size:23px;line-height:1.3;display:block;margin-top:10px}.market-quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:40px}.market-quick-links a{padding:19px;background:white;border:1px solid #e0e6f0;border-radius:14px;display:flex;align-items:center;gap:15px;color:#162d4c}.market-quick-links a>span{background:#eef3ff;border-radius:10px;width:40px;height:40px;flex-shrink:0;display:grid;place-items:center;font-size:23px;color:#245afa}.market-quick-links a>div{flex:1;min-width:0}.market-quick-links b{font-size:13px}.market-quick-links small{display:block;font-size:10px;color:#60708a;margin-top:3px}.market-quick-links i{font-style:normal}.market-catalog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.market-catalog-heading>div>small{font-size:10px;letter-spacing:2px;font-weight:700}.market-catalog-heading h2{margin:7px 0 0;font-size:27px}.market-catalog-heading>label{display:flex;gap:10px;align-items:center;font-size:11px;color:#60708a}.market-catalog-heading select{font-size:12px}.market-catalog-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:26px}.market-side{min-width:0;padding-right:12px}.market-side h3{font-size:15px;margin:0 0 18px}.market-side label{display:block;font-size:12px;font-weight:700;margin:18px 0}.market-side select{width:100%;margin-top:7px;font-size:12px}.market-side fieldset{border:0;padding:0;margin:0}.market-side legend{font-size:12px;font-weight:700;margin-bottom:7px}.market-price-range{display:flex;gap:6px}.market-price-range input{width:50%;font-size:12px}.market-side>a{display:block;font-size:11px;margin:14px 0}.market-apply{padding:10px 15px;border-radius:9px;border:1px solid #dae4f3;background:white;color:#245afa;margin-top:12px}.market-side-note{border-top:1px solid #e0e6f0;margin-top:24px;padding-top:22px}.market-side-note>span{display:block;color:#245afa;font-size:24px}.market-side-note b{font-size:12px}.market-side-note p{font-size:11px;color:#60708a;margin-top:7px}.market-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}.market-card{padding:0;border:0;border-radius:0;background:transparent;gap:10px}.market-image-wrap{position:relative}.market-image{height:300px;aspect-ratio:auto;background:#edf0f6;border-radius:13px;padding:18px}.market-image img{border-radius:5px;object-fit:contain}.market-heart{position:absolute;right:9px;top:9px;border:1px solid #dbe4ef;background:#fff;color:#28587d;border-radius:50%;width:38px;height:38px;font-size:25px;line-height:1}.market-heart[aria-pressed=true]{color:#215efa;background:#edf4ff}.market-format{position:absolute;left:10px;bottom:10px;background:#fffffff0;color:#486080;border-radius:7px;padding:4px 7px;font-size:10px}.market-card .market-price{font-size:23px}.market-card h3{font-size:15px;font-weight:600;line-height:1.55}.market-card>small{font-size:11px}.market-card .market-primary{min-height:44px;font-size:13px}.market-primary:disabled{background:#e1e8f2!important;color:#66778d!important;box-shadow:none;cursor:not-allowed}.market-card-details{font-size:11px;text-align:center;padding:4px}.market-bottom-banner{margin-top:55px;background:#eaf0ff;border-radius:18px;padding:35px}.market-bottom-banner>small{font-size:10px;letter-spacing:2px}.market-bottom-banner h2{margin:12px 0}.market-bottom-banner p{font-size:13px;color:#60708a}.market-bottom-banner button{border:0;border-radius:10px;padding:12px 18px;background:white;color:#245afa;font-weight:600}.market-saved-empty{padding:18px;background:#fff;border-radius:12px}.market-page [hidden]{display:none!important}@media(max-width:1000px){.market-products{grid-template-columns:repeat(2,minmax(0,1fr))}.market-catalog-layout{grid-template-columns:180px minmax(0,1fr);gap:18px}.market-visual-bag{left:5%;width:170px;height:215px}.market-visual-card{padding:18px}.market-quick-links a{padding:14px;gap:10px}}@media(max-width:600px){.market-storebar{display:grid;grid-template-columns:1fr auto;gap:12px}.market-storebar>.market-primary{grid-column:1;grid-row:2;font-size:12px;padding:10px;width:85px}.market-search{grid-column:1/-1;grid-row:2;margin-left:94px}.market-saved{grid-column:2;grid-row:1;display:flex;gap:8px;justify-self:end}.market-search input{font-size:13px}.market-hero{position:relative;grid-template-columns:1fr;padding:30px 24px;min-height:350px}.market-hero h1{font-size:38px}.market-hero p{font-size:14px}.market-visual{position:absolute;right:12px;bottom:10px;width:130px;min-height:130px;opacity:.5;pointer-events:none}.market-visual-label{display:none}.market-visual-bag{width:85px;height:100px;top:18px;left:10px}.market-visual-bag b{font-size:40px}.market-visual-bag span{font-size:4px}.market-visual-bag::before{width:35px;height:25px;top:-18px;border-width:4px}.market-visual-card{padding:10px;font-size:18px;right:-10px}.market-visual-card strong{font-size:12px;margin:5px 0 0}.market-hero>div:first-child{position:relative;z-index:1}.market-hero .market-hero-note{max-width:230px}.market-quick-links{grid-template-columns:1fr;gap:9px;margin-bottom:28px}.market-quick-links a{padding:13px 15px}.market-catalog-heading{align-items:start;flex-direction:column;gap:14px}.market-catalog-heading h2{font-size:25px}.market-catalog-heading>label{align-self:stretch;justify-content:space-between}.market-catalog-heading select{width:auto}.market-catalog-layout{grid-template-columns:minmax(0,1fr);gap:20px}.market-side{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0}.market-side h3,.market-side-note{display:none}.market-side label{margin:0}.market-side fieldset{grid-column:1/-1}.market-side select,.market-price-range input{font-size:16px;padding:10px}.market-apply{margin:0;min-height:44px}.market-side>a{margin:0;align-self:center;text-align:center}.market-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.market-image{height:235px;padding:10px}.market-card h3{font-size:14px}.market-card .market-price{font-size:21px}.market-heart{width:36px;height:36px}.market-bottom-banner{padding:25px;margin-top:35px}.market-bottom-banner h2{font-size:24px}}@media(max-width:360px){.market-image{height:205px}.market-card h3{font-size:13px}.market-card .market-price{font-size:19px}.market-hero h1{font-size:34px}.market-search input{padding-left:6px}.market-search button{width:40px}.market-format{font-size:9px;left:6px}.market-heart{right:6px;top:6px}}
/* Product, checkout and mobile filters */
.market-detail{gap:44px;align-items:start;margin-top:28px}.market-product-info{padding:8px 0}.market-product-meta{display:flex;justify-content:space-between;align-items:center;gap:14px}.market-product-meta>span{background:#e9effb;color:#31527b;padding:6px 11px;border-radius:8px;font-size:12px}.market-product-info h1{font-size:32px;line-height:1.32;letter-spacing:-.7px;margin:20px 0 24px}.market-buybox{padding:26px;border:1px solid #dce5ef;box-shadow:0 12px 35px #173b6c06;border-radius:20px;margin:0 0 18px}.market-price-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.market-price-heading>span{font-size:11px;color:#247155;background:#eaf7ef;border-radius:20px;padding:5px 9px}.market-buybox>.market-price{font-size:37px;letter-spacing:-1px;color:#142f4c}.market-delivery-line{display:flex;gap:12px;align-items:center;border-top:1px solid #e7ecf4;margin:21px 0;padding-top:18px}.market-delivery-line>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f0f5fc;color:#3167b2;flex-shrink:0}.market-delivery-line b{font-size:13px;font-weight:600}.market-delivery-line small{display:block;font-size:11px;line-height:1.6;margin-top:3px}.market-buybox [data-checkout]{display:flex;justify-content:space-between;padding:16px 20px;min-height:54px;border-radius:12px;font-size:15px}.market-payment-note{font-size:11px;text-align:center;color:#647791;line-height:1.6;margin-top:12px}.market-seller{display:flex;align-items:center;gap:13px;background:white;border:1px solid #e1e8f2;padding:18px;border-radius:16px;margin:0 0 24px}.market-seller-avatar{width:43px;height:43px;background:#eaf3ff;color:#1b61dc;border-radius:12px;display:grid;place-items:center;font-size:26px;font-weight:800;flex-shrink:0}.market-seller>div:nth-child(2){flex:1}.market-seller b{font-size:13px}.market-seller span{display:block;font-size:11px;margin-top:5px}.market-seller .market-seller-mark{display:grid;place-items:center;background:#e6f7ef;color:#1a8661;width:24px;height:24px;border-radius:50%;margin:0}.market-description-block{padding:22px 0;border-top:1px solid #dfe6ef}.market-description-block h2{font-size:21px;margin:0 0 14px}.market-description-block p{font-size:14px;color:#51647c}.market-description-block dl{font-size:13px;row-gap:0}.market-description-block dt,.market-description-block dd{padding:12px 0;border-bottom:1px solid #e1e8f1}.market-stage{background:#eaf0f7;padding:18px;border:1px solid #e2e9f2;max-height:680px}.market-stage img{border-radius:10px}.market-thumbs button{background:white}.market-modal{width:min(570px,calc(100% - 32px));border:0;border-radius:22px;box-shadow:0 28px 100px #12223d44;max-height:calc(100dvh - 32px)}.market-modal-header{padding:16px 22px;background:#fff}.market-modal-header>div{display:grid;gap:4px}.market-modal-header small{font-size:9px;letter-spacing:1.7px;color:#69809b}.market-modal-header b{font-size:14px;color:#29405b}.market-modal-header button{display:grid;place-items:center;flex-shrink:0;background:#f6f8fc;border:1px solid #e2e8f1}.market-modal-body{padding:22px 26px 26px}.market-checkout-steps{display:flex;gap:22px;padding:0;margin:0 0 24px;list-style:none;font-size:12px;color:#8491a3}.market-checkout-steps li{display:flex;align-items:center;gap:7px}.market-checkout-steps b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#edf1f7;font-size:10px}.market-checkout-steps [aria-current]{color:#215efa;font-weight:700}.market-checkout-steps [aria-current] b{background:#215efa;color:#fff}.market-checkout-product{display:flex;align-items:center;gap:17px;background:#f5f7fb;border-radius:14px;padding:15px;margin-bottom:23px}.market-checkout-product>img{width:63px;height:88px;object-fit:contain;border-radius:5px;flex-shrink:0}.market-checkout-product>div{min-width:0}.market-checkout-product small{font-size:10px}.market-checkout-product h2{font-size:16px;line-height:1.4;margin:5px 0 9px;letter-spacing:-.2px}.market-checkout-product strong{font-size:16px}.market-modal-body form>label{font-size:12px;font-weight:600;margin:0 0 22px}.market-modal-body input[type=email]{margin-top:2px;border-color:#d6e0ec;background:#fff;min-height:48px;padding:12px 14px;font-size:15px}.market-delivery-options{border:0;padding:0;margin:0}.market-delivery-options legend{font-size:12px;font-weight:600;margin-bottom:10px}.market-page .market-delivery-options label{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #e0e6ef;border-radius:12px;margin:0 0 8px;cursor:pointer}.market-delivery-options label:has(input:checked){border-color:#729eff;background:#f2f6ff;box-shadow:0 0 0 1px #729eff22}.market-delivery-options input[type=radio]{width:17px;height:17px;accent-color:#215efa;flex-shrink:0;margin:0;padding:0}.market-delivery-options label>span{flex:1;min-width:0}.market-delivery-options b{font-size:12px}.market-delivery-options small{display:block;font-size:10px;margin-top:4px}.market-delivery-options strong{font-size:11px;font-weight:600;color:#375677}.market-modal-body .market-address-hint{font-size:11px;line-height:1.65;color:#75869b;margin:12px 0 20px}.market-payment-total{padding:17px 0 20px;border-top:1px solid #e1e7f0}.market-payment-total>div{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#60728a;margin-bottom:10px}.market-payment-total .market-total-final{border-top:1px solid #e8edf4;padding-top:16px;margin:16px 0 0;align-items:center;color:#173654}.market-total-final b{font-size:16px}.market-total-final strong{font-size:26px;letter-spacing:-.6px}.market-pay-submit{width:100%;display:flex;justify-content:space-between;min-height:53px;border-radius:12px;font-size:15px;padding:15px 18px}.market-modal-body .market-secure-note{font-size:10px;color:#78889a;text-align:center;margin:11px 0 0}.market-wait-note{font-size:12px;color:#60728a;line-height:1.6}.market-side{background:#fff;border:1px solid #e1e8f1;border-radius:16px;padding:18px;height:fit-content}.market-side h3{font-size:14px}.market-side-note{display:none}.market-side select,.market-price-range input{background:#f8faff;border-color:#e0e7f1;border-radius:10px}.market-catalog-layout{grid-template-columns:220px minmax(0,1fr)}.market-catalog-heading>label{padding:5px 5px 5px 13px;background:white;border:1px solid #e1e8f1;border-radius:11px}.market-catalog-heading select{border:0;background:transparent}.market-card{background:#fff;border:1px solid #e2e8f1;border-radius:17px;padding:12px;transition:box-shadow .18s}.market-card:hover{box-shadow:0 10px 30px #294b7910}.market-card .market-image{height:270px;padding:12px}.market-card h3{line-height:1.45}.market-filter-toggle-row{display:none}.market-filter-panel{width:min(420px,calc(100% - 24px))}.market-filter-panel .market-side{border:0;background:transparent;padding:0;width:100%}.market-filter-panel .market-side>h3{display:none}.market-filter-panel .market-side label{display:block;margin:0 0 20px}.market-filter-panel .market-side select{margin-top:9px}.market-filter-panel .market-price-range input{width:50%}.market-filter-panel .market-apply{width:100%;background:#215efa;color:#fff;min-height:49px;margin-top:22px}.market-filter-panel .market-side>a{display:block;text-align:center;margin:18px 0 0}.market-filter-panel .market-side{display:block}.market-filter-panel .market-side-note{display:none}@media(max-width:1000px){.market-detail{gap:28px}.market-product-info h1{font-size:27px}.market-buybox{padding:22px}.market-catalog-layout{grid-template-columns:190px minmax(0,1fr)}.market-side{padding:14px}}@media(max-width:700px){.market-detail{grid-template-columns:minmax(0,1fr);gap:22px}.market-product-info{padding:0}.market-product-info h1{font-size:25px;line-height:1.35;margin:14px 0 20px}.market-buybox{padding:21px;border-radius:17px}.market-buybox>.market-price{font-size:33px}.market-product-meta{font-size:11px}.market-stage{max-height:62dvh;min-height:280px;padding:14px}.market-gallery-controls{margin:10px 0}.market-thumbs button{height:64px;flex-basis:49px}.market-gallery{margin-top:0}.market-seller{padding:15px}.market-catalog-layout{grid-template-columns:minmax(0,1fr)}.market-filter-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:-6px 0 19px}.market-filter-toggle{display:flex;align-items:center;gap:9px;border:1px solid #d9e3f0;background:white;color:#274767;border-radius:11px;padding:11px 15px;min-height:44px;font-size:13px}.market-filter-toggle span{background:#edf2fa;border-radius:6px;padding:2px 6px;font-size:11px}.market-filter-toggle-row>small{font-size:11px}.market-catalog-heading{gap:16px;margin-bottom:22px}.market-catalog-heading>label{width:100%;font-size:12px}.market-catalog-heading select{max-width:70%;font-size:13px}.market-card{padding:10px;border-radius:14px;gap:10px}.market-card .market-image{height:230px;padding:8px}.market-card h3{font-size:13px;line-height:1.45}.market-card .market-price{font-size:22px}.market-card .market-primary{min-height:46px;font-size:13px}.market-card>small{font-size:10px}.market-card-details{font-size:10px}.market-products{gap:12px}.market-modal{width:calc(100% - 16px);max-height:calc(100dvh - 16px);border-radius:19px}.market-modal-header{padding:13px 16px}.market-modal-body{padding:18px 18px max(22px,env(safe-area-inset-bottom));overflow-x:hidden}.market-modal-body input[type=email]{font-size:16px}.market-checkout-steps{margin-bottom:20px}.market-checkout-product{padding:12px;gap:12px;margin-bottom:22px}.market-checkout-product h2{font-size:14px}.market-checkout-product img{width:52px;height:76px}.market-delivery-options label{padding:12px!important}.market-delivery-options strong{font-size:10px}.market-delivery-options small{font-size:10px}.market-payment-total{padding-bottom:17px}.market-total-final strong{font-size:24px}.market-pay-submit{font-size:14px;min-height:52px}.market-description-block h2{font-size:21px}.market-description-block p{font-size:14px}}@media(max-width:360px){.market-card .market-image{height:193px}.market-card .market-price{font-size:19px}.market-card{padding:8px}.market-modal-body{padding:16px 14px}.market-checkout-product h2{font-size:13px}.market-checkout-product img{width:43px;height:66px}.market-product-info h1{font-size:23px}.market-buybox{padding:18px}.market-delivery-options label{gap:8px}.market-delivery-options strong{font-size:9px}}
.market-legal-links{border-top:1px solid #dce5ef;display:flex;flex-wrap:wrap;gap:18px;padding:22px 0;margin-top:40px;font-size:12px}.market-terms{max-width:880px;margin:10px auto;background:white;border:1px solid #dce5ef;border-radius:20px;padding:36px}.market-terms-intro>small{letter-spacing:1.5px;font-size:10px}.market-terms-intro h1{font-size:34px}.market-terms-intro p{color:#61748e;font-size:13px}.market-terms>nav{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.market-terms>nav a{background:#eef4ff;border-radius:9px;padding:9px 12px;font-size:12px}.market-terms section{padding-top:14px;scroll-margin-top:140px}.market-terms h2{font-size:22px;line-height:1.4}.market-terms section p,.market-terms li{font-size:14px;line-height:1.85;color:#314963}.market-terms li{margin-bottom:10px}.market-accept-note,.market-delivery-terms{font-size:12px!important;line-height:1.7;color:#536b87;white-space:pre-line}.market-accept-note{margin:10px 0 16px}.market-accept-note a{text-decoration:underline}.market-delivery-terms{background:#f3f7fd;padding:12px;border-radius:10px}@media(max-width:600px){.market-terms{padding:22px 18px}.market-terms-intro h1{font-size:27px}.market-terms h2{font-size:20px}.market-terms section p,.market-terms li{font-size:14px;overflow-wrap:anywhere}.market-legal-links{gap:12px;font-size:11px}}

/* Purchase detail: payment, item and delivery */
.market-page .purchase-back{display:inline-flex;align-items:center;min-height:44px;font-size:13px;margin-bottom:16px}.purchase-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.purchase-heading small,.purchase-kicker{font-size:10px;letter-spacing:1.4px;color:#6582a2}.market-page .purchase-heading h1{font-size:32px;margin:8px 0;line-height:1.2}.purchase-heading p{font-size:12px;color:#718198;margin:0}.purchase-status{display:inline-flex;align-items:center;gap:8px;background:#fff4df;color:#845408;border:1px solid #f5e4c3;padding:10px 14px;border-radius:30px;font-size:12px;font-weight:700}.purchase-status:before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.purchase-status.is-paid{background:#e8f8f1;color:#147951;border-color:#ccebdd}.purchase-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.purchase-main{display:grid;gap:20px;min-width:0}.purchase-panel{background:white;border:1px solid #dce5f2;border-radius:22px;padding:28px;min-width:0}.purchase-product{display:flex;gap:24px;align-items:center}.purchase-product>img,.purchase-placeholder{width:112px;height:148px;object-fit:contain;background:#f2f6fc;border-radius:12px;flex-shrink:0}.purchase-placeholder{display:grid;place-items:center;color:#245afa;font-size:48px}.purchase-product>div{min-width:0}.market-page .purchase-product h2{font-size:22px;line-height:1.45;margin:10px 0;overflow-wrap:anywhere}.purchase-product small,.purchase-product p{font-size:12px;color:#6c7f98}.purchase-product a{font-size:12px}.market-page .purchase-next h2,.market-page .purchase-summary h2{font-size:21px;margin:8px 0 16px;line-height:1.35}.purchase-next p{font-size:14px;line-height:1.8;color:#60738e}.purchase-info{background:#f0f5ff;border-radius:12px;padding:17px;margin-top:18px;font-size:13px;line-height:1.8;color:#3c587b;overflow-wrap:anywhere}.purchase-info strong{display:block}.purchase-summary dl{margin:24px 0}.purchase-summary dl>div{display:flex;justify-content:space-between;align-items:baseline;gap:15px;margin:14px 0;font-size:13px}.purchase-summary dt{color:#6a7e99}.purchase-summary dd{margin:0;white-space:nowrap;font-weight:700}.purchase-summary .purchase-total{border-top:1px solid #e4ebf4;padding-top:22px;margin-top:22px}.purchase-total dt{font-weight:700;color:#173654}.purchase-total dd{font-size:26px}.purchase-actions{display:grid;gap:12px}.market-page .purchase-secondary{display:inline-flex;justify-content:center;align-items:center;min-height:48px;border:1px solid #d5e1f4;border-radius:11px;padding:12px 18px;color:#245afa;background:#f4f7ff;font-size:13px;font-weight:700;text-decoration:none}.purchase-actions .market-primary{display:flex;align-items:center;justify-content:center;min-height:48px;margin:0;text-align:center;font-size:14px}.purchase-caption{font-size:11px;line-height:1.8;color:#73849b;text-align:center;margin:16px 0 0}.purchase-delivery{border-top:1px solid #e4ebf4;margin-top:24px;padding-top:18px}.purchase-delivery h3{font-size:14px;margin:0 0 8px}.purchase-delivery p{font-size:12px;line-height:1.8;color:#677b97}.purchase-terms{display:block;margin-top:18px;font-size:11px}.purchase-next form{margin-top:24px}.purchase-next .market-check{margin:20px 0;line-height:1.7}.purchase-panel a:focus-visible{outline:3px solid #6694ff;outline-offset:3px}.purchase-secondary:hover{background:#e9f0ff}.purchase-next input,.purchase-next textarea{min-width:0;max-width:100%}
@media(max-width:900px){.purchase-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px}.purchase-panel{padding:22px}.purchase-product{align-items:flex-start;gap:16px}.purchase-product>img,.purchase-placeholder{width:85px;height:116px}.market-page .purchase-product h2{font-size:18px}}
@media(max-width:700px){.purchase-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:20px}.market-page .purchase-heading h1{font-size:27px}.purchase-layout{display:flex;flex-direction:column;gap:18px}.purchase-main{display:contents}.purchase-panel{width:100%;box-sizing:border-box;padding:20px;border-radius:17px}.purchase-product{order:0}.purchase-summary{order:1}.purchase-next{order:2}.purchase-product>img,.purchase-placeholder{width:76px;height:104px}.market-page .purchase-product h2{font-size:16px;margin:6px 0;line-height:1.5}.purchase-product small{font-size:10px}.purchase-next .market-fields{grid-template-columns:minmax(0,1fr)}.purchase-next form>.market-primary{width:100%;white-space:normal}.purchase-next .market-check{display:block;font-size:12px}.purchase-next .market-check input{margin-right:6px}.purchase-heading small{font-size:9px}}
