/** Shopify CDN: Minification failed

Line 1317:19 Expected ")" to end URL token

**/
/* fonts  */
.satoshi-reg {
  font-family: var(--satoshi-regular);
}
.satoshi-med {
  font-family: var(--satoshi-medium);
}
.satoshi-bold {
  font-family: var(--satoshi-bold);
}
.desk-content {
  display: block;
}
.mob-content {
  display: none;
}
@media (max-width: 749px) {
  .desk-content {
    display: none;
  }
  .mob-content {
    display: block;
  }
}
/* judgeme  */
.jdgm-carousel-wrapper {
  width: 100% !important;
  margin: auto;
  padding: 48px 0;
}
.jdgm-rev-widg.container {
  margin-inline: auto;
  max-width: 91.67% !important;
  padding: 0;
}
.jdgm-rev-widg.container .jdgm-rev-widg__title {
  font-size: 40px;
  line-height: 54px;
  color: #0c0c0c;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--satoshi-bold);
}
.jdgm-carousel-item__review-body > p {
  font-family: var(--satoshi-medium);
  color: #0c0c0c;
}
.jdgm-carousel-item__reviewer-name {
  opacity: 1;
}

.jdgm-carousel__arrows {
  margin: 40px auto 10px auto !important;
  font-size: 0;
  text-align: center;
}
.product-collection .rating {
  display: inline-block;
  position: absolute;
  width: max-content;
  background-color: #fff;
  padding: 4px 8px;
  top: 4%;
  border-radius: 2px;
  right: 5%;
}
@media (max-width: 768px) {
  .product-collection .rating {
    top: 2%;
    right: 4%;
  }
  .jdgm-rev-widg.container .jdgm-rev-widg__title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 32px;
  }
}
.product-collection {
  position: relative;
}
.product-collection .rating .review-badge {
  display: flex;
  gap: 4px;
  align-items: center;
}
.product-collection .rating span.star-icon {
  line-height: 0;
}
.product-collection .rating span.rating-text {
  font-size: 10px;
  line-height: 13px;
  color: #0c0c0c;
  font-family: "Satoshi-Bold";
}
shopify-buy-it-now-button {
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* header css  */

.header__content .header__line-additional {
  display: none !important;
}
.header__content .header_first_part {
  width: 91.67%;
  margin-inline: auto;
  justify-content: space-between;
}
.header__content .header_first_part .header__search-form.search-ajax {
  width: fit-content;
  max-width: fit-content;
  position: relative;
}
.header_first_part .header__search-form.search-ajax button.btn {
  position: absolute;
  right: 3%;
  border: none;
  min-height: auto;
  background-color: transparent;
}
.header__content .header_first_part label.d-flex input[type="search"] {
  width: 29vw;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  min-height: 40px;
}
.header__content .logo svg {
  width: 80px;
}
.header__content nav.menu {
  width: 100%;
}
.header__content .menu__panel {
  justify-content: space-between;
}
.header__content .menu__item a span {
  font-size: 14px;
  line-height: 19px;
  color: #0c0c0c;
  font-family: "Satoshi-Medium";
  text-transform: capitalize;
}
.header__content .header_second_part {
  width: 86%;
  margin-inline: auto;
}
.header_first_part
  .btn_cart
  a.header__btn-cart.position-relative.d-flex.align-items-center.text-nowrap.js-popup-button {
  margin-bottom: 0 !important;
}
.tag-list li {
  font-size: 16px;
  line-height: 21px;
  color: #0c0c0c;
  font-family: "Satoshi-Medium";
}
.header_first_part span.static-text {
  font-size: 14px;
  line-height: 19px;
  color: #0c0c0c;
  font-family: "Satoshi-Medium";
  text-transform: capitalize;
}
.header_first_part span.dynamic-text {
  font-size: 14px;
  line-height: 19px;
  font-family: "Satoshi-Bold";
  color: #0c0c0c;
  padding-left: 4px;
}
.header_first_part .placeholder_txt {
  display: flex;
  position: absolute;
  left: 5%;
}
.header_first_part .placeholder_txt.hide_span {
  display: none !important;
}
.header_first_part input#searchInput {
  padding-left: 20px !important;
  font-size: 14px;
  line-height: 19px;
  font-family: "Satoshi-Medium";
  color: #0c0c0c;
  border-radius: 2px;
}
@media (min-width: 750px) {
  a.header__btn-search.d-flex.d-lg-flex.align-items-lg-center.ml-25.ml-lg-15.js-popup-button {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .header_first_part
    a.header__btn-account.d-none.align-items-center.position-relative.ml-25.ml-lg-15.js-popup-button {
    display: none !important;
  }
  .header__content .logo svg {
    width: 64px !important;
  }
  .header__content .header_first_part .header__counter {
    top: 11px;
    left: 26px;
  }
  .header_first_part a.header__btn-account {
    margin-left: 12px !important;
  }
  .header_first_part a.header__btn-search {
    margin-left: 10px !important;
  }
  .header_first_part .btn_cart {
    margin-left: 10px !important;
  }
  a.mob-category-nav-link {
    font-size: 14px !important;
    line-height: 19px;
    color: #0c0c0c;
    font-family: "Satoshi-Medium";
  }
  header-section .header__content {
    border-bottom: 1px solid #d0d0d0;
  }
  .header__content .mob-category-nav {
    padding: 16px 0px 8px 0px !important;
    border-top: 1px solid #d0d0d0;
    margin-top: 6px;
  }
  header-section .header--sticky-type-slim .header__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header-section .mob-category-nav-container {
    padding-inline: 20px;
  }
}

/* search css  */
.search-ajax__result .product-search-2__title.mb-5 {
  margin-bottom: 10px !important;
}
.search-ajax__result span.price.price--sale {
  display: flex !important;
  gap: 8px;
  flex-direction: row-reverse;
  width: fit-content;
}
.search-ajax__content .product-search-2__title a:hover {
  color: #0c0c0c;
}
@media (min-width: 768px) {
  .search-ajax__result span.price.price--sale > span:first-child {
    font-size: 14px !important;
  }
  .search-ajax__result span.price.price--sale > span:nth-child(2) {
    font-size: 16px;
  }
  .search-ajax__result.row.pt-20 > div {
    margin-bottom: 20px !important;
  }
}

.category_pg,
.row.cat {
  background: #fffdfa;
}
.header__btn-language.position-relative.d-none.d-lg-flex.align-items-lg-center.mt-lg-4.cursor-pointer,
.product-collection__buttons.d-flex.flex-column.flex-lg-row.align-items-lg-center.flex-wrap.mt-5.mt-lg-10,
.product-collection__price.mb-10 span.ps,
.product-page
  .product-page-info__payments.product-page-info__field.d-flex.flex-column.align-items-start.mb-15,
a.header__btn-compare.d-flex.align-items-center.position-relative.text-nowrap.js-popup-button,
a.header__btn-services.position-relative.d-flex.align-items-center.ml-25.ml-lg-15.js-popup-button,
a.header__btn-wishlist.d-flex.align-items-center.position-relative.text-nowrap.js-popup-button {
  display: none !important;
}
.mf4 a,
.sap span a u {
  text-decoration: none;
}
.product-image__overlay-top.position-absolute.d-flex.flex-wrap.top-0.left-0.w-100.px-10.pt-10
  .product-image__overlay-top-right.product-collection__button-quick-view.position-lg-relative.d-none.d-lg-flex.mb-lg-10.ml-lg-auto
  a.button-quick-view.d-flex.flex-center.rounded-circle.js-popup-button
  i
  svg.icon.icon-theme-154,
div#CollectionCurrentFilters
  .collection-current-filters.collection-current-filters--type-1.d-flex.flex-wrap
  facet-remove.collection-current-filters__item.mb-10.mr-10
  a.d-flex.flex-center.px-10.cursor-pointer
  i.ml-3
  svg.icon.icon-theme-190 {
  fill: white;
}
.hovered svg,
.waal2 details[open] svg {
  transform: rotate(180deg);
}
.hovered svg,
.slider-dots span,
.slider_dots .dots,
.waal2 details svg {
  transition: 0.3s ease-in;
}
#option-color label span,
.popup-sidebar__content
  label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.mr-15.mr-lg-10.input-checkbox--unbordered.cursor-pointer
  span.filter-color-label,
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:first-child,
main.js-menu.js-position a span,
nav.menu.menu--main.js-menu.js-position a span {
  text-transform: capitalize;
  text-transform: capitalize;
  text-transform: capitalize;
}
.about_wrap h3,
.desc_wrap h3,
.desc_wrap h6 {
  text-transform: uppercase;
}
.flash-sale-section-wrap h1,
.home-carousal h1,
.homepage-featured-banner-section h1,
.ship-info-section-desk *,
.shop-by-room-container h1 {
  letter-spacing: -0.4px;
}
.homepage-featured-banner-section .banner-slider-heading,
.kids_box *,
.p_txt h4,
.roomtype-heading,
.sub_box4 button {
  font-family: var(--button-font);
}
.carousal-main-heading,
.homepage-featured-banner-section h5,
.p_txt h3 {
  font-family: var(--heading-font);
}
#insta-feed h2,
.carousal-image-links,
.shop-room-section-heading {
  font-family: var(--button-font) !important;
}
.homepage-featured-banner-section .banner-slider-subheading,
.roomtype-content {
  font-family: var(--content-font);
}
.categories-wrap-head > a,
button.category-head.secondary-button.active {
  font-family: var(--heading-font) !important;
}
#footer form input.btn,
.footer__subscription.row.mb-25 p,
.homepage_slider .s_button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body_font);
}
button.category-head.secondary-button {
  font-family: var(--content-font) !important;
}
.section-padding {
  padding-inline: 120px;
}
.section-padding-left {
  padding-left: 70px;
}
.section-padding-right {
  padding-right: 120px;
}
.section-wrap {
  margin-bottom: 100px;
}
a,
p,
span {
  /* font-family: var(--heading_font); */
  font-family: "Satoshi-Bold";
}
body {
  font-family: "Satoshi-Medium";
}
.fix_padding {
  padding: 50px;
}
.row.cat {
  justify-content: center;
  width: 100% !important;
}
.category_pg .title {
  padding: 18px 0 80px;
}
.category_pg .container,
.homepage_slider .s-text > center,
.site-wrapper h2 {
  margin-bottom: 50px;
}
.s_text {
  z-index: 1;
  position: relative;
}
.slider_dots .activeDot {
  background-color: #3a3844 !important;
  border: 1px solid #3a3844 !important;
}
.dots {
  background-color: #ebeef0 !important;
  border-radius: 0 !important;
  border: 1px solid #3a3844 !important;
}
.slider_dots .dots {
  background-color: #000;
  display: block !important;
  border-radius: 15px;
  margin: 10px;
  width: 10px !important;
  height: 6px !important;
}
.sl_text {
  margin-top: auto;
  margin-bottom: auto;
  padding: 50px 40px !important;
  background: #f7fdff;
  z-index: 26;
  width: 600px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mc1 span.price,
.popup-navigation .product_slider h2.hed,
.sl_text center {
  text-align: left;
}
.bttn,
.col-3.p_img,
.footer__subscription.row.mb-25 h5,
.footer__subscription.row.mb-25 p,
.kf h2,
.mf,
.pi {
  text-align: center;
}
h2.s_h {
  font-weight: 700;
}
.sl_text p {
  font-size: 24px;
}
.s_button {
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 48px;
  color: #fff;
  background: #3a3844;
  border: 1px solid #3a3844;
}
.footer__border-top.w-100.mb-45.d-lg-none,
.main-footer .mf1 p,
.main-footer .mf1 span,
.mf2,
.ni img,
.product-collection__more-info.mb-3,
.product-collection__reviews,
.slider_btns {
  display: none;
}
.icon_and.txt,
.popup
  .collection-sidebar-section.collection-sidebar-section--content-current-filters.collection-sidebar-section--bordered.js-collection-sidebar-section,
.product_slider_slider,
div#option-Pack label,
ul.slick-dots {
  display: flex;
  display: flex;
}
@media (max-width: 768px) {
  .section-wrap {
    margin-bottom: 40px;
  }
  .section-padding {
    padding-inline: 20px;
  }
  .section-padding-left {
    padding-left: 20px;
  }
  .section-padding-right {
    padding-right: 20px;
  }
  .collection-control__view-wrapper.col-4.col-lg-5.d-flex.justify-content-lg-end.align-items-center,
  .desktop {
    display: none !important;
  }
  footer#footer {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .hamburger-navigation-all .burger-toggle,
  .hamburger-navigation-all .menu___back,
  .hamburger-navigation-all .menu__item {
    margin-bottom: 15px !important;
  }
  .logo svg {
    width: 100% !important;
    height: 100% !important;
  }
  .fix_padding {
    padding: 30px 16px !important;
  }
  .collections #option-Color .product-options__value,
  .collections #option-color .product-options__value {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .product-collection__wrapper.mb-30.mb-lg-30 {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .s-text {
    background: #fff !important;
    height: 300px !important;
  }
  select#SortByClone {
    display: none;
  }
  .collection-control.mb-25.mb-lg-30 .row {
    display: flex;
    align-items: center;
  }
  .col-8.col-lg-4.d-flex.d-lg-flex.align-items-center {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .col-12.d-lg-none.mt-15 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .select.position-relative.js-dropdown.js-select .d-flex.align-items-center {
    width: max-content;
  }
  .collections label.collection-filters__label.caption-large.mb-0.mr-5 {
    font-family: var(--body_font);
    margin-right: 25px !important;
    font-size: 16px !important;
  }
  .collection-control.mb-25.mb-lg-30 .row {
    justify-content: normal;
    gap: 0;
    width: 100%;
    margin: 0 !important;
  }
  .collections
    .col-8.col-lg-4.d-flex.d-lg-flex.align-items-center
    .d-flex.d-lg-flex.mr-30
    .collection-control__button-sidebar.d-flex.align-items-center.cursor-pointer.js-popup-button {
    border-right: 1px solid !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    border-top: 0 solid !important;
    border-left: 0 solid !important;
    border-bottom: 0 solid !important;
    padding: 15px 0 !important;
    width: 100% !important;
    text-align: center;
    justify-content: center;
    min-width: 100% !important;
    margin: 0;
    background: #fff;
  }
  div#option-Size label > span:nth-child(2) {
    font-size: 12px !important;
  }
}
.r_c {
  padding: 100px 0;
}
.r_txt {
  margin: 20px 0;
}
button.r_btn {
  padding: 16px 48px;
  background: #bf9d7f;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.mf4 a:hover,
.ph_text,
.ph_text p {
  color: #fff;
}
.col-12.m-0 h2.hed {
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  h2.s_h {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #505050;
    padding: 32px 24px 12px;
    margin: 0;
  }
  .s_p {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 16px;
    color: #3a3844;
    padding: 24px;
  }
  .p-5.s-text {
    background: #f6fdff;
    height: 300px !important;
  }
  .col-md-6.col-12.icon_and.txt {
    padding-left: 20px;
  }
  .r_c {
    padding: 100px 0;
  }
  h2.hed {
    margin: 20px 0 30px !important;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #525159;
  }
}
.product-options__value--circle.active:before {
  border: 0 !important;
}
span.price {
  font-size: 11px;
  font-weight: 700;
}
.popup-navigation
  .search__content
  .product-search__price.mb-10
  span.price.price--sale
  span,
span.cmp {
  font-size: 14px !important;
}
span.cmp {
  font-weight: 200;
}
span.prs {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
h2.hed {
  letter-spacing: 0;
  margin: 25px 40px;
  font-family: var(--heading_font) !important;
}
.product-collection__title.mb-3 h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.product_slider_slider {
  flex-direction: row;
  gap: 30px !important;
  flex-wrap: noWrap;
  scroll-snap-type: x;
  flex-direction: row;
  gap: 40px;
  flex-wrap: noWrap;
  scroll-snap-type: x;
  margin-left: 30px;
  overflow-x: auto !important;
}
.mf4,
ul.slick-dots {
  justify-content: center;
}
.login.pb-60 .container .pt-35.mt-35.border-top,
.prod_desc li,
.product-options__section.d-flex.flex-wrap.px-2 {
  padding: 0 !important;
}
.product-collection__title.mb-3 h4.m-0 {
  height: max-content;
}
.clr,
.product-collection__wrapper.mb-30.mb-lg-30 {
  padding: 0;
}
.product-collection__wrapper.mb-30.mb-lg-30 {
  margin-bottom: 0 !important;
}
.icon_and.txt {
  padding: 20px 0;
}
.bttn {
  padding-top: 23px;
}
ul.slick-dots {
  gap: 15px;
}
ul:not(.list-unstyled):not([list-unstyled]) li.slick-active::before {
  background: red;
}
.slick-track {
  padding: 10px 0;
}
footer__content footer#footer {
  background: #fffdfa;
  margin-top: 32px !important;
}
.footer__subscription col-lg-12 mb-10 col-lg-12.mb-10 p {
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: 11px !important;
}
.footer__subscription.row.mb-25 p {
  letter-spacing: 13px;
}
.footer__subscription.row.mb-25 h5 {
  letter-spacing: 5px;
}
#footer input.mb-10.mb-lg-20 {
  border: 1px solid #3a3844;
  background: 0 0;
  height: 50px;
  border-radius: 6px;
}
#footer form input.btn {
  background: #3a3844;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  border-radius: 6px;
}
.footer__subscription.row.mb-25 p {
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.205em;
  color: #3a3844;
  font-style: var(--body_font_bold);
  padding: 16px 68px 0;
}
.footer__subscription.row.mb-25 h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #3a3844;
  padding: 40px 70px 0;
  font-family: var(--body_font);
}
.collections select#SortByClone option,
.product-collection__price.mb-10 span,
.sap span a u,
.select__dropdown.dropdown.d-none.position-lg-absolute.top-lg-100.left-lg-0
  div
  span {
  font-family: var(--body_font) !important;
}
.product_slider_slider > product-item {
  flex: 0 0 80% !important;
  max-width: 80% !important;
  gap: 24px !important;
}
.product-image img {
  width: 100%;
  object-fit: fill;
}
.product-collection__title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #525252 !important;
}
.mf4 a,
.sap span a u {
  font-weight: 500;
  line-height: 16px;
}
.product-collection__title.mb-3 {
  min-height: 35px;
  margin-bottom: 0 !important;
  padding: 8px 0 0 !important;
}
.product-collection__price.mb-10 span.prs,
.product-collection__price.mb-10 span:nth-child(2) {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  font-family: var(--body_font) !important;
  white-space: nowrap;
}
.product-collection__price.mb-10 {
  margin: 0 !important;
  padding: 5px 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.carousel.carousel-products.position-relative.mt-30.pb-60.mt-lg-0
  .border-top.mb-50,
.cart__items .cart__head.pb-10.border-bottom,
.col-lg-4.col-xl-3.mt-25.mt-lg-0
  aside.cart__sidebar.p-20.border
  > div:nth-child(2),
.col-lg-4.col-xl-3.mt-25.mt-lg-0
  aside.cart__sidebar.p-20.border
  > div:nth-child(3),
.col-lg-4.col-xl-3.mt-25.mt-lg-0
  aside.cart__sidebar.p-20.border
  > h3:first-child,
.login.pb-60 .container .pt-35.mt-35.border-top h2.h3.text-center,
.popup
  .collection-sidebar-type-1
  .collection-sidebar-section__head
  h5.d-flex.align-items-center.mb-0
  i.collection-sidebar-section__arrow,
.price--sale > span:not(:first-child):before,
.product-collection div#option-Size,
.product-collection div#option-size,
.product-page .dynamic-checkout__confirmation.text-center.text-md-left,
.product-page
  .product-page-info__payments.product-page-info__field.d-flex.flex-column.align-items-start.mb-15
  > label:first-child,
.product-page .product-page-info__price.text-center.text-md-left.mb-25 span.ps,
.product-page .product-page__tabs.mt-30,
.product-page .slider-dots,
.product-page .uwl-btn-wrap.uwl-btn-position-left,
.quick-view .slider-dots,
.uwl-btn-wrap.uwl-btn-position-left,
div#CollectionCurrentFilters
  a.underlined-link.d-inline-flex.flex-center.cursor-pointer
  i.mr-8,
section#shopify-section-template--16436768997610__1663138370eb9943ef
  .col-12
  .s-text
  center {
  display: none;
}
.product-options__section.d-flex.flex-wrap.px-2 div {
  border-radius: 4px !important;
}
.product-options--type-collection .product-options__value--circle {
  width: 35px;
  height: 35px;
}
#header .header__content span.header__btn-menu i.mt-3,
.collection-control__sort-by.mr-20,
.product-collection__content.d-flex.flex-column.align-items-start.mt-15,
.product-page
  .dynamic-checkout__button.dynamic-checkout__button--styled.mt-25.disabled,
.sticky_buttons .mt-20.mb-15 {
  margin: 0 !important;
}
.sap span a u {
  font-style: normal;
  font-size: 12px;
  color: #3a3844;
}
.sap a {
  margin: 0 auto !important;
}
.mf {
  background: #262526;
  padding: 30px;
}
.mf4 {
  display: block !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  padding: 30px 0 70px;
}
.mf4 a {
  font-family: var(--body_font);
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
.mf3 {
  display: flex;
  justify-content: center;
  gap: 22px;
  align-items: center;
}
.product-page
  single-product.product-page-main.d-block
  > .row:first-child
  > div:first-child,
.product-page
  single-product.product-page-main.d-block
  > .row:first-child
  > div:nth-child(2),
carousel-products.d-block .container {
  padding: 0 16px;
}
.product-page .product-page-info__title.mb-15.text-center.text-md-left h1 {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
}
.product-page .product-options #option-COLOR label span,
.product-page .product-options #option-Color label span,
.product-page .product-options #option-Pack label span,
.product-page .product-options #option-color label span,
.product-page .product-options > div label span,
div#option-Style label span {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: rgba(59, 59, 59, 0.5);
  text-align: left;
}
.product-page .product-options.product-options--type-page.js-product-options {
  text-align: left;
  flex-direction: column;
  row-gap: 15px;
}
.product-page .product-options #option-COLOR label > span:nth-child(2),
.product-page .product-options #option-Color label > span:nth-child(2),
.product-page .product-options > div label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d;
  font-family: var(--body_font);
  margin-left: 0 !important;
  font-style: var(--body_font_bold);
}
.product-page .product-options #option-color label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d;
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
}
.product-page .product-options__section.d-flex.flex-wrap.px-2 {
  justify-content: left;
}
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label {
  align-items: center;
  gap: 5px;
}
.product-options.product-options--type-page.js-product-options
  #option-Size
  label {
  align-items: center;
  display: flex;
  gap: 5px;
}
.product-page .product-options #option-SIZE label > span:nth-child(2),
.product-page .product-options #option-Size label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d !important;
  font-family: var(--body_font) !important;
  font-style: var(--body_font_bold);
}
#option-Size .product-options__section.d-flex.flex-wrap {
  justify-content: left;
  margin-top: 8px;
}
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-SIZE
  label
  > span:first-child,
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:first-child {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #9d9d9d;
}
.product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:first-child {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #9d9d9d;
}
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-SIZE
  label
  > span:nth-child(2),
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:nth-child(2) {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
}
.product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:nth-child(2) {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #3b3b3b;
}
#option-Color {
  order: 1;
}
#option-Size,
.product-collection span.price.price--sale > span:first-child {
  order: 2;
}
.product-options.product-options--type-page.js-product-options,
.product-page .product-page-info form .pb-15 > .d-flex:first-child {
  flex-direction: column;
}
.product-page
  .input-quantity.input-quantity--type-04.d-flex.align-items-center.position-relative.mr-10.js-product-quantity {
  width: max-content;
}
.product-page .product-page-info__field.product-page-info__quantity label {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #9d9d9d;
}
.product-page
  .input-quantity.input-quantity--type-04.d-flex.align-items-center.position-relative.mr-10.js-product-quantity
  input {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-family: var(--body_font);
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #3b3a3d;
}
.product-page .product-page-info__price.text-center.text-md-left.mb-25 {
  text-align: left !important;
  margin-top: 28px;
  align-items: center;
  display: flex;
  justify-content: left;
  gap: 15px;
  margin-bottom: 0 !important;
}
.product-page
  .product-page-info__price.text-center.text-md-left.mb-25
  span.prs {
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.product-page
  .product-page-info__price.text-center.text-md-left.mb-25
  span.price.price--sale
  .cmp {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 300;
  font-size: 15px !important;
  line-height: 28px;
  text-decoration-line: line-through;
  color: grey;
}
.product-page
  .product-page-info__price.text-center.text-md-left.mb-25
  p.product-page-info__price-sale-details.mt-5.mt-md-10.text-center.text-md-left {
  background: #bf9d7f;
  border-radius: 4px;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding: 6px 9px;
  margin: 0 !important;
}
.product-page p.taxes {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: #9e9e9e;
  margin-bottom: 28px;
}
.product-page
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT.GZHgfzSnue0w98GtPtQ3D {
  background: #3a3844 !important;
  border-radius: 4px !important;
  border: none;
  padding: 16px 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff !important;
}
.product-page .product-page-info__title.mb-15.text-center.text-md-left {
  margin-bottom: 24px !important;
}
.product-page div#option-COLOR label,
.product-page div#option-Color label,
.product-page div#option-color label {
  margin-bottom: 8px;
}
.product-page div#option-Size label,
.product_slider div#option-Color {
  margin-bottom: 0;
}
.pi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 25px;
}
.kf,
.pd {
  padding: 16px;
}
.pi2 {
  flex: 0 0 25%;
  max-width: 25%;
}
.pi2 p {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 12px;
  color: rgba(58, 56, 68, 0.6);
}
.kf h2,
.kf3 h3,
.kf3 p,
.pd h2 {
  line-height: 28px;
  font-style: normal;
  font-family: var(--body_font);
}
.kf h2,
.kf3 h3,
.kf3 p,
.pd h2,
.pd p,
.pd2 h4,
.pd4 h4,
.pd4 p {
  color: #3b3b3b;
}
.pi2 svg {
  width: 60%;
  height: 60%;
}
.kf h2 {
  font-weight: 900;
  font-size: 24px;
  margin: 36px 0 24px;
}
.kf3 h3 {
  font-weight: 600;
  font-size: 18px;
}
.kf3 p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 24px;
}
#insta-feed h2,
.pd h2 {
  font-weight: 900;
  text-align: center;
}
.kf {
  background: #fffdfa;
}
.pd h2 {
  font-size: 24px;
  margin: 36px 0 24px;
}
.pd p {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.pd2 {
  background: #fff;
  box-shadow: 0 0 4px rgb(74 68 64 / 10%);
  border-radius: 12px;
  margin-top: 56px;
  padding-bottom: 16px;
}
.accordion-button,
.waal2 h2#flush-headingOne {
  background: #fffdfa !important;
}
.pd2 h4 {
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 12px 0;
}
.pd2 p {
  padding: 0 12px;
}
.pd2 img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.pd4 img {
  width: 100%;
  margin-top: 46px;
}
.pd4 h4 {
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 12px 0;
}
.accordion-button,
.pd4 p {
  font-style: normal;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--body_font);
}
.pd4 p {
  font-size: 15px;
  padding: 0 12px;
}
.pd4 > p:nth-child(3) {
  margin-bottom: 46px;
}
.pd3 > p:first-child {
  font-size: 14px;
  flex: 0 0 45%;
  max-width: 45%;
}
.pd3 {
  display: flex;
  border-top: 0.5px solid #c4c4c4;
  padding: 22px 0 20px;
}
.product-page div#option-Color div div.active {
  border: 2px solid #bf9d7f;
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: 0 0 !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  transform: rotate(-180deg);
}
.accordion-button {
  padding: 24px 16px 28px !important;
  font-size: 14px;
  color: #000;
}
.accordion-item,
.standard-color-beige,
.standard-color-default {
  background-color: transparent !important;
}
.product-page .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0;
}
.product-page span.price.price--sale,
.quick-view span.price.price--sale {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  gap: 15px;
}
span.price.price--sale > span:nth-child(2) {
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
span.price.price--sale > span:first-child {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 300;
  font-size: 15px !important;
  line-height: 28px;
  text-decoration-line: line-through;
  color: grey;
  white-space: nowrap;
}
.product_slider span.price.price--sale > span:first-child {
  font-size: 15px !important;
}
.product-options__value.product-options__value--large-text.d-flex.flex-center.border.cursor-pointer {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding: 8px 30px;
}
.product-options__value.product-options__value--large-text.d-flex.flex-center.border.cursor-pointer.active {
  border: 2px solid #bf9d7f !important;
}
.carousel__products.overflow-hidden .slick-track {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 16px;
  width: 100% !important;
  transform: none !important;
  padding: 0;
}
.carousel.carousel-products.position-relative.mt-30.pb-60.mt-lg-0
  .carousel__head.row.justify-content-center.mb-25,
.product-page-info__options.mb-15 {
  margin-bottom: 0 !important;
}
.popup .input-checkbox input + span {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: -2px !important;
  overflow: hidden;
  border-radius: 2px !important;
}
.popup .collection-filters__content-wrapper.row.row--5.pt-1 .col-6.mb-10 {
  width: 100%;
  margin-bottom: 0 !important;
}
.popup collection-filters__content-wrapper.d-flex.flex-wrap.pt-2.pb-10 {
  padding-top: 20px !important;
}
label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.cursor-pointer {
  margin-bottom: 20px !important;
  margin-right: 0 !important;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.fix_padding,
.popup .collection-filters__content-wrapper.row.row--5.pt-1,
.product-page.a_pd {
  padding-top: 0 !important;
}
.popup .collection-sidebar-type-1 .collection-sidebar-section__head {
  padding: 20px 0 16px;
  flex: 0 0 35%;
  max-width: 35%;
}
.popup .col-12.mb-10 span,
.popup .col-6.mb-10 span,
popup .popup-sidebar__close.d-flex.align-items-center.cursor-pointer span {
  font-family: var(--body_font);
  font-size: 14px;
}
.popup h5.d-flex.align-items-center.mb-0 span {
  font-family: var(--body_font);
  font-size: 15px;
}
.popup .popup-sidebar--width-md {
  width: 100%;
}
.popup
  .collection-sidebar-section.collection-sidebar-section--content-filters.collection-sidebar-section--bordered.js-collection-sidebar-section {
  display: flex;
  gap: 10px;
}
.popup .collection-sidebar-section__accordion {
  padding: 8px 0;
  flex: 0 0 65%;
}
.bb > div,
.popup
  .collection-sidebar-type-1
  .collection-sidebar-section__head
  h5.d-flex.align-items-center.mb-0 {
  cursor: pointer;
}
.collections .product-collection__price.mb-10 span.prs {
  font-size: 11px !important;
  white-space: nowrap;
}
.collections
  product-collection__price.mb-10
  span.price.price--sale
  > span:first-child,
.collections span.price.price--sale > span:first-child {
  font-size: 11px !important;
}
.popup-navigation input#Search::placeholder {
  font-family: var(--body_font);
}
form.position-relative.d-flex.align-items-center.pb-5.pb-lg-15.mb-0.border-bottom {
  padding-bottom: 0.5rem !important;
}
.collections label.collection-filters__label.caption-large.mb-0.mr-5 {
  font-family: var(--body_font);
  font-family: var(--body_font);
  margin-right: 25px !important;
  font-size: 18px;
}
.collections .d-flex.align-items-center .select i {
  top: 45%;
  margin-top: -10px;
  pointer-events: none;
  right: 5px !important;
  display: none !important;
}
.product-page
  .product-page-info
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw.LVeInvZ5HcNOW1Zsn7NH {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 16px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
}
.product-options__value.active {
  border: 1px solid #6a6a6a;
}
.carousel__item
  .product-options__value.product-options__value--large-text.d-flex.flex-center.border.cursor-pointer,
.collection-body div#CollectionCurrentFiltersClone .mt-25.mt-lg-15,
.product-collection__wrapper
  .product-options__value.product-options__value--large-text.d-flex.flex-center.border.cursor-pointer,
.product-page-info__labels.d-flex.justify-content-center.justify-content-md-start,
a._2pOWh.pS81L._10zXD.sd4hU,
aside.fixed-sidebar.d-flex.flex-column.align-items-end.position-fixed.right-0.pointer-events-none,
main#checkout-main form ._1fragemqi ._3eMxx ._3XHWd._7J8O > div:nth-child(2) {
  display: none !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 17px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
  opacity: 1;
}
div#option-Size label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d !important;
  font-family: var(--body_font) !important;
  font-style: var(--body_font_bold);
  font-size: 18px;
  letter-spacing: 1px !important;
}
div#option-size label {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin-bottom: 8px;
}
.product-options.product-options--type-page.js-product-options
  #option-size
  label
  > span:first-child {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #9d9d9d;
}
.product-options.product-options--type-page.js-product-options
  #option-size
  label
  > span:nth-child(2) {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
}
.cart__items .popup-cart,
.popup-cart {
  width: 100%;
  max-width: 100%;
}
.popup-cart .popup-cart__head.d-flex.align-items-center {
  justify-content: center;
  position: relative;
}
.popup-cart
  .popup-cart__head.d-flex.align-items-center
  i.popup-cart__close.ml-auto.cursor-pointer {
  position: absolute;
  right: 0;
}
.popup-cart .popup-cart__head.d-flex.align-items-center h5 {
  font-size: 24px;
}
.popup-cart .product-cart__title.mb-3 h3 a {
  font-size: 16px !important;
  color: #525252 !important;
  font-weight: 500;
  font-family: var(--heading_font);
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popup-cart .product-cart__price.mt-10.mb-10 span {
  font-size: 14px;
  font-family: var(--body_font);
  font-weight: 400;
  line-height: 15px;
}
.login label,
.popup .popup-sidebar__close.d-flex.align-items-center.cursor-pointer span,
.popup h5.d-flex.align-items-center.mb-0 span,
.popup-account form#popup_customer_login,
.popup-cart .popup-cart__head.d-flex.align-items-center h5 span,
.popup-cart .popup-cart__subtotal.h5.d-flex.align-items-center.mt-10.mb-0 p,
.popup-cart__subtotal.h5.d-flex.align-items-center.mt-10.mb-0 span,
.register label {
  font-family: var(--body_font);
}
.popup-cart .product-cart__image {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
.popup-cart .product-cart__image.mr-15 .rimage img {
  border-radius: 6px !important;
}
.popup-cart
  .input-quantity.input-quantity--type-05.d-flex.mt-15.js-product-quantity {
  position: relative;
  width: max-content;
}
.popup-cart
  .input-quantity.input-quantity--type-05.d-flex.mt-15.js-product-quantity
  > div:nth-child(3) {
  right: 0;
}
.popup-cart .d-flex.flex-center.border.cursor-pointer {
  position: absolute;
  border: none !important;
  background: 0 0;
  transform: translateY(40%);
}
.popup-cart
  .input-quantity.input-quantity--type-05.d-flex.mt-15.js-product-quantity
  input.product-cart__input-quantity.w-100.mx-10.mb-0.text-center.js-input-quantity-cart {
  width: 102px !important;
  min-width: 102px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
  border-radius: 4px;
  border-color: #000;
  color: #000;
  font-size: 16px;
}
.popup-cart .product-cart-price-qty {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.popup-cart .product-cart-price-qty > div:nth-child(2) {
  margin-block: 10px !important;
  margin-left: auto;
}
.popup-cart
  .product-cart__content.d-flex.flex-column.align-items-start
  .product-cart__title.mb-3 {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.popup-cart
  .product-cart__content.d-flex.flex-column.align-items-start
  .product-cart__title.mb-3
  a.product-cart__remove.btn-link.js-product-button-remove-from-cart {
  border: 0.357096px solid #4d4d4d;
  width: max-content;
  height: max-content;
  border-radius: 2px;
  padding: 0 2px 2px;
}
.popup-cart__content .popup-cart__items.mt-15 {
  margin-top: 20px !important;
}
.popup-cart__content .popup-cart__items.mt-15 .product-cart.mb-20 {
  background: #faf8f5;
  padding: 10px;
}
.popup-cart .popup-cart__items > :not(:first-child) {
  border: none !important;
}
.popup-cart .popup-cart__buttons.mt-15 a.btn.btn--full.btn--secondary {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 0 !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
  height: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}
.option-price-label label,
.popup-cart .product-cart__variant .variant-selectors {
  display: flex;
  align-items: center;
}
.d-flex.flex-row.align-items-start
  .product-cart__content.d-flex.flex-column.align-items-start
  .product-cart__variant
  img,
.popup-cart .product-cart__variant .variants-option label img {
  width: 30px;
  height: 15px;
  border-radius: 8px;
}
.popup-cart .product-cart__variant .variant-selectors .variant-block {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.popup-cart .cart-option-label,
.popup-cart
  .product-cart__variant
  .variant-selectors
  .variant-block
  .variant-head
  p {
  font-family: var(--body_font);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.product-cart__variant
  .variant-selectors
  .variant-block
  .variants-option
  label {
  font-size: 12px;
}
.card-banner img,
.popup-cart .product-cart__content.d-flex.flex-column.align-items-start,
.product-description table,
.slider_image img {
  width: 100% !important;
}
.collection-filters__field .select.position-relative.js-dropdown.js-select,
div#pushdaddy-button {
  width: max-content !important;
}
.popup-cart .popup-cart__buttons.mt-15 a.btn.btn--full.mt-20:hover {
  background: 0 0 !important;
  border-color: #fff !important;
  cursor: pointer;
}
.popup-cart .popup-cart__buttons.mt-15 a.btn.btn--full.mt-20:focus {
  box-shadow: 0 0 !important;
}
.popup-cart .popup-cart__buttons.mt-15 a.btn.btn--full.mt-20 {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-family: var(--heading_font) !important;
}
.product-options--type-footbar .product-options__value--circle,
.product-page .product-options--type-page .product-options__value--circle {
  width: 40px;
  height: 40px;
}
.popup-cart .product-cart-price-qty > div:first-child {
  display: flex;
  gap: 5px;
}
.product-collection
  .product-image__overlay-top.position-absolute.d-flex.flex-wrap.top-0.left-0.w-100.px-10.pt-10
  .label.label--sale.mb-3.mr-3.text-nowrap {
  background: #bf9d7f;
  border-radius: 4px;
  font-family: var(--body_font);
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  color: #fff;
  padding: 6px 9px;
  margin: 0 !important;
  display: none;
}
a.more-options-tag {
  font-family: var(--body_font);
  font-size: 12px;
  color: grey;
}
a.more-options-tag:before {
  content: "+ ";
  font-size: 12px;
  font-family: var(--body_font);
}
.product-collection span.price.price--sale {
  display: flex;
  gap: 5px;
  white-space: nowrap;
}
.product-collection span.price.price--sale > span:nth-child(2) {
  order: 1;
  font-size: 15px !important;
}
.product-page.mt-30.pb-30 {
  margin-top: 50px !important;
}
.js-page-cart-ajax h1.h3.mt-20.mb-30.text-center {
  font-size: 24px;
  font-family: var(--body_font);
}
.cart__items
  .d-flex.align-items-center.align-items-sm-start.align-items-xl-center.flex-sm-column.flex-xl-row.w-100
  .d-flex.flex-column
  a {
  font-size: 16px !important;
  color: #000;
  font-weight: 500;
  font-family: var(--heading_font);
  padding-right: 20px;
}
.col.col-sm-4.col-lg-4.text-right span.prs {
  font-size: 16px;
  font-family: var(--body_font);
  font-weight: 400;
  line-height: 15px;
}
.cart__items .popup-cart .product-cart.mb-20 > div {
  background: #faf8f5;
  padding: 10px;
}
.cart__items .popup-cart .product-cart {
  padding: 0;
}
.col-lg-4.col-xl-3.mt-25.mt-lg-0 aside.cart__sidebar.p-20.border {
  background: #faf8f5;
  border: none !important;
  border-radius: 8px;
}
aside.cart__sidebar.p-20.border .pt-15 input.btn.btn--full.btn--secondary {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 0 !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
  height: 48px;
}
aside.cart__sidebar.p-20.border .pt-15 .cart__subtotal.mb-10 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.cart .d-flex.pt-25 a.btn.btn--text.text-left {
  align-items: center;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 !important;
}
.cart .d-flex.pt-25 a.btn.btn--text.text-left i.mb-4.mr-4,
.product-page .product-page-info__field.product-page-info__quantity label,
.product-search__content.d-flex.flex-column.align-items-start.mt-lg-15
  .product-search__title.mb-3,
.sticky_buttons .w-100 .product-page-info__button-add-to-cart.mb-10,
main#MainContent {
  margin-bottom: 0 !important;
}
.collection-body
  .select__dropdown.dropdown.position-absolute.top-lg-100.left-lg-0
  .px-15.pb-30.py-lg-15 {
  background: #fff;
  padding: 10px !important;
  font-family: var(--body_font) !important;
  font-size: 12px;
  width: auto;
  color: #858585;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  box-shadow: 0 4px 10px #0000001a;
}
.collection-body
  .select__dropdown.dropdown.position-absolute.top-lg-100.left-lg-0
  .px-15.pb-30.py-lg-15
  span,
.desc_block p,
.desc_block span,
.prod_desc a,
.prod_desc p,
.prod_desc span {
  font-family: var(--body_font) !important;
}
.collections label.collection-filters__label.caption-large.mb-0.mr-5:after {
  content: "";
  font-size: 30px;
  position: absolute;
  transform: translateY(-17px);
  right: -35px;
  font-weight: 400;
}
.select.position-relative.js-dropdown.js-select
  .d-flex.align-items-center
  svg.icon.icon-theme-229 {
  width: 35px;
  height: 35px;
  padding-top: 2px;
}
div::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  background: 0 0 !important;
}
body::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  background: 0 0 !important;
}
.banner-section .container .slide img,
.header__logo .text-hide,
.logo svg,
.url {
  width: 100%;
  height: 100%;
}
.popup-navigation
  .menu__panel.menu__list.menu__level-01.d-flex.flex-column.flex-lg-row.flex-lg-wrap.justify-content-lg-center {
  row-gap: 5px;
}
.popup-navigation .popup-navigation__menu.d-lg-none.pt-25.pb-25.px-10 {
  padding-bottom: 0 !important;
  padding-left: 20px !important;
}
.url {
  position: absolute;
  display: block !important;
  cursor: pointer;
  top: 0;
  left: 0;
}
.popup-navigation
  .search__content
  .product-search__price.mb-10
  span.price.price--sale {
  gap: 5px;
  display: flex;
  flex-direction: row-reverse;
}
.popup-navigation {
  width: 100% !important;
  max-width: 100% !important;
}
.popup-sidebar
  .collection-filters__content-wrapper.d-flex.flex-wrap.pt-2.pb-10 {
  padding: 0 !important;
  display: flex !important;
  flex-direction: row;
  column-gap: 66px;
}
.collection-filters__content-wrapper.d-flex.flex-wrap.pt-2.pb-10 > label {
  flex: 0 0 20%;
  max-width: 20%;
}
.collection-current-filters.collection-current-filters--type-1.d-flex.flex-wrap {
  align-items: center;
  row-gap: 5px;
}
div#CollectionCurrentFilters
  .collection-current-filters.collection-current-filters--type-1.d-flex.flex-wrap
  facet-remove.collection-current-filters__item.mb-10.mr-10
  a.d-flex.flex-center.px-10.cursor-pointer {
  background: #3a3844 !important;
  color: #fff;
  border-radius: 6px;
  font-family: var(--body_font);
  font-size: 10px;
  padding: 2px;
}
div#CollectionCurrentFilters
  a.underlined-link.d-inline-flex.flex-center.cursor-pointer
  span.btn-link.mt-2 {
  color: #000;
  font-family: var(--body_font);
  border: 1px solid;
  padding: 5px 12px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 0 !important;
}
.product-options.product-options--type-collection.js-product-options
  .product-options__section.d-flex.flex-wrap.px-2
  .product-options__value.product-options__value--circle {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.product-page-info
  form.m-0
  .product-page-info__full-details.d-flex.justify-content-center.justify-content-md-start,
.quick-view
  .product-page-info__full-details.d-flex.justify-content-center.justify-content-md-start {
  justify-content: center !important;
}
.product-image__overlay-top.position-absolute.d-flex.flex-wrap.top-0.left-0.w-100.px-10.pt-10
  .product-image__overlay-top-right.product-collection__button-quick-view.position-lg-relative.d-none.d-lg-flex.mb-lg-10.ml-lg-auto
  a.button-quick-view.d-flex.flex-center.rounded-circle.js-popup-button {
  background: #000;
  opacity: 0.5;
}
.s-text {
  height: max-content !important;
}
.popup-sidebar__content
  label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.mr-15.mr-lg-10.input-checkbox--unbordered.cursor-pointer
  span.filter-color-label {
  font-family: var(--body_font);
  font-size: 14px;
}
.popup-sidebar__content
  label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.mr-15.mr-lg-10.input-checkbox--unbordered.cursor-pointer {
  gap: 8px;
  align-items: center !important;
}
summary::-webkit-details-marker {
  display: none !important;
}
.product-page .product-options #option-Pack label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d;
  font-family: var(--body_font);
  font-style: var(--body_font_bold);
  margin-left: 0 !important;
}
.product-options__value.product-options__value--text.d-flex.flex-center.border.cursor-pointer {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding: 8px 30px;
}
.contact-form button.btn.btn--secondary {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 12px 17px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
}
#shopify-section-template--16436768997610__1663138370eb9943ef .slider_dots,
.card-price img,
.carousel__item div#option-Pack,
.carousel__item:empty,
.collections
  .collection-control__button-sidebar.d-flex.align-items-center.cursor-pointer.js-popup-button
  i,
.collections .collection-product-count.light p,
.contact-form button.btn.btn--secondary i,
.dynamic-checkout__button.dynamic-checkout__button--styled.mt-25.disabled,
.header__sidebar.d-flex.align-items-center.ml-auto > div:nth-child(4),
.header__sidebar.d-flex.align-items-center.ml-auto > div:nth-child(5),
.hv,
.label.label--pre-order.mb-3.mr-3.text-nowrap,
.menu__item.menu__item--has-children.position-lg-relative a i svg,
.option-list-frame.option-name-display,
.p_desc strong,
.popup-account form .mb-15,
.popup-cart
  .product-cart__price.mt-10.mb-10
  span.product-cart__quantity:first-child,
.popup-cart .product-cart__price.mt-10.mb-10 > span:nth-child(2),
.popup-navigation .sap,
.product-collection div#option-Pack,
.product-collection__wrapper div#option-Seater,
.sl_text,
.slider_image .container-fluid.image_mob.p-0 .row.p-0 > .col-12:nth-child(2),
.wallet-button-fade-in,
div#option-Quantity,
div#option-Set,
div#pushdaddy-button-label,
p.product-page-info__price-sale-details.mt-5.mt-md-10.text-center.text-md-left,
p.taxes {
  display: none;
}
.banner-section .container {
  display: flex;
  gap: 25px;
  padding: 0;
  overflow-x: auto;
}
.banner-section .container .slide {
  flex: 0 0 calc(100% / 4 - 25px * 3 / 4);
  max-width: calc(100% / 4 - 25px * 3 / 4);
}
.banner-section {
  padding: 0 120px;
  margin: 60px 0;
}
#insta-feed h2 {
  font-style: normal;
  font-size: 40px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
  letter-spacing: 0 !important;
  color: #2c2c2c !important;
}
.testimonials {
  padding: 0 16px !important;
  margin: 20px 0 !important;
  position: relative;
}
#option-Style .product-options__value,
#option-Color .product-options__value,
#option-Size .product-options__value,
#option-style .product-options__value,
#option-color .product-options__value,
#option-size .product-options__value {
  margin: 0;
}
#option-Style .product-options__section,
#option-style .product-options__section,
#option-Color .product-options__section,
#option-color .product-options__section,
#option-Size .product-options__section,
#option-size .product-options__section {
  column-gap: 20px;
  row-gap: 10px;
  margin: 0;
}
.oty-btn .bb {
  margin-top: 0;
}
#option-Color .product-options__section,
#option-Style .product-options__section {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-options__value.product-options__value--large-text.d-flex.flex-center.border.cursor-pointer,
  .product-options__value.product-options__value--text.d-flex.flex-center.border.cursor-pointer,
  div#option-Style
    .product-options__value.product-options__value--text.d-flex.flex-center.border.cursor-pointer {
    font-size: 14px;
  }
  #footer form input.btn,
  #footer input.mb-10.mb-lg-20 {
    height: 54px;
    width: 90%;
    line-height: 23px;
    font-size: 20px;
  }
  .popup .popup__body.position-relative.d-none.flex-lg-column.show.visible,
  footer#footer {
    position: relative !important;
  }
  .mobile {
    display: none !important;
  }
  .homepage_slider,
  .product-page .pa {
    margin-top: 70px;
  }
  div#insta-feed h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 49px;
    margin: 20px 0 40px;
  }
  div#insta-feed {
    padding: 0 120px;
    margin: 30px 0;
  }
  .product-page.mt-30.pb-30 {
    margin-top: 25px !important;
  }
  .product-page .accordion-button,
  .product-page
    button.btn.btn--full.btn--status.js-product-button-add-to-cart
    span
    span,
  button.addToCartCustomButton,
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    font-size: 20px;
  }
  product-item.product-collection.d-block {
    padding: 10px;
  }
  .hamburger-navigation-all h2.hed {
    font-size: 24px !important;
  }
  .m-image,
  .popup-navigation .container-fluid.fix_padding,
  .quick-view .dynamic-checkout__confirmation.text-center.text-md-left,
  .quick-view button span.d-flex.flex-center i {
    display: none;
  }
  .contact-form button.btn.btn--secondary,
  .popup-cart .popup-cart__buttons.mt-15 a.btn.btn--full.btn--secondary {
    padding: 16px 17px !important;
  }
  div#option-Pack label {
    display: flex;
    gap: 5px;
    display: flex;
    margin-bottom: 18px;
  }
  .product-page .product-options #option-Pack label span {
    font-size: 18px;
    text-transform: capitalize;
  }
  .product-page .product-options > div,
  div#option-COLOR,
  div#option-Color,
  div#option-Pack,
  div#option-color {
    margin-bottom: 25px;
  }
  div#option-Color {
    margin-bottom: 0;
  }
  .prod_desc {
    margin: 40px 0 !important;
  }
  .prod_desc h3,
  .prod_desc h4,
  .prod_desc li,
  .prod_desc p,
  .prod_desc span {
    font-size: 16px !important;
  }
  .prod_desc strong {
    font-size: 20px !important;
    color: #3b3b3b !important;
    margin-bottom: 0;
  }
  .waal2 summary {
    font-size: 18px;
    line-height: 25px;
    color: #000;
  }
  div#option-Style label {
    margin-bottom: 0 !important;
  }
  div#option-Style,
  div#option-style {
    margin: 40px 0;
  }
  div#option-Style label span {
    font-size: 18px !important;
    text-transform: capitalize;
    margin-bottom: 18px;
  }
  .popup-sidebar__content
    label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.mr-15.mr-lg-10.input-checkbox--unbordered.cursor-pointer
    span.filter-color-label {
    font-size: 16px;
    line-height: 21px;
    font-family: "Satoshi-Regular";
    color: #0c0c0c;
    text-transform: capitalize;
  }
  .popup-cart.py-25.px-20.js-popup-cart-ajax {
    width: 40%;
  }
  .js-page-cart-ajax
    .cart.pb-60.pb-lg-70
    .container
    form
    .row
    .col-lg-8.col-xl-9 {
    max-width: 40% !important;
    flex: 0 0 40%;
  }
  .product-page .product-options.product-options--type-page.js-product-options {
    row-gap: 0;
  }
  .popup-cart__empty.mt-20 a {
    padding: 16px 17px;
  }
  .s_button {
    padding: 16px 48px;
  }
  .popup-navigation {
    width: 32% !important;
    max-width: 32% !important;
  }
  .popup-navigation input#Search {
    font-size: 15px;
    margin-left: 30px !important;
  }
  .header .menu__list.menu__list--styled.menu__level-02.menu__level-02.p-lg-20 {
    padding: 10px !important;
  }
  .header .menu__dropdown.d-lg-none.position-lg-absolute.show.animate.visible {
    border-radius: 5px;
    border: 0.4rem solid transparent;
    margin-top: 1px;
  }
  .header
    .menu__list.menu__list--styled.menu__level-02.menu__level-02.p-lg-20
    .menu__item
    a.d-flex.align-items-center.px-lg-5 {
    padding-inline: 20px !important;
  }
  .menu__list.menu__list--styled.menu__level-02.menu__level-02.p-lg-20
    .menu__item
    a.d-flex.align-items-center.px-lg-5
    span {
    font-size: 15px !important;
    width: 100%;
    padding-block: 5px;
    text-transform: capitalize;
  }
  .popup-navigation
    .search__content
    .product-search__price.mb-10
    span.price.price--sale {
    display: flex !important;
    flex-direction: row-reverse;
    width: 100%;
    gap: 5px;
    justify-content: flex-end;
  }
  .popup-navigation
    .search__content
    .product-search__price.mb-10
    span.price.price--sale
    span {
    font-size: 12px !important;
  }
  .product-collection__content.d-flex.flex-column.align-items-start.mt-15 {
    min-height: max-content !important;
  }
  .cart.pb-60.pb-lg-70 .container form .row .col-lg-4.col-xl-3.mt-25.mt-lg-0 {
    position: sticky;
    height: max-content;
    top: 60px;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .select.position-relative.js-dropdown.js-select .d-flex.align-items-center {
    padding: 3px 10px !important;
  }
  .js-page-cart-ajax .cart.pb-60.pb-lg-70 .container form .row {
    display: flex;
    justify-content: space-between;
  }
  .product-page div#option-COLOR label,
  .product-page div#option-Color label,
  .product-page div#option-color label,
  .quick-view div#option-COLOR label,
  .quick-view div#option-Color label,
  div#option-size label {
    margin-bottom: 18px;
  }
  .product-options.product-options--type-page.js-product-options
    #option-size
    label
    > span:nth-child(2),
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-SIZE
    label
    > span:nth-child(2),
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:nth-child(2) {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .product-options #option-size label > span:nth-child(2),
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-SIZE
    label
    > span:nth-child(2) {
    font-weight: 900 !important;
    color: #3b3a3d !important;
    font-family: var(--body_font) !important;
    font-style: var(--body_font_bold);
  }
  .product-options.product-options--type-page.js-product-options
    #option-size
    label
    > span:first-child,
  .product-page .product-options #option-COLOR label span,
  .product-page .product-options #option-Color label span,
  .product-page .product-options #option-color label span,
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-SIZE
    label
    > span:first-child,
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:first-child,
  .product-page .product-options > div label span {
    font-size: 18px;
    text-transform: capitalize;
  }
  .product-options--type-footbar
    [data-section-container]:not(:last-child)
    .product-options__section,
  .product-options--type-page
    [data-section-container]:not(:last-child)
    .product-options__section {
    margin-bottom: 0;
  }
  .product-page .pb-15,
  .quick-view .pb-15 {
    margin-top: 20px !important;
  }
  #option-Size .product-options__section.d-flex.flex-wrap {
    margin-top: 0;
  }
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label,
  .product-page div#option-SIZE label,
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-SIZE
    label,
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label {
    align-items: baseline;
    display: flex;
    gap: 5px;
  }
  .product-page
    .product-options.product-options--type-page.js-product-options
    div#option-SIZE
    label {
    gap: 5px;
    display: flex;
    align-items: center;
  }
  .product-options.product-options--type-page.js-product-options
    .product-options__section.d-flex.flex-wrap {
    justify-content: left !important;
  }
  span.price.price--sale > span:nth-child(2) {
    font-size: 26px;
  }
  span.price.price--sale > span:first-child {
    font-size: 19px !important;
  }
  .product-page
    single-product.product-page-main.d-block
    > .row:first-child
    > div:nth-child(2) {
    padding: 0 !important;
  }
  .quick-view .product-page-info__title.mb-15.text-center.text-md-left a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: var(--body_font);
    font-style: var(--body_font_bold);
    text-align: left;
  }
  .quick-view .product-options #option-COLOR label span,
  .quick-view .product-options #option-Color label span {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: rgba(59, 59, 59, 0.5);
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
  }
  .quick-view .product-options #option-COLOR label > span:nth-child(2),
  .quick-view .product-options #option-Color label > span:nth-child(2),
  .quick-view .product-options #option-color label > span:nth-child(2) {
    font-weight: 900 !important;
    color: #3b3a3d;
    font-family: var(--body_font);
    font-style: var(--body_font_bold);
  }
  .quick-view div#option-Color div div.active {
    border: 2px solid #bf9d7f;
  }
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-SIZE
    label
    > span:first-child,
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:first-child {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #9d9d9d;
    font-size: 18px;
    text-transform: capitalize;
  }
  .quick-view .product-options__section.d-flex.flex-wrap.px-2 div {
    border-radius: 8px !important;
  }
  .product-options--type-footbar .product-options__value--circle,
  .quick-view .product-options--type-page .product-options__value--circle {
    width: 56px;
    height: 31px;
  }
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:nth-child(2) {
    letter-spacing: 1px;
    font-weight: 900 !important;
    color: #3b3a3d !important;
    font-family: var(--body_font) !important;
    font-style: var(--body_font_bold);
  }
  .quick-view .product-page-info__field.product-page-info__quantity label {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    color: #9d9d9d;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 25px !important;
  }
  .quick-view
    .product-page-info__price.text-center.text-md-left.mb-25
    span.prs {
    font-family: var(--body_font);
    font-style: var(--body_font_bold);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #333;
  }
  .quick-view .product-page-info__price.text-center.text-md-left.mb-25 {
    text-align: left !important;
    margin-top: 28px;
    align-items: center;
    display: flex;
    justify-content: left;
    gap: 15px;
    margin-bottom: 0 !important;
  }
  .menu__item.menu__item--has-children.position-lg-relative a i,
  .mf4,
  .popup-navigation .d-none.d-lg-flex.align-items-lg-center.mb-5.mb-lg-10 p,
  .product-page
    .product-page-info__price.text-center.text-md-left.mb-25
    span.ps,
  .quick-view
    .product-page-info__payments.product-page-info__field.d-flex.flex-column.align-items-start.mb-15,
  .quick-view .product-page-info__price.text-center.text-md-left.mb-25 span.ps,
  select#SortByClone {
    display: none !important;
  }
  .quick-view
    .product-page-info__price.text-center.text-md-left.mb-25
    span.price.price--sale
    .cmp {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 300;
    font-size: 19px !important;
    line-height: 28px;
    text-decoration-line: line-through;
    color: grey;
    padding-left: 0;
  }
  .quick-view
    .product-page-info__price.text-center.text-md-left.mb-25
    p.product-page-info__price-sale-details.mt-5.mt-md-10.text-center.text-md-left {
    background: #bf9d7f;
    border-radius: 4px;
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    padding: 10px;
    margin: 0 !important;
  }
  .quick-view p.taxes {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    text-align: left;
    color: #9e9e9e;
    margin-bottom: 28px;
  }
  .quick-view
    button.btn.btn--full.btn--status.btn--animated.js-product-button-add-to-cart {
    border: 1px solid #2e2e2e;
    border-radius: 4px;
    background: #fff;
    padding: 14px 0;
  }
  .quick-view
    button.btn.btn--full.btn--status.btn--animated.js-product-button-add-to-cart
    span
    span {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 15px;
    color: #3a3844;
  }
  .product-page
    .product-page-info
    button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw.LVeInvZ5HcNOW1Zsn7NH,
  .quick-view
    .product-page-info
    button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw.LVeInvZ5HcNOW1Zsn7NH {
    background: #3a3844 !important;
    color: #fff !important;
    font-family: var(--body_font);
    padding: 16px !important;
    font-size: 20px;
    border: none;
    border-radius: 6px !important;
  }
  .quick-view
    .input-quantity.input-quantity--type-04.d-flex.align-items-center.position-relative.mr-10.js-product-quantity
    input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: var(--body_font);
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    color: #3b3a3d;
  }
  .quick-view .product-page-info .pb-15 .d-flex {
    display: flex;
    flex-direction: column;
  }
  .quick-view
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label {
    display: flex;
    margin-bottom: 0;
  }
  .quick-view
    .input-quantity.input-quantity--type-04.d-flex.align-items-center.position-relative.mr-10.js-product-quantity {
    width: max-content;
    justify-content: center;
  }
  .quick-view .product-page-info__title.mb-15.text-center.text-md-left {
    margin-bottom: 56px !important;
    text-align: left !important;
  }
  .quick-view
    .product-page-info__full-details.d-flex.justify-content-center.justify-content-md-start
    a {
    font-family: var(--body_font);
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .quick-view .product-options #option-color label span {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: rgba(59, 59, 59, 0.5);
    text-align: left;
    text-transform: capitalize;
  }
  .popup-navigation__search.search.pt-lg-25.pb-lg-35.px-10.px-lg-0.js-popup-search-ajax {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 20px;
    position: relative !important;
  }
  .collections label.collection-filters__label.caption-large.mb-0.mr-5 {
    font-family: var(--body_font);
    margin-right: 25px !important;
    font-size: 1.25rem;
  }
  .collections
    .collection-control__button-sidebar.d-flex.align-items-center.cursor-pointer.js-popup-button,
  popup .popup-sidebar__close.d-flex.align-items-center.cursor-pointer span {
    font-family: var(--body_font);
    font-size: 18px;
  }
  .popup-navigation__search.search.pt-lg-25.pb-lg-35.px-10.px-lg-0.js-popup-search-ajax
    .container {
    position: relative;
    padding-inline: 15px;
  }
  .popup-navigation
    .search__content
    .search__result.row.pt-10.pt-lg-0.mt-20.mt-lg-30 {
    display: flex;
    flex-direction: row;
  }
  .search__content
    .search__result.row.pt-10.pt-lg-0.mt-20.mt-lg-30
    .col-12.col-lg-2 {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .popup .popup-navigation.js-popup-navigation {
    position: absolute;
    transform: translateX(178%) !important;
    top: 1%;
  }
  .popup-navigation .d-none.d-lg-flex.align-items-lg-center.mb-5.mb-lg-10 {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 5;
  }
  .popup-navigation svg.icon.icon-theme-164 {
    width: 22px;
    fill: #4d4c4c;
  }
  .popup-navigation .search form label .icon {
    width: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
  }
  .popup-navigation
    form.position-relative.d-flex.align-items-center.pb-5.pb-lg-15.mb-0.border-bottom {
    padding-bottom: 0 !important;
    width: 90%;
    border-bottom: none !important;
  }
  .popup-navigation
    p.search__empty.pb-20.pb-lg-0.mt-20.mt-lg-30.mb-0.d-none-important {
    padding-bottom: 0 !important;
  }
  .popup-navigation
    popup-navigation__search.search.pt-lg-25.pb-lg-35.px-10.px-lg-0.js-popup-search-ajax {
    padding-bottom: 20px !important;
  }
  .popup-navigation
    label.position-absolute.right-0.mb-0.mr-0.m-lg-0.cursor-pointer {
    left: 0 !important;
    top: 8px;
  }
  .popup-navigation input#Search::placeholder {
    font-family: var(--body_font);
  }
  .search__view-all.pb-20.pb-lg-0.mt-20.mt-lg-10 {
    margin-bottom: 20px;
    text-align: center;
  }
  .search__view-all.pb-20.pb-lg-0.mt-20.mt-lg-10 a.btn-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #3b3b3b !important;
    font-family: var(--body_font);
  }
  .popup .input-checkbox input + span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: -2px !important;
    overflow: hidden;
    border-radius: 2px !important;
  }
  .popup collection-filters__content-wrapper.d-flex.flex-wrap.pt-2.pb-10 {
    padding-top: 20px !important;
  }
  label.collection-filters__checkbox.input-checkbox.d-flex.align-items-center.mb-15.mb-lg-10.cursor-pointer {
    margin-bottom: 12px !important;
    margin-left: 12px;
  }
  .popup .collection-sidebar-type-1 .collection-sidebar-section__head {
    padding: 20px 0 16px;
  }
  .popup h5.d-flex.align-items-center.mb-0 span {
    font-family: var(--body_font);
    font-size: 15px;
  }
  .popup .col-12.mb-10 span,
  .popup .col-6.mb-10 span {
    font-family: var(--body_font);
    font-size: 12px;
  }
  .popup
    .collection-filters__content
    .collection-filters__content-wrapper.row.row--5.pt-1
    .col-6.mb-10 {
    margin-bottom: 0 !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .popup .popup-sidebar--width-md {
    width: 32%;
  }
  .collections #CollectionProducts .col-6.col-sm-6.col-md-4.col-lg-4.col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0;
  }
  .collections .mt-10.mt-lg-25.overflow-hidden .container {
    padding: 0 120px;
  }
  #CollectionProducts .product-collection__title.mb-3 h4 a,
  .collections .product-collection__price.mb-10 span.prs,
  .collections
    product-collection__price.mb-10
    span.price.price--sale
    > span:first-child {
    font-size: 14px !important;
  }
  .menu:not(.menu--vertical) .menu__panel > .menu__item > a {
    padding-inline: 0px !important;
  }
  .carousel__products.overflow-hidden .slick-track {
    gap: 40px;
    margin-left: 0;
    overflow-x: hidden;
  }
  .header__line-bottom.header__line--colorize-2.position-relative.d-lg-flex.py-lg-6 {
    background: #fff !important;
    /* padding: 0px !important; */
    /* padding: 17px 0 20px !important; */
  }
  @media (min-width: 768px) and (max-width: 1025px) {
    .header__line-bottom.header__line--colorize-2.position-relative.d-lg-flex.py-lg-6 {
      padding: 17px 0 20px !important;
    }
  }
  .product-page .product-page-info__title.mb-15.text-center.text-md-left h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: var(--body_font);
    font-style: var(--body_font_bold);
  }
  .product-page .product-options > div label,
  div#option-color label {
    display: flex;
    margin-bottom: 18px;
    gap: 5px;
  }
  div#option-COLOR label,
  div#option-Color label {
    display: flex;
    gap: 5px;
  }
  .product-options--type-footbar .product-options__value--circle,
  .product-page .product-options--type-page .product-options__value--circle {
    width: 40px;
    height: 40px;
  }
  .product-page .product-page-info__field.product-page-info__quantity label {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 25px !important;
  }
  .product-page .accordion-body,
  .product-page
    .input-quantity.input-quantity--type-04.d-flex.align-items-center.position-relative.mr-10.js-product-quantity
    input {
    font-size: 18px;
  }
  .product-page
    .product-page-info__price.text-center.text-md-left.mb-25
    span.prs {
    font-size: 24px;
  }
  .product-page
    .product-page-info__price.text-center.text-md-left.mb-25
    span.price.price--sale
    .cmp {
    padding-left: 0;
    font-size: 19px !important;
  }
  .product-page
    .product-page-info__price.text-center.text-md-left.mb-25
    p.product-page-info__price-sale-details.mt-5.mt-md-10.text-center.text-md-left {
    font-size: 16px;
    padding: 10px;
  }
  .product-page p.taxes {
    font-size: 15px;
    margin-top: 2px !important;
  }
  .product-page .product-page-info__title.mb-15.text-center.text-md-left {
    margin-bottom: 25px !important;
  }
  div#option-SIZE label,
  div#option-Size label > span:first-child {
    margin-bottom: 18px !important;
  }
  .product-page .product-page-info__price.text-center.text-md-left.mb-25 {
    margin-top: 40px !important;
  }
  .kf h2 {
    font-size: 32px;
    text-align: left;
    margin: 60px 0 20px;
  }
  .kf3 h3 {
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 0;
  }
  .kf3 p {
    font-size: 16px;
  }
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .product-page .container {
    padding: 0 120px;
    margin: 0 auto !important;
  }
  .kf,
  .pd {
    padding: 0;
    margin: 90px 0;
  }
  .kf {
    background: #fff;
  }
  .pd h2 {
    font-size: 32px;
    text-align: left;
    margin: 60px 0 14px;
  }
  .footer__subscription.row.mb-25 p,
  .mf,
  .mf1 p,
  h2.hed {
    text-align: center;
  }
  .pd p,
  .pd4 p {
    font-size: 16px;
    line-height: 35px;
  }
  .pd2 {
    margin: 40px 0;
    padding: 50px;
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  .pd2 div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pd2 img {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .pd2 h4 {
    font-size: 22px;
  }
  .pd > div:nth-child(3),
  .pd > div:nth-child(5) {
    background: #fffdfa;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .pd > div:nth-child(4),
  .pd > div:nth-child(6) {
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    flex-direction: row-reverse;
  }
  .pd4 h4 {
    font-size: 32px;
    line-height: 59px;
  }
  .pd4 > h4:nth-child(2) {
    background: #fff9f4;
    margin-bottom: 0;
    padding: 50px 50px 0;
  }
  .pd4 > p:nth-child(3) {
    background: #fff9f4;
    padding: 0 50px 50px;
    margin-bottom: 55px;
  }
  .pd3 > p:first-child {
    font-size: 20px !important;
  }
  .pd3 > p:nth-child(2) {
    font-size: 18px !important;
  }
  .pi2 svg {
    width: 60%;
    height: 60%;
  }
  .pi2 p {
    font-size: 12px;
    line-height: 30px;
  }
  .bb {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
  }
  .bb div {
    flex: 0 0 48% !important;
    margin: 0 !important;
  }
  .product-collection__title.mb-3 h4.m-0 {
    height: max-content;
  }
  .mf1 p,
  span {
    display: block !important;
  }
  .mf2 a:hover {
    color: #fff;
  }
  .homepage_slider h5.s_p {
    margin-bottom: 50px !important;
    margin-top: 30px !important;
  }
  .container-fluid.fix_padding {
    padding: 0 120px !important;
    margin: 60px 0 !important;
  }
  .product_slider_slider > product-item {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    gap: 0 !important;
  }
  .product-collection__title.mb-3 h4 a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000 !important;
  }
  .product-collection__price.mb-10 span.prs {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    color: #000 !important;
    font-family: var(--body_font) !important;
  }
  .product-collection__price.mb-10 span.price.price--sale > span:nth-child(2) {
    font-size: 14px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    font-family: var(--body_font) !important;
    font-style: var(--body_font_bold);
  }
  .product-collection__price.mb-10 span.price.price--sale > span:first-child {
    font-size: 14px !important;
    line-height: 28px !important;
    font-weight: 100 !important;
    font-family: var(--body_font) !important;
  }
  .product-collection__title.mb-3 {
    margin-bottom: 0 !important;
    padding: 10px 0 4px !important;
  }
  .product-collection__image.product-image.product-image--hover-fade.position-relative.w-100.js-product-images-navigation.js-product-images-hovered-end.js-product-images-hover {
    border: 2px solid #f5f5f5;
  }
  .product-collection__price.mb-10 {
    margin: 0 !important;
    display: flex !important;
    padding: 0 !important;
  }
  .product-collection__price.mb-10 span {
    display: flex !important;
  }
  span.price.price--sale .cmp {
    padding-left: 10px;
  }
  .product-collection span.price.price--sale .cmp {
    padding-left: 0 !important;
  }
  .collection-body .product-collection__options,
  .product-collection__options {
    padding: 8px 0 0 !important;
    height: 40px;
  }
  h2.hed {
    font-weight: 900;
    font-size: 32px;
    line-height: 49px;
    color: #525159;
    margin: 20px 0 40px;
    letter-spacing: 0;
  }
  .product_slider_slider {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 0 !important;
  }
  .sap span a u {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #3b3b3b;
  }
  .product_slider .sap,
  .sap {
    margin: 0 !important;
  }
  .footer__content.pt-lg-55.pb-lg-50 {
    flex: 0 0 35%;
    max-width: 35%;
    transform: translateX(40%);
    background: #fff;
    height: max-content;
    border: 2px solid #ede0bf;
    padding: 0 !important;
  }
  .ni {
    flex: 0 0 65%;
    padding-right: 100px;
  }
  .ni img {
    width: 100%;
    height: 100%;
  }
  .footer__border.footer__border-side.d-none.d-lg-block,
  .mf2 a:first-child,
  .mf2 a:nth-child(4) {
    border: none;
  }
  .footer__subscription.row.mb-25 h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #3a3844;
  }
  .footer__subscription.row.mb-25 p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.205em;
    color: #3a3844;
  }
  #footer input.mb-10.mb-lg-20 {
    border: 1px solid #3a3844;
    background: 0 0;
    font-weight: 400;
    margin-top: 40px;
  }
  #footer form input.btn {
    background: #3a3844;
    border-radius: 6px;
    font-weight: 400;
  }
  .footer__subscription .btn:hover {
    color: #fff !important;
  }
  .oc button.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    background: 0 0;
    width: 22px;
    height: 22px;
    border: 5px solid #000;
    border-top: none;
    border-left: 0;
    border-radius: 4px;
    transform: rotate(135deg);
  }
  .oc button.slick-next.slick-arrow:after {
    content: "";
    position: absolute;
    background: 0 0;
    width: 22px;
    height: 22px;
    border: 5px solid #000;
    border-top: none;
    border-left: 0;
    border-radius: 4px;
    transform: rotate(-48deg);
  }
  .slick_ button {
    position: relative;
  }
  .oc button.slick-prev.slick-arrow {
    background: 0 0;
    border: none;
    color: #fff;
    position: absolute;
    left: -35px;
    top: 50%;
  }
  .oc button.slick-next.slick-arrow {
    background: 0 0;
    border: none;
    color: #fff;
    position: absolute;
    right: -10px;
    top: 50%;
  }
  .oc .slick_.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 30px;
  }
  footer#footer {
    background: #fffdfa;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .mf {
    background: #242424;
    padding: 50px 0;
  }
  .mf1 p {
    font-weight: 400;
    font-size: 17.1429px;
    line-height: 29px;
    color: #fff;
    padding: 26px 40% 10px;
    font-family: var(--body_font);
    margin-bottom: 0;
  }
  .mf1 {
    margin-bottom: 70px;
  }
  .mf1 span {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
  }
  .mf2 a {
    font-family: var(--body_font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    flex: 0 0 30%;
    border-left: 1px solid;
    padding: 0 10px;
    text-decoration: none;
  }
  .mf2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 25%;
    row-gap: 20px;
  }
  .mf3 {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.btn-link,
.fc h6,
.waal2 summary {
  font-weight: 400;
}
.product-page-info form.m-0 .pb-15,
.product-page.mt-30.pb-30,
carousel-products.d-block
  .container
  .carousel.carousel-products.position-relative.mt-30.pb-60.mt-lg-0,
footer#footer,
footer-section.d-block {
  padding-bottom: 0 !important;
}
.mf5.mf2 {
  row-gap: 0;
  padding: 0;
  display: block;
}
.burger-toggle.header___icon,
.waal2 details p {
  padding-left: 0 !important;
}
.breadcrumbs.pt-15,
.carousel .product-options__section[data-property="pack"],
.collections
  .collection-control__button-sidebar.d-flex.align-items-center.cursor-pointer.js-popup-button
  span,
.collections .product-options__section.d-flex.flex-wrap,
.ct.product-page button.whatsapp-icon,
.ct.product-page p.hidee,
.footbar.d-flex.flex-column.align-items-lg-start.position-fixed.bottom-0.left-0.w-100.pointer-events-none,
.header
  a.header__btn-services.position-relative.d-flex.align-items-center.ml-25.ml-lg-15.js-popup-button,
.header__sidebar.d-flex.align-items-center.ml-auto > div:nth-child(6) a span,
.pdp-info,
.popup-cart span.cmp,
.prod_desc ul li:before,
.product-collection
  .product-options__section.d-flex.flex-wrap[data-property="style"],
.product-page
  .product-page-info__labels.d-flex.justify-content-center.justify-content-md-start,
.product-page-info button.whatsapp-icon,
.product-page-info form p:nth-child(8),
.product-page-info form > .product-page-info__price,
.product-page-info
  form
  > p.product-page-info__price-sale-details.mt-5.mt-md-10.text-center.text-md-left:nth-child(
    6
  ),
.product-page-info p.hidee,
.product_slider div#option-Pack,
.product_slider div#option-Size,
[data-property="title"],
div#CollectionProducts
  div#main-collection-product-grid
  collection-pagination.d-block,
div#new_footer li:before,
div#option-Title,
footer#footer,
span.icon-right-arrow-opc {
  display: none !important;
}
.mf5.mf2 a {
  color: #fff !important;
  max-width: max-content;
  line-height: 20px;
}
.mf5 a {
  border-left: 1px solid !important;
}
.mf5 a:first-child {
  border-left: none !important;
}
.popular-searches h3 {
  margin-top: 5%;
  margin-bottom: 1%;
  color: #fff !important;
}
.fc {
  text-align: center;
  background: #333;
  padding: 20px 0;
}
.fc h6 {
  font-size: 14px;
  line-height: 20px;
  color: #9c9797;
  margin-bottom: 0;
}
.fc a {
  color: #9c9797 !important;
}
.product-page-info__button-add-to-cart.mb-10 span.d-flex.flex-center,
.waal2 summary {
  color: #000;
  font-family: var(--body_font);
}
footer#footer {
  position: inherit;
}
.slider_image .image_desk .row .col-3 {
  flex: 0 0 0%;
}
.slider_image .image_desk .row .col-9 {
  flex: 0 0 100%;
}
.slider-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.slider-dots span {
  display: block !important;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}
.slider-dots span.active {
  background-color: #000;
}
input.mb-10.mb-lg-20::placeholder {
  color: #a1a1a1;
  font-family: var(--body_font);
}
.collections
  .col-8.col-lg-4.d-flex.d-lg-flex.align-items-center
  .d-flex.d-lg-flex.mr-30
  .collection-control__button-sidebar.d-flex.align-items-center.cursor-pointer.js-popup-button {
  border: 1px solid;
  border-radius: 6px;
  padding: 8px 60px;
}
div#option-Color .product-options__section.d-flex.flex-wrap.px-2 {
  display: flex !important;
}
.popup-account
  a.popup-account__btn-register.btn.btn--full.mb-20.js-popup-account-show-sign-up,
.popup-account input.popup-account__btn-login.btn.btn--full.mb-20,
.popup-account input.popup-account__btn-signup.btn.btn--full.mb-20 {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 6px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
}
.login.pb-60 form div#RecoverPasswordForm {
  border-top: none !important;
  font-family: var(--body_font) !important;
}
.login.pb-60 .container .pt-35.mt-35.border-top a.btn.btn--full,
.login.pb-60 .container form input.btn.btn--full,
.register.pb-60 .container .text-center input.btn.btn--full.btn--secondary {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 11px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
}
.popup-navigation .container-fluid.fix_padding {
  background: #fff;
  padding-bottom: 0 !important;
}
.popup-navigation .menu__item a span {
  font-family: var(--heading_font) !important;
  font-weight: 400 !important;
}
.navigaton-slider .product_slider product-item.product-collection.d-block {
  flex: 0 0 60% !important;
  max-width: 60% !important;
  gap: 24px !important;
}
.popup-navigation
  .navigaton-slider
  .product_slider
  .product-options__section.d-flex.flex-wrap.px-2
  > div {
  flex: 0 0 18% !important;
  max-width: 18% !important;
}
@media (max-width: 400px) {
  .product-options.product-options--type-page.js-product-options
    .product-options__section.d-flex.flex-wrap {
    justify-content: left !important;
  }
  .collections .product-collection__price.mb-10 span.prs {
    font-size: 11px !important;
  }
}
.carousel-cell.is-selected:focus-visible {
  outline: 0 !important;
}
.csl:focus-visible {
  outline: 0 !important;
}
.flickity-slider:focus-visible {
  outline: 0 !important;
}
.carousel.flickity-enabled.is-draggable.pointer-event:focus-visible {
  outline: 0 !important;
}
:focus-visible {
  outline: 0 !important;
}
.page,
.popup-cart__empty.mt-20 h5 {
  margin-top: 80px;
}
.popup-cart__empty.mt-20 svg {
  width: 50%;
  height: 50%;
  margin-top: 20px;
}
.popup-cart__empty.mt-20 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-cart__empty.mt-20 a {
  background: #3a3844 !important;
  color: #fff !important;
  font-family: var(--body_font);
  padding: 12px 17px !important;
  font-size: 16px;
  border: none;
  border-radius: 6px !important;
  margin-top: 0;
  width: 55%;
}
.popup-cart__footer.position-sticky.bottom-0.border-top.pt-5.pb-25 {
  padding-top: 1rem !important;
}
.sticky_buttons {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  margin: 0 !important;
  width: 100%;
}
.sticky_buttons .bb > div {
  flex: 0 0 100% !important;
  max-width: 100%;
}
.sticky_buttons .bb {
  gap: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.sticky_buttons
  .mt-20.mb-15
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
  border-radius: 0 !important;
}
.sticky_buttons
  .w-100
  .product-page-info__button-add-to-cart.mb-10
  button.btn.btn--full.btn--status.btn--animated.js-product-button-add-to-cart {
  border-radius: 0 !important;
  padding: 11px 0 !important;
}
div#pushdaddy-button {
  right: 38px !important;
  border-radius: 0!important 0 6px!important!important 6px!important !important;
  text-align: center !important;
  bottom: 10% !important;
  position: fixed;
  background: 0 0;
}
div#pushdaddy-button svg.svg-whatsapp {
  width: 40px !important;
  height: 40px !important;
  background: #000 !important;
  padding: 5px 10px;
  border-radius: 6px;
}
#pushdaddy-widget {
  position: unset !important;
  z-index: unset !important;
  opacity: unset !important;
  animation-delay: unset !important;
  animation-fill-mode: unset !important;
  animation-name: unset !important;
}
div#pushdaddy-button div#pushdaddy-button-label {
  margin-left: 40px !important;
}
.popup-cart .cart-option {
  display: flex;
  align-items: center;
  gap: 5px;
}
.popup-cart .cart-value-label {
  font-size: 12px;
  font-family: var(--body_font);
}
.popup-cart .popup-car-options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-cart .product-cart__variant {
  width: 100%;
}
div#option-Style label > span:nth-child(2) {
  font-weight: 900 !important;
  color: #3b3a3d !important;
  font-family: var(--body_font) !important;
  font-style: var(--body_font_bold);
  margin-left: 0 !important;
}
div#option-Style label {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 8px;
}
div#option-Style
  .product-options__value.product-options__value--text.d-flex.flex-center.border.cursor-pointer {
  margin-left: 0 !important;
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding: 8px 30px;
}
.product-search__content.d-flex.flex-column.align-items-start.mt-lg-15
  .product-search__title.mb-3
  h3.h6.m-0
  a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.waal2 summary {
  padding: 24px 16px 28px !important;
  background: #fffdfa !important;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.waal2 details {
  border-bottom: 1px solid #dee2e6;
}
.waal2 details p {
  padding-right: 0 !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3b3a3d;
  font-family: var(--body_font);
  padding-block: 16px;
  margin: 0;
  padding-inline: 16px !important;
  background: #fffdfa !important;
}
.hide {
  visibility: hidden;
}
.show {
  visibility: visible;
}
@media (max-width: 380px) {
  .collections label.collection-filters__label.caption-large.mb-0.mr-5 {
    margin-right: 8px !important;
  }
  .collections .product-collection__price.mb-10 span.prs,
  .collections span.price.price--sale > span:first-child {
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .banner-section .container .slide {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .d-image {
    display: none;
  }
  #CollectionProducts .product-collection__title.mb-3 h4 a {
    font-size: 12px !important;
  }
  #CollectionProducts
    .product-collection
    span.price.price--sale
    > span:nth-child(2) {
    font-size: 11px !important;
  }
  nav.menu.menu--main.js-menu.js-position a span {
    font-size: 18px !important;
  }
  .collections .collection-control.mb-25.mb-lg-30 > .row {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    box-shadow: 0 -1px 6px rgb(0 0 0 / 15%);
  }
  .collections
    .col-8.col-lg-4.d-flex.d-lg-flex.align-items-center
    .d-flex.d-lg-flex.mr-30 {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .collections
    .col-12.d-lg-none.mt-15
    .row.align-items-center
    .col-6.col-sm-5.col-md-4 {
    width: 100%;
    padding-inline: 0px !important;
  }
  .collections .collection-control__sort-by.mr-20 {
    margin: 0 !important;
  }
  .collections
    .select.position-relative.js-dropdown.js-select
    .d-flex.align-items-center {
    border: 0 solid;
    border-radius: 0;
    padding: 17px 0;
    width: 100% !important;
    justify-content: center;
    background: #fff;
  }
  .collections .select.position-relative.js-dropdown.js-select {
    width: 100% !important;
  }
  .collections div#CollectionCurrentFiltersClone {
    display: none !important;
  }
  .collections
    .collection-body
    .select__dropdown.dropdown.position-absolute.top-lg-100.left-lg-0 {
    bottom: 60px;
  }
  .collection-body
    .select__dropdown.dropdown.position-absolute.top-lg-100.left-lg-0
    .px-15.pb-30.py-lg-15 {
    width: max-content;
    text-align: center;
    font-size: 15px !important;
    padding: 15px 40px !important;
    row-gap: 10px;
  }
  .select.position-relative.js-dropdown.js-select
    .d-flex.align-items-center
    svg.icon.icon-theme-229 {
    transform: rotate(180deg);
  }
}
.card-banner,
.card-info .card-price,
a.header__btn-account.d-none.align-items-center.position-relative.ml-25.ml-lg-15.js-popup-button {
  display: block !important;
}
.btn-link:hover {
  color: inherit !important;
}
.btn-link {
  color: inherit;
  text-decoration: underline;
}
.login input,
.register input {
  font-size: 16px !important;
  font-family: var(--body_font);
  padding-block: 11px;
}
.btn-check:focus + .btn,
.btn:focus,
.flickity-button:focus {
  outline: 0;
  box-shadow: none !important;
}
.sticky_buttons button.btn.btn--full.btn--status.js-product-button-add-to-cart {
  border-radius: 0;
}
.product-gallery__main_arrow:before {
  background: #000 !important;
  opacity: 0.5 !important;
}
.back-to-top {
  --offset: 50px;
  position: fixed;
  bottom: 55px;
  margin-right: 10px;
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  text-decoration: none !important;
  padding: 5px 10px;
  font-family: sans-serif;
  color: #fff !important;
  background: #000;
  border-radius: 6px;
  white-space: nowrap;
  right: 0 !important;
  z-index: 10;
}
a.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: white;
  text-align: center;
}
.prod_desc {
  font-family: var(--body_font) !important;
  margin: 40px 16px;
}
.prod_desc ul {
  margin: 0 !important;
  padding: 0 !important;
}
.prod_desc strong {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 28px !important;
  color: #3b3b3b !important;
}
.prod_desc h3,
.prod_desc h4,
.prod_desc li,
.prod_desc p,
.prod_desc span {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #3b3b3b;
}
.collection-current-filters.collection-current-filters--type-1.d-flex.flex-wrap
  label {
  flex: 0 0 100%;
  font-family: var(--body_font);
}
.collection-current-filters.collection-current-filters--type-1.d-flex.flex-wrap
  label:after {
  content: ":";
  font-family: var(--body_font);
}
.popup-navigation__search p.search__empty.pb-20.pb-lg-0.mt-20.mt-lg-30.mb-0 a {
  display: flex;
  font-family: var(--body_font);
}
.popup-navigation__search
  p.search__empty.pb-20.pb-lg-0.mt-20.mt-lg-30.mb-0
  a
  span {
  font-family: var(--body_font);
}
.quick-view button.btn.btn--full.btn--status.js-product-button-add-to-cart {
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  background: #fff;
  padding: 11px 0;
  min-height: 48px;
}
.quick-view
  button.btn.btn--full.btn--status.js-product-button-add-to-cart
  span
  span {
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 15px;
  color: #3a3844;
}
.main-footer svg.icon.icon-social-youtube {
  fill: white;
  width: 25px;
  height: 25px;
}
.product-options__value img {
  min-width: 100% !important;
  max-height: 100% !important;
}
.product-page .product-options__value img,
.quick-view .product-options__value img {
  min-width: 150px;
  max-height: 50px;
}
.product-page .product-options__value,
.quick-view .product-options__value {
  overflow: hidden;
}
.collection-filters label span {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.collection-filters label span img {
  min-height: 25px;
  min-width: 25px;
}
@media (max-width: 1400px) {
  nav.menu.menu--main.js-menu.js-position a span {
    font-size: 12px;
  }
}
.menu__item a.active span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header__line--colorize-2 .header__btn-search > i .icon {
  fill: #000000;
}
.header h1.logo a svg path,
.logo a svg path,
a.header__btn-account i svg,
a.header__btn-cart i svg {
  fill: #000 !important;
}
.header__line--colorize-2 {
  background: #fff;
}
.product_slider .product_slider_slider,
div#option-color span.ml-5 {
  margin-left: 0 !important;
}
.shop-by-category-section button.category-head.secondary-button.active {
  padding-bottom: 10px;
}
.product-collection__image {
  border: 2px solid #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product-collection__image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sidebar-collection-filters-head-wrapper {
  background-color: #fff;
}
div#calculator {
  margin-bottom: 28px !important;
}
.popup-navigation__search
  form
  label.position-absolute.right-0.mb-0.mr-0.m-lg-0.cursor-pointer {
  pointer-events: none !important;
}
.product-page-info
  .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup,
.product-page-info .product-sku {
  margin-bottom: 1rem;
}
.add-to-cart-container,
.option-price-container,
.product-custom-option {
  width: 80%;
  max-width: 80%;
}
button.addToCartCustomButton {
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  background: #fff;
  padding: 11px 0;
  color: #3a3844;
  font-family: var(--body_font);
  font-size: 16px;
  min-height: 48px;
  box-shadow: 0 0 0;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.tooltip-icon:hover .tooltip-icon-text {
  visibility: visible !important;
  z-index: 10;
}
#header sticky-header.header--sticky-type-slim.d-block {
  position: inherit;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.card-banner {
  margin-top: 1rem;
}
header#header {
  z-index: 3;
}
.homepage-slider-section .slider-content {
  width: 50vw;
}
.slider-content h1 {
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 1.5rem;
  font-family: var(--heading_font);
  color: #3a3844;
}
.slider-content h2 {
  font-size: 22px;
}
.slider-content a {
  background: #64453c;
  color: #fff;
  padding: 10px 40px;
  border-radius: 8px;
  font-family: var(--body_font);
  font-size: 22px;
}
@media (max-width: 768px) {
  .homepage-slider-section .slider-content {
    width: 100vw;
  }
  .slider-content h1 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 1rem;
    font-family: var(--heading_font);
    color: #3a3844;
    line-height: 35px;
  }
  .slider-content h2 {
    font-size: 15px;
  }
  .slider-content a {
    background: #64453c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    font-family: var(--body_font);
    font-size: 18px !important;
  }
}
.about_wrap p,
.desc_wrap p {
  font-weight: 400 !important;
}
.about_wrap p,
.about_wrap td,
.about_wrap td strong,
.desc_block.desc_wrap > h6 span,
.desc_wrap p {
  font-family: var(--body_font);
  font-family: var(--body_font);
}
.desc_block table td {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
  border-top: 1px solid;
  border-inline: 1px solid;
  padding: 5px;
}
.desc_block table:last-of-type {
  border-bottom: 1px solid;
}
div#whatsapp_chat_widget #wa-widget-send-button {
  margin: 0 0 20px !important;
  padding-left: 0;
  padding-right: 0;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 45px !important;
  text-align: center !important;
  height: 45px;
  min-width: 45px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#whatsapp_chat_widget .wa-messenger-svg-whatsapp {
  fill: white;
  width: 35px !important;
  height: 35px !important;
  stroke: none;
}
.about_wrap h3,
.about_wrap td strong,
.desc_block.about_wrap > h3,
.desc_wrap h3,
.desc_wrap h6 {
  font-size: 18px;
}
.desc_block.desc_wrap > h6 {
  margin-top: 0.5em;
}
.about_wrap p {
  font-size: 15px;
  line-height: 20px;
  margin: 4px 0 20px;
}
.desc_wrap h6 {
  margin-bottom: 0;
  margin-top: 20px;
}
.about_wrap td {
  font-weight: 500;
  color: #858585;
}
.about_wrap td strong {
  font-weight: 700;
  color: #141414;
}
.desc_block.desc_wrap > h6 span {
  text-decoration: none !important;
  font-size: 18px;
}
.desc_wrap p span {
  font-size: 15px;
  line-height: 24px;
  margin: 4px 0;
}
.desc_wrap ul li {
  font-size: 14px;
  line-height: 24px;
  margin: 4px 0;
  color: var(--theme-paragraph-c);
}
ol:not(.list-unstyled):not([list-unstyled]) ol li::before {
  counter-increment: list2;
  content: counter(list2) ". ";
}
@media (max-width: 426px) {
  .homepage_slider {
    margin-top: 50px !important;
  }
}
.article-body .rte ol:not(.list-unstyled):not([list-unstyled]) li::before {
  margin-left: -21px;
}
main.js-menu.js-position a span {
  color: #000;
  font-weight: 500 !important;
  font-size: 15px;
}
nav.menu.menu--main.js-menu.js-position a span {
  color: #000;
  font-size: 15px;
  font-weight: 100;
  padding: 0 !important;
  font-family: Inter-Regular !important;
}
.menu__panel.menu__list {
  gap: 30px;
}
div#announcement_bar {
  background: #ffcc48;
  padding: 5px 0;
}
p.announce_center {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-family: Inter-SemiBold;
}
@media (max-width: 1301px) {
  .menu__panel.menu__list {
    gap: 15px;
  }
}
.\33 boxes.b3 {
  border-right: 0px;
}
.\33 boxes.b1 {
  border-left: 0;
}
.copy_right_cover {
  margin: 0;
  width: 100%;
  background: #0c0c0c;
  border-top: 1px solid #7d7d7d;
}
#whatmoreRoot1,
.whatmore-root {
  width: 88% !important;
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 auto 0 4.5% !important;
  overflow: hidden !important;
}
.product-gallery__fullscreen .product-gallery__blockratio_content .rimage {
  position: absolute;
  left: -50%;
}
@media (max-width: 600px) {
  span.title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  #whatmoreRoot1,
  .whatmore-root {
    width: 91% !important;
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 auto 0 4.5% !important;
    overflow: hidden !important;
  }
  .product-page.mt-30.pb-30 {
    margin-top: 0 !important;
  }
  #buy-it-now
    .dynamic-checkout__button--styled
    .shopify-payment-button__button.shopify-payment-button__button--unbranded,
  .dynamic-checkout__button--styled
    .shopify-payment-button__button.shopify-payment-button__button--branded
    .shopify-cleanslate
    div[role="button"] {
    padding: 16px !important;
    opacity: 1;
    border-radius: 0 !important;
  }
}
.dynamic-checkout__button--styled .shopify-payment-button__button {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 5px !important;
  font-size: 20px;
  color: #fff !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  color: #fff !important;
  font-size: 20px;
}
.dynamic-checkout__button--styled
  .shopify-payment-button__button.shopify-payment-button__button--branded
  .shopify-cleanslate
  div[role="button"],
.dynamic-checkout__button--styled
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  padding: 15px 16px !important;
  opacity: 1;
}
.product-page-info__price.text-center.text-md-left.mb-25 {
  display: none !important;
  gap: 6px !important;
}
.product-page-info__field.product-page-info__quantity {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  display: flex;
  align-items: baseline;
  gap: 0;
}
.product-page-info__title.mb-15.text-center.text-md-left.new-p-title {
  margin-bottom: 1% !important;
}
#option-color label span {
  font-size: 14px !important;
}
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:first-child {
  font-size: 18px !important;
}
div#option-color {
  margin-bottom: 1%;
}
.bb {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.product-page-info__button-add-to-cart.mb-10 {
  margin-top: 15px;
}
.p_title {
  flex: 0 0 70%;
  text-align: left;
}
.p_title .product-page p.taxes {
  font-size: 12px;
  text-align: right;
  display: block !important;
}
.p_title h6.variant-sku {
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  line-height: 100%;
  margin: 5px 0 0 !important;
}
.p_title .product-sku,
a.header__btn-cart.position-relative.d-flex.align-items-center.text-nowrap.js-popup-button {
  margin-bottom: 5px !important;
}
.p-price span.prs {
  font-size: 30px !important;
  padding-top: 7px;
}
.p_title .jdgm-prev-badge {
  display: flex !important;
  gap: 5px;
  font-size: 12px;
}
.p-price .product-page-info__price.text-center.text-md-left.mb-25 {
  display: flex !important;
  flex-direction: column;
  align-items: end !important;
}
.p-price {
  flex: 0 0 30%;
}
.p_title_box {
  display: flex;
  justify-content: space-between;
}
.p-price .product-page-info__price.text-center.text-md-left.mb-25 {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.product-page
  button.btn.btn--full.btn--status.js-product-button-add-to-cart
  span
  span {
  font-family: var(--body_font);
  font-family: var(--body_font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
}
.product-page button.btn.btn--full.btn--status.js-product-button-add-to-cart {
  border: 1px solid #3a3844;
  border-radius: 6px;
  background: #3a3844;
  padding: 11px 0;
}
.product-page .product-page-info form .pb-15 > .d-flex:first-child {
  flex-direction: row;
}
.bb div {
  flex: 0 0 100% !important;
  margin: 0 !important;
}
.d-flex.oty-btn {
  align-items: center;
}
.p_desc p,
.p_desc table {
  font-size: 14px !important;
  font-weight: 100 !important;
  font-family: unset !important;
  text-align: left !important;
  line-height: 24px !important;
}
.p_desc span {
  font-family: unset;
}
.product-page span.price.price--sale {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 786px) {
  .p_title h6.variant-sku {
    font-size: 12px;
    margin: 3px 0 0 !important;
  }
  .homepage-featured-banner-section .banner-slider-subheading {
    font-style: var(--button-font) !important;
  }
  .categories-wrap-head > a,
  button.category-head.secondary-button {
    font-family: var(--button-font) !important;
  }
  .mf5.mf2 a {
    font-size: 0.7rem !important;
    padding-left: 5px;
    line-height: 9px !important;
  }
  .section-padding-right {
    padding: 20px 20px 0 !important;
  }
  .section-padding-left {
    padding: 0 20px !important;
  }
  .home-carousal .carousal-main-heading {
    font-size: 24px !important;
  }
  .home-carousal .carousal-image-wrap {
    flex: 0 0 calc(65% - 10px);
    max-width: calc(65% - 10px);
    padding-bottom: 57%;
  }
  .product-page .product-page-info form .pb-15 > .d-flex:first-child {
    flex-direction: column;
  }
  .d-flex.oty-btn {
    display: flex !important;
    justify-content: flex-start;
    align-items: start;
  }
  .p-price span.prs {
    font-size: 23px !important;
  }
  span.price.price--sale > span:nth-child(2) {
    font-family: var(--body_font);
    font-style: var(--body_font_bold);
    font-size: 25px !important;
    line-height: 28px;
    color: #333;
    font-weight: 500;
  }
  .product-page-info__field.product-page-info__quantity {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
  }
}
.product-page
  .product-options.product-options--type-page.js-product-options
  #option-Size
  label
  > span:nth-child(2) {
  font-size: 14px !important;
  letter-spacing: 1px;
}
.product-page .product-page-info form .pb-15 > .d-flex:first-child {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.p_title_box p.taxes {
  display: flex;
  justify-content: end;
  padding-top: 8px;
  margin-bottom: 0px;
}
.alt-payment-container-product {
  display: none;
}
@media (min-width: 450px) and (max-width: 1024px) {
  .logo svg {
    width: 76% !important;
  }
  .header__content .mob-category-nav {
    display: none !important;
    padding: 20px 20px 0 !important;
  }
  .header--sticky-type-slim .header__content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .header__line-bottom.header__line--colorize-2.position-relative.d-lg-flex.py-lg-6,
  .section-image-wrap {
    display: none;
  }
  .child {
    width: 400px;
    flex: 0 0 calc(100% / 4 - 10px) !important;
    max-width: calc(100% / 4 - 10px) !important;
    scroll-snap-align: start;
  }
  .buttn p {
    background: #fff;
    padding: 10px 20px;
    width: max-content;
    color: #000;
    border-radius: 50px;
    font-size: 11px !important;
  }
  button.category-head.secondary-button {
    font-size: 14px !important;
    padding: 0 8px !important;
  }
  .card-info.card-layout- h5 {
    font-size: 15px;
  }
  .kids_2_img {
    width: 100% !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 25px;
  }
  .kids_long_img {
    width: 100% !important;
    align-items: center !important;
    padding-bottom: 25px;
  }
  .collections .mt-10.mt-lg-25.overflow-hidden .container,
  .kids_box {
    padding: 0;
  }
  .kids_box {
    display: flex;
    column-gap: 25px;
    flex-direction: column !important;
  }
  .shop-by-room-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 120px !important;
  }
  .collections #CollectionProducts .col-6.col-sm-6.col-md-4.col-lg-4.col-xl-4 {
    flex: 0 0 auto;
    width: 33% !important;
    padding: 0;
  }
  .product-page .container {
    padding: 0 10px !important;
    margin: 0 auto !important;
  }
  carousel-products.d-block .container {
    padding: 0 10px !important;
    margin: 0 auto;
  }
}
div#option-Size,
div#option-size {
  margin: 40px 0;
}
#option-Size .product-options__value {
  margin-bottom: 0;
}
.footer_container ol li,
ol:not(.list-unstyled):not([list-unstyled]) li {
  padding-left: 0 !important;
  font-size: 16px !important;
  padding-bottom: 10px !important;
}
.rte a {
  color: #0a58ca !important;
}
.footer_container {
  background-color: #f2efe4;
  padding: 50px;
}
.footer_container table {
  border-collapse: collapse;
  width: auto;
}
.footer_container table th {
  background-color: #489576;
  text-align: center;
  color: #fff;
  border: 2px solid #000;
}
.footer_container td,
.footer_container tr {
  height: 39.1875px;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #000;
  padding: 10px;
  width: 25vw;
}
.footer_container h2 {
  padding: 15px 0 0 !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-bottom: 1em;
}
.footer_container p {
  font-size: 16px !important;
  color: #212529;
}
.footer_container ul {
  list-style: none;
  margin-bottom: 20px;
}
.collection-footer-content .footer_container ul li {
  padding: 5px 0 !important;
  margin-bottom: 0.25em;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px;
}
.footer_container ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  list-style: none;
}
.footer_container b {
  font-weight: bolder;
}
.Developed_by a {
  color: #8686ff;
}
.Developed_by {
  width: 100vw;
  text-align: center;
  padding: 10px;
  border-top: 0.2px solid #7c7c7c;
}
span.jdgm-rev__buyer-badge-wrapper {
  width: 10%;
}
.whatmore-carousel-events div {
  align-items: self-start !important;
}
.whatmore-carousel-events p {
  font-family: Inter-SemiBold !important;
}
.whatmore-events-carousel-landscape {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-card.custom-slider-block {
  flex: 0 0 calc(25.333333333333336% - 13.333333333333334px) !important;
  max-width: calc(25.333333333333336% - 13.333333333333334px) !important;
}
.price-wrap {
  background: #ffcf06;
  border: 0 !important;
}
.card {
  border: 0;
  background-color: #f1f6ff;
  box-shadow: 0 4px 4px rgba(190, 189, 189, 0.25);
  border-radius: 0;
  box-shadow: 0 0 0 !important;
}
button.category-head.secondary-button {
  position: relative;
  color: #2c2c2c !important;
  padding-bottom: 0 !important;
  text-transform: uppercase;
}
.slid {
  padding-left: 70px;
}
div#insta-feed img {
  padding: 10px;
  border-radius: 2rem;
}
div#insta-feed {
  padding: 0 70px;
  margin-bottom: 4rem;
}
@media (max-width: 786px) {
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:first-child {
    font-size: 11px !important;
    text-transform: capitalize;
  }
  .product-page
    .product-options.product-options--type-page.js-product-options
    #option-Size
    label
    > span:nth-child(2) {
    font-size: 11px !important;
    letter-spacing: 1px;
  }
  .product-page-info__price.text-center.text-md-left.mb-25 {
    gap: 0 !important;
  }
  .footer_container {
    background-color: #f2efe4;
    padding: 15px;
  }
  head.secondary-button {
    padding-bottom: 10px;
    font-size: 8px !important;
  }
  button.category-head.secondary-button {
    text-align: center !important;
  }
  .product-gallery__fullscreen .product-gallery__blockratio_content .rimage {
    position: absolute;
    left: -50%;
    top: -60%;
  }
}
button.apply-filters-btn {
  background: #0c0c0c;
  flex: 0 0 calc(100% / 2 - 10px / 2);
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Satoshi-Bold";
}

@media (max-width: 500px) {
  div#insta-feed img {
    padding: 0;
    border-radius: 0;
  }
  div#insta-feed {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
  .header__sidebar.d-flex.align-items-center.ml-auto.x .ml-25 {
    margin-left: 10px !important;
  }
}
.product-options__value.disabled-hidden span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8080808f;
}
.product-options__value.disabled-hidden span:before,
.product-options__value.disabled-hidden span:after {
  background-color: dimgray;
}
.collections .product-options__section.d-flex.flex-wrap {
  display: flex !important;
}
div#option-STYLE\ \&\ QUANTITY {
  display: none;
}
div#option-Style\ \&\ Quantity {
  display: none;
}
div#option-Size\ \&\ Quantity {
  display: none;
}
div#option-Size\ Quantity {
  display: none;
}
div#option-SIZE\ \&\ QUANTITY {
  display: none;
}
div#option-Style\ \&\ Quantity\ {
  display: none;
}
.collections__body div#option-Content {
  display: none;
}
.collections__body div#option-Colors {
  display: none;
}
.vmore_btn {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-decoration: underline !important; */
}
.vmore_btn button {
  border: 2px solid #ffcf06;
  font-size: 15px;
  padding: 9px 44px;
  border-radius: 50px;
  /* border: 0; */
  background: white;
}
.footer_container {
  background-color: #ececec !important;
}
table.a-normal.a-spacing-none.a-spacing-top-base {
  width: unset !important;
}
@media (min-width: 1025px) {
  .menu__panel > .menu__item {
    padding: 12px 10px 14px;
  }
}
@media (min-width: 768px) {
  .menu__panel.menu__list .parent_menu_item:hover .parent_link > span {
    font-weight: 600;
    border-bottom: 2px solid #fdd105;
  }
}
@media (max-width: 768px) {
  .level-1.nested-item .level.hide {
    visibility: visible;
  }
}

.sticky_buttons #add-to-bag .js-product-button-add-to-cart {
  display: none;
}

/* yt cart drawer css  */
div:has(> .yt-cart-title-container) {
  background-color: #0c0c0c;
  margin: 0 !important;
  padding: 10px 16px !important;
  color: #fff;
}
.yt-cart-title-container {
  background-color: #0c0c0c;
  margin: 0 !important;
  padding: 1rem 1rem 0.5rem !important;
  color: #fff;
}
div:has(> .yt-cart-title-container) span {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
span.yt-cart-title-container {
  padding: 0 !important;
}
div:has(> .yt-cart-title-container) .eIGiAN {
  display: none !important;
}
div:has(> .yt-cart-title-container) .close-button {
  background-color: transparent !important;
}
div:has(> .yt-cart-title-container) .close-button svg {
  fill: #fff !important;
}
.ftTYta {
  display: none !important;
}
.yt-cart-top-bar {
  display: block !important;
  margin-top: 0 !important;
  color: #0c0c0c !important;
  background-color: #ffcf06 !important;
  font-size: 12px !important;
  line-height: 140%;
  font-family: var(--satoshi-bold) !important;
}
.yt-cart-progress-bar-wrapper {
  margin: 16px !important;
  background-color: #f3f3f5;
  padding-bottom: 28px;
  border-radius: 4px;
}
.dcnVfX,
.jcnpWK {
  height: 6px !important;
  border: 0px solid #e5e5e5 !important;
  background: #e6e6e6 !important;
}
.dcnVfX:before {
    background-color: #FFCF06 !important;
}