/** Shopify CDN: Minification failed

Line 592:25 Expected identifier but found "!"
Line 3412:0 Expected "}" to go with "{"

**/
body {
  --heading-font: "Jost", Roboto, sans-serif;
  --heading-font-weight: 400;
  --heading-color: #111;
  --heading-line-height: 1.24;

  --swiper-theme-color: #8C907E;

  /* bootstrap */
  --bs-body-font-family: "Jost", Roboto, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #8f8f8f;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #8C907E;
  --bs-secondary: #6c757d;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #9aa1a7;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 140, 144, 126;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;
}

body {
  letter-spacing: 0.03rem !important;
  /* background-image: url(/cdn/shop/files/indiakamaalbg.jpg?v=1748244032) !important; */
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: fixed !important;
}
span {
    font-family: jost !important;
}
p, h1, h2, h3, h4, h5, h6 {
    font-family: jost !important;
}
/* Overlay */
.sidecart-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;
}

/* Drawer */
.sidecart {
  position: fixed;
  top: 0; right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}
.sidecart.open { right: 0; }

/* Header */
.sidecart-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidecart-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.sidecart-header button {
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

/* Cart Body */
.sidecart-body {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}
.sidecart-body .cart-item {
  display: flex !important;
  gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 6px;
}
.cart-item-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px;
    width: 80%;
    line-height: 18px;
}
.cart-item-meta {
  font-size: 13px;
  color: #777;
  margin: 0 0 6px;
}
.qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.qty-div span {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.qty-controls button {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}
.cart-item-price {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 !important;
}
.qty-div button {
    border: 1px solid #999999 !important;
    height: 34px!important;
    margin: 0!important;
    width: 30px!important;
    border-radius: 0px !important;
}
.qty-div {
    width: 50%;
}
.price-div {
    width: 50%;
}
.cart-item button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 25px;
    margin-top: 6px;
    width: 20%;
}
.title-remove {
    display: flex;
}
.empty-cart button {
    background-color: #000000;
    color: #fff;
    border: 0;
    padding: 11px;
    text-transform: capitalize;
}
.empty-cart {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.empty-cart-drawer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* Footer */
.sidecart-footer {
  border-top: 1px solid #eee;
  padding: 15px;
}
.sidecart-subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 15px;
}
.checkout-btn {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.checkout-btn:hover {
  background: #333;
}


.shopify-policy__container {
    max-width: 130ch !important;
}
.shopify-policy__title h1 {
    font-family: 'Jost' !important;
}
#privacy-policy-policy-modal span {
    font-family: 'Jost' !important;
}
.product-info__block-item {
    margin: 20px 0;
}
.pdp-usp {
    display: flex;
    padding: 15px 0;
    gap: 24px;
}
.pdp-usp>div {
    text-align: center;
    padding: 5px;
}
.pdp-usp svg {
    margin: auto auto 4px;
}
.pdp-usp>div {
    text-align: center;
    padding: 5px;
}
.usp-border {
    min-height: 80%;
    min-width: 2px;
    background-color: #ebedf1;
    margin: auto 0;
    display: block !important;
}
.pdp-usp svg path {
    stroke: #1a2034;
}
.shopify-policy__container span {
    font-family: 'Jost' !important;
}
div#circular-button {
    z-index: 2;
    background-color: unset !important;
    width: 45px !important;
    height: 45px !important;
}
#circular-button img {
    width: 50px !important;
    height: 50px !important;
}
.page-width.page-width--narrow.section-template--18587781300355__main-padding {
    max-width: 130ch !important;
}
.section-template--18587781300355__main-padding h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 40px;
}
#goswift-tracking-app h2 {
    font-family: jost;
}
.footer-intro.mb-4 {
    text-align: center;
}
 .add-to-cart-btn {
  position: absolute !important;
  bottom: 10px;
  right: 10px;
  background-color: #d25337;
  color: white;
  border: none;
  padding: 11px !important;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease, transform 0.2s ease-in-out !important; /* added transform */
  width: 46px; /* icon-only width */
    height: 46px;
}
.new-arrival .add-to-cart-btn {
  position: absolute !important;
  bottom: 10px;
  right: 10px;
  background-color: #d25337;
  color: white;
  border: none;
  padding: 11px !important;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s ease, transform 0.2s ease-in-out !important; /* added transform */
  width: 26px; /* icon-only width */
    height: 27px;
}
.add-to-cart-btn .btn-label {
  margin-left: 6px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; /* slower fade-in */
  display: inline-block;
  white-space: nowrap;
}

.add-to-cart-btn:hover {
  width: 130px; /* expand to show text */
  transform: scale(1.05); /* added zoom effect on hover */
}

.add-to-cart-btn:hover .btn-label {
  opacity: 1; /* fade-in effect */
}
.add-to-cart-btn.is-added {
  width: auto !important;
  padding: 11px 16px !important;
}

.add-to-cart-btn.is-added:hover {
  transform: none;
}
.product_body .btn-primary {
    background: #d25337 !important;
    border-color: #d25337;
}
.product_body .btn-primary:hover {
    background: #36898f !important;
    color: #fff !important;
    border-color: #36898f !important;
}
/* Hide hover text once added */
.add-to-cart-btn.is-added .btn-label {
  display: none !important;
  opacity: 0 !important;
}

div#shopify-section-template--18587781202051__our_collections_mPG7qn {
    padding-top: 5rem;
}
/* div#swym-wishlist-render-container {
    margin-top: 100px;
}
div#shopify-section-template--18587781136515__cart-items {
    margin-top: 100px;
} */
main#MainContent {
    margin-top: 100px;
}
.footer-intro img {
    width: 135px;
}
.swym-ui-component .swym-wishlist-detail-header .swym-action-container {
    z-index: 2 !important;
}
.navbar-brand img {
    width: 175px !important;
}
.active-filters a.btn.btn-outline-danger.btn-sm {
    background-color: #000;
    border: 0;
    border-radius: 27px;
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
}
.active-filters.mt-3.px-3 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px;
}
.active-filters h5 {
    font-family: 'Jost';
}
    /* .add-to-cart-btn .btn-text::after {
    content: " Add to cart";
    opacity: 0;
    transform: translateX(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
  }

  .add-to-cart-btn:hover .btn-text::after {
    opacity: 1;
    transform: translateX(0);
  } */
.image-zoom-effect .image-holder {
    position: relative;
}
nav.navbar.navbar-expand-lg.bg-white.text-uppercase.fs-6.p-2.border-bottom.align-items-center {
    position: fixed;
    margin: auto;
    width: 100%;
}
.gap-1 {
    gap: 1.50rem!important;
}
/* div#shopify-section-template--18587781202051__hero_slider_3QDzmj {
    margin-top: 90px;
} */
button.add-to-cart-btn:hover {
    background-color: #36898f !important;
}
/* .container {
    max-width: 100% !important;
  padding-left: 20px !important;
  padding-right:20px !important;
} */
#shopify-section-template--18587781267587__form .color-scheme-1.gradient {
    background-color: transparent !important;
}
/* section.product_detail {
    margin-top: 100px;
} */
div#swym-anchor {
    display: none !important;
}
.jdgm-rev-widg__title {
    font-family: 'Jost';
    font-size: 35px;
}
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.product_body .title {
    font-family: 'Jost';
}
.template-search__results .card__information {
    text-align: center !important;
}
.template-search__results .card-information>.price {
    text-align: center !important;
}
.icon-arrow {
    display: none !important;
}
.collection-list__item.grid__item svg.icon.icon-arrow {
    display: none !important;
}
div#offcanvasNavbar {
    z-index: 9999;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 99999 !important;
}
.choices:focus-visible {
    outline: none !important;
    box-shadow: unset !important;
}
cart-items.gradient.color-scheme-1.isolate.is-empty {
    background: transparent!important;
    margin-top: 50px;
}
.link-effect button {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: transform .5s;
    display: block;
}
.product_body .qty-btn {
    padding-bottom: 5px;
}
button.swym-button {
    height: 45px !important;
    text-transform: capitalize !important;
  font-size: 16px !important;
}
.swym-added.swym-add-to-wishlist {
    background: #ffffff !important;
    color: #000000 !important;
}
/* .cart-item__details .product-option {
    display: none;
} */
.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsletter-form__button.field__button {
    padding: 14px 0!important;
    position: unset!important;
    width: 100%!important;
    background-color: #fff!important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: jost;
    color: #000 !important;
}
cart-items.gradient.color-scheme-1.isolate.section-template--18587781136515__cart-items-padding {
    background: transparent;
}
div#main-cart-footer {
    background: transparent;
}
button#checkout {
    text-transform: uppercase;
    background-color: #32868c;
    font-weight: 600;
}
.newsletter-form__field-wrapper .field {
    gap: 10px !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 60rem !important;
}
.newsletter-form {
    max-width: 60rem !important;
}
a.btn.btn-dark.text-uppercase.mt-3 {
    font-family: 'Jost';
}
.newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.section-sections--18587781660803__newsletter_nbifrQ-padding {
    background-image: url(/cdn/shop/files/Background_newsletter.png?v=1741462015);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 190px;
    background-attachment: unset;
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.section-template--18669700546691__image_with_text_RJm9Hz-padding {
    background: transparent !important;
}
#ImageWithText--template--18669700546691__image_with_text_RJm9Hz p {
    font-size: 20px !important;
}
#ImageWithText--template--18669700546691__image_with_text_RJm9Hz strong {
    font-size: 25px;
}
.multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: transparent;
    font-family: jost;
}
.rich-text.content-container.color-scheme-1.gradient.rich-text--full-width.content-container--full-width.section-template--18669700546691__rich_text_exreUy-padding {
    background: transparent !important;
}
h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-family: 'Jost';
}
h2.cart-related {
    font-family: 'Jost';
    font-weight: 600;
}
.filter_title {
    font-family: 'Jost';
    font-weight: 600;
}
.card__information {
    text-align: center;
}
h3.card__heading {
    font-family: 'Jost'; !important;
    font-weight: 700 !important;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-family: 'Jost';
}
.navbar-nav a {
    font-size: 16px !important;
    font-family: jost  !important;
}
.wishlist-text, .cart-text {
    font-family: jost !important;
}
.footer-menu p {
    font-family: "jost" !important;
    font-size: 15px !important;
}
.footer-menu a.item-anchor.text-white {
    font-family: 'Jost';
    font-size: 15px;
}
h5.widget-title.text-uppercase.mb-4.text-white {
    font-size: 20px;
    font-family: 'Jost';
}
h1.title.title--primary {
    font-family: 'Jost';
}
th.caption-with-letter-spacing {
    font-size: 17px !important;
    font-weight: 600 !important;
}
.cart-items th {
    font-weight: 600 !important;
}
a.cart-item__name.h4.break {
    font-size: 16px !important;
    font-family: jost;
    font-weight: 500;
}
.product-option {
    font-size: 18px !important;
    font-weight: 600;
    color: #32868c;
}
span.price.price--end {
    font-size: 20px;
    font-weight: 600;
    color: #32868c;
}
h2.totals__total {
    font-family: jost;
    font-size: 20px;
    font-weight: 500;
}
a.underlined-link {
    font-size: 20px !important;
    font-family: jost;
    font-weight: 600 !important;
    text-decoration: underline;
}
p.totals__total-value {
    font-size: 20px;
    font-family: jost;
    font-weight: 600;
}
small.tax-note.caption-large.rte {
    font-size: 14px!important;
    font-weight: 501!important;
}
#footer .col-lg-3 {
    padding-left: 1.5rem !important;
}
h1.section-title.text-left.mt-4.aos-init.aos-animate.hero_banner-title {
    font-size: 6rem!important;
    font-family: 'Jost';
}
p.hero_banner-description {
    font-family: 'Jost' !important;
}
h4.text-center.text-uppercase.title-graphic {
    font-family: 'Jost';
    font-size: 2.8rem;
}
#new-arrival h4.text-uppercase {
    font-size: 2.8rem;
    font-family: 'Jost';
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--light-color);
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 4.5rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.4rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8C907E;
  --bs-btn-border-color: #8C907E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e624e;
  --bs-btn-hover-border-color: #5e624e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e624e;
  --bs-btn-active-border-color: #5e624e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8C907E;
  --bs-btn-disabled-border-color: #8C907E;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0.1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.1rem;
  --bs-accordion-active-color: transparent;
  --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] body {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */

/* preloader */
.preloader {
  position: fixed;
  z-index: 99;
  background: #111;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
  height: 0;
}

/* navbar */
.navbar.fixed-top {
  transition: background-color 0.6s ease-out;
}

/* slideshow */
.slideshow {
  overflow: hidden;
}

/* .slideshow .swiper-slide {
  background-position-x: -300px;
  transition: background-position-x 1.6s ease-out;
  background-repeat: no-repeat;background-size: cover;
}
.slideshow .swiper-slide.swiper-slide-active {
  background-position-x: 0px;
} */
.slideshow .swiper-slide {
  /* background-size: 100%; */
  background-position: center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s ease-in-out;
}

/* .slideshow .swiper-slide.swiper-slide-active {
  background-size: 120%;
} */

/* fade in */
.slideshow.fade-in .swiper-slide .banner-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 600ms;
}

.slideshow.fade-in .swiper-slide.swiper-slide-active .banner-content {
  opacity: 1;
}

/* slide in */
.slide-in .swiper-slide .banner-content h2,
.slide-in .swiper-slide .banner-content p,
.slide-in .swiper-slide .banner-content .btn {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in .swiper-slide .banner-content h2 {
  transition-delay: 600ms;
}

.slide-in .swiper-slide .banner-content p {
  transition-delay: 800ms;
}

.slide-in .swiper-slide .banner-content .btn {
  transition-delay: 1000ms;
}

.slide-in .swiper-slide.swiper-slide-active .banner-content h2,
.slide-in .swiper-slide.swiper-slide-active .banner-content p,
.slide-in .swiper-slide.swiper-slide-active .banner-content .btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* swiper slide-clip */
.slide-clip .swiper-slide .image-holder img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder img {
  transform: scale(1);
}

.slide-clip .swiper-slide .image-holder {
  clip-path: inset(100% 0 0 0);
  display: block;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder {
  animation: 1s slide-clip forwards;
}

.slide-clip .swiper-slide.swiper-slide-prev .image-holder,
.slide-clip .swiper-slide.swiper-slide-next .image-holder {
  animation: 1s slide-down;
}

@keyframes slide-clip {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-down {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(100% 0 0 0);
  }
}


/* swipe animation */
.swipe-up {
  clip-path: inset(0 0 100% 0);
  display: block;
}

.aos-animate .swipe-up {
  animation: 1s swipe-up forwards;
}

/*.down-leave-active { animation: 1s down-leave; }*/
@keyframes swipe-up {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0);
  }
}

/* polygon */
.polygon {
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
  animation: 1s polygon forwards;
}

@keyframes polygon {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  }

  100% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  }
}

/* open-up */
.open-up {
  clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
  animation: 1s open-up forwards;
}

@keyframes open-up {
  0% {
    clip-path: inset(48% 34% 36% 35%);
  }

  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
  --delay: 0.05s;
}

.swipe-up {
  animation-delay: 1s;
  /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: 1;
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}

/* .txt-fx .letter:nth-child(1) {
  transition-delay: calc(var(--delay) * 1);
}

.txt-fx .letter:nth-child(2) {
  transition-delay: calc(var(--delay) * 2);
}

.txt-fx .letter:nth-child(3) {
  transition-delay: calc(var(--delay) * 3);
}

.txt-fx .letter:nth-child(4) {
  transition-delay: calc(var(--delay) * 4);
}

.txt-fx .letter:nth-child(5) {
  transition-delay: calc(var(--delay) * 5);
}

.txt-fx .letter:nth-child(6) {
  transition-delay: calc(var(--delay) * 6);
}

.txt-fx .letter:nth-child(7) {
  transition-delay: calc(var(--delay) * 7);
}

.txt-fx .letter:nth-child(8) {
  transition-delay: calc(var(--delay) * 8);
}

.txt-fx .letter:nth-child(9) {
  transition-delay: calc(var(--delay) * 9);
}

.txt-fx .letter:nth-child(10) {
  transition-delay: calc(var(--delay) * 10);
}

.txt-fx .letter:nth-child(11) {
  transition-delay: calc(var(--delay) * 11);
}

.txt-fx .letter:nth-child(12) {
  transition-delay: calc(var(--delay) * 12);
}

.txt-fx .letter:nth-child(13) {
  transition-delay: calc(var(--delay) * 13);
}

.txt-fx .letter:nth-child(14) {
  transition-delay: calc(var(--delay) * 14);
}

.txt-fx .letter:nth-child(15) {
  transition-delay: calc(var(--delay) * 15);
}

.txt-fx .letter:nth-child(16) {
  transition-delay: calc(var(--delay) * 16);
} */


/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0,0,0,0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0,0,0,1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Jost';
}
a.share-btn {
    display: none !important;
}
span.navbar-toggler-icon:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
  transition: height 0.3s,opacity 0.3s,transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 780px) {
  .mob-menu { top: 20px;
    right: 10px;}
}

@media only screen and (max-width: 991px) {
  a.navbar-brand.text-white img {
        width: 100px !important;
        margin: 10px 0;
    }
button.navbar-toggler {
    border: none;
    font-size: 22px;
    color: #000;
}
    .mob-menu {
        position: absolute;
        right: 0;
        left: 0 !important;
        font-size: 20px;
    }
	nav.navbar .align-items-center {
    align-items: center!important;
}
/* ul.list-unstyled.d-flex.justify-content-between.align-items-center.left-menus {
    width: 100px;
    position: absolute;
    right: 0;
    top: 14px;
} */
  ul.list-unstyled.d-flex.justify-content-between.align-items-center.left-menus {
    width: 135px;
    position: absolute;
    right: 0;
    top: 14px;
    gap: 0 !important;
}
  .list-unstyled.d-flex.left-menus {
    margin-right: 40px !important;
}
  nav.navbar .align-items-center {
        align-items: center !important;
        justify-content: center !important;
    }
  
  .mob-menu{    position: absolute;
    right: 0;}
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
}
@media only screen and (max-width: 767px) {
.search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
  .social-links.mt-4 {
    margin-top: 0 !important;
}
  .footer-intro.mb-4 {
    text-align: center;
}
  h5.widget-title.text-uppercase.mb-4.text-white {
    font-size: 16px;
}
  main#MainContent {
    margin-top: 88px;
}
  .navbar-brand img {
    width: 100px !important;
}
  li.d-lg-block.text-dark.cart-item {
    display: block;
    margin-bottom: 0;
}
  span.swym-wishlist-header-counter.wishlist-count {
    display: none;
}
  ul.list-unstyled.d-flex.justify-content-between.align-items-center.left-menus {
    width: 135px !important;
}
  span.wishlist-text {
    display: none;
}
  span.swym-wishlist-header-counter.wishlist-count.show-badge {
    display: none;
}
  a.cart-item__name.h4.break {
    font-size: 14px!important;
    font-family: jost;
    font-weight: 500;
            text-align: left;
}
  #footer {
    margin-top: 5em !important;
}
  .newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.section-sections--18587781660803__newsletter_nbifrQ-padding {
    margin-bottom: 0px !important;
}
  .product-option {
    font-size: 12px!important;
    font-weight: 600;
    color: #32868c;
}
  span.price.price--end {
    font-size: 12px;
    font-weight: 600;
    color: #32868c;
}
  .footer-menu a.item-anchor.text-white {
    font-family: Jost;
    font-size: 12px;
}
  #footer ul {
    margin-bottom: 0 rem;
}
  h1.section-title.text-left.mt-4.aos-init.aos-animate.hero_banner-title {
    font-size: 2.3rem!important;
    font-family: 'Jost' !important;
}
  p.hero_banner-description {
    padding-left: 10px;
    padding-right: 10px;
}
  a.btn.btn-dark.text-uppercase.mt-3 {
    font-family: Jost;
    font-size: 1.5rem !important;
}
  .newsletter__wrapper h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #fff;
    font-family: 'Jost';
    text-transform: uppercase;
    font-size: 15px !important;
    width: 100% !important;
    margin: auto;
}
  .newsletter-form__field-wrapper .field {
    display: block !important;
}
  .newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.section-sections--18587781660803__newsletter_nbifrQ-padding {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
  .collection-item .p-5 {
    padding: 3rem!important;
}
  .collection-item .m-md-5 {
    margin: 0rem!important;
}
  .collection-item h3.element-title.text-uppercase.text-white {
    font-family: 'Jost';
    font-size: 4rem !important;
}
  a.btn.bg-white.text-black.text-uppercase.mt-3 {
    font-family: jost;
    font-size: 15px;
}
}
@media only screen and (max-width: 575px) {
  .list-unstyled.d-flex.left-menus {
    margin: 15px !important;
    gap: 15px !important;
    width: 100%;
}
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* Swiper */
/* - Swiper Slide Arrows 1
------------------------------------------------------------- */
.icon-arrow {
  position: absolute;
  top: 50%;
  font-size: 2em;
  color: var(--dark-color);
  z-index: 2;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.icon-arrow svg {
  color: #000
}

.icon-arrow:hover {
  opacity: 1;
}

.icon-arrow.icon-arrow-left {
  left: 30px;
}

.icon-arrow.icon-arrow-right {
  right: 30px;
}

@media (max-width: 991px) {
  .icon-arrow.icon-arrow-left,
  .icon-arrow.icon-arrow-right {
    display: none !important;
  }
  .swiper-pagination {
    position: relative;
  }
}

/** Swiper Slide Arrows 2
--------------------------------------------------------------*/
.icon-arrow.no-outline {
  top: 40%;
  font-size: 1.7em;
  color: var(--grey-color);
  border: none;
}

.icon-arrow.no-outline:hover {
  background: none;
  color: var(--dark-color);
}

.icon-arrow.light-arrow.no-outline {
  color: var(--light-color);
  opacity: 0.7;
}

.icon-arrow.light-arrow.no-outline:hover {
  opacity: 1;
}

.swiper-button-normal {
  background: transparent;
}

.swiper-button-normal .icon {
  font-size: 1.6em;
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/** Swiper Slide Arrows with background 3
--------------------------------------------------------------*/
.icon-arrow {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
  display: flex;
  flex-wrap: wrap;
}

.image-zoom-effect .image-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* transform: scale(1); */
  /* transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

/* .image-zoom-effect:hover .image-holder {
  transform: scale(0.95);
} */
.product-item.image-zoom-effect img {    height: 100%;}
.image-zoom-effect img {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
  width: 100%;
}

/* .image-zoom-effect:hover img {
  transform: scale(1.1);
} */


/* - Border Hover Effects
------------------------------------------------------------- */
.border-animation a,
.border-animation a:after,
.border-animation a:before {
  transition: all .5s;
}

.border-animation a {
  position: relative;
}

.border-animation a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  content: '.';
  color: transparent;
  background: var(--bs-primary);
  height: 2px;
}

.border-animation a:hover:after {
  width: 100%;
}

.content-light .border-animation a:hover:after,
.content-light .border-animation li.active a:after {
  background: var(--bs-primary);
}

/* - Border Hover No Effects
------------------------------------------------------------- */
.border-animation .no-effect a:after {
  background: none;
}

/* - Border Hover Effects 2
------------------------------------------------------------- */
.border-animation-left .item-anchor {
  position: relative;
  margin-bottom: 20px;
}

.border-animation-left .item-anchor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: var(--bs-dark);
  transition: all 0.5s ease;
}

.border-animation-left.light-border .item-anchor:after,
.border-animation-left .item-anchor:after {
  background:  #fff;
}

.border-animation-left .item-anchor:hover:after,
.border-animation-left .item-anchor:focus:after {
  width: 100%;
}

/* background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
}

.background.pattern-bg {
  background: url(images/pattern-bg.png) no-repeat;
}

.background.normal-bg {
  background: url(images/newsletter-image.jpg) no-repeat;
}

/* large text */
.title-xlarge {
  font-size: calc(2rem + 10vw);
  /* 10.4em; */
  font-family: var(--heading-font);
  color: var(--bs-gray-300);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
}

/*--------------------------------------------------------------
/** 7.8 Video Section
--------------------------------------------------------------*/
.video .video-content {
  position: relative;
}

.video .video-player {
  position: absolute;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video .video-player a {
  position: relative;
}

.video .video-player svg {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .video .video-player img.text-pattern {
    width: 60%;
    display: flex;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
  font-size: 2.5em;
}

.testimonial-swiper .testimonial-item blockquote>p {
  margin: 0;
}

.testimonials .review-title {
  font-size: 14px;
}

.testimonial-swiper .swiper-slide {
  opacity: 0.2;
  width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonial-swiper .swiper-slide-active {
  opacity: 1;
}

.testimonials .swiper-pagination {
  left: 0;
  right: 0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C907E;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 999px) {
  .testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
  }
}


/** 7.13 Instagram
--------------------------------------------------------------*/
.instagram .insta-item {
  position: relative;
  margin-bottom: 20px;
}

.instagram .insta-item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.6s ease-out;
}

/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.5s;
  display: block;
}

/* .link-effect a[data-after="Add to cart"]::after {
  content: attr(data-after);
  display: inline-block;
  transform: translateY(100%);
  position: absolute;
  left: 0;
  font-size: 19px;
  text-align: inherit;
  text-transform: uppercase;
  transition: inherit;
  background: #d25337;
  padding: 2px 10px;
  color: #fff;
} */
a.btn.bg-white.text-black.text-uppercase.mt-3 {
    font-family: jost;
}
.newsletter__wrapper h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #fff;
    font-family: 'Jost';
    text-transform: uppercase;
    font-size: 30px;
    width: 56%;
    margin: auto;
}
.collection-item h3.element-title.text-uppercase.text-white {
    font-family: 'Jost';
    font-size: 5rem;
}
.collection-item .m-md-5 {
    margin: 5rem;
}
.collection-item .p-5 {
    padding: 5rem;
}
.product-content span {
    font-size: 1.8rem;
    font-family: 'Jost';
}

.link-effect a>span {
  display: inline-block;
  transform: translateY(0%);
  transition: inherit;
}

/* .link-effect:hover a>span {
  transform: translateY(-100%);
} */

/* .link-effect:hover a::after {
  transform: translateY(0%);
} */

/* product item */
.product-item .btn-wishlist {
  display: block;
  /* z-index: 111; */
  position: absolute;
  top: 5px;
  padding: 10px 15px!important;
  color: var(--bs-black) !important;
  background: var(--bs-white) !important;
  right: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  border-radius: 25px;
}

.product-item:hover .btn-wishlist {
  opacity: 1;
}

/* rotating text */
.text-rotate {
  animation: rotation 50s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 790px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 590px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 790px;
  }
}
/* 
.product-thumbnail-slider .swiper-slide {
  height: 200px;
} */

/* ------ Quantity ------*/
.product-quantity .qty-number {
  margin-right: 20px;
}
.product-quantity .input-group .btn {
  height: 48px;
  border: 1px solid #ccc;
}
.qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-dim-color);
  transition: .5s all ease-in-out;
}

.qty-number .quntity-button:hover {
  background-color: var(--accent-lit-color);
}

.qty-number input {
  font-size: 1.4em;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--dark-color);
}

.qty-field .regular-price {
  display: none;
}

/*--------------------------------------------------------------
/** Single Product
--------------------------------------------------------------*/
.single-product-template .breadcrumbs li {
  font-size: 1.5em;
  padding-right: 15px;
}

.single-product-template .breadcrumbs span {
  padding-left: 15px;
}

.product-preview .swiper-slide {
  padding-bottom: 15px;
}

/*---- Single Product Information ----------*/
.rating-container .rating {
  color: var(--bs-yellow);
  font-size: 1.4em;
}

.product-info .product-price strong {
  font-size: 1.6em;
  color: var(--accent-color);
  padding-right: 10px;
}

.product-info .product-price del {
  color: var(--accent-color);
}

.product-info .color-product-options .color-item {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid var(--bs-gray);
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}

.product-info .color-product-options .color-item span {
  border: 1px solid var(--dark-color);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-info .color-product-options .color-item:hover {
  border: 1px dotted var(--bs-gray-300);
}

.product-info .item-title {
  width: 100%;
}

.swatch-element .swatch-label {
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  min-width: 50px;
  height: 50px;
  border: 2px solid var(--bs-gray-300);
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px;
}
.swatch-element .swatch-input {
  display: none;
}
.swatch-element .swatch-input:checked+.swatch-label {
  border: 2px solid var(--bs-gray);
}

/*---- Single Product Accordion ----------*/
.review-style1 .review-item .rating-container .rating {
  font-size: 1em;
}

.review-style1 .review-item span.author-name {
  font-weight: 600;
}

/* button */
.btn-link {
  font-size: 1.5rem;
  font-family: 'Jost';
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}
p {
    font-family: 'jost' !important;
}
.product-content a {
    font-family: 'Jost';
    font-size: 18px;
}
a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 1px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-white);
}

a.btn-link:before {
  background-color: var(--bs-gray);
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-white);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

/* color options */
.form-check {
  padding: 0;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #111;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked~.checkmark {
  background-color: #A226F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
}

.form-check-label.red input~.checkmark {
  background-color: #CA7A7A;
}

.form-check-label.brown input~.checkmark {
  background-color: #D5BB96;
}

.form-check-label.green input~.checkmark {
  background-color: #A5BC73;
}

.form-check-label.aqua input~.checkmark {
  background-color: #779B9D;
}

/* sidebar accordion */
.product-info .accordion {
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
}
.product-filter .accordion {
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #8C907E;
}

.product-filter .accordion-body>div,
.product-filter .accordion-body a {
  display: block;
  padding: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid #EBEBEA;
}

.product-filter .accordion-body a:hover {
  border: 1px solid #999;
}

/* image zoom */
.image-zoom {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .3s ease-out;
}

.list-unstyled.d-flex.left-menus {
  margin: 10px auto;
  gap: 15px;
}
.swiper.main-swiper, .swiper.main-swiper img {
  height: 80vh;
  width: 100%;
}
.row.slider-text {
  width: 40%;
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translate(0px, -50%);
}
.cat-group{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 30px;
}
.cat-group .categories-img {
  padding: 5px;
  background: #fff;
  border: 3px solid #EADBD0;
  border-radius: 170px;
  width: 155px;
  height: 155px;
  display: flex;
}
.categories-img img {
    border-radius: 73px;
    width: 100%;
    height: auto;
}
.btn {
  height:auto;
  text-align: center;
  padding: 14px 10px;
}
.btn-dark{
  background: #000 !important;
}
.nav-arrows-box {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1500px;
}
.bg-banner-right {
  background-image: url(/cdn/shop/files/bannerCTARight.png?v=1741152570);
  background-size: 100% 100%;
}


/*--------------------------------------------------------------
/**News Letter
--------------------------------------------------------------*/

.newsletter {
  background-image: url(../images/Background_newsletter.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 190px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-input {
  width: 439px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid white;
  color:#fff;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
}
.newsletter-input::placeholder {
  color: white;
  opacity: 1;
}

.newsletter-button {
  background-color: white;
  color: black;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
/**Footer
--------------------------------------------------------------*/

.footer_banner {
  background-image: url("/cdn/shop/files/footerbg.png?v=1749281301");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #45888f;
  padding: 50px 0;
  z-index: 2;
}


.footer-menu-margin{
  margin-bottom: 50px;
}
.peacock-container {
  position: absolute;
  top: -10px;
  display: block;
  width: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.peacock-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.swiper-pagination-logo {
  text-align: center;
  margin-top:50px;
}
.swiper-pagination-bullet-active {
  background: #DD512F!important;
}

.border-over{
position: relative;
}
.border-over:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/bannerCTAframe.png?v=1741152512);
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.image-holder.border-over {
  height: 100%;
  width: auto;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #DD512F;
}
ul.menu-list.list-unstyled, h5.widget-title.text-uppercase{
  text-align: left;
}
ul.menu-list.list-unstyled li{
  margin-bottom: 10px;
}
.title-graphic{
  position: relative;
  margin-top: 25px;
}
.title-graphic::before{
  position: absolute;
  content: '';
  top: 0;
  background-image: url(/cdn/shop/files/titlegraphic.svg?v=1741023003);
  width: 100px;
  height: 100px;
  background-size: cover;
}
.title-graphic::before {
  position: absolute;
  content: '';
  top: -30px;
  background-image: url(/cdn/shop/files/titlegraphic.svg?v=1741023003);
  width: 80px;
  height: 80px;
  background-size: cover;
  left: 50%;
  transform: translate(-50%,-50%);
}






/* Media Query */


@media (min-width: 576px) {
  .btn {
      font-size: 16px; /* Slightly larger text on small devices */
      padding: 14px 18px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 13px;
    padding: 17px 7px;
}
}

@media (min-width: 992px) {
 
  .btn {
      font-size: 16px; /* Large screens */
      padding: 10px 26px;
  }
}



/* header icons search,wishlist etc.. */


/* Ensure icons and text resize properly */
.wishlist-text, .cart-text {
  font-size: 14px;
  display: inline-block;
}

.wishlist-count, .cart-count {
  font-size: 12px;
  color: #888;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .wishlist-text, .cart-text {
      font-size: 12px;
  }
  .wishlist-count, .cart-count {
      font-size: 10px;
  }
}

/* Ensure spacing for small screens */
.left-menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Mobile-friendly layout */
@media (max-width: 576px) {
  ul.menu-list.list-unstyled li {
    margin-bottom: 5px;
    font-size: 14px;
}
  .footer_banner {
  background-image: url(/cdn/shop/files/footer-sm.png?v=1749281301);
  background-size: 100% 100% !important;
  }
  .left-menus {
      flex-direction: row;
      justify-content: space-around;
  }
  .wishlist-item, .cart-item {
      flex: 1;
      text-align: center;
  }
}

@media (max-width: 1390px) {
.navbar>.container {
  width: 100%;
  max-width: 100%;
}
}

@media (max-width: 1440px) {

  /* .footer_banner {
    background-size: cover;
  } */
.nav-arrows-box .icon-arrow {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
}}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
h5.widget-title.text-uppercase {
    text-align: left;
    font-size: 18px;
}
  .newsletter {
    margin-bottom: 100px;
    width: 95%;
}
  section.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 0rem!important;
}
  .row.slider-text {
      width: 40%;
      left: 10%;
  }
  .swiper.main-swiper, .swiper.main-swiper img{
    height:100vh;
    object-fit:cover ;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .newsletter h3.section-title {
    font-size: 16px !important;
    margin: 10px 0;
  }
  a#filter_btn {
    font-size: 15px !important;
}
  #footer::after{
    min-height: 140px !important;
  }
  h3, .h3 {
    font-size: 2.2rem;
}
  h4, .h4 {
    font-size: 1.5rem;
}
  .categories figure{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cat-group .categories-img img{
    width: 100%;
  }
  .cat-group .categories-img {
    width: 125px;
    height: 125px;
}
  .row.slider-text {
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 10px 0;
}
  .swiper.main-swiper h1{
    font-size: 22px;
    font-weight: 700;
  }
  .swiper.main-swiper p{
    font-size: 16px;
  }
  .swiper.main-swiper, .swiper.main-swiper img{
    height:40vh;
    object-fit:cover ;
  }
  .d-flex.flex-wrap.cat-group a {
    width: 50%;
}
}

@media (min-width: 1960px) {
  #footer::after {
    background-repeat: repeat-x !important;
    min-height: 240px !important;
}
}



.swiper-pagination {
  margin-top: 25px;
}
#footer{
  position: relative;
  margin-top: 10em;
}
#footer::after {
  position: absolute;
  content: '';
  width: 80%;
  height: auto;
  min-height: 400px;
  background-image: url(/cdn/shop/files/Group_219.png?v=1749281299);
  background-size: contain;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer_banner .container{
z-index: 5;
}
.post-item .post-image img{
 margin: 0 auto;
}
.post-item .post-image{
text-align: center;
}
.inner_head{
  background:url('/cdn/shop/files/cate-banner.png?v=1742208901') no-repeat center;
  background-size:cover;
  height:396px;
  display:flex;
  align-items: center;
  position: relative;
  margin:0 0 30px;
  @media (max-width:776px) {
    height:250px !important;
  }
}
.inner_head:after{
  content:'';
  height:112px;
  width:100%;
  position: absolute;
  bottom:-15px;
  background: url('/cdn/shop/files/cate-pattern-bg.png?v=1743525818') repeat-x;

}
.inner_head h1{
  font-size:50px;
  margin:0 0 10px;
  font-family: "Jost", Roboto, sans-serif;
  @media (max-width:767px) {
    font-size:30px;
    margin:0 0 5px
  }
}
.inner_head p{
  color: var(--bs-dark);
  font-size:18px;
  @media (max-width:767px) {
      font-size:16px
  }
}
.cate_info{
  background-color: #fff;
  border-radius: 5px;
  padding:8px 20px;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '•';
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 26px;
    transform: scale(1.5);
    position: relative;
    bottom: -2px;
    left: 3px;
    color: #FF6E00;
    font-size: 14px;
}
.breadcrumb-item{
  text-transform: capitalize;
  font-family: 'Jost';
}
.breadcrumb-item.active{
  padding-left:10px;
  color: #DD512F;
}
.sort_group .choices__inner{
  border:0;
  background:#FEF2E9;
  border-radius:5px;
}
.sort_group label{
  font-size:14px;
  color: #111111;
}
.choices__list--single{
  text-align: left;
}
.sort_group .choices{
  min-width:130px;
  font-family:'Jost';
  @media (max-width:991px) {
    min-width:inherit;
    width:100%
  }
}
.choices[data-type*=select-one]::after{
  border:0;
  background: url('../images/Angle-down.png') no-repeat;
  background-size:contain;
  height:8px;
  width:12px;
  margin:0;
  top: 50%;
  translate: 0% -50%;
}
.choices[data-type*=select-one]::after {
    margin-top: 2.5px !important;
}
.choices[data-type*=select-one].is-open::after{
  margin:0;
}
.collection-hero.color-scheme-1.gradient {
    display: none !important;
}
.cate_filter{
  background:#fff;
  width:100%;
  padding:15px;
  border-radius:5px;
  transition: all 0.5s ease;
  @media (max-width:991px) {
    translate: 100% 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    z-index: 9;
     
    display: block !important;
    &.open_filter{
     
    
    translate: 0;
    }
  }
}
.overlay_bg{
  display:none;
  background:rgba(0 0 0 / 50%);
  backdrop-filter: blur(10px);
  height:100%;
  width:100%;
  position: fixed;
  left: 0;
  top:0;
  z-index: 8;
  @media (max-width:991px) {
    &.show_overlay{
      display: block;
    }
    
  }
}
.close_btn{
  position: relative;
  left: -14px;
  top: -10px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  display:none;
  @media (max-width:991px) {
    display:block
  }
}
.filter_title{
  font-size:18px;
  position: relative;
  margin:0;
}
.filter_title:after{
  content:'';
  background: url('../images/Angle-down.png') no-repeat;
  background-size:contain;
  height:8px;
  width:12px;
  margin:0;
  top: 50%;
  right:0;
  translate: 0% -50%;
  position: absolute;

}
.filter_title[aria-expanded="true"]:after{
  transform:rotate(180deg)
}
.filter_body {
  padding: 10px 0;
  margin-top: 10px;
  display:flex;
  flex-direction: column;
  gap:20px;
}
.filter_body label{
  font-size:14px;
  color:#111111;
  font-family:var(--heading-font) ;
  cursor: pointer;
}
.count_item{
  position: absolute;
  right:0;
  top:50%;
  translate:0 -50%;
  font-size:14px
}
.form-check-input{
  width:20px !important;
  height: 20px;
  background-color: #ECF0F3;
  padding:0;
  border:0
}
.form-check-input:checked {
background-color: #DD512F;
border-color:#DD512F;
box-shadow: none;
}
.form-check-input:focus{
box-shadow: none;
}
/* cutom-size */
.size-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.size-option {
  position: relative;
  display: inline-block;
}

.size-option input {
  display: none; /* Hide default checkbox */
}

.size-option span {
  display: inline-block;
  padding:0;
  border: 0px solid #333;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #F3F6F9;
  color: #111;
  height:36px;
  width:36px;
  line-height:36px;
  text-align:center;
}

.size-option input:checked + span {
  background-color: #DD512F;
  color: #fff;

}
/* color-filter */
.color-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.color-option {
  position: relative;
  display: inline-block;
}

.color-option input {
  display: none; /* Hide default checkbox */
}
.category_wrapper .container {
    max-width: 100% !important;
}
.color-option span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--color);
  box-shadow: 0 2px 5px rgba(var(--rgb), 0); /* Dynamic shadow */
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s;
  border: 2px solid transparent;
  position: relative;
}

/* Add semi-transparent overlay on selection */
.color-option input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: rgba(var(--rgb), 0.2); /* 50% opacity */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Add box-shadow and border on selection */
.color-option input:checked + span {
  box-shadow: 0 4px 15px rgba(var(--rgb), 0.7); /* Color-matching shadow */
  border: 2px solid #fff;
  transform: scale(1.1);
}
.sort_option{
  @media (max-width:991px) {
    display: flex;
        gap: 10px;
        width: 100%;
    .btn{
      height: 44px;
      line-height:15px;
      border-color: #111;
      color:#111;
      border-radius: 5px;
      &:focus{
        background-color:#111;
        border-color:#111;
        color:#fff;
      }
      &:active{
        background-color:#111;
        border-color:#111;
        color:#fff;
      }
    }
    .form-group{
      width:50%;
    }
  }
}
.product_paging{
  p{
    font-size: 14px;
    color: #111;
  }
}
.pagination{
  background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px;
}
.page-item .page-link{
  font-size:14px
}
.page-item .page-link.active{
  background-color: #DD512F;
  border-radius:5px
}
/* product-detail-page */
.back_btn{
  font-size: 16opx;
}
.product_paging{
  p{
   font-size: 18px !important;
    color: #111;
  }
}
.pagination{
  background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px;
}
.page-item .page-link{
  font-size:14px
}
.active span.page-link {
    background-color: #dd512f!important;
    border-radius: 5px !important;
    padding: 4px 14px;
}
a.page-link {
    padding: 4px 14px !important;
}
.product_list .product-content a {
    font-family: 'Jost';
    font-size: 1.50rem;
}
/* .product_list .link-effect a:after {
    content: attr(data-after);
    display: inline-block;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    font-size: 15px;
    text-align: inherit;
    text-transform: uppercase;
    transition: inherit;
    background: #d25337;
    padding: 2px 10px;
    color: #fff;
} */
/* product-detail-page */
.back_btn{
  font-size: 16opx;
}
.product-swiper img{
  width:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-thumb img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    display: block!important;
    background-color:rgb(0, 0, 0) !important;
    padding: 12px 26px 14px 18px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size:20px !important;
    color: #fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size:20px !important;
    color: #fff;
}
.share_product {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 9;
  padding:0 10px;
  
}

.share_product .swiper-pagination {
  position: static;
  transform: none;
  width: auto;
  background: rgba(0 0 0 / 10%);
  border-radius: 50px;
  padding: 2px 10px;
  
}
.swiper-button-next, .swiper-button-prev{
  margin-top: -14px;
  height:30px;
  width:30px;
  background-color: rgba(0 0 0 / 50%);
  border-radius: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size:16px
}
.share_product .swiper-pagination {
  color: #111;
  font-weight: bold;
  margin: 0;
  @media (max-width:767px) {
    font-size:16px
  }
}
.share_product .swiper-pagination .swiper-pagination-total{
  color:rgba(0 0 0 / 40%)
}
.share-btn{
  background:#111;
  height:48px;
  width:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:100%;
  &:hover{
      background:#DD512F
  }
  @media (max-width:767px) {
    transform: scale(0.8);
  }
}
.share-btn img{
  aspect-ratio:inherit;
  height:25px;
  width:25px;
  object-fit:none
}
.product_media{
  top:100px;
}
.product_body{
  .title{
    font-size:32px;
    color: #111;
    margin:0;
  }
  
.price_group{
  display:flex;
  align-items: center;
  gap:10px;
  strong{
    font-size:26px;
    font-weight: 500;
    color:#111;
    font-family: var(--heading-font);
  }
}
.quantity-container {
  display: flex;
  align-items: center;
}

.qty-btn {
  background: #111;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s ease;

&:hover{
  background:#DD512F
}
}
.qty-input {
  width: 50%;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;

  margin: 0 10px;
  height:40px;
}
.choices__inner{
  height: 40px;
  min-height: 40px;
  line-height: 15px;
  color: #111;
  font-weight: normal;
}
.btn-primary{
  background:#111;
  &:hover{
    background:none;
    color:#111
  }
}
.btn-secondary{
  background:#DD512F;
  border-color:#DD512F;
  &:hover{
    background:none;
    color:#DD512F;
    
  }
}
.accordion-button{
  font-size:18px;
  font-weight: 700;
  padding:20px;
  color: #111;
}
.accordion-body{
  background: #F2F2EE;
  padding:10px 20px;
  font-size:16px;
  color: #111;
}
.accordion-header{
  margin-top:10px
}
@media (max-width:767px) {
  .title{
    font-size:22px
  }
  .price_group{
    strong{
      font-size:20px
    }
  }
  .accordion-button{
    padding:12px;
  }
}
}
.stars {
  display: flex;
  justify-content: start;
  font-size: 20px;
  cursor: pointer;
  color: #ccc;
}

.star {
  padding:0 3px;
  transition: color 0.3s ease-in-out;
}

.star:hover,
.star.active {
  color: #f39c12;
}
/* review-sec */
.review_sec{
  .review_card{
    padding:20px;
    background:#fff;
    border-radius:10px;
    .review_date{
      margin:0 0 5px
    }
    h6{
      font-size:18px;
      color: #111;
      font-family: Roboto, sans-serif;
      font-weight: 600;
    }
    p{
      font-size:16px;
      line-height: normal;
      margin:0 0 5px
    }
    .stars{
      font-size:16px
    }
  }

}

@media screen and (max-width:768px){
  .product-item.image-zoom-effect img {
    height: 200px;        object-fit: cover;}


       #new-arrival  .product-item.image-zoom-effect img {
        height: 400px;
}

.product-option {
    text-align: left;
}

