.cg323{background:var(--cg323-bg, transparent);color:var(--cg323-text, #111);padding:var(--cg323-pad-top, 60px) 24px var(--cg323-pad-bottom, 60px);box-sizing:border-box;width:100%}.cg323__header{text-align:center;margin-bottom:32px}.cg323__heading{font-size:clamp(28px,4vw,44px);margin:0 0 8px;color:var(--cg323-text, #111)}.cg323__subheading{font-size:16px;opacity:.85}.cg323__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;gap:var(--cg323-gap, 16px);max-width:1600px;margin:0 auto}.cg323__card{grid-column:span var(--d-span, 2);position:relative;display:block;overflow:hidden;border-radius:var(--cg323-radius, 0px);text-decoration:none;color:inherit;min-height:var(--min-h, 320px);isolation:isolate;transition:transform .4s ease}.cg323__card:hover{transform:translateY(-2px)}.cg323__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cg323__card-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cg323__card-media img,.cg323__card-media .cg323__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.cg323__card:hover .cg323__card-media img{transform:scale(1.04)}.cg323__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cg323-overlay, #000);opacity:var(--cg323-overlay-opacity, .15);pointer-events:none}.cg323__card-header{position:relative;padding:18px 22px;z-index:3;display:flex;align-items:center;gap:12px;max-width:100%;box-sizing:border-box;pointer-events:none}.cg323__card-header--has-scene{flex-wrap:wrap;justify-content:space-between}.cg323__card-title{display:inline-block;min-width:0;font-family:var(--heading-font-family, inherit);font-size:var(--cg323-title-size, 28px);font-weight:500;letter-spacing:.02em;text-transform:uppercase;line-height:1.1;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35);pointer-events:none}.cg323__card-arrow{position:absolute;right:16px;bottom:16px;z-index:2;width:36px;height:36px;border-radius:50%;background:#ffffffe6;color:#111;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease;pointer-events:none}.cg323__card:hover .cg323__card-arrow{background:#fff}.cg323-scene-open{overflow:hidden}.cg323__shop-scene{position:relative;z-index:4;display:inline-flex;align-items:center;flex:0 1 auto;gap:12px;margin-left:auto;max-width:100%;padding:8px 12px 8px 18px;border:0;border-radius:999px;background:#0000007a;color:#fff;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.12em;line-height:1;text-transform:uppercase;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:auto}.cg323__shop-scene>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg323__shop-scene svg{flex:0 0 auto}.cg323__shop-scene-thumbs{display:inline-flex;align-items:center;gap:4px}.cg323__shop-scene-thumbs img{width:34px;height:34px;border-radius:4px;object-fit:cover;background:#fff}.cg323__card--span-1 .cg323__card-header{align-items:flex-start;flex-direction:column;gap:8px;justify-content:flex-start;position:static}.cg323__card--span-1 .cg323__card-title{position:relative;z-index:3}.cg323__card--span-1 .cg323__shop-scene{position:absolute;left:18px;bottom:18px;gap:8px;margin-left:0;max-width:calc(100% - 36px);padding:7px 9px 7px 12px;font-size:10px;letter-spacing:.08em}.cg323__card--span-1 .cg323__shop-scene>span:first-child{max-width:76px;white-space:normal}.cg323__card--span-1 .cg323__shop-scene-thumbs img{width:26px;height:26px}.cg323__card--span-2 .cg323__shop-scene{gap:9px;padding:7px 10px 7px 13px;font-size:11px;letter-spacing:.09em}.cg323__card--span-2 .cg323__shop-scene-thumbs img{width:30px;height:30px}.cg323__scene-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;pointer-events:none;opacity:0;transition:opacity .25s ease}.cg323__scene-drawer.is-open{pointer-events:auto;opacity:1}.cg323__scene-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000073;cursor:pointer}.cg323__scene-panel{position:absolute;top:0;right:0;width:420px;max-width:100vw;height:100%;display:flex;flex-direction:column;background:#fff;color:#111;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);-webkit-overflow-scrolling:touch}.cg323__scene-drawer.is-open .cg323__scene-panel{transform:translate(0)}.cg323__scene-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:#fff;z-index:1;flex-shrink:0;font-size:15px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cg323__scene-close{display:flex;align-items:center;justify-content:center;padding:6px;border:0;border-radius:4px;background:none;color:#111;cursor:pointer;transition:background .2s ease}.cg323__scene-close:hover{background:#f3f3f3}.cg323__scene-close svg{width:22px;height:22px;display:block}.cg323__scene-products{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#e5e5e5;flex:1}.cg323__scene-product{background:#fff;display:flex;flex-direction:column}.cg323__scene-product-image{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f8f8f8}.cg323__scene-product-image img,.cg323__scene-product-image svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cg323__scene-product-image:hover img{transform:scale(1.04)}.cg323__scene-product-info{padding:12px 14px 16px;display:flex;flex-direction:column;gap:5px;flex:1}.cg323__scene-product-title{display:block;color:inherit;font-size:13px;line-height:1.4;text-decoration:none}.cg323__scene-product-title:hover{text-decoration:underline}.cg323__scene-product-price{font-size:13px;color:#333;margin:0}.cg323__scene-product-actions{margin-top:auto;padding-top:10px}.cg323__scene-product-form{display:block}.cg323__scene-product-action{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 12px;border:0;border-radius:2px;background:#111;color:#fff;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.08em;text-decoration:none;text-align:center;text-transform:uppercase;transition:background .2s ease,opacity .2s ease}.cg323__scene-product-action:hover{background:#333;color:#fff}.cg323__scene-product-action:disabled{cursor:not-allowed;opacity:.6}.cg323__scene-product-detail-link{font-size:11px;color:#555;text-decoration:underline;letter-spacing:.05em;text-align:center;display:block;margin-top:8px;padding-top:2px}.cg323__scene-product-detail-link:hover{color:#111}.cg323__scene-footer{flex-shrink:0;padding:16px 24px;border-top:1px solid #e5e5e5;background:#fff}.cg323__scene-footer-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:12px 16px;border-radius:2px;background:#111;color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .2s ease}.cg323__scene-footer-button:hover{background:#333;color:#fff}@media(max-width:767px){.cg323{padding:var(--cg323-pad-top-mobile, 40px) 12px var(--cg323-pad-bottom-mobile, 40px)}.cg323__grid{grid-template-columns:repeat(2,1fr);gap:var(--cg323-mobile-gap, 10px)}.cg323__card{grid-column:span var(--m-span, 1);min-height:var(--min-h-m, 220px)}.cg323__card-header{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 14px}.cg323__card--mobile-span-2 .cg323__card-header--has-scene{align-items:center;flex-direction:row}.cg323__card-title{font-size:var(--cg323-title-size-mobile, 18px)}.cg323__card-arrow{width:28px;height:28px;right:10px;bottom:10px}.cg323__shop-scene{gap:8px;padding:7px 9px 7px 12px;font-size:10px;letter-spacing:.08em}.cg323__shop-scene-thumbs img{width:26px;height:26px}}@media screen and (max-width:1023px){.cg323__scene-panel{width:92vw;max-width:420px}}
/*# sourceMappingURL=/cdn/shop/t/821/compiled_assets/styles.css.map */
