:root{--mark3-navy:#0b2d4b;--mark3-blue:#176da4;--mark3-ink:#163246;--mark3-muted:#657786;--mark3-line:#dce6ec;--mark3-soft:#f5f8fa;--mark3-white:#fff;--mark3-radius:20px}.mark3-shop,.mark3-shop *{box-sizing:border-box}.mark3-shop{width:100%;color:var(--mark3-ink);font-family:inherit}.mark3-shop__header{display:flex;justify-content:space-between;align-items:end;gap:32px;padding:clamp(44px,7vw,90px) clamp(24px,5vw,72px);border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.16),transparent 26%),linear-gradient(125deg,#092b48 0%,#0c4874 62%,#1673aa 100%);color:#fff;overflow:hidden}.mark3-shop__eyebrow{display:inline-flex;margin-bottom:16px;padding:8px 13px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mark3-shop__title{max-width:760px;margin:0 !important;color:#fff !important;font-size:clamp(40px,6vw,72px) !important;line-height:1 !important;letter-spacing:-.045em}.mark3-shop__description{max-width:700px;margin:22px 0 0 !important;color:rgba(255,255,255,.83);font-size:17px;line-height:1.7}.mark3-shop__categories{display:flex;gap:10px;margin:30px 0 34px;padding:4px 0 10px;overflow-x:auto;scrollbar-width:thin}.mark3-shop__category{flex:0 0 auto;appearance:none;min-height:44px;padding:10px 16px;border:1px solid var(--mark3-line);border-radius:999px;background:#fff;color:var(--mark3-ink);font:inherit;font-size:14px;font-weight:650;cursor:pointer;transition:.2s ease}.mark3-shop__category span{margin-left:7px;opacity:.58;font-size:12px}.mark3-shop__category:hover,.mark3-shop__category.is-active{border-color:var(--mark3-navy);background:var(--mark3-navy);color:#fff}.mark3-shop__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.mark3-shop__search{position:relative;width:min(440px,100%)}.mark3-shop__search svg{position:absolute;top:50%;left:17px;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:var(--mark3-muted);stroke-width:1.8;stroke-linecap:round}.mark3-shop__search input,.mark3-shop__sort select{width:100%;min-height:48px;border:1px solid var(--mark3-line);border-radius:999px;background:#fff;color:var(--mark3-ink);font:inherit;outline:0}.mark3-shop__search input{padding:10px 18px 10px 48px}.mark3-shop__search input:focus,.mark3-shop__sort select:focus{border-color:var(--mark3-blue);box-shadow:0 0 0 3px rgba(23,109,164,.1)}.mark3-shop__toolbar-right{display:flex;align-items:center;gap:18px}.mark3-shop__count{margin:0 !important;color:var(--mark3-muted);font-size:14px;white-space:nowrap}.mark3-shop__sort select{min-width:180px;padding:10px 40px 10px 16px}.mark3-shop__status{min-height:0;color:var(--mark3-muted);font-size:14px}.mark3-shop.is-loading .mark3-shop__results{opacity:.42;pointer-events:none}.mark3-shop.is-loading .mark3-shop__status{min-height:28px;margin-bottom:12px}.mark3-shop__results{transition:opacity .2s ease}.mark3-products{display:grid;grid-template-columns:repeat(var(--mark3-columns,4),minmax(0,1fr));gap:24px}.mark3-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--mark3-line);border-radius:var(--mark3-radius);background:#fff;box-shadow:0 8px 30px rgba(11,45,75,.045);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.mark3-product-card:hover{transform:translateY(-5px);border-color:#bad1df;box-shadow:0 18px 42px rgba(11,45,75,.11)}.mark3-product-card__image{position:relative;display:block;aspect-ratio:1/1;margin:14px;overflow:hidden;border-radius:14px;background:var(--mark3-soft)}.mark3-product-card__image img{width:100% !important;height:100% !important;padding:22px;object-fit:contain;transition:transform .28s ease}.mark3-product-card:hover .mark3-product-card__image img{transform:scale(1.035)}.mark3-product-card__badge{position:absolute;z-index:2;top:13px;right:13px;padding:7px 10px;border-radius:999px;background:var(--mark3-blue);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mark3-product-card__body{display:flex;flex:1;flex-direction:column;padding:4px 20px 20px}.mark3-product-card__category,.mark3-product-card__category a{color:var(--mark3-blue);font-size:11px;font-weight:750;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.mark3-product-card__title{margin:8px 0 7px !important;padding:0 !important;font-size:18px !important;line-height:1.35 !important}.mark3-product-card__title a{color:var(--mark3-navy) !important;text-decoration:none}.mark3-product-card__sku{margin:0 0 12px !important;color:var(--mark3-muted);font-size:12px}.mark3-product-card__excerpt{margin-bottom:18px;color:var(--mark3-muted);font-size:14px;line-height:1.58}.mark3-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto}.mark3-product-card__price{color:var(--mark3-blue);font-size:17px;font-weight:750}.mark3-product-card__button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:9px;margin-left:auto;padding:10px 15px;border-radius:999px;background:var(--mark3-navy);color:#fff !important;font-size:13px;font-weight:700;text-decoration:none !important}.mark3-product-card__button:hover{background:var(--mark3-blue);color:#fff !important}.mark3-product-card__button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mark3-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:44px}.mark3-pagination button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--mark3-line);border-radius:50%;background:#fff;color:var(--mark3-ink);font:inherit;cursor:pointer}.mark3-pagination button:hover,.mark3-pagination button.is-current{border-color:var(--mark3-navy);background:var(--mark3-navy);color:#fff}.mark3-pagination button:disabled{cursor:not-allowed;opacity:.35}.mark3-pagination span{color:var(--mark3-muted)}.mark3-shop__empty{padding:70px 24px;border:1px dashed var(--mark3-line);border-radius:var(--mark3-radius);background:var(--mark3-soft);text-align:center}.mark3-shop__empty h2{margin-bottom:8px !important;color:var(--mark3-navy) !important}@media (max-width:1100px){.mark3-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.mark3-shop__toolbar{align-items:stretch;flex-direction:column}.mark3-shop__search{width:100%}.mark3-shop__toolbar-right{justify-content:space-between}.mark3-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:540px){.mark3-shop__header{padding:44px 23px;border-radius:22px}.mark3-shop__title{font-size:40px !important}.mark3-shop__categories{margin-top:22px}.mark3-shop__toolbar-right{align-items:stretch;flex-direction:column}.mark3-shop__sort select{min-width:100%}.mark3-products{grid-template-columns:1fr}}