.products-list-objyx{--toy-orange: #ff7a1a;--toy-orange-dark: #e95c00;--toy-yellow: #ffd166;--toy-pink: #ff5d8f;--toy-blue: #4cc9f0;--toy-mint: #2dd4bf;--toy-ink: #1b1b1f;--toy-cream: #fff7ec;padding:4.5rem 0;background:#fff;position:relative;overflow:hidden}.products-list-objyx:before{display:none}.products-list-objyx__container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.products-list-objyx__title{text-align:center;margin-bottom:3rem}.products-list-objyx__kicker{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--toy-orange);background:#fff;border:2px dashed rgba(255,122,26,.45);padding:.3rem .85rem;border-radius:999px;box-shadow:0 6px 16px #ff7a1a26}.products-list-objyx__heading{font-family:var(--font-heading-family);font-weight:800;font-size:clamp(2rem,3.8vw,3.2rem);color:var(--toy-ink);margin:.65rem 0 .35rem;letter-spacing:.02em}.products-list-objyx__heading:after{content:"";display:block;width:140px;height:10px;margin:.6rem auto 0;border-radius:999px;background:linear-gradient(90deg,var(--toy-yellow),var(--toy-orange),var(--toy-pink))}.products-list-objyx__subheading{margin:.8rem auto 0;max-width:720px;color:#4a4a4a;font-size:1rem;line-height:1.6}.products-list-objyx__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.section-products-list[data-desktop-columns="2"] .products-list-objyx__grid{grid-template-columns:repeat(2,1fr)}.section-products-list[data-desktop-columns="3"] .products-list-objyx__grid{grid-template-columns:repeat(3,1fr)}.section-products-list[data-desktop-columns="4"] .products-list-objyx__grid{grid-template-columns:repeat(4,1fr)}.section-products-list[data-desktop-columns="5"] .products-list-objyx__grid{grid-template-columns:repeat(5,1fr)}.product-card-objyx{position:relative;background:#fff;border-radius:22px;padding:.9rem;border:1px solid rgba(255,122,26,.2);box-shadow:0 14px 34px #12121214;transition:transform .35s ease,box-shadow .35s ease;overflow:hidden}.product-card-objyx:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:22px;background:linear-gradient(135deg,#ff7a1a1f,#4cc9f01f);opacity:0;transition:opacity .35s ease;pointer-events:none}.product-card-objyx:hover{transform:translateY(-6px);box-shadow:0 22px 48px #12121229}.product-card-objyx:hover:after{opacity:1}.product-card-objyx__media,.product-card-objyx__content{position:relative;z-index:1}.product-card-objyx__image-wrapper{position:relative;display:block;width:100%;padding-bottom:100%;border-radius:18px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 2px #ff7a1a1a}.product-card-objyx__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#fff0 10%,#fff9,#fff0 80%);opacity:0;transform:translate(-40%);transition:opacity .35s ease,transform .45s ease}.product-card-objyx:hover .product-card-objyx__image-wrapper:after{opacity:1;transform:translate(10%)}.product-card-objyx__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#fff;transition:transform .45s ease}.product-card-objyx:hover .product-card-objyx__image{transform:scale(1.06)}.product-card-objyx__badge{position:absolute;top:12px;left:12px;background:var(--toy-pink);color:#fff;padding:.35rem .8rem;border-radius:999px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;box-shadow:0 8px 16px #ff5d8f59;z-index:2}.product-card-objyx__promo{position:absolute;bottom:12px;left:12px;background:var(--toy-yellow);color:#6b3b00;padding:.3rem .7rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 8px 16px #ffd16659;z-index:2}.product-card-objyx__add-to-cart{position:absolute;top:.8rem;right:.8rem;width:46px;height:46px;border-radius:50%;border:none;background:#fff;color:var(--toy-ink);display:inline-flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;box-shadow:0 10px 18px #0000001f;opacity:0;transform:translateY(-4px) scale(.9);transition:all .25s ease;z-index:3;padding:0}.product-card-objyx:hover .product-card-objyx__add-to-cart{opacity:1;transform:translateY(0) scale(1)}.product-card-objyx__add-to-cart:hover{background:#111;color:#fff}.product-card-objyx__add-to-cart.is-adding{opacity:.6;pointer-events:none}.product-card-objyx__cart-icon{width:20px;height:20px;stroke-width:2.1}.product-card-objyx__add-label{display:none;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.product-card-objyx__content{display:flex;flex-direction:column;padding:.85rem .35rem .2rem;gap:.35rem}.product-card-objyx__title{margin:.2rem 0 .1rem;font-size:.95rem;font-weight:700;line-height:1.4}.product-card-objyx__title-link{color:var(--toy-ink);text-decoration:none}.product-card-objyx__title-link:hover{color:var(--toy-orange-dark)}.product-card-objyx__variants{min-height:28px}.product-card-objyx__swatches{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.product-card-objyx__swatch{border:none;padding:0;cursor:pointer;width:22px;height:22px;border-radius:50%;border:2px solid #fff;box-shadow:0 4px 10px #0000001f;background:var(--swatch-color, #e9e9e9);transition:transform .2s ease,box-shadow .2s ease}.product-card-objyx__swatch.is-selected{outline:2px solid #ff7a1a;outline-offset:2px}.product-card-objyx__swatch:hover{transform:scale(1.12);box-shadow:0 6px 14px #0003}.product-card-objyx__swatch-count{font-size:.75rem;font-weight:700;color:#666;padding:0 .35rem}.product-card-objyx__variant-chips{display:flex;flex-wrap:wrap;gap:.4rem}.product-card-objyx__variant-chip{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;background:#fff0db;color:#6b3b00;border:1px solid rgba(255,122,26,.35);font-size:.72rem;font-weight:600;white-space:nowrap}.product-card-objyx__variant-chip.is-unique{background:#e6f7ff;color:#006b8f;border-color:#4cc9f099}.product-card-objyx__variant-chip.is-more{background:#f4f4f4;color:#555;border-color:#ddd}.product-card-objyx__meta-fields{display:flex;flex-direction:column;gap:.5rem;margin-top:.4rem}.product-card-objyx__meta-label{color:#6b6b6b;font-weight:600;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.product-card-objyx__meta-values{display:flex;flex-wrap:wrap;gap:.4rem}.product-card-objyx__meta-badge{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;background:#f6f6f6;border:1px solid #e6e6e6;font-size:.7rem;font-weight:600;color:#444}.product-card-objyx__pricing{display:flex;align-items:center;gap:.55rem;margin-top:.5rem;flex-wrap:wrap}.product-card-objyx__price{font-size:1.1rem;font-weight:800;color:var(--toy-ink)}.product-card-objyx__price-original{font-size:.85rem;color:#999;text-decoration:line-through;font-weight:500}.product-card-objyx__discount{font-size:.7rem;background:var(--toy-orange);color:#fff;padding:.25rem .5rem;border-radius:999px;font-weight:800}.product-card-objyx__swatch--green,.product-card-objyx__swatch--vert{background:linear-gradient(135deg,#4caf50,#2e7d32)}.product-card-objyx__swatch--yellow,.product-card-objyx__swatch--jaune{background:linear-gradient(135deg,#ffd54f,#ffb300)}.product-card-objyx__swatch--red,.product-card-objyx__swatch--rouge{background:linear-gradient(135deg,#ff6b6b,#e53935)}.product-card-objyx__swatch--blue,.product-card-objyx__swatch--bleu{background:linear-gradient(135deg,#42a5f5,#1e88e5)}.product-card-objyx__swatch--pink,.product-card-objyx__swatch--rose{background:linear-gradient(135deg,#ff80ab,#f06292)}.product-card-objyx__swatch--purple,.product-card-objyx__swatch--violet{background:linear-gradient(135deg,#ab47bc,#8e24aa)}.product-card-objyx__swatch--orange{background:linear-gradient(135deg,#ffb74d,#ff9800)}.product-card-objyx__swatch--black,.product-card-objyx__swatch--noir{background:linear-gradient(135deg,#424242,#000);border-color:#ccc}.product-card-objyx__swatch--white,.product-card-objyx__swatch--blanc{background:linear-gradient(135deg,#fff,#f5f5f5);border-color:#ddd}.product-card-objyx__swatch--gray,.product-card-objyx__swatch--grey,.product-card-objyx__swatch--gris{background:linear-gradient(135deg,#bdbdbd,#757575)}.product-card-objyx__swatch--beige{background:linear-gradient(135deg,#d7ccc8,#bcaaa4)}.product-card-objyx__swatch--brown,.product-card-objyx__swatch--marron{background:linear-gradient(135deg,#8d6e63,#6d4c41)}.product-card-objyx__swatch--teal,.product-card-objyx__swatch--turquoise{background:linear-gradient(135deg,#26c6da,#0097a7)}.product-card-objyx__swatch--navy,.product-card-objyx__swatch--bleu-marine{background:linear-gradient(135deg,#3f51b5,#1a237e)}.products-list-objyx__load-more{display:flex;justify-content:center;margin-top:3rem}.products-list-objyx__button{background:linear-gradient(135deg,var(--toy-orange),var(--toy-pink));color:#fff;border:none;padding:.9rem 2.2rem;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 24px #ff7a1a47}.products-list-objyx__button:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 30px #ff7a1a59}@media(max-width:989px){.products-list-objyx{padding:3.5rem 0}.products-list-objyx__container{padding:0 1.5rem}.products-list-objyx__grid{gap:1.5rem}.section-products-list[data-desktop-columns="4"] .products-list-objyx__grid,.section-products-list[data-desktop-columns="5"] .products-list-objyx__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.products-list-objyx{padding:2.8rem 0}.products-list-objyx__container{padding:0 1.25rem}.products-list-objyx__heading{font-size:1.75rem}.products-list-objyx__grid{gap:1.2rem}.section-products-list[data-mobile-columns="1"] .products-list-objyx__grid{grid-template-columns:1fr}.section-products-list[data-mobile-columns="2"] .products-list-objyx__grid{grid-template-columns:repeat(2,1fr)}.product-card-objyx{padding:.75rem;border-radius:18px}.product-card-objyx__content{padding:.7rem .25rem .1rem}.product-card-objyx__title{font-size:.85rem}.product-card-objyx__add-to-cart{position:static;width:100%;height:auto;border-radius:14px;padding:.55rem .8rem;opacity:1;transform:none;background:#fff}.product-card-objyx__add-label{display:inline}}@media(hover:none){.product-card-objyx__add-to-cart{opacity:1;transform:none}}.product-card-objyx.is-hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-products-list-objyx.css.map */
