.ottcg{--ottcg-cols: 4;--ottcg-cols-mobile: 2;--ottcg-gap: 16px;--ottcg-pad: 24px;--ottcg-bg: #f4f4f4;--ottcg-card-bg: #fff;--ottcg-card-border: #e5e5e5;--ottcg-card-bw: 1px;--ottcg-card-radius: 0px;--ottcg-card-pad: 12px;--ottcg-media-ratio: 1 / 1;background:var(--ottcg-bg);padding:32px 0 48px}.ottcg *,.ottcg *:before,.ottcg *:after{box-sizing:border-box}.ottcg__inner{max-width:1600px;margin:0 auto;padding:0 var(--ottcg-pad)}.ottcg__heading{margin:0 0 20px;font-size:20px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ottcg__grid{display:grid;grid-template-columns:repeat(var(--ottcg-cols),minmax(0,1fr));gap:var(--ottcg-gap)}.ottcg__card{position:relative;display:flex;flex-direction:column;background:var(--ottcg-card-bg);border:var(--ottcg-card-bw) solid var(--ottcg-card-border);border-radius:var(--ottcg-card-radius);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.ottcg__card:hover{border-color:#c9c9c9;box-shadow:0 6px 20px #00000012}.ottcg__media{position:relative;overflow:hidden}.ottcg__media-link{display:block;aspect-ratio:var(--ottcg-media-ratio)}.ottcg__img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.ottcg__card:hover .ottcg__img{transform:scale(1.03)}.ottcg__badge{position:absolute;top:10px;left:10px;z-index:2;padding:4px 10px;border-radius:var(--ottcg-badge-radius, 12px);background:var(--ottcg-badge-bg, #4a7c2f);color:var(--ottcg-badge-text, #fff);font-size:12px;font-weight:700;line-height:1.4}.ottcg__body{display:flex;flex-direction:column;gap:6px;padding:var(--ottcg-card-pad)}.ottcg__title{color:var(--ottcg-title, #111);font-size:var(--ottcg-title-size, 13px);font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;line-height:1.3}.ottcg__title:hover{text-decoration:underline}.ottcg__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.ottcg__was{color:var(--ottcg-was, #9a9a9a);font-size:calc(var(--ottcg-price-size, 16px) - 3px);text-decoration:line-through}.ottcg__now{color:var(--ottcg-price, #111);font-size:var(--ottcg-price-size, 16px);font-weight:800}.ottcg__pay{display:flex;align-items:center;flex-wrap:wrap;gap:6px;row-gap:4px;align-self:flex-start;max-width:100%;padding:5px 7px;border:1px solid var(--ottcg-pay-border, #e3a3a3);border-radius:4px;color:var(--ottcg-pay-text, #c62828)}.ottcg__pay-icon{width:15px;height:15px;flex:0 0 auto}.ottcg__pay-price,.ottcg__pay-label{font-size:13px;font-weight:700;white-space:nowrap}.ottcg__pay-pill{padding:2px 6px;border-radius:3px;background:var(--ottcg-pay-pill-bg, #c62828);color:var(--ottcg-pay-pill-text, #fff);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.ottcg__benefits{margin:0;color:var(--ottcg-benefit, #5c5c5c);font-size:11px;line-height:1.4}.ottcg__atc{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border:0;border-radius:var(--ottcg-atc-radius, 30px);background:var(--ottcg-atc-bg, #0f2444);color:var(--ottcg-atc-text, #fff);font:inherit;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;transition:opacity .18s ease}.ottcg__atc:hover{opacity:.9}.ottcg__atc.is-disabled{opacity:.45;pointer-events:none}.ottcg__atc.is-loading{opacity:.6;pointer-events:none}.ottcg__atc-wrap--media{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:10px;transform:translateY(105%);opacity:0;transition:transform .28s ease,opacity .28s ease}.ottcg__card:hover .ottcg__atc-wrap--media,.ottcg__card:focus-within .ottcg__atc-wrap--media{transform:translateY(0);opacity:1}.ottcg__atc-wrap--body{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .28s ease,opacity .28s ease,margin-top .28s ease}.ottcg__atc-wrap--body>*{overflow:hidden;min-height:0}.ottcg__card:hover .ottcg__atc-wrap--body,.ottcg__card:focus-within .ottcg__atc-wrap--body{grid-template-rows:1fr;opacity:1;margin-top:4px}.ottcg__pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:32px}.ottcg__page{min-width:34px;padding:8px 10px;border:1px solid #dcdcdc;background:#fff;color:#111;font-size:13px;text-align:center;text-decoration:none}.ottcg__page.is-current{background:#111;border-color:#111;color:#fff}.ottcg__empty{padding:40px 0;text-align:center;color:#6b6b6b}@media(max-width:749px){.ottcg__grid{grid-template-columns:repeat(var(--ottcg-cols-mobile),minmax(0,1fr))}.ottcg__atc-wrap--media{position:static;transform:none;opacity:1;padding:0 var(--ottcg-card-pad);margin-top:10px}.ottcg__atc-wrap--body{grid-template-rows:1fr;opacity:1;margin-top:4px}.ottcg__atc{padding:10px 12px;font-size:11px}.ottcg__badge{font-size:11px;padding:3px 8px}}@media(prefers-reduced-motion:reduce){.ottcg__img,.ottcg__atc-wrap--media,.ottcg__atc-wrap--body{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ott-collection-grid.css.map */
