.product-card-list-section{padding-left:0;padding-right:0}.product-card-list-section .section-header{text-align:center;margin-bottom:3.5rem;margin-top:3rem}@media screen and (min-width: 750px){.product-card-list-section .section-header{margin-bottom:5rem;margin-top:4rem}}.product-card-list-section .section-title{font-size:calc(var(--font-heading-scale) * 3.4rem);font-weight:var(--font-heading-weight);margin:0}@media screen and (min-width: 750px){.product-card-list-section .section-title{font-size:calc(var(--font-heading-scale) * 3.4rem)}}.product-card-grid{display:grid;grid-template-columns:repeat(var(--columns-mobile, 2),1fr);gap:1.5rem;padding:0 1rem;max-width:100%;margin:0 auto;box-sizing:border-box}@media screen and (min-width: 750px){.product-card-grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr);gap:0px;padding:0 2rem;justify-items:center}}.product-card{width:100%;overflow:visible;position:relative}.product-card__inner{position:relative;border-radius:0;overflow:visible;min-height:400px;display:flex;flex-direction:column;padding:2rem;box-shadow:none;border:none;transition:transform .3s ease}@media screen and (min-width: 750px){.product-card__inner{width:auto;height:auto;margin:0 auto}}.product-card__inner:hover{transform:translateY(-4px);box-shadow:none}.product-card__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.product-card__bg-image{width:100%;height:100%;object-fit:contain;object-position:center}@media screen and (min-width: 750px){.product-card__inner{width:auto;height:auto;min-height:auto;display:inline-block;position:relative;padding:0;overflow:visible}.product-card__background{position:relative;width:auto;height:auto;display:block;z-index:0;line-height:0}.product-card__bg-image{width:auto;height:auto;max-width:320px;max-height:578px;display:block;object-fit:contain;vertical-align:top}.product-card{width:fit-content;display:inline-block}.product-card__inner{height:fit-content}.product-card__inner .product-card__content{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;z-index:1}}.product-card__badge{position:absolute;top:-1.2rem;left:0;width:14.2rem;height:7.2rem;z-index:1;display:flex;justify-content:center;align-items:flex-start;overflow:visible}@media screen and (min-width: 750px){.product-card__badge{width:147px;top:-1.8rem}}.product-card__badge-bg-1{position:absolute;top:-5px;left:0;width:100%;height:100%;z-index:2}.badge-img-1{width:100%;height:100%;object-fit:contain;object-position:left top}.product-card__badge-bg-2{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}@media screen and (min-width: 750px){.product-card__badge-bg-2{clip-path:inset(1.8rem 0 0 0)}}@media screen and (max-width: 749px){.product-card__badge-bg-2{clip-path:inset(1.8rem 0 0 0)}}.badge-img-2{width:100%;height:100%;object-fit:contain;object-position:left top;display:block}.product-card__badge-text{position:relative;margin-top:.5rem;color:#fff;font-size:1.8rem;text-align:center;font-weight:700;z-index:3}@media screen and (min-width: 750px){.product-card__badge-text{margin-top:.3rem}}.product-card__audio-btn{position:absolute;top:1.5rem;right:1.5rem;z-index:2;width:auto;height:auto;min-width:32px;min-height:32px;border:none;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;padding:0;overflow:visible}.product-card__audio-btn:hover{transform:scale(1.1)}@media screen and (min-width: 750px){.product-card__audio-btn{top:40px;right:40px;min-width:32px;min-height:32px;width:auto;height:auto}}.product-card__audio-btn.playing{background:transparent}.product-card__audio-btn.playing .audio-btn__play{display:none}.product-card__audio-btn.paused{background:transparent}.product-card__audio-btn.paused .audio-btn__play{display:block}.product-card__audio-btn.paused .audio-btn__animation{display:none}.audio-btn__image{width:1.6rem;height:1.6rem;object-fit:contain;transition:opacity .2s ease}@media screen and (min-width: 750px){.audio-btn__image{width:32px;height:32px}}.audio-btn__play{display:block}.audio-btn__animation{display:none;align-items:center;justify-content:center;gap:.2rem;position:absolute;width:100%;height:100%}.product-card__audio-btn.playing .audio-btn__animation{display:flex}.audio-btn__wave{width:.3rem;height:1.2rem;object-fit:contain;animation:waveAnimation 1s ease-in-out infinite}.audio-btn__wave--1{animation-delay:0s}.audio-btn__wave--2{animation-delay:.2s}.audio-btn__wave--3{animation-delay:.4s}@keyframes waveAnimation{0%,to{transform:scaleY(.5);opacity:.6}50%{transform:scaleY(1);opacity:1}}.product-card__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (min-width: 750px){.product-card__content{height:100%;justify-content:space-between}}.product-card__header{margin-bottom:1.5rem}@media screen and (min-width: 750px){.product-card__header{position:absolute;top:40px;left:40px;right:90px;margin-bottom:0;z-index:3;width:auto;max-width:calc(100% - 130px)}}.product-card__title{font-size:1.8rem;font-weight:800;margin:0 0 .5rem;color:#000;line-height:1.2;text-align:left;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;position:relative;z-index:2}@media screen and (min-width: 750px){.product-card__title{max-width:100%;padding-right:0}}.product-card__subtitle_container{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}@media screen and (min-width: 750px){.product-card__subtitle_container{flex-direction:row;align-items:center;gap:.8rem}}.product-card__subtitle{font-size:1.4rem;font-weight:600;margin:0;color:#000;text-transform:uppercase;letter-spacing:.05em}@media screen and (min-width: 750px){.product-card__subtitle{font-size:1.1rem;font-weight:400}}.product-line{width:1px;height:1.2rem;background-color:#000;opacity:.3}.product-card__product-image{flex:1;display:flex;align-items:center;justify-content:center;margin:1.5rem 0;min-height:200px;position:relative}@media screen and (min-width: 750px){.product-card__product-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;width:auto;height:auto;min-height:0;max-width:239px;max-height:308px;z-index:1}}.product-card__logo{max-width:100%;height:auto;object-fit:contain;border-radius:1rem;mix-blend-mode:multiply}@media screen and (min-width: 750px){.product-card__logo{width:auto;height:auto;max-width:239px;max-height:308px;object-fit:fill;border-radius:0;mix-blend-mode:multiply}}.product-card__placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background-color:#fff3;border-radius:1rem}.product-card__actions{margin-top:auto;padding-top:1.5rem}@media screen and (min-width: 750px){.product-card__actions{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);width:auto;max-width:none;margin-top:0;padding-top:0;z-index:2}}.product-card__add-btn{display:inline-block;width:auto;padding:0;background:transparent;border:none;text-decoration:none;transition:transform .3s ease,opacity .3s ease;cursor:pointer}.add-btn__image{display:block;width:auto;height:auto;max-width:100%;object-fit:contain}@media screen and (min-width: 750px){.product-card__add-btn{padding:0;width:240px;height:48px;display:flex;align-items:center;justify-content:center}.add-btn__image{width:240px;height:48px;object-fit:contain}}.product-card__add-btn:hover{transform:translateY(-2px);opacity:.9}@media screen and (min-width: 750px){.product-card__add-btn:hover{transform:translateY(-2px)}}@media screen and (max-width: 749px){.product-card-list-section{padding:2rem 0}.product-card-list-section .section-title{font-size:calc(var(--font-heading-scale) * 3rem)}.product-card-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.product-card{width:100%;display:inline-block}.product-card__inner{width:auto;height:auto;min-height:auto;display:inline-block;position:relative;padding:0;overflow:visible}.product-card__background{position:relative;width:auto;height:auto;display:block;z-index:0;line-height:0;overflow:hidden}.product-card__bg-image{width:auto;height:auto;max-width:calc(50vw - 1.75rem);max-height:400px;display:block;object-fit:contain;vertical-align:top}.product-card__content{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;z-index:1}.product-card__header{position:absolute;top:1.5rem;left:1.5rem;right:70px;margin-bottom:0;z-index:2;width:auto;max-width:calc(100% - 90px)}.product-card__title{font-size:1rem;font-weight:700;line-height:1.2;margin:0 0 .3rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.product-card__subtitle_container{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:nowrap;white-space:nowrap}.product-card__subtitle{font-size:.85rem;font-weight:400;white-space:nowrap}.product-line{height:.8rem}.product-card__product-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;width:auto;height:auto;min-height:0;max-width:100%;max-height:100%;z-index:1}.product-card__logo{width:auto;height:auto;max-width:150%;max-height:150%;object-fit:fill;border-radius:0;mix-blend-mode:multiply}.product-card__actions{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);width:auto;max-width:none;margin-top:0;padding-top:0;z-index:2}.product-card__add-btn{padding:0}.add-btn__image{max-width:150px}.product-card__audio-btn{top:1rem;right:1rem;width:3rem;height:3rem}.product-card__audio-btn img,.audio-btn__image{width:1.8rem!important;height:1.8rem!important}.audio-btn__wave{width:.2rem;height:.8rem}.product-card__badge{width:110px;height:5.5rem;top:-1.8rem}.product-card__badge-text{margin-top:.4rem;font-size:1.2rem}.product-card__badge-bg-1{top:-3px;left:0}.product-card__badge-bg-2{top:0;left:0}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-product-card-list.css.map */
