* {
  outline: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}

html {
  scroll-behavior: smooth;
}

.max-w-8xl {
  max-width: 76rem;
}

.max-w-9xl {
  max-width: 82.5rem;
}

.bg-gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  background-color: #F0FFF4;
}

.text-green-800 {
  color: #1A3C34;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(25, 75, 251, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(214, 35, 35, var(--tw-text-opacity));
}

.text-8xl {
  font-size: 6rem;
  line-height: 1.0416;
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.w-52 {
  width: 13rem;
}

.gap-24 {
  gap: 6rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.left-3 {
  left: .75rem;
}

.bottom-3 {
  bottom: .75rem;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.leading-loose {
  line-height: 2 !important;
}

.ml-6 {
  margin-left: 1.8rem;
}

.pt-20 {
  padding-top: 5rem;
}

.gap-1 {
  gap: .25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.my-14 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bg-primary {
  background-color: #e6b22f;
}

.hover\:bg-primary:hover {
  background-color: #000000;
}

.text-primary {
  color: #e6b22f;
}

.size-height-product {
  height: 20rem;
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 200, 81, var(--tw-bg-opacity));
}

.border-red-200 {
  border-width: 1px;
  border-style: solid;
  border-color: #fecaca;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-20 {
  margin-top: 5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms !important;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.focus\:ring-1:focus {
  --tw-ring-offset-width: 0px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 183, 0, var(--tw-ring-opacity));
  box-shadow: 0 0 0 1px var(--tw-ring-color);
}

.focus\:ring-\[\#d8c055\]:focus {
  --tw-ring-color: #d8c055;
  box-shadow: 0 0 0 1px var(--tw-ring-color);
}

.focus\:border-\[\#d8c055\]:focus {
  border-color: #d8c055;
}

.text-\[\#d8c055\] {
  --tw-text-opacity: 1;
  color: rgb(65 90 61 / var(--tw-text-opacity, 1));
}

.border-\[\#d8c055\] {
  --tw-border-opacity: 1;
  border-color: rgb(65 90 61 / var(--tw-border-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:bg-\[\#d8c055\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 90 61 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}

.fade-right {
  animation: fadeRight 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.product-card {
  transition: all 0.3s ease;
}

.promo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #EF4444;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.discount-badge {
  background-color: #10B981;
}

.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.faq-answer {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
}

.faq-answer.open {
  max-height: 500px;
}

.faq-arrow.rotate {
  transform: rotate(180deg);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.right {
  right: 1.25rem;
}

.top-3 {
  top: .75rem;
}

.left-3 {
  left: .75rem;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity .5s;
  display: block;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.product-image {
  height: 33rem;
}

input[type=range] {
  -webkit-appearance: none;
  height: 8px;
  border-radius: 8px;
  background: #ffce51;
  outline: none;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #daa318;
  cursor: pointer;
  border: none;
}

input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #daa318;
  border: none;
  cursor: pointer;
}

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1.0625;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .md\:text-4xl {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:my-10 {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .product-image {
    height: auto
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-6xl {
    max-width: 63rem;
  }

  .lg\:my-24 {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}