.homepage{flex-flow:column;flex:1 0 auto;gap:2rem;padding:1rem;display:flex}@media screen and (width>=62em){.homepage{padding:2rem}}.homepage .carousel-row{flex-flow:row;justify-content:center;gap:1.5rem;width:100%;max-width:460px;margin:0 auto;padding:0 .625rem;display:flex}.homepage .carousel-row #main-carousel,.homepage .carousel-row #overflow-carousel{aspect-ratio:2/3}@media screen and (width>=62em){.homepage .carousel-row{max-width:100%;height:380px}.homepage .carousel-row #main-carousel{display:none}}.homepage .carousel-row .promo-card{flex:1 1 0;display:none}@media screen and (width>=62em){.homepage .carousel-row .promo-card{justify-content:center;display:flex}}.homepage .carousel-row .promo-card a{aspect-ratio:.666667;background-color:var(--color-fg-secondary);border-radius:.625rem;position:relative;overflow:hidden}.homepage .carousel-row .promo-card a img{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.homepage .carousel-row .promo-card a{width:auto;height:100%;margin:0 auto}.homepage .carousel-row .promo-card .carousel-wrapper{aspect-ratio:2/3;background-color:var(--color-fg-secondary);border-radius:.625rem;width:auto;height:100%;margin:0 auto;position:relative;overflow:hidden}.homepage #personalized-discount-cards-section{overflow:hidden}.homepage #personalized-discount-cards-contents{flex-flow:column;gap:2rem;display:flex}.homepage #personalized-discount-cards-contents .scrollable-contents .product-card{flex:0 0 10em;min-width:10em;max-width:10em}.homepage .store-benefits{flex-flow:column;gap:1rem;display:flex}.homepage .store-benefits .benefits-claim{letter-spacing:-.01em;color:var(--color-text-primary);margin:0;font-size:1rem;line-height:1.6}.homepage .store-benefits .benefits-claim .pns-logo{vertical-align:middle;width:auto;height:1.1em;margin-left:.125rem}:is([data-theme=dark],[data-theme=dark-cool],[data-theme=midnight]) .homepage .store-benefits .benefits-claim .pns-logo{content:url(/icons/pns-logo-dark.svg)}.homepage .benefit-highlights{grid-template-columns:minmax(0,460px);justify-content:center;gap:1rem;display:grid}@media screen and (width>=45em){.homepage .benefit-highlights{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}}@media screen and (width>=62em){.homepage .benefit-highlights{grid-template-columns:repeat(4,minmax(0,1fr))}}.homepage .highlight-card{background-color:var(--color-bg-primary);box-shadow:0 2px 3px rgba(var(--color-rgb-fg-primary), .05);border-radius:1rem;flex-flow:row;align-items:center;gap:.625rem;padding:.625rem 1rem;display:flex}.homepage .highlight-card .material-symbols-outlined:not(.link-arrow){width:2rem;height:2rem;color:var(--color-accent);background-color:rgba(var(--color-rgb-accent), .12);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1.25em;display:flex}.homepage .highlight-card h2{margin:0;font-size:.9375rem;line-height:1.25}.homepage .highlight-card .link-arrow{color:var(--color-text-secondary);flex:none;margin-left:auto;font-size:1.125em;transition:color .3s,transform .3s}.homepage .highlight-card:is(a){text-decoration:none;transition:box-shadow .3s}.homepage .highlight-card:is(a):hover,.homepage .highlight-card:is(a):focus-visible{box-shadow:0 1px 3px rgba(var(--color-rgb-fg-primary), .18)}.homepage .highlight-card:is(a):hover .link-arrow,.homepage .highlight-card:is(a):focus-visible .link-arrow{color:var(--color-accent);transform:translate(2px)}.homepage .eshop-features{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:1rem;margin:0 auto;display:grid}.homepage .eshop-features .feature-card{background-color:var(--color-bg-primary);max-width:500px;box-shadow:0 2px 3px rgba(var(--color-rgb-fg-primary), .05);border-radius:1rem;flex-flow:row;justify-content:flex-start;align-items:center;gap:1rem;padding:1.5rem 1rem;transition:box-shadow .3s;display:flex}.homepage .eshop-features .feature-card:hover,.homepage .eshop-features .feature-card:focus{box-shadow:0 1px 3px rgba(var(--color-rgb-fg-primary), .18)}.homepage .eshop-features .feature-card .icon-wrapper{background-color:var(--color-fg-tertiary);border-radius:50%;justify-content:center;align-items:center;width:4rem;min-width:4rem;height:4rem;min-height:4rem;display:flex}.homepage .eshop-features .feature-card .icon-wrapper img,.homepage .eshop-features .feature-card .icon-wrapper .image-fallback{object-fit:contain;width:2.5rem;height:2.5rem}.homepage .eshop-features .feature-card .details{margin-bottom:.625rem}@media screen and (width>=62em){.homepage .eshop-features{grid-template-columns:repeat(3,1fr)}.homepage .eshop-features .feature-card{flex-flow:column;flex:1;justify-content:flex-start;align-items:flex-start;height:100%}.homepage .eshop-features .feature-card .details{margin-bottom:0}}.carousel{flex-flow:column;gap:.5em;width:100%;height:100%;display:flex;position:relative}.carousel .carousel-inner{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;border-radius:.625rem;flex-flow:row;flex:auto;width:100%;display:flex;position:relative;overflow:scroll hidden}.carousel .carousel-inner::-webkit-scrollbar{display:none}.carousel .carousel-inner .carousel-item{scroll-snap-align:start;background-color:var(--color-fg-secondary);flex:0 0 100%;height:100%;overflow:hidden}.carousel .carousel-inner .carousel-item img{object-fit:cover;object-position:center center;width:100%;height:100%}.carousel .carousel-dots{flex:0 0 fit-content;background-color:rgba(var(--color-rgb-bg-tertiary), .8);border-radius:.625rem;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;bottom:.5em;left:50%;transform:translate(-50%)}.carousel .carousel-dots .carousel-dot{cursor:pointer;border:1px solid var(--color-border-primary);background-color:#0000;border-radius:50%;width:.8125em;height:.8125em;margin:0 .25em;transition:background-color .3s,border .3s}.carousel .carousel-dots .carousel-dot.active{border:1px solid var(--color-border-accent);background-color:var(--color-accent)}
