.agwcmp,.agwcmp *,.agwcmp *:before,.agwcmp *:after{box-sizing:border-box}.agwcmp{width:100%;padding:60px clamp(20px,6.9vw,100px);background:var(--agwcmp-bg, #ffffff)}.agwcmp__inner{width:100%;max-width:900px;margin:0 auto}.agwcmp__heading-block{display:flex;flex-direction:column;align-items:var(--agwcmp-align-items, center);text-align:var(--agwcmp-text-align, center);margin-bottom:36px}.agwcmp__heading{margin:0 0 10px;font-family:Behind The Nineties,Georgia,serif;font-weight:500;font-size:var(--agwcmp-heading-size, 34px);color:var(--agwcmp-heading-color, #8a263d)}.agwcmp__accent{display:block;width:56px;height:3px;margin:0 0 14px;border-radius:999px;background:var(--agwcmp-brand-bg, #8a263d);opacity:.55}.agwcmp__subheading{margin:0;font-family:Albert Sans,Arial,sans-serif;font-weight:400;font-size:var(--agwcmp-subheading-size, 15px);color:var(--agwcmp-subheading-color, #6b6b6b);letter-spacing:.01em}.agwcmp__table{display:grid;grid-template-columns:1fr var(--agwcmp-brand-col-width, 140px) var(--agwcmp-others-col-width, 100px);row-gap:var(--agwcmp-row-gap, 10px);column-gap:14px;align-items:stretch}.agwcmp__cell{display:flex;align-items:center;min-height:54px;order:0}.agwcmp__cell--label{grid-column:1}.agwcmp__cell--brand{grid-column:2}.agwcmp__cell--others{grid-column:3}[data-agwcmp-reveal]{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}[data-agwcmp-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-agwcmp-reveal]{opacity:1;transform:none;transition:none}}.agwcmp__cell--label{padding:12px 20px;background:#fcf6df;border:1px solid var(--agwcmp-label-border, #ececec);border-radius:var(--agwcmp-radius, 12px);box-shadow:0 1px 3px #140a0f0a;font-family:Albert Sans,Arial,sans-serif;font-weight:700;font-size:var(--agwcmp-label-size, 14px);line-height:1.35;color:var(--agwcmp-label-color, #1a2340);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.agwcmp__cell--label.is-alt{background:#fff1da}.agwcmp__cell--label:hover{transform:translate(3px);box-shadow:0 6px 16px #140a0f17;border-color:color-mix(in srgb,var(--agwcmp-brand-bg, #8a263d) 35%,var(--agwcmp-label-border, #ececec))}.agwcmp__cell--header-spacer{background:transparent;border:none;box-shadow:none;min-height:60px}.agwcmp__cell--others{justify-content:center;background:var(--agwcmp-others-bg, #efefef);border-radius:var(--agwcmp-radius, 12px);color:var(--agwcmp-others-x-color, #8a8a8a);transition:transform .2s ease,opacity .2s ease}.agwcmp__cell--others.is-alt{background:color-mix(in srgb,var(--agwcmp-others-bg, #efefef) 92%,#000000 8%)}.agwcmp__cell--others:hover{transform:scale(1.06);opacity:.75}.agwcmp__cell--others.agwcmp__cell--header{font-family:Albert Sans,Arial,sans-serif;font-weight:700;font-size:var(--agwcmp-col-header-size, 14px);letter-spacing:.04em;text-transform:uppercase;color:var(--agwcmp-others-header-color, #6b6b6b);background:transparent;min-height:60px;text-align:center;justify-content:center;padding:0 4px}.agwcmp__cell--brand{justify-content:center;background:var(--agwcmp-brand-bg, #8a263d);color:var(--agwcmp-brand-check-color, #ffffff);margin-top:calc(var(--agwcmp-row-gap, 10px) / -2);margin-bottom:calc(var(--agwcmp-row-gap, 10px) / -2);position:relative;z-index:1}.agwcmp__cell--brand svg{transition:transform .2s ease}.agwcmp__cell--brand:hover svg{transform:scale(1.15)}.agwcmp__cell--brand.agwcmp__cell--header{flex-direction:column;gap:5px;margin-top:0;padding:16px 10px;min-height:60px;border-radius:var(--agwcmp-radius, 12px) var(--agwcmp-radius, 12px) 0 0;font-family:Albert Sans,Arial,sans-serif;font-weight:800;font-size:var(--agwcmp-col-header-size, 14px);letter-spacing:.04em;text-transform:uppercase;color:var(--agwcmp-brand-text, #ffffff);text-align:center;box-shadow:0 18px 36px -8px color-mix(in srgb,var(--agwcmp-brand-bg, #8a263d) 55%,transparent),0 6px 14px #00000029}.agwcmp__cell--brand:last-child{margin-bottom:0;border-radius:0 0 var(--agwcmp-radius, 12px) var(--agwcmp-radius, 12px);box-shadow:0 18px 36px -8px color-mix(in srgb,var(--agwcmp-brand-bg, #8a263d) 55%,transparent),0 6px 14px #00000029}.agwcmp__brand-logo{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.agwcmp__brand-logo img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:749px){.agwcmp{padding:20px 16px}.agwcmp__heading{font-size:var(--agwcmp-heading-size-mobile, 24px)}.agwcmp__heading-block{margin-bottom:24px}.agwcmp__table{grid-template-columns:1fr minmax(64px,84px) minmax(44px,56px);column-gap:12px;row-gap:8px}.agwcmp__cell{min-height:46px}.agwcmp__cell--label{padding:8px 10px;font-size:12px}.agwcmp__cell--label:hover{transform:none}.agwcmp__cell--others:hover{transform:none;opacity:1}.agwcmp__cell--others.agwcmp__cell--header,.agwcmp__cell--brand.agwcmp__cell--header{font-size:10.5px;letter-spacing:.02em;min-height:46px;padding:10px 6px}.agwcmp__cell--header-spacer{min-height:46px}.agwcmp__brand-logo{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-amrutgir-why-choose.css.map */
