/* Category page bundle */ .category-page{gap:20px;} .category-toolbar{display:grid;gap:16px;align-items:end;position:relative;z-index:8;} .category-toolbar--surface{gap:14px;padding:18px;border-radius:30px;border:1px solid rgba(229,231,235,0.92);background:linear-gradient(180deg,rgba(255,255,255,0.985),rgba(248,249,251,0.96));box-shadow:0 14px 34px rgba(15,23,42,0.06);} .category-toolbar__heading{display:grid;gap:6px;} .category-toolbar__heading h1{margin:0;} .category-toolbar__heading h1{font-size:clamp(28px,3vw,40px);line-height:1.28;letter-spacing:-0.03em;text-wrap:balance;} .category-toolbar__heading p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.9;} .category-sort{display:grid;gap:10px;justify-items:stretch;position:relative;z-index:12;} .category-sort__label{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.6;} .category-sort__control{position:relative;display:grid;align-items:center;min-width:min(100%,280px);min-height:58px;padding-inline:50px 54px;border-radius:22px;border:1px solid rgba(229,231,235,0.94);background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(248,249,251,0.96));box-shadow:0 10px 22px rgba(15,23,42,0.04);transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease;z-index:12;} .category-sort__control:hover{transform:translateY(-1px);} .category-sort__control:focus-within{border-color:rgba(201,162,39,0.38);box-shadow:0 14px 28px rgba(15,23,42,0.06),0 0 0 4px rgba(201,162,39,0.1);} .category-sort__icon,.category-sort__chevron{position:absolute;inset-block-start:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none;} .category-sort__icon{inset-inline-start:16px;width:30px;height:30px;border-radius:12px;background:rgba(201,162,39,0.12);color:var(--gold-deep);font-size:14px;} .category-sort__chevron{inset-inline-end:16px;color:var(--text-secondary);font-size:14px;} .category-sort__field{width:100%;min-width:0;min-height:56px;padding:0;border:0;outline:0;appearance:none;-webkit-appearance:none;background:transparent;color:var(--action-primary);font-size:14px;font-weight:700;line-height:1.7;cursor:pointer;} .category-sort__control .ui-select{position:static;width:100%;z-index:12;} .category-sort__control .ui-select.is-open{z-index:18;} .category-sort__control .ui-select__button{min-height:56px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;} .category-sort__control .ui-select__button:hover,.category-sort__control .ui-select__button:focus-visible,.category-sort__control .ui-select.is-open .ui-select__button{transform:none;border:0;box-shadow:none;} .category-sort__control .ui-select__caret{display:none;} .category-sort__control .ui-select__menu{inset-inline:-50px -54px;top:calc(100% + 12px);z-index:96;} .category-sort__control .ui-select.is-open + .category-sort__chevron{transform:translateY(-50%) rotate(-180deg);color:var(--gold-deep);} .category-listing{display:grid;gap:20px;position:relative;z-index:1;} .category-product-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;} .category-product-entry{min-width:0;min-height:100%;} .category-product-entry--desktop{display:none;} .category-product-entry--mobile{display:block;} .category-mobile-card{display:grid;gap:12px;min-height:100%;padding:10px;border-radius:26px;border:1px solid rgba(229,231,235,0.9);background:rgba(255,255,255,0.97);box-shadow:0 10px 28px rgba(15,23,42,0.055);} .category-mobile-card__media{position:relative;display:block;aspect-ratio:0.92;padding:10px;border-radius:20px;background:radial-gradient(circle at top,rgba(255,255,255,0.9),rgba(247,248,250,0.98)),linear-gradient(180deg,rgba(201,162,39,0.08),rgba(15,23,42,0.02));overflow:hidden;} .category-mobile-card__media img{width:100%;height:100%;object-fit:contain;border-radius:16px;} .category-mobile-card__badge{position:absolute;inset-block-start:10px;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding-inline:10px;border-radius:999px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;z-index:1;} .category-mobile-card__badge{inset-inline-start:10px;background:rgba(201,162,39,0.96);color:#fff;box-shadow:0 10px 22px rgba(168,131,31,0.14);} .category-mobile-card__body,.category-mobile-card__copy,.category-mobile-card__footer,.category-mobile-card__price{display:grid;gap:8px;} .category-mobile-card__copy h3{margin:0;min-height:44px;font-size:14px;line-height:1.65;} .category-mobile-card__copy h3 a{color:var(--text-primary);text-decoration:none;} .category-mobile-card__copy p{margin:0;color:var(--text-secondary);font-size:11px;line-height:1.9;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;} .category-mobile-card__eyebrow{display:inline-flex;width:max-content;min-height:22px;padding-inline:10px;border-radius:999px;background:rgba(15,23,42,0.06);color:var(--action-primary);font-size:10px;font-weight:800;line-height:1;align-items:center;} .category-mobile-card__chips{display:flex;flex-wrap:wrap;gap:6px;} .category-mobile-card__chips span{display:inline-flex;align-items:center;min-height:24px;padding-inline:10px;border-radius:999px;background:rgba(245,245,247,0.96);border:1px solid rgba(229,231,235,0.92);color:var(--text-secondary);font-size:10px;font-weight:700;line-height:1;} .category-mobile-card__price strong{font-size:22px;line-height:1.15;} .category-mobile-card__price small{color:var(--text-muted);font-size:11px;text-decoration:line-through;} .category-mobile-card__actions{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:stretch;} .category-mobile-card__action,.category-mobile-card__button{width:100%;} .category-mobile-card__button{min-height:44px;border-radius:16px;font-size:13px;justify-content:center;} .category-mobile-card__link{display:inline-grid;place-items:center;min-height:44px;border-radius:16px;background:rgba(250,250,251,0.98);border:1px solid rgba(229,231,235,0.92);color:var(--action-primary);text-decoration:none;transition:transform 180ms ease,background-color 180ms ease;} .category-mobile-card__link:hover,.category-mobile-card__link:focus-visible{transform:translateY(-1px);background:rgba(245,245,247,1);} .category-pagination{display:grid;gap:14px;justify-items:center;padding:8px 0 4px;} .category-pagination__status{color:var(--text-secondary);font-size:13px;font-weight:700;} .category-pagination__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;} .category-pagination__link{min-width:196px;} .category-pagination__link--more{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(246,247,249,0.96));} .category-listing__feedback{margin:0;text-align:center;color:var(--text-secondary);font-size:13px;line-height:1.8;} .category-listing__feedback.is-error{color:var(--error);} .category-seo-section{margin-top:-4px;} .category-description-card{display:grid;gap:16px;padding:20px;border-radius:28px;background:rgba(255,255,255,0.92);border:1px solid rgba(229,231,235,0.92);box-shadow:var(--shadow-sm);} .category-description-card__content{color:var(--text-secondary);font-size:14px;line-height:2.1;overflow:hidden;} .category-description-card__content.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;} .category-description-card__toggle{justify-self:center;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding-inline:20px;border-radius:999px;background:rgba(250,250,251,0.96);border:1px solid rgba(229,231,235,0.94);color:var(--action-primary);font-size:13px;font-weight:700;transition:background-color 180ms ease,transform 180ms ease;} .category-description-card__toggle:hover,.category-description-card__toggle:focus-visible{background:rgba(245,245,247,1);transform:translateY(-1px);} .category-description-card__toggle[hidden]{display:none;} @media (min-width:1024px){.category-toolbar--surface{grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:0;border:0;background:transparent;box-shadow:none;} .category-toolbar__heading .eyebrow{display:none;} .category-sort{align-self:center;justify-items:end;min-width:300px;gap:8px;} .category-sort__label{padding-inline-end:4px;font-size:11px;letter-spacing:0.02em;} .category-sort__control{min-width:300px;min-height:54px;padding-inline:48px 50px;border-radius:20px;box-shadow:0 8px 20px rgba(15,23,42,0.035);} .category-sort__field{min-height:52px;font-size:13px;} .category-sort__control .ui-select__menu{inset-inline:-48px -50px;} .category-sort__icon{inset-inline-start:14px;width:28px;height:28px;border-radius:11px;font-size:13px;} .category-sort__chevron{inset-inline-end:14px;} .category-product-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));} .category-product-entry--desktop{display:block;} .category-product-entry--mobile{display:none;} .category-description-card{padding:24px 28px;} .category-listing{gap:24px;}} @media (max-width:1023px){.category-sort{width:100%;} .category-sort__control{width:100%;}} @media (max-width:719px){.category-toolbar--surface{padding:16px;border-radius:26px;} .category-toolbar__heading{gap:8px;} .category-toolbar__heading h1{font-size:clamp(26px,7vw,34px);} .category-sort{gap:8px;} .category-sort__label{font-size:11px;} .category-sort__control{min-height:56px;padding-inline:44px 46px;border-radius:18px;} .category-sort__field,.category-sort__control .ui-select__label{font-size:16px;} .category-sort__field{min-height:54px;} .category-sort__control .ui-select__button{min-height:54px;} .category-sort__control .ui-select__menu{inset-inline:0;top:calc(100% + 8px);padding:8px;border-radius:18px;} .category-sort__control .ui-select__option{min-height:46px;padding:10px 12px;border-radius:14px;font-size:14px;} .category-sort__icon{inset-inline-start:12px;width:24px;height:24px;border-radius:9px;font-size:12px;} .category-sort__chevron{inset-inline-end:12px;font-size:12px;} .category-pagination__actions{width:100%;flex-direction:column;} .category-pagination__link{width:100%;min-width:0;}} /* Catalog cards refresh */ .page-category .category-product-grid,.page-tag .category-product-grid{gap:10px;} .page-category .category-mobile-card,.page-tag .category-mobile-card{gap:10px;padding:8px;border-radius:22px;border-color:rgba(229,231,235,0.92);background:rgba(255,255,255,0.985);box-shadow:0 8px 20px rgba(15,23,42,0.045);} .page-category .category-mobile-card__media,.page-tag .category-mobile-card__media{aspect-ratio:1 / 1;padding:8px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,0.995),rgba(247,248,250,0.98));border:1px solid rgba(236,238,242,0.92);} .page-category .category-mobile-card__media img,.page-tag .category-mobile-card__media img{border-radius:14px;background:transparent;box-shadow:none;} .page-category .category-mobile-card__badge,.page-tag .category-mobile-card__badge{inset-block-start:8px;inset-inline-start:8px;min-height:24px;padding-inline:9px;font-size:9px;background:rgba(186,145,28,0.96);box-shadow:0 8px 16px rgba(168,131,31,0.12);} .page-category .category-mobile-card__body,.page-tag .category-mobile-card__body,.page-category .category-mobile-card__copy,.page-tag .category-mobile-card__copy,.page-category .category-mobile-card__footer,.page-tag .category-mobile-card__footer,.page-category .category-mobile-card__price,.page-tag .category-mobile-card__price{gap:6px;} .page-category .category-mobile-card__eyebrow,.page-tag .category-mobile-card__eyebrow{min-height:20px;padding-inline:9px;background:rgba(15,23,42,0.045);color:var(--text-secondary);font-size:9px;font-weight:700;} .page-category .category-mobile-card__copy h3,.page-tag .category-mobile-card__copy h3{min-height:0;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;} .page-category .category-mobile-card__copy p,.page-tag .category-mobile-card__copy p{font-size:10px;line-height:1.8;-webkit-line-clamp:1;line-clamp:1;} .page-category .category-mobile-card__chips,.page-tag .category-mobile-card__chips{gap:5px;} .page-category .category-mobile-card__chips span,.page-tag .category-mobile-card__chips span{min-height:22px;padding-inline:9px;background:rgba(248,248,250,0.98);border-color:rgba(229,231,235,0.88);color:var(--text-secondary);font-size:9px;font-weight:700;} .page-category .category-mobile-card__price,.page-tag .category-mobile-card__price{gap:4px;} .page-category .category-mobile-card__price strong,.page-tag .category-mobile-card__price strong{font-size:18px;line-height:1.2;letter-spacing:-0.02em;} .page-category .category-mobile-card__price small,.page-tag .category-mobile-card__price small{font-size:10px;} .page-category .category-mobile-card__actions,.page-tag .category-mobile-card__actions{grid-template-columns:minmax(0,1fr) 40px;gap:6px;} .page-category .category-mobile-card__button,.page-tag .category-mobile-card__button{min-height:40px;border-radius:14px;font-size:12px;gap:6px;background:#172238;box-shadow:none;} .page-category .category-mobile-card__button i,.page-tag .category-mobile-card__button i{font-size:13px;} .page-category .category-mobile-card__link,.page-tag .category-mobile-card__link{min-height:40px;border-radius:14px;} .page-category .product-card__detail-link,.page-tag .product-card__detail-link{display:none;} @media (max-width:1023px){.page-category .product-card,.page-tag .product-card{display:grid;grid-template-rows:auto 1fr;gap:10px;min-height:100%;padding:8px;border-radius:22px;border:1px solid rgba(229,231,235,0.92);background:rgba(255,255,255,0.985);box-shadow:0 8px 20px rgba(15,23,42,0.045);transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease;} .page-category .product-card__media,.page-tag .product-card__media{margin:0;aspect-ratio:1 / 1;padding:8px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,0.995),rgba(247,248,250,0.98));border:1px solid rgba(236,238,242,0.92);overflow:hidden;} .page-category .product-card__media img,.page-tag .product-card__media img{width:100%;height:100%;padding:0;object-fit:contain;border-radius:14px;background:transparent;box-shadow:none;} .page-category .product-media-badge,.page-tag .product-media-badge{inset-block-start:8px;inset-inline-start:8px;min-height:24px;padding-inline:9px;font-size:9px;background:rgba(186,145,28,0.96);box-shadow:0 8px 16px rgba(168,131,31,0.12);} .page-category .product-card__body,.page-tag .product-card__body,.page-category .product-card__footer,.page-tag .product-card__footer,.page-category .product-card__price,.page-tag .product-card__price{display:grid;gap:6px;} .page-category .product-card__topline,.page-tag .product-card__topline{order:-1;justify-content:flex-start;gap:5px;min-height:20px;} .page-category .product-card__status,.page-tag .product-card__status{min-height:20px;padding-inline:9px;background:rgba(15,23,42,0.045);color:var(--text-secondary);font-size:9px;font-weight:700;} .page-category .product-card__meta,.page-tag .product-card__meta{min-height:20px;padding-inline:9px;border-radius:999px;background:rgba(15,23,42,0.045);color:var(--text-secondary);font-size:9px;font-weight:700;line-height:1;} .page-category .product-card__topline:has(.product-card__status) .product-card__meta,.page-tag .product-card__topline:has(.product-card__status) .product-card__meta,.page-category .product-card__tags,.page-tag .product-card__tags{display:none;} .page-category .product-card__title,.page-tag .product-card__title{min-height:0;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;} .page-category .product-card__copy,.page-tag .product-card__copy{min-height:0;color:var(--text-secondary);font-size:10px;line-height:1.8;-webkit-line-clamp:1;line-clamp:1;} .page-category .product-card__notes,.page-tag .product-card__notes{gap:5px;} .page-category .product-card__notes span,.page-tag .product-card__notes span{display:inline-flex;min-height:22px;padding:0 9px;background:rgba(248,248,250,0.98);border-color:rgba(229,231,235,0.88);color:var(--text-secondary);font-size:9px;font-weight:700;line-height:1;align-items:center;} .page-category .product-card__notes span:nth-child(n+2),.page-tag .product-card__notes span:nth-child(n+2){display:none;} .page-category .product-card__footer,.page-tag .product-card__footer{grid-template-columns:minmax(0,1fr) 40px;align-items:stretch;gap:6px;padding-top:0;} .page-category .product-card__price,.page-tag .product-card__price{grid-column:1 / -1;gap:4px;} .page-category .product-card__price strong,.page-tag .product-card__price strong{font-size:18px;line-height:1.2;letter-spacing:0;} .page-category .product-card__price small,.page-tag .product-card__price small{font-size:10px;} .page-category .product-card__action,.page-tag .product-card__action{grid-column:1;} .page-category .product-card__button,.page-tag .product-card__button{min-height:40px;border-radius:14px;font-size:12px;gap:6px;background:#172238;box-shadow:none;} .page-category .product-card__button i,.page-tag .product-card__button i{font-size:13px;} .page-category .product-card__detail-link,.page-tag .product-card__detail-link{display:inline-grid;place-items:center;grid-column:2;min-height:40px;border-radius:14px;background:rgba(250,250,251,0.98);border:1px solid rgba(229,231,235,0.92);color:var(--action-primary);text-decoration:none;transition:transform 180ms ease,background-color 180ms ease;} .page-category .product-card__detail-link:hover,.page-category .product-card__detail-link:focus-visible,.page-tag .product-card__detail-link:hover,.page-tag .product-card__detail-link:focus-visible{transform:translateY(-1px);background:rgba(245,245,247,1);}} @media (min-width:720px){.page-category .category-product-grid,.page-tag .category-product-grid{gap:18px;}} @media (min-width:1024px){.page-category .product-card,.page-tag .product-card{display:grid;grid-template-rows:auto 1fr;padding:14px;border-radius:24px;border-color:rgba(229,231,235,0.84);background:rgba(255,255,255,0.99);box-shadow:0 10px 26px rgba(15,23,42,0.055);transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease;} .page-category .product-card__media,.page-tag .product-card__media{margin-bottom:14px;aspect-ratio:1 / 1;border-radius:22px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(248,249,251,0.98));border:1px solid rgba(236,238,242,0.92);} .page-category .product-card__media img,.page-tag .product-card__media img{width:100%;height:100%;padding:12px;border-radius:18px;background:transparent;box-shadow:none;} .page-category .product-media-badge,.page-tag .product-media-badge{inset-block-start:10px;inset-inline-start:10px;min-height:28px;padding-inline:10px;font-size:10px;background:rgba(186,145,28,0.96);box-shadow:0 10px 20px rgba(168,131,31,0.12);} .page-category .product-card__body,.page-tag .product-card__body{gap:10px;} .page-category .product-card__title,.page-tag .product-card__title{font-size:clamp(17px,1.1vw,20px);line-height:1.6;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;min-height:calc(1.6em * 2);} .page-category .product-card__copy,.page-tag .product-card__copy{color:var(--text-secondary);font-size:12px;line-height:1.8;-webkit-line-clamp:1;line-clamp:1;} .page-category .product-card__topline,.page-tag .product-card__topline{align-items:center;gap:8px 10px;} .page-category .product-card__status,.page-tag .product-card__status{min-height:24px;padding-inline:10px;background:rgba(15,23,42,0.045);color:var(--text-secondary);font-size:10px;font-weight:700;} .page-category .product-card__meta,.page-tag .product-card__meta{gap:6px;color:var(--text-secondary);font-size:11px;font-weight:600;} .page-category .product-card__notes,.page-tag .product-card__notes{gap:6px;} .page-category .product-card__notes span,.page-tag .product-card__notes span{min-height:26px;padding-inline:10px;background:rgba(248,248,250,0.98);border-color:rgba(229,231,235,0.86);color:var(--text-secondary);font-size:10px;font-weight:700;} .page-category .product-card__notes span:nth-child(n+3),.page-tag .product-card__notes span:nth-child(n+3),.page-category .product-card__tags a:nth-child(n+3),.page-tag .product-card__tags a:nth-child(n+3){display:none;} .page-category .product-card__tags,.page-tag .product-card__tags{gap:6px;margin-top:-2px;} .page-category .product-tag-chip,.page-tag .product-tag-chip{padding:4px 9px;background:rgba(201,162,39,0.08);border-color:rgba(201,162,39,0.16);color:var(--gold-deep);font-size:10px;font-weight:700;} .page-category .product-card__footer,.page-tag .product-card__footer{gap:10px;padding-top:0;} .page-category .product-card__price,.page-tag .product-card__price{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;} .page-category .product-card__price strong,.page-tag .product-card__price strong{font-size:clamp(20px,1.65vw,26px);line-height:1.2;letter-spacing:-0.025em;} .page-category .product-card__price small,.page-tag .product-card__price small{font-size:11px;white-space:nowrap;} .page-category .product-card__button,.page-tag .product-card__button{min-height:46px;border-radius:16px;padding-inline:16px;gap:8px;font-size:13px;background:#172238;box-shadow:none;} .page-category .product-card__button i,.page-tag .product-card__button i{font-size:14px;}} @media (hover:hover) and (min-width:1024px){.page-category .product-card:hover,.page-tag .product-card:hover{transform:translateY(-4px);border-color:rgba(201,162,39,0.2);box-shadow:0 18px 38px rgba(15,23,42,0.08);} .page-category .product-card__media img,.page-tag .product-card__media img{transition:transform 280ms ease;} .page-category .product-card:hover .product-card__media img,.page-tag .product-card:hover .product-card__media img{transform:scale(1.02);}}
