.catalog-product__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  border-radius: 30px;
  opacity: 0.8;
  background: var(--White, #fff);
  padding: 5px 10px;
}
.catalog-product__content {
  grid-column: 7 / -1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.catalog-product__content_simple {
  gap: 40px;
}
.catalog-daily__imgs {
  grid-column: 1 / span 5;
}
.catalog-daily__current-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #e1dede;
}
.catalog-daily__current-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-daily__thumbnails {
  margin-top: 40px;
  max-height: 125px;
}
.catalog-daily__thumbnails .swiper-wrapper {
  height: unset;
}
.catalog-daily__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #e1dede;
  cursor: pointer;
  width: 100%;
}
.catalog-product__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-product__heading p {
  color: var(--Grey, #626262);
}
.catalog-product__slot {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-product__slot_config {
  gap: 40px;
}
.catalog-product__slot-title {
  text-transform: uppercase;
  display: flex;
  gap: 15px;
  font-weight: 600;
}
.catalog-product__sizes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.catalog-product__sizes-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalog-product__sizes-wrapper_simple {
  margin-top: 0;
}
.sizes-net-link {
  margin-left: 10px;
  cursor: pointer;
}
.sizes-net-link::after {
  content: url(../assets/img/r-arrow.svg);
  margin-left: 5px;
  position: relative;
  transform: translateY(2px);
  display: inline-block;
}
.catalog-product__size {
  display: flex;
  padding: 0 20px;
  height: 88px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 30px;
  border: 2px solid var(--Light-grey, #cac3c3);
  cursor: pointer;
  width: 144px;
}
.catalog-product__size_active {
  border: 2px solid var(--Pink, #e5097f);
  background: var(--white-opacity-50, rgba(255, 255, 255, 0.5));
  cursor: default;
}
.catalog-product__tiers {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.catalog-product__tier {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  border: 2px solid var(--Light-grey, #cac3c3);
  cursor: pointer;
}
.catalog-product__tier_active {
  border: 2px solid var(--Pink, #e5097f);
  background: var(--white-opacity-50, rgba(255, 255, 255, 0.5));
  cursor: default;
}
.catalog-product__decor {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-product__decor-buttons {
  display: flex;
  gap: 15px;
}
.catalog-product__label-add {
  border: 2px solid var(--Pink, rgba(229, 9, 127, 0));
  transition: 0.3s;
  height: 46px;
  width: 282px;
  position: relative;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  cursor: pointer;
}
.catalog-product__label-btn {
  border: 2px solid var(--Pink, rgba(229, 9, 127, 0));
  background: var(--White, #fff);
  height: 46px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: 0.3s;
  box-sizing: border-box;
  cursor: pointer;
}
.catalog-product__label-btn_plus {
  position: absolute;
  left: -2px;
  top: -2px;
}
.catalog-product__label-btn_photo_active {
  color: white;
}
.catalog-product__label-btn-price {
  transition: 0.3s;
}
.catalog-product__price-alert {
  color: var(--Red, #ff002a);
}
.catalog-product__label-add:hover .catalog-product__label-btn,
.catalog-product__label-add:hover,
.catalog-product__label-add_active .catalog-product__label-btn,
.catalog-product__label-btn_photo:hover {
  border: 2px solid var(--Pink, #e5097f);
}
.catalog-product__label-add_active,
.catalog-product__label-btn_photo_active {
  background: var(--Pink, #e5097f);
}
.catalog-product__label-add_active .catalog-product__label-btn-price {
  color: white;
}

.plus-sign-button {
  border: 2px solid var(--Pink, rgba(229, 9, 127, 0));
  transition: 0.3s;
  height: 46px;
  width: 282px;
  position: relative;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.plus-sign-button_active {
  border: 2px solid var(--Pink, #e5097f);
  background-color: var(--Pink, #e5097f);
}
.plus-sign-button__main {
  background-color: #fff;
  border-radius: 30px;
  height: 46px;
  width: fit-content;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border: 2px solid transparent;
  position: relative;
  left: -2px;
}
.plus-sign-button__plus {
  white-space: nowrap;
}
.plus-sign-button_active .plus-sign-button__main {
  border: 2px solid var(--Pink, #e5097f);
}
@media (hover: hover) {
  .plus-sign-button:hover .plus-sign-button__main,
  .plus-sign-button:hover {
    border: 2px solid var(--Pink, #e5097f);
  }
}
.plus-sign-button_active .plus-sign-button__plus {
  color: #fff;
}
.catalog-product__label-instruction {
  display: flex;
  align-items: center;
}
.catalog-product__label-instruction::after {
  content: url(../assets/img/question-icon.svg);
  margin-left: 5px;
}
.catalog-product__label-textarea {
  margin-top: 10px;
  height: 112px;
}
.catalog-product__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 20px;
  border-radius: 30px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #f3f3f3;
  width: calc(50% + 20px);
  cursor: pointer;
  color: var(--Light-grey, #cac3c3);
  transition: 0.3s;
  border: 2px solid #fff;
}
.catalog-product__date:hover {
  border: 2px solid #e1307e;
}
.catalog-product__date:hover svg rect {
  stroke: #e1307e;
}
.catalog-product__date_calendar-shown svg rect {
  stroke: #e1307e;
}
.catalog-product__summary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.catalog-product__summary-text-m {
  display: none;
}
.products-catalog-scrollable-list {
  gap: 20px;
}
.products-catalog-scrollable-list .catalog-product-card {
  width: 415px;
  flex-shrink: 0;
}
.catalog-product__filling-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-product__filling-select-preview {
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--light, #e0d7d7);
}
.catalog-product__filling-select-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  border: 2px solid var(--light, #e0d7d7);
  padding: 0 20px;
  min-width: 559px;
  height: 90px;
  cursor: pointer;
  position: relative;
}
.catalog-product__filling-select-value {
  color: var(--Grey, #626262);
}
.catalog-product__filling-select-icon {
  transform: rotate(180deg);
}
.catalog-product__filling-select-options {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  border-radius: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 3;
  min-width: 605px;
  padding: 20px;
}
.catalog-product__filling-select-option {
  display: flex;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--Light-grey, #cac3c3);
  cursor: pointer;
  transition: 0.3s;
}
.catalog-product__filling-select-option:hover {
  background: rgba(243, 102, 154, 0.1);
}
.catalog-product__filling-select-option-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-product__summary-btn {
  height: 56px;
  white-space: nowrap;
}
.sizes-net-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  flex-direction: column;
}
.sizes-net-modal__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  max-width: 865px;
  position: relative;
  max-height: 95vh;
  z-index: 1;
}
.sizes-net-modal__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  max-width: 865px;
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
  background: var(--beige, linear-gradient(0deg, #ffeee9 0%, #ffeee9 100%), linear-gradient(0deg, rgba(255, 82, 39, 0.1) 0%, rgba(255, 82, 39, 0.1) 100%), #fff);
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: -80px;
}
.sizes-net-modal__container::-webkit-scrollbar {
  display: none;
}
.sizes-net-modal__close {
  position: absolute;
  top: 30px;
  right: 40px;
}
.sizes-net-modal__legend {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sizes-net-modal__legend-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sizes-net-modal__legend-item-sign {
  border: 1px solid var(--Light-grey, #cac3c3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sizes-net-modal__legend-item-sign_v {
  flex-direction: column;
  gap: 0;
}
.sizes-net-modal-table {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sizes-net-modal-table_m {
  display: none;
}
.sizes-net-modal-table__header p {
  text-align: center;
}
.sizes-net-modal-table__grid {
  display: grid;
  grid-template-columns: 125px 140px 170px 230px;
  column-gap: 40px;
  align-items: center;
}
.sizes-net-modal-table__row-name {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sizes-net-modal-table__cell-data {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sizes-net-modal-table__cell-data.h-low {
  top: 0;
}
.sizes-net-modal-table__cell-data.h-med {
  top: 7px;
}
.sizes-net-modal-table__cell-data.h-large {
  top: 12px;
}
.cake-pieces {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cake-pieces_h-low {
  bottom: 24px;
}
.cake-pieces_h-med {
  bottom: 46px;
}
.cake-pieces_h-large {
  bottom: 20px;
}
.cake-pieces::after {
  content: url(../assets/img/cake-icon.svg);
}
.sizes-net-modal-table__cell-data.midlevel {
  bottom: 81px;
}
.sizes-net-modal-table__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 305px;
  gap: 30px;
  align-items: flex-start;
}
.cell-img {
  opacity: 1;
  transition: 0.3s;
}
.cell-img-active {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cake-table-cell {
  cursor: pointer;
  position: relative;
}
.cake-table-cell:hover .cell-img-active {
  opacity: 1;
}
.cake-table-cell:hover .cell-img {
  opacity: 0;
}
.cake-table-cell_active .cell-img {
  opacity: 0;
}
.cake-table-cell_active .cell-img-active {
  opacity: 1;
}
@media (max-width: 1439px) {
  .products-catalog-scrollable-list .catalog-product-card {
    width: 418px;
  }
  .catalog-daily__imgs {
    grid-column: 1 / span 4;
  }
  .catalog-product__content {
    grid-column: 5 / -1;
  }
  .catalog-daily__thumbnails {
    gap: 15px;
  }
  .catalog-daily__thumbnail {

  }
  .catalog-product__date {
    width: 418px;
  }
  .catalog-product__filling-select-input {
    flex: 1;
    min-width: unset;
  }
  .catalog-product__filling-select-options {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .catalog-daily__imgs {
    grid-column: 1 / -1;
  }
  .catalog-daily__current-img-wrapper {
    max-height: 320px;
  }
  .catalog-product__content {
    grid-column: 1 / -1;
    margin-top: 40px;
    gap: 40px;
  }
  .catalog-product__decor-buttons {
    width: calc(100% + 20px);
    overflow-x: auto;
  }
  .catalog-product__decor-buttons::-webkit-scrollbar {
    display: none;
  }
  .products-catalog-scrollable-list .catalog-product-card {
    width: 235px;
  }
  .catalog-daily__thumbnails {
    gap: 20px;
    margin-top: 20px;
  }
  .catalog-daily__thumbnail {
    border-radius: 20px;
  }
  .catalog-product__date {
    width: 100%;
    height: 50px;
  }
  .catalog-product__summary-text-dt {
    display: none;
  }
  .catalog-product__summary-text-m {
    display: block;
  }
  .catalog-product__summary-btn {
    height: 54px;
    flex: 1;
  }
  .catalog-product__tiers {
    flex-direction: column;
  }
  .catalog-product__tier {
    width: fit-content;
  }
  .catalog-product__sizes {
    /* display: grid;
    grid-template-columns: 1fr 1fr;*/
    gap: 15px;
  }
  .sizes-net-modal-table {
    display: none;
  }
  .sizes-net-modal-table_m {
    display: block;
  }
  .sizes-net-link_simple {
    margin-top: 0;
    margin-left: 15px;
  }
  .plus-sign-button {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .sizes-net-link {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
