/** Shopify CDN: Minification failed

Line 228:10 Unexpected "{"
Line 228:19 Expected ":"
Line 229:14 Expected identifier but found whitespace
Line 229:16 Unexpected "{"
Line 229:25 Expected ":"
Line 229:51 Expected ":"
Line 230:17 Expected identifier but found whitespace
Line 230:19 Unexpected "{"
Line 230:28 Expected ":"
Line 230:57 Expected ":"

**/
.hero__media {
    object-position: top center !important;
}


/* Promotional Banners - prevent theme body background from affecting section */
.promotional-banners {
  background: #ffffff;
 
}
.custom-section-content .spacing-style >.group-block.border-style {
   border-right: 2px solid #ddd;
}
.custom-section-content .spacing-style >.group-block.border-style:last-child {
    border-right: none;
}

.promotional-banners .page-width {
  background: #ffffff;
}

.promotional-banners__header,
.promotional-banners__grid {
  background: #ffffff;
}
.promotional-banners {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color:#ffff;
}

.promotional-banners__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.promotional-banners__title {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.promotional-banners__description {
  font-size: 1.5rem;
  line-height: 1.6;
}

.promotional-banners__description p {
  margin: 0;
}

.promotional-banners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.promotional-banner {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0;
}

.promotional-banner__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.promotional-banner__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.promotional-banner__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.promotional-banner:hover .promotional-banner__image {
  transform: scale(1.04);
}

.promotional-banner__overlay {
  position: absolute;
  inset: 0;
  /* background: #000; */
  pointer-events: none;
  display: block !important;
}

.promotional-banner__content {
  position: absolute;
  z-index: 2;
  width: min(80%, 520px);
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.promotional-banner__content--top-left {
  top: 0;
  left: 0;
}

.promotional-banner__content--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  text-align: center;
}

.promotional-banner__content--center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.promotional-banner__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  text-align: center;
}

.promotional-banner__content--center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  align-items: flex-end;
  text-align: right;
}

.promotional-banner__content--bottom-left {
  bottom: 0;
  left: 0;
}

.promotional-banner__content--bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  text-align: center;
}

.promotional-banner__content--bottom-right {
  bottom: 0;
  right: 0;
  align-items: flex-end;
  text-align: right;
}

.promotional-banner__eyebrow {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.promotional-banner__heading {
  margin: 0 0 14px;
  color: #fff;
  font-size: calc(var(--font-heading-scale) * 4rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.promotional-banner__text {
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1.55;
}

.promotional-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.promotional-banner:hover .promotional-banner__button {
  background: #fff;
  /* color: #000; */
}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
/* ICONS WITH TEXT - VERTICAL DIVIDERS */

.icons-with-text-divider {
  display: flex;
  width: 100%;
}

.icons-with-text-divider > * {
  flex: 1;
  position: relative;
}

.icons-with-text-divider > *:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #000;
}
/* Home Page CSS Start */
.template-index .accordion {
    width: 100%;
    max-width: 900px;
}
.socialmediaicons .ai-social-media-container-aqm9jcgr1z0y0c2zbraigenblock525fc04apedvx {
    align-items: flex-start;
}

.template-index .accordion accordion-custom summary {
    padding-bottom: 20px;
    padding-top: 20px;
}
.customer-testimonials .testimonial-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.customer-testimonials .testimonial-card .testimonial-user h4 {
    font-weight: 600;
    font-size: 18px;
}
/* Home Page CSS End */
/* Collection CSS Start */
.template-collection h1, .template-page-about-us h1 {
  font-size: 48px !important;
}
.main-collection-grid ul.product-grid li {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.main-collection-grid ul.product-grid li .contents p {
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-collection-grid ul.product-grid li product-price {
    padding-left: 1.5rem;
    padding-top: 5px;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
}
.template-page-shipping-policy .page-width-content, .template-page-privacy-policy .page-width-content, .template-page-terms-and-conditions .page-width-content, .template-page-return-policy .page-width-content {
  width: 100%;
  max-width: 100%;
}
.socialmediaicons .ai-social-media-container-aqm9jcgr1z0y0c2zbraigenblock525fc04apedvx {
    align-items: flex-start;
}
.template-page-shipping-policy .page-content, .template-page-privacy-policy .page-content, .template-page-terms-and-conditions .page-content, .template-page-return-policy .page-content {
    width: 100%;
    max-width: 100%;
    padding: 2.5rem;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #f7f4ee;
}
.template-page-shipping-policy h1, .template-page-privacy-policy h1, .template-page-terms-and-conditions h1, .template-page-return-policy h1 {
    text-align: center;
}
.resource-list .resource-list__item {
    border-radius: 1rem;
    border: 1px solid #ddd;
    overflow: hidden;
}

.resource-list .resource-list__item a .text-block {
    padding-left: 1rem;
    padding-right: 1rem;
}

.resource-list .resource-list__item product-price.text-block {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#000000 !important; }
.contact-form__input {
  color: #000000 !important;
}
.ccs-section  span.ccs-card__button {
    background: rgb(12 17 14 / 28%) !important;
    border: 1px solid #a88247;
}
.custom-collection-showcase .product-info h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-family: Helvetica, Arial, sans-serif !important;
}
.ccs-card__icon {
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
/* Collection CSS End */

@media screen and (max-width: 749px) {
  .socialmediaicons h2 {
    font-size: 36px;
}
  .template-page-contact .contact-form {
    width: 100%;
    padding: 0;
}
 .custom-collection-showcase .shop-btn {
    border-radius: 14px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
  .email-signup__input-group input {
    border-radius: 14px;
}
.menu-drawer__menu li a {
    font-size: 18px;
}
  .ccs-section h2 {
    text-align: center;
    font-size: 36px !important;
}
  .socialmediaicons .ai-social-media-container-aqm9jcgr1z0y0c2zbraigenblock525fc04apedvx {
    align-items: center;
}
  .custom-section-content .spacing-style >.group-block.border-style {
    border: none;
  }
  .custom-section-content .spacing-style >.group-block.border-style .group-block-content {
    align-items: center;
}
.custom-collection-showcase .collection-content, .custom-collection-showcase .collection-content p, .template-index .custom-collection-showcase .collection-content h2, .custom-section-content .spacing-style >.group-block.border-style .group-block-content h3, .custom-section-content .spacing-style >.group-block.border-style .group-block-content p {
    text-align: center;
}
.testimonial-subtitle span {
    text-align: center;
}
footer .footer-content .group-block-content .image-block {
    justify-content: center;
}

footer .footer-content .group-block-content rte-formatter p {
    text-align: center;
}

footer .footer-content accordion-custom.menu summary {
    justify-content: center;
}

footer .footer-content accordion-custom.menu ul li {
    text-align: center;
}

footer .footer-content ul.payment-icons__list {
    justify-content: center;
}
  footer .footer-content .group-block-content .image-block__image {
    width: 100%;
    max-width: 120px;
}
.template-index .group-block-content a {
    width: 100%;
    max-width: 200px;
    border-radius: 14px;
}
.ui-test-collection-list .group-block-content {
    align-items: center;
}
.why-choose-us .why-choose-us__item {
    justify-content: center;
}
  .template-collection .collection-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}
  .template-index .custom-collection-showcase .collection-content h2, .template-index .testimonial-heading {
    font-size: 36px;
}
  .template-collection h1, .template-page-about-us h1 {
  font-size: 36px !important;
}
  .promotional-banners__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .promotional-banner {
    min-height: 430px;
  }

  .promotional-banner__content {
    width: 100%;
    padding: 28px;
  }

  .promotional-banner__heading {
    font-size: 3rem;
  }

  .promotional-banner__text {
    font-size: 1.4rem;
  }

  .promotional-banner__eyebrow {
    font-size: 1.1rem;
  }
}