/* shop style */

.filter-offcanvas {
  position: fixed;
  top: 0;
  left: -400px;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  background-color: var(--bg-offwhite-color, #f9f9f9);
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.breadcrumb--content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
}
.breadcrumb__header{
    padding-inline: 1.5rem;
}

.breadcrumb-item a {
  color: var(--foreground-sub-color, #555);
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--foreground-color);
}

.breadcrumb-item.active {
  color: var(--foreground-color);
  font-weight: 600;
}

.divider {
  color: var(--primary-color);
  display: flex;
  align-items: center;
}


.filter-offcanvas.open {
  left: 0;
}

.filter-offcanvas__header {
  padding: 2rem;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--body-background-color, #ffffff);
}

.filter-offcanvas__title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 2.2rem;
  color: var(--primary-color);
  margin: 0;
}

.filter-offcanvas__close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--primary-color);
}

.filter-offcanvas__body {
  padding: 2rem;
}

.filter-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filter-backdrop.open {
  display: block;
  opacity: 1;
}



.breadcrumb__section {
  display: grid;
  gap: 1rem;
}

.shop__product--wrapper {
  display: grid;
  gap: 3rem;
  padding-block-end: 3rem;
}

@media only screen and (max-width: 1199px) {
  .col-lg-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .d-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
  }

  .col-md-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .d-md-block {
    display: block;
  }

  .d-md-2-block {
    display: block !important;
  }

  .d-md-u-block {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-sm-u-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-sm-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .d-sm-u-block {
    display: block !important;
  }
}

@media only screen and (max-width: 575px) {
  .d-sm-2-none {
    display: none;
  }

  .d-sm-2-block {
    display: block;
  }

  .d-sm-2-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-sm-2-order {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 479px) {
  .d-sm-3-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .custom-col {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .custom-col {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .row-md-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row_md_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .row_sm_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 575px) {
  .row_sm_u_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*
  Swiper navigation css
*/
.swiper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.swiper__nav--btn {
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  border: 1px solid var(--secondary-color);
  background: var(--body-background-color);
  color: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
}

@media only screen and (max-width: 479px) {
  .swiper__nav--btn {
    width: 3rem;
    height: 3rem;
  }
}

.swiper__nav--btn.swiper-button-disabled {
  background: inherit;
  color: var(--primary-color);
}

.swiper__nav--btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

.swiper__nav--btn::after {
  display: none;
}

.swiper__nav--btn.swiper-button-prev {
  left: 0;
}

.swiper__nav--btn.swiper-button-next {
  right: 0;
}

.swiper__nav--btn.swiper-button-next::after {
  display: none;
}

/*
  Swiper pagination css
*/
.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--primary-color);
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: inherit;
  margin: 0 4px !important;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/*
  default css here
*/
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.position__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header__transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.primary__btn {
  font-weight: 500;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 4.2rem;
  height: 3.8rem;
  padding: 0 2rem;
  letter-spacing: 0.2px;
  border-radius: 0.5rem;
  color: var(--text-white-color);
  border: 0;
}

.primary__btn:hover {
  color: var(--text-white-color);
}

@media only screen and (min-width: 768px) {
  .primary__btn {
    line-height: 4.4rem;
    height: 4rem;
    padding: 0 2.2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .primary__btn {
    font-size: 1.5rem;
    line-height: 4.8rem;
    height: 4.4rem;
    padding: 0 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .primary__btn {
    line-height: 5rem;
    height: 4.6rem;
    padding: 0 3.5rem;
  }
}

.gradient__text--color {
  background: -webkit-gradient(linear, left top, right top, from(#1066E7), to(#C81CC5));
  background: linear-gradient(to right, #1066E7 0%, #C81CC5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

select {
  word-wrap: normal;
  font-family: var(--font-lato);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
}

.select {
  position: relative;
}

.select::before {
  border-bottom: 2px solid #201e1e;
  border-right: 2px solid #201e1e;
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.7;
}

.section__heading--subtitle {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--bg-offwhite-color);
  color: var(--primary-color);
  padding: 2px 2.5rem;
  border-radius: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.4rem;
}

.section__heading--maintitle {
  font-weight: 600;
  color: var(--primary-color);
}

.section__heading--flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.section__heading--desc {
  margin-top: 1.2rem;
}

#scroll__top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  outline: none;
  background-color: var(--secondary-color);
  color: var(--text-white-color);
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#scroll__top:hover {
  background: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  #scroll__top {
    bottom: 75px;
  }
}

#scroll__top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll__top svg {
  width: 25px;
  line-height: 1;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.width__295 {
  width: 295px;
}

.line-height-1 {
  line-height: 1;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
}

.break {
  word-break: break-word;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-ofwhite {
  color: var(--ofwhite-color);
}

.bg__primary {
  background: #800020;
}

.bg__secondary {
  background: var(--secondary-color);
}

.bg__black {
  background: #1d1c1c;
}

.bg__gray {
  background: var(--bg-gray-color);
}

.text__hover {
  color: var(--hover-color);
}

.text__primary {
  color: var(--primary-color);
}

.text__secondary {
  color: var(--secondary-color) !important;
}

.position__relative {
  position: relative;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-0 {
  border: none;
}

.border-radius-5 {
  border-radius: 0.5rem;
}

.border-radius-10 {
  border-radius: 1rem;
}

.border-radius-20 {
  border-radius: 2rem;
}

.border-radius-30 {
  border-radius: 3rem;
}

.border-radius-50 {
  border-radius: 50%;
}

.width-100 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .md-width-100 {
    width: 100%;
  }
}

.display-block {
  display: block;
}

/* Tab */
.tab_content {
  display: block;
}

.tab_pane {
  display: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.tab_pane:not(.show) {
  opacity: 0;
}

.tab_pane.show {
  opacity: 1;
}

.tab_pane.active {
  display: block;
}





@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



/* Section margin */
.section--nargin {
  margin-top: 5rem;

}

@media only screen and (min-width: 768px) {
  .section--nargin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

/* Padding */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

/* Margin */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-60 {
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-60 {
    margin-bottom: 6rem;
  }
}

.mb-55 {
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 992px) {
  .mb-55 {
    margin-bottom: 5.5rem;
  }
}

.mb-50 {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-50 {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mb-50 {}
}

.mb--n50 {
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 768px) {
  .mb--n50 {
    margin-bottom: -3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb--n50 {
    margin-bottom: -4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mb--n50 {
    margin-bottom: -5rem;
  }
}

.mb-40 {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .mb-40 {
    margin-bottom: 4rem;
  }
}

.mb--n40 {
  margin-bottom: -3rem;
}

@media only screen and (min-width: 992px) {
  .mb--n40 {
    margin-bottom: -4rem;
  }
}

.mb-35 {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .mb-35 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-35 {
    margin-bottom: 3.5rem;
  }
}

.mb-30 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .mb-30 {
    margin-bottom: 3rem;
  }
}

.mb--n30 {
  margin-bottom: -2rem;
}

@media only screen and (min-width: 992px) {
  .mb--n30 {
    margin-bottom: -2.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .mb--n30 {
    margin-bottom: -3rem;
  }
}

.mb-28 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .mb-28 {
    margin-bottom: 2.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-28 {
    margin-bottom: 2.8rem;
  }
}

.mb--n28 {
  margin-bottom: -2rem;
}

@media only screen and (min-width: 992px) {
  .mb--n28 {
    margin-bottom: -2.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb--n28 {
    margin-bottom: -2.8rem;
  }
}

.mb--n25 {
  margin-bottom: -1.8rem;
}

@media only screen and (min-width: 992px) {
  .mb--n25 {
    margin-bottom: -2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb--n25 {
    margin-bottom: -2.5rem;
  }
}

.mb-25 {
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 992px) {
  .mb-25 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-25 {
    margin-bottom: 2.5rem;
  }
}

.mb-20 {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 3.5rem;
  }
}

.mb-18 {
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .mb-18 {
    margin-bottom: 1.8rem;
  }
}

.mb-15 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 1.5rem;
  }
}

.mb-12 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .mb-12 {
    margin-bottom: 1.2rem;
  }
}

.mb-10 {
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 992px) {
  .mb-10 {
    margin-bottom: 1rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb_5 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mr-30 {
  margin-right: 3rem;
}

/*
    2. Header css
*/
/*
    offcanvas header css
*/
.header__sticky.sticky .offcanvas__header--menu__open--btn {
  color: var(--body-text-color) !important;
}

.offcanvas__header--menu__open {
  line-height: 1;
  display: none;
}

@media only screen and (max-width: 991px) {
  .offcanvas__header--menu__open {
    display: block;
  }
}

.offcanvas__header--menu__open--svg {
  width: 32px;
}

.offcanvas__header--menu__open--btn>* {
  pointer-events: none;
}

.offcanvas__header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--body-background-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 480px) {
  .offcanvas__header {
    max-width: 320px;
  }
}

.offcanvas__header.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.offcanvas__header.open~.offcanvas-overlay {
  visibility: visible;
  opacity: 0.75;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  background-color: var(--bg-black-color);
}

.offcanvas__inner {
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}

.offcanvas__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
}

.offcanvas__logo img {
  max-width: 9.5rem;
}

.offcanvas__close--btn {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas__close--btn::before,
.offcanvas__close--btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--bg-black-color);
}

.offcanvas__close--btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 
    offcanvas Menu css 
  */
.offcanvas__menu {
  overflow-y: auto;
  height: 100%;
}

.offcanvas__menu_ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
}

.offcanvas__menu_li {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.offcanvas__menu_li:first-child {
  border-top: 1px solid var(--border-color);
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: var(--primary-color);
}

/* 
    offcanvas Sub Menu 
*/
.offcanvas__sub_menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas__sub_menu_li {
  position: relative;
  border-top: 1px solid var(--border-color);
}

.offcanvas__sub_menu_item {
  line-height: 1;
  display: block;
  padding: 15px 0 15px 30px;
  color: var(--primary-color);
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
  padding-left: 40px;
}

.offcanvas__sub_menu_toggle {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.offcanvas__sub_menu_toggle::before,
.offcanvas__sub_menu_toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--bg-black-color);
}

.offcanvas__sub_menu_toggle:not(.active)::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.offcanvas__account--items {
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.offcanvas__account--items__btn {
  color: var(--secondary-color);
  gap: 0.5rem;
}

/*
    Offcanvas mobile sticky toolbar css here
*/
.offcanvas__sticky--toolbar {
  position: fixed;
  bottom: 0;
  background: var(--body-background-color);
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  padding: 14px 20px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .offcanvas__sticky--toolbar {
    display: block;
  }
}

.offcanvas__sticky--toolbar__btn {
  position: relative;
  text-align: center;
  transition: transform 0.2s ease;
}

.offcanvas__sticky--toolbar__btn:hover {
  transform: translateY(-2px);
}

.offcanvas__sticky--toolbar__btn:hover .offcanvas__sticky--toolbar__icon,
.offcanvas__sticky--toolbar__btn:active .offcanvas__sticky--toolbar__icon,
.offcanvas__sticky--toolbar__btn.active .offcanvas__sticky--toolbar__icon {
  background: #800020 !important;
  color: #ffffff !important;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(128, 0, 32, 0.4);
}

.offcanvas__sticky--toolbar__btn:hover .offcanvas__sticky--toolbar__label,
.offcanvas__sticky--toolbar__btn:active .offcanvas__sticky--toolbar__label,
.offcanvas__sticky--toolbar__btn.active .offcanvas__sticky--toolbar__label {
  color: #800020 !important;
  font-weight: 700;
}

.offcanvas__sticky--toolbar__btn>* {
  pointer-events: none;
}

.offcanvas__sticky--toolbar__btn.minicart__open--btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offcanvas__sticky--toolbar__icon {
  width: 3.4rem;
  height: 3.4rem;
  text-align: center;
  background:  #800020 !important;
  border-radius: 50%;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(128, 0, 32, 0.25);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.offcanvas__sticky--toolbar__label {
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 6px;
  color: var(--text-color, #2a2624);
  transition: color 0.2s ease;
}

.offcanvas__sticky--toolbar .items__count {
  left: 2.3rem;
  top: -9px;
  background: #800020;
  border: 2px solid #ffffff;
}

/*
    header sticky css here
*/
.header__sticky.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--bg-offwhite-color) !important;
  z-index: 1000;
  left: 0;
  padding: 1rem 0.5rem;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .header__sticky.sticky {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}

/*
   header topbar css here
*/
.header__topbar {
  padding: 8px 0;
}

@media only screen and (min-width: 768px) {
  .header__topbar {
    padding: 10px 0;
  }
}

/*
    language currency css here
*/
.language__currency--list {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .language__currency--list {
    margin-right: 12px;
    padding-right: 12px;
  }
}

.language__currency--list:last-child {
  margin-right: 0;
  padding-right: 0;
}

.language__currency--list:last-child::before {
  display: none;
}

.language__currency--list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.7rem;
  background: var(--body-background-color);
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0.6;
}

.language__currency--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-white-color);
  font-family: var(--jost-fonts);
  font-size: 1.5rem;
  line-height: 3.5rem;
  background-color: transparent;
  border: none !important;

}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}


.language__currency--link--icon__img {
  vertical-align: middle;
  margin-right: 5px;
}

.language__currency--link:hover span {
  color: var(--secondary-color);
}

.language__currency--link:hover svg {
  color: var(--secondary-color);
}

.language__currency--link svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-left: 5px;
}

.language__currency--link>* {
  pointer-events: none;
}

.currency__link--icon {
  margin-right: 6px;
}

.dropdown__switcher {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--body-background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.dropdown__switcher.active {
  opacity: 1;
  visibility: visible;
  margin-top: 11px;
}

.dropdown__switcher--items:first-child .dropdown__switcher--text {
  border-radius: 5px 5px 0 0;
}

.dropdown__switcher--items:last-child .dropdown__switcher--text {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.dropdown__switcher--text {
  display: block;
  font-size: 1.3rem;
  padding: 8px 14px;
  border-bottom: 1px solid var(--border-color);
}

.dropdown__switcher--active {
  text-decoration: underline;
}

.dropdown__switcher--text:hover {
  background: var(--bg-offwhite-color);
  border-color: var(--bg-offwhite-color);
}

.offcanvas__language--switcher {
  font-weight: 500;
}

.offcanvas__dropdown--language {
  position: absolute;
  z-index: 9;
  width: 100px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--body-background-color);
}

.offcanvas__dropdown--language.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 8px;
}

/* 
quantity icon button
 */
.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--foreground-sub-color));
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

/*
    main header css here
*/


.main__logo--link {
  display: block;
}

.main__logo--img {
  max-width: 145px;
}

@media only screen and (min-width: 480px) {
  .main__logo--img {
    max-width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .main__logo--img {
    max-width: 100%;
  }
}

.main__logo--title {
  line-height: 1;
}

/*
    Search box css here
*/
.header__select--categories {
  position: relative;
}

.header__select--categories::after {
  position: absolute;
  content: "";
  background: var(--border-color);
  width: 0.2rem;
  height: 3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.header__select--inner {
  border: 0;
  background: var(--body-background-color);
  height: 50px;
  padding: 0 32px 0 15px;
  border-radius: 5px 0 0 5px;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
  .header__select--inner {
    padding: 0 35px 0 17px;
    font-size: 1.5rem;
  }
}

.header__search--form {
  position: relative;
  width: 360px;
}

@media only screen and (min-width: 1200px) {
  .header__search--form {
    width: 400px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__search--form {
    width: 600px;
  }
}

.header__search--form label {
  width: 100%;
}

.header__search--input {
  width: 100%;
  border: 0;
  height: 46px;
  border-radius: 3rem;
  padding: 0 80px 0 22px;
  font-size: 1.5rem;
  font-weight: 500;
}

.header__search--input:focus::-webkit-input-placeholder {
  color: #800020;
}

@media only screen and (min-width: 1200px) {
  .header__search--input {
    height: 52px;
    padding: 0 80px 0 22px;
  }
}

.header__search--button {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 38px;
  border: 1px solid var(--border-color);
  padding: 0 20px;
  border-radius: 2rem;
  background: var(--bg-offwhite-color);
  color: var(--body-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search--button:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

@media only screen and (min-width: 1200px) {
  .header__search--button {
    padding: 0 22px;
    top: 5px;
    right: 9px;
    height: 42px;
  }
}

.predictive__search--title {
  margin-bottom: 20px;
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) {
  .predictive__search--title {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .predictive__search--title {
    margin-bottom: 30px;
  }
}
.predictive__search--box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.predictive__search--box__inner {
  padding: 20px 16px;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .predictive__search--box__inner {
    padding: 22px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .predictive__search--box__inner {
    padding: 30px 80px;
  }
}

@media only screen and (min-width: 992px) {
  .predictive__search--box__inner {
    padding: 30px 150px;
  }
}

.predictive__search--form {
  width: 100%;
  position: relative;
}

.predictive__search--input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid var(--border-color);
  padding: 0 80px 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 5px;
}

.predictive__search--input:focus {
  border-color: var(--secondary-color);
}

.predictive__search--input:focus::-webkit-input-placeholder {
  color: #800020;
}

@media only screen and (min-width: 1200px) {
  .predictive__search--input {
    height: 5rem;
  }
}


@media only screen and (max-width: 576px) {
  .predictive__search--close__btn {
    right: 15px;
  }
}

.predictive__search--close__btn:hover {
  color: var(--secondary-color);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.predictive__search--close__btn>* {
  pointer-events: none;
}

/*
    header bottom css here
*/
.header__bottom--inner {
  gap: 2.3rem;
}

@media only screen and (min-width: 1200px) {
  .header__bottom--inner {
    gap: 3rem;
  }
}

/*
    header account css here
*/
.header__account.header__sticky--block {
  display: none;
}

.header__account--wrapper {
  gap: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .header__account--wrapper {
    gap: 2rem;
  }
}

.header__account--btn {
  position: relative;
}

.header__account--btn:hover {
  color: var(--secondary-color);
}

.header__account--btn>* {
  pointer-events: none;
}
/*
    main menu css here
*/
.header__menu.header__sticky--block {
  display: none !important;
}

.header__menu--wrapper {
  gap: 1.7rem;
}

@media only screen and (min-width: 1200px) {
  .header__menu--wrapper {
    gap: 3.5rem;
  }
}

.header__menu--items {
  position: relative;
}

.header__menu--items:hover .header__menu--link {
  color: var(--secondary-color) !important;
}

.header__menu--items:hover .header__sub--menu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.header__menu--items:hover .header__mega--menu__wrapper {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.header__menu--link {
  font-size: 1.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2rem;
  color: var(--primary-color);
}

.header__menu--link.active {
  color: var(--secondary-color) !important;
}

.menu__arrowdown--icon {
  margin-left: 3px;
}

.header__sub--menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 230px;
  margin: 0;
  margin-top: 10px;
  padding: 20px;
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  background-color: var(--body-background-color);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.header__sub--menu__link {
  font-size: 1.5rem;
  display: block;
  line-height: 2.2rem;
  padding: 8px 0;
  font-weight: 500;
  color: var(--primary-color);
}

.mega__menu--items {
  position: static;
}



.header__mega--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 962px;
  margin: 0 auto;
}

.header__mega--menu__wrapper {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 20px;
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  background-color: var(--body-background-color);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.menu-grow {
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .header__mega--menu {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__mega--menu {
    max-width: 1260px;
  }
}

.header__mega--menu__li {
  padding: 3px 15px;
  width: 19%;
}

.header__mega--menu__li.banner__child {
  width: 24%;
}

.header__mega--menu__banner {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.header__mega--menu__banner:hover .header__mega--menu__banner--img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.header__mega--menu__banner--img {
  border-radius: 5px;
}

.header__mega--sub__menu--title {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  font-weight: 500;
  color: var(--primary-color);
}

/*
    End main menu css here
*/
.header__coupon--text {
  font-family: var(--jost-fonts);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-white-color);
  border-left: 1px solid #234283;
  padding: 1.5rem 0 1.5rem 2rem;
}

@media only screen and (max-width: 767px) {
  .header__coupon--text {
    display: none;
  }
}

/*
    minicart css here
*/
.offCanvas__minicart {
  position: fixed;
  width: 380px;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 20px 20px 20px;
  background: var(--body-background-color);
  z-index: 1070;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.15);
}

.offCanvas__minicart.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 479px) {
  .offCanvas__minicart {
    width: 100vw;
    padding: 16px 16px 20px;
  }
}

.minicart__header {
  flex: 0 0 auto;
}

.minicart__empty--text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.minicart__product {
  flex: 1 1 auto;
  overflow-y: auto;
  margin-bottom: 12px;
  padding-right: 5px;
  -webkit-overflow-scrolling: touch;
}

.minicart__product::-webkit-scrollbar {
  width: 4px;
}

.minicart__product::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.minicart__amount {
  flex: 0 0 auto;
}

.minicart__button {
  flex: 0 0 auto;
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.minicart__header--top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--border-color, #eee) !important;
}

.minicart__header--desc {
  font-size: 1.5rem;
  color: var(--foreground-sub-color);
}

.minicart__title {
  font-weight: 600 !important;
  font-size: 2.2rem !important;
  color: var(--primary-color) !important;
  margin: 0 !important;
}

.minicart__close--btn {
  padding: 4px 8px !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 2.4rem !important;
  line-height: 1 !important;
  color: var(--black-color) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
}

.minicart__close--btn:hover {
  color: var(--secondary-color) !important;
  background: rgba(0,0,0,0.06) !important;
  transform: scale(1.1) !important;
}

.minicart__close--btn>* {
  pointer-events: none;
}

.minicart__close--icon {
  width: 22px;
}

/* ── Hide GLightbox description/caption box on product zoom ── */
.glightbox-container .gslide-description,
.glightbox-container .gdesc-inner,
.glightbox-container .gslide-title,
.glightbox-container .gslide-desc {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Refined Product Zoom Lightbox Sizing & Aesthetics ── */
.glightbox-container .ginner-container {
  max-width: 85vw !important;
  max-height: 85vh !important;
  height: 85vh !important;
  margin: auto !important;
}

.glightbox-container .gslide-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 85vw !important;
  max-height: 85vh !important;
  box-shadow: none !important;
}

.glightbox-container .gslide-image img {
  max-height: 78vh !important;
  max-width: 78vw !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
  margin: auto !important;
}

@media (max-width: 768px) {
  .glightbox-container .ginner-container {
    max-width: 92vw !important;
    max-height: 85vh !important;
    height: 85vh !important;
  }
  .glightbox-container .gslide-image img {
    max-height: 78vh !important;
    max-width: 90vw !important;
    border-radius: 8px !important;
  }
}

.minicart__product {
  margin-bottom: 17px;
}

.minicart__product--items {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border-color);
}

.minicart__product--remove {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 1.0rem;
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 500;
  color: #777;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.minicart__product--remove:hover {
  color: #ED1D24;
  text-decoration: none !important;
}

.minicart__thumb {
  width: 100px;
  line-height: 1;
}

@media only screen and (min-width: 480px) {
  .minicart__thumb {
    width: 120px;
  }
}

.minicart__text {
  width: calc(100% - 100px);
  padding-left: 10px;
}

@media only screen and (min-width: 480px) {
  .minicart__text {
    width: calc(100% - 120px);
    padding-left: 13px;
  }
}

.minicart__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}

.minicart__subtitle a {
  color: var(--primary-color);
}

.color__variant {
  opacity: 0.8;
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 1.5rem;
}

.minicart__price {
  margin-bottom: 9px;
}

.minicart__current--price {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--secondary-color);
}

.minicart__old--price {
  font-size: 1.3rem;
  color: var(--foreground-sub-color);
  font-weight: 500;
  margin-left: 4px;
  text-decoration: line-through;
}

.minicart__quantity {
  margin-right: 15px;
}

.quantity__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity__value {
  display: inline-block;
  border: 1px solid var(--border-color);
  margin: 0px;
  width: 3.3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  background: var(--bg-offwhite-color);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}

.quantity__value.decrease {
  margin-right: -4px;
  border-radius: 13px 0 0 13px;
}

.quantity__value.increase {
  margin-left: -4px;
  border-radius: 0 13px 13px 0;
}

input.quantity__number {
  text-align: center;
  border: none;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin: 0px;
  width: 3.3rem;
  height: 3rem;
}

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

.minicart__amount {
  padding: 13px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.minicart__amount_list {
  margin-bottom: 10px;
}

.minicart__amount_list:last-child {
  margin-bottom: 0;
}

.minicart__amount_list span {
  font-size: 1.5rem;
}

.minicart__conditions {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minicart__conditions--input {
  vertical-align: middle;
  margin-right: 0.8rem;
}

.minicart__conditions--label {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.minicart__conditions--link {
  color: var(--primary-color);
  text-decoration: underline;
}

.minicart__conditions--link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.minicart__button--link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 4.4rem;
  height: 4rem;
  margin-right: 13px;
}

.minicart__button--link:last-child {
  margin-right: 0;
}

/*
    home five header css
*/
@media only screen and (max-width: 991px) {
  .header__search--box__style {
    display: none;
  }
}

.header__search--box__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search--box__form input::-webkit-input-placeholder {
  color: var(--primary-color);
}

.header__search--box__form input::-moz-placeholder {
  color: var(--primary-color);
}

.header__search--box__form input:-ms-input-placeholder {
  color: var(--primary-color);
}

.header__search--box__form input:-moz-placeholder {
  color: var(--primary-color);
}

.header__search--box__button {
  border: 0;
  background: inherit;
  padding: 0;
}

.header__search--input__field {
  border: 0;
  background: var(--body-background-color);
  height: 3rem;
  color: var(--primary-color);
  padding: 0 1.5rem;
  width: 14rem;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.menu__style--two .header__menu--link {
  color: var(--text-white-color);
}

.menu__style--two .header__menu--items:hover .header__menu--link {
  color: var(--primary-color) !important;
}

.header__sticky.sticky .header__menu--link {
  color: var(--primary-color);
}

.header__sticky.sticky .header__menu--items:hover .header__menu--link {
  color: var(--secondary-color) !important;
}

/*
    home six header css
*/
@media only screen and (max-width: 991px) {
  .header__topbar--inner.style6 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.main__header--six {
  padding: 8px 0;
}

.menu__color--white .header__menu--link {
  color: var(--text-white-color);
}

.menu__color--white .header__menu--items:hover .header__menu--link {
  color: var(--foreground-color) !important;
}

.header__topbar--info {
  gap: 2.5rem;
}

.header__info--text {
  position: relative;
  color: var(--text-white-color);
}

.header__info--text:last-child::before {
  display: none;
}

.header__info--text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.5rem;
  background: var(--border-color);
  right: -14px;
  top: 50%;
  -webkit-transform: translatey(-50%) skew(-21deg);
  transform: translatey(-50%) skew(-21deg);
  opacity: .5;
}

.header__info--text a {
  color: var(--text-white-color);
}

.header__info--text a:hover {
  color: var(--secondary-color);
}

.header__top--link {
  gap: 2.5rem;
}

.header__top--right {
  gap: 2.5rem;
}

@media only screen and (max-width: 479px) {
  .header__top--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

.header__link--menu {
  position: relative;
}

.header__link--menu::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.7rem;
  background: var(--body-background-color);
  left: -11px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: .6;
}

.header__link--menu__text {
  color: var(--text-white-color);
}

.header__link--menu__text:hover {
  color: var(--secondary-color);
}

.main__logo--img.sticky__block {
  display: none;
}

.header__sticky.sticky .header__account--btn.text-white {
  color: var(--primary-color) !important;
}

.header__sticky.sticky .header__account--btn.text-white:hover {
  color: var(--secondary-color) !important;
}

.header__sticky.sticky .main__logo--img.sticky__none {
  display: none;
}

.header__sticky.sticky .main__logo--img.sticky__block {
  display: block;
}

/* 
    3. Slider css 
*/
.hero__slider--items {
  background: url(home1-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: #DFF0F9;
  position: relative;
  /* padding: 30px 0 60px; */
}



@media only screen and (max-width: 767px) {
  .hero__slider--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


/* @media only screen and (min-width: 768px) {
  .slider__maintitle {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider__maintitle {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slider__maintitle {
    margin-bottom: 2.5rem;
  }
} */

.slider__content {
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .slider__content {
    text-align: center;

  }
}


.slider__desc {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .slider__desc {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider__desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slider__desc {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}

.hero__slider--layer {
  position: absolute;
  right: 20px;
  bottom: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .hero__slider--layer {
    max-width: 63rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero__slider--layer {
    max-width: 53.8rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__slider--layer {
    max-width: 49rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__slider--layer {
    max-width: 40rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero__slider--layer {
    position: inherit;
    right: inherit;
    padding: 0 6rem;
  }
}

@media only screen and (max-width: 479px) {
  .hero__slider--layer {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 499px) {
  .hero__slider--layer {
    padding: 0 3rem;
  }
}

.slider__layer--img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  display: block;
}

.swiper-slide-active .slider__content>* {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slider__subtitle {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.swiper-slide-active .slider__maintitle {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.swiper-slide-active .slider__desc {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.swiper-slide-active .slider__price {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.swiper-slide-active .slider__btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.swiper-slide-active .slider__layer--img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

.slider__pagination.swiper-pagination {
  bottom: 2rem !important;
}

@media only screen and (min-width: 768px) {
  .slider__pagination.swiper-pagination {
    bottom: 3rem !important;
  }
}

/*
    home two css
*/
.home__two--slider__items {
  background: url(../img/slider/home2-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: #DFF0F9;
}

.slider__items--inner {
  padding-top: 8rem;
}

@media only screen and (min-width: 575px) {
  .slider__items--inner {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 768px) {
  .slider__items--inner {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider__items--inner {
    padding-top: 9rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slider__items--inner {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 1600px) {
  .slider__items--inner {
    padding-top: 14rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__items--inner {
    padding-bottom: 7rem;
  }
}

.slider__items--inner .slider__layer--img {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .slider__items--inner .slider__layer--img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .slider__items--inner>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider__layer--img.style2 {
    max-width: 47rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__layer--img.style2 {
    max-width: 40rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__layer--img.style2 {
    max-width: 32rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider__layer--img.style2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .slider__layer--img.style2 {
    max-width: 350px;
  }
}

@media only screen and (max-width: 399px) {
  .slider__layer--img.style2 {
    max-width: 90%;
  }
}

/*
    home three css
*/
.home__three--slider__items {
  background: url(../img/slider/home3-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: #DFF0F9;
  padding: 3.5rem 0 6.5rem;
}

@media only screen and (min-width: 768px) {
  .home__three--slider__items {
    padding: 13rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .home__three--slider__items {
    padding: 15rem 0;
  }
}

@media only screen and (min-width: 1366px) {
  .home__three--slider__items {
    padding: 16rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .home__three--slider__items {
    padding: 24rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .home__three--slider__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .hero__slider--layer.style3 {
    max-width: 49rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero__slider--layer.style3 {
    max-width: 42rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__slider--layer.style3 {
    max-width: 40rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__slider--layer.style3 {
    max-width: 35rem;
  }
}

/*
    home five slider css
*/
.home__five--slider__items {
  background: url(../img/slider/home5-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  padding: 3.5rem 0 6.5rem;
}

@media only screen and (min-width: 768px) {
  .home__five--slider__items {
    padding: 13rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .home__five--slider__items {
    padding: 15rem 0;
  }
}

@media only screen and (min-width: 1366px) {
  .home__five--slider__items {
    padding: 17rem 0;
  }
}

@media only screen and (min-width: 1600px) {
  .home__five--slider__items {
    padding: 28rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .home__five--slider__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* 
    6. Collection css
*/
.shop__collection--img {
  margin: 0 auto 1.2rem;
}

.shop__collection--title {
  margin-bottom: 0.3rem;
}

.shop__collection--subtitle {
  color: var(--foreground-sub-color);
}

.shop__collection--link {
  display: block;
}

.shop__collection--title__style {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  border: 1px solid var(--secondary-color);
  background: var(--body-background-color);
  height: 3.3rem;
  line-height: 3.1rem;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .shop__collection--title__style {
    height: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .shop__collection--title__style {
    left: 2.5rem;
    right: 2.5rem;
    height: 4.5rem;
    line-height: 4.3rem;
  }
}

/* 
    5. Product card css 
*/
.product__tab--btn {
  margin-top: 2.5rem;
}

.tab__btn--wrapper {
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .tab__btn--wrapper {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .tab__btn--wrapper {
    gap: 2rem;
  }
}

.tab__btn--link {
  font-weight: 500;
  font-family: var(--inter-fonts);
  text-transform: capitalize;
  color: var(--foreground-sub-color);
  border: 0;
  background: var(--bg-offwhite-color);
  font-size: 1.3rem;
  padding: 3px 18px;
  border-radius: 22px;
  line-height: 2.6rem;
}

@media only screen and (min-width: 992px) {
  .tab__btn--link {
    font-size: 1.4rem;
    padding: 3px 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab__btn--link {
    font-size: 1.5rem;
    padding: 8px 25px;
  }
}

.tab__btn--link:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.tab__btn--link.active {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.product__card {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  background: var(--body-background-color);
  align-self: start;
  height: fit-content;
}

.product__card:hover .product__card--thumbnail__img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.product__card:hover .product__secondary--img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.product__card:hover .product__primary--img {
  opacity: 0;
  visibility: hidden;
}

.product__card:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.product__card:hover .product__card--action {
  opacity: 1;
  visibility: visible;
  bottom: 35%;
}

.product__card:hover .product__card--action__btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product__card:hover .product__add--to__card {
  opacity: 1;
  visibility: visible;
  bottom: 1.4rem;
}

.product__card--thumbnail {
  position: relative;
  overflow: hidden;
}

.product__card--thumbnail__link {
  position: relative;
}

.product__card--thumbnail__img {
  margin: 0 auto;
  width: 100%;
}

.product__card--content {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
}

.product__card--title {
  margin-bottom: 0.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 479px) {
  .product__card--title {
    line-height: 2.2rem;
  }
}

.product__card--title a {
  color: var(--primary-color);
}

.product__card--title a:hover {
  color: var(--secondary-color);
}

.product__card--btn {
  margin: 0;
  background: var(--secondary-color);
  color: var(--text-white-color);
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.product__card--btn:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.product__card--btn svg {
  margin-left: 0.3rem;
}

.product__card--action {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 575px) {
  .product__card--action {
    opacity: 1;
    visibility: visible;
  }
}

.product__card--action__list {
  margin-bottom: 1rem;
}

.product__card--action__list:last-child {
  margin-bottom: 0;
}

.product__card--action__btn {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: var(--primary-color);
  background: var(--bg-offwhite-color);
  border-radius: 50%;
  text-align: center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 575px) {
  .product__card--action__btn {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.product__card--action__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

@media only screen and (min-width: 576px) {
  .product__card--action__btn {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .product__card--action__btn {
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__card--action__btn {
    width: 3.8rem;
    height: 3.8rem;
    line-height: 4rem;
  }
}

.product__card--rating {
  margin-bottom: 1.1rem;
}

.product__card--rating.mb-20 {
  margin-bottom: 2rem;
}

.product__add--to__card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media only screen and (max-width: 575px) {
  .product__add--to__card {
    opacity: 1;
    visibility: visible;
    bottom: 1.5rem;
  }
}

.product__badge {
  width: auto;
  height: 2.2rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 0 8px;
  background: #ED1D24;
  color: var(--text-white-color);
  font-family: var(--inter-fonts);
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  text-align: center;
  border-radius: 0.4rem;
  font-weight: 600;
  z-index: 2;
}

.product__card--badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 4px 8px !important;
  line-height: 1.4 !important;
  height: auto !important;
  border-radius: 0.4rem !important;
  z-index: 2;
  text-transform: uppercase;
}

.product__secondary--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.current__price {
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .current__price {
    font-size: 1.5rem;
  }
}

.old__price {
  color: var(--foreground-sub-color);
  margin-left: 0.6rem;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
  text-decoration: line-through;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .old__price {
    font-size: 1.5rem;
  }
}

.rating {
  gap: 0.5rem;
}

.rating__icon {
  color: var(--yellow-color);
}

.rating__review--text {
  font-size: 1.2rem;
  font-family: var(--inter-fonts);
  color: var(--foreground-sub-color);
}





.product__swiper--column4.padding {
  padding: 0 0.5rem 1rem;
}

.product__section--border {
  padding: 6rem 1rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--primary-color);
}

@media only screen and (min-width: 768px) {
  .product__section--border {
    padding: 6.5rem 1rem 2.5rem;
  }
}

.product__section--countdown {
  position: absolute;
  top: -15px;
  left: 1.6rem;
  padding: 0.5rem 0.8rem;
  background: var(--primary-color);
  border-radius: 1rem;
  gap: 0.6rem;
}

@media only screen and (min-width: 480px) {
  .product__section--countdown {
    top: -20px;
    left: 2rem;
    padding: 0.8rem 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .product__section--countdown {
    top: -28px;
    left: 10rem;
    padding: 1rem 2rem;
    gap: 1.2rem;
  }
}

.product__section--countdown .countdown__item {
  text-align: center;
}

.product__section--countdown .countdown__number {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--text-white-color);
}

@media only screen and (min-width: 768px) {
  .product__section--countdown .countdown__number {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}

.product__section--countdown .countdown__text {
  font-size: 1.2rem;
  color: var(--text-white-color);
  text-transform: capitalize;
  line-height: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .product__section--countdown .countdown__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* 
    14. Small Product css 
*/
.small__product--thumbnail {
  overflow: hidden;
  width: 125px;
}

@media only screen and (min-width: 1600px) {
  .small__product--thumbnail {
    width: 136px;
  }
}

.small__product--card {
  gap: 1.8rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .small__product--card {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .small__product--card {
    gap: 2rem;
  }
}

.small__product--card:last-child {
  margin-bottom: 0;
}

.small__product--card:hover .small__product--thumbnail img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.small__product--card .product__card--title {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1199px) {
  .small__product--card .product__card--title {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.small__product--card .product__card--rating {
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 1200px) {
  .small__product--card .product__card--rating {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .small__product--step.margin__left {
    margin-left: 3rem;
  }
}

/* 
    15. Single Product css 
*/
.deal__product--section {
  background: url(../img/banner/banner-bg1.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: #EDF2FF;
}

.single__product--wrapper {
  background: var(--body-background-color);
  border: 1px solid var(--secondary-color);
  padding: 1.8rem;
  border-radius: 5px;
  gap: 3rem;
}

@media only screen and (min-width: 992px) {
  .single__product--wrapper {
    gap: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single__product--wrapper {
    padding: 2.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .single__product--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single__product--wrapper:hover .single__product--thumbnail__img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.single__product--wrapper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.single__product--left {
  width: 100%;
  background: var(--bg-gray-color);
  padding: 2rem 1.5rem;
}

@media only screen and (min-width: 992px) {
  .single__product--left {
    width: 270px;
  }
}

@media only screen and (min-width: 1200px) {
  .single__product--left {
    width: 362px;
  }
}

@media only screen and (max-width: 991px) {
  .single__product--left {
    margin: 0 auto;
  }
}

.single__product--right {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .single__product--right {
    width: calc(100% - 295px);
  }
}

@media only screen and (min-width: 1200px) {
  .single__product--right {
    width: calc(100% - 389px);
  }
}

.single__product--inner {
  gap: 2rem;
}

@media only screen and (min-width: 768px) {
  .single__product--inner {
    gap: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .single__product--inner {
    gap: 2.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single__product--thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.single__product--action {
  gap: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .single__product--action {
    margin-bottom: 2.5rem;
  }
}

.single__product--action__btn {
  width: 3.5rem;
  height: 3.4rem;
  line-height: 3rem;
  text-align: center;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
}

.single__product--action__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

.single__product--cart__btn {
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0 1.5rem;
  background: var(--primary-color);
  font-size: 1.2rem;
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-white-color);
  border-radius: 5px;
}

.single__product--cart__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

.single__product--content {
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 992px) {
  .single__product--content {
    margin-bottom: 3rem;
  }
}

.single__product--title {
  margin: 1.5rem 0;
  font-size: 2rem;
  line-height: 2.4rem;
}

@media only screen and (min-width: 576px) {
  .single__product--title {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .single__product--title {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

.single__product--title a {
  color: var(--primary-color);
}

.single__product--title a:hover {
  color: var(--secondary-color);
}

.single__product--countdown {
  gap: 1.2rem;
  padding: 3rem 0 1rem;
}

@media only screen and (min-width: 768px) {
  .single__product--countdown {
    gap: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .single__product--countdown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single__product--countdown .countdown__item:hover .countdown__number {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.single__product--countdown .countdown__number {
  width: 4.5rem;
  height: 3.7rem;
  line-height: 3.7rem;
  background: var(--body-background-color);
  font-size: 1.4rem;
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
}

.single__product--countdown .countdown__text {
  font-size: 1.4rem;
  font-family: var(--inter-fonts);
  font-weight: 500;
  color: var(--foreground-sub-color);
  text-align: center;
  text-transform: capitalize;
}

.single__product--content__badge {
  background: var(--primary-color);
  color: var(--text-white-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 2px 10px;
  border-radius: 13px;
  margin-left: 12px;
}

.sigle__product--badge {
  width: 6rem;
  height: 6rem;
  line-height: 1.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.sigle__product--badge::before {
  position: absolute;
  content: "";
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border: 1px dashed #fff;
  border-radius: 50%;
}

.product__sold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2.3rem;
  margin: 1.5rem 0 2rem;
}

@media only screen and (min-width: 992px) {
  .product__sold {
    margin: 2rem 0 3rem;
  }
}

.product__sold::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.2rem;
  background: var(--bg-offwhite-color);
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

.product__sold::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1.2rem;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

.product__sold--text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  font-family: var(--inter-fonts);
  color: var(--foreground-sub-color);
}

.product__sold--text__number {
  color: var(--body-text-color);
}

.single__product--nav {
  padding: 0.2rem 0.5rem;
}

.single__product--nav__items {
  border: 1px solid var(--border-color);
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single__product--nav__items:hover {
  border-color: var(--primary-color);
}

.single__product--nav__thumbnail {
  margin: 0 auto;
}

.single__product--nav .swiper-slide-active .single__product--nav__items {
  border-color: var(--primary-color);
}

/* 
    4. Banner css 
*/
@media only screen and (max-width: 767px) {
  .video__banner--section.section--padding {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .video__banner--section__thumbnail {
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  .video__banner--section__thumbnail {
    height: 41rem;
  }
}

@media only screen and (min-width: 1200px) {
  .video__banner--section__thumbnail {
    height: 51.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .video__banner--section__thumbnail {
    height: 55.5rem;
  }
}

.video__banner--wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .video__banner--wrapper {
    position: inherit;
    margin-top: 3rem;
  }
}

.video__banner--inner {
  gap: 3rem;
}

@media only screen and (min-width: 992px) {
  .video__banner--inner {
    gap: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .video__banner--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .video__banner--box {
    width: 55%;
  }
}

@media only screen and (min-width: 1200px) {
  .video__banner--box {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .video__banner--content {
    width: 40%;
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .video__banner--content {
    padding-bottom: 11rem;
  }
}

@media only screen and (min-width: 1200px) {
  .video__banner--content {
    padding-bottom: 14rem;
  }
}

@media only screen and (max-width: 767px) {
  .video__banner--content {
    text-align: center;
  }
}

.video__banner--content__title {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 1.3rem;
}

@media only screen and (min-width: 576px) {
  .video__banner--content__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .video__banner--content__title {
    line-height: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .video__banner--content__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .video__banner--content__title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .video__banner--content__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  .video__banner--content__title {
    font-size: 4rem;
    line-height: 5.2rem;
  }
}

.video__banner--content__desc {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .video__banner--content__desc {
    margin-bottom: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .video__banner--content__desc {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .video__banner--content__desc {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .video__banner--content__desc {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}

/*
    banner fullwidth css
*/
.banner__fullwidth--bg__thumbnail {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .banner__fullwidth--bg__thumbnail {
    height: 390px;
  }
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--bg__thumbnail {
    height: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--bg__thumbnail {
    height: 560px;
  }
}

@media only screen and (min-width: 1366px) {
  .banner__fullwidth--bg__thumbnail {
    height: 633px;
  }
}

.banner__fullwidth--inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .banner__fullwidth--inner {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .banner__fullwidth--content {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--content {
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--content {
    padding-left: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner__fullwidth--content {
    text-align: center;
    margin-top: 3rem;
  }
}

.banner__fullwidth--content__subtitle {
  font-family: var(--primary-color);
  font-weight: 400;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--content__subtitle {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--content__subtitle {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner__fullwidth--content__subtitle {
    line-height: 2rem;
  }
}

.banner__fullwidth--content__subtitle.mb-25 {
  margin-bottom: 2.5rem;
}

.banner__fullwidth--content__title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 576px) {
  .banner__fullwidth--content__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .banner__fullwidth--content__title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--content__title {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--content__title {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .banner__fullwidth--content__title {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

.banner__fullwidth--content__desc {
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .banner__fullwidth--content__desc {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--content__desc {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--content__desc {
    margin-bottom: 2.7rem;
  }
}

.banner__fullwidth--content.padding__right {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .banner__fullwidth--content.padding__right {
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__fullwidth--content.padding__right {
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__fullwidth--content.padding__right {
    padding-right: 10rem;
  }
}

/*
    banner box css
*/
.banner__box {
  overflow: hidden;
}

.banner__box:hover .banner__box--thumbnail {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.banner__box--thumbnail {
  width: 100%;
}

.banner__box--content {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 3rem;
}

@media only screen and (max-width: 479px) {
  .banner__box--content {
    left: 2rem;
    right: 1rem;
  }
}

.banner__box--content__title {
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--bg-black-color);
}

@media only screen and (min-width: 480px) {
  .banner__box--content__title {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .banner__box--content__title {
    margin-bottom: 1.5rem;
  }
}

.banner__box--content__desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .banner__box--content__desc {
    font-size: 1.6rem;
  }
}

.banner__box--content__btn.style2 {
  border: 1px solid var(--secondary-color);
  background: inherit;
  color: var(--secondary-color);
  line-height: 4rem;
}

@media only screen and (min-width: 768px) {
  .banner__box--content__btn.style2 {
    line-height: 4.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__box--content__btn.style2 {
    line-height: 4.8rem;
  }
}

.banner__box--content__btn.style2:hover {
  border-color: var(--hover-color);
  color: var(--hover-color);
}

/*
    advice banner css
*/
.advice__banner--thumbnail.height_225 {
  height: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .advice__banner--thumbnail.height_225 {
    height: 20rem;
  }
}

@media only screen and (min-width: 992px) {
  .advice__banner--thumbnail.height_225 {
    height: 22.5rem;
  }
}

.advice__banner--content {
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: 1;
}

.advice__banner--content.banner__flex {
  gap: 1.5rem;
}

@media only screen and (min-width: 576px) {
  .advice__banner--content.banner__flex {
    gap: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .advice__banner--content.banner__flex {
    gap: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .advice__banner--content.banner__flex {
    gap: 6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .advice__banner--content.banner__flex {
    width: 61%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advice__banner--content.banner__flex {
    width: 69%;
    gap: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .advice__banner--content.banner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .advice__banner--content {
    left: 3rem;
    right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .advice__banner--content {
    left: 1.5rem;
    right: 1.5rem;
  }
}

.advice__banner--title {
  margin-bottom: 1.2rem;
}

.advice__banner--btn {
  background: var(--primary-color);
  min-width: 130px;
}

.advice__banner--btn:hover {
  background: var(--secondary-color);
}

.advice__banner--layer__img {
  position: absolute;
  top: 0;
  right: 1.2rem;
}

@media only screen and (min-width: 1200px) {
  .advice__banner--layer__img {
    right: 3.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .advice__banner--layer__img {
    max-width: 18rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .advice__banner--layer__img {
    max-width: 9rem;
    top: 72%;
  }
}

@media only screen and (max-width: 479px) {
  .advice__banner--layer__img {
    max-width: 6rem;
    top: 77%;
  }
}

/*
    home two css
*/
.video__banner--box.width_100 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .video__box--content {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .video__box--content {
    padding-left: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .video__box--content {
    margin-top: 3rem;
    text-align: center;
  }
}

.video__box--content__title {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .video__box--content__title {
    margin-bottom: 2rem;
  }
}

.video__box--content__desc {
  font-size: 1.5rem;
  margin-bottom: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .video__box--content__desc {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
}

/*
    grid banner css
*/
.grid__banner--title {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .grid__banner--title {
    margin-bottom: 1.3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__banner--title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.grid__banner--desc {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) {
  .grid__banner--desc {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}


@media only screen and (min-width: 992px) {
  .grid__banner--desc {
    margin-bottom: 2.5rem;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__banner--desc {
    margin-bottom: 3.5rem;
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 575px) {
  .grid__banner--content {
    padding-top: 2.3rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__banner--content.margin__left {
    margin-left: 4rem;
  }
}

/*
    fullwidth banner box css
*/
.fullwidth__banner--box__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.fullwidth__banner--box__content.left {
  left: 2rem;
}

@media only screen and (min-width: 768px) {
  .fullwidth__banner--box__content.left {
    left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .fullwidth__banner--box__content.left {
    left: 15%;
  }
}

@media only screen and (min-width: 1200px) {
  .fullwidth__banner--box__content.left {
    left: 25%;
  }
}

@media only screen and (min-width: 1600px) {
  .fullwidth__banner--box__content.left {
    left: 35%;
  }
}

.fullwidth__banner--box__content.right {
  left: 2rem;
}

@media only screen and (min-width: 768px) {
  .fullwidth__banner--box__content.right {
    left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .fullwidth__banner--box__content.right {
    left: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .fullwidth__banner--box__content.right {
    left: 12%;
  }
}

@media only screen and (min-width: 1600px) {
  .fullwidth__banner--box__content.right {
    left: 16%;
  }
}

.fullwidth__banner--box__subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .fullwidth__banner--box__subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .fullwidth__banner--box__subtitle {
    font-size: 1.7rem;
  }
}

.fullwidth__banner--box__title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  color: var(--foreground-color);
}

@media only screen and (min-width: 768px) {
  .fullwidth__banner--box__title {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .fullwidth__banner--box__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .fullwidth__banner--box__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .fullwidth__banner--box__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}

/*
    sidebar banner css
*/
.sidebar__banner--content {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  right: 2rem;
}

@media only screen and (min-width: 1200px) {
  .sidebar__banner--content {
    bottom: 4rem;
  }
}

.sidebar__banner--title {
  color: var(--foreground-color);
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__banner--title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.sidebar__banner--subtitle {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .sidebar__banner--subtitle {
    margin-bottom: 2rem;
  }
}

.sidebar__banner--btn {
  text-decoration: underline;
  line-height: 2rem;
  font-weight: 500;
}

.advice__banner--content.style2 {
  left: 3rem;
  right: 3rem;
  text-align: center;
}

.advice__banner--thumbnail.height_260 {
  height: 26rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
    home four banner vss
*/
.banner__box--content__style {
  position: absolute;
  left: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .banner__box--content__style {
    left: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__box--content__style {
    left: 4rem;
  }
}

.banner__box--content__style.top {
  top: 3rem;
}

@media only screen and (min-width: 1200px) {
  .banner__box--content__style.top {
    top: 4rem;
  }
}

.banner__box--content__style.middle {
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.banner__box--content__style--subtitle {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: var(--primary-color);
  font-weight: 400;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 992px) {
  .banner__box--content__style--subtitle {
    margin-bottom: 1rem;
  }
}

.banner__box--content__style--title {
  line-height: 3rem;
  margin-bottom: 1.6rem;
  color: var(--body-text-color);
}

@media only screen and (min-width: 768px) {
  .banner__box--content__style--title {
    line-height: 3.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__box--content__style--title {
    line-height: 3.5rem;
    margin-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .banner__box--content__style--title {
    line-height: 4rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .banner__box--content__style--btn {
    line-height: 4.2rem;
    height: 3.8rem;
    padding: 0 1.8rem;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__box--content__style--btn {
    line-height: 4.4rem;
    height: 4rem;
    padding: 0 2.2rem;
  }
}

.banner__box--content__style.right__side {
  left: auto;
  right: 4rem;
}

.grid__banner--product {
  position: relative;
  margin: -215px 3rem 0 auto;
}

@media only screen and (min-width: 992px) {
  .grid__banner--product {
    margin: -255px 4rem 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .grid__banner--product {
    margin: -286px 8rem 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .grid__banner--product {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid__banner--product.width__295 {
    width: 240px;
  }
}

.grid__banner--product .product__card--action {
  opacity: 1;
  visibility: visible;
  top: 20px;
  right: 20px;
}

.grid__banner--product .product__card--action__btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.grid__banner--product .product__add--to__card {
  opacity: 1;
  visibility: visible;
  bottom: 18px;
}

.grid__banner--product:hover .product__add--to__card {
  bottom: 18px;
}

@media only screen and (max-width: 575px) {
  .grid__banner--left__sidebar {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .grid__banner--content__style2 {
    margin: 0 0 0 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .grid__banner--content__style2 {
    margin: 0 0 0 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner__fullwidth--thumbnail img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner_sm_height-250 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .banner_sm_height-250 {
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*
    collection banner  css
*/
.collection__banner--thumbnail.height_583 {
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 576px) {
  .collection__banner--thumbnail.height_583 {
    height: 340px;
  }
}

@media only screen and (min-width: 768px) {
  .collection__banner--thumbnail.height_583 {
    height: 360px;
  }
}

@media only screen and (min-width: 1200px) {
  .collection__banner--thumbnail.height_583 {
    height: 460px;
  }
}

@media only screen and (min-width: 1366px) {
  .collection__banner--thumbnail.height_583 {
    height: 583px;
  }
}

.collection__banner--content {
  position: absolute;
  top: 50%;
  left: 3rem;
  right: 3rem;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

@media only screen and (min-width: 1200px) {
  .collection__banner--subtitle {
    font-size: 2rem;
  }
}

.collection__banner--subtitle.mb-20 {
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .collection__banner--subtitle.mb-20 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .collection__banner--subtitle.mb-20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .collection__banner--title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1600px) {
  .collection__banner--title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

.collection__banner--title.mb-30 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .collection__banner--title.mb-30 {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .collection__banner--title.mb-30 {
    margin-bottom: 3rem;
  }
}

.collection__banner--desc {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .collection__banner--desc {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .collection__banner--desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.banner_col_left_47 {
  width: 47.2%;
}

@media only screen and (max-width: 575px) {
  .banner_col_left_47 {
    width: 100%;
  }
}

.banner_col_right_52 {
  width: 52.8%;
}

@media only screen and (max-width: 575px) {
  .banner_col_right_52 {
    width: 100%;
  }
}

/*
    home six banner css
*/
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .banner__box--right__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .banner__box--right__sidebar .banner__box.mb-30 {
    margin-bottom: 0;
  }
}

.banner__box--content__style.style__right {
  left: auto;
  right: 2rem;
}

@media only screen and (min-width: 480px) {
  .banner__box--content__style.style__right {
    right: 3rem;
  }
}

.banner__box--content__style6--title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .banner__box--content__style6--title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 479px) {
  .banner__box--thumbnail.height_sm_u_220 {
    height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*
    countdown banner css
*/
.countdown__banner--bg {
  background: rgba(250, 238, 238, 0.9);
}

@media only screen and (max-width: 767px) {
  .countdown__content {
    padding-top: 2.5rem;
  }
}

.countdown__content--title {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 576px) {
  .countdown__content--title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .countdown__content--title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .countdown__content--title {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .countdown__content--title {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

.countdown__content--subtitle {
  font-size: 1.7rem;
  line-height: 2.2rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 576px) {
  .countdown__content--subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .countdown__content--subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .countdown__content--subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .countdown__content--subtitle {
    font-size: 2.8rem;
    line-height: 3.3rem;
    margin-bottom: 2.5rem;
  }
}

.banner__price {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .banner__price {
    margin-bottom: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__price {
    margin-bottom: 3rem;
  }
}

.banner__price .current__price {
  font-size: 2rem;
  line-height: 2.2rem;
  color: var(--primary-color);
}

@media only screen and (min-width: 576px) {
  .banner__price .current__price {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__price .current__price {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

.banner__price .old__price {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-left: 1rem;
}

@media only screen and (min-width: 576px) {
  .banner__price .old__price {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .banner__price .old__price {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.countdown__banner--style {
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .countdown__banner--style {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.countdown__banner--style .countdown__item {
  text-align: center;
}

.countdown__banner--style .countdown__number {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.6rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border-radius: 50%;
  margin-bottom: 0.6rem;
}

@media only screen and (min-width: 576px) {
  .countdown__banner--style .countdown__number {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}

.countdown__banner--style .countdown__text {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 2rem;
}

@media only screen and (min-width: 576px) {
  .countdown__banner--style .countdown__text {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .countdown__banner--style .countdown__text {
    font-size: 1.6rem;
  }
}

.grid__banner__lookbook {
  top: 18%;
  left: 44%;
}

@media only screen and (min-width: 768px) {
  .grid__banner__lookbook {
    left: 40%;
  }
}

/* 
    8. Blog css
*/
.blog__section--bg {
  background: #FDFAF6;
}

.blog__card {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.blog__card:hover .blog__card--thumbnail__img {
  -webkit-transform: scale(1.06) rotate(2deg);
  transform: scale(1.06) rotate(2deg);
}

.blog__card:hover .blog__card--thumbnail::before {
  opacity: 0.8;
}

.blog__card--thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog__card--thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 1;
  pointer-events: none;
}

.blog__card--thumbnail__link {
  display: block;
  width: 100%;
}

.blog__card--thumbnail__img {
  width: 100%;
}

.blog__card--title {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.blog__card--title a {
  color: var(--body-text-color);
}

.blog__card--title a:hover {
  color: var(--secondary-color);
}

@media only screen and (min-width: 480px) {
  .blog__card--title {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .blog__card--title {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .blog__card--title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.blog__card--link {
  color: var(--primary-color);
  line-height: 2rem;
  text-decoration: underline;
}

.blog__card--link:hover {
  text-decoration: underline;
}

.blog__card--content {
  padding: 1.5rem 0 0;
}

@media only screen and (min-width: 768px) {
  .blog__card--content {
    padding: 1.8rem 0 0;
  }
}

.blog__meta {
  gap: 1.5rem;
  margin-bottom: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .blog__meta {
    gap: 2rem;
    margin-bottom: 0.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blog__meta {
    margin-bottom: 0.8rem;
  }
}

.blog__meta--text {
  color: var(--primary-color);
  line-height: 2.2rem;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1200px) {
  .blog__meta--text {
    line-height: 2.4rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blog__sticky--content .blog__meta--text {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .blog__sticky--content .blog__card--title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .blog__sticky--content .blog__card--title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .blog__card--sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .blog__card--sidebar {
    margin-top: 3rem;
  }
}

/* 
    9. Testimonial css
*/
.testimonial__bg {
  background: url(banner-fullwidth3.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .testimonial__section.section--padding {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonial__section.section--padding {
    padding-bottom: 3rem;
  }
}

.testimonial__section--inner {
  padding-bottom: 5rem;
}

.testimonial__items {
  padding: 1.5rem;
  background: var(--body-background-color);
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .testimonial__items {
    padding: 2.5rem 2rem;
  }
}

.testimonial__desc {
  font-size: 1.4rem;
  line-height: 2.5rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .testimonial__desc {
    font-size: 1.4rem;
  }
}

.testimonial__author {
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .testimonial__author {
    gap: 1.5rem;
  }
}

.testimonial__author__thumbnail {
  min-width: 7rem;
}

.testimonial__author--title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 0.2rem;
}

.testimonial__author--subtitle {
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .testimonial__author--subtitle {
    font-size: 1.3rem;
  }
}

.testimonial__vector--icon {
  margin: 0 1rem 0 auto;
}

.testimonial__pagination {
  bottom: 0 !important;
}

.testimonial__pagination .swiper-pagination-bullet {
  border: 1px solid var(--secondary-color);
}

.testimonial__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

/*
    testimonial box css
*/
.testimonial__bg--three {
  background: url(../img/banner/banner-fullwidth6.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.testimonial__bg--three.section--padding {
  padding-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .testimonial__bg--three.section--padding {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonial__bg--three.section--padding {
    padding-bottom: 8rem;
  }
}

.testimonial__box--thumbnail {
  margin-bottom: 2rem;
}

.testimonial__box--thumbnail img {
  margin: 0 auto;
}

.testimonial__box--desc {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .testimonial__box--desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .testimonial__box--desc {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .testimonial__box--desc {
    padding: 0 10rem;
  }
}

.testimonial__box--author__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .testimonial__box--author__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}

.testimonial__box--author__subtitle {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

/* 
    7. Feature css
*/
.feature__inner {
  gap: 3rem;
}

@media only screen and (max-width: 991px) {
  .feature__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.feature__items {
  gap: 1.5rem;
}

@media only screen and (min-width: 1200px) {
  .feature__items {
    gap: 1.8rem;
  }
}

.feature__content--title {
  margin-bottom: 0.3rem;
}

.feature__content--desc {
  font-size: 1.4rem;
  color: var(--primary-color);
}

@media only screen and (min-width: 1200px) {
  .feature__content--desc {
    font-size: 1.5rem;
  }
}

/* 
    21. Newsletter css 
*/
@media only screen and (max-width: 575px) {
  .newsletter__subscribe {
    width: 100%;
  }
}

.newsletter__subscribe--form {
  width: 100%;
  position: relative;
}

.newsletter__subscribe--form input::-webkit-input-placeholder {
  color: var(--primary-color);
}

.newsletter__subscribe--form input::-moz-placeholder {
  color: var(--primary-color);
}

.newsletter__subscribe--form input:-ms-input-placeholder {
  color: var(--primary-color);
}

.newsletter__subscribe--form input:-moz-placeholder {
  color: var(--primary-color);
}

.newsletter__subscribe--input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid transparent;
  color: var(--primary-color);
  background: var(--body-background-color);
  font-weight: 500;
  border-radius: 5px;
  padding: 0 105px 0 1.5rem;
  font-size: 1.4rem;
}

.newsletter__subscribe--input:focus {
  border-color: var(--secondary-color);
  color: var(--primary-color);
}

@media only screen and (min-width: 480px) {
  .newsletter__subscribe--input {
    height: 4.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__subscribe--input {
    height: 5rem;
    padding: 0 115px 0 2rem;
  }
}

@media only screen and (min-width: 1366px) {
  .newsletter__subscribe--input {
    height: 5.5rem;
  }
}

.newsletter__subscribe--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: var(--secondary-color);
  padding: 0 1rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--text-white-color);
  border-radius: 5px;
}

.newsletter__subscribe--button:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

@media only screen and (min-width: 576px) {
  .newsletter__subscribe--button {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__subscribe--button {
    padding: 0 1.8rem;
    font-size: 1.5rem;
  }
}

.newsletter__subscribe--input.style2 {
  background: var(--body-background-color);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 114px 0 2rem;
  height: 5rem;
}

@media only screen and (min-width: 992px) {
  .newsletter__subscribe--input.style2 {
    padding: 0 128px 0 2rem;
  }
}

.newsletter__subscribe--button.style2 {
  background: var(--primary-color);
}

.newsletter__subscribe--button.style2:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

.footer__newsletter {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .footer__newsletter {
    margin-top: 2rem;
  }
}

/*
    home three newsletter css
*/
.newsletter__bg {
  background: var(--secondary-color);
  border-radius: 1rem;
}

.newsletter__inner {
  gap: 2.5rem;
  padding: 3rem 2rem;
}

@media only screen and (min-width: 576px) {
  .newsletter__inner {
    padding: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__inner {
    gap: 3rem;
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter__content {
  gap: 2rem;
}

@media only screen and (max-width: 575px) {
  .newsletter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.newsletter__content--title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .newsletter__content--title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__content--title {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter__content--title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.newsletter__content--desc {
  font-size: 1.5rem;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .newsletter__content--desc {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter__content--desc {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter__email--icon img {
    max-width: 4.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter__subscribe--style {
    width: 100%;
  }
}

.newsletter__form {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .newsletter__form {
    width: 45rem;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter__form {
    width: 50rem;
  }
}

.newsletter__form--button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary-color);
  color: var(--text-white-color);
  border: 0;
  padding: 0 3rem;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
}

@media only screen and (max-width: 575px) {
  .newsletter__form--button {
    padding: 0 1.5rem;
  }
}

.newsletter__form--button:hover {
  background: var(--bg-light-dark-color);
}

.newsletter__form input::-webkit-input-placeholder {
  color: var(--text-white-color);
}

.newsletter__form input::-moz-placeholder {
  color: var(--text-white-color);
}

.newsletter__form input:-ms-input-placeholder {
  color: var(--text-white-color);
}

.newsletter__form input:-moz-placeholder {
  color: var(--text-white-color);
}

.newsletter__input--field {
  width: 100%;
  height: 4.5rem;
  border: 0;
  background: #D3967C;
  color: var(--text-white-color);
  padding: 0 11rem 0 2rem;
  border-radius: 1rem;
}

@media only screen and (min-width: 575px) {
  .newsletter__input--field {
    padding: 0 14rem 0 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter__input--field {
    height: 5rem;
  }
}

/*
    home six newsletter css
*/
.newsletter__inner--style2 {
  padding: 5rem 0;
}

@media only screen and (min-width: 768px) {
  .newsletter__inner--style2 {
    padding: 6rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__inner--style2 {
    padding: 7.5rem 0;
  }
}

.newsletter__bg2 {
  background: url(../img/banner/banner-fullwidth8.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.newsletter__style2--form {
  width: 35rem;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .newsletter__style2--form {
    width: 90%;
  }
}

.newsletter__style2--form input::-webkit-input-placeholder {
  color: var(--primary-color);
}

.newsletter__style2--form input::-moz-placeholder {
  color: var(--primary-color);
}

.newsletter__style2--form input:-ms-input-placeholder {
  color: var(--primary-color);
}

.newsletter__style2--form input:-moz-placeholder {
  color: var(--primary-color);
}

.newsletter__style2--input__field {
  width: 100%;
  height: 4.5rem;
  border: 0;
  background: var(--body-background-color);
  padding: 0 6.5rem 0 1.5rem;
  border-radius: 5px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) {
  .newsletter__style2--input__field {
    height: 5.5rem;
  }
}

.newsletter__style2--button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: 100%;
  background: var(--primary-color);
  color: var(--text-white-color);
  padding: 0 1.2rem;
  border-radius: 0 5px 5px 0;
}

.newsletter__style2--button:hover {
  background: var(--secondary-color);
}

.newsletter__style2--content {
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 576px) {
  .newsletter__style2--content {
    margin-bottom: 2.5rem;
  }
}

.newsletter__style2--content__title {
  margin-bottom: 1.8rem;
}

.newsletter__style2--content__desc {
  font-size: 1.6rem;
  display: inline-block;
  width: 90%;
}

@media only screen and (min-width: 576px) {
  .newsletter__style2--content__desc {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .newsletter__style2--content__desc {
    width: 62%;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter__style2--content__desc {
    width: 40%;
  }
}

/* 
    12. Footer css 
*/
@media only screen and (max-width: 991px) {
  .footer__section {
    padding-bottom: 80px;
  }
}

.footer__bg {
  background: url(banner-fullwidth4.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .main__footer.section--padding {
    padding-bottom: 3rem;
  }
}

.footer__social {
  gap: 1rem;
  margin-top: 1.7rem;
}

.social__share--icon {
  width: 3.8rem;
  height: 3.8rem;
  background: var(--body-background-color);
  color: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social__share--icon:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}

@media only screen and (min-width: 1200px) {
  .social__share--icon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 0;
  }
}

/* .footer__widget--desc {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: var(--primary-color);
  margin-bottom: 0;
} */

.footer__widget--title {
  font-weight: 600;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: var(--primary-color);
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .footer__widget--title {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer__widget--title {
    line-height: 2.6rem;
    font-size: 1.8rem;
  }
}

.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__widget--title__arrowdown--icon {
    display: block;
  }
}

.footer__widget.active {
  padding-bottom: 3rem;
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer__widget--menu__list {
  margin: 0;
}

.footer__widget--info {
  margin-top: 1.7rem;
}

.footer__widget--info__icon {
  color: var(--primary-color);
}

.footer__widget--info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.footer__widget--info_list:last-child {
  margin-bottom: 0;
}

.footer__widget--info__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) {
  .footer__widget--info__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .footer__widget--button {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .footer__payment.mt-30 {
    margin-top: 2rem;
  }
}

/*
    home six footer css
*/
.footer__bg--style2 {
  background: rgba(250, 238, 238, 0.9);
}

.footer__content--menu {
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 576px) {
  .footer__content--menu {
    gap: 3rem;
    margin-bottom: 3rem;
  }
}

.footer__content--menu__link {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color);
}



.main__footer--content .footer__payment img {
  margin: 0 auto;
}

.main__footer--content .footer__social {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 576px) {
  .main__footer--content .footer__social {
    margin-bottom: 3rem;
  }
}

.footer__bottom--style {
  border-top: 1px solid #ddd;
}

/* 
    13. Quickview css
*/
.modal {
  background: rgba(0, 0, 0, 0.6);
}

.quickview__main--wrapper {
  max-width: 895px;
  position: relative;
  overflow: auto;
  cursor: default;
  padding: 25px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  pointer-events: inherit;
}

.modal-content.quickview__main__content {
  padding: 20px;
  border-radius: 10px;
  border: 0;
  max-height: 80vh;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .modal-content.quickview__main__content {
    max-width: 550px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-content.quickview__main__content {
    padding: 25px 15px;
  }
}

.modal-header.quickview_m_header {
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .modal-header.quickview_m_header {
    top: 10px;
    right: 10px;
  }
}

.quickview__header {
  position: relative;
  padding: 0;
  z-index: 9;
}

.quickview__close--btn {
  font-size: 1.8rem;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.8rem;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid var(--border-color);
  background: var(--text-white-color);
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #800020;
}

.quickview__close--btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

.quickview__close--btn:focus {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.modal-body.quickview__inner {
  padding: 0;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

[data-animation].is-visible .modal-dialog {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media only screen and (max-width: 767px) {
  .quickview__gallery {
    margin-bottom: 20px;
  }
}

.quickview__thumb {
  position: relative;
}

.quickview__thumb--link {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.quickview__thumb--img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.quickview__gallery--pagination {
  bottom: 5px !important;
}

.quickview__gallery--pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.6rem;
  background: var(--primary-color);
  opacity: 1;
  border-radius: 2px;
  margin: 0 3px !important;
}

.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.variant__color--value {
  width: 6rem;
  height: 3.5rem;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1;
  cursor: pointer;
}

.variant__color--value:last-child {
  margin-right: 0;
}

.variant__color--value__img {
  border-radius: 5px;
}

.variant__color--list input[type=radio]+label {
  border: 1px solid var(--border-color);
}

.variant__color--list input[type=radio]+label:hover {
  border: 1px solid var(--secondary-color);
}

.variant__color--list {
  margin-right: 10px;
}

.variant__color--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.variant__color--list input[type=radio]:checked+label {
  border: 1px solid var(--secondary-color);
}

.variant__color--list:last-child {
  margin-right: 0;
}

.variant__input--fieldset {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  margin: 0;
  padding: 0;
}

.variant__size--list input[type=radio]+label {
  border: 1px solid var(--border-color);
}

.variant__size--list input[type=radio]+label:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.variant__size--list {
  margin-right: 13px;
}

.variant__size--list:last-child {
  margin-right: 0;
}

.variant__size--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.variant__size--list input[type=radio]:checked+label {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.variant__size--value {
  width: 4.7rem;
  height: 3.2rem;
  line-height: 3.3rem;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.quickview__variant--wishlist__svg {
  width: 22px;
  margin-right: 7px;
}

.variant__wishlist--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-color);
}

.quickview__value--quantity {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.2rem;
  line-height: 3.3rem;
}

.quickview__value--quantity.decrease {
  border-radius: 17px 0 0 17px;
}

.quickview__value--quantity.increase {
  border-radius: 0 17px 17px 0;
}

input.quickview__value--number {
  height: 3.5rem;
  font-size: 1.7rem;
}

.quickview__cart--btn {
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 25px;
  margin-left: 15px;
}

.quickview__social--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 15px;
  color: var(--primary-color);
}

.quickview__social--list {
  margin-right: 10px;
}

.quickview__social--list:last-child {
  margin-right: 0;
}

.quickview__social--icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border-radius: 50%;
}

.quickview__social--icon:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

@media only screen and (max-width: 767px) {
  .quickview__social--style3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
}

/*
    lookbook css
*/
@media only screen and (min-width: 576px) {
  .lookbook__thumbnail {
    width: 49%;
  }
}

@media only screen and (max-width: 575px) {
  .lookbook__banner--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lookbook__banner--right {
  background: rgba(250, 238, 238, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .lookbook__banner--right {
    width: 51%;
  }
}

.lookbook__banner--content {
  padding-left: 3rem;
}

@media only screen and (min-width: 992px) {
  .lookbook__banner--content {
    padding-left: 11rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lookbook__banner--content {
    padding-left: 12rem;
  }
}

@media only screen and (min-width: 1366px) {
  .lookbook__banner--content {
    padding-left: 15rem;
  }
}

@media only screen and (max-width: 575px) {
  .lookbook__banner--content {
    text-align: center;
    padding: 5rem 2rem;
    width: 100%;
  }
}

.lookbook__banner--content__subtitle {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 0.6rem;
}

@media only screen and (min-width: 992px) {
  .lookbook__banner--content__subtitle {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lookbook__banner--content__subtitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.lookbook__banner--content__title {
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .lookbook__banner--content__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .lookbook__banner--content__title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lookbook__banner--content__title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1366px) {
  .lookbook__banner--content__title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

.lookbook__banner--content__desc {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .lookbook__banner--content__desc {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .lookbook__banner--content__desc {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .lookbook__banner--content__desc {
    font-size: 1.7rem;
    margin-bottom: 3.5rem;
  }
}

.lookbook__banner--product {
  position: absolute;
  top: 50%;
  right: -7rem;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

@media only screen and (max-width: 991px) {
  .lookbook__banner--product {
    display: none;
  }
}

.lookbook__banner--product .product__card--action {
  opacity: 1;
  visibility: visible;
  top: 20px;
  right: 20px;
}

.lookbook__banner--product .product__card--action__btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lookbook__banner--product .product__add--to__card {
  opacity: 1;
  visibility: visible;
  bottom: 18px;
}

.lookbook__banner--product:hover .product__add--to__card {
  bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lookbook__banner--product.width__295 {
    width: 23.6rem;
  }
}

.lookbook__box {
  position: absolute;
  width: 3rem;
  height: 3rem;
}

@media only screen and (min-width: 992px) {
  .lookbook__box {
    width: 4rem;
    height: 4rem;
  }
}

.lookbook__box:hover .lookbook__product {
  opacity: 1;
  visibility: visible;
}

.lookbook__box.one {
  top: 10%;
  left: 25%;
}

@media only screen and (min-width: 992px) {
  .lookbook__box.one {
    top: 8%;
    left: 38%;
  }
}

@media only screen and (min-width: 1366px) {
  .lookbook__box.one {
    top: 8%;
    left: 38%;
  }
}

@media only screen and (min-width: 1600px) {
  .lookbook__box.one {
    left: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .lookbook__box.one {
    display: none;
  }
}

.lookbook__box.two {
  left: 9rem;
  bottom: 13%;
}

@media only screen and (min-width: 1366px) {
  .lookbook__box.two {
    bottom: 12%;
    left: 13rem;
  }
}

@media only screen and (max-width: 991px) {
  .lookbook__box.two {
    display: none;
  }
}

.lookbook__box.three {
  top: 42%;
  right: 45%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

@media only screen and (min-width: 480px) {
  .lookbook__box.three {
    right: 40%;
    top: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .lookbook__box.three {
    right: 50%;
  }
}

@media only screen and (min-width: 1366px) {
  .lookbook__box.three {
    right: 42%;
  }
}

@media only screen and (min-width: 1600px) {
  .lookbook__box.three {
    right: 34%;
  }
}

.lookbook__box--icon {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--body-background-color);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.lookbook__box--icon::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: var(--secondary-color);
  border-radius: 50%;
  left: 0.7rem;
  top: 0.7rem;
}

@media only screen and (min-width: 992px) {
  .lookbook__box--icon::before {
    left: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

.lookbook__product {
  position: absolute;
  background: var(--body-background-color);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 27rem;
  gap: 1.2rem;
  border-radius: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.lookbook__product.one {
  top: 5.5rem;
  left: -12rem;
}

@media only screen and (min-width: 992px) {
  .lookbook__product.one {
    top: 6.2rem;
    left: -11.3rem;
  }
}

.lookbook__product.one::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid var(--body-background-color);
  left: 50%;
  top: -17px;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

.lookbook__product.two {
  bottom: 6.2rem;
  top: auto;
  left: -11.3rem;
}

.lookbook__product.two::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid var(--body-background-color);
  left: 50%;
  bottom: -17px;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

.lookbook__product--thumbnail {
  width: 9rem;
}

.lookbook__product--content__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

.lookbook__product--link {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: var(--foreground-sub-color);
  border-bottom: 1px solid var(--foreground-sub-color);
}

/* 
    11. Accordion css
*/
.accordion__items.active {
  margin-bottom: 20px;
}

.accordion__items.active:last-child {
  margin-bottom: 0;
}

.accordion__items.active .accordion__items--button__icon--svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__items--body {
  display: none;
  padding: 0 20px;
}

.accordion__items--body__desc {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.accordion__items:last-child .accordion__items--button {
  margin-bottom: 0;
}

.accordion__items--button {
  border: 0;
  background: var(--white-color);
  width: 100%;
  padding: 13px 60px 13px 25px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .accordion__items--button {
    padding: 13px 70px 13px 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .accordion__items--button {
    padding: 24px 80px 24px 40px;
  }
}

.accordion__items--button__icon {
  width: 3rem;
  height: 3rem;
  background: var(--primary-color);
  color: var(--text-white-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

@media only screen and (min-width: 768px) {
  .accordion__items--button__icon {
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .accordion__items--button__icon {
    right: 35px;
  }
}

.accordion__items--button__icon--svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.accordion__items--button>* {
  pointer-events: none;
}

/* 
    20. Portfolio css 
*/
.portfolio__items--thumbnail {
  border-radius: 5px;
}

.portfolio__items--thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
  pointer-events: none;
  border-radius: 5px;
}

.portfolio__items--thumbnail:hover::before {
  opacity: 0.7;
}

.portfolio__items--thumbnail:hover .portfolio__view--icon {
  opacity: 1;
  visibility: visible;
}

.portfolio__items--thumbnail__link {
  overflow: hidden;
  border-radius: 5px;
}

.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio__items--thumbnail__img {
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 5px;
}

.portfolio__view--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
}

.portfolio__view--icon__link {
  color: var(--text-white-color);
}

/* 
    10. Brand logo css
*/
.brang__logo--img {
  margin: 0 auto;
  opacity: 0.6;
}

.brang__logo--img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.brand__logo--activation .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 
    31. Breadcrumb css 
*/
.breadcrumb__bg {
  background: var(--bg-offwhite-color);
  padding: 2rem 0;
}

.breadcrumb__content {
  position: relative;
}

.breadcrumb__content--title {
  font-family: var(--font-heading) !important;
  font-size: clamp(3.2rem, 4vw, 4.8rem) !important;
  line-height: 1.2 !important;
  color: var(--primary-color) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.8rem !important;
}

.breadcrumb__content--menu__items {
  position: relative;
  margin-right: 18px;
  padding-right: 18px;
  font-size: 15px;
  line-height: 24px;
}

.breadcrumb__content--menu__items:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb__content--menu__items:last-child::before {
  display: none;
}

.breadcrumb__content--menu__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--secondary-color);
  right: 0;
  top: 4px;
  border-radius: 5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* 
    17. Shop page css 
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-col-width-lg-4 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-col-width-lg-8 {
    width: 70%;
  }
}

.shop__header {
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: var(--bg-offwhite-color);
  gap: 3rem;
}

/* @media only screen and (max-width: 1199px) {
  .shop__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 2rem;
  }
} */

/* @media only screen and (max-width: 767px) {
  .product__view--mode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */

@media only screen and (max-width: 479px) {
  .product__view--mode {
    gap: 1.5rem;
  }
}

.product__view--label {
  font-weight: 500;
  margin-right: 1.2rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) {
  .product__view--label {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__view--label {
    margin-right: 2rem;
  }
}

.product__view--select {
  border: 1px solid var(--border-color);
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0.5rem;
  background: var(--body-background-color);
  font-size: 1.4rem;
}

.select.shop__header--select::before {
  right: 14px;
}

.product__grid--column__buttons--icons {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  border-radius: 0.3rem;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 1.1rem;
  margin-right: 10px;
  text-align: center;
  padding: 0;
}

.product__grid--column__buttons--icons:last-child {
  margin-right: 0;
}

.product__grid--column__buttons--icons:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.product__grid--column__buttons--icons.active {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.product__grid--column__buttons--icons>* {
  pointer-events: none;
}

.product__showing--count {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/*
    sidebar widget css here
*/
.offcanvas__filter--sidebar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--body-background-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

/* add to cart css */
.added-to-cart {
  text-align: center;
  font-size: 1.7rem;
  color: rgba(3, 128, 3, 0.896);
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .offcanvas__filter--sidebar {
    max-width: 320px;
  }
}

.offcanvas__filter--sidebar.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.widget__filter--btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  border-radius: 0.3rem;
  padding-inline: 2rem;
  padding-block: 1rem;
}

.widget__filter--btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.widget__filter--btn:hover span {
  color: var(--secondary-color);
}

.widget__filter--btn__icon {
  width: 20px;
}

.widget__filter--btn__text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 0.7rem;
}

.widget__filter--btn>* {
  pointer-events: none;
}

.offcanvas__filter--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin: 25px;
  background: var(--white-color);
}

.offcanvas__filter--close:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.offcanvas__filter--close__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px;
}

.offcanvas__filter--close>* {
  pointer-events: none;
}

.single__widget {
  margin-bottom: 3rem;
}

.list_btn {
  margin-top: 1rem;
}

@media only screen and (min-width: 992px) {
  .single__widget {
    margin-bottom: 4rem;
  }
}

.single__widget:last-child {
  margin-bottom: 0;
}

.single__widget.widget__bg {
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

.widget__title {
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  color: var(--primary-color);
  padding-left: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .widget__title {
    margin-bottom: 2.8rem;
    font-size: 2rem;
  }
}

.widget__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 2.5rem;
  background: var(--primary-color);
}

.widget__search--form {
  position: relative;
}

.widget__search--form__input {
  width: 100%;
  height: 5rem;
  padding: 0 6rem 0 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
}

/* customer css */
.customer:not(.account):not(.order) {
  margin: 0 auto;
  padding-left: 1.5rem;
  max-width: 33.4rem;
  padding-right: 1.5rem;
  text-align: center;
}


@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
  }
}

.customer>h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 0;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--foreground-sub-color));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid var(--border-color);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;

}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: rgb(124, 122, 124);
}


@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 2px rgba(151, 150, 150, 0.7);

  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid rgba(151, 150, 150, 0.7);
    border-bottom: 0.1rem solid rgba(151, 150, 150, 0.7);
  }
}

.customer tbody {
  color: var(--bg-black-color);
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {

  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid var(--border-color);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {

  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {

  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgb(229, 226, 229);
}

@media screen and (forced-colors: active) {

  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {

  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: var(--bg-light-dark-color);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease .1s;
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: var(--bg-light-dark-color);
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: var(--secondary-color);
  text-decoration-thickness: 0.2rem;
}



/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field+a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover+div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target+div {
  display: block;
}

#recover:target~#login,
#recover:target~#login+div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li>button,
.addresses form button[type] {
  background-color: var(--color-background), var(--alpha-button-background);
  color: var(--color-link);
}


@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order)>div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order)>div:nth-of-type(2)>div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order>div:nth-of-type(2)>div:last-of-type {
    display: flex;
  }

  .order>div:nth-of-type(2)>div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1+a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {

  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.2rem rgba(151, 150, 150, 0.7);
  border: 0.1rem solid transparent;
  font-size: 1.5rem;
  border-radius: 5px;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem var(--secondary-color);
  text-decoration-thickness: 0.2rem;
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {

  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {

  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order>div:nth-of-type(2)>div:first-of-type h2,
.order>div:nth-of-type(2)>div:last-of-type h2+p {
  margin-bottom: 0;
}

.order>div:nth-of-type(2)>div:first-of-type h2~p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order>div:nth-of-type(2)>div:first-of-type h2~p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}


.order .item-props>span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid var(--foreground-sub-color);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type>div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type>div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--foreground-sub-color));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--foreground-sub-color), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--foreground-sub-color), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li>button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li>button+button,
.addresses form button+button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li>button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form>div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false']~div[id] {
  display: none;
}

.addresses [aria-expanded='true']~div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address]>h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address]>h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form>div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form>div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form>div:nth-of-type(1),
  .addresses form>div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form>div:nth-of-type(7),
.addresses form>div:nth-of-type(7)+div[id] {
  margin-top: 1.5rem;
}


/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--foreground-sub-color), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button>svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill~.field__button,
.field__input:-webkit-autofill~.field__label,
.customer .field input:-webkit-autofill~label {
  color: #800020;
}


@media only screen and (min-width: 992px) {
  .widget__search--form__input {
    font-size: 1.5rem;
  }
}

.widget__search--form__input:focus {
  border-color: var(--secondary-color);
}

.widget__search--form__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--text-white-color);
  padding: 0;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget__search--form__btn:hover {
  background: var(--secondary-color);
}

.widget__categories--menu__list {
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.widget__categories--menu__list:last-child {
  margin-bottom: 0;
}

.widget__categories--menu__list.active .widget__categories--menu__label {
  margin-bottom: 0;
}

.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 38%;
}

.widget__categories--menu__label {
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 1.5rem;
  color: var(--body-text-color);
}

.widget__categories--menu__label:hover {
  color: var(--secondary-color);
}

.widget__categories--menu__label>* {
  pointer-events: none;
}

.widget__categories--menu__text {
  padding-left: 1.3rem;
}

.widget__categories--menu__img {
  width: 3rem;
}

.widget__categories--menu__arrowdown--icon {
  position: absolute;
  right: 1.5rem;
  top: 43%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget__categories--sub__menu {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid var(--border-color);
}

.widget__categories--sub__menu--list {
  margin-bottom: 0.8rem;
  padding: 0 1rem 0.8rem;
  border-bottom: 1px solid var(--border-color);
}

.widget__categories--sub__menu--list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget__categories--sub__menu--img {
  width: 2.8rem;
}

.widget__categories--sub__menu--text {
  padding-left: 1.3rem;
  line-height: 2.8rem;
  font-size: 1.4rem;
}

.widget__form--check__list {
  margin-bottom: 1rem;
  position: relative;
}

.widget__form--check__list:last-child {
  margin-bottom: 0;
}

.widget__form--check__label {
  cursor: pointer;
  line-height: 2.8rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: var(--white-color);
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 0.5rem;
  display: block;
  color: var(--body-text-color);
  font-size: 1.5rem;
}

.widget__form--check__label:hover {
  color: var(--secondary-color);
}

.widget__form--check__input {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.widget__form--check__input:checked~.widget__form--checkmark {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.widget__form--check__input:checked~.widget__form--checkmark::before {
  display: block;
}

.widget__form--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: var(--body-background-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget__form--checkmark::before {
  right: 0.5rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.price__filter--group {
  width: 46%;
}

.price__filter--label {
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .price__filter--label {
    font-size: 1.5rem;
  }
}

.price__filter--input {
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.7rem;
}

.price__filter--currency {
  font-weight: 700;
  margin-right: 0.6rem;
}

.price__filter--btn {
  height: 4rem;
  line-height: 4rem;
}

.price__divider {
  font-size: 2rem;
  padding: 2.5rem 1rem 0;
}

.widget__tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.widget__tagcloud--link {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  line-height: 2.4rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

.widget__tagcloud--link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

.shop__sidebar--product .small__product--thumbnail {
  width: 100px;
}

.shop__sidebar--product .small__product--card {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-top: 0;
  border-bottom: 1px solid var(--border-color);
}

.shop__sidebar--product .small__product--card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/*
    shop product wrapper css here
*/
/* Product Grid CSS Pattern */
:root {
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
}
.shop__section{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  padding-inline: 1.5rem;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: start;
}

@media only screen and (min-width: 576px)  {
  .product-grid {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    align-items: start;
  }
}


.product-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
}

.skeleton-card {
  background: var(--bg-offwhite-color);
  animation: pulse 1.5s infinite;
}

.skeleton-img {
  width: 100%;
  height: 250px;
  background: var(--border-color);
}

.skeleton-text {
  height: 20px;
  background: var(--border-color);
  margin-top: 10px;
  width: 80%;
}

.skeleton-text.short {
  width: 40%;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

.out-of-stock {
  opacity: 0.6;
}

.sold-out-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary-color);
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  z-index: 2;
}

.product-card__swatches {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.swatch-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: none;
}

.swatch-btn[aria-pressed="true"] {
  border: 2px solid var(--primary-color);
}

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

/* Reusable Product Card Overlay Buttons */
.clean-card-add,
.clean-card-quickview,
.product__card--action-btn {
  position: absolute !important;
  bottom: 12px !important;
  width: 38px !important;
  height: 38px !important;
  background: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
  color: var(--primary-color) !important;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease !important;
  z-index: 5 !important;
  border: 1px solid var(--border-color) !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.clean-card-add,
.product__card--action-btn.js-cart-add-btn {
  right: 56px !important;
}

.clean-card-quickview,
.product__card--action-btn.js-quickview-btn {
  right: 12px !important;
}

.clean-card-add:hover,
.clean-card-quickview:hover,
.product__card--action-btn:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
  transform: translateY(-2px) scale(1.05) !important;
}

/* Universal Quickview Drawer CSS */
.offCanvas__quickview {
  position: fixed;
  top: 0;
  right: -42rem;
  width: 40rem;
  max-width: 92vw;
  height: 100%;
  background: var(--bg-offwhite-color, #f9f9f9);
  z-index: 9999;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

.offCanvas__quickview.open {
  right: 0;
}

.quickview__close--btn {
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: var(--primary-color);
}

.quickview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 3rem;
}

.quickview__title {
  font-family: var(--frank-ruhl-fonts);
  font-size: 2.2rem;
  color: var(--primary-color);
  font-weight: 600;
}

.quickview__product-info {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.quickview__img-wrap {
  flex: 0 0 80px;
  height: 80px;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid var(--border-color);
}

.quickview__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quickview__brand-label {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--foreground-sub-color);
  margin-bottom: 0.5rem;
}

.quickview__product-title {
  font-family: var(--frank-ruhl-fonts);
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.quickview__price-wrap {
  font-size: 1.4rem;
  color: var(--primary-color);
}

.quickview__price {
  margin-right: 1rem;
}

.quickview__details-link {
  text-decoration: underline;
  font-size: 1.2rem;
  color: var(--foreground-sub-color);
}

.quickview__color-label {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.quickview__color-value {
  color: var(--foreground-sub-color);
}

.quickview__swatches {
  display: flex;
  gap: 1.2rem;
}

.quickview__qty-label {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.quickview__qty-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: #fff;
  padding: 0.5rem;
}

.qty-btn {
  border: none;
  background: transparent;
  padding: 0.8rem 1.5rem;
  font-size: 1.6rem;
  color: var(--primary-color);
  cursor: pointer;
}

.qty-input {
  width: 4rem;
  text-align: center;
  border: none;
  font-size: 1.4rem;
  color: var(--primary-color);
  outline: none;
  background: transparent;
}

.quickview__actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* ── Shop Header Alignment Fixes ── */
.shop__header {
  display: grid !important;
  grid-template-areas: "filter products sort" !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 2rem !important;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: var(--bg-offwhite-color);
}

.product__view--mode {
  grid-area: filter !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.product__view--mode__list {
  grid-area: sort !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.product__count {
  grid-area: products !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media only screen and (max-width: 767px) {
  .shop__header {
    grid-template-areas:
      "filter sort"
      "products products" !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    padding: 1rem;
    width: 100%;
  }

  .product__view--mode {
    justify-content: flex-start !important;
  }

  .product__view--mode__list {
    justify-content: flex-end !important;
  }
}

/* ── Premium Styling for Filter Button & Select Dropdown ── */


.widget__filter--btn:hover,
.product__view--select:hover {
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
  background-color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}



/* Ensure svg icon in filter button aligns nicely */
.widget__filter--btn__icon-svg {
  width: 1.8rem !important;
  height: 1.8rem !important;
  transition: transform 0.3s ease !important;
}

.widget__filter--btn:hover .widget__filter--btn__icon-svg {
  transform: rotate(90deg);
}

.widget__filter--btn__text {
  margin-left: 0 !important;
}

/* Product Card Action Buttons Overlay & Crisp 3:4 Aspect Ratio Fix */
.product__card--thumbnail {
  position: relative !important;
  overflow: hidden !important;
  aspect-ratio: 3 / 4 !important;
  width: 100% !important;
  background: var(--bg-gray-color, #f5f1ec) !important;
  border-radius: 6px !important;
}

.product__card--thumbnail__link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.product__card--thumbnail__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.product__card--action-btn {
  position: absolute !important;
  bottom: 1.2rem !important;
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--border-color) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
  z-index: 5 !important;
}

.product__card--action-btn.js-cart-add-btn {
  right: 6rem !important;
}

.product__card--action-btn.js-quickview-btn {
  right: 1.2rem !important;
}

.product__card:hover .product__card--action-btn {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.product__card--action-btn:hover {
  background: var(--primary-color) !important;
  color: #ffffff !important;
  border-color: var(--primary-color) !important;
  transform: scale(1.08) !important;
}