main #article .right #actions .add-to-cart-area #main-add-to-cart{height:43px;padding:0 20px;text-transform:uppercase;border-radius:5px;font-weight:bold;font-size:1rem;font-family:"Inter",sans-serif;display:flex;align-items:center;justify-content:center;transition:opacity .4s}main #article .right #actions .add-to-cart-area #main-add-to-cart span{margin-top:.1em}main #article .right #actions .add-to-cart-area #main-add-to-cart i{margin-left:10px;font-size:1.2em}#image-display-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}@supports(backdrop-filter: blur(15px)){#image-display-popup{backdrop-filter:blur(15px)}}#image-display-popup .popup{position:relative;display:flex;overflow:hidden;border-radius:10px;background-color:var(--white);min-width:1000px;width:1000px;max-width:1000px;min-height:800px;height:800px;max-height:800px}#image-display-popup .popup .main{display:contents}#image-display-popup .popup .close{position:absolute;top:0;right:0;z-index:3;width:30px;height:30px;margin:10px;border-radius:50%;background-color:var(--white);transition:background-color .4s}#image-display-popup .popup .close:hover:not(:active){background-color:var(--gray10)}#image-display-popup .popup .close:active{transition:none}#image-display-popup .popup .gallery{display:flex;flex-direction:column;gap:10px;width:120px;padding:10px}#image-display-popup .popup .gallery.hidden{display:none}#image-display-popup .popup .gallery .thumbnail-container{position:relative;overflow:hidden;border-radius:5px}#image-display-popup .popup .gallery .thumbnail-container:not(.selected){cursor:pointer}#image-display-popup .popup .gallery .thumbnail-container::after{position:absolute;top:50%;left:50%;content:"";display:block;width:30px;height:30px;border-radius:50%;opacity:0;background-color:var(--white);transform:translate(-50%, -50%);transition:opacity .25s}@media(prefers-color-scheme: light){#image-display-popup .popup .gallery .thumbnail-container::after{box-shadow:rgba(255,255,255,.5) 0 0 0 10px}}@media(prefers-color-scheme: dark){#image-display-popup .popup .gallery .thumbnail-container::after{box-shadow:rgba(0,0,0,.75) 0 0 0 10px}}#image-display-popup .popup .gallery .thumbnail-container.selected::after{opacity:1}#image-display-popup .popup .gallery .thumbnail-container img{display:block;width:100px;min-height:60px;max-height:180px}#image-display-popup .popup .display-area{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}#image-display-popup .popup .display-area .main-image-container{position:relative;display:flex;flex-grow:1;overflow:hidden;padding:10px}#image-display-popup .popup .display-area .main-image-container .placeholder{position:absolute;top:0;left:0;z-index:1;object-fit:none;width:100%;height:100%;transform:scale(0.9);animation:fade-in 1.25s infinite alternate}#image-display-popup .popup .display-area .main-image-container .main-image{position:relative;z-index:2;object-fit:contain;max-width:100%;max-height:100%;margin:auto;border-radius:10px}#image-display-popup .popup .display-area .caption-container{position:relative;z-index:2;display:flex;justify-content:space-between;padding:5px 10px;background:var(--gray05)}#image-display-popup .popup .display-area .caption-container .caption{overflow:hidden;text-overflow:ellipsis;margin-right:10px}#image-display-popup .popup .display-area .caption-container a{text-decoration:rgba(0,0,0,0) underline;color:inherit;transition:text-decoration-color .15s}#image-display-popup .popup .display-area .caption-container a:hover:not(:active){text-decoration-color:unset}#image-display-popup .popup .display-area .caption-container a:active{transition:none}.input-container.with-dropdown{position:relative}.input-container.with-dropdown input{width:100%;height:100%;text-align:inherit}.input-container.with-dropdown input[type=number]{-moz-appearance:textfield}.input-container.with-dropdown input[type=number]::-webkit-outer-spin-button,.input-container.with-dropdown input[type=number]::-webkit-inner-spin-button{display:none}.input-container.with-dropdown:not(.active) .dropdown{display:none}.input-container.with-dropdown .dropdown{position:absolute;top:100%;left:0;z-index:1;width:100%;text-align:inherit}.input-container.with-dropdown .dropdown .option{display:block;width:100%;text-align:inherit;cursor:pointer}header>.cart-update-popup-anchor{position:absolute;top:100%;right:calc(50% - 650px);z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-top:10px}header>.cart-update-popup-anchor:empty{display:none}@media screen and (max-width: 576px){header>.cart-update-popup-anchor{left:0;right:0;padding:10px;align-items:stretch}}header>.cart-update-popup-anchor>.cart-update-popup{position:relative;border-radius:10px;background:var(--white);box-shadow:#000 0 0 15px -10px;overflow:hidden;max-width:475px}@media screen and (max-width: 576px){header>.cart-update-popup-anchor>.cart-update-popup{max-width:calc(100vw - 20px)}}header>.cart-update-popup-anchor>.cart-update-popup .header{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 5px 15px}header>.cart-update-popup-anchor>.cart-update-popup .header .title{font-size:1.1rem;color:var(--primary-color)}header>.cart-update-popup-anchor>.cart-update-popup .header .close{width:30px;height:30px;margin-left:30px;border-radius:50%;transition:background-color .25s}header>.cart-update-popup-anchor>.cart-update-popup .header .close:hover:not(:active){background-color:rgba(0,0,0,.05)}header>.cart-update-popup-anchor>.cart-update-popup .header .close:active{transition:none}header>.cart-update-popup-anchor>.cart-update-popup .message{font-size:.9rem;padding:0 15px;margin-bottom:3px;white-space:normal;color:var(--primary-color);transition:line-height .25s;overflow:hidden}header>.cart-update-popup-anchor>.cart-update-popup .message:empty{line-height:0}header>.cart-update-popup-anchor>.cart-update-popup .item{position:relative;display:flex;align-items:center;gap:10px;padding:5px 15px 13px 15px;font-size:.9rem}header>.cart-update-popup-anchor>.cart-update-popup .item .thumbnail{object-fit:contain;object-position:right;max-width:85px;max-height:50px;border-radius:5px}@media(prefers-color-scheme: dark){header>.cart-update-popup-anchor>.cart-update-popup .item .thumbnail{filter:brightness(0.85)}header>.cart-update-popup-anchor>.cart-update-popup .item .thumbnail img{filter:unset}}@media screen and (max-width: 576px){header>.cart-update-popup-anchor>.cart-update-popup .item .thumbnail{width:60px}}header>.cart-update-popup-anchor>.cart-update-popup .item .content{flex-grow:1;overflow:hidden}@media screen and (max-width: 576px){header>.cart-update-popup-anchor>.cart-update-popup .item .content{overflow:hidden}}header>.cart-update-popup-anchor>.cart-update-popup .item .content .item-name{overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}header>.cart-update-popup-anchor>.cart-update-popup .item .content .item-name .ref-code{font-weight:bold}header>.cart-update-popup-anchor>.cart-update-popup .item .content .item-price-and-quantity{display:flex;align-items:center;gap:5px}header>.cart-update-popup-anchor>.cart-update-popup .item .content .item-price-and-quantity .price-separator{background:var(--gray10);height:5px;width:5px;border-radius:50%;margin:0 5px}header>.cart-update-popup-anchor>.cart-update-popup .state{display:none;position:absolute;right:0;bottom:0;margin:13px;color:var(--primary-color)}header>.cart-update-popup-anchor>.cart-update-popup::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;border:1px var(--gray05) solid;pointer-events:none}header>.cart-update-popup-anchor>.cart-update-popup::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s;pointer-events:none}header>.cart-update-popup-anchor>.cart-update-popup[data-state=pending]{--primary-color:var(--black)}header>.cart-update-popup-anchor>.cart-update-popup[data-state=pending] .state.pending{display:block}header>.cart-update-popup-anchor>.cart-update-popup[data-state=error]{--primary-color:var(--red)}header>.cart-update-popup-anchor>.cart-update-popup[data-state=error] .state.error{display:block}header>.cart-update-popup-anchor>.cart-update-popup[data-state=error]::after{background:linear-gradient(150deg, transparent 60%, var(--red));opacity:.2}header>.cart-update-popup-anchor>.cart-update-popup[data-state=added]{--primary-color:var(--green)}header>.cart-update-popup-anchor>.cart-update-popup[data-state=added] .state.added{display:block}header>.cart-update-popup-anchor>.cart-update-popup[data-state=added]::after{background:linear-gradient(150deg, transparent 60%, var(--green));opacity:.2}@keyframes favorite-success{0%{box-shadow:0 0 0 0 var(--primary-color)}50%{box-shadow:0 0 0 8px var(--primary-color)}100%{box-shadow:0 0 0 8px rgba(0,0,0,0)}}dd-catalog-ref-list{display:flex;flex-direction:column;gap:2px}@media screen and (max-width: 576px){dd-catalog-ref-list{border-top:1px solid rgba(0,0,0,.15);gap:0}}dd-catalog-ref-list .ref,dd-catalog-ref-list .article{padding:8px 6px 9px 6px;transition:background-color .5s;grid-auto-rows:min-content;display:grid;grid-template-areas:"thumb title title cart" "thumb mess  mess  cart" "thumb tags  price cart";grid-template-columns:100px 1fr max-content 50px;gap:0 8px}dd-catalog-ref-list .ref:not(:last-child),dd-catalog-ref-list .article:not(:last-child){border-bottom:1px var(--gray10) solid}@media screen and (max-width: 576px){dd-catalog-ref-list .ref,dd-catalog-ref-list .article{padding:10px;gap:0 10px;border-bottom:1px solid rgba(0,0,0,.15)}}@media screen and (max-width: 576px)and (prefers-color-scheme: dark){dd-catalog-ref-list .ref,dd-catalog-ref-list .article{background:linear-gradient(140deg, transparent, rgba(255, 255, 255, 0.04))}}@media screen and (max-width: 576px)and (prefers-color-scheme: light){dd-catalog-ref-list .ref,dd-catalog-ref-list .article{background:linear-gradient(140deg, transparent, rgba(0, 0, 0, 0.1))}}@media screen and (max-width: 576px){dd-catalog-ref-list .ref,dd-catalog-ref-list .article{grid-template-areas:"title title title" "mess  mess  mess " "thumb tags  tags " "thumb price cart ";grid-template-columns:75px 1fr max-content}}dd-catalog-ref-list .ref .thumbnail-container,dd-catalog-ref-list .article .thumbnail-container{min-width:100px;max-width:100px;min-height:65px;contain:size;display:flex;justify-content:flex-end;align-items:flex-start;grid-area:thumb}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .thumbnail-container,dd-catalog-ref-list .article .thumbnail-container{min-width:unset;contain:unset;align-items:flex-start;max-width:75px}}dd-catalog-ref-list .ref .thumbnail-container .thumbnail,dd-catalog-ref-list .article .thumbnail-container .thumbnail{cursor:pointer;max-width:100%;max-height:100%;border-radius:5px}dd-catalog-ref-list .ref .title-row,dd-catalog-ref-list .article .title-row{grid-area:title}dd-catalog-ref-list .ref .title,dd-catalog-ref-list .article .title{grid-area:title;font-size:.95rem;margin-top:3px;white-space:normal}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .title,dd-catalog-ref-list .article .title{font-family:"Inter",sans-serif;margin-top:0;margin-bottom:5px}}dd-catalog-ref-list .ref .title:is(a),dd-catalog-ref-list .article .title:is(a){text-decoration:rgba(0,0,0,0) underline;color:inherit;transition:text-decoration-color .15s}dd-catalog-ref-list .ref .title:is(a):hover:not(:active),dd-catalog-ref-list .article .title:is(a):hover:not(:active){text-decoration-color:unset}dd-catalog-ref-list .ref .title:is(a):active,dd-catalog-ref-list .article .title:is(a):active{transition:none}dd-catalog-ref-list .ref .title:is(a) .code,dd-catalog-ref-list .article .title:is(a) .code{color:var(--ddcompany-color);text-decoration:underline}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .title:is(a) .code,dd-catalog-ref-list .article .title:is(a) .code{font-weight:bold;color:inherit;text-decoration:unset}}dd-catalog-ref-list .ref .messages,dd-catalog-ref-list .article .messages{display:flex;flex-direction:column;gap:3px;grid-area:mess}dd-catalog-ref-list .ref .messages .message,dd-catalog-ref-list .article .messages .message{display:block;font-size:.9rem;white-space:normal}dd-catalog-ref-list .ref .messages .message.promo-message,dd-catalog-ref-list .article .messages .message.promo-message{color:var(--green)}dd-catalog-ref-list .ref .messages .message.promo-message:is(a),dd-catalog-ref-list .article .messages .message.promo-message:is(a){text-decoration:rgba(0,0,0,0) underline;color:var(--green);transition:text-decoration-color .15s}dd-catalog-ref-list .ref .messages .message.promo-message:is(a):hover:not(:active),dd-catalog-ref-list .article .messages .message.promo-message:is(a):hover:not(:active){text-decoration-color:unset}dd-catalog-ref-list .ref .messages .message.promo-message:is(a):active,dd-catalog-ref-list .article .messages .message.promo-message:is(a):active{transition:none}dd-catalog-ref-list .ref .messages .message.specific-info,dd-catalog-ref-list .article .messages .message.specific-info{color:var(--warning-orange)}dd-catalog-ref-list .ref .messages .message.carac,dd-catalog-ref-list .article .messages .message.carac{font-weight:bold}dd-catalog-ref-list .ref .messages .message.carac.a,dd-catalog-ref-list .article .messages .message.carac.a{color:var(--green)}dd-catalog-ref-list .ref .messages .message.carac.b,dd-catalog-ref-list .article .messages .message.carac.b{color:var(--ddcompany-color)}dd-catalog-ref-list .ref .messages .message.carac.c,dd-catalog-ref-list .article .messages .message.carac.c{font-style:italic;color:var(--orange)}dd-catalog-ref-list .ref .messages .message.carac.d,dd-catalog-ref-list .article .messages .message.carac.d{color:#5b731b}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .messages,dd-catalog-ref-list .article .messages{margin:5px 0 10px 0}}dd-catalog-ref-list .ref .tags,dd-catalog-ref-list .article .tags{grid-area:tags;font-size:.9rem;display:flex;align-items:flex-end;gap:5px;flex-wrap:wrap;position:relative;margin-top:5px;margin-bottom:3px;grid-area:tags}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .tags,dd-catalog-ref-list .article .tags{align-items:flex-start}}dd-catalog-ref-list .ref .tags .tag,dd-catalog-ref-list .article .tags .tag{transition:background-color .5s;border-radius:5px;padding:5px 8px;font-size:.8rem;position:relative}dd-catalog-ref-list .ref .tags .tag::before,dd-catalog-ref-list .ref .tags .tag::after,dd-catalog-ref-list .article .tags .tag::before,dd-catalog-ref-list .article .tags .tag::after{pointer-events:none;content:"";position:absolute;left:0;top:0;bottom:0;background:var(--color)}dd-catalog-ref-list .ref .tags .tag::after,dd-catalog-ref-list .article .tags .tag::after{display:block;right:0;border-radius:5px;opacity:.1}dd-catalog-ref-list .ref .tags .tag:not(.highlight,dd-accordion-toggle),dd-catalog-ref-list .article .tags .tag:not(.highlight,dd-accordion-toggle){background:var(--white);border:1px var(--gray15) solid;box-shadow:0 0 15px -12px #000;padding:4px 8px}dd-catalog-ref-list .ref .tags .tag.highlight,dd-catalog-ref-list .article .tags .tag.highlight{padding-left:19px;border:none;background:var(--gray05);--color: var(--gray90);color:var(--color)}dd-catalog-ref-list .ref .tags .tag.highlight::before,dd-catalog-ref-list .article .tags .tag.highlight::before{display:block;width:12px;border-radius:5px 0 0 5px}dd-catalog-ref-list .ref .tags .tag.with-tooltip,dd-catalog-ref-list .article .tags .tag.with-tooltip{--background: var(--color)}dd-catalog-ref-list .ref .tags .tag.with-tooltip i,dd-catalog-ref-list .article .tags .tag.with-tooltip i{margin-left:7px}dd-catalog-ref-list .ref .tags .tag.with-tooltip .tooltip br,dd-catalog-ref-list .article .tags .tag.with-tooltip .tooltip br{margin-bottom:5px}dd-catalog-ref-list .ref .tags .tag.with-tooltip:hover .tooltip,dd-catalog-ref-list .article .tags .tag.with-tooltip:hover .tooltip{animation:tooltipFadein .35s forwards}dd-catalog-ref-list .ref .tags .tag.stock,dd-catalog-ref-list .ref .tags .tag.disponibility-tag,dd-catalog-ref-list .article .tags .tag.stock,dd-catalog-ref-list .article .tags .tag.disponibility-tag{--primary-color:var(--gray15);display:flex;align-items:center;border-radius:5px;background-color:var(--primary-color);position:relative;--background: var(--primary-color);cursor:default;background:var(--gray05);color:var(--color) !important}dd-catalog-ref-list .ref .tags .tag.stock .tooltip,dd-catalog-ref-list .ref .tags .tag.stock i,dd-catalog-ref-list .ref .tags .tag.disponibility-tag .tooltip,dd-catalog-ref-list .ref .tags .tag.disponibility-tag i,dd-catalog-ref-list .article .tags .tag.stock .tooltip,dd-catalog-ref-list .article .tags .tag.stock i,dd-catalog-ref-list .article .tags .tag.disponibility-tag .tooltip,dd-catalog-ref-list .article .tags .tag.disponibility-tag i{display:none}dd-catalog-ref-list .ref .tags .tag.stock i,dd-catalog-ref-list .ref .tags .tag.disponibility-tag i,dd-catalog-ref-list .article .tags .tag.stock i,dd-catalog-ref-list .article .tags .tag.disponibility-tag i{margin-left:5px}dd-catalog-ref-list .ref .tags .tag.stock.loading .value::after,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.loading .value::after,dd-catalog-ref-list .article .tags .tag.stock.loading .value::after,dd-catalog-ref-list .article .tags .tag.disponibility-tag.loading .value::after{content:"...";display:inline;letter-spacing:4px;animation:fade-in .75s alternate infinite linear}dd-catalog-ref-list .ref .tags .tag.stock:is(.no-details,[data-enabled=false]),dd-catalog-ref-list .ref .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]),dd-catalog-ref-list .article .tags .tag.stock:is(.no-details,[data-enabled=false]),dd-catalog-ref-list .article .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]){cursor:default}dd-catalog-ref-list .ref .tags .tag.stock:is(.no-details,[data-enabled=false]) .tooltip,dd-catalog-ref-list .ref .tags .tag.stock:is(.no-details,[data-enabled=false]) i,dd-catalog-ref-list .ref .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]) .tooltip,dd-catalog-ref-list .ref .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]) i,dd-catalog-ref-list .article .tags .tag.stock:is(.no-details,[data-enabled=false]) .tooltip,dd-catalog-ref-list .article .tags .tag.stock:is(.no-details,[data-enabled=false]) i,dd-catalog-ref-list .article .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]) .tooltip,dd-catalog-ref-list .article .tags .tag.disponibility-tag:is(.no-details,[data-enabled=false]) i{display:none}dd-catalog-ref-list .ref .tags .tag.stock:hover .tooltip,dd-catalog-ref-list .ref .tags .tag.disponibility-tag:hover .tooltip,dd-catalog-ref-list .article .tags .tag.stock:hover .tooltip,dd-catalog-ref-list .article .tags .tag.disponibility-tag:hover .tooltip{animation:tooltipFadein .35s forwards}dd-catalog-ref-list .ref .tags .tag.stock.en-stock,dd-catalog-ref-list .ref .tags .tag.stock.in-stock,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.en-stock,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.in-stock,dd-catalog-ref-list .article .tags .tag.stock.en-stock,dd-catalog-ref-list .article .tags .tag.stock.in-stock,dd-catalog-ref-list .article .tags .tag.disponibility-tag.en-stock,dd-catalog-ref-list .article .tags .tag.disponibility-tag.in-stock{--primary-color:var(--green);color:var(--light)}dd-catalog-ref-list .ref .tags .tag.stock.arrivage-en-cours,dd-catalog-ref-list .ref .tags .tag.stock.restocking,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.arrivage-en-cours,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.restocking,dd-catalog-ref-list .article .tags .tag.stock.arrivage-en-cours,dd-catalog-ref-list .article .tags .tag.stock.restocking,dd-catalog-ref-list .article .tags .tag.disponibility-tag.arrivage-en-cours,dd-catalog-ref-list .article .tags .tag.disponibility-tag.restocking{color:var(--light);--primary-color:var(--orange)}dd-catalog-ref-list .ref .tags .tag.stock.en-stock,dd-catalog-ref-list .ref .tags .tag.stock.in-stock,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.en-stock,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.in-stock,dd-catalog-ref-list .article .tags .tag.stock.en-stock,dd-catalog-ref-list .article .tags .tag.stock.in-stock,dd-catalog-ref-list .article .tags .tag.disponibility-tag.en-stock,dd-catalog-ref-list .article .tags .tag.disponibility-tag.in-stock{--color: var(--green)}dd-catalog-ref-list .ref .tags .tag.stock.arrivage-en-cours,dd-catalog-ref-list .ref .tags .tag.stock.restocking,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.arrivage-en-cours,dd-catalog-ref-list .ref .tags .tag.disponibility-tag.restocking,dd-catalog-ref-list .article .tags .tag.stock.arrivage-en-cours,dd-catalog-ref-list .article .tags .tag.stock.restocking,dd-catalog-ref-list .article .tags .tag.disponibility-tag.arrivage-en-cours,dd-catalog-ref-list .article .tags .tag.disponibility-tag.restocking{--color: var(--orange)}dd-catalog-ref-list .ref .tags .tag.dry-ice,dd-catalog-ref-list .ref .tags .tag.additional-fees,dd-catalog-ref-list .article .tags .tag.dry-ice,dd-catalog-ref-list .article .tags .tag.additional-fees{--color: var(--blue);--primary-color:var(--blue)}dd-catalog-ref-list .ref .tags .tag.dry-ice .tooltip.loading::before,dd-catalog-ref-list .ref .tags .tag.additional-fees .tooltip.loading::before,dd-catalog-ref-list .article .tags .tag.dry-ice .tooltip.loading::before,dd-catalog-ref-list .article .tags .tag.additional-fees .tooltip.loading::before{display:inline;content:"..."}dd-catalog-ref-list .ref .tags .tag.dry-ice .tooltip .price,dd-catalog-ref-list .ref .tags .tag.additional-fees .tooltip .price,dd-catalog-ref-list .article .tags .tag.dry-ice .tooltip .price,dd-catalog-ref-list .article .tags .tag.additional-fees .tooltip .price{font-weight:bold;margin-left:4px}dd-catalog-ref-list .ref .tags .tag.dry-ice .tooltip .price.striked,dd-catalog-ref-list .ref .tags .tag.additional-fees .tooltip .price.striked,dd-catalog-ref-list .article .tags .tag.dry-ice .tooltip .price.striked,dd-catalog-ref-list .article .tags .tag.additional-fees .tooltip .price.striked{font-weight:normal;opacity:.7;font-size:.9em;text-decoration:line-through}dd-catalog-ref-list .ref .tags .tag.dry-ice .tooltip .price.nc,dd-catalog-ref-list .ref .tags .tag.additional-fees .tooltip .price.nc,dd-catalog-ref-list .article .tags .tag.dry-ice .tooltip .price.nc,dd-catalog-ref-list .article .tags .tag.additional-fees .tooltip .price.nc{opacity:.7}dd-catalog-ref-list .ref .tags .tag.promo,dd-catalog-ref-list .article .tags .tag.promo{text-transform:uppercase;--color: var(--green)}dd-catalog-ref-list .ref .tags .tag.flash-sales,dd-catalog-ref-list .article .tags .tag.flash-sales{--color: var(--red)}dd-catalog-ref-list .ref .tags .tag.best-seller,dd-catalog-ref-list .article .tags .tag.best-seller{--color: var(--green)}dd-catalog-ref-list .ref .tags .tag.gogreen,dd-catalog-ref-list .article .tags .tag.gogreen{--color: var(--gogreen-color)}dd-catalog-ref-list .ref .tags .tag.our-selection,dd-catalog-ref-list .article .tags .tag.our-selection{--color: var(--ourselection-color)}dd-catalog-ref-list .ref .tags .tag.made-in-europe,dd-catalog-ref-list .article .tags .tag.made-in-europe{--color: #003399}@media(prefers-color-scheme: dark){dd-catalog-ref-list .ref .tags .tag.made-in-europe,dd-catalog-ref-list .article .tags .tag.made-in-europe{--color: #215dd5}}dd-catalog-ref-list .ref .tags .tag.cleanroom,dd-catalog-ref-list .article .tags .tag.cleanroom{--color: var(--black)}@media(prefers-color-scheme: light){dd-catalog-ref-list .ref .tags .tag.cleanroom,dd-catalog-ref-list .article .tags .tag.cleanroom{border:1.5px var(--black) solid}dd-catalog-ref-list .ref .tags .tag.cleanroom::before,dd-catalog-ref-list .article .tags .tag.cleanroom::before{border:1.5px var(--black) solid}}dd-catalog-ref-list .ref .tags .tag.novelty,dd-catalog-ref-list .article .tags .tag.novelty{--color: var(--red)}dd-catalog-ref-list .ref .tags .tag.leasing,dd-catalog-ref-list .article .tags .tag.leasing{--color: var(--leasing-color)}dd-catalog-ref-list .ref .tags .tag.ddstock,dd-catalog-ref-list .article .tags .tag.ddstock{--color: #ceaf52}@media(prefers-color-scheme: dark){dd-catalog-ref-list .ref .tags .tag.ddstock,dd-catalog-ref-list .article .tags .tag.ddstock{--background: #917932}}dd-catalog-ref-list .ref .tags .tag.ddgriff,dd-catalog-ref-list .article .tags .tag.ddgriff{--color: var(--blue)}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .tags,dd-catalog-ref-list .article .tags{margin-bottom:15px}}dd-catalog-ref-list .ref .prices-and-quantity,dd-catalog-ref-list .article .prices-and-quantity{grid-area:price;display:flex;align-items:center;justify-content:flex-end;gap:5px}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .prices-and-quantity,dd-catalog-ref-list .article .prices-and-quantity{align-items:flex-end;margin-top:auto}}dd-catalog-ref-list .ref .prices-and-quantity .prices,dd-catalog-ref-list .article .prices-and-quantity .prices{text-align:right;align-self:center}dd-catalog-ref-list .ref .prices-and-quantity .prices .loader,dd-catalog-ref-list .article .prices-and-quantity .prices .loader{letter-spacing:7.5px;opacity:.5;animation:fade-in 1s alternate infinite linear}dd-catalog-ref-list .ref .prices-and-quantity .prices .striked,dd-catalog-ref-list .article .prices-and-quantity .prices .striked{opacity:.33;text-decoration:line-through}@supports(-moz-user-focus: initial){dd-catalog-ref-list .ref .prices-and-quantity .prices .striked::before,dd-catalog-ref-list .ref .prices-and-quantity .prices .striked::after,dd-catalog-ref-list .article .prices-and-quantity .prices .striked::before,dd-catalog-ref-list .article .prices-and-quantity .prices .striked::after{content:"-";display:inline;font-size:.2em;color:rgba(0,0,0,0);text-decoration-color:inherit}}dd-catalog-ref-list .ref .prices-and-quantity .prices .discount,dd-catalog-ref-list .article .prices-and-quantity .prices .discount{color:var(--green)}dd-catalog-ref-list .ref .prices-and-quantity .prices .error,dd-catalog-ref-list .article .prices-and-quantity .prices .error{opacity:.66}dd-catalog-ref-list .ref .prices-and-quantity .prices.total,dd-catalog-ref-list .article .prices-and-quantity .prices.total{text-align:left}dd-catalog-ref-list .ref .prices-and-quantity .prices.loading::after,dd-catalog-ref-list .article .prices-and-quantity .prices.loading::after{content:"...";display:inline;letter-spacing:4px;margin-right:3px}dd-catalog-ref-list .ref .prices-and-quantity .prices .price.striked,dd-catalog-ref-list .article .prices-and-quantity .prices .price.striked{font-size:.9rem;margin-bottom:-1px}dd-catalog-ref-list .ref .prices-and-quantity .prices .price.final,dd-catalog-ref-list .article .prices-and-quantity .prices .price.final{font-size:1rem}dd-catalog-ref-list .ref .prices-and-quantity .quantity .quantity-input,dd-catalog-ref-list .article .prices-and-quantity .quantity .quantity-input{background:var(--gray10);border-radius:5px;width:40px;height:35px;text-align:center}dd-catalog-ref-list .ref .prices-and-quantity .quantity .quantity-input:disabled,dd-catalog-ref-list .article .prices-and-quantity .quantity .quantity-input:disabled{background-color:rgba(0,0,0,0)}dd-catalog-ref-list .ref .prices-and-quantity .quantity .dropdown,dd-catalog-ref-list .article .prices-and-quantity .quantity .dropdown{margin-top:5px;border-radius:5px;border:2px var(--gray20) solid;background:var(--white);font-size:1rem;z-index:3;box-shadow:#000 0 0 30px -20px}dd-catalog-ref-list .ref .prices-and-quantity .quantity .dropdown button,dd-catalog-ref-list .article .prices-and-quantity .quantity .dropdown button{height:30px;text-align:center;transition:background-color .25s}dd-catalog-ref-list .ref .prices-and-quantity .quantity .dropdown button.selected,dd-catalog-ref-list .article .prices-and-quantity .quantity .dropdown button.selected{background:var(--gray10)}dd-catalog-ref-list .ref .prices-and-quantity .quantity .dropdown button:not(:first-child),dd-catalog-ref-list .article .prices-and-quantity .quantity .dropdown button:not(:first-child){border-top:1px var(--gray15) solid}dd-catalog-ref-list .ref .add-to-cart,dd-catalog-ref-list .article .add-to-cart{display:flex;align-items:center;justify-content:center;background:var(--ddcompany-color);color:var(--light);border-radius:5px;font-size:19px;min-width:50px;width:50px;height:50px;grid-area:cart;align-self:flex-end}@media screen and (max-width: 576px){dd-catalog-ref-list .ref .add-to-cart,dd-catalog-ref-list .article .add-to-cart{margin-top:auto}}#print-page-to-pdf-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}@supports(backdrop-filter: blur(15px)){#print-page-to-pdf-popup{backdrop-filter:blur(15px)}}#print-page-to-pdf-popup .popup{overflow:hidden;border-radius:10px;background:var(--white);box-shadow:#000 0 0 20px -15px;max-height:calc(100vh - 40px);max-width:calc(100vw - 40px)}#print-page-to-pdf-popup .popup .header{display:flex;justify-content:flex-end;align-items:center;padding:5px 5px 5px 15px;border-bottom:1px rgba(0,0,0,.3) solid}#print-page-to-pdf-popup .popup .header .title{margin-right:auto;font-size:1.1rem}#print-page-to-pdf-popup .popup .header .close{width:30px;height:30px;margin-left:30px;border-radius:50px;transition:background-color .25s}#print-page-to-pdf-popup .popup .header .close:hover:not(:active){background-color:rgba(0,0,0,.15)}#print-page-to-pdf-popup .popup .header .close:active{transition:none}#print-page-to-pdf-popup .popup main{overflow:auto}#print-page-to-pdf-popup .popup .footer:is(button){font-size:1.1rem;color:var(--light);background:var(--primary-color)}#print-page-to-pdf-popup>.popup .header{border-bottom:unset}#print-page-to-pdf-popup>.popup .main{display:flex;gap:20px;padding:10px}#print-page-to-pdf-popup>.popup .main .illustration{object-fit:cover;width:350px;height:500px;border-radius:10px}#print-page-to-pdf-popup>.popup .main .instructions{display:flex;flex-direction:column}#print-page-to-pdf-popup>.popup .main .instructions p{white-space:normal;width:400px;margin-top:20px;line-height:1.3;font-size:1rem}#print-page-to-pdf-popup>.popup .main .instructions p br{margin-bottom:10px}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer .dont-display-again{padding:3px 7px;border-radius:3px;cursor:pointer;transition:background .15s}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer .dont-display-again:hover:not(:active){background:var(--gray05)}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer .dont-display-again:active{transition:none}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer .dont-display-again input{margin-right:4px}#print-page-to-pdf-popup>.popup .main .instructions .fake-footer button{padding:8px 12px;border-radius:5px;color:var(--light);background-color:var(--ddcompany-color)}#stock-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}@supports(backdrop-filter: blur(15px)){#stock-popup{backdrop-filter:blur(15px)}}#stock-popup .popup{overflow:hidden;border-radius:10px;background:var(--white);box-shadow:#000 0 0 20px -15px;max-height:calc(100vh - 40px);max-width:calc(100vw - 40px)}#stock-popup .popup .header{display:flex;justify-content:flex-end;align-items:center;padding:5px 5px 5px 15px;border-bottom:1px rgba(0,0,0,.3) solid}#stock-popup .popup .header .title{margin-right:auto;font-size:1.1rem}#stock-popup .popup .header .close{width:30px;height:30px;margin-left:30px;border-radius:50px;transition:background-color .25s}#stock-popup .popup .header .close:hover:not(:active){background-color:rgba(0,0,0,.15)}#stock-popup .popup .header .close:active{transition:none}#stock-popup .popup main{overflow:auto}#stock-popup .popup .footer:is(button){font-size:1.1rem;color:var(--light);background:var(--primary-color)}#stock-popup>.popup .header{border-bottom-color:var(--gray05)}#stock-popup>.popup .main{overflow:auto;width:350px;max-height:50vh}#stock-popup>.popup .main .article{overflow:hidden;text-overflow:ellipsis;padding:10px 15px;background:var(--gray05)}#stock-popup>.popup .main .article .separator:is(:first-child,:last-child){display:none}#stock-popup>.popup .main .info{display:flex;flex-direction:column;white-space:normal;padding:10px 15px 15px 15px;line-height:1.4}#stock-popup>.popup .main .info .section>:first-child{margin-top:10px}#stock-popup>.popup .main .info .restocking-quantity-note{line-height:1;color:var(--gray70)}#stock-popup>.popup .main .note{white-space:normal;color:var(--gray70);padding:10px 15px 15px 15px;font-size:.9rem;font-style:italic}@media(min-width: 577px){main{--current-main-width: 1340px;padding-left:20px;padding-right:20px}}main>h2{white-space:normal;font-family:"Inter",sans-serif;text-align:center;font-size:1.2rem;font-weight:bold;margin-top:60px;border-top:1px var(--gray15) solid;padding-top:30px;margin-bottom:30px}main #ariane-wire{display:flex;align-items:center;flex-grow:1;gap:6px;font-size:.9rem;flex-wrap:wrap;margin-top:18px;font-size:.9rem;color:var(--gray80)}@media screen and (max-width: 576px){main #ariane-wire{-ms-overflow-style:none;scrollbar-width:none;position:fixed;top:50px;flex-wrap:unset;left:0;z-index:9;display:flex;flex-direction:row-reverse;overflow:auto;width:100%;max-width:100vw;height:30px;margin:unset;padding:0 20px;border-bottom:1px var(--gray15) solid;background-color:var(--gray05)}main #ariane-wire::-webkit-scrollbar{display:none}body main{padding-top:30px}}main #ariane-wire .chevron{margin-top:1px}main #ariane-wire a{text-decoration:rgba(0,0,0,0) underline;color:inherit;transition:text-decoration-color .15s}main #ariane-wire a:hover:not(:active){text-decoration-color:unset}main #ariane-wire a:active{transition:none}main #title{white-space:normal;font-size:1.5rem;margin-top:50px}@media screen and (max-width: 576px){main #title{margin:unset;padding:10px;font-size:1.2rem}}main #title .favorite{border-radius:50%;color:var(--gray20);transition:color .4s;margin-right:5px;font-size:.9em;vertical-align:middle;margin-bottom:.4em}main #title .favorite.removing{animation:fade-in .75s .25s infinite linear alternate;--primary-color:var(--gray20)}main #title .favorite.removing.success{animation:favorite-success .4s ease-out reverse}main #title .favorite.adding{animation:fade-in .75s .25s infinite linear alternate;--primary-color:var(--yellow)}main #title .favorite.adding.success{animation:favorite-success .4s ease-out}main #title .favorite.active{color:var(--yellow)}main #title .favorite i{font-size:18px}main #title h1{display:contents}main #title h1 .code{user-select:all}main #title h1 .separator{color:var(--gray70)}main #marketing-tags{margin-top:5px}main #marketing-tags:empty{display:none}main #marketing-tags span{display:inline-block;margin-right:10px;padding:7px 12px;background:teal;color:var(--light);border-radius:5px}main #marketing-tags span.cleanroom{background:var(--light);color:var(--dark)}@media(prefers-color-scheme: light){main #marketing-tags span.cleanroom{border:1.5px var(--black) solid}}main #marketing-tags span.best-seller{color:var(--light);background-color:var(--green)}main #marketing-tags span.made-in-europe{background:#039}@media(prefers-color-scheme: dark){main #marketing-tags span.made-in-europe{box-shadow:0 0 4px rgba(255,204,0,.15) inset}}main #marketing-tags span.our-selection{color:var(--light);background-color:var(--ourselection-color)}main #marketing-tags span.novelty{color:var(--light);background:var(--red)}main #article{margin-top:15px;padding:9px 12px;border:1px var(--gray15) solid;border-radius:5px;display:flex;flex-wrap:wrap;gap:15px}main #article #gallery{display:flex;flex-direction:column;align-items:center;gap:3px}main #article #gallery #article-image{border-radius:3px;max-width:400px;max-height:325px}main #article #gallery .slider{display:flex;align-items:center;gap:3px}main #article #gallery .slider img{border-radius:3px;max-height:75px;max-width:125px}main #article .right{display:flex;flex-direction:column;position:relative;flex-grow:1}main #article .right #export-to-pdf{position:absolute;top:0;right:0;font-size:25px;color:var(--gray40);margin-bottom:auto;transition:color .5s}main #article .right #export-to-pdf:hover:not(:active){color:red}main #article .right #export-to-pdf:active{transition:none}main #article .right #info{line-height:1.6;white-space:normal}main #article .right #info .stock{--primary-color:var(--gray15);display:flex;align-items:center;border-radius:5px;background-color:var(--primary-color);position:relative;--background: var(--primary-color);cursor:default;width:min-content;padding:7px 20px;margin-top:10px;white-space:nowrap}main #article .right #info .stock .tooltip,main #article .right #info .stock i{display:none}main #article .right #info .stock i{margin-left:5px}main #article .right #info .stock.loading .value::after{content:"...";display:inline;letter-spacing:4px;animation:fade-in .75s alternate infinite linear}main #article .right #info .stock:is(.no-details,[data-enabled=false]){cursor:default}main #article .right #info .stock:is(.no-details,[data-enabled=false]) .tooltip,main #article .right #info .stock:is(.no-details,[data-enabled=false]) i{display:none}main #article .right #info .stock:hover .tooltip{animation:tooltipFadein .35s forwards}main #article .right #info .stock.en-stock,main #article .right #info .stock.in-stock{--primary-color:var(--green);color:var(--light)}main #article .right #info .stock.arrivage-en-cours,main #article .right #info .stock.restocking{color:var(--light);--primary-color:var(--orange)}main #article .right #info .stock.has-popup{cursor:pointer}main #article .right #info .stock-hidden{opacity:.7}main #article .right #info .stock-hidden a{margin-left:4px;text-decoration:rgba(0,0,0,0) underline;color:var(--primary-color);transition:text-decoration-color .15s}main #article .right #info .stock-hidden a:hover:not(:active){text-decoration-color:unset}main #article .right #info .stock-hidden a:active{transition:none}main #article .right #info .additional-fees{margin-top:10px}main #article .right #info .additional-fees i{margin-right:7px;border-radius:5px;padding:5px;background:var(--blue);color:var(--light)}main #article .right #info .additional-fees .price{display:inline;font-weight:bold;margin-left:4px}main #article .right #info .additional-fees .price.striked{font-weight:normal;opacity:.7;font-size:.9em;text-decoration:line-through}main #article .right #info .additional-fees .price.discount{color:var(--green)}main #article .right #info .additional-fees .price.nc{opacity:.7}main #article .right #actions{display:flex;flex-direction:column;align-items:end;margin-top:auto}main #article .right #actions .prices-container{display:flex;align-items:end;gap:10px;margin-top:50px}main #article .right #actions .prices-container .prices-notice{cursor:default;color:var(--gray30);margin-bottom:3px;position:relative;font-size:20px}main #article .right #actions .prices-container .prices-notice:hover .tooltip{animation:tooltipFadein .35s forwards}main #article .right #actions .prices-container .prices{text-align:right;font-size:30px}main #article .right #actions .prices-container .prices .loader{letter-spacing:7.5px;opacity:.5;animation:fade-in 1s alternate infinite linear}main #article .right #actions .prices-container .prices .striked{opacity:.33;text-decoration:line-through}@supports(-moz-user-focus: initial){main #article .right #actions .prices-container .prices .striked::before,main #article .right #actions .prices-container .prices .striked::after{content:"-";display:inline;font-size:.2em;color:rgba(0,0,0,0);text-decoration-color:inherit}}main #article .right #actions .prices-container .prices .discount{color:var(--green)}main #article .right #actions .prices-container .prices .error{opacity:.66}main #article .right #actions .prices-container .prices .striked{font-size:.8em}main #article .right #actions .add-to-cart-area{display:flex;height:43px;margin-top:10px;font-family:"Inter",sans-serif}main #article .right #actions .add-to-cart-area .input-container.with-dropdown{width:60px;margin-right:10px}@media screen and (max-width: 576px){main #article .right #actions .add-to-cart-area .input-container.with-dropdown{display:none}}main #article .right #actions .add-to-cart-area .input-container.with-dropdown input{background:var(--gray10);border-radius:5px;height:100%;text-align:center;transition:background .15s}main #article .right #actions .add-to-cart-area .input-container.with-dropdown input:hover:not(:active){background:var(--gray15)}main #article .right #actions .add-to-cart-area .input-container.with-dropdown input:active{transition:none}main #article .right #actions .add-to-cart-area .input-container.with-dropdown .dropdown{margin-top:5px;border-radius:5px;border:2px var(--gray20) solid;background:var(--white);font-size:1rem;box-shadow:#000 0 0 30px -20px}main #article .right #actions .add-to-cart-area .input-container.with-dropdown .dropdown button{height:35px;text-align:center;transition:background-color .25s}main #article .right #actions .add-to-cart-area .input-container.with-dropdown .dropdown button.selected{background:var(--gray10)}main #article .right #actions .add-to-cart-area .input-container.with-dropdown .dropdown button:not(:first-child){border-top:1px var(--gray15) solid}main #article .right #actions .add-to-cart-area #main-add-to-cart{color:var(--light);background:var(--ddcompany-color)}main #article .right #actions .add-to-cart-area #main-add-to-cart:disabled{opacity:.25}main .illustration{pointer-events:none;height:150%;width:var(--current-main-width);opacity:.1;position:absolute;left:0;top:-10px;transform:rotateZ(-1deg)}main .illustration::before{content:"";position:absolute;left:0;top:0;bottom:0;background:linear-gradient(70deg, var(--background), transparent 35%, rgba(0, 0, 0, 0.02) 75%);z-index:1;width:100%}main .illustration rect{width:var(--current-main-width);height:100%;transform:scale(1.3)}main .ugap-link{display:flex;gap:10px;white-space:normal;align-items:center;border-radius:5px;transition:background .25s,border-color .25s;border:2px var(--gray05) solid;margin-top:10px}main .ugap-link:hover:not(:active){background:var(--gray05);border-color:#d20a11}main .ugap-link img{height:40px;width:40px;margin:10px}main .banner{min-height:50px;border-radius:5px;color:var(--light);margin-top:10px;display:flex;align-items:center;padding-left:22px;font-family:"Inter",sans-serif;position:relative;overflow:hidden;--background: var(--dark);background:var(--background);border:1px solid rgba(255,255,255,.1)}main .banner>:not(.illustration){position:relative;z-index:2}main .banner .label{font-weight:bold;text-transform:uppercase;margin-right:25px}main .banner .separator{margin:0 5px;opacity:.5}main .banner a.contact{text-decoration:rgba(0,0,0,0) underline;color:inherit;transition:text-decoration-color .15s}main .banner a.contact:hover:not(:active){text-decoration-color:unset}main .banner a.contact:active{transition:none}main .banner.promo{--background: var(--green)}main .banner.gogreen{--background: var(--gogreen-color)}main .banner.gogreen .condition{font-size:.9em}main .banner.gogreen .condition .message{display:block;margin-bottom:3px}main .banner.gogreen .condition>:is(i,.rating)+.rating{margin-left:12px}main .banner.gogreen .condition>i{margin-right:3px}main .banner.ddstock{--background: #ceaf52}@media(prefers-color-scheme: dark){main .banner.ddstock{--background: #917932}}main .banner.ddstock .illustration svg{top:-8px}main .banner.leasing{--background: var(--leasing-color)}main .banner.leasing .illustration svg{top:-4px}main .banner.ddgriff{background:var(--blue)}main .banner.catalog{background:var(--gray05);color:var(--black);padding:5px 5px 5px 22px;display:flex;flex-wrap:wrap}main .banner.catalog a{padding:8px 12px;margin-right:10px;border-radius:5px;transition:background .15s}main .banner.catalog a:hover:not(:active){background:var(--gray10)}main .banner.catalog a:active{transition:none}main .banner.catalog a i{margin-right:5px}main .banner#return-terms{background:var(--white);border:unset;color:var(--black);margin-top:15px;margin-bottom:5px}main .banner#return-terms a{margin-left:5px;text-decoration:underline var(--gray50);transition:text-decoration-color .15s}main .banner#return-terms a:hover:not(:active){text-decoration-color:var(--black)}main .banner#return-terms a:active{transition:none}main dd-accordion-container.promo{--padding-start: 7px;--padding-end: 7px;padding-left:10px;padding-right:10px;background:var(--gray10);margin-top:5px;border-radius:5px;background:var(--green);--background: var(--green);color:var(--light)}main dd-accordion-container.promo a{position:relative;z-index:2;display:block;width:max-content;white-space:normal;margin-bottom:5px;text-decoration:rgba(0,0,0,0) underline;color:inherit;transition:text-decoration-color .15s}main dd-accordion-container.promo a:hover:not(:active){text-decoration-color:unset}main dd-accordion-container.promo a:active{transition:none}main #description{white-space:normal;line-height:1.3;margin:10px 0;padding:10px 12px;border-radius:5px;background:var(--gray05)}main #description>:first-child{margin-top:0}main #description h1{font-size:2.4rem;margin:20px 0}main #description strong{font-weight:bold}main #description h2{font-size:1.8rem;margin:20px 0}main #description h3{font-size:1.5rem;margin:15px 0}main #description br{display:none}main #description ul{list-style:unset}main #description ul li{margin-left:40px}main .notes{display:contents}main .notes>*{position:relative;margin-top:5px;padding:10px 12px;margin-left:10px;background:var(--gray05);border-radius:5px;white-space:normal;display:block}main .notes>*::before{position:absolute;content:"";display:block;top:0;left:-10px;bottom:0;width:5px;background:var(--color);border-radius:5px}main .notes>*:is(a){transition:background .15s}main .notes>*:is(a):hover:not(:active){background:var(--gray10)}main .notes>*:is(a):active{transition:none}main .notes>* a{margin-left:10px;text-decoration:rgba(0,0,0,0) underline;color:var(--color);transition:text-decoration-color .15s}main .notes>* a:hover:not(:active){text-decoration-color:unset}main .notes>* a:active{transition:none}main .notes>.warn{--color: var(--orange)}main .notes>.info{--color: var(--ddcompany-color)}main .notes .legal-notice{--color: var(--red)}main .notes .info-compl{--color: var(--gogreen-color);margin-top:20px;margin-bottom:-20px}main .notes .info-compl .label{color:var(--color)}main #technical-data{display:grid;flex-grow:1;grid-template-columns:min-content 1fr;gap:2px 0;height:min-content;margin-top:20px}main #technical-data:empty{display:none}@media screen and (max-width: 576px){main #technical-data{padding:0 10px}}main #technical-data .entry{display:contents}main #technical-data .entry:nth-child(2n)>*{background-color:var(--gray05)}main #technical-data .entry>*{padding:4px 8px}main #technical-data .entry>:first-child{border-radius:3px 0 0 3px}main #technical-data .entry>:last-child{border-radius:0 3px 3px 0;white-space:normal}main .tab-bar{display:flex;background:var(--gray10);border-radius:22.5px;padding:5px;flex-wrap:wrap;width:fit-content;align-self:center;gap:10px;justify-content:center;margin:0 auto 25px auto}@media screen and (max-width: 576px){main .tab-bar{gap:3px;margin-left:10px;margin-right:10px}}main .tab-bar dd-tab-button{height:35px;border-radius:1000px;transition:background-color .25s,color .25s;padding:0 15px}@media screen and (max-width: 576px){main .tab-bar dd-tab-button{flex-grow:1}}main .tab-bar dd-tab-button:hover{background:var(--gray05)}main .tab-bar dd-tab-button[dd-open]{background:var(--primary-color);color:var(--light)}@media screen and (max-width: 576px){main .tab-bar{margin:0 10px 25px 10px}}main .tab-bar .accessories{font-style:italic}main .article-group .description{font-size:1.05rem;color:var(--gray80);text-align:left;white-space:normal;margin:0 auto;width:fit-content}main .article-group dd-catalog-ref-list{padding-top:25px}main .article-group a.see-more{background:var(--ddcompany-color);color:var(--light);border-radius:1000px;line-height:35px;padding:0 20px;display:block;margin:50px auto 0 auto;width:min-content}main #videos{margin-top:20px;display:grid;grid-template-columns:repeat(3, 32%);grid-auto-rows:250px;grid-gap:calc(var(--current-main-width) * 0.02)}main #videos:emtpy{display:none}@media screen and (max-width: 576px){main #videos{grid-auto-columns:1fr;padding:0 10px}}main #videos .video-container{display:flex;flex-direction:column;background-color:var(--gray05);border-radius:10px}main #videos .video-container iframe{border-radius:10px;flex-grow:1;border:none}main #videos .video-container .source{overflow:hidden;text-overflow:ellipsis;height:20px;text-align:center;font-size:.9rem}main #suggested-categories{display:flex;flex-wrap:wrap;gap:9px;align-items:center;justify-content:center}@media screen and (max-width: 576px){main #suggested-categories{padding:7px 5px;justify-content:stretch}main #suggested-categories>*{flex-grow:1}}main #suggested-categories a{line-height:27px;padding:0 14px;border-radius:9999px;font-size:.9em;border:1px var(--gray15) solid;transition:background .15s}main #suggested-categories a:hover:not(:active){background:var(--gray05)}main #suggested-categories a:active{transition:none}main .file{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:5px;margin-top:7px;white-space:normal;transition:background .15s}main .file:hover:not(:active){background:var(--gray10)}main .file:active{transition:none}main .file .language{height:18px;margin:0 5px;text-transform:uppercase}main .file i{font-size:20px}main .file.contact-us i{margin-right:5px}main #stock-notice{white-space:normal;font-size:.85rem;color:var(--gray70);margin-top:80px;margin-bottom:20px}
