.product__grid {
  width  : 100%;
  margin : 0 auto;
}

.breadcrumb.container-primary {
  max-width : var(--container-secondary-max-width);
}

/********************
	Part - Product Images
********************/
.product__images__wrapper {
  position : relative;
  padding  : 20px 0;
}

.product-cover picture {
  height      : 100%;
  display     : flex;
  align-items : center;
}

.product-cover img {
  width          : 100%;
  height         : 100%;
  max-width      : 640px;
  max-height     : 480px;
  mix-blend-mode : darken;
}

.zoom-img.zoomed picture {
  opacity : 0;
}

/********************
Part - Product main infos
********************/
.product__main-infos__wrapper .product__main-infos {
  position      : -webkit-sticky;
  position      : sticky;
  top           : 110px;
  background    : white;
  padding       : 35px 40px 15px;
  margin        : 20px 0;
  border-radius : 7px;
  border        : 2px solid var(--color-secondary);
}

/********************
	Part - Product flags
********************/
.product__images__wrapper .product-flags {
  position : absolute;
  top      : 0;
  right    : 0;
  z-index  : 5;
}

.product-flag {
  color          : #DF6373;
  font-size      : 15.655px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 15.655px;
  background     : var(--color-white-default);
  box-shadow     : none;
  border-radius  : 50px;
  text-transform : initial;
  display        : flex;
  align-items    : center;
  gap            : 5px;
  margin-right   : 10px;
  margin-top     : 10px;
}

.product-flag.in-stock {
  color : #07B18F;
}

/********************
	Part - Product cover
********************/
.product-cover {
  position      : relative;
  background    : #E6EDF2;
  border-radius : 10px;
  overflow      : hidden;
}

/********************
	Part - Product thumbs Images
********************/
.product__thumbnails:not(.product__thumbnails__slider) {
  display  : grid;
  grid-gap : 15px;
}

.images-container .thumb-container {
  text-align    : center;
  background    : #E6EDF2;
  border-radius : 7px;
  margin-bottom : 10px;
}

.product__thumbnails .thumb {
  border        : 1px solid transparent;
  cursor        : pointer;
  margin        : 0 auto;
  max-width     : 175px;
  width         : 175px;
  min-width     : 175px;
  border-radius : 7px;
}

.product__thumbnails picture {
  mix-blend-mode : darken;
}

.product__thumbnails .thumb.selected {
  border : 1px solid #B5C3D3;
}

/********************
	Part - Product description short
********************/
#product-description-short {
  color : var(--color-grey-font-default);
}

/********************
	Part - Product information
********************/
.product-information {
  font-size : var(--font-size-300);
  color     : var(--color-grey-font-default)
}

.product-information .manufacturer-logo {
  height : 35px
}

.product-information .product-description img {
  max-width : 100%;
  height    : auto
}

/********************
	Part - Product availability
********************/
#product-availability {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 600;
  line-height : 180%;
  display     : flex;
  align-items : stretch;
  gap         : 7px;
}

#product-availability .material-icons {
  line-height : inherit;
}

#product-availability .product-available {
  color : #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  color : #ff9a52;
}

/********************
	Part - Product details
********************/
#product-details .label {
  font-size   : 1rem;
  color       : var(--color-black-default);
  font-weight : 700
}

/********************
	Part - Product features
********************/
.product-features {
  margin-top  : 1.25rem;
  margin-left : .3125rem
}

.product-features > dl.data-sheet {
  display     : flex;
  flex-wrap   : wrap;
  align-items : stretch
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  flex           : 1 0 40%;
  font-weight    : 400;
  background     : var(--color-grey-default);
  padding        : .625rem;
  margin-right   : .625rem;
  min-height     : 2.5rem;
  word-break     : normal;
  text-transform : capitalize;
  margin-bottom  : .5rem
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background : #f6f6f6
}

/********************
	Part - Product variants
********************/
.product-variants > .product-variants-item {
  margin-top : 1.25rem;
}

.product-variants > .product-variants-item select {
  background-color : #fff;
  width            : auto;
  padding-right    : 1.875rem;
  box-shadow       : 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.product-variants > .product-variants-item ul li {
  margin-right : 10px;
}

.product-variants > .product-variants-item .color {
  margin-left : 0;
  margin-top  : 0
}

.product-variants label {
  margin : 0;
}

.product-variants .radio-label {
  border-radius : 7px;
  border        : 2px solid #BCCAD6;
  box-shadow    : none;
  color         : var(--color-primary);
  text-align    : center;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  opacity       : 0.7;
  padding       : 10px 20px 11px;
}

.product-variants .input-color:checked + span, .product-variants .input-color:hover + span, .product-variants .input-radio:checked + span, .product-variants .input-radio:hover + span {
  border  : 2px solid var(--color-secondary);
  opacity : 1;
  color   : var(--color-secondary);
}

/********************
	Part - Product prices
********************/
.product-prices {
  padding     : 10px 0;
  display     : flex;
  align-items : flex-end;
  gap         : 12px;
}

.product__main-infos--unit-price .product-price {
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  gap             : 5px;
}

.product__main-infos--unit-price .product-unit-price.sub {
  color       : var(--color-primary);
  font-style  : normal;
  line-height : normal;
  font-size   : 13px;
  font-weight : 500;
}

.product__main-infos--unit-price.with-discounts .product-unit-price.sub {
  color : #00C398;
}

.product-quantity-wrapper {
  display     : flex;
  align-items : center;
  gap         : 10px;
}

/********************
	Part - Product price
********************/

.product__main-infos .product-price__current-price {
  display     : inline-block;
  color       : var(--color-primary);
  font-size   : var(--font-size-1000);
  line-height : normal;
  font-weight : 700;
}

.product__main-infos .product-with-discount {
  display        : flex;
  flex-direction : column;
  margin-top     : 5px;
  grid-column    : 1/-1;
}

.product__main-infos .product-with-discount_text {
  color       : #000;
  font-size   : 14px;
  font-style  : normal;
  font-weight : 500;
  line-height : normal;
  opacity     : 0.3;
}

.product__main-infos .product-with-discount .discount-product {
  color       : #00C398;
  font-size   : 14px;
  font-style  : normal;
  font-weight : 500;
  line-height : normal;
}

.product__main-infos .product-with-discount_container {
  display         : flex;
  justify-content : center;
  gap             : 7px;
}

.product-price__additional-info {
  display     : flex;
  gap         : 8px;
  align-items : center;
}

/********************
  Part - Product unit price
********************/
.product-unit-price {
  font-size     : .8125rem;
  margin-bottom : 0
}

/********************
	Part - Product discount
********************/

.product-discount .discount {
  background     : var(--color-secondary);
  color          : var(--color-white-default);
  font-weight    : 600;
  padding        : .3125rem .625rem;
  font-size      : var(--font-size-300);
  text-transform : uppercase;
  display        : inline-block
}

.product-discount .regular-price {
  color                : #A0ADB4;
  font-size            : 13px;
  font-style           : normal;
  font-weight          : 500;
  line-height          : normal;
  text-decoration-line : line-through;
}

.product-discount .discount-percentage {
  position      : absolute;
  z-index       : 2;
  top           : 35px;
  right         : 15px;
  display       : flex;
  align-items   : center;
  border-radius : 50%;
  width         : 3em;
  height        : 3em;
}

.images-container .discount {
  position        : absolute;
  left            : 10px;
  top             : 10px;
  display         : flex;
  justify-content : center;
  align-items     : center;
  background      : var(--color-secondary);
  color           : var(--color-white-default);
  z-index         : 1;
  border-radius   : 5px;
  background      : #00C398;
  padding         : 5px 10px;
  text-align      : center;
  font-size       : 15px;
  font-style      : normal;
  font-weight     : 700;
  line-height     : normal;
  text-transform  : uppercase;
}

/********************
	Part - Product thumb-mask (pack product)
********************/
.thumb-mask > .mask {
  position : relative;
  width    : 3.438rem;
  height   : 3.438rem;
  overflow : hidden;
  border   : 1px solid var(--color-grey-default);
  margin   : .625rem 0
}

.thumb-mask > .mask img {
  width  : 55px;
  height : 55px
}

/********************
	Part - Product block reassurance
********************/

#block-reassurance {
  margin-top : 1rem
}

#block-reassurance ul {
  display         : flex;
  flex-direction  : column;
  align-items     : center;
  justify-content : space-between;
}

#block-reassurance img {
  width        : 1.563rem;
  margin-right : .625rem
}

#block-reassurance li .block-reassurance-item {
  padding : 1rem 1.5rem
}

#product #block-reassurance span {
  font-weight : 700
}

/********************
Product more info
********************/

.product__more-infos ul.nav-tabs {
  display       : flex;
  border-bottom : none;
  margin-bottom : 1em;
}

.product__more-infos .nav-item .nav-link {
  transition : all 0.35s ease-in-out;
}

.product__more-infos .nav-item .nav-link:hover {
  color : var(--color-primary);
}

.product__more-infos .nav-item .nav-link.active {
  background    : var(--color-primary);
  color         : #fff;
  border        : 1px solid var(--color-primary);
  border-radius : 5px;
  transition    : all 0.35s ease-in-out;
}

.product__more-infos .nav-item .nav-link.active:hover {
  background : var(--color-primary-50);
  border     : 1px solid var(--color-primary-50);
}

.product__more-infos .nav-tabs .nav-link:focus,
.product__more-infos .nav-tabs .nav-link:hover {
  border-color : transparent;
}

.product__more-infos .tab-content {
  background    : #fff;
  box-shadow    : rgba(149, 157, 165, 0.2) 0 3px 27px;
  border-radius : 10px;
  padding       : calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product__thumbnails .swiper-slide {
  height : auto !important;
  width  : auto !important;
}

.images-container.thumb--is-on-left .product__thumbnails:not(.swiper) .swiper-wrapper {
  flex-direction : column;
}

.product-thumbnails-slider__btns {
  display         : flex;
  justify-content : center;
  align-items     : center;
}

.product-thumbnails-slider__btn {
  padding     : 5px;
  margin      : 5px;
  display     : flex;
  align-items : center;
}

.images-container:not(.thumb--is-on-left) .product-thumbnails-button-prev {
  transform : rotate(180deg);
}

.images-container.thumb--is-on-left .product-thumbnails-button-prev {
  transform : rotate(-90deg);
}

.images-container.thumb--is-on-left .product-thumbnails-button-next {
  transform : rotate(90deg);
}

.slider-imgs-product__wrapper {
  display        : flex;
  align-items    : center;
  flex-direction : column;
  position       : relative;
}

.images-container.thumb--is-on-left .product__thumbnails {
  padding : 2px 0;
}

.images-container:not(.thumb--is-on-left) .product__thumbnails {
  padding : 0 2px;
}

.images-container .product__thumbnails {
  overflow : hidden;
}

/********************
  Part - Product Information
********************/

.product__main-infos h1 {
  color          : var(--color-primary);
  font-size      : 22px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : normal;
  margin         : 0;
  text-transform : initial;
}

.divided-format__price, .product-without-supplier {
  color       : var(--color-secondary);
  font-size   : 20px;
  font-style  : normal;
  font-weight : 700;
  line-height : normal;
}

.--with-discount .divided-format__price {
  color : var(--color-secondary);
}

.product-total-regular-price .regular-price {
  color                : #2C3248;
  font-size            : 13px;
  font-style           : normal;
  font-weight          : 500;
  line-height          : normal;
  text-decoration-line : line-through;
  opacity              : 0.3;
}

.product__main-infos.with-discounts .discount-percentage-container.js-product-discount-flag {
  margin-bottom : 10px;
}

.product__main-infos.with-discounts .discount-percentage-container.js-product-discount-flag .discount {
  font-size               : 14px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
  text-transform          : uppercase;
  background              : linear-gradient(266deg, #2AD3D3 -2.39%, #0097B9 119.64%);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
  padding                 : 4px 8px;
  border-radius           : 100px;
  border                  : 1px solid #2AD3D3;
  margin-bottom           : 8px;
}

.product__description-short {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
}

.product-alma_container {
  padding       : 10px 0;
  background    : var(--color-grey-default);
  border-radius : 7px;
  color         : var(--color-primary);
  font-size     : 11px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
}

.product-add-to-cart__quantity-container {
  position              : relative;
  display               : grid;
  grid-template-columns : auto 1fr;
  gap                   : 10px;
  width                 : fit-content;
  align-items           : center;
}

.product-add-to-cart__quantity-container label {
  color         : var(--color-primary);
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  margin        : 0;
  grid-row      : 1;
  grid-column   : 1;
  text-align    : left;
  opacity       : 0.7;
  margin-bottom : 15px;
}

.product-add-to-cart__quantity {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : normal;
  margin      : 0;
  opacity     : 0.7;
}

.product-add-to-cart__quantity {
  grid-row    : 2;
  grid-column : 1;
}

.product-container_delivery-address {
  grid-row      : 1;
  grid-column   : 2;
  display       : flex;
  gap           : 7px;
  align-items   : flex-end;
  margin-bottom : 15px;
}

.product-container_zipcode {
  position : relative;
  width    : fit-content;
}

#product-delivery_address.form-control {
  border-radius : 7px;
  background    : var(--color-white-default);
  border        : 1px solid #BCCAD6;
  padding       : 12px 32px 11px 15px;
  max-width     : 250px;
}

#product #product-zipcode-form_communes {
  border        : 1px solid #BCCAD6;
  border-radius : 7px;
}

.product-delivery_address-action_btn {
  border-radius   : 7px;
  border          : 1px solid var(--color-secondary);
  width           : 45px;
  height          : 45px;
  background      : none;
  display         : flex;
  align-items     : center;
  justify-content : center;
  cursor          : pointer;
}

.product-delivery_address-action_svg {
  transition : all 0.3s ease-in-out;
  transform  : translateX(3px);
}

.product-delivery_address-action_btn:hover .product-delivery_address-action_svg {
  transform : translateX(5px);
}

.product-add-to-cart .product-quantity {
  grid-row    : 2;
  grid-column : 2;
}

.product-add-to-cart .product-quantity > * {
  opacity    : 0.7;
  transition : all 0.3s ease-in-out;
}

.product-add-to-cart .product-quantity > *:hover {
  opacity : 1;
}

.product-add-to-cart__quantity-container .svg-pen {
  position : absolute;
  right    : 17px;
  top      : 16px;
  cursor   : pointer;
}

.add-to-cart-text {
  margin      : 0;
  color       : var(--color-white-default);
  text-align  : center;
  font-size   : 15px;
  font-style  : normal;
  font-weight : 600;
  line-height : normal;
}

/* Animation - Sparks */

.product-add-to-cart .add {
  position : relative;
  display  : flex;
}

.product-add-to-cart .sparks--container {
  position       : absolute;
  top            : 0;
  right          : 0;
  height         : 100%;
  aspect-ratio   : 1;
  transform      : translate(90%, 0%);
  pointer-events : none;
}

.product-add-to-cart .sparks {
  position : relative;
}

.product-add-to-cart .sparks .spark {
  position         : absolute;
  color            : #2AD3D3;
  top              : 0;
  left             : 0;
  width            : 30px;
  height           : 5px;
  z-index          : 3;
  transform-origin : left center;
}

.is-pro .product-add-to-cart .sparks .spark {
  color : #C2D62E;
}

.product-add-to-cart .sparks .spark:nth-child(1) {
  transform            : rotate(-20deg) translate(0, 0) scale(0);
  animation            : spark-1 .80s ease-in-out;
  animation-play-state : paused;
  animation-delay      : .3s;
  top                  : 10px;
  left                 : 10px;
}

.product-add-to-cart .sparks .spark:nth-child(2) {
  transform            : rotate(-45deg) translate(0, 0) scale(0);
  animation            : spark-2 .80s ease-in-out;
  animation-play-state : paused;
  animation-delay      : .5s;
}

.product-add-to-cart .sparks .spark:nth-child(3) {
  transform            : rotate(-70deg) translate(0, 0) scale(0);
  animation            : spark-3 .80s ease-in-out;
  animation-play-state : paused;
  top                  : -5px;
  left                 : -10px;
}

.product-add-to-cart .add:hover .sparks .spark {
  animation-play-state      : running;
  animation-iteration-count : infinite;
}

@keyframes spark-1 {
  0%,
  100% {
    transform : rotate(-20deg) translate(0, 0) scale(0);
  }
  37% {
    transform : rotate(-20deg) translate(0, 0) scale(1);
  }

  75% {
    transform : rotate(-20deg) translate(100%, 0) scale(0);
  }
}

@keyframes spark-2 {
  0%,
  100% {
    transform : rotate(-45deg) translate(0, 0) scale(0);
  }
  37% {
    transform : rotate(-45deg) translate(0, 0) scale(1);
  }

  75% {
    transform : rotate(-45deg) translate(100%, 0) scale(0);
  }
}

@keyframes spark-3 {
  0%,
  100% {
    transform : rotate(-70deg) translate(0, 0) scale(0);
  }
  37% {
    transform : rotate(-70deg) translate(0, 0) scale(1);
  }

  75% {
    transform : rotate(-70deg) translate(100%, 0) scale(0);
  }
}

/* Animation - Sparks END */

.add-to-cart {
  padding : 18px 25px 19px;
}

.product__main-infos .discount-percentage {
  color          : var(--color-white-default);
  text-align     : center;
  font-size      : 15px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : normal;
  text-transform : uppercase;
  background     : #00C398;
  padding        : 4px 6px 4px 4px;
  border-radius  : 5px;
  grid-column    : 1;
  grid-row       : 4;
  width          : fit-content;
}

.js-mailalert .form-control {
  border-radius : 7px;
  background    : var(--color-white-default);
  border        : 1px solid #BCCAD6;
  padding       : 12px 32px 11px 15px;
  width         : 100%;
}

.js-mailalert-add.btn {
  padding         : 18px 25px 19px;
  width           : 100%;
  display         : flex;
  justify-content : center;
  gap             : 8px;
  align-items     : center;
  margin          : 0;
  color           : var(--color-white-default);
  text-align      : center;
  font-size       : 15px;
  font-style      : normal;
  font-weight     : 600;
  line-height     : normal;
  text-transform  : initial;
  background      : #9AB3BA;
  transition      : all 0.3s ease-in-out;
}

.js-mailalert-add.btn:hover {
  background : var(--color-secondary);
}

/*********************
 Part - Description, ...
 ********************/

.product__more-infos_container {
  grid-column : 2;
  grid-row    : 4;
}

.product__more-infos_container .product__more-infos_title, .livraison-description_container .h3 {
  color          : var(--color-primary);
  font-size      : 28px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : 42px;
  margin         : 35px 0 20px;
  text-transform : initial;
}

.product__more-infos_description, #livraison-description {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
  opacity     : 0.7;
}

.product__more-infos_description-container, .product__more-infos_details-container {
  padding-bottom : 55px;
  border-bottom  : 1px solid #C9D4E3;
}

.livraison-description_container {
  padding-bottom : 55px;
  border-bottom  : 1px solid #C9D4E3;
}

.product__more-infos_pricing-grid-container {
  padding-bottom : 55px;
  border-bottom  : 1px solid #C9D4E3;
}

.pricing-grid-table {
  width           : 100%;
  border-collapse : separate;
  border-spacing  : 0;
  border-radius   : 8px;
  overflow        : hidden;
  border          : 1px solid #C9D4E3;
}

.pricing-grid-table thead th {
  background     : var(--color-primary);
  color          : var(--color-white-default);
  font-size      : 14px;
  font-weight    : 600;
  padding        : 12px 20px;
  text-align     : left;
  text-transform : uppercase;
  letter-spacing : 0.03em;
}

.pricing-grid-table tbody tr {
  transition : background-color 0.15s ease;
}

.pricing-grid-table tbody tr:hover {
  background-color : rgba(0, 151, 185, 0.06);
}

.pricing-grid-table tbody tr:nth-child(even) {
  background-color : var(--color-grey-default);
}

.pricing-grid-table tbody tr:nth-child(even):hover {
  background-color : rgba(0, 151, 185, 0.1);
}

.pricing-grid-table tbody td {
  color       : var(--color-primary);
  font-size   : 15px;
  font-weight : 500;
  padding     : 12px 20px;
  border-top  : 1px solid #E8ECF1;
}

.pricing-grid-table tbody td:last-child {
  font-weight : 700;
  color       : var(--color-secondary);
}

.pricing-grid-table tbody tr:last-child td:last-child {
  color : var(--color-secondary);
}

.btn-pricing-grid {
  display         : inline-flex;
  align-items     : center;
  text-decoration : none;
  transition      : all 0.2s ease;
  cursor          : pointer;
  justify-content : center;
  gap             : 8px;
  font-size       : 14px;
  font-style      : normal;
  font-weight     : 500;
  line-height     : normal;
  color           : var(--color-primary);
  opacity         : 0.3;
}

.btn-pricing-grid:hover {
  opacity : 1;
}

.btn-pricing-grid:focus {
  color           : var(--color-primary);
  text-decoration : none;
  outline         : none;
  outline-offset  : 0;
}

.product__more-infos_details .data-sheet {
  display               : grid;
  grid-template-columns : auto 1fr;
  column-gap            : 50px;
}

.product__more-infos_details dt {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 700;
  line-height : 36px;
}

.product__more-infos_details dd {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 36px;
  opacity     : 0.7;
}

/********************
  Part - Product more infos
********************/

.product-more-infos {
  background : var(--color-white-default);
  position   : relative;
}

.product-more-infos_svg {
  position : absolute;
  bottom   : -55px;
  right    : 0;
}

.product-accessories {
  display        : flex;
  flex-direction : column;
  padding        : 90px 0 130px;
}

.product-accessories__header {
  display         : flex;
  align-items     : center;
  justify-content : space-between;
  padding-bottom  : 35px;
}

.product-accessories__header .h5 {
  color       : var(--color-primary);
  font-size   : 28px;
  font-style  : normal;
  font-weight : 700;
  line-height : 42px;
}

.product-accessories__tabs-arrow {
  display : flex;
  gap     : 15px;
}

.product-accessories__tabs-arrow .swiper-button {
  display         : flex;
  width           : 34px;
  height          : 34px;
  justify-content : center;
  align-items     : center;
  border          : 1px solid var(--color-grey-default);
  background      : var(--color-grey-default);
  border-radius   : 100%;
  transition      : all 0.35s ease-in-out;
  cursor          : pointer;
}

.product-accessories__tabs-arrow .swiper-button:hover {
  background : var(--color-secondary);
}

.product-accessories__tabs-arrow .swiper-button.product-accessories__tabs-swiper-button-prev svg {
  transform : rotate(180deg);
}

/****************************************
	Part - Reassurance - Product Page
****************************************/

.product-container .reassurance-section {
  background  : var(--color-white-default);
  grid-column : 2;
  grid-row    : 3;
  z-index     : 2;
}

.product-container .reassurance {
  background : var(--color-grey-default);
}

.product-container .reassurance-text_title, .product-container .reassurance-text {
  color : var(--color-primary);
}

/*.product-container .reassurance-group.container-tertiary {*/
/*  max-width             : 100%;*/
/*  grid-template-columns : repeat(auto-fit, minmax(230px, 1fr));*/
/*  padding               : 30px 0;*/
/*  column-gap            : 5px;*/
/*  row-gap               : 10px;*/
/*}*/

.product-container .reassurance-group .reassurance:nth-child(2) {
  display : none;
}

.product-container .reassurance-group {
  max-width             : 100%;
  grid-template-columns : repeat(auto-fit, minmax(230px, 1fr));
  padding               : 30px 0;
  column-gap            : 5px;
  row-gap               : 10px;
}

.product-container .reassurance-media .media-container {
  width  : 45px;
  height : 45px;
}

.product-container .reassurance {
  padding : 5px 15px 5px 8px;
  width   : initial;
}

.product-additional-info {
  padding-top : 10px;
}

.product__main-infos__wrapper .product-unavailable-message,
.product__main-infos__wrapper .product-restricted-message {
  margin-top : 15px;
}

.product-next-tier-banner {
  background    : linear-gradient(266deg, #2AD3D3 -2.39%, #0097B9 119.64%);
  color         : #fff;
  overflow      : hidden;
  position      : absolute;
  padding       : 8px 0;
  border-radius : 4px 4px 0 0;
  top           : 0;
  left          : 0;
  right         : 0;
}

.product-next-tier-banner__track {
  display   : flex;
  width     : max-content;
  animation : scrollTicker 15s linear infinite;
}

.product-next-tier-banner__content {
  display     : flex;
  align-items : center;
  gap         : 8px;
  padding     : 0 30px;
  white-space : nowrap;
  flex-shrink : 0;
}

.product-next-tier-banner__icon {
  display     : flex;
  align-items : center;
  flex-shrink : 0;
}

.product-next-tier-banner__icon svg {
  width  : 16px;
  height : 16px;
}

.product-next-tier-banner__text {
  font-size      : 14px;
  font-weight    : 500;
  letter-spacing : 0.02em;
}

.product-next-tier-banner_space {
  margin-bottom : 15px;
}

@keyframes scrollTicker {
  0% {
    transform : translateX(0);
  }
  100% {
    transform : translateX(-50%);
  }
}

.product-next-tier-banner:hover .product-next-tier-banner__track {
  animation-play-state : paused;
}

@media (max-width : 768px) {
  .product-next-tier-banner {
    padding       : 6px 0;
    margin-bottom : 10px;
  }

  .product-next-tier-banner__text {
    font-size : 12px;
  }

  .product-next-tier-banner__icon svg {
    width  : 14px;
    height : 14px;
  }
}
