/* Views/www_webpack/product/img_container/img_container_mobile.css */
/*.slider {*/
/*  display: flex;*/
/*  width: 100%;*/
/*  min-height: inherit;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: -moz-none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  touch-action: pan-y;*/
/*}*/
/*.slider-item {*/
/*  z-index: 2;*/
/*  transform: translateX(var(--transform));*/
/*  transition: transform 200ms cubic-bezier(0.5, -0.2, 0.5, 1.2);*/
/*  will-change: transform;*/
/*}*/
.product__img_container {
  display: flex;
  flex-direction: column;
}
.product__img_main {
  order: 1;
  overflow: hidden;
}
.product__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  aspect-ratio: 3 / 2;
}
.product__img_slider_container {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  order: 2;
  height: 70px;
}
.product__img_slider {
  display: flex;
  gap: 5px;
  height: 100%;
  overflow: hidden;
}
.product__img_slider .open_img {
  min-width: 80px;
  min-height: 80px;
}
.product__img_slider_button {
  min-width: 25px;
  height: 100%;
  background: var(--color-dark-grey);
  border-radius: 2px;
  cursor: pointer;
}
.product__img_slider_button:hover {
  background-color: var(--color-green-alpha);
}
.product__img_slider_button:hover .chevron {
  --color: var(--color-white);
}
.product__img_optional {
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--color-grey);
  border-radius: 4px;
}
.product__img_optional:hover,
.product__img_optional.active {
  padding: 2px;
  border: 2px solid var(--color-green);
  cursor: pointer;
}
.product__img_wrapper {
  position: relative;
  display: flex;
}
.product__img_wrapper img {
  transition: all 200ms;
}
.product__img_wrapper:hover img {
  transform: scale(1.02);
}
.product__img_wrapper:hover button {
  opacity: 1;
}
.product__img_wrapper:hover button svg {
  transform: scale(1);
}
.product__img__popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff3d;
  border-radius: 8px;
  opacity: 0;
  transition: all 200ms;
}
.product__img__popup svg {
  width: 45px;
  height: 45px;
  padding: 8px;
  background: #ffffffde;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 56%) 0 22px 70px 4px;
  transform: scale(0.2);
  transition: all 150ms;
}

/* Views/www_webpack/product/product_details/product_details.css */
[name=tovarVystavlen] {
  padding-right: 5px;
  font-weight: normal;
  font-size: 1em;
  background: none;
  border: none;
  all: revert;
}
[name=tovarVystavlen] option {
  padding: 0 5px;
}
.product_ended {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product_ended a {
  padding: 10px 20px;
  font-size: 1em;
  text-align: center;
}
.price_bonus_container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 10px;
}
.price_bonus {
  padding: 2px 5px;
  background: var(--color-grey);
  border-radius: 8px;
}
.product__details {
  grid-area: details;
}
.product__rating_container {
  display: flex;
  grid-area: rating;
  align-items: center;
  height: 100%;
}
.product_rating__count {
  padding: 0 10px;
  border-right: 1px solid black;
}
.review__link {
  margin-left: 10px;
  text-decoration: underline dotted;
  text-underline-position: under;
  cursor: pointer;
}
.product__price {
  font-size: clamp(1.5em, 2.5vw, 3em);
  line-height: 1;
  white-space: nowrap;
}
.product__old_price {
  color: var(--color-black);
  -webkit-text-decoration-color: var(--color-red);
  text-decoration-color: var(--color-red);
  text-decoration-thickness: 1.4px;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1;
  transform: translateY(-4px);
}
.price__sale_count {
  display: flex;
  padding: 2px 5px;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 8px;
}
.product__price_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  height: auto;
}
.product__price_container.sale .product__price {
  color: var(--color-red);
  font-size: clamp(2em, 3vw, 4em);
  line-height: 1;
}
.product__price_container.sale .product__old_price {
  display: flex;
  margin-bottom: auto;
  margin-left: 0.5em;
  color: var(--color-black);
  font-weight: 500;
  font-size: 1.1em;
}
.product__price_container.sale .price__sale_count {
  display: flex;
  margin-left: 1em;
  padding: 2px 5px;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 8px;
}
.product_price__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product__price_sale {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product__vygoda {
  bottom: -2px;
  color: var(--color-red);
  font-size: 0.9em;
  line-height: 1;
  white-space: nowrap;
}
.credit_details {
  display: inline-flex;
  gap: 3px;
  width: auto;
  margin-left: 1em;
  padding: 2px 0.5em;
  color: var(--color-black);
  background: #ffdd2d;
  border-radius: 8px;
}
.credit_details:hover {
  color: var(--color-black);
  background: #fcc521;
  cursor: pointer;
}
[data-credit-detail]::after {
  padding-left: 0.2em;
  font-size: 0.9em;
  content: attr(data-credit-detail);
}
.product__actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 40px 0 10px;
}
.big_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-weight: 600;
  transition: all 100ms;
}
.big_cart .icon {
  width: clamp(20px, 2vw, 27px);
  height: clamp(20px, 2vw, 27px);
  margin-left: 0.5em;
  fill: var(--color-white);
}
#bigCartName {
  pointer-events: none;
}
.product__count {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 14px 1fr 14px;
  width: 100px;
  padding: 3px 8px;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  border-radius: 4px;
  transform: translateX(100%);
  transition: all 100ms ease-in;
}
.product__count input {
  width: 100%;
  color: var(--color-white);
  text-align: center;
}
.product__count button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__count button::before {
  width: 14px;
  height: 2px;
  background: var(--color-border);
  content: "";
}
.product__count button.plus_button::after {
  position: absolute;
  width: 14px;
  height: 2px;
  background: var(--color-border);
  transform: rotate(90deg);
  content: "";
}
.product__count button:hover::before,
.product__count button:hover::after {
  background: var(--color-white);
}
.product__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  padding: 0.6em;
  overflow: hidden;
  background: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 8px;
  transition: all 200ms;
}

/* New CODE */
.product__one_click_block {
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.product__order_form {
    position: relative;
z-index: 3;
display: grid;
gap: 10px;
height: 300px;
padding: 20px;
background: var(--color-white);
border: 2px solid var(--color-border);
border-radius: 10px;
transform: translateY(-100%);
transition: all 200ms;
}

.product__order_form button {
width: 100%;
height: 40px;
margin-top: 20px;
color: var(--color-white);
text-align: center;
background-image: linear-gradient(90deg, #0eae57 0, #0c7475 41%, #0eae57 120%);
background-size: 200% auto;
border-radius: 8px;
transition: all 0.2s;
}

.product__one_click {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
/*  padding: 0.6em;*/
  overflow: hidden;
  background: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
  border-radius: 8px;
/*  border: 5px solid rgb(212.5, 212.5, 212.5);*/
  transition: all 500ms;
  
  button {
      border-radius: 4px;
      margin: 4px;
      height: 41px;
      background: white;
      color: #0c7475;
      
      .icon {
          stroke: #0c7475;
      }
  }
}

.product__one_click:hover {
    button {
        color: white;
        background: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
        
        .icon {
            stroke: white;
        }
    }
}

.product__order_form:hover {
    transform: translateY(0);
}

.product__one_click_block:hover {
    z-index: 2;
}

.product__one_click:hover ~ .product__one_click_block {
    z-index: 2;
    
    .product__order_form {
        transform: translateY(0);
    }
}

.product__one_click .one_click_text {
    font-size: clamp(1em, 1.2vw, 1.5em);
}

.one_click_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(163, 163, 163);
  font-weight: 600;
  transition: all 100ms;
}
.one_click_text .icon {
  width: clamp(20px, 2vw, 27px);
  height: clamp(20px, 2vw, 27px);
  margin-left: 0.5em;
/*  fill: var(--color-white);*/
}

/* End */

.product__submit.in-cart {
  background: grey;
}
.product__submit .big_cart {
  font-size: clamp(1em, 1.5vw, 1.5em);
}
.product__submit:hover {
  background-position: right center;
}
.product__submit:hover .big_cart {
  transform: translateX(-35px);
  cursor: pointer;
}
.product__submit:hover .product__count {
  transform: translateX(-10px);
}
.product__characteristics {
  margin-top: 10px;
  columns: 300px;
  column-gap: 20px;
}
.product__characteristics li {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  width: 100%;
  padding: 8px 0;
  font-size: clamp(0.9em, 2vw, 1.1em);
}
.product__characteristics li:nth-child(odd) {
  background: var(--color-grey);
}
.product__characteristics li edit {
  flex: 1;
  width: 100%;
  height: 100%;
}
.product__characteristics a {
  color: var(--color-green);
  font-weight: 500;
  font-size: 1em;
  text-decoration: underline;
}
.product__characteristics a:hover {
  text-decoration: none;
}
.product__profile {
  display: flex;
  gap: 8px;
}
.product__profile > span {
  display: flex;
}
.check_all__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.check_all_link {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: clamp(0.95em, 0.9vw, 1.2em);
  background: var(--color-dark-grey);
  border-radius: 8px;
  cursor: pointer;
}
.check_all_link__img {
  --size: clamp(60px, 3vw, 80px);
  width: var(--size);
  height: var(--size);
  margin-right: 10px;
  object-fit: contain;
  border-radius: 4px;
}
.product__amount {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(0.9em, 1vw, 1em);
}
[name=colorSelection] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  padding: 0.6em;
  font-weight: 600;
  font-size: clamp(1em, 1.5vw, 1.5em);
  background: var(--color-yellow);
  border-radius: 8px;
  cursor: pointer;
}
[name=colorSelection] span {
  pointer-events: none;
}
[name=colorSelection]:hover {
  background: #ffca54;
}
[name=colorSelection]::after {
  display: flex;
  width: 27px;
  height: 27px;
  margin-left: 0.5em;
  background-image: url(https://img.icons8.com/fluency-systems-regular/2x/paint-palette-with-brush.png);
  background-size: contain;
  content: "";
}
[name=productColor] {
  position: absolute;
  left: 10px;
  width: 15%;
  height: 80%;
  color: transparent;
  background-size: cover;
  border-radius: 8px;
}
.product_details__scheme {
  color: var(--color-green);
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
}
.product_scheme__popup {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 50px;
}
.product_scheme__popup embed {
  object-fit: contain;
}
.product_scheme__popup [name=closePopup] {
  width: 30px;
  height: 30px;
  background: var(--color-white);
}
.product_scheme__popup [name=closePopup]::before,
.product_scheme__popup [name=closePopup]::after {
  width: 80%;
}
.no_data {
  background: #dd888a47;
}
.product_details__scheme_add_container {
  display: flex;
  gap: 10px;
  width: 100%;
  height: auto;
}
.product_details__scheme_add_container object {
  flex: 1;
  width: 100%;
  height: 100%;
}
.product_details__scheme_add_container embed {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_details__scheme_add_container .no_data {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  border-radius: 10px;
}
.product_details__scheme_add {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: 2px dotted var(--color-green);
  border-radius: 10px;
}
.product_details__scheme_add [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: +1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.product_details__scheme_add [data-edit-file-element] {
  width: 100%;
  height: auto;
}
.product_details__scheme_add [data-edit-file-text] {
  font-size: 0.8em;
  text-align: center;
}
.product_details__scheme_add .icon {
  width: 60px;
  height: 60px;
  filter: drop-shadow(2px 4px 6px rgb(14 30 37/32%));
}
.product_details__scheme_add:hover .icon {
  transform: scale(1.02);
}
.product_details__scheme_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.product_details__video {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  border: 2px dashed var(--color-border);
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
  transition: all 200ms;
}
.product_details__video .icon {
  width: 45px;
  height: 45px;
}
.product_details__video:hover {
  border: 2px dashed var(--color-red);
  transform: scale(1.02);
}
.product_admin_vars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.product_admin_vars li {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 30px;
  white-space: nowrap;
}
.product_admin_vars span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#modifications {
  display: none;
  margin-bottom: 20px;
}
#modifications.active {
  display: block;
}

/* Views/www_webpack/product/product_info/product_info.css */
.product_info {
  grid-area: info;
  padding-top: 20px;
  overflow: hidden;
}
.product_info__menu {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product_info__title {
  font-weight: 600;
  font-size: 1em;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
}
.product_info__menu_item {
  padding: 10px 0;
}
.product_info__menu_item:hover,
.product_info__menu_item.active {
  border-bottom: 2px solid var(--color-green);
  cursor: pointer;
}
.product_info__menu_item[data-count] {
  position: relative;
}
.product_info__menu_item[data-count]::after {
  position: absolute;
  top: -5px;
  left: 100%;
  width: auto;
  height: auto;
  padding: 1px 5px;
  color: var(--color-white);
  font-size: 0.7em;
  background: var(--color-red);
  border-radius: 10px;
  content: attr(data-count);
}
.product_info__container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  transition: all 100ms;
}
.product_info__container .want_edit * {
  pointer-events: none;
}
.product_info__container .want_edit:hover::before {
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 5px);
}
.product_info__container .want_edit:hover::after {
  left: -1px;
}
.product_info__content {
  display: none;
  font-size: clamp(0.9em, 2vw, 1em);
}
.product_info__content_item {
  min-width: 100%;
  height: 0;
  padding: 0 1px;
  transition: all 100ms;
}
.product_info__content_item.active {
  height: auto;
}
.product_info__content_item.active .product_info__content {
  display: block;
}
.product_info__add_video {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-bottom: 20px;
}
.product_info__add_video .icon {
  width: auto;
  max-width: 35px;
  height: 70%;
  transform: translateX(-8px);
}
.product_info__video_edit {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px dotted var(--color-red);
  border-radius: 10px;
}
.product_info__video_edit:hover {
  border: 2px dotted var(--color-white);
}
.product_info__video_edit:hover::before {
  top: -3px;
}
.product_info__video_edit:hover::after {
  top: -21px;
}
.product_info__video_container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.product_info__menu_more {
  display: none;
}
[data-info-content=delivery] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
[data-info-content=delivery] .alert {
  color: var(--color-red);
}
[data-info-content=address] .product_info__address_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
[data-info-content=address] .product_info__address_list > li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 35px;
  padding: 10px;
  border: 1px solid var(--color-green-alpha);
}
[data-info-content=address] .product_info__address_list a {
  white-space: nowrap;
}
[data-info-content=address] .product_info__address_list a:hover {
  text-decoration: underline;
}
[data-info-content=address] .product_info__address_data {
  position: relative;
}
[data-info-content=address] .product_info__address_data .product_info__address_data_hover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: +1;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  white-space: nowrap;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
[data-info-content=address] .product_info__address_data .product_info__address_data_hover.bottom {
  top: auto;
  bottom: calc(100% + 10px);
}
[data-info-content=address] .product_info__address_data .product_info__address_data_hover:hover {
  display: flex;
}
[data-info-content=address] .product_info__address_data > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: var(--color-white);
  font-size: 0.8em;
  background: var(--color-blue);
  border-radius: 50%;
  cursor: pointer;
}
[data-info-content=address] .product_info__address_data > span::before {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 10px;
  content: "";
}
[data-info-content=address] .product_info__address_data > span::after {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 10px;
  content: "";
}
[data-info-content=address] .product_info__address_data > span:hover ~ .product_info__address_data_hover {
  display: flex;
}
@media screen and (max-width: 680px) {
  .product_info__menu_more_hover {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: +1;
    display: none;
    flex-direction: column;
    width: auto;
    padding: 5px;
    background: var(--color-white);
    border: 2px solid var(--color-border);
    border-radius: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 4px 0 rgb(14 30 37 / 32%);
  }
  .product_info__menu_more {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding: 10px 0;
  }
  .product_info__menu_more:hover > .product_info__menu_more_hover {
    display: flex;
  }
  .product_info__menu_more_item {
    display: none;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 4px;
  }
  .product_info__menu_more_item:hover {
    color: #1a632f;
    color: var(--color-green);
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(14 174 87 / 20%) 0, rgb(12 116 117 / 10%) 90%);
    cursor: pointer;
  }
  [data-info-name=address] {
    display: none;
  }
  [data-info-mobile-name=address] {
    display: flex;
  }
}
@media screen and (max-width: 580px) {
  [data-info-name=delivery] {
    display: none;
  }
  [data-info-mobile-name=delivery] {
    display: flex;
  }
}

/* Views/www_webpack/_components/dropdown/dropdown.css */
.dropdown_body {
  position: absolute;
  top: calc(100% + var(--offset));
  right: 0;
  z-index: +1;
  flex-direction: column;
  min-width: 100%;
  padding: 10px 0;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), inset 0 0 0 1px #d1d5db;
  box-shadow: 0 0 0 1px rgb(0 0 0/5%), inset 0 0 0 1px #d1d5db;
  visibility: hidden;
}
.dropdown,
.dropdown_body {
  display: flex;
  white-space: nowrap;
}
.dropdown {
  --offset: 5px;
  position: relative;
  align-items: center;
}
.dropdown:hover::after {
  position: absolute;
  top: 100%;
  width: 100%;
  height: var(--offset);
  content: "";
}
.dropdown:hover > .dropdown_body {
  visibility: visible;
}
.dropdown_item {
  padding: 0 1em;
  border-radius: 4px;
  cursor: pointer;
}
.dropdown_item:hover {
  background: var(--color-grey);
}
.chevron_down {
  --chevron-color: var(--color-black);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.chevron_down::after,
.chevron_down::before {
  order: 2;
  min-width: 0.5em;
  height: 1px;
  background-color: var(--chevron-color);
  transition: all 0.1s ease-in-out;
  content: "";
}
.chevron_down::before {
  margin-left: 10px;
  transform: translateX(2px) rotate(45deg);
}
.chevron_down::after {
  transform: rotate(-45deg);
}
.chevron_down:hover::before {
  transform: translateX(2px) rotate(-45deg);
}
.chevron_down:hover::after {
  transform: rotate(45deg);
}

/* Views/www_webpack/product/color_selection/color_selection.css */
[data-modification-color] {
  display: flex;
  gap: 5px;
  align-items: center;
}
[name=colorSelect] {
  margin: auto;
}
.color_selection__price_main {
  margin: auto;
  font-size: 1.5em;
}
.active_color_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.color_selection__count {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-right: 10px;
  transform: translateX(100%);
  transition: all 100ms ease-in;
}
.color_selection__count button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.color_selection__count button::before {
  width: 12px;
  height: 2px;
  background: var(--color-black);
  content: "";
}
.color_selection__count button[name=productCountPlus]::after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--color-black);
  transform: rotate(90deg);
  content: "";
}
.color_selection__count button:hover::before,
.color_selection__count button:hover::after {
  background: var(--color-green);
}
.color_selection__submit {
  position: absolute;
  right: 2em;
  bottom: 2em;
  display: none;
  overflow: hidden;
}
.color_selection__submit.active {
  display: flex;
}
.color_selection__submit:hover .color_selection__count {
  transform: translateX(0);
}
.color_selection__submit [name=productCount] {
  width: 30px;
  height: 100%;
  text-align: center;
}
.color_selection__submit .small_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 4px;
  transition: all 200ms;
}
.color_selection__submit .small_cart.in-cart {
  background: gray;
}
.color_selection__submit .small_cart:hover {
  background-position: right center;
}
.color_selection__submit .small_cart .icon {
  width: 25px;
  height: 25px;
  pointer-events: none;
  fill: var(--color-white);
}
#mainColorTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.mini_modify_item {
  position: relative;
}
.mini_modify_item img {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  pointer-events: none;
}
.mini_modify_item [name=delColor] {
  position: absolute;
  top: 0;
  left: 90%;
  z-index: 99;
  width: 12px;
  height: 12px;
  background: var(--color-white);
  cursor: pointer;
}
.mini_modify_item [name=delColor]::before,
.mini_modify_item [name=delColor]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  opacity: 0.7;
  content: "";
}
.mini_modify_item [name=delColor]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mini_modify_item [name=delColor]::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.mini_modify_item [name=delColor]:hover::before,
.mini_modify_item [name=delColor]:hover::after {
  background-color: var(--color-red);
}
.mini_modify_item [name=delColor]:hover::before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.25);
}
.mini_modify_item [name=delColor]:hover::after {
  transform: translate(-50%, -50%) rotate(135deg) scale(1.25);
}
.main_color_container {
  display: flex;
  gap: 3px;
}
#modifyTitle {
  display: none;
}
#modifyTitle.active {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.color_selection__color_modifications {
  width: 100%;
}
.color_selection__color_modifications.active {
  display: flex;
  flex: 1;
  height: 100%;
}
.color_selection__modification_container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.color_modification_list {
  --offset: 8px;
  position: absolute;
  top: calc(100% + var(--offset));
  left: 0;
  z-index: 3;
  display: none;
  min-width: 100%;
  max-height: 300px;
  padding: 0.5em 0;
  overflow-y: auto;
  white-space: nowrap;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
}
.color_modification_list:hover,
.color_modification_list.active {
  display: flex;
  flex-direction: column;
}
#openColorModify {
  position: relative;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 0.5em;
  color: var(--color-white);
  background-image: linear-gradient(109.6deg, #e64e41, #b93335 41%, #e64e41 120%);
  background-size: 200% auto;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#openColorModify:hover {
  background-position: right center;
}
#openColorModify::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  content: "";
}
#modifyHelp {
  position: absolute;
  left: calc(100% + 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--color-white);
  font-size: 0.9em;
  background: var(--color-blue);
  border-radius: 50%;
}
.color_modification__item {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  padding: 5px 0.5em;
  cursor: pointer;
}
.color_modification__item input {
  all: revert;
}
.color_modification__item img {
  width: 40px;
  height: 20px;
  border: 1px solid var(--color-black);
  border-radius: 4px;
}
.color_modification__item:hover {
  background: var(--color-grey);
}
.color_modification__item.hidden {
  opacity: 0.5;
}
.color_modification__item.hidden * {
  pointer-events: none;
}
.color_selection__color_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.color_selection__popup {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1300px;
  height: 90%;
  max-height: 940px;
  margin: auto;
  padding: 2em;
  overflow: auto;
  column-gap: 20px;
  background: var(--color-white);
  border-radius: 1em;
  row-gap: 8px;
}
.color_selection__left {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.color_selection__right {
  display: grid;
  flex: 1.5;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
}
.color_selection__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.color_selection__info h2 {
  font-weight: normal;
  font-size: 1em;
}
.color_selection__title_container {
  text-align: center;
}
.color_selection__title_container p {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.color_selection__dropdown {
  margin-right: auto;
}
.color_selection__dropdown .dropdown__body {
  box-shadow: lightgray 0 0 0 1.5px;
}
.color_selection__dropdown .dropdown__title {
  --chevron-color: var(--color-black);
  border-radius: 8px;
}
.color_selection__color {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.color_selection__bg {
  width: 100%;
  height: 100%;
}
.color_selection__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.color_selection__menu {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  background: var(--color-dark-blue);
  border-radius: 8px;
}
.color_selection__menu_item {
  width: 100%;
  max-width: 20%;
  padding: 0 5px;
  color: var(--color-white);
  font-size: 0.9em;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}
.color_selection__color_item:hover {
  transform: scale(1.02);
  transform-origin: 50% 50%;
  cursor: pointer;
}
.color_selection__color_item.active {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
#colorPieContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#colorPieContainer span {
  position: absolute;
  width: 50%;
  text-align: center;
}
.color_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 1em;
  list-style-position: outside;
}
.color_menu__item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 8px;
  font-size: clamp(0.9em, 2vw, 1em);
  white-space: nowrap;
  cursor: pointer;
}
.color_menu__item::before {
  color: var(--color-green);
  font-size: 12px;
  content: "●";
}
.color_menu__item:hover,
.color_menu__item.active {
  box-shadow: 0 -3px 0 var(--color-green) inset;
}
@media screen and (max-width: 900px) {
  .color_selection__popup {
    flex-direction: column;
  }
  .color_selection__left {
    height: auto;
  }
  .color_selection__right {
    position: relative;
    height: auto;
  }
  .color_selection__color {
    gap: 0;
  }
  .color_selection__bg {
    height: 30vw;
  }
  .color_menu {
    column-gap: 5px;
    row-gap: 0;
  }
  .color_selection__submit {
    position: static;
    margin-left: auto;
  }
}
@media screen and (max-height: 850px) and (max-width: 900px) {
  .color_selection__title_container h2 {
    font-size: 1em;
  }
  .color_selection__title_container p {
    display: none;
  }
  .color_selection__info b {
    font-weight: 600;
    font-size: 0.9em;
  }
}

/* Views/www_webpack/product/reviews/reviews.css */
.product_reviews__list {
  height: auto;
}
.product_reviews__data {
  width: 100%;
  padding: 40px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
}
.product_reviews__data_top {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}
.product_reviews__data_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_reviews__data_left > p {
  text-align: center;
}
.product_reviews__data_left [name=reviewAdd] {
  height: 40px;
  margin: 20px 0 5px;
  padding: 0 1em;
  border: 1px solid var(--color-black);
  border-radius: 8px;
}
.product_reviews__data_left [name=reviewAdd]:hover {
  color: var(--color-white);
  background-image: linear-gradient(90deg, #0eae57 0, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
}
.product_reviews__data_left [name=openContactForm] {
  border-bottom: 1px dashed var(--color-black);
}
.product_reviews__data_left h2 {
  margin-bottom: 20px;
}
.product_reviews__data_review_rating {
  font-weight: 500;
  font-size: 4em;
}
.product_reviews__data_review_rating::after {
  font-size: 0.8em;
  opacity: 0.5;
  content: "/ 5";
}
.product_reviews__data_right ol {
  display: grid;
  gap: 5px;
}
.product_reviews__data_right li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product_reviews__data_right progress {
  display: flex;
  align-items: center;
  height: 8px;
  border: none;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product_reviews__data_right progress::-webkit-progress-bar {
  background-color: var(--color-dark-grey);
  border-radius: 20px;
}
.product_reviews__data_right progress::-webkit-progress-value {
  background-image: linear-gradient(90deg, #0eae57 0, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 20px;
}
.product_reviews__data_right progress::-moz-progress-bar {
  background-image: linear-gradient(90deg, #0eae57 0, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 20px;
}
.product_reviews__data_right progress::after {
  margin-left: 20px;
  content: attr(value);
}
.product_reviews__data_right .icon {
  max-width: 200px;
  height: 200px;
}
.rating_stars__wft {
  display: none;
  gap: 5px;
}
.rating_stars__wft h3 {
  margin-bottom: 10px;
}
.rating_stars__wft input {
  all: revert;
}
#reviewForm {
  display: none;
  gap: 20px;
  margin-top: 20px;
}
#reviewForm.active {
  display: grid;
}
#reviewForm h3 {
  font-size: 1.5em;
}
#reviewForm textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em;
  font-size: 1em;
}
#reviewForm .dual {
  display: flex;
  gap: 20px;
}
#reviewForm .dual label {
  width: 100%;
}
#reviewForm [type=submit] {
  display: inline-flex;
  margin: 20px 20px 5px 0;
}
#reviewForm [name=reviewCancel],
#reviewForm [name=reviewPhotoAdd] {
  border-bottom: 1px dashed var(--color-black);
}
#reviewForm p {
  font-size: 0.9em;
}
#reviewForm p a {
  font-size: 1em;
  border-bottom: 1px dashed var(--color-black);
}
.review_form__rating_container {
  position: relative;
  display: flex;
  align-items: center;
}
.review_form__rating_container .review_star {
  --size: 40px;
  cursor: pointer;
}
.review_form__rating_container .rating_stars__emotional {
  position: absolute;
  z-index: -1;
  padding-left: 33%;
  font-size: 1.5em;
}
.product_answers__list {
  display: none;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  margin-top: 30px;
}
.product_reviews__item {
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.product_reviews__item.active .product_answers__list {
  display: flex;
}
.rating_admin {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rating_admin .icon {
  width: 22px;
  height: 22px;
  transition: all 200ms;
  pointer-events: none;
  fill: var(--color-white);
}
[name=deleteReview]:hover .icon {
  fill: var(--color-red-lighten);
}
[name=agreeReview][value=false] .icon {
  transform: rotate(180deg);
  fill: var(--color-red-lighten);
}
[name=agreeReview][value=true] .icon {
  transform: rotate(0);
  fill: var(--color-salad);
}
.product_reviews__item_header {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product_reviews__item_header span {
  margin-left: auto;
}
.product_reviews__item_content {
  margin: 10px 0;
}
.product_reviews__item_content img {
  width: 100px;
  border-radius: 8px;
}
.review__answer {
  position: relative;
  display: grid;
  gap: 10px;
  justify-self: end;
  width: 70%;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: 0 10px 10px;
  box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}
.review__answer button {
  margin-right: auto;
}
.review__answer::before {
  position: absolute;
  bottom: calc(100% + 1px);
  left: -1px;
  width: 0;
  height: 0;
  border-right: 28px solid transparent;
  border-bottom: 18px solid var(--color-border);
  content: "";
}
.review__answer::after {
  position: absolute;
  bottom: calc(100%);
  left: 0;
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-bottom: 17px solid var(--color-white);
  content: "";
}
.review__answer.user {
  align-self: flex-start;
  border-radius: 10px 0 10px 10px;
}
.review__answer.user::before {
  right: -1px;
  left: auto;
  border-right: transparent;
  border-bottom: 18px solid var(--color-border);
  border-left: 28px solid transparent;
}
.review__answer.user::after {
  right: 0;
  left: auto;
  border-right: transparent;
  border-bottom: 17px solid var(--color-white);
  border-left: 26px solid transparent;
}
.review__answer figcaption {
  display: flex;
}
@media screen and (max-width: 555px) {
  .product_reviews__data_top {
    flex-direction: column;
  }
}

/* Views/www_webpack/_components/reviews/reviews.css */
.rating_stars_container {
  display: flex;
  gap: 2px;
  align-items: center;
}
.review_star {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  fill: var(--color-dark-grey);
}
.review_star * {
  pointer-events: none;
}
.review_star.active {
  fill: var(--color-yellow);
}

/* Views/www_webpack/product/color_selection/color_pie/color_pie.css */
.color_pie__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}
.color_pie {
  width: clamp(273px, 100%, 619px);
  height: clamp(273px, 100%, 619px);
  aspect-ratio: 1 / 1;
}
.color_pie__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 63%;
  background: var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}
.color_pie__circle strong {
  width: 100%;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  word-wrap: break-word;
}
@media screen and (max-width: 900px) {
  .color_pie__container {
    width: 100%;
    height: auto;
  }
}

/* node_modules/photoswipe/src/photoswipe.css */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__item {
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
  outline: 0;
}
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp__button--close {
  margin-right: 6px;
}
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1);
}
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}

/* Views/www_webpack/product/product_mobile.css */
.product__credit {
  padding: 8px;
  background: var(--color-white);
  border-radius: 8px;
}
.product_title {
  grid-area: title;
  font-weight: normal;
  font-size: clamp(1.1em, 2.5vw, 1.5em);
  line-height: 1;
  text-transform: uppercase;
}
.product__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 0 clamp(20px, 5vw, 10vw);
}
.product__header .product__rating_container {
  width: 100%;
}
.product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px clamp(20px, 5vw, 10vw);
}
.product__wrapper .left {
  width: 100%;
}
.product__wrapper .right {
  width: 100%;
}
.product_wrapper {
  display: grid;
  grid-template: auto auto auto / 1.5fr 1fr;
  grid-template-areas: "title rating" "img_container details" "info info";
  gap: 1vw 4vw;
  padding: 20px clamp(20px, 5vw, 10vw);
}
.add_to_wishlist {
  display: flex;
  align-items: center;
  width: auto;
  height: 22px;
  margin-left: 10px;
  font-size: clamp(0.9em, 1.1vw, 1.2em);
  cursor: pointer;
}
.add_to_wishlist .icon {
  width: 22px;
  height: 22px;
  margin-left: 0.5em;
  pointer-events: none;
  fill: var(--color-white);
}
.add_to_wishlist.active .icon {
  fill: var(--color-red);
}
.section_title {
  font-weight: 500;
  text-transform: uppercase;
}
#modifications {
  order: 2;
  padding: 8px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
@media screen and (max-width: 420px) {
  .add_to_wishlist span {
    display: none;
  }
}
/*! Bundled license information:

photoswipe/src/photoswipe.css:
  (*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com *)
*/
