.variable-weight-tag{border:1px solid #d9d9d9;padding:.25rem;border-radius:4px;display:flex;align-items:center;gap:.25rem}.variable-weight-tag__info-icon{color:#0970e6}.product-title{flex-direction:column;gap:.75rem}.product-title__brand{margin-bottom:.125rem}.product-title__tags{display:flex;align-items:center;gap:.25rem}.product-title .product-title__per-unit-label{color:#454545}.product-title__bottom{display:flex;justify-content:space-between;align-items:center}.product-title__customer-reviews{display:flex}.product-title__rating .c-rating__icon{color:#121212}.product-title__freshness{display:flex;align-items:center;gap:.25rem}.product-title__freshness__text,.product-title__freshness__icon{color:#0970e6}.ds-visual-picker{align-items:center;display:flex;justify-content:center;margin:0;padding:0;position:relative;transition:all .2s linear;overflow:hidden}.ds-visual-picker__count{position:absolute;inset:0;line-height:4rem;text-align:center;background:#00000080;color:var(--ds-color-persistent-content-reversed-primary)}.ds-visual-picker img{margin:0}.ds-visual-picker:hover{border:1px solid var(--ds-color-interactive-border-main-hover)}.ds-visual-picker--selected{border:1px solid var(--ds-color-interactive-border-main-active)}.ds-visual-picker--unavailable:before{content:"";background-color:var(--ds-color-persistent-background-main-primary);display:block;height:100%;opacity:.5;position:absolute;width:100%}.zoomable-image{display:flex;cursor:zoom-in;justify-content:center;align-items:center;background-repeat:no-repeat;background-attachment:local;background-clip:text;-webkit-background-clip:text}.zoomable-image__image{margin-bottom:0;align-self:center}.zoomable-image img{max-width:15rem;width:100%}@container (min-width: 768px){.zoomable-image img{max-width:unset}}@container (min-width: 1280px){.zoomable-image{background-clip:unset;-webkit-background-clip:unset}.zoomable-image--zoomed .zoomable-image__image,.zoomable-image:hover .zoomable-image__image{visibility:hidden}.zoomable-image:not(:hover,.zoomable-image--zoomed){background-clip:text;-webkit-background-clip:text}}.product-zoom{--product-zoom-gap: .625rem;--product-zoom-y-padding: var(--ds-spacing-m);--product-zoom-x-padding: var(--ds-spacing-m);--product-zoom-header-height: 3.5rem;--product-zoom-thumbnail-size: 3.875rem;--product-zoom-thumbnails-height: calc(var(--product-zoom-thumbnail-size) + var(--ds-spacing-m));--product-zoom-content-height: calc(100vh - var(--product-zoom-y-padding) - var(--product-zoom-header-height) - var(--product-zoom-gap));--product-zoom-content-gap: var(--ds-spacing-m);z-index:16000;transform:translate(-200%);opacity:0;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--ds-color-interactive-background-plain-active);transition:opacity .3s;display:flex;flex-direction:column;gap:var(--product-zoom-gap);padding:var(--product-zoom-y-padding) var(--product-zoom-x-padding);padding-bottom:0}.product-zoom--open{transform:translate(0);opacity:1}.product-zoom__header{height:var(--product-zoom-header-height);padding:var(--ds-spacing-s) 0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.product-zoom__content{display:flex;flex-direction:column;flex-grow:1;gap:var(--product-zoom-content-gap);height:var(--product-zoom-content-height);justify-content:center}.product-zoom__img-container{width:100%;height:100%;overflow:hidden}.product-zoom__image{margin:0 auto;max-width:100%;max-height:100%;aspect-ratio:1}.product-zoom__image img{max-width:100%;max-height:100%;width:auto;transition:transform .3s ease}.product-zoom__actions{display:none}.product-zoom__thumbnails{overflow-y:auto;display:grid;gap:var(--ds-spacing-m);grid-auto-flow:column;overflow-x:auto;justify-content:flex-start;height:var(--product-zoom-thumbnails-height)}.product-zoom__thumbnails::-webkit-scrollbar{width:.75rem}.product-zoom__thumbnails::-webkit-scrollbar-track{background:#fff}.product-zoom__thumbnails::-webkit-scrollbar-thumb{border:.25rem solid transparent;background-color:#929292;background-clip:padding-box;border-radius:24px}.product-zoom__thumbnails:hover::-webkit-scrollbar{width:.75rem}.product-zoom__thumbnail{width:var(--product-zoom-thumbnail-size);height:var(--product-zoom-thumbnail-size)}.product-zoom__thumbnail img{max-width:var(--product-zoom-thumbnail-size);max-height:var(--product-zoom-thumbnail-size)}.product-zoom__carousel{max-height:calc(var(--product-zoom-content-height) - var(--product-zoom-thumbnails-height) - var(--product-zoom-content-gap));overflow:hidden}.product-zoom__carousel__slide{width:100%;height:100%}.product-zoom__carousel__container{height:100%;padding:0}@container (min-width: 1280px){.product-zoom{--product-zoom-content-height: calc(100vh - (2 * var(--product-zoom-y-padding)) - var(--product-zoom-header-height) - var(--product-zoom-gap));--product-zoom-thumbnail-size: 6rem;--product-zoom-thumbnails-height: auto;padding-bottom:var(--product-zoom-y-padding)}.product-zoom__content{flex-direction:row-reverse;justify-content:flex-end}.product-zoom__carousel{flex-grow:1;max-height:100%}.product-zoom__img-container{max-width:calc(100% - 6.25rem)}.product-zoom__thumbnails{grid-template-columns:repeat(3,var(--product-zoom-thumbnail-size));grid-auto-flow:row;overflow-x:hidden;overflow-y:auto;align-content:flex-start;height:auto;flex-shrink:0}.product-zoom__actions{display:flex;flex-direction:column;gap:var(--ds-spacing-xs)}}.share-modal__content{display:flex;flex-direction:column;gap:1.5rem}.share-modal__buttons{display:grid;gap:1rem}@container (min-width: 768px){.share-modal__buttons{grid-template-columns:repeat(2,1fr)}}.share-modal__separator{display:grid;grid-template-rows:repeat(2,auto);align-items:center}.share-modal__separator-text{grid-column:1/1;grid-row:1/2;text-transform:uppercase;margin:0 auto;padding:0 1rem;background-color:#fff}.share-modal__separator-line{grid-row:1/2;grid-column:1/1;display:block;width:100%;height:1px;background-color:#e5e5e5}.share-modal__copy{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.share-modal__copy-input{flex-basis:100%}@container (min-width: 768px){.share-modal__copy-input{flex:1}}.share-modal__copy-button{flex-basis:100%}@container (min-width: 768px){.share-modal__copy-button{flex-basis:auto}}.pdp-hero{display:flex;flex-direction:column;gap:1rem;overflow:hidden;position:relative}.pdp-hero__thumbs{display:flex;flex-direction:row;gap:1rem;order:2;height:62px}.pdp-hero__thumb{height:62px;width:62px;cursor:pointer}.pdp-hero__images{align-items:center;display:flex;height:265px;justify-content:center;order:1;position:relative}.pdp-hero__images--unavailable:before{content:"";background-color:#fff;display:block;height:100%;opacity:.5;position:absolute;width:100%;z-index:1}.pdp-hero__actions{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:0;top:0;z-index:2}.pdp-hero__tag{position:absolute;left:0;top:0;width:calc(100% - 42px);z-index:2}.pdp-hero__carousel .pdp-hero__image{max-width:15rem}@container (min-width: 1024px){.pdp-hero{flex-direction:row;max-width:600px}.pdp-hero__thumbs{flex-direction:column;height:auto;order:1;min-width:62px}.pdp-hero__images{flex:1;height:456px;order:2;width:calc(100% - 62px)}.pdp-hero__carousel .pdp-hero__image{max-width:100%}}.brand-anchor-card{border-radius:1rem;overflow:hidden}.brand-anchor-card--bordered{border-style:solid;border-width:2px}.brand-anchor-card__image{max-width:100%;display:block;margin:0 auto .75rem}.brand-anchor-card__body{width:100%;display:flex;flex-direction:column;gap:.75rem;padding:0 .75rem .75rem}.brand-anchor-card__button{border-radius:8px}.brand-anchor-card__button--bordered{border-style:solid;border-width:2px}.zoomed-image{display:flex;cursor:zoom-in;justify-content:center;align-items:center;background-size:200%;background-repeat:no-repeat;background-attachment:local;background-clip:unset;-webkit-background-clip:unset}.pdp-hero-wrapper{position:relative}.pdp-hero-wrapper__zoom-modal{position:absolute;top:0;right:-1rem;padding:1rem;width:calc(100% + 374px + 1rem);height:501px;transform:translate(100%);background:#fff;overflow:hidden;z-index:18000;border-radius:8px;box-shadow:0 4px 16px #12121214;display:none}@container (min-width: 1024px){.pdp-hero-wrapper__zoom-modal{display:flex;align-items:center;justify-content:center}}.pdp-hero-wrapper__zoom-modal-image{width:100%;height:100%}.pdp-hero-wrapper__badges{margin-top:1rem}.pdp-hero-wrapper__badges-line{align-items:center;column-gap:1rem;display:flex;justify-content:flex-start}.pdp-hero-wrapper__badges-line img{margin:0}.pdp-hero-wrapper__brand-anchor{margin-top:1rem;display:flex}@container (min-width: 768px){.pdp-hero-wrapper__brand-anchor{display:none}}.pdp-hero-wrapper__nutriscore-wrapper{display:flex;flex-direction:row;align-items:center;gap:.75rem}.pdp-hero-wrapper__nutriscore .product-badge__link{cursor:pointer}.pdp-hero-wrapper__eprel-link{display:flex;align-items:center}.pdp-hero-wrapper__eprel-text{width:17ch;text-align:left;margin-left:.25rem;color:#121212}@container (min-width: 768px){.pdp-hero-wrapper__badges{margin-top:1.5rem}.pdp-hero-wrapper__badges-line{margin-top:.5rem}}.delivery-choice{border-radius:4px;border:1px solid #e5e5e5;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem}.delivery-choice__title{align-items:center;display:flex;flex:1;gap:.5rem}.delivery-choice__title-content{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem}.delivery-choice__title-content-marketplace{align-items:center;display:flex;gap:.25rem}.delivery-choice__icon{color:#121212;font-size:1.5rem}.delivery-choice__price,.delivery-choice__promo,.delivery-choice__promo__container{display:flex;flex-direction:column;gap:.25rem}.delivery-choice .delivery-choice__ecotaxe{color:#575757}.delivery-choice__actions{display:flex;flex-direction:column;gap:1rem}.delivery-choices-wrapper__block{margin-bottom:1.5rem}.delivery-choices-wrapper__block:last-child{margin-bottom:0}.delivery-choices-wrapper__block-fusion:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.delivery-choices-wrapper__block-fusion:last-child{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.delivery-choices-wrapper__block--shim{border-radius:4px;border:1px solid #e5e5e5;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem}.delivery-choices-wrapper .delivery-choices-wrapper__title{margin-bottom:1rem}.delivery-choices-wrapper__shim{background-image:linear-gradient(270deg,#fbfbfb,#e5e5e5,#fbfbfb);background-size:600% 600%;animation:shimmer 1s ease infinite;animation-direction:reverse;width:100%;height:20px}.delivery-choices-wrapper__shim *{visibility:hidden}.crf-plus-banner{border-radius:4px;border:1px solid #d9d9d9;padding:.5rem 1rem;display:flex;gap:.75rem;background-color:#f5fbff;margin-top:1.5rem}.crf-plus-banner__section{display:flex;flex-flow:column}.crf-plus-banner__section-title{line-height:1.75rem;color:#004f9b}.crf-plus-banner__section-description{line-height:1.25}.crf-plus-banner__section-link{margin:.5rem 0}.crf-plus-banner__section-logo{width:3rem;height:3rem}.crf-plus-banner__section:last-of-type{flex:none}.promotion-details-block{border-radius:8px;border:1px solid #d9d9d9;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background-color:#fff;margin-top:1.5rem}.promotion-details-block__title{display:flex;text-align:center;gap:.5rem}.promotion-details-block__title-text{color:#004f9b;text-transform:uppercase}.promotion-details-block__title-img{margin:0}.promotion-details-block__description{white-space:pre-line}.main-details{margin-bottom:2rem}.main-details__wrapper{display:grid;gap:1rem;grid-template-columns:1fr}.main-details__left{order:0;overflow:hidden;max-width:100%}.main-details__center{display:flex;flex-direction:column;gap:2rem;order:2}.main-details__right{display:block;order:1}.main-details__qr-buttons{display:flex;flex-direction:column;gap:1rem}.main-details__title--desktop,.main-details__variation--desktop{display:none}@container (min-width: 768px){.main-details__wrapper{grid-template-columns:repeat(4,1fr)}.main-details__title--mobile{grid-column:1/-1}.main-details__left{grid-column:1/-1;order:0}.main-details__center{gap:1.5rem;grid-column:span 2;order:1}.main-details__right{grid-column:span 2;order:2}.main-details__variations--desktop{display:block}.main-details__variations--mobile{display:none}}@container (min-width: 1024px){.main-details__left{grid-column:span 2;overflow:visible}.main-details__right{display:none}.main-details__title--desktop{display:flex}.main-details__title--mobile{display:none}}.secondary-details{display:flex;flex-direction:column;gap:2rem}.secondary-details__recommendation-slides{margin:0;width:276px}.product-details{display:flex;gap:1rem}.product-details__left{flex:1;max-width:100%;display:flex;flex-direction:column;row-gap:1rem}@container (min-width: 1024px){.product-details__left{max-width:calc(100% - 374px);padding:0}}.product-details__right{width:374px;display:none}@container (min-width: 1024px){.product-details__right{display:block}}.product-details__delivery-choices{position:sticky;top:160px}.product-details__delivery-choices--compact{top:75px}
