.plp-section{display:block;background-color:var(--plp-bg-color);color:var(--plp-text-color);padding-top:var(--plp-pt);padding-bottom:var(--plp-pb)}.plp-header{text-align:center;margin-bottom:1.5rem}.plp-header__title{margin:0 0 .5rem;font-size:var(--plp-title-size, 2rem);line-height:1.2}.plp-header__description{opacity:.7;font-size:var(--plp-desc-size, 1rem)}.plp-hero{position:relative;width:100%;margin-bottom:2rem;border-radius:16px;overflow:hidden}.plp-hero__image{position:relative;width:100%;display:block}.plp-hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--plp-hero-overlay, .4));z-index:1}.plp-hero__image img{width:100%;height:auto;display:block}.plp-hero__image--desktop{display:block}.plp-hero__image--mobile{display:none}.plp-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#fff}.plp-hero__title{margin:0 0 .75rem;font-size:var(--plp-title-size, 2rem);line-height:1.2;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.plp-hero__description{font-size:var(--plp-desc-size, 1rem);color:#fffffff2;text-shadow:0 1px 4px rgba(0,0,0,.3);max-width:600px}@media screen and (max-width:749px){.plp-hero{border-radius:12px;margin-bottom:1.5rem}.plp-hero__image--desktop{display:none}.plp-hero__image--mobile{display:block}.plp-hero__content{padding:1.5rem}.plp-hero__title{font-size:calc(var(--plp-title-size, 2rem) * .8)}.plp-hero__description{font-size:calc(var(--plp-desc-size, 1rem) * .9)}}.plp-empty-state{text-align:center;padding:4rem 2rem;min-height:200px;display:flex;align-items:center;justify-content:center}.plp-empty-state__message{font-size:1.5rem;font-weight:500;color:var(--plp-text-color, rgba(128, 128, 128, .6));margin:0;letter-spacing:.05em}.plp-grid{display:grid;grid-template-columns:repeat(var(--plp-grid-desktop, 4),1fr);gap:var(--plp-grid-gap, 16px)}.plp-grid__item{display:flex;align-items:stretch}.plp-grid__item>.plp-product-card{width:100%}@media screen and (max-width:1199px){.plp-grid{grid-template-columns:repeat(var(--plp-grid-tablet, 2),1fr)}}@media screen and (max-width:599px){.plp-grid{grid-template-columns:repeat(var(--plp-grid-mobile, 1),1fr)}}.plp-swiper{--swiper-theme-color: currentColor;--swiper-navigation-size: 2.5rem}.plp-swiper .swiper{opacity:0;transition:opacity .2s ease-out}.plp-swiper .swiper.swiper-initialized{opacity:1}.plp-swiper .swiper-slide{height:auto;padding:1rem;box-sizing:border-box}.swiper-controls{margin-top:30px;display:flex;justify-content:space-around;align-items:center;gap:16px}.plp-swiper .swiper-button-prev,.plp-swiper .swiper-button-next{position:static;width:40px;height:40px;margin:0;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(128,128,128,.5);border-radius:50%;color:#808080cc;cursor:pointer;transition:all .3s ease;flex-shrink:0}.plp-swiper .swiper-button-prev:hover,.plp-swiper .swiper-button-next:hover{border-color:var(--plp-text-color, #333);color:var(--plp-text-color, #333)}.plp-swiper .swiper-button-prev:after,.plp-swiper .swiper-button-next:after{display:none}.plp-swiper .swiper-button-prev svg,.plp-swiper .swiper-button-next svg{width:20px;height:20px;transition:transform .2s ease-out}.plp-swiper .swiper-button-prev:hover svg{transform:translate(-2px)}.plp-swiper .swiper-button-next:hover svg{transform:translate(2px)}.plp-swiper .swiper-button-disabled{opacity:.3;cursor:not-allowed}.plp-swiper .swiper-pagination{position:relative;bottom:auto;top:auto}.plp-swiper .swiper-pagination-bullets-dynamic{left:auto!important;transform:none!important}.plp-swiper .swiper-pagination-bullet{border:1px solid currentColor;background-color:transparent;opacity:1;height:12px;width:12px}.plp-swiper .swiper-pagination-bullet-active{background-color:currentColor}.plp-track{position:relative;width:var(--plp-track-width, 200px);height:3px;background:#8080804d;border-radius:2px;cursor:pointer;overflow:hidden;flex-shrink:0}.plp-track__bar{position:absolute;top:0;left:0;height:100%;background:#ff841f;border-radius:2px;transition:transform .5s cubic-bezier(.25,.1,.25,1),width .3s ease;display:block!important}@media screen and (max-width:749px){.plp-track{width:150px}.swiper-controls{gap:12px;margin-top:20px}.plp-swiper .swiper-button-prev,.plp-swiper .swiper-button-next{width:32px;height:32px}.plp-swiper .swiper-button-prev svg,.plp-swiper .swiper-button-next svg{width:16px;height:16px}}.plp-product-card{text-align:center;display:flex;flex-direction:column;height:100%;overflow:hidden;box-sizing:border-box}.plp-product-card__link{display:block;text-decoration:none;color:inherit}.plp-product-card__link:hover{text-decoration:none}.plp-product-card__media{position:relative;margin-bottom:1rem}.plp-product-card__images{position:relative;overflow:hidden;border-radius:var(--media-radius, 0);aspect-ratio:var(--plp-image-ratio, 1/1);background:#8080801a}.plp-product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out}.plp-product-card__img--hover{position:absolute;top:0;left:0;opacity:0}.plp-product-card__link:hover .plp-product-card__img--hover{opacity:1}.plp-product-card__placeholder{width:100%;height:100%}.plp-product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:1;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:2px}.plp-product-card__badge--sale{background-color:var(--color-sale, #dc3545);color:#fff}.plp-product-card__badge--soldout{background-color:#808080cc;color:#fff}.plp-product-card__title{margin:0 0 .5rem;font-size:var(--plp-product-title-size, 1rem);font-weight:500;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;min-height:calc(var(--plp-product-title-size, 1rem) * 1.4 * 2)}.plp-product-card__price{margin:0 0 .75rem;font-size:var(--plp-product-price-size, .9rem)}.plp-product-card__price-compare{opacity:.6;margin-right:.5rem}.plp-product-card__price-sale{color:var(--color-sale, #dc3545)}.plp-product-card__variants{margin-bottom:.75rem;width:100%;box-sizing:border-box;position:relative;min-height:var(--plp-select-height, 2.75rem)}.plp-product-card__variants-placeholder{margin-bottom:.75rem;min-height:var(--plp-select-height, 2.75rem)}.plp-variant-select{width:100%;max-width:100%;height:var(--plp-select-height, 2.75rem);padding:0 2.5rem 0 1rem;font-size:var(--plp-select-font-size, .9rem);font-family:inherit;border:1px solid rgba(128,128,128,.25);border-radius:var(--plp-select-radius, .5rem);background-color:#ffffff0d;color:inherit;cursor:pointer;-webkit-appearance:none;appearance:none;box-sizing:border-box;transition:all .25s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem}.plp-variant-select:hover{border-color:#80808080;background-color:#ffffff1a}.plp-variant-select:focus{outline:none;border-color:currentColor;box-shadow:0 0 0 3px #80808026}.plp-variant-select:disabled{opacity:.5;cursor:not-allowed}.plp-product-card__atc{margin-top:auto;width:100%;box-sizing:border-box}.plp-atc-btn{position:relative;width:100%;max-width:100%;height:var(--plp-btn-height, 3rem);padding:0 1rem;font-size:var(--plp-btn-font-size, .8rem);font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.5px;background-color:rgb(var(--color-button, 0, 0, 0));color:rgb(var(--color-button-text, 255, 255, 255));border:none;border-radius:var(--plp-btn-radius, .5rem);cursor:pointer;overflow:hidden;box-sizing:border-box;transition:all .3s ease}.plp-atc-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.plp-atc-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.plp-atc-btn:disabled{opacity:.5;cursor:not-allowed}.plp-atc-btn__text,.plp-atc-btn__loading,.plp-atc-btn__success{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.plp-atc-btn__loading,.plp-atc-btn__success{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(.8)}.plp-atc-btn.is-loading .plp-atc-btn__text{opacity:0}.plp-atc-btn.is-loading .plp-atc-btn__loading{opacity:1;transform:scale(1)}.plp-atc-btn.is-success .plp-atc-btn__text{opacity:0}.plp-atc-btn.is-success .plp-atc-btn__success{opacity:1;transform:scale(1)}.plp-atc-btn__success svg{width:1.5rem;height:1.5rem}.plp-spinner{width:1.5rem;height:1.5rem;animation:plp-spin 1s linear infinite}@keyframes plp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:749px){.plp-swiper .swiper-slide{padding:.5rem}}.plp-toast-container{position:fixed;bottom:2rem;left:50%;z-index:9999;pointer-events:none;opacity:0;transform:translate(-50%) translateY(30px);transition:opacity .4s ease,transform .4s cubic-bezier(.4,0,.2,1)}.plp-toast-container.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.plp-toast{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;background:#fff;border-radius:1.25rem;box-shadow:0 20px 60px #0003,0 6px 20px #0000001a;min-width:440px;max-width:540px}.plp-toast__icon{flex-shrink:0;width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff}.plp-toast__icon svg{width:1.75rem;height:1.75rem}.plp-toast__content{flex:1;min-width:0}.plp-toast__title{font-size:1.125rem;font-weight:600;color:#111;margin-bottom:.35rem}.plp-toast__message{font-size:1rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plp-toast__view{flex-shrink:0;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background:#111;border:none;border-radius:.625rem;cursor:pointer;transition:all .2s ease}.plp-toast__view:hover{background:#333;transform:translateY(-2px)}.plp-toast__close{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:50%;color:#999;cursor:pointer;transition:all .2s ease}.plp-toast__close:hover{background:#0000000d;color:#333}.plp-toast__close svg{width:1.125rem;height:1.125rem}@media screen and (max-width:540px){.plp-toast-container{bottom:1rem;left:.75rem;right:.75rem;transform:translate(0) translateY(30px)}.plp-toast-container.is-visible{transform:translate(0) translateY(0)}.plp-toast{min-width:0;max-width:none;padding:1.25rem 1.5rem;gap:1rem}.plp-toast__icon{width:2.5rem;height:2.5rem}.plp-toast__icon svg{width:1.375rem;height:1.375rem}.plp-toast__title{font-size:1rem}.plp-toast__message{font-size:.875rem}.plp-toast__view{padding:.7rem 1.25rem;font-size:.875rem}}.plp-product-card--overlay{position:relative;border-radius:16px;overflow:hidden}.plp-product-card--overlay .plp-product-card__link{display:block}.plp-product-card--overlay .plp-product-card__media{margin-bottom:0}.plp-product-card--overlay .plp-product-card__images{border-radius:16px}.plp-product-card--overlay .plp-product-card__img{transition:transform .8s cubic-bezier(.16,1,.3,1)}.plp-product-card--overlay .plp-product-card__images:hover .plp-product-card__img{transform:scale(1.08)}.plp-product-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 16px;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.6) 100%);pointer-events:none;border-radius:0 0 16px 16px;z-index:2}.plp-product-card__overlay-content{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.plp-product-card__overlay-title{color:#fff;font-size:var(--plp-product-title-size, 1.2rem);font-weight:500;line-height:1.3;margin:0;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.plp-product-card__overlay-price{color:#fff;font-size:var(--plp-product-price-size, 1rem);font-weight:600;margin:0;flex-shrink:0;text-align:right}.plp-product-card__overlay-price s{opacity:.6;font-size:.85em;margin-right:6px}.plp-product-card__overlay-price span{color:#fff}.plp-product-card--info-below .plp-product-card__overlay{display:none}.plp-atc-btn-float{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;opacity:0;transform:scale(.6) rotate(-180deg);transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px #00000026}.plp-atc-btn-float svg{width:20px;height:20px;color:#0a0a0a;transition:transform .3s ease}.plp-atc-btn-float__check{position:absolute;opacity:0;transform:scale(.5);transition:all .3s ease}.plp-product-card--overlay:hover .plp-atc-btn-float{opacity:1;transform:scale(1) rotate(0)}.plp-atc-btn-float:hover{background:#f5f5f5;transform:scale(1.1) rotate(0)!important}.plp-atc-btn-float:hover svg{transform:translateY(-2px)}.plp-atc-btn-float:disabled{cursor:not-allowed}.plp-product-card--overlay:hover .plp-atc-btn-float:disabled{opacity:.5;transform:scale(1) rotate(0)}.plp-atc-btn-float.is-loading svg:first-child,.plp-atc-btn-float.is-success svg:first-child{opacity:0}.plp-atc-btn-float.is-success{background:#10b981}.plp-atc-btn-float.is-success .plp-atc-btn-float__check{opacity:1;transform:scale(1);color:#fff}.plp-product-card__tag{position:absolute;bottom:70px;left:12px;padding:6px 12px;font-size:1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:100px;z-index:2;opacity:0;transform:translate(-20px);transition:all .4s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.plp-product-card--overlay:hover .plp-product-card__tag{opacity:1;transform:translate(0)}.plp-product-card__tag--sale{background:#ff6b6be6;color:#fff}.plp-product-card__tag--soldout{background:#808080e6;color:#fff}.plp-product-card__tag--new{background:#10b981e6;color:#fff}.plp-product-card__tag--bestseller{background:#f59e0be6;color:#fff}.plp-product-card__tag--default{background:#ffffffe6;color:#0a0a0a}@media screen and (max-width:749px){.plp-atc-btn-float{opacity:1;transform:scale(1) rotate(0);width:36px;height:36px;top:8px;right:8px}.plp-atc-btn-float:disabled{opacity:.5}.plp-atc-btn-float svg{width:16px;height:16px}.plp-product-card__tag{opacity:1;transform:translate(0);top:8px;left:8px;bottom:auto;padding:4px 10px;font-size:.8rem}}.plp-product-card--overlay .plp-product-card__img--hover{display:none}.plp-product-card--overlay .plp-product-card__tag{z-index:4}.plp-product-card--overlay .plp-product-card__images{border-radius:16px;overflow:hidden}.plp-product-card--overlay .plp-product-card__media{overflow:visible;border-radius:0;margin-bottom:0}.plp-variant-thumbs{--thumb-base-size: 44px;--thumb-gap: 8px;display:flex;justify-content:center;flex-wrap:wrap;gap:var(--thumb-gap);padding:12px 0 8px;min-height:calc((var(--thumb-base-size) * 2) + var(--thumb-gap) + 20px)}.plp-variant-thumbs-placeholder{min-height:116px}.plp-variant-thumb{width:var(--thumb-size, var(--thumb-base-size));height:var(--thumb-size, var(--thumb-base-size));border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .25s ease;flex-shrink:0;background:#8080801a;padding:0}.plp-variant-thumb:hover{transform:scale(1.1);border-color:#8080804d}.plp-variant-thumb.is-active{border-color:var(--plp-text-color, #111);box-shadow:0 2px 8px #00000026}.plp-variant-thumb[data-soldout=true]{opacity:.4}.plp-variant-thumb img{width:100%;height:100%;object-fit:cover;display:block}.plp-variant-thumbs[data-count="6"]{--thumb-size: 38px}.plp-variant-thumbs[data-count="7"]{--thumb-size: 34px}.plp-variant-thumbs[data-count="8"]{--thumb-size: 30px}.plp-variant-thumbs[data-count="9"],.plp-variant-thumbs[data-count="10"]{--thumb-size: 26px}.plp-variant-thumbs[data-count="11"],.plp-variant-thumbs[data-count="12"]{--thumb-size: 24px;--thumb-gap: 6px}.plp-product-card__below-info{margin-top:auto}.plp-product-card__below-title{text-align:center;font-size:var(--plp-product-title-size, 1rem);font-weight:500;margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;min-height:calc(var(--plp-product-title-size, 1rem) * 1.3 * 2)}.plp-product-card__below-price{text-align:center;font-size:var(--plp-product-price-size, .95rem);font-weight:600;margin:0}.plp-product-card__below-price s{opacity:.5;margin-right:6px;font-weight:400}.plp-product-card__below-price span{color:var(--color-sale, #dc3545)}.plp-product-card--overlay:not(.plp-product-card--info-below) .plp-product-card__below-title,.plp-product-card--overlay:not(.plp-product-card--info-below) .plp-product-card__below-price{display:none}@media screen and (max-width:749px){.plp-variant-thumbs{--thumb-base-size: 36px;--thumb-gap: 6px;padding:10px 0 6px;min-height:94px}.plp-variant-thumbs-placeholder{min-height:94px}.plp-variant-thumbs[data-count="6"]{--thumb-size: 32px}.plp-variant-thumbs[data-count="7"]{--thumb-size: 28px}.plp-variant-thumbs[data-count="8"],.plp-variant-thumbs[data-count="9"],.plp-variant-thumbs[data-count="10"]{--thumb-size: 24px}.plp-product-card__below-title,.plp-product-card__below-price{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-product-list-pro.css.map */
