.why-comparison-cards{background:var(--comparison-section-bg);color:var(--comparison-section-text);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.why-comparison-cards__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;margin-bottom:3.2rem}.why-comparison-cards__title{margin:0;color:var(--comparison-heading);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--comparison-heading-size);line-height:1.08;letter-spacing:0;font-weight:var(--font-heading-weight)}.why-comparison-cards__subtitle{margin:0;color:var(--comparison-subheading);font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:var(--comparison-subtitle-size);line-height:1.35}.why-comparison-cards__subtitle>*:first-child{margin-top:0}.why-comparison-cards__subtitle>*:last-child{margin-bottom:0}.why-comparison-cards__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.why-comparison-cards__card{display:flex;flex-direction:column;overflow:hidden;min-width:0;background:var(--comparison-card-bg);border:1px solid var(--comparison-card-border);border-radius:var(--comparison-card-radius);box-shadow:0 8px 22px var(--comparison-card-shadow)}.why-comparison-cards__media-wrapper{padding:0}.why-comparison-cards__media{overflow:hidden;border-radius:var(--comparison-image-radius) var(--comparison-image-radius) 0 0}.why-comparison-cards__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.why-comparison-cards__content{display:flex;flex:1;flex-direction:column;justify-content:flex-start;gap:1.4rem;padding:var(--comparison-card-padding)}.why-comparison-cards__card-title{margin:0;color:var(--comparison-heading);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--comparison-card-title-size);line-height:1.05;letter-spacing:0;font-weight:var(--font-heading-weight)}.why-comparison-cards__copy{font-family:var(--font-body-family);font-style:var(--font-body-style);font-size:var(--comparison-body-size);line-height:1.42}.why-comparison-cards__copy p{margin:0}.why-comparison-cards__copy p+p{margin-top:1.2rem}.why-comparison-cards__copy strong{color:var(--comparison-heading);font-weight:700}@media screen and (max-width:989px){.why-comparison-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.why-comparison-cards__header{margin-bottom:2.4rem;gap:.8rem}.why-comparison-cards__grid{grid-auto-columns:var(--comparison-mobile-card-width);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:0;padding-right:1.6rem;padding-bottom:.8rem;-ms-overflow-style:none;scrollbar-width:none}.why-comparison-cards__grid::-webkit-scrollbar{display:none}.why-comparison-cards__card{scroll-snap-align:start}.why-comparison-cards__content{padding:2.2rem 2rem 2.4rem}}.grouped-product-selector{padding-top:var(--gps-pt, 16px);padding-bottom:var(--gps-pb, 16px)}.grouped-product-selector__row+.grouped-product-selector__row{margin-top:1.4rem}.grouped-product-selector__pills{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.8rem}.grouped-product-selector__pill{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.55);border-radius:var(--buttons-radius, 0);font-size:1.4rem;font-family:inherit;line-height:1;text-decoration:none;color:rgba(var(--color-foreground),1);background:transparent;cursor:pointer;transition:border-color .15s,background-color .15s,color .15s}.grouped-product-selector__pill:hover,.grouped-product-selector__pill:focus-visible{border-color:rgba(var(--color-foreground),1);text-decoration:none;outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.grouped-product-selector__pill--active{border-color:rgba(var(--color-foreground),1);background-color:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);cursor:default;pointer-events:none}.grouped-product-selector__pill--sold-out{opacity:.5;text-decoration:line-through;text-decoration-thickness:.1rem}.grouped-product-selector__pill--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.grouped-product-selector__dim1-wrap,.grouped-product-selector__dim2-wrap{margin-top:.8rem}.pp-wrap{padding-top:var(--pp-pt, 8px);padding-bottom:var(--pp-pb, 8px)}.pp-card{background:rgba(var(--color-foreground),.04);border-radius:var(--buttons-radius, 4px);padding:1.6rem 1.6rem 1.2rem;text-align:center}.pp-heading{text-align:left;margin-bottom:1.2rem}.pp-stage{display:flex;justify-content:center;align-items:center}.pp-mug{display:inline-flex;align-items:center}.pp-mug__face{width:152px;height:104px;background:rgba(var(--color-background),1);border:.1rem solid rgba(var(--color-foreground),.15);border-radius:6px 2px 2px 6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.pp-mug__handle{width:24px;height:52px;border:.25rem solid rgba(var(--color-foreground),.15);border-left:none;border-radius:0 32px 32px 0;margin-left:-.1rem;flex-shrink:0}.pp-text-layer{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:#483c32;transition:color .2s ease;padding:.4rem .8rem;width:100%}.pp-field{display:block;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:132px}.pp-name{font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pp-place{font-size:.9rem;opacity:.85}.pp-year{font-size:.8rem;opacity:.65}.pp-note{font-size:1.1rem;color:rgba(var(--color-foreground),.4);margin-top:.8rem;margin-bottom:0;letter-spacing:.02em}#hellocustom-app input[type=text]{border:.1rem solid rgba(var(--color-foreground),.35)!important;border-radius:var(--inputs-radius, 4px)!important;font-family:inherit!important;font-size:1.4rem!important;color:rgba(var(--color-foreground),1)!important;padding:.9rem 1rem!important;transition:border-color .15s!important}#hellocustom-app input[type=text]:focus{border-color:rgba(var(--color-foreground),.8)!important;outline:.2rem solid rgba(var(--color-foreground),.25)!important;outline-offset:.2rem!important}#hellocustom-app .hc-label-container{margin-bottom:.6rem}#hellocustom-app .hc-collection-thumbnails{gap:1rem!important}#hellocustom-app .hc-collection-thumbnails>[data-tooltip-content]{width:36px!important;height:36px!important;border-radius:var(--buttons-radius, 4px)!important;transition:transform .12s!important}#hellocustom-app .hc-collection-thumbnails>[data-tooltip-content]:hover{transform:scale(1.1)!important}
/*# sourceMappingURL=/cdn/shop/t/111/compiled_assets/styles.css.map */
