/** Shopify CDN: Minification failed

Line 378:0 Expected "}" to go with "{"

**/
/* Kamin's CSS ********************************************************************************************************************************************************************************************************************************************** */

:root{
  --color-primary: #E50464;
  --color-secondary: #FEE7E8;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(230, 3, 100, 0.03) 0px,
    rgba(230, 3, 100, 0.03) 1px,
    transparent 1px,
    transparent 12px
  );
  z-index: -1;
  pointer-events: none;
}


/* Header ****************************************************************************************************** */
.headertype3 .tt-wrapper-light {
    background-color: #FFF1F7 !important;
}

    .tt-desktop-header {
        display: block;
        background: #FFF1F7 !important;
    }

/* Hover style for icon and text */
.tt-dropdown-menu a:hover svg path,
.tt-dropdown-menu a:hover svg rect,
.tt-dropdown-menu a:hover span {
  fill: var(--color-primary) !important;
  color: var(--color-primary) !important;
}

/* Optional: ensure text inside span gets updated too */
.tt-dropdown-menu a span {
  transition: color 0.3s ease;
}

/* Optional: add smooth transition for icon fill */
.tt-dropdown-menu a svg path,
.tt-dropdown-menu a svg rect {
  transition: fill 0.3s ease;
}



/* Hero ****************************************************************************************************** */

#shopify-section-template--24538034962731__1551566720166 .tp-bullets .bullet.selected {
  background-color: #E50464 !important;
}

/* Gradient overlay */
#shopify-section-template--24538034962731__1551566720166 .tp-revslider-slidesli::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
  pointer-events: none;
}

/* Featured Products  ****************************************************************************************************** */
#shopify-section-template--24538034962731__1552321332992 .v-tabs-img-boxtemplate--24538034962731__1552321332992 {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* optional for soft corners */
}

#shopify-section-template--24538034962731__1552321332992 .v-tabs-img-boxtemplate--24538034962731__1552321332992::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
  pointer-events: none;
}

#shopify-section-template--24538034962731__1552321332992  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    background: #000 !important;
   color: #ffffff;
}

.tt-btn-addtocart {
  background-color: #fff !important;
  color: #373e48 !important;
  border: 2px solid #E60364 !important;
  padding: 12px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.tt-btn-addtocart .icon {
  color: #373e48 !important;
  transition: color 0.3s ease !important;
}

.tt-btn-addtocart:hover {
  background-color: #E60364 !important;
  color: #fff !important;
  border-color: #E60364 !important;
}

.tt-btn-addtocart:hover .icon {
  color: #fff !important;
}

.tt-product .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
    color: var(--color-primary) !important;
}

.tt-product .tt-description .tt-btn-addtocart:hover .icon-shopping_basket::before {
    color: #ffffff !important;
}



/* reviews  ****************************************************************************************************** */

#shopify-section-template--24538034962731__1552321332992 .v-tabs-img-box-text {
  z-index: 2;
}

#shopify-section-template--24538034962731__1552323723867 .testimonials-bg-pad {
  background: var(--color-secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}

#shopify-section-template--24538034962731__1552323723867 .tt-title {
  color: var(--color-primary);
}

#shopify-section-template--24538034962731__1552323723867 .tt-text-lage,
#shopify-section-template--24538034962731__1552323723867 p {
  color: #ffffff;
}

#shopify-section-template--24538034962731__1552323723867 button {
  background: transparent !important;
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  transition: 0.3s ease;
}

#shopify-section-template--24538034962731__1552323723867 button:hover {
  background: var(--color-primary) !important;
  color: #ffffff !important;
}

#shopify-section-template--24538034962731__1552323723867 svg.activestarscolor rect {
  fill: var(--color-primary);
}

#shopify-section-template--24538034962731__1552323723867 .testimonials-bg-pad {
    background: var(--color-secondary);
    padding-top: 80px;
    padding-bottom: 80px;
  background-color: var(--color-secondary) !important;
    border-radius: 30px 30px 0px 0px;
  }
  
#shopify-section-template--24538034962731__1552323723867 .tt-content-info .obj-data02__img img {
    width: 124px;
    border-radius: 100px !important;
}






/* Sales Points  ****************************************************************************************************** */


#shopify-section-template--24538034962731__1551555434804 {
  background: linear-gradient(to bottom, #fff0f6, #ffffff);
  padding-top: 60px;
  padding-bottom: 60px;
}

#shopify-section-template--24538034962731__1551555434804 .tt-services-block {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

#shopify-section-template--24538034962731__1551555434804 .tt-services-block:hover {
  transform: translateY(-5px);
}

#shopify-section-template--24538034962731__1551555434804 .tt-col-icon i {
  color: var(--color-primary) !important;
}

#shopify-section-template--24538034962731__1551555434804 .tt-services-block:hover .tt-title {
  color: var(--color-primary) !important;
}

#shopify-section-template--24538034962731__1551555434804 .tt-services-block:hover p {
  color: #333 !important; /* Or your preferred body color */
}

/* footer  ****************************************************************************************************** */
#shopify-section-footer-template footer {
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/cdn/shop/files/close-up-portrait-of-beautiful-woman-with-roses-on-2024-12-05-05-48-18-utc.jpg?v=1747859965') center center / cover no-repeat;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}

#shopify-section-footer-template h4,
#shopify-section-footer-template p,
#shopify-section-footer-template a,
#shopify-section-footer-template .tt-box-copyright {
  color: #ffffff !important;
}

#shopify-section-footer-template input[type="email"] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid #ffffff;
}

#shopify-section-footer-template button.footer_subscribe_btn {
  background-color: var(--color-primary);
  color: #ffffff;
  border: none;
}

#shopify-section-footer-template button.footer_subscribe_btn:hover {
  background-color: var(--color-secondary);
  color: #ffffff;
}

@media (min-width: 790px) {
  footer .tt-color-scheme-03 {
    background: transparent !important;
  }
}

@media (min-width: 790px) {
    .tt-back-to-top.tt-show {
        bottom: 50px;
        background: #FEE7E8 !important;
    }
   .tt-back-to-top.tt-show::hover {
        bottom: 50px;
        background: #fff !important;
    }

@media (max-width: 789px) {
    .tt-back-to-top {
        background: #2a313a;
        color: white !important;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-family: 'Futura', sans-serif;
        font-weight: 700;
        padding: 5px 0 33px 0;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }
}









  .accordion-container {
  margin: 0 auto;
  margin-bottom: 60px !important;
}

.accordion-item {
  border-bottom: 1px solid #e9e7e7;
  border-radius: 10px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  background:#fff;
  border: none;
  outline: none;
  cursor: pointer;
  color: #373E48 !important;
  font-size: 20px;
  transition: background 0.3s ease;
  font-weight:700;
  text-align:left;
}

.accordion-header:hover {
  background: #F7F8FA;
  color: #E60465;
}

.accordion-header .fa {
  transition: transform 0.3s ease;
}

.accordion-header.active .fa {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align:left;
}

.accordion-content p {
  margin: 15px 0;
  font-size: 16px;
}



.tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
    color: #e60364 !important;
}

a.btn.btn-border.btn-close-popup.ttmodalbtn, a.btn.btn-border.ttmodalbtn.ttmodalbtn{
  color: #e60364 !important;
  border-color: #e60364 !important;
}

a.btn.btn-border.btn-close-popup.ttmodalbtn:hover, a.btn.btn-border.ttmodalbtn.ttmodalbtn:hover{
  color: #fff !important;
  background: #e60364;
}


  
