.Feed__base {
  width: 100%;
  padding-bottom: 90px;
  margin-top: -30px;
}
.Feed__loadingIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.Feed__center {
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding-bottom: 40px;
}

.Feed__sectionHolderContainer{
  width: 100%;
  height: auto;
  min-height: 0px;
  background: #ececec;
  padding-top: 40px;
}

.Feed__sectionHolder {
  width: 100%;
  height: auto;
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #979797;
  padding-bottom: 80px;
}

.Feed__sectionPart {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  margin-right: 20px;
  padding: 50px;
  flex-direction: column;
  cursor: pointer;
}
.Feed__sectionPart:last-child {
  margin-right: 0px;
}
.Feed__sectionLabel {
  width: 100%;
  height: auto;
  color: #212121;
  display: flex;
  justify-content: center;
  font-family: regular;
  font-size: 20px;
  margin-top: 15px;
}
.Feed__iconHolder {
  width: 30px;
  height: 30px;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .Feed__base {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .Feed__center {
    width: 100%;
    height: auto;
    max-width: 1600px;
    padding-bottom: 0px;
  }
}

/* Product Widget Component Styles */

.product-widget-module__productWidget {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2.78vw 8.33vw;
    background-position: center;
    background-size: cover;
}

.product-widget-module__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-widget-module__hasBackground {
    padding-bottom: 0;
    position: relative;
}

.product-widget-module__backgroundWrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.product-widget-module__backgroundImage {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: relative;
    aspect-ratio: 720 / 400;
    margin: auto;
    align-items: center;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: none !important;
    opacity: 1 !important;
    box-shadow: none;
    display: block;
}

.product-widget-module__headerImage {
    width: 100%;
    height: auto;
    margin-bottom: 2.22vw;
}

.product-widget-module__productWidget.product-widget-module__isCarousel {
    padding: 2.78vw;
}

.product-widget-module__title {
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2.22vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-widget-module__footer {
    width: 100%;
    margin-top: 2.22vw;
}

.product-widget-module__hasBackground .product-widget-module__footer,
.product-widget-module__isCarousel .product-widget-module__footer {
    margin-top: 1.67vw;
}

.product-widget-module__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.39vw;
    row-gap: 2.22vw;
}

.product-widget-module__hasBackground .product-widget-module__list {
    row-gap: 1.39vw;
}

.product-widget-module__carouselItem {
    padding-right: 1.39vw;
}

.product-widget-module__viewMoreContainer {
    display: flex;
    padding: 1.11vw 8.33vw;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 6px;
    border: 0.5px solid #e9e9e9;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(216, 216, 216, 0.4);
}

.product-widget-module__viewMoreText {
    color: #da1c5c;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    font-family: "semibold";
}

.product-widget-module__arrowButtonStyle {
    border-radius: 100px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
}

.DumbCarousel__base {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.DumbCarousel__slider {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -20px;
    padding-bottom: 20px;
}

.DumbCarousel__brSlider {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.DumbCarousel__element {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.DumbCarousel__brElement {
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 1025px) {
    .DumbCarousel__slider,
    .DumbCarousel__brSlider {
        overflow: visible;
        transition: 300ms;
    }
}

.CarouselWithControls__base {
    width: 100%;
    height: auto;
    position: relative;
}

.CarouselWithControls__buttons {
    width: 100%;
    height: 1px;
    border-radius: 18px;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 150px;
    margin: -21px 0 0;
}
.CarouselWithControls__buttons:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.CarouselWithControls__forwardButton {
    width: 50px;
    height: 42px;
    background: #ffffff url(/src/general/components/img/arrow_sld.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    position: absolute;
    right: -16px;
    top: 0;
    cursor: pointer;
    border-radius: 0 100px 100px 0;
    box-shadow: 0px 6px 12px rgb(83 70 73 / 24%);
}
.CarouselWithControls__backButton {
    transform: rotate(180deg);
    right: initial;
    left: -16px;
    box-shadow: 0px -5px 12px rgb(83, 70, 73, 0.24);
}
.CarouselWithControls__btnDisabledForward {
    opacity: 0;
    pointer-events: none;
}
.CarouselWithControls__btnDisabledBack {
    opacity: 0;
    pointer-events: none;
}

.CarouselWithControls__headerTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 22px 0;
}
.CarouselWithControls__headerTitle h3 {
    font-size: 28px;
    line-height: 28px;
    color: #212121;
    font-weight: 500;
    margin: 0;
}

.CarouselWithControls__headerTitle .CarouselWithControls__viewAllBtn {
    background: #ffffff;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
    outline: none;
    border: 1px solid #d5d5d5;
    color: #4a4a4a;
}

.CarouselWithControls__carouselPadding {
    padding: 38px 48px 32px;
}

.CarouselWithControls__carouselPadding .CarouselWithControls__forwardButton {
    right: 36px;
}

.CarouselWithControls__carouselPadding .CarouselWithControls__backButton {
    left: 36px;
}

.CarouselWithControls__carouselPadding .CarouselWithControls__buttons {
    top: 50%;
}

.CarouselWithControls__t_45 {
    top: 45%;
}

.CarouselWithControls__left_10 {
    left: -10px;
}

.CarouselWithControls__right_10 {
    right: -10px;
}

