/* ВНУТРЕННЯЯ СТРАНИЦА ТОВАРА */
.wr_content .view-content .col-lg-3 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .wr_content .view-content .col-lg-3 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .wr_content .view-content .col-lg-3 {
    width: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .wr_content .view-content .col-lg-3 {
    width: 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

.product-full {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 30px 60px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
}

.group-right h1 {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00355b;
}

.product-price {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #00355b;
  margin-bottom: 20px;
}

.group-right {
  margin-left: 30px;
}

.group-right .commerce-order-item-add-to-cart-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  margin-bottom: 40px;
}

.group-right
  .field--type-entity-reference.field--widget-commerce-product-variation-attributes,
.group-right input[type="hidden"],
.group-right .form-item label {
  display: none;
}

.group-right .button--add-to-cart {
  gap: 10px;
  min-width: 120px;
  height: 40px;
  padding: 25px 150px;
  border: none;
  background-color: #38716c;
  border-radius: 30px;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Cart.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 125px) center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.group-right .button--add-to-cart:hover {
  background-color: #2a5a54;
}

.product-weight-info {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 40px;
  color: #38716c;
}

.group-left {
  width: 540px;
  flex-shrink: 0;
}

.group-left .splide:first-child {
  width: 540px;
  height: 370px;
  object-fit: contain;
}

.group-left .splide:first-child .splide__track,
.group-left .splide:first-child .splide__list,
.group-left .splide:first-child .splide__slide {
  height: 100%;
}

.group-left .splide:first-child .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.group-left .splide__slide.is-active .media__element {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.group-left .splide__slide.is-active .media__element:hover {
  transform: scale(1.2);
}

.group-left .splide__slide.is-active {
  overflow: hidden;
}

.group-left .splide:last-child .splide__track {
  overflow: hidden;
}
.group-left .splide:first-child .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.group-left .splide:first-child .splide__slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.group-left .splide:last-child .splide__slide {
  width: 173px !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-left .splide:last-child .splide__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  pointer-events: none;
  transition: opacity 0.2s;
}

.group-left .splide:last-child .splide__slide.is-active::after {
  opacity: 0;
}

.group-left .splide:last-child .splide__slide.is-active {
  box-shadow:
    0 0 0 2px #ffffff,
    0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border: none;
}

.group-left .splide__pagination {
  display: none;
}

.group-left {
  position: relative;
}

.group-left .splide:last-child .splide__arrows {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 20;
  display: flex;
  gap: 10px;
  margin: 0;
  pointer-events: auto;
}

.group-left .splide:last-child .splide__arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  position: static;
  background-image: none !important;
}

.group-left .splide:last-child .splide__arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow Right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transition: transform 0.2s;
}

.group-left .splide:last-child .splide__arrow--prev::after {
  transform: rotate(180deg);
}

.group-left .splide:last-child .splide__arrow--next::after {
  transform: rotate(0deg);
}

.group-left .splide:last-child .splide__slide .field__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.group-left .splide:last-child .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
}
.wr_content .group-content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
}

.wr_content {
  padding: 100px 0 40px;
}

.wr_content {
  background-image: url("/sites/all/themes/vesta_theme/image/background/Sale.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.wr_content h2 {
  font-family: "Cormorant Garamond";
  font-size: 30px;
  line-height: 40px;
  color: #00355b;
  margin-bottom: 20px;
}

.wr_content p {
  font-size: 16px;
  line-height: 22px;
  color: #366281;
  margin-bottom: 20px;
}

.wr_content h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.wr_content h3 a {
  color: #00355b;
  text-decoration: none;
}

.wr_content h3 a:hover {
  text-decoration: underline;
}

.wr_content #block-vesta-theme-page-title h1 {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00355b;
}

.wr_content #block-vesta-theme-content .field--name-body {
  flex-direction: column;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  color: #366281;
}

.wrapper-contacts {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  gap: 30px;
  justify-content: space-between;
}

.wrapper-contacts-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrapper-contacts-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrapper-contacts .social-links {
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
}

.wrapper-contacts .contact-item a,
.wrapper-contacts .contact-item span {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #366281;
  gap: 10px;
}
.product-tabs .tabs-headers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 40px;
}

.product-tabs .tab-button {
  padding: 6px 30px;
  border-radius: 20px;
  border: none;
  background: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0b3d61;
}

.product-tabs .tab-button.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 30px;
  background: #0b3d61;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.product-tabs .tab-pane {
  padding: 15px 0;
  display: none;
}

.product-tabs .active {
  display: block;
}

.product-characteristics .char-item {
  margin-bottom: 8px;
}

.product-teaser-image .nav-slide .element img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}

.product-teaser-image .nav-slide .splide__slide.is-active .element img {
  border: 2px solid #ff9900;
}

@media (max-width: 1399px) {
  .group-left {
    width: 480px;
  }

  .group-right h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-price {
    font-size: 32px;
    line-height: 36px;
  }

  .group-right .button--add-to-cart {
    padding: 25px 120px;
    background-position: calc(100% - 100px) center;
  }

  .product-weight-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .product-full {
    padding: 20px 45px 45px 20px;
  }

  .group-right {
    margin-left: 20px;
  }

  .group-right h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .product-price {
    font-size: 28px;
  }
  .group-left .splide:last-child .splide__arrows {
    top: 112%;
  }
  .group-right .button--add-to-cart {
    padding: 12px 100px;
    background-position: calc(100% - 80px) center;
  }
}

@media (max-width: 991px) {
  .product-full {
    flex-direction: column;
    padding: 20px;
  }

  .group-left {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .group-right {
    width: 100% !important;
    margin-left: 0;
  }

  .group-right h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .product-price {
    font-size: 26px;
    text-align: left;
  }

  .product-weight-info {
    font-size: 13px;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .group-right .commerce-order-item-add-to-cart-form {
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 30px;
  }

  .group-right {
    margin-top: 50px;
  }

  .product-tabs .tabs-headers {
    align-items: flex-start;
    gap: 10px;
  }

  .tab-button {
    width: auto;
    text-align: left;
    padding: 6px 12px;
  }

  .tab-pane {
    padding: 20px 0;
  }

  .product-characteristics .char-item {
    font-size: 14px;
  }

  .group-left .splide:last-child .splide__arrows {
    position: absolute;
    top: auto;
    bottom: -65px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0;
    pointer-events: auto;
  }

  .group-left .splide:last-child .splide__arrow {
    position: relative;
    margin: 0;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .product-full {
    padding: 15px;
  }

  .group-right h1 {
    text-align: left;
    font-size: 22px;
  }

  .product-price {
    text-align: left;
    font-size: 24px;
  }

  .product-weight-info {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }

  .group-right .commerce-order-item-add-to-cart-form {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 25px;
  }

  .group-right .button--add-to-cart {
    max-width: 300px;
    padding: 10px 100px;
    background-position: calc(100% - 82px) center;
    background-size: 14px;
  }

  .tabs-headers {
    align-items: flex-start;
    gap: 10px;
  }

  .tab-button {
    width: auto;
    text-align: left;
    padding: 6px 12px;
  }

  .tab-pane {
    padding: 20px 0;
  }

  .product-characteristics .char-item {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .product-full {
    padding: 12px;
  }

  .group-right h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .product-price {
    font-size: 22px;
  }

  .product-weight-info {
    font-size: 12px;
  }

  .group-right .commerce-order-item-add-to-cart-form {
    gap: 6px;
  }

  .group-right .button--add-to-cart {
    font-size: 12px;
    padding: 8px 59px;
    background-size: 13px;
    background-position: calc(100% - 42px) center;
  }

  .tab-button {
    font-size: 14px;
  }

  .tab-pane {
    font-size: 13px;
  }

  .char-item {
    font-size: 13px;
  }

  .product-tabs .tab-button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .product-tabs .tab-button.active {
    padding: 5px 10px;
    font-size: 12px;
  }

  .product-tabs .tabs-headers {
    gap: 0px;
  }
}

@media (max-width: 360px) {
  .product-full {
    padding: 10px;
  }

  .group-right h1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .product-price {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product-weight-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
  }

  .group-right .commerce-order-item-add-to-cart-form {
    flex-wrap: wrap;
  }

  .group-right .button--add-to-cart {
    font-size: 11px;
    padding: 6px 49px;
    background-position: calc(100% - 32px) center;
  }

  .tab-button {
    font-size: 13px;
  }

  .tab-pane {
    font-size: 12px;
  }

  .char-item {
    font-size: 12px;
  }
}

.wrapper-contacts .contact-item img,
.wrapper-contacts .social-links img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(749%)
    hue-rotate(180deg) brightness(90%) contrast(94%);
}

.wr_content .search-api-page-block-form-search .form-search {
  width: 300px;
  max-width: 400px;
  align-items: center;
  padding: 12px 30px 10px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  font-size: 14px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Search.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 13px;
}

.wr_content .search-api-page-block-form-search .form-search:focus {
  outline: none;
  box-shadow: none;
}

.wr_content .search-api-page-block-form-search .form-submit {
  display: none;
}

.search-api-page-result {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
}

#block-vesta-theme-content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
#block-vesta-theme-content ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #366281;
}

.wr_content .search-api-page-block-form-search {
  margin-bottom: 30px;
  position: relative;
}

.wr_content .search-api-page-block-form-search .form-search:focus {
  outline: none;
  border-color: #38716c;
}

.search-api-page-result {
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
}

.wr_content .search-api-page-result ~ * {
  color: #366281;
}

@media (max-width: 1399px) {
  .wr_content .search-api-page-block-form-search .form-search {
    width: 280px;
    padding: 10px 28px 8px 18px;
  }
  .search-api-page-result {
    padding: 18px;
  }
  #block-vesta-theme-content ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .wr_content .search-api-page-block-form-search .form-search {
    width: 260px;
    padding: 9px 26px 7px 16px;
  }
  .search-api-page-result {
    padding: 16px;
  }
  #block-vesta-theme-content ul li {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .wr_content .search-api-page-block-form-search .form-search {
    width: 240px;
    padding: 8px 24px 6px 14px;
  }
  .search-api-page-result {
    padding: 14px;
    margin-bottom: 25px;
  }
  #block-vesta-theme-content ul li {
    font-size: 12px;
  }
  #block-vesta-theme-content ul li::before {
    width: 14px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .wr_content .search-api-page-block-form-search {
    margin-bottom: 25px;
  }
  .wr_content .search-api-page-block-form-search .form-search {
    width: 100%;
    max-width: none;
    padding: 8px 22px 6px 12px;
  }
  .search-api-page-result {
    padding: 12px;
    margin-bottom: 20px;
  }
  #block-vesta-theme-content ul {
    margin: 15px 0;
  }
  #block-vesta-theme-content ul li {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #block-vesta-theme-content ul li::before {
    width: 12px;
    height: 9px;
  }
}

@media (max-width: 576px) {
  .wr_content .search-api-page-block-form-search .form-search {
    padding: 7px 20px 5px 10px;
    font-size: 13px;
  }
  .search-api-page-result {
    padding: 10px;
  }
  #block-vesta-theme-content ul li {
    font-size: 12px;
  }
  #block-vesta-theme-content ul li::before {
    width: 10px;
    height: 8px;
  }
}

@media (max-width: 360px) {
  .wr_content .search-api-page-block-form-search .form-search {
    padding: 6px 16px 4px 8px;
    font-size: 12px;
  }
  .search-api-page-result {
    padding: 8px;
  }
  #block-vesta-theme-content ul li {
    font-size: 11px;
    margin-bottom: 6px;
  }
  #block-vesta-theme-content ul li::before {
    width: 9px;
    height: 7px;
  }
}

@media (max-width: 1399px) {
  .wr_content {
    padding: 105px 0 40px;
  }

  .wr_content .group-content {
    padding: 25px;
    gap: 25px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .wrapper-contacts {
    max-width: 700px;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .wr_content {
    padding: 100px 0 30px;
  }

  .wr_content .group-content {
    padding: 20px;
    gap: 20px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .wr_content p,
  .wr_content #block-vesta-theme-content .field--name-body {
    font-size: 15px;
    line-height: 21px;
  }

  .wrapper-contacts {
    max-width: 650px;
    gap: 20px;
  }

  .wrapper-contacts .contact-item a,
  .wrapper-contacts .contact-item span {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .wr_content {
    padding: 40px 0 30px;
  }

  .wr_content .group-content {
    padding: 20px;
    gap: 20px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .wr_content p,
  .wr_content #block-vesta-theme-content .field--name-body {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper-contacts .contact-item a,
  .wrapper-contacts .contact-item span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wr_content {
    padding: 40px 0 25px;
  }

  .wr_content .group-content {
    padding: 15px;
    gap: 15px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .wr_content p,
  .wr_content #block-vesta-theme-content .field--name-body {
    font-size: 13px;
    line-height: 19px;
  }

  .wrapper-contacts {
    gap: 15px;
  }

  .wrapper-contacts .contact-item a,
  .wrapper-contacts .contact-item span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .wr_content {
    padding: 30px 0 20px;
  }

  .wr_content .group-content {
    padding: 12px;
    gap: 12px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .wr_content p,
  .wr_content #block-vesta-theme-content .field--name-body {
    font-size: 12px;
    line-height: 18px;
  }

  .wrapper-contacts {
    gap: 12px;
  }
  .wrapper-contacts-right {
    gap: 10px;
  }
  .wrapper-contacts .contact-item a,
  .wrapper-contacts .contact-item span {
    font-size: 12px;
    gap: 6px;
  }

  .wrapper-contacts .contact-item img,
  .wrapper-contacts .social-links img {
    width: 30px;
    height: 30px;
  }

  .wrapper-contacts .social-links {
    gap: 5px;
  }
}

@media (max-width: 360px) {
  .wr_content {
    padding: 20px 0 15px;
  }

  .wr_content .group-content {
    padding: 10px;
    gap: 10px;
  }

  .wr_content h2,
  .wr_content #block-vesta-theme-page-title h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .wr_content p,
  .wr_content #block-vesta-theme-content .field--name-body {
    font-size: 12px;
    line-height: 18px;
  }

  .wrapper-contacts .contact-item a,
  .wrapper-contacts .contact-item span {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .group-left {
    width: 450px;
  }
  .group-left .splide:first-child {
    width: 450px;
    height: 310px;
  }
  .group-left .splide:last-child .splide__slide {
    width: 145px !important;
    height: 145px;
  }
  .group-left .splide:last-child .splide__slide img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 991px) {
  .group-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .group-left .splide:first-child {
    width: 100%;
    height: auto;
    aspect-ratio: 540 / 370;
  }
}

@media (max-width: 767px) {
  .group-left .splide:last-child .splide__slide {
    width: calc(33.33% - 6.66px) !important;
  }
}

@media (max-width: 576px) {
  .group-left .splide:last-child .splide__slide {
    width: calc(50% - 5px) !important;
  }
.group-left .splide:last-child .splide__slide img {
    width: 135px;
    height: 95px;
}
.group-left .splide:last-child .splide__slide {
    height: 100% !important;
}
}

.group-left .field__item {
  line-height: 0;
  height: 100%;
  width: 100%;
}
.group-left .splide__slide {
  padding: 0;
  margin: 0;
}
