.product-v2{--pv2-text: #1c1d1d;--pv2-text-muted: #6b7280;--pv2-text-faint: #9ca3af;--pv2-border: #e5e7eb;--pv2-border-strong: #d1d5db;--pv2-accent: #b01e2a;--pv2-in-stock: #16a34a;--pv2-oos: #9ca3af;--pv2-bg-soft: #f9fafb;--pv2-bg-chip: #f1f2f3;--pv2-btn-bg: #000;--pv2-btn-text: #fff;--pv2-radius: 8px;--pv2-radius-sm: 6px;--pv2-gap: 24px;--pv2-gap-sm: 12px;--pv2-col-gap: 64px;color:var(--pv2-text);padding-top:16px;padding-bottom:0}.product-v2__inner{margin:0 auto}.product-v2__breadcrumbs{margin-bottom:20px;font-size:13px;color:var(--pv2-text-muted)}.product-v2__breadcrumbs-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.product-v2__breadcrumbs-item{display:inline-flex;align-items:center;gap:6px}.product-v2__breadcrumbs-sep{color:var(--pv2-text-muted);font-size:13px;line-height:1;display:inline-block}.product-v2__breadcrumbs-link{color:var(--pv2-text-muted);text-decoration:none}.product-v2__breadcrumbs-link:hover{color:#1c1d1d;text-decoration:underline}.product-v2__breadcrumbs-current{color:var(--pv2-text-muted)}.product-v2__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:960px){.product-v2__grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--pv2-col-gap);align-items:flex-start}}.product-v2__gallery{min-width:0}.product-v2__info{min-width:0;display:flex;flex-direction:column;gap:var(--pv2-gap)}.product-v2__vendor{display:inline-block;font-size:12px;letter-spacing:.12em;font-weight:600;color:var(--pv2-text-muted);text-decoration:none;margin:0 0 -4px}.product-v2__vendor:hover{color:var(--pv2-text)}.product-v2__title{font-family:noe,Noe Display,Georgia,serif;font-size:clamp(26px,3.2vw,36px);line-height:1.15;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--pv2-text)}.product-v2__reviews-row{display:flex;align-items:center;gap:12px;min-height:20px;margin-top:-14px;cursor:pointer}.product-v2__reviews-row [data-oke-star-rating]{font-size:14px;margin:0}.product-v2__reviews-row .oke-sr-count,.product-v2__reviews-row .oke-sr-count-number,.product-v2__reviews-row .oke-stars-container+a,.product-v2__reviews-row a[href*=reviews]{color:var(--pv2-text);text-decoration:underline;text-underline-offset:3px;font-weight:500}.product-v2__reviews-row .oke-sr-count-number:after{content:" avis"}.product-v2__price-block{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px}.product-v2__price{font-size:24px;font-weight:700;color:var(--pv2-text)}.product-v2__price.on-sale{color:var(--pv2-accent)}.product-v2__compare-price{font-size:22px;color:var(--pv2-text-muted);text-decoration:line-through;font-weight:500}.product-v2__savings{font-size:14px;font-weight:500;color:var(--pv2-accent);flex-basis:100%;margin-top:2px}.product-v2__market-price{font-size:14px;color:var(--pv2-text-muted);flex-basis:100%}.product-v2__market-price.hide,.product-v2__savings.hide,[data-product-price-wrap].hide{display:none}.product-v2__description{display:flex;flex-direction:column;gap:6px}.product-v2__description-text{font-size:15px;line-height:1.6;color:var(--pv2-text);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-v2__description-text.is-expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.product-v2__description-text p{margin:0 0 8px}.product-v2__description-text p:last-child{margin-bottom:0}.product-v2__description-toggle{align-self:flex-start;background:transparent;border:0;padding:0;font-size:14px;font-weight:500;color:var(--pv2-text);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.product-v2__description-toggle:hover{color:var(--pv2-accent)}.product-v2__variant-picker{display:flex;flex-direction:column;gap:16px}.product-v2__variant-picker .variant-wrapper{display:flex;flex-direction:column;gap:8px}.product-v2__variant-picker .variant__label{font-family:inherit;font-size:15px;font-weight:500;color:var(--pv2-text)}.product-v2__variant-picker .variant__label.hidden-label{display:none}.product-v2__variant-picker .variant-input-wrap{display:flex;flex-wrap:wrap;gap:8px}.product-v2__variant-picker input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-v2__variant-picker .variant__button-label{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:10px 16px;font-size:14px;font-weight:500;border:1px solid transparent;border-radius:var(--pv2-radius-sm);background:var(--pv2-bg-chip);color:var(--pv2-text);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.product-v2__variant-picker input[type=radio]:checked+.variant__button-label,.product-v2__variant-picker .variant__button-label.active{border-color:var(--pv2-text);background:#fff;color:var(--pv2-text)}.product-v2__variant-picker input[type=radio]:focus-visible+.variant__button-label{outline:2px solid var(--pv2-text);outline-offset:2px}.product-v2__variant-picker .variant__button-label.disabled,.product-v2__variant-picker .variant__button-label.soldout{color:var(--pv2-text-faint);border-color:var(--pv2-border);text-decoration:line-through;cursor:not-allowed}.product-v2__buy-row{margin-top:4px;margin-bottom:0}.product-v2__buy-row .form--original{display:flex;flex-direction:column;gap:14px}.product-v2__buy-row .product__buttons{display:flex;align-items:stretch;gap:12px;flex-wrap:nowrap}.product-v2__buy-row .product__quantity{flex:0 0 auto;display:inline-flex;align-items:center;border:1px solid var(--pv2-border-strong);border-radius:var(--pv2-radius);overflow:hidden;height:56px;min-width:136px}.product-v2__buy-row .product__quantity .quantity__input{width:40px;text-align:center;border:0;background:transparent;font-size:16px;font-weight:600;color:var(--pv2-text);outline:none;-moz-appearance:textfield}.product-v2__buy-row .product__quantity .quantity__input::-webkit-outer-spin-button,.product-v2__buy-row .product__quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-v2__buy-row .product__quantity button,.product-v2__buy-row .product__quantity .quantity__button{width:36px;height:100%;border:0;background:transparent;font-size:20px;line-height:1;color:var(--pv2-text);cursor:pointer}.product-v2__buy-row .product__quantity button:hover{background:var(--pv2-bg-soft)}.product-v2__buy-row .js-qty__wrapper{display:flex;align-items:center;justify-content:space-between;position:relative;width:136px;min-width:136px;height:100%;border:0;background:transparent}.product-v2__buy-row .js-qty__num{width:100%;padding:10px 32px;text-align:center;background:transparent;border:0;font-size:16px;font-weight:500}.product-v2__buy-row .js-qty__adjust{position:absolute;top:0;bottom:0;width:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--pv2-text);font-size:18px;line-height:1;font-weight:400}.product-v2__buy-row .js-qty__adjust svg,.product-v2__buy-row .js-qty__adjust .icon{display:none}.product-v2__buy-row .js-qty__adjust:before{display:inline-block;font-size:18px;line-height:1}.product-v2__buy-row .js-qty__adjust--minus{left:0}.product-v2__buy-row .js-qty__adjust--minus:before{content:"\2212"}.product-v2__buy-row .js-qty__adjust--plus{right:0}.product-v2__buy-row .js-qty__adjust--plus:before{content:"+"}.product-v2__buy-row .btn,.product-v2__buy-row .product-form__cart-submit{flex:1 1 auto;min-height:48px;padding:12px 24px;border:0;border-radius:var(--pv2-radius);background:var(--pv2-btn-bg);color:var(--pv2-btn-text);font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .15s ease}.product-v2__buy-row .btn:hover,.product-v2__buy-row .product-form__cart-submit:hover{opacity:.9}.product-v2__buy-row .btn:disabled,.product-v2__buy-row .product-form__cart-submit:disabled{opacity:.5;cursor:not-allowed}.product-v2__availability{display:inline-flex;align-items:center;gap:8px;margin-top:-16px;font-size:14px;color:var(--pv2-text)}.product-v2__availability-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--pv2-in-stock)}.product-v2__availability-dot--oos{background:var(--pv2-oos)}.product-v2 .hide{display:none!important}.product-v2__gallery{position:relative}.product-v2__badge--top-seller{position:absolute;top:12px;z-index:3;display:inline-flex;align-items:center;padding:3px 7px;font-size:13px;line-height:16px;font-weight:400;letter-spacing:0;text-transform:none;color:#a5655f;background:#ffd6d6;border-radius:2px;box-shadow:none;pointer-events:none}.product-v2__badge--top-seller.product-v2__badge--left{left:12px}.product-v2__badge--top-seller.product-v2__badge--right{right:12px}@media(min-width:769px){.product-v2__badge--top-seller.product-v2__badge--left{left:99px}}.v2-pills{display:flex;flex-direction:column;gap:14px}.v2-pills__heading{font-size:14px;font-weight:600;color:var(--pv2-text);margin:0}.v2-pills__list{display:flex;gap:20px 18px;flex-wrap:wrap;padding:0;margin:0;list-style:none}.v2-pills__item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:56px;max-width:88px;text-align:center}.v2-pills__icon-wrap{position:relative;width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.v2-pills__item[data-color-index="0"] .v2-pills__icon-wrap{background:#f5d3cf}.v2-pills__item[data-color-index="1"] .v2-pills__icon-wrap{background:#cde1ee}.v2-pills__item[data-color-index="2"] .v2-pills__icon-wrap{background:#d9cdea}.v2-pills__item[data-color-index="3"] .v2-pills__icon-wrap{background:#f6e3a6}.v2-pills__item[data-color-index="4"] .v2-pills__icon-wrap{background:#c8dfd2}.v2-pills__item--icon .v2-pills__icon-wrap{background:transparent}.v2-pills__item--icon.is-fallback.v2-pills__item--tout .v2-pills__icon-wrap,.v2-pills__item--icon.is-fallback.v2-pills__item--normaux .v2-pills__icon-wrap{background:#e29979}.v2-pills__item--icon.is-fallback.v2-pills__item--boucles .v2-pills__icon-wrap,.v2-pills__item--icon.is-fallback.v2-pills__item--textures .v2-pills__icon-wrap{background:#8db4d0}.v2-pills__item--icon.is-fallback.v2-pills__item--ondules .v2-pills__icon-wrap{background:#a9d3b7}.v2-pills__item--icon.is-fallback.v2-pills__item--lisses .v2-pills__icon-wrap,.v2-pills__item--icon.is-fallback.v2-pills__item--droits .v2-pills__icon-wrap{background:#eeda56}.v2-pills__item--icon.is-fallback.v2-pills__item--colores .v2-pills__icon-wrap{background:#9d85c5}.v2-pills__item--icon.is-fallback.v2-pills__item--crepus .v2-pills__icon-wrap,.v2-pills__item--icon.is-fallback.v2-pills__item--decolores .v2-pills__icon-wrap{background:#ce8c8c}.v2-pills__icon{width:100%;height:100%;display:block;object-fit:contain}.v2-pills__initial{font-size:20px;font-weight:700;color:#1c1d1d;line-height:1}.v2-pills__label{font-size:12px;line-height:1.3;font-weight:400;color:var(--pv2-text)}@media(max-width:768px){.v2-pills__list{gap:16px 12px}.v2-pills__icon-wrap{width:56px;height:56px}.v2-pills__initial{font-size:20px}.v2-pills__item{min-width:58px;max-width:84px}.v2-pills__label{font-size:12px}}.v2-prefs{display:flex;flex-direction:column;gap:10px}.v2-prefs__heading{font-family:inherit;font-size:15px;font-weight:500;color:var(--pv2-text);margin:0}.v2-prefs__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 24px}.v2-prefs__item{position:relative;padding-left:16px;font-size:15px;line-height:1.4;color:var(--pv2-text)}.v2-prefs__item:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:currentColor;transform:translateY(-50%)}.v2-chips{display:flex;flex-direction:column;gap:10px}.v2-chips__heading{font-size:14px;font-weight:600;color:var(--pv2-text);margin:0}.v2-chips__list{display:flex;gap:8px;flex-wrap:wrap;padding:0;margin:0;list-style:none}.v2-chips__item{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;color:var(--pv2-text);background:var(--pv2-bg-soft);border:1px solid var(--pv2-border);border-radius:999px}.v2-chips__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 auto}.v2-chips__icon{width:16px;height:16px;object-fit:contain;display:block}.v2-chips__icon-wrap.is-fallback{width:16px;height:16px;border-radius:50%;background:var(--pv2-border-strong);color:#fff;font-size:9px;font-weight:700}.v2-chips__icon-wrap.is-fallback:before{content:attr(data-fallback)}.v2-chips__icon-wrap.is-fallback .v2-chips__icon{display:none}.v2-concerns{display:flex;flex-wrap:wrap;gap:8px;margin:-4px 0 0;padding:0;list-style:none}.v2-concerns__item{display:inline-flex;align-items:center;padding:4px 9px;font-size:13px;font-weight:500;color:var(--pv2-text);background:var(--pv2-bg-chip);border-radius:3px;line-height:1.25;text-transform:capitalize}.product-v2__accordions{display:flex;flex-direction:column;border-top:1px solid var(--pv2-border)}.v2-accordion{border-bottom:1px solid var(--pv2-border)}.v2-accordion__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 4px;font-size:15px;font-weight:500;color:var(--pv2-text);-webkit-tap-highlight-color:transparent}.v2-accordion__summary::-webkit-details-marker{display:none}.v2-accordion__summary::marker{content:""}.v2-accordion__title{flex:1 1 auto}.v2-accordion__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--pv2-text);transition:transform .2s ease}.v2-accordion[open] .v2-accordion__icon{transform:rotate(45deg)}.v2-accordion__content{padding:0 4px 16px;font-size:14px;line-height:1.6;color:var(--pv2-text)}.v2-accordion__content p{margin:0 0 8px}.v2-accordion__content p:last-child{margin-bottom:0}.product-v2__delivery{display:flex;align-items:flex-start;gap:12px;margin-top:-16px;padding:14px 16px;border:1px solid var(--pv2-border-strong);border-radius:var(--pv2-radius);background:#fff}.product-v2__delivery-icon{flex:0 0 auto;color:var(--pv2-text);display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.product-v2__delivery-body{flex:1 1 auto;min-width:0}.product-v2__delivery-line{margin:0 0 2px;font-size:14px;color:var(--pv2-text)}.product-v2__delivery-line strong{font-weight:600}.product-v2__delivery-link{font-size:13px;color:var(--pv2-text-muted);text-decoration:underline;text-underline-offset:2px}.product-v2__delivery-link:hover{color:var(--pv2-text)}.product-v2 .selling-plan-selector{margin:4px 0 0}.product-v2 .consult-wrapper{display:none}.product-v2 .varint-info>.flex.aic:has([prod-shipping-free]),.product-v2 .varint-info>.flex.aic:has([prod-shipping-paid]){display:none}.product-v2 .varint-info .in-stock-icon,.product-v2 .new_bages,.product-v2 .new_bages.pdp{display:none}@media(min-width:769px){.product-v2__gallery>.v2-consult,.product-v2__gallery>.v2-brand-tile{margin-left:87px}}.v2-consult{display:grid;grid-template-columns:minmax(96px,auto) 1fr;gap:20px;padding:20px;margin-top:20px;background:#fbe5e8;border-radius:12px}.v2-consult__avatar-col{display:flex;flex-direction:column;align-items:center;gap:6px}.v2-consult__avatar-wrap{position:relative;width:96px;height:96px}.v2-consult__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;border:3px solid #fff}.v2-consult__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;background:#c91d54}.v2-consult__status-dot{position:absolute;bottom:6px;right:6px;width:14px;height:14px;background:#16a34a;border:2px solid #fff;border-radius:50%}.v2-consult__status-text{font-size:12px;color:var(--pv2-text);text-align:center;line-height:1.2}.v2-consult__status-text strong{font-weight:600}.v2-consult__content{display:flex;flex-direction:column;gap:8px;min-width:0}.v2-consult__title{font-size:16px;font-weight:700;margin:0;color:var(--pv2-text)}.v2-consult__text{font-size:14px;line-height:1.5;color:var(--pv2-text)}.v2-consult__text p{margin:0}.v2-consult__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:10px 18px;background:#fff;border:1px solid var(--pv2-border);border-radius:999px;font-size:14px;font-weight:500;color:var(--pv2-text);cursor:pointer;transition:background .15s ease}.v2-consult__cta:hover{background:#f9fafb}.v2-consult__cta-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--pv2-text)}.v2-brand-tile{margin-top:16px;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:1fr;align-items:stretch;color:var(--v2bt-text);background:var(--v2bt-bg)}.v2-brand-tile--has-image{grid-template-columns:1fr 1fr}@media(max-width:480px){.v2-brand-tile--has-image{grid-template-columns:1fr}}.v2-brand-tile__media{overflow:hidden;position:relative;min-width:0;background:transparent}.v2-brand-tile__media picture{width:100%;height:100%;display:block}.v2-brand-tile__media picture>img,.v2-brand-tile__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.v2-brand-tile__content{padding:24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;background:var(--v2bt-bg);color:var(--v2bt-text);min-width:0}.v2-brand-tile__logo{max-width:240px;max-height:80px;width:auto;height:auto;display:block;object-fit:contain}.v2-brand-tile__description{font-size:14px;line-height:1.5;color:inherit;max-width:46ch}.v2-brand-tile__description p{margin:0 0 8px;color:inherit}.v2-brand-tile__description p:last-child{margin-bottom:0}.v2-brand-tile__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;width:100%;max-width:280px;background:transparent;color:var(--v2bt-text);border:1px solid currentColor;border-radius:4px;font-family:inherit;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease;box-sizing:border-box}.v2-brand-tile__cta:hover{background:var(--v2bt-text);color:var(--v2bt-bg)}.v2-brand-tile__cta-arrow{display:none}@media(max-width:768px){.v2-consult{grid-template-columns:72px 1fr;gap:14px;padding:16px}.v2-consult__avatar-wrap,.v2-consult__avatar{width:72px;height:72px}.v2-consult__avatar--fallback{font-size:26px}.v2-consult__title{font-size:15px}}@media(max-width:768px){.product-v2{padding-top:8px;padding-bottom:32px}.product-v2__inner{padding-left:16px;padding-right:16px}.product-v2__breadcrumbs{margin-bottom:12px}.product-v2__grid{gap:20px}.product-v2__info{gap:18px}.product-v2__title,.product-v2__price{font-size:22px}.product-v2__buy-row .product__buttons{flex-wrap:wrap}.product-v2__buy-row .product__quantity,.product-v2__buy-row .btn,.product-v2__buy-row .product-form__cart-submit{flex:1 1 100%}.product-v2__gallery .product__photos{overflow:hidden}.product-v2__buy-row .js-qty__adjust--minus .icon,.product-v2__buy-row .js-qty__adjust--plus .icon{width:14px;height:14px}.product-v2__buy-row .js-qty__adjust--minus .icon path,.product-v2__buy-row .js-qty__adjust--plus .icon path,.product-v2__buy-row .js-qty__adjust--minus .icon line,.product-v2__buy-row .js-qty__adjust--plus .icon line{stroke:#1c1d1d;stroke-width:6;stroke-linecap:round;fill:none}}
/*# sourceMappingURL=/cdn/shop/t/176/assets/section-main-product-v2.css.map */
