.h-page a,
.h-page a:visited,
.occasion-grid__title {
  color: black !important;
}
.homepage-dots { display: none; }
.h-copy .h-title h1 {
    font-size: 38px;
    color: black;
    font-weight: 800;
    letter-spacing: -1.50px;
}
.seasonal-grid__card img {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}
.h-page {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}
.shop-list__title::after {
    content: "";
    display: none;
    width: 19px;
    height: 20px;
    background-image: url("/wp-content/themes/partyrama-addtocart/img/homepage/arrow-icon-png.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 17px;
}
.shop-list__items:not(:hover) .shop-list__item:first-child .shop-list__title::after {
    display: inline-block;
}
.shop-list__item:hover .shop-list__title::after {
    display: inline-block;
}
.homepage-section.homepage-section--hero{
    padding: 0;
	margin:70px 0;
}
.homepage-section.homepage-section--shop-list {
    margin: 30px 40px 25px 40px;
	border-top: 1px solid #ebebeb;
	padding: 100px 0;
}
.homepage-section.homepage-section--category-grid, .homepage-section.homepage-section--highlight-cards, .homepage-section.homepage-section--promo-banner {
    padding: 100px 0;
    border-top: 1px solid #ebebeb;
}
.h-conn {
    margin: 0 0 60px 0;
}
.homepage-section {
    width: 100%;
    float: left;
    margin: 20px 0;
	padding: 0 40px;
}
.hero {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
a.hero__btn:hover, .promo-banner__btn:hover, .highlight-cards__btn:hover {
    background: var(--clr-orange);
    border: 1px solid var(--clr-orange);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.hero__media {
    width: 100%;
}

.hero__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.hero__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.hero__content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero__title {
	max-width: 420px;
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 30px 0;
    font-weight: 800;
    color: #000;
}

.hero__subtitle {
	max-width: 420px;
    font-size: 15px;
    margin: 0 0 60px 0;
    line-height: 1.4;
}

.hero__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero__btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
    text-align: center;
    white-space: nowrap;
    background: #fff;
	border: 1px solid black;
}

.hero__btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.feature-cards__container, .occasion-grid__container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.feature-cards__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    }

.feature-cards__main-title, .shop-list__main-title, .occasion-grid__main-title, .seasonal-grid__main-title, .category-grid__main-title, .shop-list__main-title, .promo-banner__title, .highlight-cards__main-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.occasion-grid__main-title{
	    margin: 0 0 30px 0;
}
.feature-cards__main-subtitle {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}
.feature-cards__grid, .occasion-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.feature-cards__item {
    background: #fff;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-cards__title {
    margin: 20px 0 10px 0;
}
.feature-cards__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.category-grid__thumb-wrapper {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.feature-cards__img {
    object-fit: cover;
    border-radius: 12px;
    display: block;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.feature-cards__header-btn {
    position: absolute;
    right: 0;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-weight: bold;
}
.occasion-grid__card {
    display: flex;
}
.occasion-grid__link {
	display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-radius: 100px;
    padding: 5px 0 5px 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease;
    box-sizing: border-box;
}
.occasion-grid__img {
  width: 55px;
  height: 55px;
  object-fit: contain; 
  flex-shrink: 0; 
  margin-right: 12px;
  pointer-events: none; 
  border-radius: 50px;
}
.homepage-section.homepage-section--category-grid {
    margin: 70px 40px 0 40px;
    padding: 100px 0 80px 0;
}
.homepage-section.homepage-section--promo-banner, .homepage-section.homepage-section--highlight-cards {
    margin: 0 40px;
}
.occasion-grid__main-title,.occasion-grid__title {
  font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.homepage-section.homepage-section--seasonal-grid {
    margin: 30px 0;
}
.seasonal-grid__title, .seasonal-grid__main-title {
    font-size: 16px;
    font-weight: 400;
}
.homepage-section.homepage-section--occasion-grid {
    margin: 20px 40px 80px 40px;
    padding: 0 0 100px 0;
    border-bottom: 1px solid #ebebeb;
}
.seasonal-grid__cards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.seasonal-grid__card {
    padding: 8px 15px;
    border: 1px solid lightgrey;
    border-radius: 25px;
}
.seasonal-grid__cards {
    display: flex;
    gap: 20px;
}

.seasonal-grid__card {
    padding: 10px 19px;
    border: 1px solid lightgrey;
    border-radius: 25px;
	white-space: nowrap;
    flex-shrink: 0;
    width: auto;
}
.seasonal-grid__link {
    display: flex;
	align-items: center;
}
.shop-list__mobile-icon {
  display: none;
}
h3.seasonal-grid__title {
    margin: 0;
	line-height: unset;
}
h2.category-grid__main-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.category-grid__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.category-grid__item {
  display: flex;
}

.category-grid__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: #111;
  text-align: center;
}
.category-grid__thumb-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 12px;   
  width: 100%;
}

.category-grid__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.seasonal-grid__card:hover {
    background: #E5E5E5;
	cursor:pointer;
}
.category-grid__title {
  font-weight: 400;
  font-size: 16px;
}

.highlight-cards__top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.highlight-cards__card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.highlight-cards__link {
  text-decoration: none;
  color: #000;
  display: block;
}

.highlight-cards__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.highlight-cards__bottom-grid {
  display: grid;
  grid-template-columns: 2.08fr 1fr;
    gap: 24px;
}

.highlight-cards__banner {
  background-color: #ebf9f3;
  border-radius: 20px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #f0f0f0;
}

.highlight-cards__banner-content {
  flex: 1;
  max-width:60%;
}

.highlight-cards__main-subtitle {
  font-size: 16px;
    width: 82%;
  line-height: 1.5;
  margin-bottom: 28px;
}

.highlight-cards__btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.highlight-cards__banner-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.highlight-cards__banner-image img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
}


.highlight-cards__sidebar-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.highlight-cards__list-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #f0f0f0;
	height: stretch;
}

.highlight-cards__item-text h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
}

.highlight-cards__item-text p {
  margin: 0;
  font-size: 13px;
}

.highlight-cards__arrow {
  width: 28px;
}
.shop-list__preview-desc {
    float: left;
    margin: 10px 0 0 0;
    font-weight: normal;
    color: black;
    opacity: 100%;
}
.shop-list__content {
        position: relative;
}
.shop-list__preview {
    height: 100%;
}
.shop-list__link, .shop-list__link-placeholder{
        display: block;
        padding: 4px 16px 4px 0;
        text-decoration: none;
        font-weight: bold;
    }
.shop-list__title {
    font-size: 21px;
	font-weight: 500;
	float: left;
    margin: 0 0 36px 0;
    line-height: 1;
	cursor: pointer;
	color: black;
	height: 21px;
}

.shop-list__preview {
    height: 100%;
}

.shop-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 20px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.shop-list__header {
  margin-bottom: 50px;
}

.shop-list__main-subtitle {
  font-size: 1rem;

}
.promo-banner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.promo-banner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #fbf8f5;
  z-index: -1;
}

.promo-banner__container {
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 30px;
}

.promo-banner__content {
  flex: 1 1 380px;
    max-width: 380px;
}

.promo-banner__subtitle {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}

.promo-banner__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-banner__img {
  max-width: 100%;
max-height: 200px;
  display: block;
  object-fit: contain;
}

.promo-banner__action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.promo-banner__btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.feature-cards__title, .category-grid__title, .highlight-cards__title {
    font-size: 16px;
    color: black;
    font-weight: 400;
}
@media (max-width: 992px) {
  .promo-banner__container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .promo-banner__content {
    max-width: 100%;
  }

  .promo-banner__action {
    justify-content: center;
  }
}
@media (min-width: 768px) {
.promo-banner__title {
    width: 85%;
}
.shop-list__content {
    position: relative;
  }

  .shop-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30%; 
    display: flex;
    flex-direction: column;
  }

  .shop-list__link,
  .shop-list__link-placeholder {
    display: block;
        padding: 0px 16px 0 0px;
        text-decoration: none;
        font-weight: bold;
        float: left;
        width: 100%;
  }

  .shop-list__preview {
    position: absolute;
    top: 15px;
    right: 0;
    width: 70%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    pointer-events: none;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .shop-list__img {
    max-width: 100%;
    max-height: fit-content;
  }

  .shop-list__preview-title {
    font-size: 17px;
    margin: 0;
  }
  .shop-list__item:hover .shop-list__preview {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .shop-list__item:first-child .shop-list__preview {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .shop-list__items:hover .shop-list__item:first-child:not(:hover) .shop-list__preview {
    opacity: 0;
    visibility: hidden;
  }
.category-grid__list {
	display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1.1fr 1.1fr;
        align-items: start; 
  }
  .category-grid__item:first-child {
    grid-column: span 2;
    grid-row: span 2; 
	aspect-ratio: 1 / 1;	
  }
.category-grid__item {
    width: 100%;
    aspect-ratio: 1.10;
    object-fit: cover;
}
  .category-grid__item:first-child .category-grid__thumb-wrapper {
    aspect-ratio: auto;
    height: 100%;
  }
  
  .category-grid__item:first-child .category-grid__link {
    height: 100%;
  }
    .hero {
        flex-direction: row;
    }

    .hero__media {
        width: 46%;
    }

    .hero__img {
        height: auto;
        height: 500px;
    }

    .hero__content-wrap {
        width: 54%;
    }

    .hero__content {
        padding: 56px 62px 56px 56px;
    }

}
.slider-nav-bottom {
	display:none;
}

@media (max-width: 1024px) {
.hero__content {
        padding: 56px 30px;
}
}

@media (max-width: 768px) {
.category-grid__item {
  width: 100%;
}
.slider-track {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
}
    .slider-track::-webkit-scrollbar { display: none; }
    .slider-track > * { scroll-snap-align: start; flex-shrink: 0; }
    .occasion-grid__card { flex: 0 0 80%; }
    .homepage-dots { display: flex; justify-content: center; gap: 12px; margin: 10px 0 20px 0; }
    .homepage-dot {
        width: 10px; height: 10px; border-radius: 50%;
        background-color: #bbbbbb; border: none; padding: 0;
        cursor: pointer; transition: background-color 0.3s, transform 0.3s;
    }
    .homepage-dot.active { background-color: #2b2b2b; }

.slider-nav-btn.slider-next {
  width: 30px;
  height: 30px;
  padding: 4px 4px 4px 5px;
  margin: 0;
  background: white;
  border: 1px solid lightgray;
  border-radius: 50%;
}
.slider-nav-btn img {
  width: 16px;
  height: auto;
  display: flex;
}
.slider-nav-btn.slider-prev {
  width: 30px;
  height: 30px;
  padding: 4px 4px 4px 6px;
  margin: 0;
  background: white;
  border: 1px solid lightgray;
  border-radius: 50%;
  margin: 0 15px 0 0;
}
.slider-nav-btn.slider-prev img {
  transform: rotate(180deg);
}
.slider-nav-bottom {
	display:block;
  float: right;
  margin: 25px 15px 0 0;
}
.shop-list__mobile-icon {
    display: inline-block !important;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin-right: 20px;
    float: left;
  }
h3.feature-cards__title {
    font-size: 15px;
    font-weight: bold;
}
.promo-banner__content {
	flex: unset;
}
.shop-list__main-title, .shop-list__content {
	text-align: center;
}
    span.shop-list__title {
        margin: 0;
        font-size: 17px;
		display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }
.shop-list__link:not(:has(.shop-list__mobile-icon)) .shop-list__title,
  .shop-list__link-placeholder:not(:has(.shop-list__mobile-icon)) .shop-list__title {
    margin-left: 48px;
  }
li.shop-list__item {
    width: 320px;
}
.highlight-cards__img {
    height: unset;
}
.shop-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
	width: 100%;
	align-items: center;
  }

  .shop-list__link,
  .shop-list__link-placeholder {
    display: block;
    padding: 6px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
  }
  .shop-list__preview {
    display: none !important;
  }
.seasonal-grid__cards {
    display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        margin: 0;
        scrollbar-width: none;
}
.feature-cards__header {
    align-items: center;
    text-align: center;
	margin-bottom: 30px;
}
.feature-cards__header-content {
    margin: 0 0 30px 0;
}
.feature-cards__header-btn {
    position: relative;
}
	.feature-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
 .occasion-grid__wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 4px 15px 16px 15px; 
    margin: 0 ; 
    scrollbar-width: none; 
  }

  .occasion-grid__wrapper::-webkit-scrollbar {
    display: none; 
  }
  .occasion-grid__card {
    flex: 0 0 auto;
    width: 220px; 
    scroll-snap-align: start;
  }

  .occasion-grid__link {
    padding: 8px 18px 8px 8px; 
  }

  .occasion-grid__img {
    width: 48px;
    height: 48px;
  }

  .occasion-grid__title {
    font-size: 16px;
  }
.highlight-cards__bottom-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .highlight-cards__banner {
        display: flex;
        flex-direction: column;
        background-color: #eefbf4;
        padding: 30px 20px;
        border-radius: 16px;
       box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
	   align-items: flex-start;
    }

    .highlight-cards__banner-content {
        display: contents;
    }

    .highlight-cards__main-title {
        order: 1;
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 0 0 12px 0;
        text-align: left;
    }

    .highlight-cards__main-subtitle {
        order: 2;
        font-size: 14px;
        line-height: 1.45;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .highlight-cards__banner-image {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .highlight-cards__banner-image img {
        max-width: 85%; 
        display: block;
        object-fit: cover;
        object-position: 15% center; 
    }

    .highlight-cards__btn {
        order: 4;
        align-self: center;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 10px 32px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        transition: background 0.2s ease;
        display: inline-block;
        width: auto;
    }
    .highlight-cards__sidebar-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
.seasonal-grid__title {
    margin: 0;
    width: max-content;
}
}
@media (max-width: 599px) {
.h-copy .h-title h1 {
        font-size: 23px;
    }
.promo-banner {
    padding: 20px 0;
}
.feature-cards__item {
    justify-content: flex-start;
}
h2.category-grid__main-title {
    font-size: 20px;
    margin: 0 0 30px 0;
}
h2.promo-banner__title, .feature-cards__main-title, .shop-list__main-title, .occasion-grid__main-title, .seasonal-grid__main-title, .category-grid__main-title, .shop-list__main-title, .promo-banner__title, .highlight-cards__main-title {
    font-size: 20px;
}
.promo-banner {
    padding: 20px 0;
}
.shop-list__items:not(:hover) .shop-list__item:first-child .shop-list__title::after {
    display: none;
}
.category-grid__main-subtitle {
	display:none;
}
.seasonal-grid__title {
    font-size: 12px;
}
.seasonal-grid__main-title, .shop-list__main-title, .category-grid__main-title {
    font-size: 20px;
    text-align: center;
	margin: 10px 0 30px 0;
}
.feature-cards__header-btn {
    margin: 0 0 30px 0;
}
.feature-cards__header {
    margin-bottom: 0px;
}
.homepage-section.homepage-section--feature-cards {
    margin: 30px 10px;
}
.homepage-section.homepage-section--occasion-grid {
    margin: 30px 0 30px 10px;
	width: calc(100% - 10px);
	padding: 20px 0;
}
.h-copy .h-title h1 {
    text-align: center;
    width: auto;
}
  .seasonal-grid__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.homepage-section {
    padding:0;
}
.homepage-section.homepage-section--hero {
    margin: 20px 0;
}
.homepage-section.homepage-section--category-grid {
        padding: 30px 0 0 15px;
		margin: 20px 0;
}
.homepage-section.homepage-section--seasonal-grid {
        padding: 0 0 0 15px;
		margin: 20px 0;
}
    .homepage-section.homepage-section--highlight-cards,
    .homepage-section.homepage-section--shop-list,
    .homepage-section.homepage-section--promo-banner {
        padding: 30px 15px 0 15px;
		margin: 20px 0;
}

	.seasonal-grid__card {
    background: white;
}
.hero__title {
    text-align: center;
    float: left;
    width: 100%;
    max-width: unset;
	font-size: 22px;
}
.hero__subtitle {
    text-align: center;
    max-width: unset;
    margin: 0 20px 30px 20px;
}
.hero__buttons a:not(:first-child) {
    display: none;
}
    .hero__buttons a {
        margin: 0 auto;
        padding: 10px 70px;
        font-size: 12px;
    }
.hero {
    border-radius: unset;
}
.h-conn {
        padding: 0;
    }
.highlight-cards__top-row {
    display: block;
}
  .category-grid__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .category-grid__list::-webkit-scrollbar {
    display: none;
  }

  .category-grid__item {
    flex: 0 0 90%;
    scroll-snap-align: start;
  }

  .category-grid__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
	margin-left: -35px;
  }

  .category-grid__arrow {
    background: transparent;
    border: 1px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
  }

  .category-grid__counter {
    font-size: 14px;
    font-weight: 600;
  }

}
@media (max-width: 320px) {
.hero__subtitle {
        margin: 0 0 30px 0;
    }
}