.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%}}.product-badge__text-overlay[data-v-e61764ed]{position:absolute;top:58%;left:50%;transform:translate(-50%,-35%);display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;line-height:1.25}.product-badge__text-overlay__power[data-v-e61764ed]{font-size:.625rem;font-weight:700}.product-badge__text-overlay__unit[data-v-e61764ed]{font-size:.5rem;font-weight:700}.product-badge__text-overlay__fast-charging[data-v-e61764ed]{font-size:.625rem;font-weight:700}.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}}.product-badge--charger-badge .product-badge__icon__img{width:4rem;height:5.625rem}.product-badge--charger-badge.product-badge--charger-not-provided .product-badge__icon__img{outline:2px solid #121212;box-sizing:border-box}.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[data-v-ee1c8f4f]{margin-bottom:1.5rem}.delivery-choices-wrapper__block[data-v-ee1c8f4f]:last-child{margin-bottom:0}.delivery-choices-wrapper__block-fusion[data-v-ee1c8f4f]:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.delivery-choices-wrapper__block-fusion[data-v-ee1c8f4f]:last-child{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.delivery-choices-wrapper__block--shim[data-v-ee1c8f4f]{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[data-v-ee1c8f4f]{margin-bottom:1rem}.delivery-choices-wrapper__shim[data-v-ee1c8f4f]{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 *[data-v-ee1c8f4f]{visibility:hidden}.buybox[data-v-1117011e]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fbfbfb;border-radius:8px;box-shadow:0 2px 4px #254f9a14;border:1px solid #e5e5e5;font-weight:400}.buybox__price-section[data-v-1117011e]{position:static;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.buybox .buybox__ecotaxe[data-v-1117011e],.buybox__per-unit[data-v-1117011e]{color:#121212;font-size:.75rem}.buybox__options[data-v-1117011e]{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;margin-top:0}.buybox__option-icon[data-v-1117011e]{display:block;width:1.5rem;height:1.5rem;padding:0;margin:0;opacity:1}.buybox__option-btn[data-v-1117011e]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fff;border:1px solid #bdbdbd;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.buybox__option-btn[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn[data-v-1117011e]:hover:not(.buybox__option-btn--disabled){border-color:#0970e6;background-color:#f5fbff}.buybox__option-btn--active[data-v-1117011e]{border:2px solid #0970e6}.buybox__option-btn--disabled[data-v-1117011e]{border-color:#bdbdbd;background-color:#e5e5e5;color:#929292;cursor:not-allowed}.buybox__option-btn--disabled .buybox__option-icon[data-v-1117011e]{opacity:.5;filter:grayscale(100%)}.buybox__option-title[data-v-1117011e]{font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#0970e6}.buybox__option-btn--disabled .buybox__option-title[data-v-1117011e]{color:#929292}.buybox__option-subtitle[data-v-1117011e]{font-style:normal;font-size:.75rem;line-height:1rem;letter-spacing:normal;text-align:center;color:#121212}.buybox__option-btn--disabled .buybox__option-subtitle[data-v-1117011e]{color:#929292}.buybox__option-subtitle-price[data-v-1117011e]{font-weight:700}.buybox__option-link--blue-underlined[data-v-1117011e]{background:none;border:none;padding:0;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__option-link--blue-underlined[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn--disabled .buybox__option-link--blue-underlined[data-v-1117011e]{color:#0970e6}.buybox__delivery-info[data-v-1117011e]{font-size:.875rem;line-height:1.25;color:#121212}.buybox[data-v-1117011e] .buybox__text--green{color:#006223}.buybox[data-v-1117011e] .buybox__text--blue-light-underlined{color:#0970e6;text-decoration:underline}.buybox__lad-container[data-v-1117011e]{display:flex;align-items:center;width:100%}.buybox__r2h-container[data-v-1117011e]{display:flex;justify-content:space-between;align-items:center;width:100%}.buybox__search-around-link[data-v-1117011e]{display:inline-block;background:none;border:none;padding:0;font:inherit;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__search-around-link[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__delivery-divider[data-v-1117011e]{flex-grow:1;height:1px;border-top:1px dashed #d9d9d9;margin:0 .5rem;opacity:1}.buybox__more-info[data-v-1117011e]{display:inline;background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;margin-left:.5rem}.buybox__more-info[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__cta-section[data-v-1117011e]{display:flex;justify-content:center;align-items:center;background-color:#f5faff;border-radius:8px;border:1px dashed #0970e6}.buybox__cta-section--button[data-v-1117011e]{background-color:transparent;border:none}.buybox__cta-value[data-v-1117011e]{font-size:1rem;font-weight:700;color:#004f9b;text-transform:uppercase}.buybox__cta-button[data-v-1117011e]{width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background-color:#0970e6;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;padding:1rem;font-weight:700;font-size:1rem;line-height:1.25}.buybox__cta-button[data-v-1117011e]:hover{background-color:#004f9b}.buybox__cta-button[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__add-to-cart[data-v-1117011e]{width:100%}.buybox__seller-info-box[data-v-1117011e]{width:100%;max-width:341px;border-radius:8px;border:1px solid #d9d9d9;opacity:1;padding:1rem;background:#f5faff;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;box-sizing:border-box}.buybox__seller-info-box .buybox__seller-info-content[data-v-1117011e]{width:100%;max-width:269px;display:flex;flex-direction:column;gap:1rem}.buybox__seller-info-box .buybox__seller-info-row[data-v-1117011e]{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.buybox__seller-info-box .buybox__seller-icon[data-v-1117011e]{font-size:1.5rem}.buybox__seller-info-box .buybox__seller-text[data-v-1117011e]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-name[data-v-1117011e]{font-weight:700;font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;vertical-align:middle;color:#121212}.buybox__seller-info-box .buybox__seller-certified[data-v-1117011e]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-rating-row[data-v-1117011e]{display:flex;align-items:center;gap:.5rem}.buybox__seller-info-box .buybox__seller-rating-row[data-v-1117011e] .c-rating__icon{color:#121212}.buybox__seller-info-box .buybox__seller-rating-row[data-v-1117011e] .rating-stars__slot{display:none}.buybox__seller-info-box .buybox__seller-reviews[data-v-1117011e]{line-height:1rem;text-decoration:underline;color:#121212}.buybox__secondary-button[data-v-1117011e]{width:100%;border:1px solid #121212;color:#121212;background-color:#fff;font-family:Ubuntu,Open Sans,cf-heading-fallback,sans-serif;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5rem}.buybox__secondary-button[data-v-1117011e]:hover{background-color:#1212120d}.buybox__secondary-button[data-v-1117011e]:focus-visible{outline:2px solid #121212;outline-offset:.125rem}.buybox__return-policy-container[data-v-1117011e]{display:flex;flex-direction:column}.buybox__divider[data-v-1117011e]{width:100%;height:1px;background-color:#ebebeb;border:none}.buybox__return-policy[data-v-1117011e]{display:flex;align-items:center;gap:.5rem}.buybox__return-icon[data-v-1117011e]{font-size:1.5rem;flex-shrink:0;margin:0}.buybox__return-text[data-v-1117011e]{font-style:normal;font-size:.875rem;line-height:1rem;color:#454545}.buybox__promo-container[data-v-1117011e]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buybox__promo[data-v-1117011e]{display:flex;align-items:center}.buybox__best-offer-tag-container[data-v-1117011e]{margin-top:.5rem}.buybox__best-offer-tag[data-v-1117011e]{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;color:#173eb4;background-color:#f5faff;border:1px solid #173eb4;border-radius:4px;text-transform:uppercase}.buybox__seller-link[data-v-1117011e]{text-decoration:underline;cursor:pointer}.buybox__seller-link[data-v-1117011e]:hover{color:#0970e6}.buybox__seller-link[data-v-1117011e]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox[data-v-cad1f347]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fbfbfb;border-radius:8px;box-shadow:0 2px 4px #254f9a14;border:1px solid #e5e5e5;font-weight:400}.buybox__price-section[data-v-cad1f347]{position:static;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.buybox .buybox__ecotaxe[data-v-cad1f347],.buybox__per-unit[data-v-cad1f347]{color:#121212;font-size:.75rem}.buybox__options[data-v-cad1f347]{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;margin-top:0}.buybox__option-icon[data-v-cad1f347]{display:block;width:1.5rem;height:1.5rem;padding:0;margin:0;opacity:1}.buybox__option-btn[data-v-cad1f347]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fff;border:1px solid #bdbdbd;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.buybox__option-btn[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn[data-v-cad1f347]:hover:not(.buybox__option-btn--disabled){border-color:#0970e6;background-color:#f5fbff}.buybox__option-btn--active[data-v-cad1f347]{border:2px solid #0970e6}.buybox__option-btn--disabled[data-v-cad1f347]{border-color:#bdbdbd;background-color:#e5e5e5;color:#929292;cursor:not-allowed}.buybox__option-btn--disabled .buybox__option-icon[data-v-cad1f347]{opacity:.5;filter:grayscale(100%)}.buybox__option-title[data-v-cad1f347]{font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#0970e6}.buybox__option-btn--disabled .buybox__option-title[data-v-cad1f347]{color:#929292}.buybox__option-subtitle[data-v-cad1f347]{font-style:normal;font-size:.75rem;line-height:1rem;letter-spacing:normal;text-align:center;color:#121212}.buybox__option-btn--disabled .buybox__option-subtitle[data-v-cad1f347]{color:#929292}.buybox__option-subtitle-price[data-v-cad1f347]{font-weight:700}.buybox__option-link--blue-underlined[data-v-cad1f347]{background:none;border:none;padding:0;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__option-link--blue-underlined[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn--disabled .buybox__option-link--blue-underlined[data-v-cad1f347]{color:#0970e6}.buybox__delivery-info[data-v-cad1f347]{font-size:.875rem;line-height:1.25;color:#121212}.buybox[data-v-cad1f347] .buybox__text--green{color:#006223}.buybox[data-v-cad1f347] .buybox__text--blue-light-underlined{color:#0970e6;text-decoration:underline}.buybox__lad-container[data-v-cad1f347]{display:flex;align-items:center;width:100%}.buybox__r2h-container[data-v-cad1f347]{display:flex;justify-content:space-between;align-items:center;width:100%}.buybox__search-around-link[data-v-cad1f347]{display:inline-block;background:none;border:none;padding:0;font:inherit;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__search-around-link[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__delivery-divider[data-v-cad1f347]{flex-grow:1;height:1px;border-top:1px dashed #d9d9d9;margin:0 .5rem;opacity:1}.buybox__more-info[data-v-cad1f347]{display:inline;background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;margin-left:.5rem}.buybox__more-info[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__cta-section[data-v-cad1f347]{display:flex;justify-content:center;align-items:center;background-color:#f5faff;border-radius:8px;border:1px dashed #0970e6}.buybox__cta-section--button[data-v-cad1f347]{background-color:transparent;border:none}.buybox__cta-value[data-v-cad1f347]{font-size:1rem;font-weight:700;color:#004f9b;text-transform:uppercase}.buybox__cta-button[data-v-cad1f347]{width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background-color:#0970e6;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;padding:1rem;font-weight:700;font-size:1rem;line-height:1.25}.buybox__cta-button[data-v-cad1f347]:hover{background-color:#004f9b}.buybox__cta-button[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__add-to-cart[data-v-cad1f347]{width:100%}.buybox__seller-info-box[data-v-cad1f347]{width:100%;max-width:341px;border-radius:8px;border:1px solid #d9d9d9;opacity:1;padding:1rem;background:#f5faff;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;box-sizing:border-box}.buybox__seller-info-box .buybox__seller-info-content[data-v-cad1f347]{width:100%;max-width:269px;display:flex;flex-direction:column;gap:1rem}.buybox__seller-info-box .buybox__seller-info-row[data-v-cad1f347]{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.buybox__seller-info-box .buybox__seller-icon[data-v-cad1f347]{font-size:1.5rem}.buybox__seller-info-box .buybox__seller-text[data-v-cad1f347]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-name[data-v-cad1f347]{font-weight:700;font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;vertical-align:middle;color:#121212}.buybox__seller-info-box .buybox__seller-certified[data-v-cad1f347]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-rating-row[data-v-cad1f347]{display:flex;align-items:center;gap:.5rem}.buybox__seller-info-box .buybox__seller-rating-row[data-v-cad1f347] .c-rating__icon{color:#121212}.buybox__seller-info-box .buybox__seller-rating-row[data-v-cad1f347] .rating-stars__slot{display:none}.buybox__seller-info-box .buybox__seller-reviews[data-v-cad1f347]{line-height:1rem;text-decoration:underline;color:#121212}.buybox__secondary-button[data-v-cad1f347]{width:100%;border:1px solid #121212;color:#121212;background-color:#fff;font-family:Ubuntu,Open Sans,cf-heading-fallback,sans-serif;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5rem}.buybox__secondary-button[data-v-cad1f347]:hover{background-color:#1212120d}.buybox__secondary-button[data-v-cad1f347]:focus-visible{outline:2px solid #121212;outline-offset:.125rem}.buybox__return-policy-container[data-v-cad1f347]{display:flex;flex-direction:column}.buybox__divider[data-v-cad1f347]{width:100%;height:1px;background-color:#ebebeb;border:none}.buybox__return-policy[data-v-cad1f347]{display:flex;align-items:center;gap:.5rem}.buybox__return-icon[data-v-cad1f347]{font-size:1.5rem;flex-shrink:0;margin:0}.buybox__return-text[data-v-cad1f347]{font-style:normal;font-size:.875rem;line-height:1rem;color:#454545}.buybox__promo-container[data-v-cad1f347]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buybox__promo[data-v-cad1f347]{display:flex;align-items:center}.buybox__best-offer-tag-container[data-v-cad1f347]{margin-top:.5rem}.buybox__best-offer-tag[data-v-cad1f347]{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;color:#173eb4;background-color:#f5faff;border:1px solid #173eb4;border-radius:4px;text-transform:uppercase}.buybox__seller-link[data-v-cad1f347]{text-decoration:underline;cursor:pointer}.buybox__seller-link[data-v-cad1f347]:hover{color:#0970e6}.buybox__seller-link[data-v-cad1f347]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox[data-v-b0d8dc67]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fbfbfb;border-radius:8px;box-shadow:0 2px 4px #254f9a14;border:1px solid #e5e5e5;font-weight:400}.buybox__price-section[data-v-b0d8dc67]{position:static;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.buybox .buybox__ecotaxe[data-v-b0d8dc67],.buybox__per-unit[data-v-b0d8dc67]{color:#121212;font-size:.75rem}.buybox__options[data-v-b0d8dc67]{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;margin-top:0}.buybox__option-icon[data-v-b0d8dc67]{display:block;width:1.5rem;height:1.5rem;padding:0;margin:0;opacity:1}.buybox__option-btn[data-v-b0d8dc67]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fff;border:1px solid #bdbdbd;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.buybox__option-btn[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn[data-v-b0d8dc67]:hover:not(.buybox__option-btn--disabled){border-color:#0970e6;background-color:#f5fbff}.buybox__option-btn--active[data-v-b0d8dc67]{border:2px solid #0970e6}.buybox__option-btn--disabled[data-v-b0d8dc67]{border-color:#bdbdbd;background-color:#e5e5e5;color:#929292;cursor:not-allowed}.buybox__option-btn--disabled .buybox__option-icon[data-v-b0d8dc67]{opacity:.5;filter:grayscale(100%)}.buybox__option-title[data-v-b0d8dc67]{font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#0970e6}.buybox__option-btn--disabled .buybox__option-title[data-v-b0d8dc67]{color:#929292}.buybox__option-subtitle[data-v-b0d8dc67]{font-style:normal;font-size:.75rem;line-height:1rem;letter-spacing:normal;text-align:center;color:#121212}.buybox__option-btn--disabled .buybox__option-subtitle[data-v-b0d8dc67]{color:#929292}.buybox__option-subtitle-price[data-v-b0d8dc67]{font-weight:700}.buybox__option-link--blue-underlined[data-v-b0d8dc67]{background:none;border:none;padding:0;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__option-link--blue-underlined[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn--disabled .buybox__option-link--blue-underlined[data-v-b0d8dc67]{color:#0970e6}.buybox__delivery-info[data-v-b0d8dc67]{font-size:.875rem;line-height:1.25;color:#121212}.buybox[data-v-b0d8dc67] .buybox__text--green{color:#006223}.buybox[data-v-b0d8dc67] .buybox__text--blue-light-underlined{color:#0970e6;text-decoration:underline}.buybox__lad-container[data-v-b0d8dc67]{display:flex;align-items:center;width:100%}.buybox__r2h-container[data-v-b0d8dc67]{display:flex;justify-content:space-between;align-items:center;width:100%}.buybox__search-around-link[data-v-b0d8dc67]{display:inline-block;background:none;border:none;padding:0;font:inherit;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__search-around-link[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__delivery-divider[data-v-b0d8dc67]{flex-grow:1;height:1px;border-top:1px dashed #d9d9d9;margin:0 .5rem;opacity:1}.buybox__more-info[data-v-b0d8dc67]{display:inline;background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;margin-left:.5rem}.buybox__more-info[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__cta-section[data-v-b0d8dc67]{display:flex;justify-content:center;align-items:center;background-color:#f5faff;border-radius:8px;border:1px dashed #0970e6}.buybox__cta-section--button[data-v-b0d8dc67]{background-color:transparent;border:none}.buybox__cta-value[data-v-b0d8dc67]{font-size:1rem;font-weight:700;color:#004f9b;text-transform:uppercase}.buybox__cta-button[data-v-b0d8dc67]{width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background-color:#0970e6;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;padding:1rem;font-weight:700;font-size:1rem;line-height:1.25}.buybox__cta-button[data-v-b0d8dc67]:hover{background-color:#004f9b}.buybox__cta-button[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__add-to-cart[data-v-b0d8dc67]{width:100%}.buybox__seller-info-box[data-v-b0d8dc67]{width:100%;max-width:341px;border-radius:8px;border:1px solid #d9d9d9;opacity:1;padding:1rem;background:#f5faff;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;box-sizing:border-box}.buybox__seller-info-box .buybox__seller-info-content[data-v-b0d8dc67]{width:100%;max-width:269px;display:flex;flex-direction:column;gap:1rem}.buybox__seller-info-box .buybox__seller-info-row[data-v-b0d8dc67]{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.buybox__seller-info-box .buybox__seller-icon[data-v-b0d8dc67]{font-size:1.5rem}.buybox__seller-info-box .buybox__seller-text[data-v-b0d8dc67]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-name[data-v-b0d8dc67]{font-weight:700;font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;vertical-align:middle;color:#121212}.buybox__seller-info-box .buybox__seller-certified[data-v-b0d8dc67]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-rating-row[data-v-b0d8dc67]{display:flex;align-items:center;gap:.5rem}.buybox__seller-info-box .buybox__seller-rating-row[data-v-b0d8dc67] .c-rating__icon{color:#121212}.buybox__seller-info-box .buybox__seller-rating-row[data-v-b0d8dc67] .rating-stars__slot{display:none}.buybox__seller-info-box .buybox__seller-reviews[data-v-b0d8dc67]{line-height:1rem;text-decoration:underline;color:#121212}.buybox__secondary-button[data-v-b0d8dc67]{width:100%;border:1px solid #121212;color:#121212;background-color:#fff;font-family:Ubuntu,Open Sans,cf-heading-fallback,sans-serif;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5rem}.buybox__secondary-button[data-v-b0d8dc67]:hover{background-color:#1212120d}.buybox__secondary-button[data-v-b0d8dc67]:focus-visible{outline:2px solid #121212;outline-offset:.125rem}.buybox__return-policy-container[data-v-b0d8dc67]{display:flex;flex-direction:column}.buybox__divider[data-v-b0d8dc67]{width:100%;height:1px;background-color:#ebebeb;border:none}.buybox__return-policy[data-v-b0d8dc67]{display:flex;align-items:center;gap:.5rem}.buybox__return-icon[data-v-b0d8dc67]{font-size:1.5rem;flex-shrink:0;margin:0}.buybox__return-text[data-v-b0d8dc67]{font-style:normal;font-size:.875rem;line-height:1rem;color:#454545}.buybox__promo-container[data-v-b0d8dc67]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buybox__promo[data-v-b0d8dc67]{display:flex;align-items:center}.buybox__best-offer-tag-container[data-v-b0d8dc67]{margin-top:.5rem}.buybox__best-offer-tag[data-v-b0d8dc67]{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;color:#173eb4;background-color:#f5faff;border:1px solid #173eb4;border-radius:4px;text-transform:uppercase}.buybox__seller-link[data-v-b0d8dc67]{text-decoration:underline;cursor:pointer}.buybox__seller-link[data-v-b0d8dc67]:hover{color:#0970e6}.buybox__seller-link[data-v-b0d8dc67]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.delivery-infos__time,.delivery-infos__threshold{margin:0}.delivery-infos .delivery-infos__time{color:#006223}.buybox[data-v-f6b7a88f]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fbfbfb;border-radius:8px;box-shadow:0 2px 4px #254f9a14;border:1px solid #e5e5e5;font-weight:400}.buybox__price-section[data-v-f6b7a88f]{position:static;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.buybox .buybox__ecotaxe[data-v-f6b7a88f],.buybox__per-unit[data-v-f6b7a88f]{color:#121212;font-size:.75rem}.buybox__options[data-v-f6b7a88f]{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;margin-top:0}.buybox__option-icon[data-v-f6b7a88f]{display:block;width:1.5rem;height:1.5rem;padding:0;margin:0;opacity:1}.buybox__option-btn[data-v-f6b7a88f]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fff;border:1px solid #bdbdbd;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.buybox__option-btn[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn[data-v-f6b7a88f]:hover:not(.buybox__option-btn--disabled){border-color:#0970e6;background-color:#f5fbff}.buybox__option-btn--active[data-v-f6b7a88f]{border:2px solid #0970e6}.buybox__option-btn--disabled[data-v-f6b7a88f]{border-color:#bdbdbd;background-color:#e5e5e5;color:#929292;cursor:not-allowed}.buybox__option-btn--disabled .buybox__option-icon[data-v-f6b7a88f]{opacity:.5;filter:grayscale(100%)}.buybox__option-title[data-v-f6b7a88f]{font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#0970e6}.buybox__option-btn--disabled .buybox__option-title[data-v-f6b7a88f]{color:#929292}.buybox__option-subtitle[data-v-f6b7a88f]{font-style:normal;font-size:.75rem;line-height:1rem;letter-spacing:normal;text-align:center;color:#121212}.buybox__option-btn--disabled .buybox__option-subtitle[data-v-f6b7a88f]{color:#929292}.buybox__option-subtitle-price[data-v-f6b7a88f]{font-weight:700}.buybox__option-link--blue-underlined[data-v-f6b7a88f]{background:none;border:none;padding:0;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__option-link--blue-underlined[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn--disabled .buybox__option-link--blue-underlined[data-v-f6b7a88f]{color:#0970e6}.buybox__delivery-info[data-v-f6b7a88f]{font-size:.875rem;line-height:1.25;color:#121212}.buybox[data-v-f6b7a88f] .buybox__text--green{color:#006223}.buybox[data-v-f6b7a88f] .buybox__text--blue-light-underlined{color:#0970e6;text-decoration:underline}.buybox__lad-container[data-v-f6b7a88f]{display:flex;align-items:center;width:100%}.buybox__r2h-container[data-v-f6b7a88f]{display:flex;justify-content:space-between;align-items:center;width:100%}.buybox__search-around-link[data-v-f6b7a88f]{display:inline-block;background:none;border:none;padding:0;font:inherit;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__search-around-link[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__delivery-divider[data-v-f6b7a88f]{flex-grow:1;height:1px;border-top:1px dashed #d9d9d9;margin:0 .5rem;opacity:1}.buybox__more-info[data-v-f6b7a88f]{display:inline;background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;margin-left:.5rem}.buybox__more-info[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__cta-section[data-v-f6b7a88f]{display:flex;justify-content:center;align-items:center;background-color:#f5faff;border-radius:8px;border:1px dashed #0970e6}.buybox__cta-section--button[data-v-f6b7a88f]{background-color:transparent;border:none}.buybox__cta-value[data-v-f6b7a88f]{font-size:1rem;font-weight:700;color:#004f9b;text-transform:uppercase}.buybox__cta-button[data-v-f6b7a88f]{width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background-color:#0970e6;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;padding:1rem;font-weight:700;font-size:1rem;line-height:1.25}.buybox__cta-button[data-v-f6b7a88f]:hover{background-color:#004f9b}.buybox__cta-button[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__add-to-cart[data-v-f6b7a88f]{width:100%}.buybox__seller-info-box[data-v-f6b7a88f]{width:100%;max-width:341px;border-radius:8px;border:1px solid #d9d9d9;opacity:1;padding:1rem;background:#f5faff;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;box-sizing:border-box}.buybox__seller-info-box .buybox__seller-info-content[data-v-f6b7a88f]{width:100%;max-width:269px;display:flex;flex-direction:column;gap:1rem}.buybox__seller-info-box .buybox__seller-info-row[data-v-f6b7a88f]{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.buybox__seller-info-box .buybox__seller-icon[data-v-f6b7a88f]{font-size:1.5rem}.buybox__seller-info-box .buybox__seller-text[data-v-f6b7a88f]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-name[data-v-f6b7a88f]{font-weight:700;font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;vertical-align:middle;color:#121212}.buybox__seller-info-box .buybox__seller-certified[data-v-f6b7a88f]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-rating-row[data-v-f6b7a88f]{display:flex;align-items:center;gap:.5rem}.buybox__seller-info-box .buybox__seller-rating-row[data-v-f6b7a88f] .c-rating__icon{color:#121212}.buybox__seller-info-box .buybox__seller-rating-row[data-v-f6b7a88f] .rating-stars__slot{display:none}.buybox__seller-info-box .buybox__seller-reviews[data-v-f6b7a88f]{line-height:1rem;text-decoration:underline;color:#121212}.buybox__secondary-button[data-v-f6b7a88f]{width:100%;border:1px solid #121212;color:#121212;background-color:#fff;font-family:Ubuntu,Open Sans,cf-heading-fallback,sans-serif;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5rem}.buybox__secondary-button[data-v-f6b7a88f]:hover{background-color:#1212120d}.buybox__secondary-button[data-v-f6b7a88f]:focus-visible{outline:2px solid #121212;outline-offset:.125rem}.buybox__return-policy-container[data-v-f6b7a88f]{display:flex;flex-direction:column}.buybox__divider[data-v-f6b7a88f]{width:100%;height:1px;background-color:#ebebeb;border:none}.buybox__return-policy[data-v-f6b7a88f]{display:flex;align-items:center;gap:.5rem}.buybox__return-icon[data-v-f6b7a88f]{font-size:1.5rem;flex-shrink:0;margin:0}.buybox__return-text[data-v-f6b7a88f]{font-style:normal;font-size:.875rem;line-height:1rem;color:#454545}.buybox__promo-container[data-v-f6b7a88f]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buybox__promo[data-v-f6b7a88f]{display:flex;align-items:center}.buybox__best-offer-tag-container[data-v-f6b7a88f]{margin-top:.5rem}.buybox__best-offer-tag[data-v-f6b7a88f]{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;color:#173eb4;background-color:#f5faff;border:1px solid #173eb4;border-radius:4px;text-transform:uppercase}.buybox__seller-link[data-v-f6b7a88f]{text-decoration:underline;cursor:pointer}.buybox__seller-link[data-v-f6b7a88f]:hover{color:#0970e6}.buybox__seller-link[data-v-f6b7a88f]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox[data-v-30f8a1b0]{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:#fbfbfb;border-radius:8px;box-shadow:0 2px 4px #254f9a14;border:1px solid #e5e5e5;font-weight:400}.buybox__price-section[data-v-30f8a1b0]{position:static;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.buybox .buybox__ecotaxe[data-v-30f8a1b0],.buybox__per-unit[data-v-30f8a1b0]{color:#121212;font-size:.75rem}.buybox__options[data-v-30f8a1b0]{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;margin-top:0}.buybox__option-icon[data-v-30f8a1b0]{display:block;width:1.5rem;height:1.5rem;padding:0;margin:0;opacity:1}.buybox__option-btn[data-v-30f8a1b0]{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fff;border:1px solid #bdbdbd;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.buybox__option-btn[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn[data-v-30f8a1b0]:hover:not(.buybox__option-btn--disabled){border-color:#0970e6;background-color:#f5fbff}.buybox__option-btn--active[data-v-30f8a1b0]{border:2px solid #0970e6}.buybox__option-btn--disabled[data-v-30f8a1b0]{border-color:#bdbdbd;background-color:#e5e5e5;color:#929292;cursor:not-allowed}.buybox__option-btn--disabled .buybox__option-icon[data-v-30f8a1b0]{opacity:.5;filter:grayscale(100%)}.buybox__option-title[data-v-30f8a1b0]{font-size:1rem;font-weight:700;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#0970e6}.buybox__option-btn--disabled .buybox__option-title[data-v-30f8a1b0]{color:#929292}.buybox__option-subtitle[data-v-30f8a1b0]{font-style:normal;font-size:.75rem;line-height:1rem;letter-spacing:normal;text-align:center;color:#121212}.buybox__option-btn--disabled .buybox__option-subtitle[data-v-30f8a1b0]{color:#929292}.buybox__option-subtitle-price[data-v-30f8a1b0]{font-weight:700}.buybox__option-link--blue-underlined[data-v-30f8a1b0]{background:none;border:none;padding:0;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__option-link--blue-underlined[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__option-btn--disabled .buybox__option-link--blue-underlined[data-v-30f8a1b0]{color:#0970e6}.buybox__delivery-info[data-v-30f8a1b0]{font-size:.875rem;line-height:1.25;color:#121212}.buybox[data-v-30f8a1b0] .buybox__text--green{color:#006223}.buybox[data-v-30f8a1b0] .buybox__text--blue-light-underlined{color:#0970e6;text-decoration:underline}.buybox__lad-container[data-v-30f8a1b0]{display:flex;align-items:center;width:100%}.buybox__r2h-container[data-v-30f8a1b0]{display:flex;justify-content:space-between;align-items:center;width:100%}.buybox__search-around-link[data-v-30f8a1b0]{display:inline-block;background:none;border:none;padding:0;font:inherit;color:#0970e6;text-decoration:underline;cursor:pointer}.buybox__search-around-link[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__delivery-divider[data-v-30f8a1b0]{flex-grow:1;height:1px;border-top:1px dashed #d9d9d9;margin:0 .5rem;opacity:1}.buybox__more-info[data-v-30f8a1b0]{display:inline;background:none;border:none;padding:0;font:inherit;text-decoration:underline;cursor:pointer;margin-left:.5rem}.buybox__more-info[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__cta-section[data-v-30f8a1b0]{display:flex;justify-content:center;align-items:center;background-color:#f5faff;border-radius:8px;border:1px dashed #0970e6}.buybox__cta-section--button[data-v-30f8a1b0]{background-color:transparent;border:none}.buybox__cta-value[data-v-30f8a1b0]{font-size:1rem;font-weight:700;color:#004f9b;text-transform:uppercase}.buybox__cta-button[data-v-30f8a1b0]{width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background-color:#0970e6;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out;padding:1rem;font-weight:700;font-size:1rem;line-height:1.25}.buybox__cta-button[data-v-30f8a1b0]:hover{background-color:#004f9b}.buybox__cta-button[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.buybox__add-to-cart[data-v-30f8a1b0]{width:100%}.buybox__seller-info-box[data-v-30f8a1b0]{width:100%;max-width:341px;border-radius:8px;border:1px solid #d9d9d9;opacity:1;padding:1rem;background:#f5faff;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;box-sizing:border-box}.buybox__seller-info-box .buybox__seller-info-content[data-v-30f8a1b0]{width:100%;max-width:269px;display:flex;flex-direction:column;gap:1rem}.buybox__seller-info-box .buybox__seller-info-row[data-v-30f8a1b0]{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.buybox__seller-info-box .buybox__seller-icon[data-v-30f8a1b0]{font-size:1.5rem}.buybox__seller-info-box .buybox__seller-text[data-v-30f8a1b0]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-name[data-v-30f8a1b0]{font-weight:700;font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;vertical-align:middle;color:#121212}.buybox__seller-info-box .buybox__seller-certified[data-v-30f8a1b0]{font-style:normal;font-size:.875rem;line-height:1rem;letter-spacing:normal;color:#454545}.buybox__seller-info-box .buybox__seller-rating-row[data-v-30f8a1b0]{display:flex;align-items:center;gap:.5rem}.buybox__seller-info-box .buybox__seller-rating-row[data-v-30f8a1b0] .c-rating__icon{color:#121212}.buybox__seller-info-box .buybox__seller-rating-row[data-v-30f8a1b0] .rating-stars__slot{display:none}.buybox__seller-info-box .buybox__seller-reviews[data-v-30f8a1b0]{line-height:1rem;text-decoration:underline;color:#121212}.buybox__secondary-button[data-v-30f8a1b0]{width:100%;border:1px solid #121212;color:#121212;background-color:#fff;font-family:Ubuntu,Open Sans,cf-heading-fallback,sans-serif;font-weight:700;border-radius:4px;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem;line-height:1.5rem}.buybox__secondary-button[data-v-30f8a1b0]:hover{background-color:#1212120d}.buybox__secondary-button[data-v-30f8a1b0]:focus-visible{outline:2px solid #121212;outline-offset:.125rem}.buybox__return-policy-container[data-v-30f8a1b0]{display:flex;flex-direction:column}.buybox__divider[data-v-30f8a1b0]{width:100%;height:1px;background-color:#ebebeb;border:none}.buybox__return-policy[data-v-30f8a1b0]{display:flex;align-items:center;gap:.5rem}.buybox__return-icon[data-v-30f8a1b0]{font-size:1.5rem;flex-shrink:0;margin:0}.buybox__return-text[data-v-30f8a1b0]{font-style:normal;font-size:.875rem;line-height:1rem;color:#454545}.buybox__promo-container[data-v-30f8a1b0]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buybox__promo[data-v-30f8a1b0]{display:flex;align-items:center}.buybox__best-offer-tag-container[data-v-30f8a1b0]{margin-top:.5rem}.buybox__best-offer-tag[data-v-30f8a1b0]{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;line-height:1rem;color:#173eb4;background-color:#f5faff;border:1px solid #173eb4;border-radius:4px;text-transform:uppercase}.buybox__seller-link[data-v-30f8a1b0]{text-decoration:underline;cursor:pointer}.buybox__seller-link[data-v-30f8a1b0]:hover{color:#0970e6}.buybox__seller-link[data-v-30f8a1b0]:focus-visible{outline:2px solid #0970e6;outline-offset:.125rem}.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__buybox,.main-details__extended-warranty,.main-details__multi-delay-payment{margin-bottom:1rem}.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[data-v-663b970c]{display:flex;gap:1rem}.product-details__left[data-v-663b970c]{flex:1;max-width:100%;display:flex;flex-direction:column;row-gap:1rem}@container (min-width: 1024px){.product-details__left[data-v-663b970c]{max-width:calc(100% - 374px);padding:0}}.product-details__right[data-v-663b970c]{width:374px;display:none}@container (min-width: 1024px){.product-details__right[data-v-663b970c]{display:block}}.product-details__buybox[data-v-663b970c],.product-details__extended-warranty[data-v-663b970c],.product-details__multi-delay-payment[data-v-663b970c]{margin-bottom:1rem}.product-details__delivery-choices[data-v-663b970c]{position:sticky;top:160px}.product-details__delivery-choices--compact[data-v-663b970c]{top:75px}
