/** Shopify CDN: Minification failed

Line 480:15 Expected identifier but found whitespace
Line 480:17 Unexpected "{"
Line 480:26 Expected ":"

**/
/* x-container (centralizado e com max-width por breakpoint) */
.x-container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.flickity-page-dots {
  bottom: 0 !important;
}

.shopify-payment-button__more-options {
  display: none !important;
}

.modal-form {
  display: flex !important;
  flex-direction: column !important;
}

.product__policies, .view-details, .sls-more-info-container {
  display: none !important;
}

.modal-form .variant-selector{
  order: 1 !important;
}

.modal-form .form-row {
  order: 2 !important;
}

.modal-form .sealsubs-target-element {
  order: 3 !important;
}

.modal-form .modal-add-to-cart {
  order: 4!important;
}

.mobile-menu__block p{ 
  font-size: 24px !important;
}

.mobile-menu__item span {
  font-size: 24px;
  color: #D9CDFC;
}

/* Cart Empty State Styles */
.ajax-cart__empty-cart {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.ajax-cart__empty-cart p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

.ajax-cart__empty-cart .button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #6a1b9a;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  max-width: 250px;
}

.ajax-cart__empty-cart .button:hover {
  background: #4a148c;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(106, 27, 154, 0.3);
}

.ajax-cart__empty-cart .button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(106, 27, 154, 0.2);
}

/* Ensure empty cart message is visible in drawer */
#mini-cart .ajax-cart__empty-cart {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#mini-cart .ajax-cart__empty-cart.hide {
  display: none !important;
}

/* Cart drawer specific empty state */
.ajax-cart__drawer-wrapper .ajax-cart__empty-cart {
  padding: 2rem 1rem;
  margin: 1rem 0;
}

/* Featured products in empty cart */
.cart--featured__collection {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.cart--featured__collection h3 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

/* Cart Layout Improvements */
.ajax-cart__drawer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
}

.ajax-cart__drawer-wrapper .ajax-cart__header-wrapper {
  flex-shrink: 0;
}

.ajax-cart__drawer-wrapper .ajax-cart__form-wrapper {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.ajax-cart__drawer-wrapper .js-ajax-cart-content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 1rem;
}

.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
  flex-shrink: 0;
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  background: white;
}

/* Remove HR from cart total */
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper hr,
.ajax-cart__drawer-wrapper .cart-summary hr,
.ajax-cart__drawer-wrapper .cart-total hr {
  display: none !important;
}

/* Ensure cart total stays at bottom */
.ajax-cart__drawer-wrapper .cart-summary,
.ajax-cart__drawer-wrapper .cart-total {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: auto;
}

/* Cart items container with scroll */
.ajax-cart__drawer-wrapper .cart-items {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 1rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .ajax-cart__empty-cart {
    padding: 2rem 0.5rem;
    min-height: 150px;
  }
  
  .ajax-cart__empty-cart p {
    font-size: 1rem;
  }
  
  .ajax-cart__empty-cart .button {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    max-width: 200px;
  }
  
  /* Ensure proper mobile layout */
  .ajax-cart__drawer-wrapper {
    height: 100vh;
    max-height: 100vh;
  }
  
  .ajax-cart__drawer-wrapper .js-ajax-cart-content {
    overflow-y: auto;
  }
}

@media (min-width: 576px) {
  .x-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .x-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .x-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .x-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .x-container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .x-container {
    max-width: 1360px;
  }
}

@media (min-width: 1800px) {
  .x-container {
    max-width: 1540px;
  }
}

/* x-container-fluid (100% sempre) */
.x-container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}


.sls-more-info-container {
  display: none;
}

.is-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.seal-purchase-options-label {
  color: #5C0F8B !important;
}

.product__section-content {
  height: 100%;
}

.product__section-details  {
  top: 110px;
  position: sticky;
}

.product-single__thumbnails-item {
  width: 90px;
  height: 90px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.mobile-menu .slideout__trigger--close {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 10px;
}

.mobile-menu .slideout__trigger--close img {
  width: 180px;
}

body {
  margin: 0;
  padding: 0;
}

.nav-container svg {
  fill: #fff
}

/* Footer */

.footer {
  background-color: rgb(92, 15, 139);
  color: white;
  padding: 40px 20px;
  font-family: sans-serif;
  font-size: 12px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 740px) {
  .footer-container {
    flex-direction: column;
    gap: 0;
  }
}

.footer-logo {
  flex: 1 1 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1 1 150px;
}

@media screen and (max-width: 740px) {
  .footer-column {
    flex: 1 1 50px;
  }
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .footer-column h3 {
    font-size: 22px;
  }
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (max-width: 740px) {
  .footer-column ul li a {
    font-size: 16px;
  }
}

.footer-column ul li a:hover {
  opacity: 0.7;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 29px;
  height: 29px;
}

.footer-disclaimer {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}

.footer-disclaimer p {
  margin: 10px 0;
}

.footer-disclaimer .square p {
  border: 1px solid #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  width: 413px;
}

@media screen and (max-width: 740px) {
  .footer-disclaimer .square p {
    width: 100%;
  }
}

.footer-disclaimer .small {
  margin: 30px 0;
}

.footer-disclaimer .small p {
  opacity: 0.8;
  width: 545px;
}

@media screen and (max-width: 740px) {
  .footer-disclaimer .small p {
    width: 100%;
  }
}

.footer-disclaimer .address p {
  margin: 0;
  font-weight: bold;
}


.header-section {
  --background: transparent;
  --text-color: {{ section.settings.header_overlay_color }};
}

.header-section.scrolled {
  --background: var(--homepage-scroll-background);
  --text-color: var(--homepage-scroll-color);
}


/* Cart */

.mini-cart__container {
  height: 100%;
}

.ajax-cart__header-wrapper {
  background: #2d2740;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slideout__drawer-right {
  width: 420px !important;
  background: #D9CDFC;
  border: unset;
}

.ajax-cart__summary-wrapper {
  background: #D9CDFC !important;
}

.ajax-cart__header-wrapper * {
  color: #D9CDFC;
}

.icn-close:after {
  border-color: #D9CDFC !important;
  border-width: 2px;
}

.icn-close::before {
  border-color: #D9CDFC !important;
  border-width: 2px;
}

.ajax-cart__header-wrapper h2 {
  font-size: 27px;
  font-weight: 700;
}

.ajax-cart__header-wrapper span {
  font-size: 20px;
  font-weight: 700;
}

.ajax-cart__form-wrapper {
  height: calc(100% - 70px);
}

.ajax-cart__cart-form {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.ajax-cart__final-details .total p{
  font-size: 22px !important;
  font-weight: 800;
}

.ajax-cart__buttons .ajax-cart__button-submit  {
  background: var(--cart-checkout-btn-bg, #1E6AFF) !important;
  border-radius: 0 !important;
  height: 40px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-box {
  display: flex;
}

.ajax-cart__item-quantity {
  display: flex;
}

.ajax-cart__qty-input {
  width: 20px !important;
  height: 30px !important;
  background: transparent !important;
  border: unset !important;
  border-top: 1px solid rgb(180,155,250) !important;
  border-bottom: 1px solid rgb(180,155,250) !important;
}

.ajax-cart__qty-control--up {
  width: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgb(180,155,250) !important;
  font-size: 30px;
}

.ajax-cart__qty-control--down {
  width: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgb(180,155,250) !important;
  font-size: 30px;
}

.ajax-cart__item-quantity .icon {
  transform: translate3d(0px, -4px, 0px);
}

.ajax-cart__title a {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 18px;
}

.ajax-cart__item-qty {
  width: 30px;
}

.ajax-cart__item-image {
  width: 70px !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.ajax-cart__item-image img {
  border: 1px solid rgb(180, 155, 250);
}

.ajax-cart__cart-variants {
  font-weight: 600;
  font-size: 14px;
  border-color: rgb(180,155,250) !important;
}

.ajax-cart__cart-items {
  padding: 0 20px;
}

[data-cart-item-price] {
  font-weight: 700;
  font-size: 14px;
}

.ajax-cart__cart-item {
  border-top: 1px solid rgb(180,155,250);
  min-height: 150px;
}

.ajax-cart__cart-item:last-child {
  border-bottom: 1px solid rgb(180,155,250);
}

.ajax-cart__final-details hr {
  background: rgb(180, 155, 250) !important;
}

/* BANNER HOME */

.custom-banner {
  background-color: #6B3FA0;
  padding: 6rem 5rem 0;
  color: white;
  height: 810px;
}

@media (max-width: 768px) {
  .custom-banner {
    padding: 1rem 0 0 0;
  }
}

.custom-banner__container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

@media (max-width: 768px) {
  .custom-banner__container {
    padding: 90px 20px 10px;
    height: 100%;
  }
}

.custom-banner__content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .custom-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-banner__content h1 {
    line-height: 20px !important;
    font-size: 35px !important;
  }
}

.custom-banner__content p {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .custom-banner__content p {
    text-align: center;
    line-height: 10px;
  }
}

.custom-banner__button {
  display: inline-flex;
  padding: 10px 50px;
  background-color: #B5FF32;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 1.5rem;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

@media (max-width: 768px) {
  .custom-banner__button {
    margin-top: 0;
  }
}

.custom-banner__reviews {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .custom-banner__reviews {
    display: none !important;
  }
}

.custom-banner__stars {
  font-size: 1.25rem;
}

.custom-banner__image {
  flex: 1 1 300px;
  min-width: 280px;
  text-align: center;
}

.custom-banner__reviews {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
}
.custom-banner__reviews img{
  transform: translate3d(-10px, 15px, 10px);
}

.custom-banner__image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

/* Responsividade extra (opcional) */
@media (max-width: 768px) {
  .custom-banner__content h1 {
    font-size: 2rem;
  }

  .custom-banner__button {
    width: 100%;
    text-align: center;
  }
}


/* Trusted Section */

.trust-section {
  background: #fff;
  padding: 20px 10px 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trust-header h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 800;
}

.trust-logos {
  margin: 50px 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .trust-logos {
    transform: scale(1);
  }

  .trust-section {
    padding: 20px 10px 50px;
  }
}

.trust-logo img {
  max-height: 50px;
  max-width: 120px;
  object-fit: contain;
}

.trust-stats {
  background: #EBFDAC;
  padding: 70px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  border-radius: 10px;
  width: 75vw;
  max-width: 1000px;
  box-shadow: 6px 6px 6px #bfbfbf;
  transform: scale(1.2) translateY(45px);
}


@media (max-width: 768px) {
  .trust-stats {
    padding: 30px 0px;
    width: 100%;
    transform: scale(1);
  }
}

.trust-stat {
  width: 120px;
  text-align: center;
}

.trust-icon {
  height: 60px;
  margin-bottom: 10px;
}

.trust-text {
  font-weight: bold;
  color: var(--cs1-color, #333);
  font-size: 18px;
  line-height: 18px;
}

/* Responsivo para tablets */
@media (max-width: 768px) {
  .trust-header h2 {
    font-size: 28px;
  }

  .trust-logos {
    gap: 50px;
  }

  .trust-stats {
    padding: 40px 0px;
    gap: 30px;
  }

  .trust-stat {
    width: 120px;
  }

  .trust-icon {
    height: 35px;
  }

  .trust-text {
    font-size: 15px;
  }
}

/* Responsivo para celulares */
@media (max-width: 480px) {
  .trust-header h2 {
    font-size: 22px;
  }

  .trust-logos {
    gap: 30px;
  }

  .trust-logo img {
    max-height: 40px;
    max-width: 100px;
  }

  .trust-stat {
    width: 100px;
  }

  .trust-icon {
    height: 30px;
  }

  .trust-text {
    font-size: 15px;
    line-height: 16px;
  }
}

/* Occasion */
.occasion-section {
  padding: 40px 10%;
  text-align: center;
}

@media (max-width: 768px) {
  .occasion-section {
    padding: 40px 5%;
    text-align: center;
  }
}

.occasion-title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 20px;
    max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .occasion-grid {
    gap: 10px;
  }
}


.occasion-card {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  height: 230px;
  box-shadow: 4px 4px 10px #BFBFBF;
  display: flex;
  margin: 0 auto;
  max-width: 550px;
}

@media (max-width: 768px) {
  .occasion-card {
    height: 166px;
    box-shadow: 2px 2px 10px #BFBFBF;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-end;
  }
}

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

.occasion-card .icons {
  width: 49%;
  position: relative;
}

@media (max-width: 768px) {
  .occasion-card .icons {
    width: 100%;
  }
}

.occasion-card .icons img {
  height: 40px;
  margin: 5px;
  width: auto;
  height: auto;
}

.occasion-card .icons .icon-1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .occasion-card .icons .icon-1 {
    top: -60px;
    right: 10px;
    left: unset;
    transform: scale(0.4);
  }
}


.occasion-card .icons .icon-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .occasion-card .icons .icon-2 {
    top: -40px;
    right: -40px;
    transform: scale(0.4);
  }
}

.occasion-card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: start;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .occasion-card .content {
    padding: 0;
  }
}

.occasion-card h3 {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 700;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .occasion-card h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    margin: 10px 0 0;
  }
}

.occasion-card p {
  font-size: clamp(0.9rem, 1.4vw, 1.2em);
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .occasion-card p {
    margin: 5px 0;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 12px;
  }
}

@media (max-width: 768px) {
  .occasion-card p {
    margin: 5px 0;
  }
}

.occasion-button {
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 768px) {
  .occasion-button {
    font-size: 16px; 
  }
}


/* celebrate */
.celebrate-section {
  position: relative;
  padding: 4rem 1rem;
  text-align: center;
  background-color: var(--cor-fundo, #c3a7f5);
  overflow: hidden;
}

.celebrate-section .background-image {
  background-image: var(--imagem-fundo);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.celebrate-section .pill-title {
  font-size: 2rem;
  color: var(--cor-titulo, #f8f28a);
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.celebrate-section .pill-title span {
  color: var(--cor-span, #7c4cc8);
}

.celebrate-section .image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.celebrate-section .image-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.celebrate-section .image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.celebrate-section .circle-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  z-index: 2;
}

.celebrate-section .circle-decoration.purple {
  background-color: #7c4cc8;
}

.celebrate-section .circle-decoration.yellow {
  background-color: #f8f28a;
}

.purple-pills-section {
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.purple-pills-section .title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.purple-pills-section .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.purple-pills-section .icon img {
  max-width: 80px;
}

.purple-pills-section .bottles img {
  max-width: 300px;
  margin-bottom: 30px;
}

.purple-pills-section .description {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 30px;
}

.purple-pills-section .cta-button {
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/* pills */

.pills {
  background-color: #7c4cc8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 970px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

.pills .x-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.pills .pill-title h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 41px;
  color: #fff;
}

@media (max-width: 768px) {
  .pills .pill-title h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

.pills .icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%; /* Ajuste conforme o tamanho dos ícones no print */
  height: 100%;
}

@media (max-width: 768px) {
  .pills .icons {
    flex-wrap: wrap;
    align-items: center;
    height: 20px;
    gap: 0;
    transform: translateY(-350px);
  }
}

.pills .icon {
  width: 12vw; /* Ajuste conforme o tamanho dos ícones no print */
  min-width: 180px;
}

@media (max-width: 768px) {
  .pills .icon {
    width: 120px; /* Ajuste conforme o tamanho dos ícones no print */
    min-width: 120px;
    margin: 0 !important;
  }
}

.pills .icon-1 {
  margin-top: 190px;
}

.pills .icon-2 {
  margin-top: 60px;
}

.pills .icon-3 {
  margin-top: 0;
}

.pills .icon-4 {
  margin-top: 60px;
}

.pills .icon-5 {
  margin-top: 190px;
}


.pills .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}

.pills .content p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.pills .content a {
  transition: all 0.2s ease, visibility 0s;
  border-radius: 50px;
  padding-right: 0px;
  box-shadow: 2.78px 2.88px 1px rgba(0, 0, 0, 0.25);
  background: #5C0F8B;
  color: #fff;
  padding: 8px 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
}

/* Newsletter */

.newsletter {
  background: #853FCD;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .newsletter {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .newsletter .image {
    height: 240px;
  }
}

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

.newsletter .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
}

@media (max-width: 768px) {
  .newsletter .content {
    padding: 20px;
  }
}


.newsletter .content h2 {
  font-size: 32px;
  color: #fff;
}

@media (max-width: 768px) {
  .newsletter .content h2 {
    text-align: center;
    font-size: 28px;
  }
}

.newsletter .content p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .newsletter .content p {
    text-align: center;
    font-size: 12px;
  }
}

.newsletter .content form {
  width: 100%;
}

@media (max-width: 768px) {
  .newsletter .content form {
    margin: 20px 0;
  }
}

.newsletter .content form input {
  border-radius: 0;
  height: 40px;
}

.newsletter .content form button {
  background: #5D118E;
  font-weight: 700;
  font-size: 17px;
}

.newsletter .content form label {
  color: #FFF;
  font-weight: 700;
}

/* collection-custom */

.section-collection-custom {
  padding: 0 8%;
  margin: 50px 0;
}

.collection-custom h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .collection-custom h2 {
    font-size: 18px;

  }
}

.collection-custom h2 a{
  font-size: 16px;
  padding:  10px 20px;
  border: 1px solid #5C0F8B;
  color: #5C0F8B;
  border-radius: 20px;
  height: 30px;
  line-height: 5px;
  background: #D9CDFC;
}

@media (max-width: 1300px) {
  .collection-custom h2 a{
    font-size: 16px;
    padding: 10px 16px;
  }
}

.collection-custom .products .product-x {
  margin: 0 10px;
}

.collection-custom .flickity__section .product-x {
  width: 270px;
}


.collection-custom .products.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 1300px) {
  .collection-custom .products.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-custom .products.grid .product-x {
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .collection-custom .products.grid .product-x {
    margin: 0;
    padding: 5px;
  }

  .collection-custom .products.grid .product-x .product-title{
    height: 40px;
    font-size: 16px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  .collection-custom .products .product-x {
    width: 100%;
  }
}

.collection-custom .products .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collection-custom .products .product-title {
  color: #5C0F8B;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
}

.collection-custom .products .product-price {
  font-weight: 700;
}

.collection-custom .previous {
  left: -30px !important;
  top: 180px;
}

.collection-custom .next {
  right: -30px !important;
  top: 180px;

}


/* main product */
.main-product-content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.product__section-content h1 {
  font-size: 34px;
}

@media (max-width: 768px) {
  .product__section-content h1 {
    text-align: left;
    line-height: 30px;
  }
}

.product__section-content .price-item  {
  font-size: 38px;
  text-align: left;
  color: #8E8E8E;
  font-weight: 500;
}

@media (max-width: 768px) {
  .product__section-content .price-item  {
    display: flex;
    align-items: self-start;
    width: 100%;
    margin: 10px 0;
  }
}

.product-description {
  line-height: 20px;
  text-align: left;
  color: #5C0F8B;
  font-weight: 500;
}

.product-description p {
  margin-bottom: 5px;
}

.main-product-content .size-box {
  width: 100%;
}

.main-product-content #product-select {
  border: unset;
  background: #EAFCAC;
  border-radius: 60px;
  padding: 11px;
  font-weight: 700;
  font-size: 18px;
  color: #5C0F8B;
}

.main-product-content .purchase-type {
  width: 100%;
}

.main-product-content .purchase-type small {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}


.main-product-content .purchase-type strong {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
}

.main-product-content .purchase-type .price-purchase {
  color: #5C0F8B;
  font-size: 28px;
  font-weight: 700;
}

.main-product-content .purchase-type .price-text {
  color: #FFF;
  font-weight: 700;
}

.main-product-content .quantity-box {
  display: flex;
  border: 1px solid #5C0F8B;
  border-radius: 50px;
  height: 40px;
  width: 120px;
}

.main-product-content .quantity-box * {
  margin: 0;
}

.main-product-content .quantity-box button {
  background: unset;
  color: #5C0F8B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: unset;
}

.main-product-content .quantity-box input {
  background: unset;
  border: unset;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-product-content .quantity-box button .icon {
  font-size: 44px;
  line-height: 0;
  transform: translateY(-5px);
}

.main-product-content .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-product-content .buttons button{
  display: flex;
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__section-content form select {
  border-radius: 40px;
  border: unset !important;
}

.product__section-content form select {
  margin: 0;
}

#seal-purchase-options-label {
  color: #5C0F8B;
}

.quantity-control-up {
  border-radius: 0 40px 40px 0 !important;
  border: unset !important;
  border-top: 1px solid var(--dotted-color) !important;
  border-bottom: 1px solid var(--dotted-color) !important;
}

.quantity-control-down {
  border-radius: 40px 0 0 40px !important;
  border: unset !important;
  border-top: 1px solid var(--dotted-color) !important;
  border-bottom: 1px solid var(--dotted-color) !important;
}

.sls-option-container.seal-table {
  border-radius: 40px !important;
}

.sls-option-container.seal-table.sls-active {
  border-radius: 40px !important;
}

@media screen and (max-width: 740px) {
  .sls-option-container.seal-table, .sls-option-container.seal-table.sls-active {
    border-radius: 20px !important;
  }
}

.form__label {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #5C0F8B;
}

.product-qty input {
  width: 40px !important;
  height: 35px !important;
  border: unset !important;
}

.product-qty button {
  width: 40px !important;
  height: 35px !important;
  margin: 0 !important;
  line-height: 0;
  border: unset !important;
}

.product-qty.selector-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px !important;
  background: #EBFDAC !important;
  overflow: hidden;
  border-radius: 40px;
}

.sls-selling-plan-group-name {
  font-size: 22px !important;
}

.sls-option-container {
  padding: 5px 10px !important;
}

.sls-selling-plan-group-name {
  line-height: 0;
}

.sls-price-container {
  margin-top: 5px;
}

.sls-selling-plan-description-content {
  display: none !important;
}

.selling-plan-group-options-name-select {
  margin: 0 !important;
}

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

.is-grid input {
  width: 95% !important;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  font-weight: 700;
}

.is-grid form {
  width: 47%;
}

.is-grid .shopify-payment-button__button {
  width: 95% !important;
  margin: 0 auto;
  line-height: 0px;
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .is-grid .shopify-payment-button__button {
    margin: 15px auto;
  }
}

#shopify-buyer-consent {
  display: none !important;
}

.money.conversion-bear-money {
  font-size: 24px;
  color: #5C0F8B;
  font-weight: 700;
  line-height: 24px;
}

.selling-plan-group-options-name-select label{
  font-weight: 600 !important;
  color: #fff;
}

.seal-col-radio .sls-selling-plan-group-first-line {
  margin-top: 5px;
}

.js-variant-selector {
  height: 35px;
  color: #5C0F8B !important;
  font-weight: 700;
  line-height: 20px;
}

.sls-savings-badge {
  font-weight: 600;
}

.sls-widget-branding {
  display: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #4b0082;
  cursor: pointer;
  padding: 10px 0;
}

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

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

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.accordion-content.open {
  max-height: 500px;
}

.accordion-item {
  border-bottom: 2px solid #eee;
  padding: 5px 0;
}

.price__pricing-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.js-added-msg {
  display: none !important;
}

