:root{--c2c-ocean: #0d6b7f;--c2c-ocean-deep: #0a5566;--c2c-slate: #0f172a;--c2c-radius-lg: clamp(12px, 1.2vw, 20px);--c2c-radius-xl: clamp(16px, 1.5vw, 28px);--c2c-shadow-sm: 0 1px 2px rgb(0 0 0 / 6%), 0 8px 24px rgb(0 0 0 / 6%);--c2c-shadow-md: 0 4px 12px rgb(0 0 0 / 8%), 0 24px 48px rgb(0 0 0 / 6%);--c2c-transition: .35s cubic-bezier(.33, 1, .68, 1)}.template-index .content-for-layout{font-feature-settings:"kern" 1,"liga" 1}.template-index .shopify-section:first-child .hero{position:relative;border-radius:0 0 clamp(20px,3vw,36px) clamp(20px,3vw,36px);overflow:hidden;box-shadow:0 18px 48px #0f172a1f}.why-choose-c2c{position:relative;overflow:hidden}.color-scheme-4 .why-choose-c2c:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% -20%,rgb(13 107 127 / 8%) 0%,transparent 55%);pointer-events:none}.why-choose-c2c__inner{max-width:min(1100px,100%);margin-inline:auto;position:relative;z-index:1}.why-choose-c2c__heading{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);letter-spacing:var(--letter-spacing-h2, -.02em);text-wrap:balance;text-align:center;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.15;color:var(--color-foreground-heading)}.why-choose-c2c__sub{text-align:center;max-width:52ch;margin:0 auto 2.5rem;font-size:clamp(1rem,1.1vw,1.0625rem);line-height:1.65;color:rgb(var(--color-foreground-rgb) / 85%)}.why-choose-c2c__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media screen and (min-width:600px){.why-choose-c2c__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (min-width:990px){.why-choose-c2c__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.why-choose-c2c__card{display:flex;flex-direction:column;align-items:flex-start;height:100%;padding:1.5rem 1.5rem 1.625rem;border-radius:var(--c2c-radius-xl);background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);box-shadow:var(--c2c-shadow-sm);transition:transform var(--c2c-transition),box-shadow var(--c2c-transition),border-color var(--c2c-transition)}.why-choose-c2c__card:hover{transform:translateY(-4px);box-shadow:var(--c2c-shadow-md);border-color:color-mix(in srgb,var(--c2c-ocean) 35%,var(--color-border))}.why-choose-c2c__icon-wrap{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin-bottom:1.125rem;border-radius:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--color-primary) 18%,var(--color-background)),color-mix(in srgb,var(--color-primary) 8%,var(--color-background)));color:var(--color-foreground-heading);box-shadow:inset 0 1px #ffffff40}.why-choose-c2c__icon{width:1.35rem;height:1.35rem;flex-shrink:0}.why-choose-c2c__title{font-family:var(--font-subheading--family, var(--font-heading--family));font-weight:600;font-size:1.0625rem;line-height:1.35;margin:0 0 .5rem;color:var(--color-foreground-heading)}.why-choose-c2c__text{margin:0;font-size:.9375rem;line-height:1.6;color:rgb(var(--color-foreground-rgb) / 88%)}.featured-product-section{position:relative}.featured-product-section .featured-product-section__heading{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);letter-spacing:var(--letter-spacing-h2, -.02em);font-size:clamp(1.75rem,3.5vw,2.125rem);line-height:1.2;margin:0 auto 2.75rem;max-width:28ch;text-wrap:balance;text-align:center}.featured-product-section .product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-items:stretch}@media screen and (min-width:600px){.featured-product-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.featured-product-section .product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.featured-product-section .product-card{display:flex;flex-direction:column;width:100%;max-width:100%;padding:0;border-radius:var(--c2c-radius-xl);overflow:hidden;text-align:left;border:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);box-shadow:var(--c2c-shadow-sm);transition:transform var(--c2c-transition),box-shadow var(--c2c-transition)}.featured-product-section .product-card:hover{transform:translateY(-6px);box-shadow:var(--c2c-shadow-md)}.featured-product-section .product-card__media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:color-mix(in srgb,var(--color-foreground) 4%,var(--color-background))}.featured-product-section .product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.33,1,.68,1)}.featured-product-section .product-card:hover .product-card__media img{transform:scale(1.04)}.featured-product-section .product-card__body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.featured-product-section .product-card h3{margin:0 0 .375rem;font-size:1rem;font-weight:600;line-height:1.35;color:var(--color-foreground-heading)}.featured-product-section .product-card .price{margin:0 0 1rem;font-weight:600;font-size:.9375rem;color:var(--color-foreground)}@media(max-width:768px){.featured-product-section .product-grid{gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/c2c-premium.css.map */
