.prive-products{background:var(--prive-section-bg)}.prive-products__inner{max-width:var(--prive-section-max-width);margin:0 auto;padding:0 var(--prive-section-inner-x)}.prive-products__heading{margin-bottom:var(--prive-section-heading-gap)}.prive-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.prive-products__grid--count-1{grid-template-columns:minmax(0,320px);justify-content:center}.prive-products__grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin:0 auto}.prive-products__grid--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.prive-product-card{display:flex;flex-direction:column;height:100%;min-width:0;max-width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.prive-product-card__media-link{display:block;text-decoration:none}.prive-product-card__media{position:relative;border:0;background:#f3f3f3;overflow:hidden;border-radius:12px 12px 0 0}.prive-product-card__media .media{position:relative;width:100%;aspect-ratio:1 / 1}.prive-product-card__badges{position:absolute;top:10px;left:10px;right:10px;z-index:2;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:6px;margin:0;padding:0;list-style:none;overflow:hidden}.prive-product-card__badge{display:inline-flex;flex-shrink:0;align-items:center;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#f7e2c8,#c39b5e);color:#111;font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.prive-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.prive-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.prive-product-card__image--primary:not(:only-child){transition:opacity .3s ease}.prive-product-card__placeholder{width:100%;height:100%}.prive-product-card__content{display:flex;flex-direction:column;flex:1;min-width:0;padding:12px 12px 14px}.prive-product-form,.prive-product-form form{display:block;width:100%;max-width:100%;margin-top:auto}.prive-product-card__type-tag{display:inline-flex;align-self:flex-start;margin-bottom:8px;padding:4px 10px;border:1px solid #ddd;border-radius:999px;background:#f5f5f5;color:#666;font-size:11px;font-weight:500;line-height:1.2}.prive-product-card__title{margin:0 0 8px;font-size:17px;line-height:1.35;font-weight:600;letter-spacing:0;text-transform:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(17px * 1.35 * 2)}.prive-product-card__title a{color:#111;text-decoration:none}.prive-product-card__reviews{min-height:22px;margin-bottom:8px}.prive-product-card__reviews .wc_product_review_badge .wc_review_badge_inner{padding:0}.prive-product-card__reviews .wc_review_badge_star{width:14px!important;height:14px!important}.prive-product-card__reviews .wc_product_review_title{font-size:12px;color:#666}.prive-product-card__pricing{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 8px;margin-bottom:12px}.prive-product-card__price-sale{color:#111;font-size:18px;font-weight:700;line-height:1.2}.prive-product-card__price-mrp{display:inline-flex;align-items:baseline;gap:4px;color:#888;font-size:12px;line-height:1.2}.prive-product-card__price-mrp s{text-decoration:line-through}.prive-product-card__mrp-label{font-weight:500}.prive-product-card__discount{color:#c39b5e;font-size:12px;font-weight:600;line-height:1.2}.prive-product-card__button{display:block;width:100%;max-width:100%;box-sizing:border-box;margin-top:auto;border:0;background:#111;color:#fff;padding:12px 10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease;border-radius:4px}.prive-product-card__button:hover:not(:disabled){opacity:.88}.prive-product-card__button:disabled{opacity:.45;cursor:not-allowed}.prive-product-form__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:prive-spin .8s linear infinite}.prive-product-form__spinner.hidden,.prive-product-card__button .prive-product-form__spinner.hidden{display:none}.prive-product-card__button.loading .prive-product-form__spinner{display:inline-block}.prive-product-form__error{margin-bottom:10px;color:#b00020;font-size:13px}.prive-products__slider-wrap{position:relative}.prive-products__slider .swiper-slide{height:auto;min-width:0;overflow:hidden;box-sizing:border-box}.prive-products__nav{display:flex;justify-content:center;gap:16px;margin-top:28px}.prive-products__arrow{width:44px;height:44px;border:1px solid #111;border-radius:50%;background:transparent;color:#111;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.prive-products__arrow:hover{background:#111;color:#fff}.prive-products__arrow.swiper-button-disabled{opacity:.35;cursor:not-allowed}.prive-products__arrow svg{width:14px;height:14px}.prive-products__mobile-only{display:none}@media screen and (min-width:990px){.prive-product-card:hover .prive-product-card__image--secondary{opacity:1}.prive-product-card:hover .prive-product-card__image--primary:not(:only-child){opacity:0}}@media screen and (max-width:989px){.prive-products__desktop-only{display:none}.prive-products__mobile-only{display:block}.prive-products__heading{margin-bottom:var(--prive-section-heading-gap-mobile)}.prive-products__inner{padding:0 var(--prive-section-inner-x-mobile)}.prive-products__slider-wrap.prive-products__mobile-only{overflow:visible;margin-right:calc(-1 * var(--prive-section-inner-x-mobile));padding-right:var(--prive-section-inner-x-mobile)}.prive-products__slider-wrap.prive-products__mobile-only .prive-products__slider{overflow:visible}.prive-product-card__title{font-size:17px;-webkit-line-clamp:2;min-height:calc(17px * 1.35 * 2)}.prive-product-card__price-sale{font-size:16px}.prive-product-card__content{padding:10px 10px 12px}}@keyframes prive-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/section-prive-products.css.map */
