/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --kas-orange: #f9a641;
  --kas-orange-deep: #fc9435;
  --kas-text: #2c2c29;
  --kas-muted: #69737c;
  --kas-light: #fff8f1;
  --kas-border: #d5cdc4;
  --kas-white: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  padding-top: 90px;
  position: relative;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: var(--kas-text);
  background: var(--kas-white);
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
iframe,
video,
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 400ms ease;
}
button,
a,
input,
textarea {
  outline-offset: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120% !important;
  font-family: "Poppins", sans-serif;
}
.container {
  width: calc(100% - 30px);
  max-width: 1724px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*      KASplus Header
*****************************/
.KASplus_header {
  padding: 20px 0;
  background: var(--kas-white);
  border-bottom: 1px solid var(--kas-border);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.KASplus_header_contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbarLogo img {
  max-width: 210px;
  object-fit: contain;
  object-position: center;
}
.KASplus_menu {
  display: inline-block;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.KASplus_menu a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 19px);
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.4s ease;
}
.KASplus_menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--kas-orange-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.KASplus_menu a:hover, .KASplus_menu a.active {
  color: var(--kas-orange-deep);
}
.KASplus_menu a:hover::after, .KASplus_menu .active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.KASplus_menu a:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}
.social_link {
  padding: 8px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.social_link:hover {
  background: #fff8f1;
  border: 1px solid var(--kas-orange-deep);
  border-radius: 50px;
}
.social_link img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.offcanvas-body {
    flex-grow: 0;
}

/*     Footer
*****************************/
.footer_area {
  background: #fff;
}
.footer_top {
  padding: 66px 0 76px;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 0.75fr 0.95fr auto;
  gap: 72px;
  align-items: start;
}
.footer-col h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}
.f_max_width {
  max-width: 200px;
}
.footer-col p {
  margin-bottom: 8px;
}
.footer-links {
  display: grid;
}
.footer-links a {
  padding: 4px 0;
}
.footer-links a:first-child {
  padding: 0 0;
}
.footer-links a:hover,
.footer-col a:hover {
  color: var(--kas-orange-deep);
}
.footer_social a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--kas-orange-deep);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_social a:hover {
  background: var(--kas-orange-deep);
  border-color: var(--kas-orange-deep);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer_copyright {
  padding: 50px 0;
  border-top: 1px solid var(--kas-border);
}
.footer_copyright a {
  transition: all 400ms ease;
}
.footer_copyright a:hover {
  color: var(--kas-orange-deep);
}

/*     Map
*****************************/
.map-section {
  height: 620px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.map-section iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.map-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Hero 
================================ */
.hero-section {
  height: 650px;
  position: relative;
  overflow: hidden;
  background: #f9f7f2;
}
.hero-section-in {
  height: 350px;
  position: relative;
  overflow: hidden;
  max-height: auto;
}
.hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63.15%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
}
.hero-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      151deg,
      rgb(255 255 255) 15%,
      rgb(255 255 255 / -3%) 29%,
      rgb(255 255 255 / 0%) 45%
    ),
    linear-gradient(
      90deg,
      rgb(255 255 255 / 13%) 0,
      rgb(255 248 241 / 58%) -185%,
      rgb(254 245 236) 39%,
      rgb(255 255 255 / 0%) 63%,
      rgb(255 255 255 / 0%) 67%
    );
  pointer-events: none;
}
.hero-container {
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 550px;
  padding-top: 4px;
}
.hero-copy h1 {
  margin-bottom: 32px;
  font-size: clamp(46px, 3.25vw, 62px);
}
.hero-copy h1 span {
  color: var(--kas-orange-deep);
  font-weight: 500;
}
.hero-kicker {
  margin: 0 0 32px;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
}
.hero-points ul {
  margin: 38px 0 0;
  display: grid;
  gap: 12px;
}
.hero-points ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 140%;
}
.hero-points i {
  color: var(--kas-orange);
  font-size: 22px;
}

/* Shared section headings 
================================ */
.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.section-head h2,
.section-title-center h2 {
  margin: 0;
  letter-spacing: 0.01em;
  font-size: clamp(42px, 4.2vw, 70px);
}
.section-head p {
  margin: 0;
  line-height: 160%;
  font-size: clamp(20px, 2vw, 30px);
}
.section-head .section-desc p {
  max-width: 508px;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
}

/* Deals Product Slider
================================ */
.deals-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 106px 0 124px;
}
.plus-watermark {
  position: absolute;
  width: 325px;
  height: 325px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.11;
  z-index: 1;
}
.plus-watermark::before,
.plus-watermark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: var(--kas-orange);
}
.plus-watermark::before {
  width: 76px;
  height: 325px;
}
.plus-watermark::after {
  width: 325px;
  height: 76px;
}

/* Slider container */
.product-grid.scrollSlider {
  --product-visible: 5;
  --product-gap: 30px;
  display: flex;
  align-items: stretch;
  gap: var(--product-gap);
  margin-top: 80px;
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.product-grid.scrollSlider::-webkit-scrollbar {
  display: none;
}
.product-grid.scrollSlider.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 0
    calc(
      (100% - (var(--product-visible) - 1) * var(--product-gap)) /
        var(--product-visible)
    );
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-decoration: none;
  color: inherit;
}
.product-media {
  position: relative;
  flex-shrink: 0;
  background: var(--kas-border);
  aspect-ratio: 322 / 285;
  border-radius: 30px;
  overflow: hidden;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
  pointer-events: none;
}
.product-card:hover .product-media img {
  transform: scale(1.08);
}
.product-card:hover h3 {
  color: var(--kas-orange-deep);
}
.discount {
  position: absolute;
  left: 20px;
  top: 16px;
  min-width: 74px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--kas-orange-deep);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.product-card h3 {
  margin: 50px 0 10px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  height: calc(1.25em * 2);
  min-height: calc(1.25em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  word-break: normal;
  flex-shrink: 0;
  transition: color 0.4s ease;
}
.product-card p {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.45;
  -webkit-line-clamp: 3;
}
.price {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.product-card .price {
  flex-shrink: 0;
  margin-top: auto;
}
.price strong {
  color: var(--kas-orange-deep);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
}
.price:has(del) strong {
  color: #d32f2f;
  font-size: clamp(20px, 1.9vw, 23px);
}
.price del {
  color: var(--kas-muted);
  font-size: 14px;
  font-weight: 600;
}
.deals-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  margin-top: 95px;
}
.arrows {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
.arrows button {
  width: 56px;
  min-width: 56px;
  height: 56px;
  font-size: 20px;
  color: var(--kas-border);
  background: var(--kas-white);
  border: 1px solid var(--kas-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 0.25s ease;
}
.arrows button:hover:not(:disabled) {
  background: var(--kas-orange-deep);
  border-color: var(--kas-orange-deep);
  color: #fff;
}
.arrows button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Swiper integration only */
.productSwiper {
  --product-visible: 5;
  --product-gap: 30px;
  overflow: hidden;
}

.productSwiper .product-grid.scrollSlider {
  overflow: visible;
  gap: 0;
  scroll-snap-type: none;
}

.productSwiper .product-card.swiper-slide {
  flex: 0 0
    calc(
      (100% - (var(--product-visible) - 1) * var(--product-gap)) /
        var(--product-visible)
    );
  width: calc(
    (100% - (var(--product-visible) - 1) * var(--product-gap)) /
      var(--product-visible)
  );
  min-width: 0;
}

.productSwiper .swiper-wrapper {
  align-items: stretch;
}

.productSwiper .swiper-slide {
  height: auto;
}

/* Assortment */
.assortment-section {
  background: var(--kas-light);
  padding: 122px 0 132px;
}
.assortment-head {
  margin-bottom: 72px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 29px;
}
.category-card {
  position: relative;
  overflow: hidden;
}
.category-card h2 {
  width: 100%;
  position: absolute;
  font-size: clamp(20px, 2vw, 30px);
  top: 0;
  padding: 20px;
  -webkit-line-clamp: 4;
  color: var(--kas-white);
}
.category-card-dark h2,
.category-card-dark h2 {
  color: var(--kas-text);
}
.category-cardItem {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 554 / 248;
}
.category-cardItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.35s ease;
}
.category-cardItem:hover img {
  transform: scale(1.05);
}
.category-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
}

/* About */
.about-section {
  padding: 142px 0 200px;
  background: var(--kas-white);
  overflow: hidden;
}
.about-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 122px;
}
.about-left {
  position: relative;
  width: 100%;
  margin-left: 4.5%;
}
.about-bg-top {
  position: absolute;
  top: -15%;
  left: -8%;
  width: 170px;
  height: 170px;
  min-width: 170px;
  border-radius: 50%;
  background: #ec951cd5;
  z-index: 1;
}
.about-image-wrap {
  max-width: 624px;
  aspect-ratio: 624 / 524;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
.about-image-2 {
  max-width: 305px;
  aspect-ratio: 305 / 340;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  bottom: -22%;
  right: 4%;
  z-index: 1;
}
.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-copy {
  position: relative;
  padding: 38px 0 0 0;
  max-width: 590px;
  z-index: 1;
}
.about-copy::before {
  content: "<";
  position: absolute;
  right: 12%;
  left: 50%;
  top: 50%;
  font-size: 872px;
  font-weight: 900;
  color: #fefbf8;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-eyebrow {
  margin: 0 0 30px;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 120%;
  max-width: 430px;
}
.about-copy h2 {
  margin: 0 0 64px;
  font-size: clamp(42px, 4.2vw, 70px);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.about-copy p:not(.about-eyebrow) {
  margin: 0 0 50px;
  line-height: 160%;
  font-size: clamp(16px, 2vw, 18px);
}

/* Flyers */
.flyers-section {
  background: var(--kas-light);
  padding: 100px 0 80px;
}
.section-title-center {
  text-align: center;
  margin-bottom: 82px;
}
.section-title-center p {
  margin: 10px 0 0;
  font-size: clamp(20px, 2vw, 30px);
}
.custom-radius {
  border-radius: 20px;
}
/* 
.flyer-grid {
  display: flex;
  gap: 70px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  padding-bottom: 140px;
}
.flyer-grid::-webkit-scrollbar {
  display: none;
}
.flyer-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.flyer-card {
  flex: 0 0 calc((100% - 140px) / 3);
  min-width: 0;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: center;
}
.flyer-card-img {
  border-radius: 30px;
  aspect-ratio: 515 / 385;
  overflow: hidden;
  background: #eee;
}
.flyer-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
  pointer-events: none;
}
.flyer-card:hover .flyer-card-img img {
  transform: scale(1.08);
}
.flyer-info {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -24%;
  color: #fff;
  background: linear-gradient(135deg, #f9b64c 0%, #ff912b 100%);
  border-radius: 18px;
  padding: 32px;
  transition: all 400ms ease;
  transform: none !important;
}
.flyer-card.is-active .flyer-info {
  background: var(--kas-orange-deep);
}
.flyer-info h3 {
  margin: 0 0 25px;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.25;
  -webkit-line-clamp: 2;
}
.flyer-info p {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.45;
  -webkit-line-clamp: 2;
}
.category-card h2,
.product-card p,
.flyer-info h3,
.flyer-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  word-break: normal;
}
.flyer-info span {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.slider-dots span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b9b9b9;
  display: block;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.slider-dots span.active {
  background: #242a31;
  transform: scale(1.15);
} */

.flyer-slider-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
}

.flyer-grid {
  display: flex;
  gap: 70px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  padding-bottom: 140px;
}

.flyer-grid::-webkit-scrollbar {
  display: none;
}

.flyer-grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.flyer-card {
  flex: 0 0 calc((100% - 140px) / 3);
  min-width: 0;
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: center;
}

.flyer-card-img {
  border-radius: 30px;
  aspect-ratio: 515 / 385;
  overflow: hidden;
  background: #eee;
}

.flyer-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
  pointer-events: none;
}

.flyer-card:hover .flyer-card-img img {
  transform: scale(1.08);
}

.flyer-info {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -24%;
  color: #fff;
  background: linear-gradient(135deg, #f9b64c 0%, #ff912b 100%);
  border-radius: 18px;
  padding: 32px;
  transition: all 400ms ease;
  transform: none !important;
  box-sizing: border-box;
}

.flyer-card.is-active .flyer-info,
.flyer-card.swiper-slide-active .flyer-info {
  background: var(--kas-orange-deep);
}

.flyer-info h3 {
  margin: 0 0 25px;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.25;
  -webkit-line-clamp: 2;
}

.flyer-info p {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.category-card h2,
.product-card p,
.flyer-info h3,
.flyer-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  word-break: normal;
}

.flyer-info span {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slider-dots {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.slider-dots span,
.slider-dots .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b9b9b9;
  display: block;
  cursor: pointer;
  opacity: 1;
  margin: 0 !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.slider-dots span.active,
.slider-dots .swiper-pagination-bullet-active {
  background: #242a31;
  transform: scale(1.15);
}

/* Small utility replacement if Bootstrap is not loaded */
.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

/* Swiper required adjustments */
.flyer-grid.swiper-wrapper {
  gap: 0;
  overflow: visible;
  cursor: grab;
  scroll-snap-type: none;
  padding-bottom: 126px;
  user-select: none;
}

.flyer-card.swiper-slide {
  flex: 0 0 auto;
  height: auto;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.flyer-card.swiper-slide-active {
  transform: scale(1.02);
  z-index: 2;
}

/* .flyerSwiper.swiper {
  overflow: visible;
} */

.flyerSwiper .swiper-pagination {
  position: static;
}

/* Tablet */
@media (max-width: 991px) {
  .flyer-info {
    padding: 24px;
    bottom: -28%;
  }

  .flyer-info span {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .flyer-card.swiper-slide-active {
    transform: scale(1);
  }

  .flyer-card-img {
    border-radius: 22px;
  }

  .flyer-info {
    width: 88%;
    left: 6%;
    bottom: -32%;
    padding: 20px;
    border-radius: 16px;
  }

  .flyer-info h3 {
    margin-bottom: 16px;
  }

  .flyer-info span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 18px;
  }

  .slider-dots {
    gap: 14px;
  }

  .slider-dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

/* CTA */
.cta-section {
  padding: 90px 0;
  position: relative;
  isolation: isolate;
  background: url("../img/cta-bg.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 50px;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.72) 68%,
    rgba(0, 0, 0, 0.86) 100%
  );
}
.cta-container {
  display: flex;
  justify-content: flex-end;
}
.cta-copy {
  width: 450px;
  margin-right: 10%;
}
.cta-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(36px, 2.65vw, 40px);
  line-height: 120%;
  letter-spacing: 0.01em;
}
.cta-copy p {
  margin: 0 0 39px;
  font-size: clamp(16px, 1.5vw, 18px);
  color: rgba(255, 255, 255, 0.92);
}

/* Common Button Style */
.kas_primary,
.kas_outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: color 0.4s ease;
  z-index: 1;
}
.kas_primary::before,
.kas_outline::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.kas_primary:hover::before,
.kas_outline:hover::before {
  transform: scaleX(1);
}
.kas_primary:not(:hover)::before,
.kas_outline:not(:hover)::before {
  transform: scaleX(0);
  transform-origin: right;
}
.kas_primary {
  min-height: 56px;
  padding: 10px 34px;
  color: var(--kas-white);
  background: var(--kas-orange-deep);
}
.kas_primary::before {
  background: var(--kas-orange);
}
.kas_outline {
  min-height: 54px;
  padding: 10px 60px;
  color: var(--kas-text);
  background: #fff8f1;
  border: 1px solid var(--kas-orange);
}
.kas_outline::before {
  background: var(--kas-orange-deep);
}
.kas_outline:hover {
  color: var(--kas-white);
  border-color: var(--kas-orange-deep);
}

/*
   Responsive slides
================================ */
@media (max-width: 1699px) {
  .container {
    width: calc(100% - 50px);
  }
  .about-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}

@media (max-width: 1399px) {
  .container {
    width: calc(100% - 50px);
  }
  .hero-section {
    height: 500px;
  }
  .hero-copy h1 {
    margin-bottom: 16px;
  }
  .hero-kicker {
    margin: 0 0 26px;
  }
  .hero-points ul {
    margin: 26px 0 0;
  }
  .footer_top {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer_social {
    grid-column: 1 / -1;
  }
  .about-image-wrap {
    aspect-ratio: 624 / 635;
    border-radius: 40;
  }
  .about-image-2 {
    max-width: 237px;
    aspect-ratio: 305 / 340;
  }
  .product-grid.scrollSlider,
  .productSwiper {
    --product-visible: 4;
  }
  .assortment-section {
    padding: 100px 0;
  }
  .flyers-section {
    background: var(--kas-light);
    padding: 90px 0 80;
  }
  .deals-section {
    padding: 90px 0;
  }
  .product-grid.scrollSlider {
    margin-top: 50px;
  }
  .flyer-grid.swiper-wrapper {
    padding-bottom: 100px;
  }
  .hero-section-in {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .border-xl-0 {
    border: 0 !important;
  }
}

@media (max-width: 1200px) {
  .container {
    width: calc(100% - 48px);
  }
  .navbarLogo img {
    max-width: 180px;
  }
  .KASplus_menu {
    gap: 0px;
  }
  .KASplus_menu a {
    width: 100%;
    padding: 20px 24px;
  }
  .header_actions .kas_primary {
    width: 100%;
  }
  .map-section {
    height: 440px;
  }
  .about-grid {
    align-items: start;
    gap: 100px;
    flex-direction: column;
  }
  .about-eyebrow,
  .about-copy {
    max-width: 100%;
  }
  .about-section {
    padding: 100px 0;
  }
  .about-left {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  .about-image-wrap {
    aspect-ratio: 624 / 524;
    border-radius: 30;
  }
  .about-image-2 {
    max-width: 305px;
    aspect-ratio: 305 / 340;
  }
  .product-grid.scrollSlider,
  .productSwiper {
    --product-visible: 3;
  }
  .flyer-grid {
    gap: 40px;
  }
  .flyer-card {
    flex-basis: calc((100% - 40px) / 2);
  }
  /* ----------------- */
  .navbar-collapse {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 26px 24px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.06);
  }
  .hero-bg-img {
    width: 75%;
    opacity: 0.75;
  }
  .section-head {
    flex-direction: column;
    gap: 24px;
  }
  .section-head .section-desc p {
    max-width: 720px;
  }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-container {
    justify-content: flex-start;
  }
  .cta-copy {
    width: min(620px, 100%);
    margin-right: 0;
  }
  .cta-section::before {
    background: rgba(0, 0, 0, 0.58);
  }
  .footer_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
  }
  .flyers-section,
  .assortment-section {
    padding: 80px 0;
  }
  .assortment-head {
    margin-bottom: 55px;
  }
  .product-grid.scrollSlider {
    margin-top: 40px;
  }
  .deals-bottom {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .navbarLogo img {
    max-width: 170px;
  }
  .about-copy h2 {
    margin: 0 0 32px;
  }
  .cta-section,
  .about-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }
  .footer_top {
    padding: 56px 0;
    gap: 32px;
  }
  .footer_copyright {
    padding: 32px 0;
  }
  .map-section {
    height: 360px;
  }
  .kas_outline {
    background: transparent;
  }
  .section-head {
    gap: 20px;
  }
  .cta-section,
  .flyers-section,
  .assortment-section,
  .deals-section {
    padding: 60px 0;
  }
  .product-grid.scrollSlider,
  .productSwiper {
    --product-visible: 2;
    --product-gap: 20px;
  }
  .product-card h3 {
    margin: 28px 0 10px;
    height: calc(1.25em * 2);
    min-height: calc(1.25em * 2);
  }
  .product-card p {
    margin-bottom: 14px;
  }
  .deals-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
    margin-top: 48px;
  }
  .arrows {
    justify-content: center;
  }
  .about-left {
    max-width: 100% !important;
  }
  .about-bg-top {
    top: -12% !important;
    left: 0% !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
  }
  .flyers-section {
    padding: 70px 0 60px;
  }
  .section-title-center {
    margin-bottom: 50px;
  }
  .flyer-grid {
    gap: 24px;
    padding-bottom: 110px;
  }
  .flyer-card {
    flex-basis: 82%;
  }
  .flyer-info {
    bottom: -90px;
    padding: 24px;
  }
  .flyer-info span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 18px;
  }
  .slider-dots {
    gap: 16px;
  }
  .slider-dots span {
    width: 14px;
    height: 14px;
  }
  /* ---------------- */
  .hero-section {
    height: auto;
    min-height: auto;
    padding: 72px 0;
  }
  .hero-bg-img {
    width: 100%;
    opacity: 0.35;
  }
  .arrows {
    justify-content: center;
  }
  .category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .category-action {
    justify-content: center;
  }
  .footer_top {
    grid-template-columns: 1fr;
  }
  .about-image-2 {
    max-width: 250px;
    aspect-ratio: 305 / 340;
  }
  .flyer-card-img {
    border-radius: 20px;
  }
  .hero-fade {
    background:
      linear-gradient(1deg, rgb(255 255 255 / 0%) 45%),
      linear-gradient(
        100deg,
        rgb(255 255 255 / 0%) 0,
        rgb(255 248 241) -185%,
        rgb(254 245 236) 39%,
        rgb(255 255 255 / 0%) 63%,
        rgb(255 255 255 / 0%) 67%
      );
  }
  .assortment-head {
    margin-bottom: 36px;
  }
  .about-copy p:not(.about-eyebrow) {
    margin: 0 0 40px;
  }
}

@media (max-width: 575px) {
  .product-grid.scrollSlider,
  .productSwiper {
    --product-visible: 1;
    --product-gap: 20px;
  }
  .product-media {
    border-radius: 24px;
  }
  .discount {
    left: 14px;
    top: 14px;
    min-width: 64px;
    height: 34px;
    font-size: 15px;
  }
  .flyers-section,
  .assortment-section,
  .deals-section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .header-btn {
    min-width: 0;
  }
  .footer_social a {
    width: 50px;
    height: 50px;
  }
  .category-cardItem {
    aspect-ratio: 552 / 272;
  }
  .about-image-wrap {
    aspect-ratio: 624 / 663;
  }
  .about-image-2 {
    max-width: 200px;
    aspect-ratio: 305 / 340;
  }
}

@media (max-width: 420px) {
  .flyer-card {
    flex-basis: 88%;
  }
  .flyer-info {
    width: 92%;
    left: 4%;
    padding: 22px;
  }
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.catalog-card {
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  border-bottom: 0 !important;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(44, 44, 41, 0.08);
}

.catalog-card:hover {
  border-bottom: 0 !important;
}

.catalog-card:focus-visible {
  outline: 3px solid #f5b335;
  outline-offset: 4px;
}

.catalog-cover {
  display: grid;
  overflow: hidden;
  aspect-ratio: 7 / 10;
  place-items: center;
  background: #f2f4f3;
}

.catalog-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.catalog-card:hover .catalog-cover img {
  transform: scale(1.05);
}

/* Images floated inside page content */
.vnutro .content-with-image {
  display: flow-root;
}

.vnutro img.content-image-right {
  float: right;
  width: min(500px, 42%) !important;
  max-width: 100%;
  height: auto !important;
  margin: 0 0 1.5rem 2rem;
  border-radius: 20px;
}

.catalog-viewer .modal-content {
  border: 0;
  border-radius: 0;
  background: #252a28;
  color: #fff;
}

.catalog-viewer .modal-header,
.catalog-viewer .modal-footer {
  border-color: rgba(255, 255, 255, 0.14);
  background: #1c201f;
}

.catalog-viewer .modal-body {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0;
}

.catalog-viewer-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.catalog-viewer-status {
  min-width: 7rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.catalog-viewer-loading {
  display: flex;
  position: absolute;
  z-index: 2;
  inset: 0;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.catalog-viewer-swiper {
  width: 100%;
  height: 100%;
  padding: 1rem 2.5rem;
}

.catalog-viewer-swiper .swiper-wrapper {
  align-items: center;
}

.catalog-viewer-page {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.catalog-viewer-page canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.35);
}

.catalog-page-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.catalog-viewer .btn-outline-light:focus-visible,
.catalog-viewer .btn-close:focus-visible {
  outline: 3px solid #f5b335;
  outline-offset: 2px;
}

@media (max-width: 1199.98px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .catalog-viewer .modal-header {
    padding: 0.75rem;
  }

  .catalog-viewer-swiper {
    padding: 0.75rem;
  }

  .catalog-viewer-status {
    min-width: 5.5rem;
    font-size: 0.875rem;
  }

  .catalog-viewer [data-catalog-open] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
  }

  .vnutro img.content-image-right {
    float: none;
    width: 100% !important;
    margin: 1.5rem 0;
  }
}

@media (max-width: 419.98px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}
