.template-index #main {
  overflow: hidden;
}

#shopify-section-announcement-bar .announcement-bar {
  padding-top: 8px;
  padding-bottom: 10px;
}

@media screen and (max-width: 999px) {
  #shopify-section-announcement-bar .announcement-bar {
    padding: 5px 20px;
  }
}

#shopify-section-announcement-bar .announcement-bar__message {
  min-width: 570px;
  padding: 0;
}

@media screen and (max-width: 999px) {
  #shopify-section-announcement-bar .announcement-bar__message {
    min-width: auto;
  }
}

#shopify-section-announcement-bar .announcement-bar__message p {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  #shopify-section-announcement-bar .announcement-bar__message p {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}

#shopify-section-header {
  min-height: 148.14px;
}

@media screen and (max-width: 999px) {
  #shopify-section-header {
    min-height: 75.11px;
  }
}

#shopify-section-header .header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#shopify-section-header .header__logo-image {
  max-width: 204px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 999px) {
  #shopify-section-header .header__logo-image {
    max-width: 152px !important;
  }
}

#shopify-section-header .header__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 0;
}

@media screen and (max-width: 999px) {
  #shopify-section-header .header__wrapper {
    padding: 15px 0 17px;
  }
}

#shopify-section-header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shopify-section-header .header__icon-list {
  gap: 25px;
  padding-left: 30px;
  margin-left: 31px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__icon-list {
    gap: 10px;
    padding-left: 15px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-list {
    gap: unset;
    padding: 0;
    margin: 0;
  }
}

#shopify-section-header .header__icon-list:before {
  position: absolute;
  content: '';
  background-color: #EBE2DB;
  width: 1px;
  height: 33px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-list:before {
    display: none;
  }
}

#shopify-section-header .header__icon-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-wrapper--account {
    display: none !important;
  }
}

#shopify-section-header .header__icon-wrapper .c-icon-header {
  line-height: 1;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #FEF5E6;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-wrapper .c-icon-header {
    width: auto;
    height: auto;
    background-color: transparent;
    line-height: unset;
  }
}

#shopify-section-header .header__icon-wrapper .c-icon-header svg {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-wrapper .c-icon-header svg {
    top: auto;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
  }
  #shopify-section-header .header__icon-wrapper .c-icon-header svg g {
    opacity: 1;
  }
}

#shopify-section-header .header__icon-wrapper:not([aria-controls="newsletter-popup"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-wrapper:not([aria-controls="newsletter-popup"]) {
    display: block;
    text-align: center;
  }
  #shopify-section-header .header__icon-wrapper:not([aria-controls="newsletter-popup"]) svg line {
    stroke: #554338;
  }
  #shopify-section-header .header__icon-wrapper:not([aria-controls="newsletter-popup"]) .hamburger-menu {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -0.86px;
    line-height: 1.5;
    margin-top: -3px;
  }
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-wrapper[aria-controls="mini-cart"] {
    padding-left: 16px;
  }
}

@media screen and (max-width: 999px) {
  #shopify-section-header .header__icon-wrapper[aria-controls="mini-cart"] {
    padding-left: 22px;
  }
}

#shopify-section-header .header__icon-customer, #shopify-section-header .header__icon-cart {
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (max-width: 1280px) {
  #shopify-section-header .header__icon-customer, #shopify-section-header .header__icon-cart{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  #shopify-section-header .header__icon-customer, #shopify-section-header .header__icon-cart {
    padding: 0;
    letter-spacing: -0.86px;
    line-height: 1.5;
    margin-top: -5px;
  }
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__search-bar {
    display: none;
  }
}

#shopify-section-header .header .predictive-search__form {
  position: relative;
}

#shopify-section-header .header .predictive-search__form svg {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header .predictive-search__form svg {
    right: 9px;
  }
}

#shopify-section-header .header .predictive-search__input {
  min-width: auto;
  border: solid 1px #EBE2DB;
  border-radius: 6px;
  width: 279px;
  height: 45px;
  padding: 0 60px 0 22px;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 45px;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header .predictive-search__input {
    width: 200px;
    padding: 0 40px 0 10px;
  }
}

#shopify-section-header .header .predictive-search__input::-webkit-input-placeholder {
  opacity: .4;
}

#shopify-section-header .header .predictive-search__input:-ms-input-placeholder {
  opacity: .4;
}

#shopify-section-header .header .predictive-search__input::-ms-input-placeholder {
  opacity: .4;
}

#shopify-section-header .header .predictive-search__input::placeholder {
  opacity: .4;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__bottom {
    padding-left: 14px;
  }
}

#shopify-section-header .header__bottom-navigation {
  border: none;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__bottom-navigation {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  #shopify-section-header .header__bottom-navigation {
    display: none;
  }
}

#shopify-section-header .header__bottom-navigation .header__linklist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#shopify-section-header .header__bottom-navigation .header__linklist-link {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__bottom-navigation .header__linklist-link {
    font-size: 1.6rem;
  }
}

#shopify-section-header .header__bottom-navigation .header__linklist-item:not(:last-child) {
  margin-right: 49px;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__bottom-navigation .header__linklist-item:not(:last-child) {
    margin-right: 20px;
  }
}

#shopify-section-header .header__bottom-navigation .menu-drawer-text {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  padding-right: 15px;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__bottom-navigation .menu-drawer-text {
    padding-right: 5px;
    font-size: 1.6rem;
  }
}

#shopify-section-header .header__bottom.sp {
  padding-left: 14px;
}

#shopify-section-header .header__headerBarLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__headerBarLink {
    padding-left: 20px;
  }
}

#shopify-section-header .header__headerBarLink--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.8px;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}

#shopify-section-header .header__headerBarLink--link img {
  height: 28px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 11px;
}

#shopify-section-header .header__headerBarLink--linkFAQ {
  padding-left: 27.5px;
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .header__headerBarLink--linkFAQ {
    padding-left: 12.5px;
  }
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__headerBarLink {
    display: none;
  }
}

#shopify-section-header .header__cart-count {
  width: 27px;
  height: 27px;
  background-color: #F5A000;
  top: -5px;
}

@media screen and (max-width: 999px) {
  #shopify-section-header .header__cart-count {
    width: 24px;
    height: 24px;
    top: -12px;
    right: -10px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
  }
}

#shopify-section-header .header__linklist .mega-menu__inner {
  padding-bottom: 43px;
}

#shopify-section-header .header__linklist .mega-menu__columns-wrapper {
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#shopify-section-header .header__linklist .mega-menu__column {
  margin: 0;
  width: 20%;
  padding-bottom: 24px;
}

#shopify-section-header .header__linklist .mega-menu__title {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-style: normal;
}

#shopify-section-header .header__linklist .mega-menu--contact .mega-menu__inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1025px;
  margin: 0 auto;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: unset;
  padding-left: 128px;
  padding-right: 127px;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerLeft {
  width: 50%;
  padding-right: 37px;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRight {
  padding-left: 20px;
  width: 50%;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightContent {
  background-color: #FEF5E6;
  border-radius: 10px;
  padding: 46px 51px;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightImage {
  width: 74px;
  height: 74px;
  line-height: 1;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightText {
  padding-left: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightSub {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  font-style: normal;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightPrimary {
  font-size: 4.9rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerRightNote {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-style: normal;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerItem:first-child {
  border-top: solid 1px #EBE2DB;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerLink {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 115px;
  border-bottom: solid 1px #EBE2DB;
  display: block;
  width: 100%;
  position: relative;
}

#shopify-section-header .header__linklist-item #desktop-menu-6 .mega-menu__innerLink:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/arrow-contact.png?v=1655373470) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .header__search-drawer svg {
    width: 20px;
    height: 20px;
  }
  #shopify-section-header .header__search-drawer--text {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 5px;
  }
}

#shopify-section-header .u-sticky > .container {
  padding: 0;
}

#shopify-section-header .u-sticky .header__bottom-navigation {
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 50px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 1280px) {
  #shopify-section-header .u-sticky .header__bottom-navigation {
    padding: 24px 20px;
  }
}

#shopify-section-header .u-sticky .header__wrapper {
  display: none;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .u-sticky .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13.5px 20px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

#shopify-section-header .u-sticky-down .header__bottom-navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (max-width: 1023px) {
  #shopify-section-header .u-sticky-down .header__wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer.drawer {
    width: 320px;
  }
}

#mobile-menu-drawer .drawer__header {
  padding: 17px 30px;
  background-color: #FEF5E6;
  border-bottom: solid 1px #E6E3D9;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__header {
    padding: 16px 20px;
    padding-left: 30px;
  }
}

#mobile-menu-drawer .drawer__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-menu-drawer .drawer__close-button--text {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__close-button--text {
    letter-spacing: -1.6px;
  }
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__close-button svg {
    width: 42px;
    height: 42px;
    position: relative;
    top: 1px;
  }
}

#mobile-menu-drawer .drawer__account {
  padding: 37px 30px 40px;
  border-bottom: solid 1px #E6E3D9;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__account {
    padding: 30px 30px 20px;
    border-bottom: none;
  }
}

#mobile-menu-drawer .drawer__accountButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #F5A000;
  border-radius: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  line-height: 66px;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__accountButton {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

#mobile-menu-drawer .drawer__accountButton svg {
  width: 21px;
  height: 24px;
}

#mobile-menu-drawer .drawer__accountButton--text {
  padding-left: 16px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__accountButton--text {
    padding-left: 13px;
  }
}

#mobile-menu-drawer .drawer__policy {
  display: none;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__policy {
    border-bottom: solid 1px #E6E3D9;
    padding: 0 30px;
    padding-bottom: 41px;
    display: block;
  }
  #mobile-menu-drawer .drawer__policyMain {
    background-color: #FEF5E6;
    border: solid 1px #E6E3D9;
    border-radius: 10px;
  }
  #mobile-menu-drawer .drawer__policyLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mobile-menu-drawer .drawer__policyLink--Guide {
    padding-left: 25px;
    border-bottom: solid 1px #E6E3D9;
  }
  #mobile-menu-drawer .drawer__policyLink--Guide img {
    width: 18px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mobile-menu-drawer .drawer__policyLink--FAQ {
    padding-left: 21px;
  }
  #mobile-menu-drawer .drawer__policyLink--FAQ img {
    width: 27px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mobile-menu-drawer .drawer__policyLink span {
    padding-left: 19px;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

#mobile-menu-drawer .drawer__content {
  padding: 0;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav {
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 18px !important;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__item {
  padding: 0 30px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__item {
    padding: 0 20px;
    padding-left: 30px;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"] {
  padding-bottom: 5px;
}

#mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"]:not(:last-child) {
  border-bottom: 1px solid #E6E3D9;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"]:last-child {
    border-bottom: 1px solid #E6E3D9 !important;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"] > .mobile-nav__link {
  font-size: 1.8rem;
  letter-spacing: 3.9px;
  line-height: 1.5;
  font-weight: 700;
  padding: 24px 0 21px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"] > .mobile-nav__link {
    padding: 20px 0 15px;
  }
  #mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="1"] > .mobile-nav__link + .collapsible > .mobile-nav {
    padding-left: 0;
    margin-left: 10px;
    margin-bottom: 18px !important;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="2"] {
  padding: 0 14px;
  margin-bottom: 11px;
}

@media screen and (max-width: 999px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="2"] {
    margin-bottom: 9px;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="2"] > .mobile-nav__link {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__item[data-level="2"] > .mobile-nav__link {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus {
  left: -3px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus {
    left: -15px;
  }
}

#mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus:before {
  width: 18px;
}

#mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus:after {
  height: 18px;
}

#mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus:before, #mobile-menu-drawer .drawer__content .mobile-nav__link .animated-plus:after {
  background-color: #EAA239;
}

#mobile-menu-drawer .drawer__content--extra {
  margin: 41px 0 63px;
  padding: 0 30px;
  padding-left: 42px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__content--extra {
    padding: 0 35px;
    margin: 48px 0 63px;
  }
}

#mobile-menu-drawer .drawer__contentRightContent {
  padding-bottom: 57px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightContent {
    padding-bottom: 40px;
  }
}

#mobile-menu-drawer .drawer__contentRightTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#mobile-menu-drawer .drawer__contentRightImage {
  width: 58px;
  height: 58px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightImage {
    width: 100%;
    height: 66px;
    margin-bottom: 12px;
  }
}

#mobile-menu-drawer .drawer__contentRightText {
  padding-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightText {
    padding-left: 1px;
    margin-bottom: 19.5px;
  }
}

#mobile-menu-drawer .drawer__contentRightSub {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 21px;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  font-style: normal;
}

#mobile-menu-drawer .drawer__contentRightPrimary {
  font-size: 4.1rem;
  letter-spacing: 0;
  line-height: 41px;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}

#mobile-menu-drawer .drawer__contentRightNote {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightNote {
    letter-spacing: .1px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentRightLink {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 64px;
    background-color: #FFF;
    border: solid 1px #E6E3D9;
    border-radius: 60px;
  }
  #mobile-menu-drawer .drawer__contentRightLink img {
    width: 37.52px;
    height: 37.52px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mobile-menu-drawer .drawer__contentRightLink span {
    padding-left: 25px;
    position: relative;
    left: -19px;
  }
}

@media screen and (max-width: 1023px) {
  #mobile-menu-drawer .drawer__contentSocial {
    margin: 0 -5px;
  }
  #mobile-menu-drawer .drawer__contentSocial img {
    width: 45px;
    height: 45px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
}

@media screen and (max-width: 1023px) {
  .social-media {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 1000px) {
  .social-media__link {
    height: 50px;
    width: 50px;
  }
}

.social-media__item {
  padding: 0 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-media__item:before {
  display: none;
}

.social-media__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media print, screen and (min-width: 1000px) {
  .social-media__item img {
    height: 50px;
  }
}

.shopify-section--custom-slideshow {
  position: relative;
}

.shopify-section--custom-slideshow:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/bg-ovan-large.png?v=1655696361) no-repeat center;
  background-size: contain;
  width: calc(100% + 190px);
  height: 70%;
  z-index: 0;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-slideshow:before {
    background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/bg-ovan-large-sp.png?v=1655889576) no-repeat center;
    background-size: contain;
    width: 140.53%;
    height: 48.17%;
    bottom: -164px;
  }
}

.c-slideshow {
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 165px;
  position: relative;
  /* slide when not active/center*/
  /* slide when active/center */
}

@media screen and (max-width: 999px) {
  .c-slideshow {
    padding-top: 0;
  }
}

.c-slideshow:before {
  position: absolute;
  content: '';
  background-color: #FEF5E6;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 999px) {
  .c-slideshow:before {
    height: 75.7%;
    bottom: -50px;
  }
}

.c-slideshow .container {
  max-width: 917px;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .c-slideshow .container {
    max-width: 800px;
  }
}

@media screen and (max-width: 999px) {
  .c-slideshow .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.c-slideshow__list {
  padding: 40px 0;
}

@media screen and (max-width: 999px) {
  .c-slideshow__list {
    padding: 0;
  }
}

.c-slideshow .slick-list {
  overflow: visible;
  padding: 0 !important;
  margin: 0 -60px;
}

@media screen and (max-width: 1280px) {
  .c-slideshow .slick-list {
    margin: 0 -50px;
  }
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-list {
    margin: 0 -5px;
  }
}

.c-slideshow__item {
  padding: 0 60px;
}

@media screen and (max-width: 1280px) {
  .c-slideshow__item {
    padding: 0 50px;
  }
}

@media screen and (max-width: 999px) {
  .c-slideshow__item {
    padding: 0 5px;
  }
}

/* @media print, screen and (min-width: 1000px) {
  .c-slideshow .slick-slide, .c-slideshow .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} */

/* .c-slideshow .slick-center,
.c-slideshow .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  -webkit-transition: 1000ms;
  transition: 1000ms;
} */

@media print, screen and (min-width: 1000px) {
  .c-slideshow .slick-slide.zoom-in {
      -webkit-transform: scale(1.1955);
              transform: scale(1.1955);
  }
  .c-slideshow .c-slideshow__item {
    -webkit-transition: 1000ms;
    transition: 1000ms;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media print, screen and (min-width: 1000px) {
  .c-slideshow .slick-center {
    -webkit-transform: scale(1.1955);
            transform: scale(1.1955);
  }
}

.c-slideshow .slick-prev, .c-slideshow .slick-next {
  width: 95px;
  height: 95px;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-prev, .c-slideshow .slick-next {
    width: 54px;
  }
}

.c-slideshow .slick-prev:before, .c-slideshow .slick-next:before {
  display: none;
}

.c-slideshow .slick-prev:after, .c-slideshow .slick-next:after {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-arrow-slide-right.png?v=1655691986) no-repeat center;
  background-size: contain;
  width: 95px;
  height: 95px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-prev:after, .c-slideshow .slick-next:after {
    background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-arrow-slide-right-sp.png?v=1655884338) no-repeat center;
    background-size: contain;
    width: 54px;
  }
}

.c-slideshow .slick-next {
  right: -18%;
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-next {
    right: -34px;
  }
}

.c-slideshow .slick-prev {
  left: -18%;
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-prev {
    left: -34px;
  }
}

.c-slideshow .slick-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-slideshow .slick-dots {
  bottom: -11px;
}

.c-slideshow .slick-dots:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/bg-ovan-small.png?v=1655696361) no-repeat center;
  background-size: contain;
  width: 405px;
  height: 158px;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-dots:before {
    background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/bg-ovan-small-sp.png?v=1655887660) no-repeat center;
    background-size: contain;
    width: 62.133333%;
    height: 90px;
    top: -12px;
  }
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-dots li {
    margin: 0 4px;
  }
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-dots li button {
    padding: 5px 0;
  }
}

.c-slideshow .slick-dots li button:before {
  opacity: 1;
  color: #F4F0E7;
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .c-slideshow .slick-dots li button:before {
    font-size: 8px;
  }
}

.c-slideshow .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #E5A954;
}

.shopify-section--custom-news {
  margin-top: -145px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news {
    margin-top: -170px;
  }
}

.shopify-section--custom-news .c-news__main {
  border: solid 1px #E6E3D9;
  border-radius: 10px;
  padding: 50px 70px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__main {
    display: block;
    padding: 33px 30px 31px;
  }
}

.shopify-section--custom-news .c-news__head {
  padding-right: 66px;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__head {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}

.shopify-section--custom-news .c-news__heading {
  font-size: 2.6rem;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__heading {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
  }
}

.shopify-section--custom-news .c-news__img {
  width: 35px;
  margin: 0 auto;
  margin-bottom: 16.5px;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__img {
    width: 21px;
    margin: 0;
    position: relative;
    left: -17px;
    top: -2px;
  }
  .shopify-section--custom-news .c-news__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.shopify-section--custom-news .c-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shopify-section--custom-news .c-news__list {
  padding-bottom: 4px;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__list {
    padding-bottom: 8px;
  }
}

.shopify-section--custom-news .c-news__link {
  display: block;
}

.shopify-section--custom-news .c-news__link:not(:first-child) .c-news__item {
  padding-top: 22.3px;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__link:not(:first-child) .c-news__item {
    padding-top: 20px;
  }
}

.shopify-section--custom-news .c-news__link:last-child .c-news__item {
  border-bottom: none;
}

.shopify-section--custom-news .c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22.7px;
  border-bottom: solid 1px #E6E3D9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__item {
    padding-bottom: 20px;
  }
}

.shopify-section--custom-news .c-news__itemDate {
  font-size: 1.6rem;
  letter-spacing: 0.48px;
  line-height: 1;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 29px;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__itemDate {
    padding-right: 11px;
  }
}

.shopify-section--custom-news .c-news__itemLabel {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0 14px;
  border-radius: 6px;
  min-width: 140px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__itemLabel {
    line-height: 26px;
    min-width: 132px;
    font-size: 1.3rem;
  }
}

.shopify-section--custom-news .c-news__itemLabelNotice {
  background-color: #FFE2E2;
}

.shopify-section--custom-news .c-news__itemLabelPublic {
  background-color: #DFF7E8;
}

.shopify-section--custom-news .c-news__itemTitle {
  margin-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .shopify-section--custom-news .c-news__itemTitle {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__itemTitle {
    margin-top: 8.5px;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    line-height: 25px;
  }
}

.shopify-section--custom-news .c-news__btn {
  width: 100%;
  text-align: center;
  display: block;
  border: solid 1px #E6E3D9;
  border-radius: 60px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 66px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .shopify-section--custom-news .c-news__btn {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 64px;
    padding-right: 32px;
  }
}

.shopify-section--custom-news .c-news__btn:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/arrow-view-more.png?v=1655780260) no-repeat center;
  background-size: contain;
  width: 46px;
  height: 46px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.shopify-section--featured-collections .container {
  position: relative;
}

.shopify-section--featured-collections .section {
  margin: 67px 0 70px;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section {
    margin: 44.7px 0 48px;
  }
}

.shopify-section--featured-collections .section__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__header {
    margin-bottom: 19px;
  }
}

.shopify-section--featured-collections .section__header .text-container {
  margin-right: 37.5px;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__header .text-container {
    margin: 0;
    margin-bottom: 20px;
  }
}

.shopify-section--featured-collections .section__header .tabs-nav {
  margin: 0;
  position: relative;
  top: -9px;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__header .tabs-nav {
    top: -1px;
  }
}

.shopify-section--featured-collections .section__header .tabs-nav__scroller {
  overflow: visible;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__header .tabs-nav__scroller-inner {
    padding-left: 0;
  }
}

.shopify-section--featured-collections .section__header .tabs-nav__item {
  padding: 0;
  opacity: 1;
  min-width: 160px;
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 38px;
  border-radius: 60px;
  text-align: center;
  margin-right: 7px;
  position: relative;
}

.shopify-section--featured-collections .section__header .tabs-nav__item:first-child {
  border: solid 1px #E08D8D;
  background-color: #FFF;
  color: #E08D8D;
}

.shopify-section--featured-collections .section__header .tabs-nav__item:first-child[aria-expanded="true"] {
  background-color: #E08D8D;
  color: #FFF;
}

.shopify-section--featured-collections .section__header .tabs-nav__item:first-child[aria-expanded="true"]:before {
  position: absolute;
  content: '';
  background-color: #e08d8d;
  width: 18px;
  height: 18px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

.shopify-section--featured-collections .section__header .tabs-nav__item:last-child {
  border: solid 1px #6F87C9;
  background-color: #FFF;
  color: #6F87C9;
}

.shopify-section--featured-collections .section__header .tabs-nav__item:last-child[aria-expanded="true"] {
  background-color: #6F87C9;
  color: #FFF;
}

.shopify-section--featured-collections .section__header .tabs-nav__item:last-child[aria-expanded="true"]:before {
  position: absolute;
  content: '';
  background-color: #6F87C9;
  width: 18px;
  height: 18px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

.shopify-section--featured-collections .section__header .tabs-nav__item span {
  position: relative;
}

.shopify-section--featured-collections .section__header .tabs-nav__item-list {
  gap: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__header .tabs-nav__item-list {
    margin-left: 4px;
  }
}

.shopify-section--featured-collections .section__header .tabs-nav__position {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .shopify-section--featured-collections .section__footer {
    position: absolute;
    top: -68px;
    right: 0;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section__footer svg {
    width: 46px;
    height: 46px;
    right: 9px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.shopify-section--featured-collections .section.c-show-ranking {
  margin: 59px 0 91px;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .section.c-show-ranking {
    margin: 41px 0 60px;
  }
  .shopify-section--featured-collections .section.c-show-ranking .text-container {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-item {
    margin-bottom: 25px;
  }
}

.shopify-section--featured-collections .product-item__ranking {
  position: absolute;
  width: 58px;
  height: 36px;
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.6px;
  line-height: 36px;
  font-family: acumin-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-item__ranking {
    width: 44px;
    height: 28px;
    line-height: 28px;
    font-size: 1.5rem;
    letter-spacing: 0.45px;
  }
}

.shopify-section--featured-collections .product-item__ranking:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-ranking-04.png?v=1655795742) no-repeat center;
  background-size: contain;
  width: 58px;
  height: 36px;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-item__ranking:before {
    width: 44px;
    height: 28px;
  }
}

.shopify-section--featured-collections .product-item__ranking--1 {
  color: #FFF;
}

.shopify-section--featured-collections .product-item__ranking--1:before {
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-ranking-01.png?v=1655795742) no-repeat center;
  background-size: contain;
}

.shopify-section--featured-collections .product-item__ranking--2 {
  color: #FFF;
}

.shopify-section--featured-collections .product-item__ranking--2:before {
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-ranking-02.png?v=1655795742) no-repeat center;
  background-size: contain;
}

.shopify-section--featured-collections .product-item__ranking--3 {
  color: #FFF;
}

.shopify-section--featured-collections .product-item__ranking--3:before {
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-ranking-03.png?v=1655795742) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-item__aspect-ratio {
    padding-bottom: 100% !important;
    --aspect-ratio: 1 !important;
    border-radius: 10px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-item__label-lists label {
    min-width: 68px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--featured-collections .product-list__inner {
    margin: 0 -7px;
  }
}

.template-index .article-item {
  background: #fff;
}

@media screen and (max-width: 999px) {
  .template-index .article-item__image-container {
    padding-bottom: 67.164179%;
  }
}

.template-index .shopify-section--blog-posts .section {
  margin: 0;
}

@media screen and (max-width: 999px) {
  .template-index .shopify-section--blog-posts .section__header {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 999px) {
  .template-index .shopify-section--blog-posts .section__footer a {
    background: #fff;
  }
  .template-index .shopify-section--blog-posts .section__footer svg {
    width: 46px;
    height: 46px;
    right: 9px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.template-index .shopify-section--blog-posts .vertical-breather {
  padding: 62px 0 70px;
}

@media screen and (max-width: 999px) {
  .template-index .shopify-section--blog-posts .vertical-breather {
    padding: 41px 0 50px;
  }
}
@media screen and (min-width: 741px) and (max-width: 999px){
  .template-index .shopify-section--blog-posts .section__footer {
    margin-top: 30px;
  }
}
.c-image-section__gallery {
  white-space: nowrap;
}

.c-image-section__gallery li {
  display: inline-block;
  position: relative;
}

.c-image-section__gallery li:first-child {
  width: 24.375%;
  left: -50px;
}

@media screen and (max-width: 999px) {
  .c-image-section__gallery li:first-child {
    width: 104%;
    left: auto;
    margin-left: -276px;
  }
}

.c-image-section__gallery li:nth-child(2) {
  width: 24.375%;
  left: -20px;
}

@media screen and (max-width: 999px) {
  .c-image-section__gallery li:nth-child(2) {
    width: 104%;
    left: auto;
    right: -15px;
  }
}

.c-image-section__gallery li:last-child {
  width: calc(51.8125% + 10px);
  margin-left: 11px;
}

@media screen and (max-width: 999px) {
  .c-image-section__gallery li:last-child {
    width: 119%;
    display: block;
    margin-left: -36px;
    margin-top: 11px;
  }
}

.c-image-section__gallery li:last-child img {
  display: block;
}

.c-image-section__gallery li img {
  vertical-align: middle;
}

.c-about-section {
  padding: 55px 0 0;
}

@media screen and (max-width: 999px) {
  .c-about-section {
    padding-top: 36px;
    padding-bottom: 90px;
  }
}

.c-about-section__main {
  position: relative;
}

.c-about-section__main:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/about-text-banner.png?v=1655803586) no-repeat center;
  background-size: contain;
  width: 642px;
  height: 112px;
  right: 100px;
  top: -4px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 999px) {
  .c-about-section__main:before {
    width: 98.5%;
    height: 59px;
    right: -23px;
    top: auto;
    bottom: -79px;
  }
}

.c-about-section__heading {
  font-size: 3.6rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 23.7px;
}

@media screen and (max-width: 999px) {
  .c-about-section__heading {
    font-size: 2.8rem;
    letter-spacing: 1.4px;
    line-height: 1.5;
    margin-bottom: 13px;
  }
}

.c-about-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .c-about-section__content {
    display: block;
  }
}

.c-about-section__info {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .c-about-section__info {
    letter-spacing: 0;
    line-height: 34px;
  }
}

.c-about-section__btn {
  width: 290px;
  text-align: center;
  display: block;
  line-height: 66px;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #FFF;
  background-color: #675743;
  border-radius: 60px;
  position: relative;
  margin-top: 3px;
}

@media screen and (max-width: 999px) {
  .c-about-section__btn {
    width: 230px;
    padding-right: 26px;
    margin-top: 28px;
  }
}

.c-about-section__btn:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/arrow-about.png?v=1655803151) no-repeat center;
  background-size: contain;
  width: 46px;
  height: 46px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#shopify-section-custom-banner-section {
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  #shopify-section-custom-banner-section {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.c-banner-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media screen and (max-width: 999px) {
  .c-banner-section__list {
    display: block;
    margin: 0;
  }
}

.c-banner-section__item {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 999px) {
  .c-banner-section__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.c-banner-section__link {
  display: block;
  line-height: 1;
  position: relative;
  padding-bottom: 59.016393%;
}

@media screen and (max-width: 999px) {
  .c-banner-section__link {
    padding-bottom: 58.208955%;
  }
}

.c-banner-section__link img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.shopify-section--text-with-icons {
  position: relative;
}

.shopify-section--text-with-icons:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #FEF4E3;
  z-index: 0;
}

@media screen and (max-width: 999px) {
  .shopify-section--text-with-icons:before {
    height: 85%;
  }
}

.shopify-section--text-with-icons .section {
  margin-bottom: 0;
}

.text-with-icons {
  padding: 39px 59px;
  border: solid 5px #FAEBD2;
  border-radius: 110px;
  position: relative;
  background-color: #FFF;
}

@media screen and (max-width: 999px) {
  .text-with-icons {
    padding-top: 38px;
    padding-left: 32px;
    padding-right: 36px;
    padding-bottom: 15px;
    border-radius: 40px;
  }
}

.text-with-icons:before {
  position: absolute;
  content: '';
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: solid 1px #EBE2DB;
  border-radius: 100px;
  left: 6px;
  top: 6px;
  pointer-events: none;
}

@media screen and (max-width: 999px) {
  .text-with-icons:before {
    border-radius: 34px;
  }
}

.text-with-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: unset;
  margin: 0 -15px;
}

@media screen and (max-width: 1280px) {
  .text-with-icons__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 999px) {
  .text-with-icons__list {
    display: block;
    margin: 0;
  }
}

.text-with-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 1280px) {
  .text-with-icons__item {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  .text-with-icons__item {
    width: 100%;
    padding: 0;
  }
  .text-with-icons__item:last-child p.heading {
    line-height: 28px;
    margin-bottom: 3px;
  }
}

.text-with-icons__icon-wrapper {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .text-with-icons__icon-wrapper {
    margin-top: 3px;
  }
}

.text-with-icons__content-wrapper {
  text-align: left;
  padding-left: 21px;
}

@media screen and (max-width: 999px) {
  .text-with-icons__content-wrapper {
    padding-left: 18px;
  }
}

.text-with-icons__content-wrapper p {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0 !important;
}

.text-with-icons__content-wrapper p.heading {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 7px;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .text-with-icons__content-wrapper p.heading {
    margin-bottom: 1px;
    position: relative;
    top: -2px;
  }
}

.text-with-icons__dots {
  display: none;
}

.footer {
  padding: 42px 0 40px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 43px 0 35px;
  }
}

.footer__newsletterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 1023px) {
  .footer__newsletterBox {
    display: block;
    margin-bottom: 50px;
  }
}

.footer__newsletterHead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 39px;
}

@media screen and (max-width: 1023px) {
  .footer__newsletterHead {
    padding: 0;
  }
}

.footer__newsletterHeading {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 68px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .footer__newsletterHeading {
    text-align: center;
    padding-left: 45px;
    margin-bottom: 11px;
  }
}

.footer__newsletterHeading:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-newsletter.png?v=1655866116) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 21px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  .footer__newsletterHeading:before {
    left: calc(50% - 130px);
  }
}

.footer__newsletterInfo {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .footer__newsletterInfo {
    line-height: 26px;
  }
}

.footer__newsletterContent {
  width: 485px;
}

@media screen and (max-width: 1023px) {
  .footer__newsletterContent {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .footer__newsletter-form {
    margin-top: 19px;
  }
}

.footer__newsletter-form input[type="email"] {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  background-color: #FFF;
  border: solid 1px #E3D8C5;
  border-radius: 100px;
  padding: 0 30px;
  padding-right: 110px;
  color: #554338;
  line-height: 58px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .footer__newsletter-form input[type="email"] {
    padding-right: 105px;
    letter-spacing: -1.2px;
  }
}

.footer__newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #554338;
  opacity: 0.5;
}

.footer__newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #554338;
  opacity: 0.5;
}

.footer__newsletter-form input[type="email"]::-ms-input-placeholder {
  color: #554338;
  opacity: 0.5;
}

.footer__newsletter-form input[type="email"]::placeholder {
  color: #554338;
  opacity: 0.5;
}

.footer__newsletter-form label {
  display: none;
}

.footer__newsletter-form button[type="submit"] {
  width: 89px;
  line-height: 45px;
  color: #FFF;
  background-color: #F5A000;
  text-align: center;
  border-radius: 100px;
  right: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
}

.footer__item {
  max-width: unset;
}

@media screen and (max-width: 1023px) {
  .footer__itemInfo {
    margin-top: 44.5px;
  }
}

.footer__item--extraContent {
  width: 382px;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraContent {
    max-width: 100%;
    width: 100%;
    padding-bottom: 49.4px;
    position: relative;
  }
  .footer__item--extraContent:after {
    position: absolute;
    content: '';
    background-color: #E3D8C5;
    width: calc(100% + 60px);
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.footer__item--extraTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraTop {
    display: block;
    margin-bottom: 16px;
  }
}

.footer__item--extraButton.tbp {
  width: 89%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
}

.footer__item--extraButton--link {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 64px;
  background-color: #FFF;
  border-radius: 60px;
  border: solid 1px #EBE2DB;
  padding-left: 20px;
  position: relative;
  text-align: center;
}

.footer__item--extraButton--link:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-phone-2.png?v=1655446120) no-repeat center;
  background-size: contain;
  width: 38px;
  height: 38px;
  top: 50%;
  left: calc(50% - 52px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__item--extraImage {
  width: 74px;
  height: 74px;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraImage {
    display: none;
  }
}

.footer__item--extraText {
  padding-left: 20px;
}

.footer__item--extraSub {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraSub {
    letter-spacing: 1.5px;
  }
}

.footer__item--extraPrimary {
  font-size: 4.9rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraPrimary {
    line-height: 0.959;
  }
}

.footer__item--extraNote {
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .footer__item--extraNote {
    padding: 0 20px;
  }
}

.footer__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: unset;
  grid-auto-flow: unset;
  -ms-grid-columns: unset;
      grid-template-columns: unset;
}

@media screen and (max-width: 1023px) {
  .footer__item-list {
    display: block;
  }
}

.footer__itemLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 48px;
}

@media screen and (max-width: 1280px) {
  .footer__itemLinkList {
    padding-right: 15px;
    margin: 0 -5px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__itemLinkList {
    display: block;
    padding: 0;
    margin: 0 -30px;
    border-bottom: solid 1px #E3D8C5;
  }
}

.footer__itemLinkList--item {
  width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 1280px) {
  .footer__itemLinkList--item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__itemLinkList--item {
    width: 100%;
    padding: 20px 10px 20px;
    border-top: solid 1px #E3D8C5;
  }
}

.footer__item-title {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: solid 1px #E3D8C5;
}

@media screen and (max-width: 1280px) {
  .footer__item-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__item-title {
    padding: 0 20px 0;
    border: none;
    margin: 0;
    letter-spacing: 3.8px;
    font-weight: 700;
    position: relative;
  }
  .footer__item-title:before {
    position: absolute;
    content: '';
    background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-plus.png?v=1655954673) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .footer__item-title.is-show:before {
    background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-minus.png?v=1655954673) no-repeat center;
    background-size: contain;
  }
}

@media screen and (max-width: 1023px) {
  .footer__item-content {
    padding: 0 20px 0;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__item-content li {
    padding: 0 !important;
  }
}

.footer__item-content a {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .footer__item-content a {
    line-height: 30px;
  }
}

.footer__aside {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .footer__aside {
    margin-top: 31px;
  }
}

.footer__asideLinkTop {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .footer__asideLinkTop {
    margin-bottom: 23px;
    display: block;
  }
}

.footer__asideLinkTop:before {
  position: absolute;
  content: '';
  background: url(https://cdn.shopify.com/s/files/1/0649/2966/1168/files/icon-arrow.png?v=1655872156) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer__asidePolicyLink {
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
  padding-left: 30px;
}

@media screen and (max-width: 1023px) {
  .footer__asidePolicyLink {
    display: block;
    margin-bottom: 6px;
  }
}

.footer__bottom {
  background-color: #FFF;
  padding: 31px 0 33px;
}

@media screen and (max-width: 1023px) {
  .footer__bottom {
    padding: 38px 0 36px;
  }
}

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

@media screen and (max-width: 1023px) {
  .footer__bottomBox {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .footer__bottom .social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__bottom .social-media__item:before {
  display: none;
}

@media screen and (max-width: 1023px) {
  .footer__bottom .social-media__link {
    height: 51px;
    width: 51px;
  }
}

.footer__bottom .social-media__image {
  height: inherit;
}

.footer__bottom .social-media__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .footer__payment-method {
    margin-top: 40px;
  }
}

.footer__copyright {
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  line-height: 1.5;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .footer__copyright {
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
  }
}

.cart__recap span.heading.h6 {
    font-size: 2.4rem;
    font-family: acumin-pro,sans-serif;
    font-weight: 600;
    letter-spacing: .7px;
    line-height: 1.5;
    color: #554338;
}
/*# sourceMappingURL=custom-common.css.map */