:root{--mod-eshop-image-mobile: 8rem;--mod-eshop-card-width-mobile: 13.75rem;--mod-eshop-card-height-mobile: 19.5rem;--mod-eshop-image-tablet: 9.5rem;--mod-eshop-card-width-tablet: 16.25rem;--mod-eshop-card-height-tablet: 22.5rem;--mod-eshop-image-desktop: 12rem;--mod-eshop-card-width-desktop: 18.875rem;--mod-eshop-card-height-desktop: 26rem}.mod-eshop{padding-top:1.5rem;padding-bottom:1.5rem;display:block}@media all and (min-width: 48rem){.mod-eshop{padding-top:2rem;padding-bottom:2rem}}@media all and (min-width: 90rem){.mod-eshop{padding-top:2.5rem;padding-bottom:2.5rem}}.mod-eshop__title{color:var(--tc-text-primary);text-align:center;font-family:var(--font-family-headline);font-size:1.75rem;font-style:normal;font-weight:600;line-height:2rem;letter-spacing:-0.015rem;margin-bottom:1.5rem}@media all and (min-width: 48rem){.mod-eshop__title{font-size:2rem;line-height:2.25rem}}@media all and (min-width: 90rem){.mod-eshop__title{font-size:3rem;line-height:3.25rem}}.mod-eshop__note{color:var(--tc-text-secondary);text-align:center;font-family:var(--font-family-content);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem;letter-spacing:-0.0125rem}.mod-eshop__content{max-width:121.25rem;width:100%;margin:0 auto;height:fit-content;display:flex;justify-content:center;padding-bottom:1.5rem}.mod-eshop-carousel>:first-child{margin-left:0}.mod-eshop-carousel>:last-child{margin-right:0}.eshop-card{-webkit-user-drag:none;user-select:none;background:var(--tc-background-white-black);border-radius:1rem;border:1px solid var(--tc-border-quaternary);overflow:hidden;margin:0 .25rem;position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:var(--mod-eshop-card-width-mobile);height:var(--mod-eshop-card-height-mobile);transition:box-shadow .1s ease-in-out}@media all and (min-width: 48rem){.eshop-card{margin:0 .5rem;width:var(--mod-eshop-card-width-tablet);height:var(--mod-eshop-card-height-tablet)}}@media all and (min-width: 90rem){.eshop-card{margin:0 .75rem;width:var(--mod-eshop-card-width-desktop);height:var(--mod-eshop-card-height-desktop)}}.eshop-card:focus-visible{outline:.125rem solid var(--tc-blue-40);outline-offset:.125rem}.eshop-card:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.1),0 1.5px 6px 0 rgba(0,0,0,.08)}.eshop-card:hover .eshop-card__image .eshop-card__image-img{transform:scale(1.1)}.eshop-card:active{box-shadow:0 0 1px 0 rgba(12,12,14,.2),0 1px 3px 0 rgba(12,12,14,.37)}.eshop-card:active .eshop-card__image .eshop-card__image-img{transform:scale(1.03)}.eshop-card__image{-webkit-user-drag:none;user-select:none;flex-shrink:0;overflow:hidden;position:relative;width:100%;height:fit-content;display:flex;justify-content:center;align-items:center;background:var(--tc-background-white-black)}.eshop-card__image-badge-img{width:3rem;height:3rem;object-fit:contain;position:absolute;top:1rem;right:1rem;z-index:10}@media all and (min-width: 48rem){.eshop-card__image-badge-img{width:4rem;height:4rem}}@media all and (min-width: 90rem){.eshop-card__image-badge-img{width:5rem;height:5rem}}.eshop-card__image-energy-img{width:2.4rem;height:1.375rem;object-fit:contain;position:absolute;bottom:.5rem;left:.4375rem;z-index:10}@media all and (min-width: 48rem){.eshop-card__image-energy-img{left:.9375rem}}@media all and (min-width: 90rem){.eshop-card__image-energy-img{width:3rem;height:1.625rem}}.eshop-card__image-img{transition:transform .3s ease;width:var(--mod-eshop-image-mobile);height:var(--mod-eshop-image-mobile);margin:1rem 0;object-fit:contain}@media all and (min-width: 48rem){.eshop-card__image-img{margin:1.5rem 0;width:var(--mod-eshop-image-tablet);height:var(--mod-eshop-image-tablet)}}@media all and (min-width: 90rem){.eshop-card__image-img{width:var(--mod-eshop-image-desktop);height:var(--mod-eshop-image-desktop)}}.eshop-card__content{width:100%;height:100%;box-sizing:border-box;flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem 1.25rem;gap:.75rem}@media all and (min-width: 48rem){.eshop-card__content{padding:0 1.5rem 1.5rem}}.eshop-card__category{color:var(--tc-text-secondary);font-family:var(--font-family-content);font-style:normal;font-size:.75rem;line-height:1rem;font-weight:500}@media all and (min-width: 48rem){.eshop-card__category{letter-spacing:-0.003125rem;font-size:.875rem;line-height:1.25rem}}.eshop-card__title-link{text-decoration:none}.eshop-card__title{font-family:var(--font-family-content);font-weight:600;color:var(--tc-text-primary);line-height:1.25rem;font-size:.875rem;font-style:normal;letter-spacing:-0.003125rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-word;max-height:2.5rem;text-align:left}@media all and (min-width: 48rem){.eshop-card__title{font-size:1rem;line-height:1.5rem;letter-spacing:-0.00625rem;max-height:3rem}}@media all and (min-width: 90rem){.eshop-card__title{font-size:1.125rem;line-height:1.75rem;letter-spacing:-0.0125rem;max-height:3.5rem}}.eshop-card__price-container{width:100%;display:flex;justify-content:space-between;align-items:center}.eshop-card__msrp{color:var(--tc-text-tertiary);font-family:var(--font-family-content);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration-line:line-through}.eshop-card__price{color:var(--tc-text-primary);font-family:var(--font-family-content);font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25rem;letter-spacing:-0.003125rem}@media all and (min-width: 48rem){.eshop-card__price{font-size:1rem;line-height:1.5rem;letter-spacing:-0.00625rem}}.eshop-card__monthly_price{color:var(--tc-text-secondary);text-align:right;font-family:var(--font-family-content);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}@media all and (min-width: 48rem){.eshop-card__monthly_price{font-size:.875rem;line-height:1.25rem;letter-spacing:-0.003125rem}}@media all and (min-width: 120rem){.mod-eshop__content{position:relative;overflow-x:hidden;padding-top:.25rem}.mod-eshop__title{margin-bottom:1.25rem}.mod-eshop-carousel>:first-child{margin-left:.375rem}.mod-eshop-carousel>:last-child{margin-right:.375rem}}.mod-eshop.dark .mod-eshop__title{color:var(--tc-text-primary-dark)}.mod-eshop.dark .mod-eshop__note{color:var(--tc-text-secondary-dark)}.mod-eshop.dark .eshop-card{background:var(--tc-background-white-black-dark);border:1px solid var(--tc-border-quaternary-dark)}.mod-eshop.dark .eshop-card__category{color:var(--tc-text-secondary-dark)}.mod-eshop.dark .eshop-card__title{color:var(--tc-text-primary-dark)}.mod-eshop.dark .eshop-card__note{color:var(--tc-text-secondary-dark)}.mod-eshop.dark .eshop-card__msrp{color:var(--tc-text-tertiary-dark)}.mod-eshop.dark .eshop-card__price{color:var(--tc-text-primary-dark)}.mod-eshop.dark .eshop-card__monthly_price{color:var(--tc-text-secondary-dark)}
