/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcs_cf25b54d9897dba8c8a1b0c09cbd8d11/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.85.1_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js!./src/assets/styles/home.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.s-block__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .s-block__title {
    margin-bottom: 2rem;
  }
}
.s-block__title .right-side:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2rem;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
}
.s-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.s-block__title p {
  margin-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.6;
}
@media (min-width: 640px) {
  .s-block__title p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) {
  .s-block__title p:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 4rem;
  }
  .s-block__title p:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 4rem;
  }
}
.s-block__title-nav {
  display: none;
}
.s-block__title-nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * 0);
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * (1 - 0));
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.625rem * calc(1 - 0));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 640px) {
  .s-block__title-nav {
    display: flex;
  }
}
.s-block__title-nav:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1.5rem;
  flex-direction: row-reverse;
}
.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1.5rem;
}
.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.banner-entry {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
@media (min-width: 480px) {
  .banner-entry {
    padding: 1rem;
  }
}
.banner-entry article {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.banner-entry.square-photos h3 {
  height: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.banner-entry h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 480px) {
  .banner-entry h3 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.banner-entry h3.text-with-border {
  border-radius: 0.375rem;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
@media (min-width: 480px) {
  .banner-entry h3.text-with-border {
    border-width: 1px;
  }
}
.banner-entry h3.text-with-border span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.banner-entry p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.banner-entry h3, .banner-entry p {
  position: relative;
  z-index: 1;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), 1.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.banner-entry h3:hover, .banner-entry p:hover {
  opacity: 1;
}
.banner-entry:hover h3 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.banner-entry:hover p {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.8;
}
.two-row .banner-entry:first-child {
  padding: 1.25rem;
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
}
@media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 100%;
  }
}
.two-row .banner-entry:first-child > a {
  opacity: 1;
}
.two-row .banner-entry:first-child h3 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.home-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider__slide:not(.loaded) .overlay {
  opacity: 0;
}
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
salla-slider.photos-slider .swiper {
  padding-bottom: 2.5rem;
}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 3rem;
  }
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 3rem;
  }
}
salla-slider.photos-slider .swiper {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
salla-slider.photos-slider:not(.hydrated) > div {
  justify-content: center;
}
salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  salla-slider.photos-slider .swiper-slide {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 80%;
  }
}
salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, 1);
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}
@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 1rem;
  }
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1rem;
  }
  salla-slider.photos-slider .swiper-slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.has-overlay:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: "";
  content: var(--tw-content);
}
.has-overlay.with-hover:after {
  transition: opacity 0.3s;
  opacity: 0;
}
.slide--offer-entry {
  display: flex;
  height: 9rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.slide--offer-entry:hover {
  --tw-shadow: 5px 10px 30px #2B2D340D;;
  --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.s-block--features__item {
  display: flex;
  height: 100%;
  flex-grow: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-radius: 0.375rem;
  background-color: var(--color-bg);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.s-block--features__item:hover {
  --tw-shadow: 5px 10px 30px #2B2D340D;;
  --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 768px) {
  .s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.s-block--features__item .feature-icon {
  margin-bottom: 0.75rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background-color: var(--color-primary);
}
.s-block--features__item .feature-icon i {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--color-primary-reverse);
}
.s-block--features__item h2 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.s-block--features__item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.s-block--features__item:hover .feature-icon i,
.s-block--features__item:hover .feature-icon img {
  animation: toRightFromLeft 0.3s forwards;
}
.s-block--features + .s-block--features,
.s-block--banners + .s-block--banners {
  margin-top: 2em;
}
.fanim::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  background-color: var(--color-primary-light);
  opacity: 0.2;
  left: 0;
  top: 0;
  z-index: -1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  animation: borderraduse 25s ease-in-out infinite alternate;
}
@keyframes borderraduse {
  0% {
    border-radius: 60% 40% 52% 48%/87% 43% 57% 13%;
  }
  25% {
    border-radius: 45% 55% 65% 35%/60% 50% 50% 40%;
  }
  50% {
    border-radius: 35% 65% 55% 45%/55% 60% 40% 45%;
  }
  75% {
    border-radius: 50% 50% 60% 40%/65% 45% 55% 35%;
  }
  100% {
    border-radius: 60% 40% 52% 48%/87% 43% 57% 13%;
  }
}
.sizing-xxs h2 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-xxs h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sizing-xxs p,
.sizing-xxs a {
  font-size: 10px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .sizing-xxs p,
.sizing-xxs a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.add_mask {
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 40%, hsl(0, 0%, 0%) 70%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 40%, hsl(0, 0%, 0%) 70%, hsla(0, 0%, 0%, 0));
}
.btm_mask {
  -webkit-mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 80%);
  mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0) 80%);
}
.P__reviews_paws .s-slider-v-centered .s-slider-block__title-nav {
  top: auto;
  bottom: -3.5rem;
  width: 22%;
  --tw-translate-x: -50%;
  --tw-translate-y: 0px;
  transform: translate(-50%, 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.P__main_container .max-main {
  max-height: 1000px;
}
@media (max-width: 768px) {
  .P__main_container .max-main {
    max-height: 700px;
  }
}
.P__main_container .swiper-wrapper {
  gap: 0px;
}
.P__main_container .swiper-wrapper .swiper-slide-visible.swiper-slide-active {
  z-index: 2;
}
.P__main_container .main-banner {
  height: var(--pc-height);
}
@media (max-width: 768px) {
  .P__main_container .main-banner {
    height: var(--mob-height);
  }
  .sizin .P__main_container.sizing-lg h2, .P__main_container.sizing-xl h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.P__marquee salla-slider {
  overflow: hidden;
}
.P__marquee salla-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.P__marquee salla-slider .itemmarq {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-wrap: nowrap;
}
.P__marquee salla-slider .itemmarq span,
.P__marquee salla-slider .itemmarq i {
  font-weight: 800;
}
.sizing-xxs h2 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-xxs h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sizing-xxs p,
.sizing-xxs a {
  font-size: 10px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .sizing-xxs p,
.sizing-xxs a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.sizing-xs h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-xs h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.sizing-xs p,
.sizing-xs a {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .sizing-xs p,
.sizing-xs a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sizing-sm h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-sm h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.sizing-sm p {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .sizing-sm p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.sizing-sm a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .sizing-sm a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.sizing-md h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-md h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.sizing-md p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .sizing-md p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.sizing-md a {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .sizing-md a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.sizing-lg h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-lg h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.sizing-lg p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .sizing-lg p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.sizing-lg a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .sizing-lg a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.sizing-xl h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sizing-xl h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.sizing-xl p {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .sizing-xl p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.sizing-xl a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .sizing-xl a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.is_dots .swiper-wrapper {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .is_dots .swiper-wrapper {
    padding-bottom: 1.5rem;
  }
}
.is_dots .swiper-pagination {
  bottom: 0 !important;
}
.is_dots .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.is_dots .swiper-pagination-bullet {
  margin: 0px !important;
  border-radius: 0px !important;
  background-color: var(--color-primary) !important;
}
.is_dots .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.center-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hover-border-4::before,
.hover-border-4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.hover-border-4::before {
  bottom: 0;
  left: -1px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.hover-border-4::after {
  top: 0;
  right: 0;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.groth:hover .hover-border-4::before,
.groth:hover .hover-border-4::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
.s-slider-v-centered .s-slider-block__title-nav button {
  height: 2.5rem !important;
  width: 3.5rem !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--color-primary) !important;
  background-color: transparent !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.s-slider-v-centered .s-slider-block__title-nav button svg {
  fill: currentColor;
  color: var(--color-primary);
}
/* ===== Main Banner Motion (scoped) ===== */
.P__main_banner a {
  -webkit-tap-highlight-color: transparent;
}
.P__main_banner a:focus-visible {
  outline: 2px solid rgba(137, 89, 57, 0.45);
  outline-offset: 3px;
  border-radius: 9999px;
}
/* Hover polish */
.P__main_banner .P__hero-btn {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms linear;
  will-change: transform;
}
.P__main_banner .P__hero-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.02);
}
.P__main_banner .P__hero-btn:active {
  transform: translateY(0) scale(0.99);
}
.P__main_banner .P__hero-card {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
  will-change: transform;
}
.P__main_banner .P__hero-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.P__main_banner .P__hero-card img {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.P__main_banner .P__hero-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.05);
}
/* Entrance reveal */
.P__main_banner [data-hero-item] {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}
.P__main_banner.is-in [data-hero-item] {
  opacity: 1;
  transform: none;
  filter: none;
}
/* Featured Product */
.P__featured_product .prod-details .s-slider-has-notitle .s-slider-block__title button {
  background-color: var(--color-bg) !important;
}
/* Blogs */
.P__articles .carousel-slider .swiper {
  padding: 0;
}
/* SVG drawing: keep ready (JS controls the actual animation) */
.P__main_banner .js-draw-path {
  opacity: 1;
  will-change: stroke-dashoffset;
}
@media (prefers-reduced-motion: reduce) {
  .P__main_banner [data-hero-item] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
.P_menu_deals .s-count-down-list {
  margin: 0px;
  padding: 0px;
}
