/* Recipe Clothing V3 inner-page parity layer.
 * Mirrors current UNIQLO US storefront layout patterns with Recipe-owned content/data.
 */
body.recipe-store--uniqlo-v3{--v3-red:#e60012;--v3-black:#111;--v3-text:#1b1b1b;--v3-muted:#666;--v3-light:#f7f7f7;--v3-line:#d9d9d9;--v3-max:1440px}
body.recipe-store--uniqlo-v3 .v3-primary-button{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid var(--v3-red);background:var(--v3-red);color:#fff!important;font-weight:700;text-decoration:none!important;text-align:center}
body.recipe-store--uniqlo-v3 .v3-primary-button:hover{background:#c90010;border-color:#c90010}
body.recipe-store--uniqlo-v3 .v3-secondary-link{color:#111;text-decoration:underline;text-underline-offset:3px}

/* ---------------- PLP / collection ---------------- */
body.recipe-store--uniqlo-v3 .v3-plp{width:100%;background:#fff;color:#111}
body.recipe-store--uniqlo-v3 .v3-plp__top,body.recipe-store--uniqlo-v3 .v3-plp__content{width:min(var(--v3-max),calc(100% - 64px));margin:0 auto}
body.recipe-store--uniqlo-v3 .v3-plp__top{padding:26px 0 0}
body.recipe-store--uniqlo-v3 .v3-plp__category-tabs{display:flex;gap:28px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #e5e5e5;margin-bottom:26px}
body.recipe-store--uniqlo-v3 .v3-plp__category-tabs::-webkit-scrollbar{display:none}
body.recipe-store--uniqlo-v3 .v3-plp__category-tabs a{flex:0 0 auto;padding:0 2px 13px;border-bottom:2px solid transparent;font-size:14px;font-weight:700;text-decoration:none}
body.recipe-store--uniqlo-v3 .v3-plp__category-tabs a.is-active,body.recipe-store--uniqlo-v3 .v3-plp__category-tabs a:hover{border-bottom-color:#111}
body.recipe-store--uniqlo-v3 .v3-plp__breadcrumbs,body.recipe-store--uniqlo-v3 .v3-directory__header nav,body.recipe-store--uniqlo-v3 .v3-search__header nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:20px;color:#777;font-size:11px}
body.recipe-store--uniqlo-v3 .v3-plp__breadcrumbs a,body.recipe-store--uniqlo-v3 .v3-directory__header nav a,body.recipe-store--uniqlo-v3 .v3-search__header nav a{text-decoration:none}
body.recipe-store--uniqlo-v3 .v3-plp h1{margin:0 0 10px;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-.015em}
body.recipe-store--uniqlo-v3 .v3-plp__description{max-width:760px;margin:0 0 24px;color:#555;line-height:1.55}
body.recipe-store--uniqlo-v3 .v3-plp__availability{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 20px;border-top:1px solid #eee}
body.recipe-store--uniqlo-v3 .v3-plp__availability div{display:flex;align-items:baseline;gap:12px}
body.recipe-store--uniqlo-v3 .v3-plp__availability strong{font-size:13px}
body.recipe-store--uniqlo-v3 .v3-plp__availability span{font-size:12px;color:#666}
body.recipe-store--uniqlo-v3 .v3-plp__availability a{font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
body.recipe-store--uniqlo-v3 .v3-plp__toolbar{position:sticky;top:var(--v3-head-desktop);z-index:70;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 max(32px,calc((100vw - var(--v3-max))/2));border-block:1px solid #ddd;background:rgba(255,255,255,.98)}
body.recipe-store--uniqlo-v3 .v3-plp__result-count{font-size:13px}
body.recipe-store--uniqlo-v3 .v3-plp__tools{display:flex;align-items:stretch;height:63px}
body.recipe-store--uniqlo-v3 .v3-plp__sort{display:flex;align-items:center;gap:12px;padding:0 20px;border-left:1px solid #ddd;font-size:12px}
body.recipe-store--uniqlo-v3 .v3-plp__sort select{height:40px;min-width:180px;border:0;background:#fff;font-weight:700;outline:none}
body.recipe-store--uniqlo-v3 .v3-plp__filter-button{min-width:118px;border:0;border-left:1px solid #ddd;background:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:700;cursor:pointer}
body.recipe-store--uniqlo-v3 .v3-plp__content{padding:32px 0 90px}
body.recipe-store--uniqlo-v3 .v3-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:50px 16px!important}
body.recipe-store--uniqlo-v3 .v3-product-card{position:relative!important;overflow:visible!important}
body.recipe-store--uniqlo-v3 .v3-product-card::before{display:none!important}
body.recipe-store--uniqlo-v3 .v3-product-card__link{display:block;text-decoration:none;color:#111}
body.recipe-store--uniqlo-v3 .v3-product-card__media{position:relative;aspect-ratio:3/4!important;background:#f4f4f4!important;overflow:hidden}
body.recipe-store--uniqlo-v3 .v3-product-card__media img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain!important;transition:opacity .22s ease!important}
body.recipe-store--uniqlo-v3 .v3-product-card__secondary{opacity:0}
@media(hover:hover){body.recipe-store--uniqlo-v3 .v3-product-card:hover .v3-product-card__secondary{opacity:1}body.recipe-store--uniqlo-v3 .v3-product-card:hover .v3-product-card__primary{opacity:0}}
body.recipe-store--uniqlo-v3 .v3-product-card__save{position:absolute;z-index:3;right:11px;top:11px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);color:#111}
body.recipe-store--uniqlo-v3 .v3-product-card__save svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}
body.recipe-store--uniqlo-v3 .v3-product-card__meta{display:block!important;padding:11px 0 0!important}
body.recipe-store--uniqlo-v3 .v3-product-card__eyebrow{margin:0 0 3px;color:#666;font-size:10px;line-height:1.35}
body.recipe-store--uniqlo-v3 .v3-product-card__meta h2{margin:0 0 5px;font-size:13px;font-weight:400;line-height:1.4;color:#111}
body.recipe-store--uniqlo-v3 .v3-product-card__price{display:flex!important;gap:8px!important;align-items:baseline!important;margin:0!important;color:#111!important;font-size:14px!important;font-weight:700!important}
body.recipe-store--uniqlo-v3 .v3-product-card__price del{color:#777;font-weight:400}
body.recipe-store--uniqlo-v3 .v3-product-card__sale-copy{margin:4px 0 0;color:#e60012;font-size:10px}
body.recipe-store--uniqlo-v3 .v3-product-card__rating{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:11px}
body.recipe-store--uniqlo-v3 .v3-product-card__rating>span{letter-spacing:1px;font-size:10px}
body.recipe-store--uniqlo-v3 .v3-product-card__rating strong{font-size:11px}.v3-product-card__rating small{color:#777}
body.recipe-store--uniqlo-v3 .v3-filter-panel{position:fixed;z-index:235;top:0;right:0;width:min(430px,92vw);height:100dvh;background:#fff;box-shadow:-12px 0 35px rgba(0,0,0,.14);display:flex;flex-direction:column}
body.recipe-store--uniqlo-v3 .v3-filter-panel[hidden]{display:none}
body.recipe-store--uniqlo-v3 .v3-filter-panel__head{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;font-size:20px}
body.recipe-store--uniqlo-v3 .v3-filter-panel__head button{width:40px;height:40px;border:0;background:transparent;font-size:28px;cursor:pointer}
body.recipe-store--uniqlo-v3 .v3-filter-panel__body{flex:1;overflow:auto;padding:0 24px}
body.recipe-store--uniqlo-v3 .v3-filter-panel fieldset{border:0;border-bottom:1px solid #ddd;margin:0;padding:24px 0;display:grid;gap:14px}
body.recipe-store--uniqlo-v3 .v3-filter-panel legend{font-size:15px;font-weight:700;margin-bottom:8px}
body.recipe-store--uniqlo-v3 .v3-filter-panel label{font-size:14px;display:flex;align-items:center;gap:10px}
body.recipe-store--uniqlo-v3 .v3-filter-panel input{width:20px;height:20px;accent-color:#111}
body.recipe-store--uniqlo-v3 .v3-filter-panel__category{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #eee;text-decoration:none}
body.recipe-store--uniqlo-v3 .v3-filter-panel__category span{color:#777;font-size:12px}
body.recipe-store--uniqlo-v3 .v3-filter-panel__footer{padding:16px 24px 22px;display:grid;grid-template-columns:1fr 1.4fr;gap:10px;border-top:1px solid #ddd}
body.recipe-store--uniqlo-v3 .v3-filter-panel__footer button{min-height:50px;border:1px solid #111;background:#fff;font-weight:700;cursor:pointer}
body.recipe-store--uniqlo-v3 .v3-filter-panel__footer button:last-child{background:#111;color:#fff}
body.recipe-store--uniqlo-v3 .v3-filter-backdrop{position:fixed;z-index:230;inset:0;background:rgba(0,0,0,.35)}body.recipe-store--uniqlo-v3 .v3-filter-backdrop[hidden]{display:none}

/* ---------------- PDP ---------------- */
body.recipe-store--uniqlo-v3 .v3-pdp-shell{width:min(1510px,calc(100% - 64px));margin:0 auto;padding:22px 0 100px!important}
body.recipe-store--uniqlo-v3 .v3-pdp-breadcrumb{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;margin:0 0 18px!important;color:#777;font-size:10px;scrollbar-width:none}
body.recipe-store--uniqlo-v3 .v3-pdp-breadcrumb::-webkit-scrollbar{display:none}
body.recipe-store--uniqlo-v3 .v3-pdp-breadcrumb a{text-decoration:none}
body.recipe-store--uniqlo-v3 .v3-pdp{display:grid!important;grid-template-columns:minmax(0,1.62fr) minmax(360px,.72fr)!important;gap:54px!important;align-items:start}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__layout{display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;gap:14px!important;align-items:start}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__thumbs{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;max-height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:none}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__thumbs::-webkit-scrollbar{display:none}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__thumbs .pdp-gallery__thumb{width:74px!important;aspect-ratio:3/4!important;border:1px solid transparent!important;padding:0!important;background:#f4f4f4!important;cursor:pointer;overflow:hidden}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__thumbs .pdp-gallery__thumb.is-active{border-color:#111!important}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__thumbs img{width:100%!important;height:100%!important;object-fit:contain!important}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__stage{position:relative!important;width:100%!important;max-width:none!important;aspect-ratio:3/4!important;min-height:0!important;background:#f4f4f4!important;overflow:hidden!important}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__stage .pdp-gallery__main{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center!important}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__counter{position:absolute;left:14px;bottom:13px;padding:6px 9px;background:rgba(255,255,255,.9);font-size:10px;display:flex;gap:3px}
body.recipe-store--uniqlo-v3 .v3-pdp-gallery__zoom{position:absolute;right:14px;bottom:13px;width:38px;height:38px;display:grid;place-items:center;background:rgba(255,255,255,.94);border-radius:50%;font-size:22px;text-decoration:none}
body.recipe-store--uniqlo-v3 .v3-pdp-summary__inner{position:sticky!important;top:calc(var(--v3-head-desktop) + 20px)!important;max-height:none!important;overflow:visible!important;padding:0!important}
body.recipe-store--uniqlo-v3 .v3-pdp-heading{padding-bottom:18px;border-bottom:1px solid #ddd}
body.recipe-store--uniqlo-v3 .v3-pdp-heading__topline{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:10px;color:#555;font-size:11px}
body.recipe-store--uniqlo-v3 .v3-pdp-heading__topline a{text-decoration:none;color:#111}
body.recipe-store--uniqlo-v3 .v3-pdp-heading h1{margin:0 0 8px!important;font-size:24px!important;font-weight:700!important;line-height:1.28!important;color:#111!important}
body.recipe-store--uniqlo-v3 .v3-pdp-intro{margin:0 0 8px;color:#555;font-size:13px;line-height:1.5}
body.recipe-store--uniqlo-v3 .v3-pdp-code{margin:0 0 14px;color:#777;font-size:10px}
body.recipe-store--uniqlo-v3 .v3-pdp-price{display:flex;gap:10px;align-items:baseline;margin:0!important}
body.recipe-store--uniqlo-v3 .v3-pdp-price .pdp-price__current{font-size:22px!important;font-weight:700!important}
body.recipe-store--uniqlo-v3 .v3-pdp-price .pdp-price__compare{font-size:14px!important;color:#777!important}
body.recipe-store--uniqlo-v3 .v3-pdp-sale-note{margin:4px 0 0;color:var(--v3-red);font-size:11px}
body.recipe-store--uniqlo-v3 .v3-pdp-purchase{margin:0!important;padding-top:18px}
body.recipe-store--uniqlo-v3 .v3-pdp-option-group{border:0!important;margin:0 0 22px!important;padding:0!important}
body.recipe-store--uniqlo-v3 .v3-pdp-option-group legend{width:100%;display:flex;align-items:center;gap:5px;margin-bottom:10px;font-size:12px;color:#111}
body.recipe-store--uniqlo-v3 .v3-pdp-option-group legend strong{font-weight:700}
body.recipe-store--uniqlo-v3 .v3-pdp-option-group legend>a{margin-left:auto;color:#111;font-size:11px;text-decoration:underline;text-underline-offset:3px}
body.recipe-store--uniqlo-v3 .v3-pdp-option-values{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
body.recipe-store--uniqlo-v3 .v3-pdp-option{position:relative;min-width:48px!important;min-height:42px!important;border:1px solid #aaa!important;border-radius:0!important;background:#fff!important;padding:8px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;cursor:pointer}
body.recipe-store--uniqlo-v3 .v3-pdp-option input{position:absolute;opacity:0;pointer-events:none}
body.recipe-store--uniqlo-v3 .v3-pdp-option:has(input:checked){border:2px solid #111!important;padding:7px 11px!important}
body.recipe-store--uniqlo-v3 .v3-pdp-option.is-unavailable{opacity:.35;text-decoration:line-through}
body.recipe-store--uniqlo-v3 .v3-pdp-option .product-color-swatch{width:24px!important;height:24px!important;border-radius:50%!important;background:var(--product-swatch)!important;border:1px solid #ccc!important}
body.recipe-store--uniqlo-v3 .v3-pdp-option.is-color-group span:last-child{font-size:11px}
body.recipe-store--uniqlo-v3 .v3-pdp-select-option{display:grid;gap:7px;margin-bottom:18px;font-size:12px;font-weight:700}
body.recipe-store--uniqlo-v3 .v3-pdp-select-option select{height:48px;border:1px solid #aaa;padding:0 12px;background:#fff}
body.recipe-store--uniqlo-v3 .v3-pdp-stock{margin:2px 0 6px!important;font-size:11px;color:#555!important}.v3-pdp-stock span{display:none!important}
body.recipe-store--uniqlo-v3 .variant-hint{margin:0 0 14px!important;font-size:10px!important;color:#777!important}
body.recipe-store--uniqlo-v3 .v3-pdp-qty-row{padding:15px 0;border-top:1px solid #ddd}
body.recipe-store--uniqlo-v3 .v3-pdp-qty-row>label{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700}
body.recipe-store--uniqlo-v3 .v3-pdp-qty-row .pdp-quantity__control{height:42px;display:grid;grid-template-columns:38px 44px 38px;border:1px solid #aaa}
body.recipe-store--uniqlo-v3 .v3-pdp-qty-row button,body.recipe-store--uniqlo-v3 .v3-pdp-qty-row input{border:0!important;background:#fff!important;text-align:center!important;min-width:0!important;padding:0!important}
body.recipe-store--uniqlo-v3 .v3-pdp-add{width:100%;min-height:54px!important;border:1px solid var(--v3-red)!important;background:var(--v3-red)!important;color:#fff!important;font-size:14px!important;font-weight:700!important;cursor:pointer}
body.recipe-store--uniqlo-v3 .v3-pdp-add:disabled{background:#ccc!important;border-color:#ccc!important;color:#666!important;cursor:not-allowed}
body.recipe-store--uniqlo-v3 .v3-pdp-wishlist{min-height:50px;margin-top:10px;border:1px solid #111;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:700;font-size:13px}
body.recipe-store--uniqlo-v3 .v3-pdp-wishlist span{font-size:20px}
body.recipe-store--uniqlo-v3 .v3-pdp-availability-card{margin-top:18px;padding:16px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
body.recipe-store--uniqlo-v3 .v3-pdp-availability-card strong{font-size:13px}.v3-pdp-availability-card p{margin:5px 0 7px;color:#555;font-size:11px}.v3-pdp-availability-card a{font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
body.recipe-store--uniqlo-v3 .v3-pdp-unavailable{display:grid;gap:12px;padding:22px 0}.v3-pdp-unavailable a{text-decoration:underline}
body.recipe-store--uniqlo-v3 .v3-pdp-information{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin-top:54px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fafafa}
body.recipe-store--uniqlo-v3 .v3-pdp-information>article{padding:28px 32px;border-right:1px solid #ddd;min-width:0}.v3-pdp-information>article:last-child{border-right:0}
body.recipe-store--uniqlo-v3 .v3-pdp-information h2{font-size:14px;margin:0 0 16px}.v3-pdp-information h3{font-size:12px;margin:24px 0 8px}.v3-pdp-information p,.v3-pdp-copy{font-size:11px;line-height:1.65;color:#444}.v3-pdp-information a{font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
body.recipe-store--uniqlo-v3 .v3-pdp-information dl{margin:20px 0 0;border-top:1px solid #ddd}.v3-pdp-information dl>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #e5e5e5;font-size:10px}.v3-pdp-information dd{margin:0}
body.recipe-store--uniqlo-v3 .v3-pdp-related{padding:58px 0 20px}.v3-pdp-related__head h2{margin:0 0 24px;font-size:24px}.v3-pdp-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.v3-related-card a{text-decoration:none;color:#111}.v3-related-card a>div{aspect-ratio:3/4;background:#f4f4f4;overflow:hidden}.v3-related-card img{width:100%;height:100%;object-fit:contain}.v3-related-card p{margin:10px 0 3px;color:#666;font-size:10px}.v3-related-card h3{margin:0 0 5px;font-size:13px;font-weight:400}.v3-related-card strong{font-size:13px}.v3-related-card del{color:#777;font-weight:400}
body.recipe-store--uniqlo-v3 .v3-pdp-reviews{margin:58px 0 0!important;padding:0!important;border-top:1px solid #ddd!important}.v3-pdp-reviews__head{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.v3-pdp-reviews__head h2{margin:0 0 5px;font-size:20px}.v3-pdp-reviews__head p{margin:0;font-size:12px}.v3-pdp-reviews__head button{min-width:140px;height:42px;border:1px solid #111;background:#fff;font-weight:700;cursor:pointer}.v3-pdp-review-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;padding-top:10px}.v3-pdp-reviews .pdp-review-card{padding:20px 0!important;border-bottom:1px solid #ddd!important}.v3-review-form{border:1px solid #ddd!important;padding:22px!important;box-shadow:none!important;position:static!important;background:#fff!important}.v3-review-form__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.v3-review-form__head button{border:0;background:transparent;font-size:24px;display:none}.v3-review-submit{min-height:48px;border:1px solid #111;background:#111;color:#fff;font-weight:700}

/* ---------------- Collections directory ---------------- */
body.recipe-store--uniqlo-v3 .v3-directory{width:min(var(--v3-max),calc(100% - 64px));margin:0 auto;padding:34px 0 90px}
body.recipe-store--uniqlo-v3 .v3-directory__header h1{margin:0 0 40px;font-size:30px}
body.recipe-store--uniqlo-v3 .v3-directory__departments{display:grid;gap:64px}
body.recipe-store--uniqlo-v3 .v3-directory__department-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px;border-bottom:1px solid #ddd;padding-bottom:13px}.v3-directory__department-head h2{margin:0;font-size:24px}.v3-directory__department-head a{font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
body.recipe-store--uniqlo-v3 .v3-directory__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:32px 20px}
body.recipe-store--uniqlo-v3 .v3-directory__card{display:block;text-align:center;text-decoration:none;color:#111;min-width:0}.v3-directory__image{height:170px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:12px;overflow:hidden;background:#fff}.v3-directory__image img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.v3-directory__card strong{display:block;font-size:14px;font-weight:400;line-height:1.3}.v3-directory__card small{display:block;margin-top:4px;color:#777;font-size:10px}

/* ---------------- Search ---------------- */
body.recipe-store--uniqlo-v3 .v3-search{width:min(var(--v3-max),calc(100% - 64px));margin:0 auto;padding:32px 0 90px}.v3-search__header h1{margin:0 0 22px;font-size:30px}.v3-search__header form{width:min(680px,100%);height:50px;display:grid;grid-template-columns:1fr 54px;border:1px solid #999}.v3-search__header input{border:0!important;padding:0 16px;font-size:16px;outline:0}.v3-search__header button{border:0;background:#fff;display:grid;place-items:center}.v3-search__header svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:1.6}.v3-search__empty{padding:72px 0;max-width:620px}.v3-search__empty h2{font-size:24px}.v3-search__empty p{color:#555}.v3-search__toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:34px;padding:12px 0;border-block:1px solid #ddd}.v3-search__toolbar label{display:flex;align-items:center;gap:12px;font-size:12px}.v3-search__toolbar select{height:40px;border:0;background:#fff;font-weight:700}.v3-search__grid{margin-top:30px;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:50px 16px!important}

/* ---------------- Bag ---------------- */
body.recipe-store--uniqlo-v3 .v3-bag{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:44px 0 100px}.v3-bag__header{display:flex;align-items:end;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #ddd}.v3-bag__header h1{margin:0;font-size:30px}.v3-bag__header span{color:#666;font-size:12px}.v3-bag__layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.65fr);gap:50px;align-items:start;padding-top:28px}.v3-bag__items{min-width:0}.v3-bag-item{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:22px;padding:0 0 26px;margin-bottom:26px;border-bottom:1px solid #ddd}.v3-bag-item__image{aspect-ratio:3/4;background:#f4f4f4;overflow:hidden}.v3-bag-item__image img{width:100%;height:100%;object-fit:contain}.v3-bag-item__info{display:flex;flex-direction:column;align-items:flex-start}.v3-bag-item__name{font-size:15px;font-weight:700;text-decoration:none}.v3-bag-item__info p{margin:8px 0 3px;color:#444;font-size:12px}.v3-bag-item__info small{color:#777;font-size:10px;margin-top:4px}.v3-bag-item__error{color:var(--v3-red);font-size:11px;margin-top:7px}.v3-bag-item__qty{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:11px;font-weight:700}.v3-bag-item__qty select{height:38px;min-width:62px;border:1px solid #999;padding:0 8px;background:#fff}.v3-bag-item__price{font-size:14px;white-space:nowrap}.v3-bag-update{min-height:44px;border:1px solid #111;background:#fff;padding:0 22px;font-weight:700;cursor:pointer}.v3-bag-summary{position:sticky;top:calc(var(--v3-head-desktop) + 24px);padding:24px;border:1px solid #ddd}.v3-bag-summary h2{margin:0 0 18px;font-size:18px}.v3-bag-summary>p{display:flex;justify-content:space-between;gap:20px;margin:0;padding:9px 0;font-size:12px}.v3-bag-summary>p strong{font-weight:400;text-align:right}.v3-bag-summary__total{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:16px 0;margin:10px 0 18px;border-top:1px solid #bbb;font-size:15px}.v3-bag-summary__note{display:block!important;margin:12px 0!important;color:#777;font-size:10px!important;line-height:1.45}.v3-bag-summary .v3-secondary-link{display:block;text-align:center;margin-top:14px;font-size:11px}.v3-bag-empty{padding:80px 0;max-width:560px}.v3-bag-empty h2{font-size:24px}.v3-bag-empty p{color:#555;margin-bottom:24px}

/* ---------------- Checkout ---------------- */
body.recipe-store--uniqlo-v3 .recipe-checkout.checkout-shell{width:min(1180px,calc(100% - 64px))!important;max-width:none!important;margin:0 auto!important;padding:42px 0 90px!important}.recipe-checkout>header{padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:30px!important}.recipe-checkout>header .eyebrow{display:none}.recipe-checkout>header h1{margin:0 0 8px!important;font-size:30px!important;font-weight:700!important}.recipe-checkout .hint{font-size:11px!important;color:#666!important}.recipe-checkout .checkout-layout{grid-template-columns:minmax(0,1.4fr) minmax(330px,.7fr)!important;gap:54px!important}.recipe-checkout .checkout-section{padding:0 0 30px!important;margin:0 0 30px!important;border-bottom:1px solid #ddd!important}.recipe-checkout .checkout-section__heading h2{font-size:18px!important}.recipe-checkout .checkout-field input,.recipe-checkout .checkout-field select{min-height:54px!important;border:1px solid #aaa!important;border-radius:0!important;background:#fff!important}.recipe-checkout .checkout-payment-options{gap:0!important;border:1px solid #aaa}.recipe-checkout .payment-choice{min-height:68px!important;border:0!important;border-bottom:1px solid #ddd!important;border-radius:0!important}.recipe-checkout .payment-choice:last-child{border-bottom:0!important}.recipe-checkout .payment-choice input{accent-color:#111}.recipe-checkout .checkout-sidebar{top:calc(var(--v3-head-desktop) + 24px)!important}.recipe-checkout .checkout-summary{border:1px solid #ddd!important;border-radius:0!important;background:#fff!important;padding:24px!important}.recipe-checkout .checkout-summary__media{border-radius:0!important;background:#f4f4f4!important;aspect-ratio:3/4!important}.recipe-checkout .checkout-summary__media img{object-fit:contain!important}.recipe-checkout .checkout-summary__qty{background:#111!important}.recipe-checkout .checkout-submit{min-height:54px!important;border-radius:0!important;background:var(--v3-red)!important;border-color:var(--v3-red)!important;font-size:13px!important}.recipe-checkout .checkout-submit:hover{background:#c90010!important}

/* ---------------- Account ---------------- */
body.recipe-store--uniqlo-v3 .customer-account-shell{width:min(1180px,calc(100% - 64px))!important;max-width:none!important;margin:0 auto!important;padding:44px 0 100px!important;color:#111!important}.customer-account-hero{max-width:none!important;text-align:left!important;margin:0 0 30px!important;padding-bottom:18px;border-bottom:1px solid #ddd}.customer-account-hero .eyebrow{display:none!important}.customer-account-hero h1{font-family:Arial,"Helvetica Neue",sans-serif!important;margin:0 0 8px!important;font-size:30px!important;font-weight:700!important;letter-spacing:-.015em!important}.customer-account-hero p{margin:0!important;color:#666!important;font-size:12px!important}.account-auth-card{max-width:520px!important;margin:52px auto!important;padding:30px!important;border:1px solid #ddd!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.account-auth-card .eyebrow{display:none!important}.account-auth-card h2{font-family:Arial,"Helvetica Neue",sans-serif!important;font-size:24px!important;font-weight:700!important}.account-form label{font-size:11px!important;font-weight:700!important;color:#111!important}.account-form input,.account-form select{min-height:50px!important;border:1px solid #999!important;border-radius:0!important;background:#fff!important}.account-form .lux-button,.account-auth-card .lux-button{min-height:52px!important;background:var(--v3-red)!important;border-color:var(--v3-red)!important;color:#fff!important}.customer-account-layout{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:46px!important}.account-nav{border:1px solid #ddd!important;background:#fff!important;padding:0!important;align-self:start}.account-nav>a,.account-nav form{border-bottom:1px solid #eee!important}.account-nav>a,.account-link-button{min-height:50px!important;padding:0 16px!important;display:flex!important;align-items:center!important;background:#fff!important;color:#111!important;text-decoration:none!important;border-radius:0!important;font-size:12px!important}.account-nav>a.active{border-left:4px solid var(--v3-red)!important;font-weight:700!important}.account-panel{border:1px solid #ddd!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding:26px!important}.account-panel .eyebrow{display:none!important}.account-panel h2{font-family:Arial,"Helvetica Neue",sans-serif!important;font-size:22px!important;font-weight:700!important}.account-stat-grid{gap:12px!important}.account-stat-grid article{border:1px solid #ddd!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.account-order-list>a{border-radius:0!important;border-color:#ddd!important}.address-grid article,.order-status-cards article{border-radius:0!important;border-color:#ddd!important;box-shadow:none!important;background:#fff!important}

/* ---------------- Content / error / confirmation / payment ---------------- */
body.recipe-store--uniqlo-v3 .content-page,body.recipe-store--uniqlo-v3 .page-hero,body.recipe-store--uniqlo-v3 .payment-forward,body.recipe-store--uniqlo-v3 .thank-you{width:min(980px,calc(100% - 64px))!important;max-width:980px!important;margin:0 auto!important;padding:50px 0 90px!important}.content-page h1,.page-hero h1,.payment-forward h1,.thank-you h1{font-family:Arial,"Helvetica Neue",sans-serif!important;font-weight:700!important;letter-spacing:-.015em!important}.thank-you__panel{border-radius:0!important;box-shadow:none!important}.thank-you .recipe-button,.payment-forward .recipe-button{background:var(--v3-red)!important;border-color:var(--v3-red)!important;color:#fff!important}

/* ---------------- Footer / consent ---------------- */
body.recipe-store--uniqlo-v3 .u-footer{margin-top:0!important;background:#f7f7f7!important;color:#111!important;border-top:1px solid #ddd!important}.u-footer__main{width:min(var(--v3-max),calc(100% - 64px));margin:0 auto;padding:52px 0;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:56px}.u-footer__logo{width:150px;height:auto;filter:invert(1);margin-bottom:18px}.u-footer__intro{max-width:360px;color:#666;font-size:12px;line-height:1.6}.u-footer h3{font-size:12px;margin:0 0 16px}.u-footer ul{list-style:none;padding:0;margin:0}.u-footer li{margin:10px 0}.u-footer a{color:#111;text-decoration:none;font-size:12px}.u-footer a:hover{text-decoration:underline}.u-footer__bottom{width:min(var(--v3-max),calc(100% - 64px));margin:0 auto;padding:18px 0;border-top:1px solid #ddd;display:flex;justify-content:space-between;gap:24px;color:#666;font-size:10px}.recipe-store--uniqlo-v3 .recipe-consent{left:20px!important;right:auto!important;bottom:20px!important;width:min(420px,calc(100% - 40px))!important;max-width:420px!important;border:1px solid #aaa!important;border-radius:0!important;box-shadow:0 10px 30px rgba(0,0,0,.15)!important;background:#fff!important;color:#111!important}.recipe-store--uniqlo-v3 .recipe-consent button{border-radius:0!important}

@media(max-width:1100px){
  body.recipe-store--uniqlo-v3 .v3-product-grid,body.recipe-store--uniqlo-v3 .v3-search__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.recipe-store--uniqlo-v3 .v3-directory__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.recipe-store--uniqlo-v3 .v3-pdp{grid-template-columns:minmax(0,1.4fr) minmax(330px,.75fr)!important;gap:34px!important}
  body.recipe-store--uniqlo-v3 .v3-pdp-review-layout{grid-template-columns:1fr 320px;gap:30px}
}

@media(max-width:760px){
  body.recipe-store--uniqlo-v3 .v3-plp__top,body.recipe-store--uniqlo-v3 .v3-plp__content,body.recipe-store--uniqlo-v3 .v3-directory,body.recipe-store--uniqlo-v3 .v3-search,body.recipe-store--uniqlo-v3 .v3-bag,body.recipe-store--uniqlo-v3 .recipe-checkout.checkout-shell,body.recipe-store--uniqlo-v3 .customer-account-shell{width:calc(100% - 30px)!important}
  body.recipe-store--uniqlo-v3 .v3-plp__top{padding-top:20px}.v3-plp__category-tabs{margin-bottom:20px!important;gap:22px!important}.v3-plp__breadcrumbs{margin-bottom:14px!important}.v3-plp h1{font-size:24px!important}.v3-plp__availability{align-items:flex-start!important;flex-direction:column!important;gap:9px!important}.v3-plp__availability div{display:grid!important;gap:3px!important}
  body.recipe-store--uniqlo-v3 .v3-plp__toolbar{top:150px;padding:0 15px;min-height:58px}.v3-plp__result-count{font-size:11px!important}.v3-plp__tools{height:57px!important}.v3-plp__sort>span{display:none}.v3-plp__sort{padding:0 10px!important;border-left:0!important}.v3-plp__sort select{min-width:110px!important;max-width:130px;font-size:11px}.v3-plp__filter-button{min-width:85px!important;padding:0 10px!important;font-size:11px}.v3-plp__content{padding-top:22px!important}
  body.recipe-store--uniqlo-v3 .v3-product-grid,body.recipe-store--uniqlo-v3 .v3-search__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 10px!important}.v3-product-card__meta h2{font-size:12px!important}.v3-product-card__price{font-size:12px!important}.v3-product-card__save{width:31px!important;height:31px!important;right:8px!important;top:8px!important}
  body.recipe-store--uniqlo-v3 .v3-filter-panel{width:100vw;max-width:none}

  body.recipe-store--uniqlo-v3 .v3-pdp-shell{width:100%!important;padding:0 0 64px!important}.v3-pdp-breadcrumb{padding:12px 15px!important;margin:0!important;border-bottom:1px solid #eee}.v3-pdp{display:block!important}.v3-pdp-gallery__layout{display:block!important}.v3-pdp-gallery__thumbs{display:flex!important;grid-template-columns:none!important;max-height:none!important;overflow-x:auto!important;padding:10px 15px 0!important;gap:8px!important;order:2}.v3-pdp-gallery__thumbs .pdp-gallery__thumb{flex:0 0 56px!important;width:56px!important}.v3-pdp-gallery__stage{aspect-ratio:3/4!important}.v3-pdp-summary{padding:24px 18px 0!important}.v3-pdp-summary__inner{position:static!important}.v3-pdp-heading h1{font-size:21px!important}.v3-pdp-information{grid-template-columns:1fr!important;margin-top:42px!important}.v3-pdp-information>article{border-right:0!important;border-bottom:1px solid #ddd;padding:24px 18px!important}.v3-pdp-related{padding:42px 15px 0!important}.v3-pdp-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 10px!important}.v3-pdp-reviews{margin:42px 15px 0!important}.v3-pdp-review-layout{grid-template-columns:1fr!important}.v3-pdp-reviews__head button{min-width:120px}.v3-review-form{position:fixed!important;z-index:260;inset:auto 0 0 0;max-height:86dvh;overflow:auto;transform:translateY(110%);transition:transform .22s ease;border:0!important;border-top:1px solid #bbb!important;box-shadow:0 -12px 30px rgba(0,0,0,.16)!important}.v3-review-form.is-open{transform:none}.v3-review-form__head button{display:block!important}

  body.recipe-store--uniqlo-v3 .v3-directory{padding-top:24px}.v3-directory__header h1{font-size:26px!important;margin-bottom:30px!important}.v3-directory__departments{gap:50px!important}.v3-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 14px!important}.v3-directory__image{height:120px!important}.v3-directory__card strong{font-size:12px!important}
  body.recipe-store--uniqlo-v3 .v3-search{padding-top:22px}.v3-search__header h1{font-size:26px!important}.v3-search__toolbar{align-items:stretch!important}.v3-search__toolbar label>span{display:none}

  body.recipe-store--uniqlo-v3 .v3-bag{padding-top:28px}.v3-bag__header h1{font-size:26px!important}.v3-bag__layout{grid-template-columns:1fr!important;gap:30px!important;padding-top:22px!important}.v3-bag-item{grid-template-columns:104px minmax(0,1fr)!important;gap:14px!important}.v3-bag-item__price{grid-column:2;justify-self:start;margin-top:-12px}.v3-bag-summary{position:static!important;padding:20px!important}
  body.recipe-store--uniqlo-v3 .recipe-checkout>header h1{font-size:26px!important}.recipe-checkout .checkout-layout{grid-template-columns:1fr!important;gap:22px!important}.recipe-checkout .checkout-sidebar{position:static!important;order:-1}.recipe-checkout .checkout-summary{display:none}.recipe-checkout .checkout-summary.is-open{display:block}
  body.recipe-store--uniqlo-v3 .customer-account-hero h1{font-size:26px!important}.customer-account-layout{grid-template-columns:1fr!important;gap:24px!important}.account-nav{display:flex!important;overflow-x:auto!important;scrollbar-width:none}.account-nav>a,.account-nav form{flex:0 0 auto!important;border-bottom:0!important;border-right:1px solid #eee!important}.account-nav>a.active{border-left:0!important;border-bottom:3px solid var(--v3-red)!important}
  body.recipe-store--uniqlo-v3 .u-footer__main{width:calc(100% - 36px);grid-template-columns:1fr 1fr;gap:34px 24px;padding:40px 0}.u-footer__main>div:first-child{grid-column:1/-1}.u-footer__bottom{width:calc(100% - 36px);flex-direction:column;gap:8px}.recipe-store--uniqlo-v3 .recipe-consent{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-width:none!important}
}

@media(max-width:430px){body.recipe-store--uniqlo-v3 .v3-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.v3-directory__image{height:104px!important}.v3-pdp-heading__topline{font-size:10px}.v3-pdp-option{min-width:44px!important;padding-inline:9px!important}.v3-pdp-option:has(input:checked){padding-inline:8px!important}}
