/* Catalog only: no admin or public policy layout overrides. */
.catalog-shop{--maroon:#631827;--paper:#fcf9f2;--cream:#f3ebde;color:#302825}
.catalog-shop .shop-header{display:flex;align-items:center;gap:1rem;padding:12px max(4vw,calc((100vw - 1320px)/2));background:var(--paper);border-bottom:1px solid #e7ded0;position:relative}
.catalog-shop .wordmark{margin-right:auto;min-width:0;gap:10px;font-size:1.25rem;line-height:1.15;white-space:normal}
.catalog-shop .brand-logo{width:78px;height:64px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}
.catalog-shop .wordmark small{font:11px/1.5 system-ui;letter-spacing:.13em;margin-top:5px}
.catalog-shop .header-action{display:flex;gap:6px;align-items:center;justify-content:center;min-height:44px;background:transparent;color:var(--maroon);border:1px solid #d8c8bd;border-radius:9px;padding:9px 13px;font-size:.85rem}
.header-action svg{width:21px;height:21px;flex-shrink:0}.catalog-shop #cart-count{min-width:20px;border-radius:50%;background:var(--maroon);color:white;font-size:11px}
.catalog-shop .search-below{padding:10px 4vw;background:var(--paper)}.catalog-shop .search{max-width:800px;margin:auto;width:100%;display:flex}.catalog-shop .search input{min-width:0;background:#fff;border-radius:24px 0 0 24px}.catalog-shop .search button{border-radius:0 24px 24px 0;min-width:64px;background:var(--maroon);color:white}
.catalog-shop .shop-nav[hidden]{display:none}.catalog-shop .shop-nav{justify-content:center;flex-wrap:wrap;background:#f2e9dc;gap:1.3rem;padding:16px 4vw;overflow:visible}
.catalog-shop main{max-width:1320px;padding:8px 4vw 48px;margin:auto;min-width:0}


.category-strip{display:flex;gap:22px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x proximity;scrollbar-width:thin;justify-content:space-between;margin-bottom:14px}.category-strip button{border:0;background:transparent;padding:2px;display:flex;flex:0 0 112px;flex-direction:column;align-items:center;gap:10px;scroll-snap-align:start;color:#493a34;font-size:12px;line-height:1.45;min-width:0}.category-circle{width:92px;height:92px;display:block;border-radius:50%;overflow:hidden;border:3px solid #f7f0e5;outline:1px solid #ded0bd;background:#eee5d7}.category-circle img{width:100%;height:100%;object-fit:cover}.category-strip button[aria-pressed=true] .category-circle{outline:2px solid var(--maroon)}.category-circle svg{width:50%;height:100%;color:#865348}
.catalog-shop .catalog-head{margin:6px 0 15px;align-items:center;gap:12px}.catalog-head h2{font:normal 30px Georgia,serif;margin:0 0 7px;color:#531a25}.catalog-head p{font-size:12px;color:#7b6c61;margin:0}.catalog-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:13px 0 18px;border-top:1px solid #e8dece}.catalog-toolbar .mode{margin-right:auto;display:flex;gap:0;border:1px solid #bca294;border-radius:8px;overflow:hidden}.catalog-toolbar .mode button{border:0;border-radius:0;min-height:44px;padding:9px 20px;background:transparent;color:var(--maroon)}.catalog-toolbar .mode .selected{background:var(--maroon);color:white}.catalog-toolbar>button{min-height:44px}.catalog-toolbar label{display:flex;align-items:center;gap:7px;font-size:13px}.catalog-toolbar select{width:auto;max-width:180px;margin:0;min-height:44px;font-size:13px;background:transparent}
.catalog-shop .catalog-layout{display:flex;flex-direction:column;gap:12px}.catalog-shop .filters{width:100%}.catalog-shop .filters[hidden]{display:none}.catalog-shop .filter-disclosure{padding:0;background:transparent}.catalog-shop #catalog-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;border:1px solid #ded0bd;border-radius:12px;background:#fffaf2}.catalog-shop .filter-disclosure summary{display:none}.catalog-shop .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px;width:100%;min-width:0}.catalog-shop .product{background:#fffdf8;border:1px solid #e6dccd;border-radius:12px;overflow:hidden;min-width:0;box-shadow:0 3px 10px #3b241905}.catalog-shop .product-photo{aspect-ratio:1;height:auto;width:100%;padding:0;display:block;background:#f0ebe1;border:0;border-radius:0}.catalog-shop .product-photo img{width:100%;height:100%;object-fit:contain}.catalog-shop .product-body{padding:15px;display:flex;flex-direction:column;gap:5px}.catalog-shop .product h3{font:600 16px/1.45 system-ui;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em}.catalog-shop .product .eyebrow{font-size:10px;letter-spacing:.07em;color:#837262}.catalog-shop .product .price{color:var(--maroon);font:700 20px/1.3 Georgia,serif}.catalog-shop .product .meta{font-size:11px}.card-description{font-size:12px;line-height:1.5;color:#786c63;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.catalog-shop .product-actions{display:flex;gap:7px;margin-top:8px}.catalog-shop .product-actions button{min-height:44px;border-radius:7px;padding:8px;font-size:12px}.catalog-shop .product-actions button:first-child{flex:1;background:var(--maroon);color:white;border-color:var(--maroon)}.catalog-shop .product-actions button:last-child{min-width:40px;font-size:19px}.catalog-shop .products>.empty{grid-column:1/-1}
@media(max-width:700px){.catalog-shop .shop-header{padding:10px 4vw;gap:7px}.catalog-shop .brand-logo{width:55px;height:49px}.catalog-shop .wordmark{font-size:14px;max-width:190px;gap:5px}.catalog-shop .wordmark small{font-size:8px;letter-spacing:.06em}.catalog-shop .shop-header .header-action{padding:8px;min-width:40px;font-size:12px}.header-action .action-label{display:none}.catalog-shop .search-below{padding:8px 4vw}.catalog-shop main{padding:5px 4vw 30px}.category-strip{gap:16px;justify-content:flex-start;padding-bottom:13px;margin-bottom:10px}.category-strip button{flex-basis:83px;font-size:10px;gap:9px}.category-circle{width:73px;height:73px}.catalog-head h2{font-size:26px}.catalog-head p{font-size:11px}.catalog-toolbar{gap:8px}.catalog-toolbar .mode button{padding:8px 13px;font-size:12px}.catalog-toolbar>button{font-size:12px;padding:8px 12px}.catalog-toolbar label{font-size:11px}.catalog-toolbar select{font-size:11px;max-width:126px;padding:8px}.catalog-shop .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.catalog-shop .product-body{padding:10px;gap:5px}.catalog-shop .product h3{font-size:13px}.catalog-shop .product .price{font-size:18px}.catalog-shop .product .meta{font-size:10px}.card-description{font-size:11px}.catalog-shop .product-actions button{font-size:11px}.catalog-shop #catalog-filters{grid-template-columns:1fr 1fr;padding:12px}.catalog-shop .shop-nav{font-size:13px;gap:15px}.catalog-shop .topline{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.catalog-shop .catalog-toolbar .mode{margin-left:0}.catalog-head>span{white-space:nowrap}
@media(min-width:701px){.category-strip{gap:12px}.category-strip button{flex:1 1 0;min-width:0}.category-circle{width:80px;height:80px}}

/* The supplied final banner is displayed whole, without overlays or cropping. */
.catalog-shop .final-banner{display:block;width:100%;margin:6px 0 25px;background:transparent;line-height:0}
.catalog-shop .final-banner img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain}
.catalog-shop .final-banner:focus-visible{outline:3px solid var(--maroon);outline-offset:4px}
.category-circle.parfum img{transform:scale(1.18);transform-origin:50% 55%}
.category-circle.mukenah img{object-position:center;transform:none}

.category-circle.makanan img{transform:scale(1.2);transform-origin:50% 55%}
@media(max-width:700px){.catalog-shop .final-banner{margin-bottom:20px}}

/* r12: original logo; crop only empty side margins in its existing canvas. */
.catalog-shop .shop-header{flex-wrap:nowrap;gap:12px}
.catalog-shop .shop-header .wordmark{display:flex;flex:1 1 auto;max-width:none;min-width:0;gap:12px;align-items:center}
.catalog-shop .wordmark>span{min-width:0}
.catalog-shop .shop-header .brand-logo{width:80px;height:80px;object-fit:cover;object-position:center;flex:0 0 80px;mix-blend-mode:normal}
.catalog-shop .shop-header .header-action{position:relative;flex:0 0 auto;min-width:44px;min-height:44px}
.category-circle.sarung img{transform:none;object-position:center}
.category-circle.songkok img{transform:scale(1.08);object-position:center;transform-origin:50% 62%}
.category-circle.grosir img{transform:scale(1.3);transform-origin:50% 100%;object-position:center}
.category-circle.sajadah img{transform:scale(1.4);transform-origin:44% 40%;object-position:center}
@media(max-width:700px){
 .catalog-shop .shop-header{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,44px);gap:6px;padding:10px 12px}
 .catalog-shop .shop-header .wordmark{gap:6px;margin:0;font-size:14px;line-height:1.2}
 .catalog-shop .shop-header .brand-logo{width:64px;height:64px;flex:0 0 64px}
 .catalog-shop .shop-header .wordmark small{font-size:8px;letter-spacing:.035em;margin-top:5px}
 .catalog-shop .shop-header .header-action{width:44px;height:44px;padding:0;min-width:44px;min-height:44px}
 .catalog-shop .shop-header #cart-count{position:absolute;top:-2px;right:-1px;min-width:17px;height:17px;font-size:10px;line-height:17px}
}

/* r18: card typography and gallery only. Product data is unchanged. */
.catalog-shop .product-body{align-items:stretch;gap:6px;min-width:0}
.catalog-shop .product-body>.eyebrow,.catalog-shop .product h3,.catalog-shop .product .card-description{width:100%;min-width:0;margin:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}
.catalog-shop .product-body>.eyebrow{font:500 11px/1.4 system-ui,sans-serif;letter-spacing:.05em;height:2.8em;min-height:2.8em}
.catalog-shop .product h3{font:650 17px/1.4 system-ui,sans-serif;height:2.8em;min-height:2.8em;color:#2e2420}
.catalog-shop .product .card-description{font:400 14px/1.5 system-ui,sans-serif;color:#71645d;letter-spacing:normal;text-transform:none;white-space:normal;height:3em;min-height:3em}
.catalog-shop .card-pricing{display:grid;gap:2px;font-size:20px;min-width:0}
.catalog-shop .card-pricing>.price{font:600 20px/1.4 Georgia,serif;align-self:start;overflow-wrap:anywhere}
.catalog-shop .card-pricing>.price-label{font-size:11px;line-height:18px}
.catalog-shop .card-pricing>.meta{font:400 12px/1.5 system-ui,sans-serif;overflow-wrap:anywhere}
.catalog-shop .card-pricing{grid-template-rows:18px 2.8em 36px minmax(18px,auto)}
.catalog-shop .product-body>.meta{font:400 12px/1.5 system-ui,sans-serif;min-height:1.5em;overflow-wrap:anywhere}
.catalog-shop .product-actions{margin-top:auto;padding-top:6px;gap:6px;align-items:stretch;flex-wrap:nowrap}
.catalog-shop .product-actions button:first-child{min-width:0}
.catalog-shop .product-actions button{min-height:44px;white-space:normal;overflow-wrap:anywhere;line-height:1.35}
.catalog-shop .product-actions [data-wish]{flex:0 0 44px;min-width:44px}
.catalog-shop .product .badge{align-self:start}
.product-gallery{min-width:0;max-width:100%}
.gallery-stage{position:relative;aspect-ratio:1;max-width:100%;background:#f6f1e8;border-radius:12px;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;overflow:hidden}
.gallery-stage:focus-visible{outline:3px solid #6b1428;outline-offset:3px}
.gallery-stage .gallery-main{display:block;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center;pointer-events:none}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;min-width:44px;padding:0;border:1px solid #dfd2c3;border-radius:50%;background:rgba(255,252,245,.94);color:#671428;font:32px/1 Georgia,serif;box-shadow:0 2px 6px #0001}
.gallery-prev{left:7px}.gallery-next{right:7px}
.gallery-position{margin:8px 0;text-align:center;font:500 13px/1.5 system-ui,sans-serif;color:#6b1428;font-variant-numeric:tabular-nums}
.product-gallery .gallery-thumbs{display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;max-width:100%;padding:3px 3px 10px;margin:0;scrollbar-width:thin}
.product-gallery .gallery-thumbs button{flex:0 0 64px;width:64px;height:74px;padding:3px;border:2px solid transparent;border-radius:8px;background:#f6f1e8}
.product-gallery .gallery-thumbs img{display:block;width:100%;height:100%;object-fit:contain;border-radius:4px}
.product-gallery .gallery-thumbs [aria-pressed=true]{border-color:#72172c;background:#f5e6e8}
.product-gallery .gallery-thumbs button:focus-visible{outline:2px solid #72172c;outline-offset:1px}
@media(max-width:700px){
 .catalog-shop .product h3{font-size:15px}
 .catalog-shop .product .card-description{font-size:14px}
 .catalog-shop .product-body>.eyebrow{font-size:10px}
 .catalog-shop .card-pricing{font-size:18px;grid-template-rows:18px 2.8em 33px minmax(17px,auto)}
 .catalog-shop .card-pricing>.price{font-size:18px}
 .catalog-shop .card-pricing>.meta,.catalog-shop .product-body>.meta{font-size:11px;line-height:1.5}
 .catalog-shop .product-actions button{font-size:11px;padding:7px 5px}
}
