
/* YAPP storefront: shared navigation, member flows and product detail. */
html:has(body.catalog-design){font-size:16px}
body.catalog-design{--ink:#202d30;--muted:#627174;--green:#087d77;--blue:#087d77;color:var(--ink);line-height:1.5}
.catalog-design .wrap,.catalog-design .page{width:min(1360px,calc(100% - 64px));max-width:1360px}
.catalog-design button,.catalog-design a,.catalog-design input{touch-action:manipulation}
.catalog-design :focus-visible{outline:3px solid #cf9450;outline-offset:3px}
.catalog-design .catalog-header{background:#124c53}
.portal-nav{display:flex;gap:28px;align-items:center;justify-content:center;padding:14px 32px 8px;margin:auto;font-size:.86rem;font-weight:650}
.portal-nav a{color:white;text-decoration:none;position:relative;padding:3px 0 8px;white-space:nowrap}
.portal-nav a[aria-current="page"]:after{content:"";height:3px;background:#b5e4c2;position:absolute;bottom:0;left:0;right:0}
.catalog-header-inner{width:min(1500px,calc(100% - 64px));grid-template-columns:auto minmax(200px,1fr) auto;gap:30px;padding:17px 0 25px}
.brand-group{display:flex;align-items:center;gap:19px}
.catalog-design .catalog-header .brand{font-size:1.65rem;letter-spacing:-.04em;display:block;border-bottom:4px solid #b5e4c2;padding:4px 0 7px}
.catalog-header-search{grid-template-columns:minmax(0,1fr) 50px}
.catalog-design .catalog-header input[type=search]{height:55px;font-size:1rem}
.catalog-design .catalog-header .easy-search button,.catalog-design .catalog-header #search-button{min-width:72px;font-size:.88rem;min-height:55px;background:white;color:#2d676b;border-left:1px solid #e2e9e6}
.catalog-design .catalog-header .barcode-open{background:transparent;border:1px solid #719799;width:50px;height:55px;border-radius:5px}
.catalog-header-actions{gap:19px}
.catalog-design .catalog-header .header-icon{border:0!important;background:transparent!important;color:#fff;min-width:38px;min-height:44px;padding:0;display:flex;align-items:center;gap:8px;font-size:.85rem;position:relative;text-decoration:none;white-space:nowrap;box-shadow:none}
.header-icon svg{height:27px;width:27px;flex-shrink:0}
.favorite-count{position:absolute;left:17px;top:0;background:#b5e4c2;color:#194943;border-radius:15px;font-size:10px;min-width:16px;text-align:center;padding:1px 4px}
.catalog-design .browse-nav.departments{background:#35676c;display:flex;padding:0 max(32px,calc((100vw - 1360px)/2));overflow:auto;scrollbar-width:none;justify-content:space-between;gap:0}
.catalog-design .departments a{color:white;flex:1 0 115px;min-width:115px;max-width:180px;min-height:83px;flex-direction:column;font-size:.78rem;font-weight:500;gap:8px;padding:14px 10px;border:0}
.catalog-design .departments a svg{width:27px;height:27px}
.catalog-design .departments a:hover{background:#477a7d}
.catalog-design .departments a:after{display:none}
.catalog-design .catalog-home{padding-top:28px}
.catalog-intro{margin-bottom:24px;border-bottom:1px solid #e6ecea;padding-bottom:18px}
.catalog-intro h1{font-size:1.6rem}
.catalog-intro .catalog-overline{display:none}
.catalog-intro>p{font-size:.8rem}
.topic-strip{gap:30px}
.topic-strip a{font-size:.83rem;min-width:112px}
.topic-image{width:103px;height:103px;border:2px solid #5fab95;background:white;padding:4px}
.catalog-showcase{grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr);gap:32px}
.catalog-section-heading h2{font-size:1.55rem;font-weight:600}
.catalog-section-heading .catalog-overline{display:none}
.home-product-grid{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}
.home-product-card{position:relative;border-radius:7px;border-color:#d6dcd9}
.home-product-photo{height:225px;padding:18px;background:#f4f5f4}
.home-product-body{padding:15px;gap:9px}
.home-product-body h3{font-size:1rem;line-height:1.4;min-height:4.2em}
.home-product-shop{font-size:.75rem}
.home-product-rating{font-size:.75rem}
.home-product-price{font-size:1.65rem;color:#bf612c}
.home-product-shipping{font-size:.71rem}
.home-product-link{font-size:.85rem}
.catalog-feature{min-height:490px;border-radius:8px}
.feature-copy>strong{font-size:2rem}
.feature-button{background:transparent;color:white;border-radius:4px;font-size:.95rem;padding:13px 18px}
.catalog-feature .feature-tag{background:#dcefe5;font-size:.8rem}
.catalog-price-note{font-size:.74rem}
.favorite-button{position:absolute;right:13px;top:13px;width:43px;height:43px;border:0;border-radius:50%;background:white;color:#13857c;box-shadow:0 1px 6px #163c3510;display:grid;place-items:center;z-index:1;cursor:pointer}
.favorite-button svg{width:28px;height:28px}
.favorite-button[aria-pressed=true] svg{fill:#148579;stroke:#148579}
.catalog-design .compact-product{position:relative}
.catalog-design .compact-visual .card-image{height:225px}
.catalog-design .compact-visual img{height:180px;max-height:180px}
.catalog-design .compact-product .product-name-button{font-size:1rem}
.catalog-design .catalog-reference-price{font-size:1.6rem}
.catalog-design .compact-content{padding:15px}
.catalog-design .compact-actions .button{font-size:.85rem}
.site-modal-open{overflow:hidden}
.site-dialog{border:0;border-radius:12px;padding:28px;color:#243b3c;background:white;box-shadow:0 20px 70px #09262c38;width:min(480px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto}
.site-dialog::backdrop{background:#0e293b70}
.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.dialog-heading h2{font-size:1.35rem;margin:0}
.dialog-close{display:grid;place-items:center;width:40px;height:40px;flex:none;border:0;border-radius:50%;background:#f1f5f3;color:#2c494a;cursor:pointer}
.dialog-close svg{width:23px;height:23px}
.dialog-lead{font-size:.95rem;line-height:1.7;margin:0 0 22px;color:#587072}
.account-form{display:flex;flex-direction:column;gap:20px}
.account-form[hidden]{display:none}
.account-form label{font-size:.9rem;font-weight:600;display:flex;flex-direction:column;gap:9px}
.account-form input:not([type=checkbox]){border:1px solid #b9cac6;border-radius:5px;background:white;padding:13px 14px;width:100%;min-height:48px;color:#213d3e;box-sizing:border-box;font-size:1rem}
.account-form .consent-row{display:flex;flex-direction:row;align-items:start;gap:10px;font-size:.8rem;font-weight:400}
.consent-row input{width:19px;height:19px;flex:none;margin:0;accent-color:#087d77}
.catalog-design .site-dialog .primary,.catalog-design .member-page .primary{border:0;background:#087d77;color:white;padding:13px 20px;border-radius:5px;min-height:47px;cursor:pointer;font-weight:650;display:inline-block;text-decoration:none;text-align:center}
.site-dialog .secondary,.member-page .secondary{border:1px solid #9abbb2;background:white;color:#13645e;padding:11px 16px;border-radius:5px;text-decoration:none;display:inline-block}
.dialog-footnote{font-size:.78rem;line-height:1.7;color:#647677;margin:18px 0 0}
.account-feedback{font-size:.85rem;color:#885222}
.menu-drawer{height:100dvh;max-height:100dvh;max-width:390px;width:calc(100% - 36px);margin:0;border-radius:0;padding:24px;box-sizing:border-box}
.drawer-section-title{font-size:.77rem;font-weight:700;color:#758582;border-top:1px solid #e1e9e4;padding-top:20px;margin:22px 0 10px}
.drawer-categories{display:grid;grid-template-columns:1fr 1fr;gap:4px}
.drawer-categories a{padding:14px 5px;color:#244b4a;display:flex;flex-direction:column;align-items:start;gap:9px;text-decoration:none;font-size:.88rem}
.drawer-categories svg{width:26px;height:26px}
.drawer-link{display:flex;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #edf0ee;color:#2d4b4b;font-size:.94rem;text-decoration:none}
.drawer-link svg{width:22px;height:22px}
.account-menu>.primary{width:100%;margin-bottom:15px}
.account-greeting{font-size:1rem;font-weight:650}
.account-email{font-size:.88rem;overflow-wrap:anywhere;color:#5c6f6e}
.breadcrumbs{font-size:.8rem;color:#627876;margin:24px 0}
.member-title{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 30px}
.member-title h1{font-size:2rem;margin:0}
.member-title p{color:#647573;font-size:.95rem}
.member-tabs{display:flex;border-bottom:1px solid #dbe4df;gap:32px;overflow:auto;white-space:nowrap}
.member-tabs a{padding:18px 0;color:#546b68;font-weight:600;text-decoration:none;border-bottom:3px solid transparent;font-size:.96rem}
.member-tabs a[aria-current]{color:#087d77;border-color:#087d77}
.member-empty{padding:65px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#f8faf8;border-radius:8px;margin:30px 0}
.member-empty>svg{width:60px;height:60px;color:#7ea499}
.member-empty h2{font-size:1.45rem;margin:24px 0 10px}
.member-empty p{font-size:.95rem;color:#667c74;margin-bottom:25px}
.member-records{display:flex;flex-direction:column;margin:28px 0}
.member-record{display:grid;grid-template-columns:64px 1fr auto;gap:25px;padding:28px 0;border-bottom:1px solid #dce6df}
.record-icon{display:grid;place-items:center;background:#eaf4ee;width:64px;height:64px;border-radius:8px;color:#318772;font-size:2rem}
.record-info>a{font-weight:650;color:#203f3a;text-decoration:none;font-size:1.05rem}
.record-info p{font-size:.8rem;color:#6b7c74}
.record-target{display:block;color:#b3632b;font-size:1.1rem}
.record-actions{display:flex;flex-direction:column;gap:10px;align-items:center}
.text-action{border:0;background:transparent;text-decoration:underline;color:#377368;padding:10px;min-height:44px;cursor:pointer;font-size:.85rem}
.danger{color:#a34532}
.watch-notice{padding:16px 20px;background:#f7f2e9;border-radius:6px;font-size:.85rem}
.account-settings{max-width:680px;padding:32px 0;display:flex;flex-direction:column;align-items:start;gap:15px}
.account-settings h2{margin:0;font-size:1.4rem}
.account-settings p{margin:0}
.member-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#173f3d;color:white;box-shadow:0 5px 25px #163e3c30;border-radius:8px;padding:13px 20px;max-width:min(500px,calc(100% - 32px));width:max-content;font-size:.88rem;opacity:0;pointer-events:none;z-index:100}
.member-toast.shown{opacity:1;transform:translate(-50%,0)}
.membership-info{max-width:850px!important;padding-bottom:30px}
.membership-info h1{font-size:2rem}.membership-info h2{font-size:1.2rem;margin-top:30px}
.catalog-design .simple-steps{display:none}
.catalog-design #offer-section{padding-top:24px}
.product-breadcrumbs{font-size:.8rem;margin:4px 0 22px;color:#677675}
.catalog-design .back-actions{margin:0 0 20px;display:flex;gap:16px}
.catalog-design .back-actions .button{border:0;padding:3px 0;font-size:.82rem;text-decoration:underline;background:none}
.catalog-design .product-summary{display:grid;grid-template-columns:320px 1fr;padding:0;background:white;border:0;border-radius:0;gap:44px;position:relative;margin:0 0 25px}
.catalog-design .product-summary .summary-image{height:310px;width:100%;display:flex;align-items:center;justify-content:center;background:white;border:0;padding:18px}
.catalog-design .product-summary .summary-image img{width:100%;height:100%;object-fit:contain}
.catalog-design .product-summary h2{font-size:1.65rem;line-height:1.4;margin:10px 0;font-weight:650}
.catalog-design .product-summary .summary-brand{color:#688079;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.catalog-design .product-summary .favorite-button{right:auto;left:268px;top:10px;background:#f4f7f4}
.product-start-price{font-size:2rem;color:#bd622f;font-weight:750;margin:18px 0 3px}
.product-start-price small{font-size:.85rem;color:#758078;font-weight:400;display:block;margin-bottom:5px}
.product-start-note{font-size:.78rem;color:#64796f}
.product-hero-actions{display:flex;gap:10px;margin:19px 0}
.product-hero-actions button{font-size:.87rem;padding:11px 18px;min-height:44px}
.product-tools{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e2e8e3;border-bottom:1px solid #e2e8e3;margin:24px 0}
.product-tools button{display:flex;gap:9px;align-items:center;justify-content:center;padding:17px 12px;min-height:70px;border:0;border-right:1px solid #e2e8e3;background:white;font-size:1rem;color:#2b4240;cursor:pointer}
.product-tools button:last-child{border-right:0}
.product-tools svg{width:25px;height:25px}
.product-tools button:hover{background:#f2f7f3}
.variant-section{margin:24px 0 30px}
.variant-section h3{font-size:1.06rem;font-weight:650;margin:0 0 14px}
.variant-grid{display:flex;gap:15px;overflow:auto;padding:2px 2px 12px;scroll-snap-type:x proximity}
.variant-card{flex:0 0 160px;border:1px solid #d4ddd8;border-radius:6px;padding:0;display:flex;flex-direction:column;text-align:left;background:white;overflow:hidden;color:#2e443e;position:relative;cursor:pointer;scroll-snap-align:start}
.variant-card[aria-pressed=true]{border:2px solid #16857a}
.variant-card[aria-pressed=true]:after{content:"✓";position:absolute;right:0;top:0;background:#16857a;color:white;padding:1px 6px}
.variant-card img{width:100%;height:125px;object-fit:contain;background:#f4f6f3;padding:12px;box-sizing:border-box}
.variant-card strong{font-size:.86rem;padding:12px 12px 3px;line-height:1.5}
.variant-card span{padding:4px 12px 12px;color:#b2612c;font-size:1rem;font-weight:700}
.variant-note{font-size:.75rem;color:#65776c;margin:6px 0}
.catalog-design #comparison-summary{margin:25px 0;background:#f8faf7!important}
.catalog-design .offer-heading-row{margin:15px 0}
.catalog-design .offer-heading-row h2{font-size:1.5rem}
.catalog-design .offer-heading-row .eyebrow{display:none}
.offer-price-tabs{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 17px}
.offer-price-tabs button{border:1px solid #c7d3cd;background:white;color:#415b50;border-radius:5px;padding:10px 18px;font-size:.93rem;min-height:44px;cursor:pointer}
.offer-price-tabs button[aria-pressed=true]{border:2px solid #2e6255;color:#245749;background:#eff7f1;padding:9px 17px}
.catalog-design .other-offers{background:#f4f6f3;border:0;border-radius:9px;padding:24px;margin-top:24px}
.catalog-design .other-offers>summary{font-size:1.3rem;list-style:none;pointer-events:none;margin-bottom:18px}
.catalog-design .other-offers>summary::-webkit-details-marker{display:none}
.catalog-design .filter-details{background:none;border:0;margin-bottom:15px}
.catalog-design .filter-details summary{font-size:.85rem}
.catalog-design .offer-list{display:flex;flex-direction:column;gap:16px}
.catalog-design .offer-card,.catalog-design .offer-card.best{display:grid;grid-template-columns:1fr 190px 200px;background:white;border:1px solid #d6dfd8;padding:24px;border-radius:8px;gap:20px;box-shadow:none}
.catalog-design .offer-card.best{border:1px solid #afd1bd}
.catalog-design .offer-card .offer-provider{font-size:.73rem;color:#597368;margin:0}
.catalog-design .offer-card h3{font-size:1.15rem;margin:5px 0 9px}
.catalog-design .offer-card .offer-price{font-size:1.8rem;font-weight:750;color:#253e32;margin:0}
.catalog-design .offer-card .price-label,.catalog-design .offer-card .offer-shipping{font-size:.76rem}
.catalog-design .offer-card .button{width:100%;font-size:.93rem;color:white;background:#148d72;border-color:#148d72;border-radius:5px;min-height:47px;display:flex;align-items:center;justify-content:center}
.catalog-design .offer-card .offer-action{display:flex;flex-direction:column;justify-content:center}
.catalog-design .offer-card .offer-action small{font-size:.69rem;color:#7a887f;margin-top:8px}
.catalog-design .offer-card .offer-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}
.catalog-design .offer-card .badge{font-size:.66rem}
.catalog-design .offer-card .badge.best{background:#fff5e8;color:#aa622b;border:1px solid #efcca3}
.catalog-design .offer-card .offer-listing{font-size:.78rem}
.catalog-design .reward-controls{border:0;background:#f1f6f1;padding:14px 18px;margin:14px 0}
.catalog-design .reward-controls label{font-size:.9rem}.catalog-design .reward-controls p{font-size:.76rem}
.product-information{border-top:1px solid #dae4dc;padding:25px 0}
.product-information h3{font-size:1.3rem;margin:0 0 20px}
@media(max-width:1350px){.catalog-header-inner{gap:20px}.catalog-header-actions .header-icon>span{display:none}.catalog-header-actions{gap:19px}.home-product-photo{height:180px}.catalog-showcase{grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr)}.catalog-design .offer-card,.catalog-design .offer-card.best{grid-template-columns:1fr 150px 160px}}
@media(max-width:760px){
.catalog-design .wrap,.catalog-design .page{width:calc(100% - 32px)}
.portal-nav{justify-content:start;gap:22px;padding:10px 16px 3px;font-size:.77rem;overflow:auto;scrollbar-width:none}
.catalog-header-inner{width:calc(100% - 32px);grid-template-columns:1fr auto;gap:18px 12px;padding:12px 0 20px}
.brand-group{gap:14px}.catalog-design .catalog-header .brand{font-size:1.35rem;padding:3px 0 5px;border-bottom-width:3px}
.catalog-design .catalog-header .header-icon{min-width:30px;min-height:36px}.header-icon svg{width:25px;height:25px}
.catalog-header-actions{grid-column:2;grid-row:1;gap:17px}
.catalog-header-search{grid-row:2;grid-column:1/-1;grid-template-columns:minmax(0,1fr) 46px;gap:8px}
.catalog-design .catalog-header .barcode-open{width:46px;height:49px;min-height:49px}
.catalog-design .catalog-header input[type=search]{font-size:1rem;height:49px;min-height:49px;padding:12px}
.catalog-design .catalog-header .easy-search button,.catalog-design .catalog-header #search-button{min-width:48px;min-height:49px;font-size:.8rem}
.catalog-design .browse-nav.departments{padding:0 8px}.catalog-design .departments a{flex:0 0 88px;min-width:88px;min-height:76px;font-size:.69rem;gap:8px;padding:12px 8px}
.catalog-design .departments a svg{width:25px;height:25px}
.catalog-design .catalog-home{padding-top:18px}.catalog-intro{order:0;margin:0 0 15px;padding:0;border:0}.catalog-intro h1{font-size:1.05rem}.catalog-intro>p{display:none}
.catalog-feature{min-height:210px;order:1;margin-bottom:24px;border-radius:6px}.catalog-feature>img{object-position:center 48%}
.feature-copy{align-items:center;left:18px;right:18px;bottom:23px;text-align:center;gap:12px}.feature-copy>strong{font-size:1.45rem}.feature-tag{display:none}.feature-button{font-size:.83rem;padding:10px 14px}
.topic-strip{gap:17px;margin-bottom:24px;overflow:auto;padding-bottom:8px}.topic-strip a{flex:0 0 80px;min-width:80px;font-size:.75rem;gap:9px}.topic-image{width:78px;height:78px;border:2px solid #5fab95;padding:3px}
.home-product-grid{display:flex;overflow:auto;gap:13px;scroll-snap-type:x proximity;padding-bottom:12px;min-height:0}
.home-product-card{flex:0 0 calc(50% - 7px);min-width:150px;display:flex!important;scroll-snap-align:start}
.home-product-photo{height:164px;padding:14px}.home-product-body{padding:12px;gap:7px}.home-product-body h3{font-size:.88rem;min-height:4.2em}.home-product-shop{font-size:.65rem}.home-product-rating{font-size:.66rem}.home-product-price{font-size:1.5rem}.home-product-link{font-size:.77rem}.home-product-shipping{font-size:.66rem}.catalog-section-heading h2{font-size:1.35rem}.catalog-section-heading>a{font-size:.8rem}
.favorite-button{width:38px;height:38px;right:9px;top:9px}.favorite-button svg{width:25px;height:25px}
.catalog-design .catalog-grid{gap:12px}.catalog-design .compact-visual .card-image{height:165px}.catalog-design .compact-visual img{height:140px;max-height:140px}.catalog-design .compact-product .product-name-button{font-size:.92rem}.catalog-design .compact-content{padding:12px}.catalog-design .catalog-reference-price{font-size:1.35rem}
.catalog-design .compact-actions .button{font-size:.77rem}.catalog-design .compact-product .card-model{font-size:.7rem}
.member-title{display:block;padding:10px 0 22px}.member-title h1{font-size:1.7rem}.member-title .member-login{margin-top:12px}
.member-tabs{gap:24px}.member-tabs a{font-size:.85rem;padding:15px 0}
.member-empty{padding:45px 20px}.member-empty h2{font-size:1.25rem}.member-empty p{font-size:.88rem}
.member-record{grid-template-columns:45px 1fr;gap:15px;padding:24px 0}.record-icon{width:45px;height:45px;font-size:1.5rem}.record-actions{grid-column:2;flex-direction:row;justify-content:space-between}.record-actions .secondary{font-size:.85rem}
.site-dialog{padding:22px;box-sizing:border-box}.menu-drawer{padding:22px}.dialog-heading h2{font-size:1.18rem}.dialog-lead{font-size:.9rem}
.catalog-design #offer-section{padding-top:18px}
.catalog-design .product-summary{grid-template-columns:1fr;gap:15px;margin:0}
.catalog-design .product-summary .summary-image{height:260px;max-width:340px;margin:auto;padding:16px}
.catalog-design .product-summary .favorite-button{right:8px;left:auto;top:8px}
.catalog-design .product-summary h2{font-size:1.4rem;margin:8px 0}
.catalog-design .product-summary .summary-brand{font-size:.75rem}
.product-start-price{font-size:1.95rem}.product-start-note{font-size:.76rem}
.product-hero-actions{margin:17px 0}
.product-tools{margin:18px 0}.product-tools button{flex-direction:column;padding:14px 8px;font-size:.84rem;gap:8px;min-height:78px}
.product-tools svg{width:24px;height:24px}
.variant-grid{gap:12px;margin-right:-16px}.variant-card{flex-basis:132px}.variant-card img{height:114px}.variant-card strong{font-size:.82rem;padding:10px 10px 3px}.variant-card span{font-size:1rem;padding:4px 10px 12px}
.catalog-design .offer-heading-row h2{font-size:1.25rem}.catalog-design .offer-heading-row .button{font-size:.77rem;min-height:42px;padding:8px}
.offer-price-tabs{gap:7px}.offer-price-tabs button{padding:10px 12px;font-size:.83rem}.offer-price-tabs button[aria-pressed=true]{padding:9px 11px}
.catalog-design .other-offers{padding:16px;margin-left:-16px;margin-right:-16px;border-radius:0}
.catalog-design .other-offers>summary{font-size:1.25rem}
.catalog-design .offer-card,.catalog-design .offer-card.best{grid-template-columns:1fr 1fr;padding:18px;gap:14px 12px}
.catalog-design .offer-card>div:first-child{grid-column:1/-1}.catalog-design .offer-card .offer-action{grid-column:2;grid-row:2;justify-content:start}
.catalog-design .offer-card h3{font-size:1rem}.catalog-design .offer-card .offer-price{font-size:1.65rem}
.catalog-design .offer-card .offer-action small{font-size:.62rem}.catalog-design .offer-card .button{font-size:.86rem;padding:10px 8px}.catalog-design .offer-card .offer-shipping{font-size:.7rem}
.catalog-design .offer-card .offer-badges{margin-top:7px}
.catalog-design .reward-controls{padding:12px}.catalog-design .reward-controls label{font-size:.84rem}
}
@media(max-width:360px){.catalog-header-actions{gap:10px}.brand-group{gap:10px}.catalog-design .catalog-header .brand{font-size:1.15rem}.header-icon svg{width:23px;height:23px}.catalog-design .catalog-header .header-icon{min-width:26px}.home-product-card{min-width:143px}.portal-nav{gap:17px;font-size:.7rem}.catalog-design .offer-card,.catalog-design .offer-card.best{padding:14px}.catalog-design .offer-card .offer-price{font-size:1.45rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.member-toast{transition:none}}

.catalog-design .departments a>span{white-space:nowrap}
.catalog-design .offer-total-detail{font-size:.75rem;color:#76674d;margin:5px 0}

.catalog-design .product-summary .product-start-price{font-size:2.1rem;color:#bd622f;font-weight:750;margin:18px 0 5px;line-height:1.35}.catalog-design .product-summary .product-start-note{font-size:.8rem}.catalog-design .product-summary .product-start-price small{font-size:.8rem;font-weight:400;color:#63796c}.catalog-design .product-summary .product-hero-actions button{font-size:.9rem;padding:11px 16px}

.record-icon.has-image{background:#f6f7f5;width:110px;height:110px;padding:10px}.record-icon img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.member-record{grid-template-columns:110px 1fr auto}@media(max-width:760px){.record-icon.has-image{width:76px;height:76px;padding:5px}.member-record{grid-template-columns:76px 1fr;gap:13px}.record-info>a{font-size:.94rem}}

.catalog-design .product-summary .product-details,.catalog-design .product-summary .chosen-product-guide{margin:8px 0;padding:0;border:0;background:none}.catalog-design .product-summary .product-details summary,.catalog-design .product-summary .chosen-product-guide summary{padding:7px 0;min-height:0;font-size:.8rem}.catalog-design .product-summary>div>p:not(.product-start-price){margin:8px 0}.catalog-design .product-summary>div{align-self:center}.catalog-design .product-summary .product-hero-actions{margin:16px 0}.catalog-design .product-tools{margin-top:18px}

.document-design main{margin-top:32px!important;margin-bottom:40px!important}.document-design main h1{font-size:1.9rem!important;line-height:1.5}.document-design main h2{font-size:1.2rem!important}.document-design main p,.document-design main li{font-size:1rem!important;line-height:1.85}.document-design .catalog-header .brand{font-size:1.65rem}.document-design .catalog-header .header-icon{width:auto}@media(max-width:760px){.document-design .catalog-header .brand{font-size:1.35rem}.document-design main{padding:0 4px!important}.document-design main h1{font-size:1.5rem!important}}

.member-preview{font-size:.7rem;background:#edf1fb;color:#51616c;text-align:center;padding:7px 10px}

@media(min-width:761px){.catalog-design .offer-card .offer-action{grid-column:auto;grid-row:auto;align-items:stretch}.catalog-design .offer-card>div:first-child{grid-column:auto}.catalog-design .offer-card,.catalog-design .offer-card.best{align-items:center}}

/* Keep header controls visible and align editorial content with the catalog. */
.catalog-header-inner,.catalog-header-search,.catalog-header-actions{min-width:0}
.catalog-design .catalog-header input[type=search]{min-width:0;flex:1;width:0}
.catalog-design .catalog-header .easy-search button,.catalog-design .catalog-header #search-button{flex-shrink:0}
@media(min-width:761px){
.catalog-design .catalog-home{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:26px 32px}
.catalog-intro{grid-column:1/-1;margin-bottom:0}
.catalog-home>.topic-strip{grid-column:1;grid-row:2;margin:0;overflow:auto;gap:22px;min-width:0;padding-bottom:8px}
.catalog-home .catalog-showcase{display:contents}
.catalog-home .catalog-picks{grid-column:1;grid-row:3;min-width:0}
.catalog-home .catalog-feature{grid-column:2;grid-row:2/span 2;min-height:490px}
.catalog-home>.catalog-trust,.catalog-home>.catalog-scope{grid-column:1/-1;margin:0}
}

.catalog-design .offer-card .offer-action .button{min-width:0;max-width:100%;box-sizing:border-box}


/* Compact detail overview: keep identity, price and shop action together. */
.product-detail-page .catalog-design .back-actions{margin:12px 0 16px;gap:18px}
.product-detail-page .catalog-design .product-summary{grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);gap:14px 32px;margin:0 0 16px}
.product-detail-page .catalog-design .product-summary .product-summary-detail{display:contents}
.product-detail-page .catalog-design .product-summary .summary-image{grid-column:1;grid-row:1/3;width:100%;height:270px;max-width:none;float:none;margin:0;padding:24px;border:1px solid #edf0ed;border-radius:8px;background:#f7f8f6}
.product-detail-page .catalog-design .product-summary .summary-image img{width:200px;height:200px;max-height:200px;object-fit:contain;mix-blend-mode:multiply}
.product-detail-page .catalog-design .product-identity{grid-column:2;align-self:end;min-width:0;padding-right:38px}
.product-detail-page .catalog-design .product-summary h2{font-size:1.35rem;line-height:1.45;margin:4px 0 8px;font-weight:700}
.product-detail-page .catalog-design .product-summary .summary-brand{font-size:.75rem;margin:0;letter-spacing:0}
.product-detail-page .catalog-design .product-summary .summary-model{font-size:.75rem;margin:0}
.product-detail-page .catalog-design .product-price-panel{grid-column:2;align-self:start;border-top:1px solid #dde5df;padding-top:12px;min-width:0}
.product-detail-page .catalog-design .product-summary .product-start-price{font-size:2rem;line-height:1.3;margin:0 0 5px;color:#a74227}
.product-detail-page .catalog-design .product-summary .product-start-price small{font-size:.75rem;line-height:1.5;margin:0 0 4px}
.product-detail-page .catalog-design .product-summary .product-start-note{font-size:.72rem;margin:4px 0 10px}
.product-detail-page .catalog-design .product-summary .product-hero-actions{display:flex;gap:10px;margin:0;flex-wrap:wrap}
.product-detail-page .catalog-design .product-summary .product-hero-actions button{min-height:44px;padding:9px 14px;font-size:.82rem}
.product-detail-page .catalog-design .product-summary .product-hero-actions .primary{flex:1}
.product-detail-page .catalog-design .product-summary .favorite-button{left:auto;right:0;top:0;width:34px;height:34px}
.product-detail-page .catalog-design .product-summary .favorite-button svg{width:22px;height:22px}
.product-detail-page .catalog-design .product-secondary{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:start;gap:6px 22px;border-top:1px solid #e1e7e3;padding-top:10px}
.product-detail-page .catalog-design .product-summary .product-secondary details{margin:0;max-width:100%}
.product-detail-page .catalog-design .product-summary .product-secondary details[open]{flex-basis:100%;order:1}
.product-detail-page .catalog-design .product-summary .summary-source{font-size:.65rem;margin:7px 0 0}
.product-detail-page .catalog-design .product-summary.without-photo{grid-template-columns:1fr}
.product-detail-page .catalog-design .without-photo .product-identity,.product-detail-page .catalog-design .without-photo .product-price-panel{grid-column:1}
@media(max-width:760px){
.product-detail-page .portal-nav{padding:5px 16px 0;gap:18px;font-size:.7rem}
.product-detail-page .catalog-header-inner{gap:8px 10px;padding:7px 0 10px}
.product-detail-page .catalog-design .catalog-header .brand{font-size:1.2rem;padding:2px 0 4px}
.product-detail-page .catalog-header-actions{gap:10px}
.product-detail-page .catalog-design .catalog-header input[type=search]{height:44px;min-height:44px;font-size:.85rem;padding:9px}
.product-detail-page .catalog-design .catalog-header #search-button{min-height:44px;height:44px;font-size:.72rem;padding:8px;min-width:48px}
.product-detail-page .catalog-design .catalog-header .barcode-open{height:44px;min-height:44px}
.product-detail-page .catalog-design .departments a{min-height:48px;padding:6px 8px;gap:3px;font-size:.65rem}
.product-detail-page .catalog-design .departments a svg{width:18px;height:18px}
.product-detail-page .catalog-design .back-actions{margin:8px 0 12px;justify-content:space-between;gap:12px}
.product-detail-page .catalog-design .back-actions .button{min-height:30px;font-size:.72rem;flex:0 1 auto}
.product-detail-page .catalog-design .product-summary{grid-template-columns:108px minmax(0,1fr);gap:12px 14px;margin:0 0 10px}
.product-detail-page .catalog-design .product-summary .summary-image{grid-column:1;grid-row:1;width:108px;height:140px;padding:8px;align-self:start}
.product-detail-page .catalog-design .product-summary .summary-image img{width:96px;height:112px;max-height:112px}
.product-detail-page .catalog-design .product-identity{grid-column:2;align-self:center;padding-right:0;padding-top:0}
.product-detail-page .catalog-design .product-summary h2{font-size:1rem;line-height:1.45;margin:3px 0 6px}
.product-detail-page .catalog-design .product-summary .summary-brand{font-size:.68rem}
.product-detail-page .catalog-design .product-summary .summary-model{font-size:.65rem}
.product-detail-page .catalog-design .product-price-panel{grid-column:1/-1;padding-top:10px}
.product-detail-page .catalog-design .product-summary .product-start-price{font-size:1.95rem;margin:0 0 4px}
.product-detail-page .catalog-design .product-summary .product-start-price small{font-size:.72rem}
.product-detail-page .catalog-design .product-summary .product-start-note{font-size:.68rem;margin:3px 0 9px}
.product-detail-page .catalog-design .product-summary .product-hero-actions{gap:8px}
.product-detail-page .catalog-design .product-summary .product-hero-actions button{font-size:.75rem;min-height:44px;padding:9px 10px}
.product-detail-page .catalog-design .product-summary .favorite-button{right:auto;left:76px;top:4px;width:28px;height:28px}
.product-detail-page .catalog-design .product-summary.without-photo .favorite-button{left:auto;right:0;top:0}
.product-detail-page .catalog-design .without-photo .product-identity{padding-right:34px}
.product-detail-page .catalog-design .product-summary .favorite-button svg{width:20px;height:20px}
.product-detail-page .catalog-design .product-secondary{gap:3px 14px;padding-top:8px}
.product-detail-page .catalog-design .product-summary .product-secondary summary{font-size:.7rem;padding:7px 0}
.product-detail-page .catalog-design .product-summary .summary-source{flex-basis:100%;font-size:.6rem;margin:0}
}

/* Clear price provenance and refreshed-price states. */
.catalog-reference-price small{display:block;font-size:12px;font-weight:400;color:#586966;margin-bottom:3px}
.product-current-price{font:inherit}
.variant-card small{font-size:11px;color:#586966;line-height:1.45}
.product-tools button{white-space:normal}
.product-tools button:focus-visible,.member-empty button:focus-visible{outline:3px solid #a16920;outline-offset:3px}

@media(max-width:360px){.catalog-design .catalog-reference-price{font-size:18px;white-space:nowrap}}
