.elementor-17 .elementor-element.elementor-element-deb23ed{--display:grid;--min-height:194px;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--overflow:hidden;}.elementor-17 .elementor-element.elementor-element-33edefa{--display:flex;}.elementor-17 .elementor-element.elementor-element-4e82e13{--display:grid;--min-height:100px;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-db88543{--display:grid;--e-con-grid-template-columns:repeat(6, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;border-style:none;--border-style:none;--border-radius:51% 51% 51% 51%;}.elementor-17 .elementor-element.elementor-element-9a9d193{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17 .elementor-element.elementor-element-d5e2a6e img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}.elementor-17 .elementor-element.elementor-element-40df181{--display:flex;}.elementor-17 .elementor-element.elementor-element-084ff7f img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}.elementor-17 .elementor-element.elementor-element-1521a0b{--display:flex;}.elementor-17 .elementor-element.elementor-element-2afd6cd img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}.elementor-17 .elementor-element.elementor-element-43d0679{--display:flex;}.elementor-17 .elementor-element.elementor-element-6b62232 img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}.elementor-17 .elementor-element.elementor-element-b46207b{--display:flex;}.elementor-17 .elementor-element.elementor-element-059ddfa img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}.elementor-17 .elementor-element.elementor-element-06990d0{--display:flex;}.elementor-17 .elementor-element.elementor-element-de5f535 img{width:100px;height:100px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#802030;border-radius:50% 50% 50% 50%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-4e82e13{--content-width:1089px;}}@media(max-width:1024px){.elementor-17 .elementor-element.elementor-element-deb23ed{--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-4e82e13{--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-db88543{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-deb23ed{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-4e82e13{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-db88543{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-43d0679{--min-height:0px;}.elementor-17 .elementor-element.elementor-element-b46207b{--min-height:100px;}}/* Start custom CSS for shortcode, class: .elementor-element-db68858 */.add_to_cart_button{
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb89f37 *//* ===== Value Props ===== */
.value-props {
  padding: 50px 0;
  background: var(--white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.value-props__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-prop {
  text-align: center;
  padding: 20px 24px;
  position: relative;
}

.value-prop:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: var(--border-light);
}

.value-prop__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  color: var(--maroon);
}

.value-prop__icon svg {
  width: 100%;
  height: 100%;
}

.value-prop h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.value-prop p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
@media (max-width: 576px) {
  .top-bar__item:nth-child(2) {
    display: none;
  }

  .hero {
    padding: 30px 0 20px;
  }

  .hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }

  .value-props__grid {
    grid-template-columns: 1fr;
  }

  .value-prop::after {
    display: none !important;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .occasions__grid {
    grid-template-columns: 1fr;
  }

  .instagram__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter__form {
    flex-direction: column;
  }

  .newsletter__input {
    border-right: 1px solid var(--border-light);
    border-radius: var(--radius);
  }

  .newsletter__submit {
    border-radius: var(--radius);
    width: 100%;
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c125ddf *//* ===== How It Works ===== */
.how-it-works {
  padding: 60px 0;
  background: var(--bg-cream);
}
.section-title{
    text-align: center;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 2px;
  border-top: 2px dashed var(--border-light);
  z-index: 0;
}

.step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--maroon);
  box-shadow: var(--shadow);
  border: 2px solid var(--border-light);
}

.step__icon svg {
  width: 32px;
  height: 32px;
}

.step__number {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--maroon);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.step h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.step p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  padding: 0 8px;
}
@media (max-width: 576px) {
  .steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ee2eb2 *//* ===== Occasions ===== */
.occasions {
  padding: 60px 0;
  background: var(--white);
}

.occasions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.occasion-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.occasion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.occasion-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(90, 22, 34, 0.75) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.occasion-card__label {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.occasion-card__label{
    color: white;
}
@media (max-width: 576px) {
  .occasions__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a341ef7 */.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8px;
}

.section-header .section-title {
  margin-bottom: 0;
}

.section-nav {
  position: absolute;
  right: 0;
  display: flex;
  gap: 8px;
}

.section-nav__btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  background: var(--white);
  transition: all var(--transition);
}

.section-nav__btn:hover {
  background: var(--maroon);
  color: var(--white);
  border-color: var(--maroon);
}

.section-nav__btn svg {
  width: 14px;
  height: 14px;
}
/* ===== Testimonials ===== */
.testimonials {
  padding: 60px 0;
  background: var(--bg-cream);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.testimonial-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 14px;
  overflow: hidden;
  border: 2px solid var(--border-light);
}

.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card__stars {
  color: #e8a317;
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testimonial-card__quote {
  font-size: 14px;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.testimonial-card__author {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.testimonial-card__author span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
@media (max-width: 768px) {
  .section-nav {
    display: none;
  }

  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .testimonial-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 260px;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dce19f *//* ===== Instagram ===== */
.instagram {
  padding: 60px 0;
  background: var(--white);
}

.instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
.btn--outline{
    border: 2px solid #802030;
    border-radius: 20px;
    color: #802030;
}
.instagram__item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.instagram__item:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.instagram__cta {
  text-align: center;
}

.instagram__cta .btn--outline {
  padding: 14px 40px;
}
@media (max-width: 576px) {
  .instagram__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */