.adm-collection-products{--adm-bg: #f5f5f7;--adm-card: #ffffff;--adm-text: #101010;--adm-muted: #62666d;--adm-soft: rgba(16, 16, 16, .06);--adm-border: rgba(16, 16, 16, .1);--adm-red: #d71920;--adm-shadow: 0 22px 55px rgba(15, 23, 42, .08);--adm-shadow-hover: 0 34px 85px rgba(15, 23, 42, .14);background:var(--adm-bg);padding:48px 60px 52px}.adm-collection-products__inner{width:min(100%,1400px);margin:0 auto}.adm-collection-products__heading{display:flex;align-items:center;gap:18px;margin:0 0 26px;color:var(--adm-text);font-family:"Titillium Web",var(--font-heading-family),sans-serif;font-size:14px;line-height:1.2;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.adm-collection-products__heading:before{content:"";display:block;width:42px;height:3px;background:var(--adm-red);border-radius:999px}.adm-collection-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.adm-product-card{position:relative;display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#fff 0% 68%,#fbfbfc);border:1px solid rgba(16,16,16,.075);border-radius:22px;padding:12px;box-shadow:var(--adm-shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.adm-product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;background:radial-gradient(circle at 18% 0%,rgba(215,25,32,.08),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.72),transparent);transition:opacity .3s ease}.adm-product-card:hover{transform:translateY(-7px);box-shadow:var(--adm-shadow-hover);border-color:#d719202e}.adm-product-card:hover:before{opacity:1}.adm-product-card__media{position:relative;display:block;overflow:hidden;border-radius:16px;aspect-ratio:1 / 1;background:#e9e9eb;z-index:1}.adm-product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent 24%),linear-gradient(to top,rgba(0,0,0,.14),transparent 30%);opacity:.42;z-index:5}.adm-product-card__media svg{width:100%;height:100%;display:block}.adm-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;z-index:1;transform:scale(1);transition:opacity .85s ease,transform 1.2s ease,filter .45s ease;will-change:opacity,transform}.adm-product-card__image--active{opacity:1;z-index:2;transform:scale(1.025);filter:contrast(1.035) saturate(1.025)}@media(prefers-reduced-motion:reduce){.adm-product-card__image{transition:none}.adm-product-card__image:not(:first-child){display:none}.adm-product-card__image--active{transform:none;filter:none}}.adm-product-card__content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;padding:22px 8px 0}.adm-product-card__title{margin:0;min-height:64px;color:var(--adm-text);font-family:"Titillium Web",var(--font-heading-family),sans-serif;font-size:25px;line-height:1.18;font-weight:700;letter-spacing:-.018em}.adm-product-card__title a{color:inherit;text-decoration:none}.adm-product-card__title a:hover{color:var(--adm-red)}.adm-product-card__accent{width:38px;height:3px;margin:12px 0 16px;background:var(--adm-red);border-radius:999px}.adm-product-card__description{margin:0;min-height:64px;color:var(--adm-muted);font-size:14px;line-height:1.55;font-weight:400}.adm-product-card__specs{display:grid;gap:7px;margin:16px 0 0;padding:12px 13px;border-radius:13px;background:#f5f5f7eb;border:1px solid rgba(16,16,16,.06)}.adm-product-card__spec{display:flex;align-items:center;gap:10px;color:var(--adm-muted);font-size:13px;line-height:1.35}.adm-product-card__spec-icon{width:17px;height:17px;flex:0 0 auto;opacity:.7;color:var(--adm-text)}.adm-product-card__spec-icon svg{width:100%;height:100%;display:block}.adm-product-card__price{margin:18px 0 0;color:var(--adm-text);font-family:"Titillium Web",var(--font-heading-family),sans-serif;font-size:24px;line-height:1.1;font-weight:750;letter-spacing:-.02em}.adm-product-card__actions{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:10px;margin-top:auto;padding-top:20px}.adm-product-card__link,.adm-product-card__button{width:100%;min-height:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;font-family:"Titillium Web",var(--font-heading-family),sans-serif;font-size:13px;line-height:1;font-weight:650;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease,opacity .22s ease}.adm-product-card__link{position:relative;color:var(--adm-text);background:transparent;border:1px solid rgba(16,16,16,.72)}.adm-product-card__link:hover{color:#fff;background:var(--adm-text);border-color:var(--adm-text)}.adm-product-card__arrow{position:static;font-size:17px;line-height:1;transform:translateY(-1px)}.adm-product-card__button{position:relative;margin:0;padding:0 14px;min-width:0;color:#fff;background:var(--adm-red);border:1px solid var(--adm-red);box-shadow:none;appearance:none;-webkit-appearance:none}.adm-product-card__button:hover{background:var(--adm-text);border-color:var(--adm-text);transform:translateY(-1px)}.adm-product-card__button[disabled],.adm-product-card__button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.adm-product-card__cart-icon{width:18px;height:18px;display:inline-flex;flex:0 0 auto;transition:opacity .2s ease}.adm-product-card__cart-icon svg{width:100%;height:100%;display:block}.adm-product-card__loader{position:absolute;width:16px;height:16px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:999px;opacity:0;pointer-events:none;animation:adm-button-spin .75s linear infinite}.adm-product-card__button.is-loading .adm-product-card__cart-icon,.adm-product-card__button.is-loading [data-adm-button-text]{opacity:0}.adm-product-card__button.is-loading .adm-product-card__loader{opacity:1}@keyframes adm-button-spin{to{transform:rotate(360deg)}}.adm-product-card__button:before,.adm-product-card__button:after{display:none!important}.adm-collection-products__empty{padding:42px;background:#fff;border-radius:18px;color:var(--adm-muted);font-size:15px;box-shadow:var(--adm-shadow)}.adm-collection-products__pagination{margin-top:34px}@media screen and (max-width:989px){.adm-collection-products{padding:42px 24px}.adm-collection-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.adm-product-card__title{font-size:24px}}@media screen and (max-width:749px){.adm-collection-products{padding:34px 18px 36px}.adm-collection-products__heading{margin-bottom:18px;font-size:12px;letter-spacing:.075em}.adm-collection-products__heading:before{width:32px}.adm-collection-products__grid{grid-template-columns:1fr;gap:20px}.adm-product-card{border-radius:18px;padding:10px}.adm-product-card__media{border-radius:14px}.adm-product-card__content{padding:17px 6px 0}.adm-product-card__title{min-height:auto;font-size:24px;line-height:1.16}.adm-product-card__description{min-height:auto}.adm-product-card__price{font-size:22px}.adm-product-card__actions{grid-template-columns:1fr}.adm-product-card__link,.adm-product-card__button{height:46px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/adm-collection-products.css.map */
