/** Shopify CDN: Minification failed

Line 2016:141 Expected ":"

**/
header.header {
  padding: 0;
  display: block !important;
}
.card__section.card__section--tight.mobile-menu1 .custom-dropdown {
  margin-top: 0px;
}
.header__cart-count {
  color: #000 !important;
}
header > div > .header__inner .header__action-list .header__action-item-title {
  border-color: #d1cfcd !important;
  color: #000;
  cursor: pointer;
}
header > div > .header__inner .header__action-list .header__action-item-link {
  background-color: #c2b9b4;
  color: #fff;
}
header > div > .header__inner .header__action-list .header__action-item-link,
header > div > .header__inner .header__action-list .header__action-item-title {
  font-size: 17px;
  min-width: 136px;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 23px;
  display: block !important;
  margin: 0 !important;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
header > div > .header__inner .search-bar__top-wrapper {
  padding-left: 40px;
  padding-right: 80px;
}
header > div > .header__inner .header__action-list {
  display: flex;
  gap: 10px;
}
header > div > .header__inner .header__action-list .header__action-item {
  padding: 0 !important;
  display: flex;
}
.nav-dropdown--floating
  header
  > div
  > .header__inner
  .header__action-list
  .header__action-item-link,
.nav-dropdown--floating
  header
  > div
  > .header__inner
  .header__action-list
  .header__action-item-title {
  font-size: 17px;
  min-width: 136px;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 23px;
  display: block !important;
  margin: 0 !important;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
header > div > .header__inner .header__action-list .header__action-item::after {
  display: none;
}
.nav-dropdown--floatingheader
  > div
  > .header__inner
  .header__action-list
  .header__action-item-link {
  background-color: #c2b9b4;
  color: #fff;
}
header
  > div
  > .header__inner
  .header__action-list
  .header__action-item-title:hover {
  background-color: #d1cfcd;
}
header
  > div
  > .header__inner
  .header__action-list
  .header__action-item-link:hover {
  background-color: #b1a8a3;
}
.nav-dropdown--floating
  header
  > div
  > .header__inner
  .header__action-list
  .header__action-item-title {
  border-color: #d1cfcd;
  color: #000;
  cursor: pointer;
}
.header__inner .header__desktop-nav-toggle {
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  height: 23px;
}
.header__inner .header__desktop-nav {
  display: flex;
  align-items: center;
}
.header-bottom .header__inner {
  align-items: center;
  justify-content: space-between;
}
.header-bottom .header__inner .center__nav {
  padding: 0 20px;
}
.header-bottom .header__inner .header__action-item-link.header__cart-toggle {
  padding-right: 14px;
}
.header-bottom .header__inner .header__action-list {
  margin: 0;
  display: flex;
  align-items: center;
}
.header-bottom .header__inner .center__nav .center__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  row-gap: 12px;
  column-gap: 40px;
  font-size: 16px;
  line-height: 23px;
}
.header-bottom .header__inner .center__nav .center__nav-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-bottom .header__inner .center__nav .center__nav-list a svg {
  width: 16px;
  height: 16px;
}
.header-bottom .header__inner .header__action-list .header__action-item {
  padding: 0;
}
.header-bottom .header__inner .header__action-list .header__action-item::after {
  display: none;
}
.header-bottom
  .header__inner
  .header__action-list
  .header__action-item:not(:last-child) {
  margin-right: 20px;
}
.header-bottom
  .header__inner
  .header__action-list
  .header__action-item-link
  svg {
  display: block;
}
.header-bottom
  .header__inner
  .header__action-list
  .header__action-item-link
  .header__cart-icon {
  display: block;
  margin: 0 !important;
}
header .header-bottom {
  padding: 14px 0;
  border-top: 1px solid #d3d1cf;
}
header > div > .header__inner {
  padding: 10px 0;
}
.promo__btn {
  font-size: 17px;
  min-width: 136px;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 23px;
  display: flex !important;
  width: fit-content;
  margin: 0 0 2rem 0 !important;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}
.promo__btn:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
}
@media (max-width: 1299.98px) {
  header > div > .header__inner .search-bar__top-wrapper {
    padding: 0;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  header > div > .header__inner {
    padding: 13px 0;
    position: relative;
  }
  .header__logo .header__logo-link img {
    width: 74px;
  }
  header
    > div
    > .header__inner
    .header__action-list
    .header__action-item.header__action-item-join {
    display: none;
  }
  header > div > .header__inner .header__action-list .header__action-item-link,
  header
    > div
    > .header__inner
    .header__action-list
    .header__action-item-title {
    background: transparent !important;
    min-width: auto;
    border: none !important;
    padding: 6px 20px;
  }
  header > div > .header__inner .search-bar__top-wrapper {
    padding: 0 !important;
  }
  .header-bottom .header__inner .center__nav {
    display: none;
  }
  .header__inner .header__desktop-nav-toggle {
    padding: 0;
  }
  header > div > .header__inner .header__search-bar-wrapper {
    position: absolute;
    width: calc(100% - 150px);
    bottom: -44px;
    right: 0;
  }
  header .header-bottom {
    border-top: 0;
    height: 54px;
    padding: 10px 0;
  }
  header > div > .header__inner .header__action-list {
    width: 210px;
    padding: 0;
    min-width: 210px;
  }
  .header-bottom .header__inner {
    position: relative;
  }
  .header-bottom .header__inner .header__action-list {
    top: -50px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 999.98px) {
  header > div > .header__inner .header__action-list .header__action-item-link,
  header
    > div
    > .header__inner
    .header__action-list
    .header__action-item-title {
    width: 13ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 5px;
  }
  header.header .container {
    padding: 0 20px;
  }
  .header__inner .header__desktop-nav {
    display: block !important;
  }
  header > div > .header__inner .header__mobile-nav {
    position: absolute;
    bottom: -53px; /* opacity: 0; */
    width: 120px;
    z-index: 9999;
    left: -20px;
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .header__inner .header__desktop-nav .icon.icon--hamburger {
    opacity: 0;
    margin-right: 8px;
  }
}
@media (max-width: 649.98px) {
  header
    > div
    > .header__inner
    .header__action-list
    .header__action-item-link[data-action="toggle-search"] {
    display: none !important;
  }
  .header-bottom
    .header__inner
    .header__action-list
    .header__action-item:first-child {
    display: none;
  }
  header > div > .header__inner .header__mobile-nav {
    width: 46px;
  }
  .header__inner .header__desktop-nav {
    display: none !important;
  }
  header > div > .header__inner .header__action-list {
    min-width: 210px;
    width: 210px;
  }
  header > div > .header__inner .header__search-bar-wrapper {
    width: calc(100% - 45px);
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: auto;
    z-index: 9;
    top: auto;
    height: auto !important;
  }
  header > div > .header__inner .header__search-bar-wrapper .search-bar {
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  .header__search-bar-wrapper .search-bar__close-button {
    display: none !important;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner {
    width: auto;
    left: 0;
    right: 0;
  }
}

/* ============css-start============ */
.shopify-section .modal {
  z-index: 9999;
}
/* ============css-start============ */

/* ============wishlist-css-start============ */

.zooomywishlistgridclass {
  width: calc(100% + 20px) !important;
  margin-left: -10px;
}
.zooomywishlistgridclass .ZoomyWishlistPageGrid {
  display: flex !important;
  flex-flow: column;
  padding: 0px 10px;
  border: 0;
  margin: 0;
  width: 33.33%;
  margin-bottom: 20px;
}
.zooomywishlistgridclass .zbodyaction {
  margin-top: auto;
}
.zooomywishlistgridclass .zooomybtn.removefromwishlist.zremovefromwish {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  right: 20px !important;
  top: 10px !important;
  font-size: 34px;
  line-height: 33px !important;
}
.zooomywishlistgridclass .zbodypimg a img {
  aspect-ratio: 3/3;
}
.zooomywishlistgridclass .zooomyshopvariant {
  max-width: 80%;
  padding: 10px;
  border: 1px solid rgba(138, 146, 151, 1);
  border-radius: 3px;
}
.zooomywishlistgridclass .zqty select {
  min-width: 80px;
  padding: 9px 8px;
  border: 1px solid rgba(138, 146, 151, 1);
  border-radius: 3px;
}
.zooomywishlistgridclass .zqty {
  padding-bottom: 12px;
}

.wk-customer-queries table thead tr th:nth-child(5) {
  min-width: 140px;
}
@media (max-width: 650.98px) {
  .dashboad-header h4 {
    font-size: 24px !important;
  }
  .dashboad-header .button {
    padding: 6px 15px;
    line-height: 30px;
  }
  header > div > .header__inner .header__action-list .header__action-item-link,
  header
    > div
    > .header__inner
    .header__action-list
    .header__action-item-title {
    width: 106px;
  }
}
/* ============wishlist-css-end============ */

/* ============course-css-end============ */
.tw-drawer-content .tw-my-5 {
  display: none;
}
.tw-drawer-content .tw-h-52 {
  height: auto;
  margin: 0;
}
.tw-drawer-content .tw-gap-16 {
  gap: 20px;
}
.tw-drawer-content .tw-my-8 {
  margin: 0;
}
/*
.tw-drawer-mobile>.tw-drawer-toggle~.tw-drawer-content { grid-column-start: 3; }
*/
.tw-drawer-content .tw-w-96 {
  width: 280px;
  text-decoration: none !important;
}
h2.tw-card-title {
  font-size: 18px;
  line-height: 155%;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  margin: 0;
}
.tw-card-body p {
  font-size: 16px;
  line-height: 130%;
  color: rgba(31, 41, 55, 1);
  font-weight: 400;
  line-height: 131%;
}
/* ============course-css-end============ */

/* ============Quer-css-start============ */
.wk-customer-queries .heading {
  font-size: 29px;
  line-height: 141%;
  font-weight: 600;
}
.wk-customer-queries tr td:last-child,
.wk-customer-queries tr td:nth-child(1) {
  min-width: 110px;
}
.wk-customer-queries .btn {
  min-width: 110px;
}
.wk-customer-queries .btn:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8);
  color: #fff !important;
}
.wk-customer-queries tr th:last-child {
  text-align: center;
}
.wk-customer-queries > .row .col-lg-12:last-child {
  overflow-x: auto;
}
.wk-customer-queries tr td:nth-child(2),
.wk-customer-queries tr td:nth-child(4),
.wk-customer-queries tr td:nth-child(3) {
  min-width: 200px;
}
/* ============Quer-css-start============ */

/* ============order-detail-css-start============ */
.order-summary.card {
  border: 0;
}
.order-summary.card .card__header {
  padding: 0;
}
.order-summary.card .card__navigation a {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  line-height: 131%;
  font-weight: 400;
}
.order-summary.card .card__navigation p {
  font-size: 16px;
  line-height: 131%;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.order-summary.card .card__title.heading.h1 {
  font-size: 29px;
  line-height: 141%;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}
.order-summary.card .card__navigation p {
  font-size: 16px;
  line-height: 131%;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.order-summary.card .order-summary__alert {
  display: none;
}
.order-summary.card .line-item__image-wrapper {
  min-width: 70px;
  height: 70px;
  width: 70px;
}
.order-summary.card .line-item__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-summary.card .line-item__meta {
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  color: rgba(31, 41, 55, 1);
}
.order-summary.card tr th:nth-child(2),
.order-summary.card tr th:nth-child(3) {
  min-width: 100px;
  text-align: center;
}
.order-summary.card tr th:nth-child(4) {
  min-width: 140px;
}
.order-summary.card tr td:nth-child(3) {
  text-align: center;
}
.order-summary.card .order-foot__inner {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 3px;
  max-width: 490px;
}
.order-summary.card .order-foot__item {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #1f2937;
  line-height: 131%;
}
.order-summary.card .order-foot__item.order-foot__item--strong {
  font-weight: 600;
}
.order-summary.card .order-foot {
  border-top: 0;
  margin-left: 0;
}
.order-summary.card tr th:nth-child(1) {
  min-width: 300px;
}
.card .card__section {
  padding: 40px !important;
}
.card .card__section p:nth-child(1) {
  font-size: 16px !important;
  line-height: 131%;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0px;
}
.card .card__section p {
  font-size: 16px;
  line-height: 131%;
  font-weight: 400;
  color: rgba(31, 41, 55, 1);
}
@media (max-width: 1000px) {
  .card.card--sticky.hidden-pocket {
    background-color: #fff;
    z-index: 98;
    position: fixed;
    top: 195px;
    width: 100%;
    left: 0;
    margin: 0;
  }
  /* #main.scrolled .card.card--sticky.hidden-pocket {
      top: 115px;
  } */
  .announcement-bar {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
  }

  body {
    padding-top: 42px;
  }
  #shopify-section-sections--23790737326386__header {
    top: 42px !important;
  }
  .card.card--sticky.hidden-pocket .card .card__section {
    padding: 0 !important;
    border: 0;
  }
  .card.card--sticky.hidden-pocket
    .card__section.card__section--tight.mobile-menu1
    .dropdown-toggle {
    padding: 14px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(138, 146, 151, 1);
    border: none !important;
    padding-right: 100px;
    background-image: url(/cdn/shop/files/down.svg?v=1734367775);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 110px);
    box-shadow: none !important;
  }
  .card.card--sticky.hidden-pocket .custom-dropdown-toggle {
    position: relative;
    border-radius: 0;
  }

  .card.card--sticky.hidden-pocket .custom-angle {
    display: none;
  }

  .custom-dropdown-toggle::before {
    position: absolute;
    content: "";
    background-image: url("/cdn/shop/files/down.svg?v=1734367775");
    width: 18px;
    height: 18px;
    background-size: 16px;
    right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .card.card--sticky.hidden-pocket .card__linklist-item {
    padding: 20px;
  }
  .card.card--sticky.hidden-pocket
    .card__section.card__section--tight.mobile-menu1 {
    padding: 0 !important;
    border: none !important;
  }
  .card.card--sticky.hidden-pocket
    .card__section.card__section--tight.mobile-menu1
    .card__linklist-item.link {
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e0dd;
    max-width: 90px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    display: grid;
    place-items: center;
  }
}
.custom-dropdown.open .custom-dropdown-menu {
  border-radius: 0;
}
.custom-dropdown-toggle {
  font-weight: 700;
}
@media (max-width: 650.98px) {
  .card.card--sticky.hidden-pocket {
    top: 171px;
  }
  .order-summary.card .order-foot__inner {
    padding: 12px;
    margin-top: 12px;
  }
  .order-summary.card .order-foot__item {
    padding: 10px 14px;
  }
  .card .card__section {
    padding: 20px !important;
    border: 1px solid rgba(138, 146, 151, 1);
    border-radius: 3px;
  }
  .order-summary.card .card__title.heading.h1 {
    font-size: 24px !important;
  }
  .card .table {
    margin-left: 0;
  }
  .announcement-bar {
    height: 32px;
  }
  body {
    padding-top: 32px;
  }
  #shopify-section-sections--23790737326386__header {
    top: 32px !important;
  }
}
/* ============order-detail-css-start============ */

/* ============address-css-start============ */
.card__section.card__section--flex.card__section--tight.custom-address {
  padding: 0 !important;
  padding-bottom: 20px !important;
  border: 0;
}
.custom-address p.heading.h6 {
  line-height: 140% !important;
}
.custom-address .address-list__item p:nth-child(2) {
  line-height: 131% !important;
  margin-bottom: 40px;
}
.custom-address .address-list__item {
  justify-content: normal;
}
.custom-address .address-list__action-list {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .custom-address .address-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .custom-address h1.card__title.heading.h1,
  .wk-customer-queries .heading {
    font-size: 24px !important;
  }
  .card__section--flex .button {
    margin-top: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .custom-address .address-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
/* ============address-css-start============ */

/* foter css start */
.footer-logo a {
  display: block;
}
.footer-top-wrap .container {
  padding-bottom: 0px !important;
  border: none !important;
}
.footer-top-wrap .footer__top-content {
  align-items: end;
  border-bottom: 1px solid #8a92974d;
  padding-bottom: 20px !important;
}
.footer-top-wrap .footer__top-content .footer-social-icons {
  line-height: 16px;
}
.footer__wrapper .footer__block-list {
  margin: 0;
  flex-wrap: wrap;
}
.footer__wrapper .footer__block-list .footer__block-item {
  padding: 0;
  padding-right: 20px;
  width: 16.666%;
  flex: none;
  z-index: 1;
}
.footer__wrapper .footer__block-list .footer__block-item .footer__title {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 16px;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__linklist
  li
  a.link {
  font-size: 14px;
  line-height: 14px;
  color: #4c586e;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__linklist
  li
  + li {
  padding-top: 4px;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__collapsible-content
  ul
  li
  + li {
  padding: 0px;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__collapsible-content
  ul
  li
  a {
  font-size: 14px;
  line-height: 14px;
  color: #4c586e !important;
  text-decoration: none !important;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__collapsible-content
  ul
  li::before {
  display: none;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .footer__collapsible-content
  ul {
  margin: 0;
  line-height: 20px;
}
.footer__block-item.footer__block-item--image--card {
  width: 50% !important;
  max-width: 50%;
  padding-right: 0 !important;
}
.footer__wrapper .footer__block-list .footer__block-item:last-child {
  width: 100%;
  max-width: 100%;
  padding-right: 0 !important;
  padding-top: 80px !important;
}
.footer__wrapper .footer__block-list .footer__block-item .image-card-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .image-card-section
  .image-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 214px;
  z-index: 9;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .image-card-section
  .image-card
  > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .image-card-section
  .image-card
  h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item
  .image-card-section
  .image-card
  .btn {
  background: transparent !important;
  border: 1px solid #fff;
  line-height: 14px;
  font-size: 14px;
  padding: 10px 20px !important;
  display: block;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item:last-child
  .footer__linklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.footer__wrapper
  .footer__block-list
  .footer__block-item:last-child
  .footer__linklist
  li {
  padding-right: 16px;
}
html,
body,
:root {
  /* overflow: visible !important; */
}
@media (max-width: 1199.98px) {
  .footer-top-wrap .footer__top-content {
    flex-flow: column;
    align-items: center !important;
    gap: 40px;
    border: none;
    padding-bottom: 40px !important;
  }
  .footer-top-wrap .footer__top-content .footer-social-icons {
    flex-flow: column;
    gap: 16px;
  }
  .footer__wrapper .footer__block-list .footer__block-item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .footer__wrapper .footer__block-list {
    max-width: 720px;
    margin-inline: auto;
  }
  .footer__wrapper .footer__block-list .footer__block-item:last-child {
    padding: 0 !important;
    order: -1;
  }
  .footer__wrapper .footer__block-list .footer__block-item:first-child {
    order: -1;
  }
  .footer__wrapper .footer__block-list .footer__block-item .footer__title {
    margin: 0 !important;
    border-top: 1px solid #cac9c8;
    padding: 15px 0 !important;
  }
  .footer__wrapper .footer__block-list .footer__block-item .image-card-section {
    padding: 40px 0;
    border-top: 1px solid #cac9c8;
  }
  aside.footer__aside {
    flex-flow: row;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 0 !important;
  }
  aside.footer__aside .footer__aside-item {
    margin: 0 !important;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item:last-child
    .footer__linklist {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .footer__title
    .plus-button:before {
    height: 1px;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .footer__title
    .plus-button:after {
    width: 1px;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item:last-child
    .footer__linklist
    li {
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .footer__wrapper .footer__block-list {
    max-width: 600px;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .image-card-section
    .image-card {
    height: 120px;
    padding: 20px;
    padding-right: 180px;
    align-items: start;
    text-align: start;
  }
  .footer__wrapper .footer__block-list .footer__block-item .image-card-section {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .image-card-section
    .image-card
    h2 {
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .image-card-section
    .image-card
    p {
    margin: 0;
  }
  .footer__wrapper
    .footer__block-list
    .footer__block-item
    .image-card-section
    .image-card
    .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  aside.footer__aside {
    flex-flow: column;
    align-items: center;
  }
}

@media (max-width: 649.98px) {
  .footer__wrapper
    .footer__block-list
    .footer__block-item:last-child
    .footer__linklist {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top-wrap .footer__top-content .footer-social-icons .social-icons {
    gap: 12px;
  }
  .footer-top-wrap
    .footer__top-content
    .footer-social-icons
    .social-icons
    li
    span {
    font-size: 13px;
  }
  aside.footer__aside .footer__aside-item .policies-link {
    flex-flow: column;
    align-items: center;
  }
}

@media (min-width: 999.98px) {
  .nav-dropdown--fixed {
    width: 280px;
  }
  .mega-menu--floating .mega-menu__column-list {
    width: 60% !important;
    grid-template-columns: 1fr;
    margin: 0 !important;
    flex: none !important;
    height: auto;
    padding: 12px 0;
    display: block !important;
    border-right: 0px solid var(--border-color);
    position: relative;
  }
  .mega-menu--floating .mega-menu__column-list::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    top: 0;
    left: 50%;
    bottom: 0;
  }
  .nav-dropdown--floating .mega-menu__promo {
    width: 40%;
    padding: 40px;
    background-color: #e5e0dd;
    flex: none;
    height: inherit;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .nav-dropdown--floating .mega-menu__promo h4 {
    line-height: 1;
  }
  .nav-dropdown--floating .mega-menu__column .mega-menu__linklist {
    display: none;
    position: absolute;
    left: 50%;
  }
  .nav-dropdown--floating .mega-menu--floating .mega-menu__column {
    margin: 0;
    width: 50%;
  }
  .nav-dropdown--floating .mega-menu--floating .mega-menu__inner {
    padding: 0;
    align-items: unset;
  }
  .nav-dropdown--floating
    .mega-menu--floating
    .mega-menu__column-list
    .mega-menu__title {
    padding: 6px 20px;
    display: block;
    margin: 0 !important;
    font-weight: 400 !important;
  }
  .nav-dropdown--floating
    .mega-menu--floating
    .mega-menu__column:hover
    .mega-menu__linklist {
    display: block;
    top: 14px;
    width: 67%;
  }
  .nav-dropdown--floating
    .mega-menu__column
    .mega-menu__linklist
    .mega-menu__link.link {
    padding: 10px 20px;
    color: #000000;
  }
  .nav-dropdown--floating .mega-menu--floating .mega-menu__column:hover {
    background-color: #f4f2f1;
    color: #000;
  }
  .nav-dropdown--floating .mega-menu--floating .mega-menu__column:hover,
  .nav-dropdown--floating
    .has-mega-menu
    .nav-dropdown__link[aria-expanded="true"],
  .header__desktop-nav .nav-dropdown__link[aria-expanded="true"],
  .header__desktop-nav .nav-dropdown__link:hover {
    background-color: #f4f2f1;
  }
  .nav-dropdown--floating .has-mega-menu .nav-dropdown__link,
  .header__desktop-nav .nav-dropdown__link {
    line-height: 37px;
  }
  .nav-dropdown--floating
    .mega-menu__column
    .mega-menu__linklist
    .mega-menu__link.link:hover {
    color: #000;
  }
  .nav-dropdown--floating
    .mega-menu__column:has(.mega-menu__linklist)
    .mega-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-dropdown--floating
    .mega-menu__column:has(.mega-menu__linklist)
    .mega-menu__title::after {
    content: "";
    background-image: url("/cdn/shop/files/right.svg?v=1724950312");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: inline-block;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block {
    text-align: start;
    margin-bottom: 40px;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block .heading.h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
  }
  .nav-dropdown--floating
    .mega-menu__promo
    .mega-menu-block
    .mega-menu__image-text {
    margin-bottom: 14px;
    line-height: 118%;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block .button-text {
    padding: 14px 20px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-weight: 600;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu__image-wrapper {
    margin: 0;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block {
    text-align: start;
    margin-bottom: 40px;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block .heading.h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
  }
  .nav-dropdown--floating
    .mega-menu__promo
    .mega-menu-block
    .mega-menu__image-text {
    margin-bottom: 14px;
    line-height: 118%;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu-block .button-text {
    padding: 14px 20px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-weight: 600;
  }
  .nav-dropdown--floating .mega-menu__promo .mega-menu__image-wrapper {
    margin: 0;
  }
  .nav-dropdown--floating .nav-dropdown__link svg {
    margin: 0 -40px 0 45px;
  }
  .header__desktop-nav .nav-dropdown .nav-dropdown {
    padding: 0;
    top: 0;
    width: 100vw;
    max-width: 1120px;
    background: var(--secondary-background);
    border-radius: 0 0 3px 3px;
    position: absolute;
    height: 100%;
    padding: 16px 0px;
  }
  .header__desktop-nav
    .nav-dropdown
    .nav-dropdown
    .icon.icon--nav-triangle-left {
    display: none;
  }
  .header__desktop-nav .nav-dropdown .nav-dropdown .nav-dropdown__item {
    width: 650px;
  }
  .header__desktop-nav
    .nav-dropdown
    .nav-dropdown
    .nav-dropdown__item
    .nav-dropdown__link.link {
    width: 50%;
    line-height: 37px;
  }
  .header__desktop-nav
    .nav-dropdown
    .nav-dropdown
    .nav-dropdown__item
    .nav-dropdown.nav-dropdown--floating {
    width: 50%;
    left: 325px;
    border: none;
  }
  .header__desktop-nav
    .nav-dropdown
    .nav-dropdown
    .nav-dropdown__item
    .nav-dropdown__item {
    width: 300px;
  }
  .header__desktop-nav .nav-dropdown .nav-dropdown::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 325px;
    background-color: var(--border-color);
    top: 0;
    z-index: 9;
  }
  .header__desktop-nav .nav-dropdown__item {
    position: static !important;
  }
  .header__desktop-nav
    .nav-dropdown
    .nav-dropdown
    .nav-dropdown__item
    .nav-dropdown__link.link:hover {
    color: #000;
  }
}
@media screen and (max-width: 1000px) {
  .layout__section {
    padding: 0 16px;
  }
}

@media (max-width: 1199.98px) {
  .nav-dropdown--floating .mega-menu__promo {
    padding: 20px;
  }
}
@media (max-width: 399.98px) {
  .card.card--sticky.hidden-pocket
    .card__section.card__section--tight.mobile-menu1
    .dropdown-toggle {
    padding: 10px 100px 10px 10px;
  }

  .card.card--sticky.hidden-pocket
    .card__section.card__section--tight.mobile-menu1
    .card__linklist-item.link {
    padding: 4px;
  }
}
@media (min-width: 1000.98px) {
  .layout .layout__section:last-child {
    width: calc(100% - 288px);
  }
}
@media (max-width: 1000.98px) {
  .layout .layout__section:first-child {
    padding: 0;
    width: auto;
    margin: 0;
  }
  .layout .layout__section:last-child {
    width: 100%;
  }
}

/* Offcanvas Shipping Calculator Styles */
.offcanvas-wraaper {
  width: 100%;
  max-width: 640px;
  position: fixed;
  background-color: #fff;
  height: 100dvh;
  z-index: 999;
  top: 0;
  right: 0;
  transition: all .3s ease-in;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #8A9297;
  justify-content: space-between;
  background-color: #fff;
  height: 48px;
}

.offcanvas-header h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  margin: 0 !important;
}

.offcanvas-header button {
  width: 16px;
  height: 16px;
}

.offcanvas-header button svg {
  vertical-align: super;
}


.offcanvas-form-wrapper {
  padding: 25px;
}

.offcanvas-form-wrapper .card {
  border: none !important;
  box-shadow: none !important;
}

.offcanvas-form-wrapper .card__section {
  padding: 0 !important;
}

.offcanvas-form-wrapper .card__header {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.offcanvas-form-wrapper .card__header .card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.offcanvas-form-wrapper .form__input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 !important;
}

.offcanvas-form-wrapper .form__input-row .form__input-wrapper {
  margin: 0 !important;
  max-width: none !important;
}

.offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(1) {
  grid-column: 1 / -1;
}

.offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(2),
.offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(3) {
  grid-column: span 1;
}

.offcanvas-form-wrapper .form__input-row label {
  font-size: 13px;
  color: #333;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.offcanvas-form-wrapper .form__input-row select,
.offcanvas-form-wrapper .form__input-row input {
  height: 44px !important;
  resize: none;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 10px 15px;
  color: #000;
  background-color: #fff !important;
  width: 100% !important;
  font-weight: 400 !important;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.offcanvas-form-wrapper .form__input-row select:focus,
.offcanvas-form-wrapper .form__input-row input:focus {
  outline: none;
  border-color: #000;
}

.offcanvas-form-wrapper .select-wrapper {
  position: relative;
}

.offcanvas-form-wrapper .select-wrapper svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: 12px;
}

.offcanvas-form-wrapper .form__submit {
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px !important;
  width: 100%;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.offcanvas-form-wrapper .form__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

#offcanvas-shipping-results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

#offcanvas-shipping-results div[style*="border-top"] {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#offcanvas-shipping-results div[style*="border-bottom"] {
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 12px 0 !important;
  transition: background-color 0.2s ease;
}

#offcanvas-shipping-results div[style*="border-bottom"]:hover {
  background-color: #f8f8f8;
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-left: -8px;
  margin-right: -8px;
  border-radius: 4px;
}

#offcanvas-shipping-results div[style*="border-bottom"]:last-child {
  border-bottom: none !important;
}

.offcanvas-wraaper::before {
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: inset 0 -1px 0 0 var(--accents-2);
  -webkit-backdrop-filter: saturate(180%)blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: rgba(0, 0, 0, 0.4);
  transition: all .3s ease-in;
  cursor: pointer;
}

.offcanvas-body {
  background-color: #fff;
  height: calc(100% - 48px);
  overflow-y: auto;
}

.offcanvas-wraaper,
.offcanvas-wraaper::before {
  transform: translateX(100%);
}

.offcanvas-wraaper.showOffcanva,
.offcanvas-wraaper.showOffcanva::before {
  transform: translateX(0%);
}

@media (max-width:767.98px) {
  .offcanvas-wraaper {
    width: 100%;
    max-width: 90%;
  }

  .offcanvas-form-wrapper {
    padding: 20px;
  }

  .offcanvas-form-wrapper .form__input-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(1),
  .offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(2),
  .offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(3) {
    grid-column: auto;
  }
}


/* Vendor Related Products (More from this artisan) Styles */
.maylike-product-section .section__header h2 { 
  line-height: 110%; 
  width: 100%; 
  color: #222; 
  font-size: 40px; 
  font-weight: 700;
}

.maylike-product-section .section__header h5 { 
  font-size: 18px; 
  font-weight: 700; 
  color: #8A9297; 
  line-height: 110%; 
  margin-bottom: 3px;
}

.maylike-product-section .section__header { 
  margin-bottom: 20px !important; 
  display: block;
}


.maylike-product-section {
  margin: 0 !important;
  padding-block: 60px !important;
  background: transparent !important;
}

.maylike-product-section .container {
  background: transparent !important;
}

.maylike-product-section .product-item {
  background: transparent !important;
}

.maylike-product-section .ruk_rating_snippet {
  margin-bottom: 8px;
}

.maylike-product-section .product-list::before {
  display: none;
}

.maylike-product-section .product-item::after {
  box-shadow: none !important;
}

.maylike-product-section .product-item__label-list { 
  left: 10px; 
}

.maylike-product-section .zoomywishid { 
  cursor: pointer; 
  width: 40px !important; 
  height: 40px; 
  background-color: #fff; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border-radius: 50%; 
  text-align: center; 
  padding-top: 4px !important; 
  top: 10px !important; 
  right: 20px !important; 
}

.maylike-product-section .zooomywishmsg .fa { 
  padding: 0 !important; 
}

.zooomywishmsg {
  margin: 0;
}

.maylike-product-section .you-may-slider, 
.maylike-product-section .recentView-slider { 
  overflow: hidden;
}

.maylike-product-section .product-item {
  padding: 0;
}

.maylike-product-section .product-item__image-wrapper .aspect-ratio { 
  border-radius: 5px; 
  overflow: hidden; 
}

.maylike-product-section .product-item__info-inner .product-item__vendor { 
  font-size: 16px; 
  line-height: 110%; 
  color: #6B757B; 
  margin: 0; 
}

.maylike-product-section .product-item__info-inner .product-item__title { 
  font-size: 16px; 
  font-weight: 700; 
  line-height: 120%; 
  color: #000000; 
  margin-bottom: 16px; 
}

.maylike-product-section .product-item__price-list .price { 
  color: #353535; 
  font-weight: 700; 
  font-size: 16px !important;  
}

.product-item__vendor-group { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  margin-bottom: 10px; 
}

.product-item__vendor-group span { 
  display: inline-flex; 
  align-items: center; 
  gap: 4px; 
  font-weight: 700; 
  font-size: 12px; 
  line-height: 120%; 
  color: #6DBCD4;
  flex-shrink: 0; 
}

.custom-arrow-lower { 
  margin-top: 20px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  gap: 20px; 
}

.custom-arrow-lower .custom-arrows { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
}

.custom-arrow-lower .custom-next, 
.custom-arrow-lower .custom-prev { 
  width: 44px; 
  height: 44px; 
  border: 1px solid #F1EEEC; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  transition: all .3s ease-in; 
  cursor: pointer; 
}

.custom-arrow-lower .custom-next svg, 
.custom-arrow-lower .custom-prev svg { 
  width: 20px; 
}

.custom-arrow-lower .custom-next:hover, 
.custom-arrow-lower .custom-prev:hover { 
  background-color: #F1EEEC; 
}

.custom-arrow-lower .custom-scrollbar { 
  position: static; 
  width: 100%; 
  height: 4px; 
  background-color: #c2b9b438; 
  margin: 0 !important; 
}

.custom-arrow-lower .custom-scrollbar .swiper-scrollbar-drag { 
  background-color: #C2B9B4; 
}


.template-product.new .product-block-list .product-block-list__wrapper { display: flex; flex-wrap: wrap; gap: 30px; align-items: start; width:100%; }
.template-product.new .product-block-list .product-block-list__wrapper > .media-form { width: calc(55% - 15px); position: sticky; top: 170px; }
.template-product.new .product-block-list .product-block-list__wrapper > .product-block-list__item--info { width: calc(45% - 15px); position:relative; }
.template-product.new .product-block-list__wrapper .card {border: none !important; }
.template-product.new .product-block-list__wrapper .card .card__section { padding: 0 !important; border: none !important; }
.template-product.new .product-gallery .product-gallery__carousel-wrapper { overflow: hidden; margin: 0 !important; }
.template-product.new .product-gallery .product-gallery__carousel-wrapper .product-gallery__size-limiter { width: 100% !important; max-width: 100% !important; }
.template-product.new .product-gallery  .scroller { width: 120px !important; }
.template-product.new .product-gallery .scroller .product-gallery__thumbnail { margin: 0 !important; width: 100% !important; margin-bottom: 5px !important; padding: 0 !important; }
.template-product.new .product-gallery .scroller .product-gallery__thumbnail img { width: 100%; object-fit: cover; display: block; }
.template-product.new .product-gallery .scroller .product-gallery__thumbnail-list { width: 100px !important; }
.template-product.new .product-gallery .scroller .product-gallery__thumbnail.is-nav-selected { border: 2px solid #8A9297; }
.template-product.new .product-gallery .product-gallery__carousel-wrapper .aspect-ratio { padding-bottom: 100% !important; width: 100%; }
.template-product.new .product-gallery .product-gallery__carousel-wrapper .aspect-ratio img { object-fit: cover !important; width: 100% !important; height: 100% !important; object-fit: contain; background-color: rgb(250 247 254); }
.template-product.new .product-gallery .product-gallery__zoom-notice { position: absolute; width: 44px !important; height: 44px; top: 10px; right: 10px; margin: 0 !important; border-radius: 50%; border: 1px solid #ccc; box-shadow: inset 0 -1px 0 0 var(--accents-2); -webkit-backdrop-filter: saturate(180%)blur(5px); backdrop-filter: saturate(180%) blur(5px); background: #fffc; padding: 10px; }
.template-product.new .product-gallery .product-gallery__zoom-notice .hidden-pocket { display: none; }
.template-product.new .product-gallery .product-gallery__zoom-notice svg { margin: 0 !important; width: 16px !important; height: 16px !important; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form { display: flex; flex-direction: column; padding: 20px; position: relative; background-color: rgb(250 247 254); padding-right: 180px; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor { display: flex; align-items: start; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .vendor-logo { width: 80px; height: 80px; flex-shrink: 0; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .vendor-details { display: flex; height: auto; flex-flow: column; position: relative; padding-left: 16px; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .vendor-details .vendor-app-blocks .btn { margin: 0 !important; border-radius: 4px; padding: 10px 20px !important; min-width: auto !important; border: 1px solid #C2B9B4; background-color: transparent !important; color: #000; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .vendor-details .vendor-app-blocks { position: absolute; bottom: 0; right: 0; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .vendor-details .vendor-title { display: flex; font-size: 30px; font-weight: 700; color: #000000; line-height: 110%; margin-bottom: 15px; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics { display: flex; align-items: center; gap: 2px 16px; flex-wrap: wrap; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-row { display: flex; align-items: center; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-content { display: flex; align-items: center; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-content p { margin-bottom: 0 !important; font-size: 16px; font-weight: 400 !important; color: #5f5f5f !important; line-height: 100% !important; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-value { margin-left: 5px; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-label { font-weight: bold; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-divider { line-height: 1; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .stat-content p strong { /* font-weight: 400 !important; */ }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor .store-statistics .fa.fa-chain { color: #8A9297; margin-right: 6px; }
.template-product.new .product-block-list__wrapper  .product-meta__share-buttons { width: 100%; display: none; }
.template-product.new .product-form .product-meta .product-vendor { color: #6B757B; font-weight: 700; font-family: 'Inter'; display: block; margin-bottom: 10px; line-height: 100%; padding-right: 70px; }
.template-product.new .product-form  .product-meta__title { font-size: 24px; font-weight: 700; color: #2C2C2C; line-height: 120%; }
.template-product.new .product-form .free-shipping-product { color: #6DBCD4; background-color: #E4F6FB; line-height: 100% !important; border-radius: 3px; padding: 4px 10px !important; text-transform: capitalize; margin: 0 !important; display: flex; gap: 5px; }
.template-product.new .product-form .shiping-stock { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 10px; margin-bottom: 20px; }
.template-product.new .product-form .shiping-stock  .product-form__info-content { width: auto; }
.template-product.new .product-form #wk_seller_vacation_div:empty { display: none; }
.template-product.new .card__section #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX-1 { background: #f7f7f7; padding: 0px 20px; }
.template-product.new .card__section #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX-1 span { display: flex; align-items: center; height: auto; width: 100%; padding: 0; background: #F1DCDC; border: solid 1px #D94468; border-radius: 6px; color: #D94468 !important; line-height: 1; }
.template-product.new .card__section #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX-1 span::before { content: "On Vacation"; display: inline-flex; align-items: center; justify-content: center; background-color: #D94468; color: #fff; font-weight: bold; padding: 15px; margin-right: 15px; white-space: nowrap; }
.template-product.new .product-form #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX { display: none; }
@media (max-width:749.98px) {
	.template-product.new .card__section #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX-1 span { padding: 15px; }
	.template-product.new .card__section #shopify-block-AY0tpb2lQbUVhRlhOZ__garnet_marketplace_vendor_holidays_message_rTdtAX-1 span::before { display: none; }
}
.template-product.new .product-form__info-item .product-form__info-title { display: none; }
.template-product.new .shiping-stock .low-stock { color: #D94468 !important; background-color: #FFE2E9; line-height: 100% !important; border-radius: 3px; padding: 4px 10px !important; text-transform: capitalize; margin: 0 !important; display: flex; gap: 5px; font-weight: 700 !important; align-items: center; }
.template-product.new .shiping-stock .in-stock { color: #419564 !important; background-color: #D6FFE7; line-height: 100% !important; border-radius: 3px; padding: 4px 10px !important; text-transform: capitalize; margin: 0 !important; display: flex; gap: 5px; font-weight: 700 !important; align-items: center; }
.template-product.new .qun-btn-wrapper-outer { padding: 0 20px 20px 20px; background-color: #f7f7f7; }
.template-product.new .qun-btn-wrapper { display: flex; gap: 10px; }
.template-product.new .qun-btn-wrapper .product-form__info-item { width: 88px; flex-shrink: 0; }
.template-product.new .qun-btn-wrapper .product-form__info-item .product-form__info-content { width: 100%; max-width: 100%; display: block !important; padding: 0 !important; }
.template-product.new .qun-btn-wrapper .product-form__info-item .product-form__info-content select { width: 100%; height: 50px; padding: 10px 23px; background-color: #fff !important; font-size: 18px; font-weight: 700; color: #000000; appearance: none; border: 1px solid #F1EEEC; line-height: 100%; border-radius: 6px; background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.64383 10.7034L13.1314 6.21582L4.15625 6.21582L8.64383 10.7034Z" fill="black"/></svg>'); background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 20px); }
.template-product.new .qun-btn-wrapper .product-form__buy-buttons { flex: 1; }
.template-product.new .qun-btn-wrapper .product-form__buy-buttons button { margin: 5px !important; height: 50px; border-radius: 6px; text-transform: uppercase; font-size: 20px; }
.template-product.new .card .card__section  .product-meta .ready-to-ship-now p { font-size: 12px !important; }
.template-product.new .product-form__info-item .price-list .price { font-size: 30px; font-weight: 700; margin-bottom: 0; margin-right: 10px !important }
.template-product.new span.price.price--highlight { color: #D94569; }
.template-product.new .product-form__info-content .price { color: #000; }
.template-product.new .product-form__info-item .price-list .price-savings { order: -1; width: 100%; color: #D94569; font-weight: 600; margin-bottom: 8px; }
.template-product.new .product-form__info-item .price-list .price.price--compare { font-size: 16px !important; color: #6B757B !important; font-weight: 400 !important; transform: translateY(-2px); }
.template-product.new .product-form__info-item .price-list { margin-bottom: 14px; flex-wrap: wrap; }
.template-product.new .product-block-list__item--info .product-meta .short-descritipn { margin-top: 30px; margin-bottom: 30px; font-size: 16px; /* font-weight: 700; */ color: #5B5B5B; line-height: 135%; }
.template-product.new .product-block-list__item--info .product-meta, .template-product.new .product-block-list__item--info .product-form { margin-top: 0 !important; }
.template-product.new .product-block-list__item--info .product-form__variants { margin-top: 0px; }
.template-product.new .product-block-list__item--info .product-form__variants .product-form__option-name { font-size: 12px; color: #747474; line-height: 120%; }
.template-product.new .product-block-list__item--info .product-form__variants .product-form__option-name .product-form__selected-value { }
.template-product.new .product-block-list__item--info .product-form__variants .select-wrapper { width: 100%; }
.template-product.new .product-block-list__item--info .product-form__variants .select-wrapper select { border-color: #E1E3E4 !important; border-radius: 5px; box-shadow: none !important; color: #8A9297; background: url('data:image/svg+xml,<svg width=!string!height=!string!viewBox=!string!fill=!string!xmlns=!string!><path d=!string!fill=!string!/></svg>'); background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 20px); }
.template-product.new .product-block-list__item--info .wk-product-custom-option { background-color: #f7f7f7; padding: 20px; margin-top: 14px !important; margin-bottom: 0 !important; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co { display: flex; flex-flow: column; gap: 7px; margin-bottom: 20px !important; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co label { font-size: 12px; gap: 10px; align-items: center; color: #747474; line-height: 120%; font-weight: 700; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co input, .template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co select { height: 48px !important; resize: none; border: 1px solid #E1E3E4; border-radius: 5px; padding: 10px 15px; color: #8A9297; background-color: #fff !important; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co textarea { min-height: 48px !important; field-sizing: content; resize: vertical; border: 1px solid #E1E3E4; border-radius: 5px; padding: 13px 15px; overflow-y: auto; line-height: 120%; overflow-x: hidden; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co:last-child { margin: 0 !important; }
.template-product.new .product-block-list__item--info .product-form__variants .select-wrapper svg { display: none; }
.template-product.new .product-block-list__item--info .wk-product-custom-option .wk_co select { background: url('data:image/svg+xml,<svg width=!string!height=!string!viewBox=!string!fill=!string!xmlns=!string!><path d=!string!fill=!string!/></svg>'); background-repeat: no-repeat; background-position-y: center; background-position-x: calc(100% - 16px); appearance: none; }
.template-product.new .product-block-list__item--info .add-an-order-comment { width: 100%; display: block; padding: 0 20px 20px 20px; background-color: #f7f7f7; font-size: 16px; color: #8A9297; }
.template-product.new .product-block-list__item--info .add-an-order-comment input[type=checkbox] { width: 16px; height: 16px; vertical-align: -2px; margin-right: 4px; -moz-appearance: auto; }
.template-product.new .product-block-list__item--info .add-an-order-comment textarea { resize: none; border: 1px solid #E1E3E4; border-radius: 5px; padding: 10px 15px; color: #8A9297; background-color: #fff !important; }
.template-product.new .product-block-list__item--info .pay-securely-wrapper { padding: 20px; display: flex; justify-content: space-between; align-items: center; background-color: #f7f7f7; }
.template-product.new .product-block-list__item--info .pay-securely-wrapper p { font-weight: 700 !important; color: #8A9297 !important; }
.template-product.new .product-block-list__item--info .shopify-block.shopify-app-block square-placement { display: block; position: relative; width: 100%; min-width: 100%; min-width: 100%; margin: 0 !important; padding: 0 20px; background-color: #f7f7f7; }
.template-product.new .product-block-list__item--info .pay-securely-icons { display: flex; justify-content: center; gap: 5px; }
.template-product.new .product-block-list__item--info .pay-securely-icon { width: 58px; height: 40px; border: 1px solid #EAE9E9; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.template-product.new .product-block-list__item--info .pay-securely-outer p { font-size: 16px; font-weight: 700; line-height: 1; color: #8A9297; }
.template-product.new .product-gallery .flickity-page-dots { display: none; }
.template-product.new .related-product-section .product-list::after { display: none; }
.template-product.new .product-single-faq-wrapper { margin-top: 20px; border-top: 0px solid #E5E0DD; }
.template-product.new .psfw__question { font-size: 18px; font-weight: 700; color: #000; display: flex; width: 100%; text-align: start; line-height: 110%; padding-block: 17px; padding-right: 40px; position: relative; }
.template-product.new .psfw__answer-wrapper .psfw__question { font-size: 16px; font-weight: 500; color: #000; display: flex; width: 100%; text-align: start; line-height: 110%; padding-block: 17px; padding-right: 40px; position: relative; }
.template-product.new .psfw__question .plus-button { position: absolute; right: 10px; top: 20px; color: #353535 !important; }
.template-product.new .product-single-faq-wrapper .psfw__item { border-bottom: 1px solid #E5E0DD; }
.template-product.new .psfw__answer-wrapper .psfw__item:last-of-type { border-bottom: none; }
.template-product.new .psfw__answer-wrapper { overflow: hidden; height: 0; transition: height 0.2s ease-in-out; }
.template-product.new .psfwi-content { padding-bottom: 16px; }
.template-product.new .psfwi-item { position: relative; padding-left: 25px; }
.template-product.new .psfwi-item > span { width: 16px; position: absolute; left: 0; top: 2px; height: 17px; }
.template-product.new .psfwi-item > span svg { width: 100%; height: 100%; display: block; }
.template-product.new .psfwi-item p { font-size: 16px; line-height: 18px; }
.template-product.new .psfwi-item  + .psfwi-item { margin-top: 8px; }
.template-product.new .psfw__item .psfwi-content p { color: #353535 !important; }
.template-product.new .psfwi-item p span { cursor: pointer; text-decoration: underline; }
.template-product.new .product-single-faq-wrapper  .product-single-faq-wrapper { margin: 0 0 20px 0 !important; padding: 0px 40px; }
.template-product.new .product-single-faq-wrapper .product-single-faq-wrapper .psfw__item:last-child { border: none; }
.template-product.new .psfw__item .psfw__item .psfw__question { font-weight: 600; }
.template-product.new .product-description .card { border: none !IMPORTANT; }
.template-product.new .product-description .card .card__header { padding-inline: 0 !important; }
.template-product.new .product-description .card .card__header h2 { color: #2C2C2C; font-weight: 700; font-size: 22px; margin-bottom: 10px; }
.template-product.new .product-description .card .text--pull { line-height: 135%; color: #5B5B5B; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form > .product-vendor  .shopify-app-block { display: none; }
.template-product.new .product-item__info .product-item__info-inner { padding-bottom: 10px }
.template-product.new .product-item__info .product-item__price-list { display: flex; flex-wrap: wrap; }
.template-product.new .product-item__info .product-item__price-list .price-savings { width: 100%; color: #6B757B; margin-top: 3px; }
.template-product.new .product-item__info .product-item__price-list .price.price--compare { color: #6B757B; font-weight: 400; text-decoration: none; }
.template-product.new #toggleDescription { border: 1px solid #C2B9B4; font-size: 16px; font-weight: 700; padding: 14px 20px; border-radius: 5px; line-height: 120%; margin-top: 8px; transition: all .3s ease-in; }
.template-product.new .expandable-content p { color: #5B5B5B !important; margin-bottom: 14px !important; }
.template-product.new .expandable-content p br { display: none; }
.template-product.new #toggleDescription:hover { background-color: #c2b9b426; }
.template-product.new .product-single-faq-wrapper .shopify-block.shopify-app-block { display: none !important;}
.template-product.new  .product-single-faq-wrapper .card { border: 1px solid var(--border-color) !important; margin-top: 40px;}
.template-product.new .product-form__info-item.product-form__info-item--quantity {display: none;}
.template-product.new .qun-btn-wrapper .product-form__info-item.product-form__info-item--quantity {display: block;}
.template-product.new .product-form square-placement, .template-product.new .product-form reviewsio-product-ratings {display: none;}
.template-product.new .product-block-list__wrapper  .media-form .shopify-app-block square-placement { display: none;}
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget__inner .R-flex-row { justify-content: start; padding-left: 94px; margin-top: 5px !important;}
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget-prefix .R-RatingStars { margin-bottom: 0 !important; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget-prefix .R-RatingStars i.stars__icon { font-size: 16px !important; line-height: 1 !important; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget-prefix .RatingBarWidget .cssVar-reviewStatistics { line-height: 1; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .reviews-io-rating-bar-widget { margin-top: -10px; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .R-TextBody.R-TextBody--xxs.u-marginBottom--xxs.u-marginRight--sm { font-weight: 600; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .R-RatingStars + .R-TextBody.R-TextBody--xxs.u-marginBottom--xxs { font-size: 12px !important; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form .button.btn { border: 1px solid #C2B9B4 !important; font-size: 16px; font-weight: 700; padding: 14px 20px !important; border-radius: 5px; line-height: 120%; transition: all .3s 
ease-in; background: transparent !important; margin: 0 !important; position: absolute; bottom: 20px; right: 20px; }
.template-product.new .titlwhish-wraper { padding-right: 80px; position: relative; }
.template-product.new .product-block-list__wrapper > .media-form > .product-form .button.btn:hover { border: 1px solid #6c9dab !important;  color: #ffffff !important; background-color: #6c9dab !important; }
.template-product.new .product-form reviewsio-product-ratings { display: none;}
.template-product.new .card__section .shopify-block:has(.button) { display: none;}
.template-product.new .product-block-list__item .card { background: transparent;}
.template-product.new .product-form .product-form__info-list { display: none; }

.template-product.new .titlwhish-wraper #ZlistWishlist { position: absolute; top: -25px; right: 0; margin: 0 !important; width: auto; }
.template-product.new .titlwhish-wraper #ZlistWishlist label { margin: 0 !important; width: 44px; height: 44px; border: 1px solid #F1EEEC; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .3s ease-in; border-radius: 50%; }
.template-product.new .titlwhish-wraper #ZlistWishlist label p { font-size: 0 !important; }
.template-product.new .titlwhish-wraper #ZlistWishlist label p i { font-size: 16px !important; padding: 0 !important; color: #000; }
.template-product.new .titlwhish-wraper #ZlistWishlist label:hover { background-color: #f1eeec82; }
.template-product.new #snize-search-results-grid-mode .snize-item .snize-attribute { font-size: 16px !important; line-height: 110%; color: #6B757B; margin-bottom: 4px;  display: block;}
.template-product.new #snize-search-results-grid-mode .snize-item .snize-title { font-size: 16px !important; font-weight: 600 !important; line-height: 120% !important; color: #000000 !important; margin-bottom: 16px !important; min-height: auto !important;}
.template-product.new .extra-pay-text { font-size: 12px; line-height: 120%; color: #747474;}
.template-product.new .shiping-stock .out-of-stock { color: #ff4242 !important; background-color: rgb(255 66 66 / 10%) !important; line-height: 100% !important; border-radius: 3px; padding: 4px 10px !important; margin: 0 !important; display: flex; gap: 5px; font-size: 14px !important; text-transform: uppercase !important; font-weight: 700 !important; align-items: center;}
.template-product.new .zoomywishidheart {cursor:pointer;}
.template-product.new .zoomywishidheart  p { margin: 0 !important;}


@media (max-width:1199.98px) {
  .template-product.new .product-gallery .scroller .product-gallery__thumbnail-list { width: 60px !important;  max-height: 350px; }
  .template-product.new .product-gallery .scroller { width: 80px !important; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-details .vendor-title { font-size: 24px; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form { padding-right: 20px; }
  .template-product.new .product-form .product-meta__title { font-size: 20px; }
  .template-product.new .product-block-list__item--info .pay-securely-wrapper { flex-flow: column; gap: 10px; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-logo { width: 60px;height: 60px; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-details { padding-right: 0 !important; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-details .vendor-app-blocks { position: static; padding-top: 8px !important; }
  .template-product.new .maylike-product-section .section__header h2 { font-size: 40px; }
  .template-product.new .vendor-contact-seller { position: static; padding: 13px 20px; margin-top: 20px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .button.btn { position: static !important;  margin-left: 80px !important; margin-top: 10px !important;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .reviews-io-rating-bar-widget { margin-top: 15px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget__inner .R-flex-row { padding-left: 78px;}
  .template-product.new .product-block-list .product-block-list__wrapper > .media-form { width: calc(50% - 15px); }
  .template-product.new .product-block-list .product-block-list__wrapper > .product-block-list__item--info { width: calc(50% - 15px); }
}

@media (max-width:999.98px) {
  .template-product.new .container{padding:0 20px;}
  .template-product.new .product-gallery .product-gallery__carousel-wrapper { margin-bottom: 0px !important; }
  .template-product.new .product-block-list { padding: 20px 0; }
  .template-product.new .product-gallery .scroller { display: none; }
  .template-product.new .product-gallery .product-gallery__carousel-wrapper .aspect-ratio { padding-bottom: 80% !important; background-color: #f7f7f7; }
  .template-product.new .product-form__info-item .price-list .price { font-size: 20px; }
  .template-product.new .card .card__section .product-meta .ready-to-ship-now p { font-size: 8px !important; }
  .template-product.new.card .card__section p, .product-form .free-shipping-product { font-size: 14px; padding-inline: 5px !important; }
  .template-product.new .qun-btn-wrapper { flex-flow: column; }
  .template-product.new .qun-btn-wrapper .product-form__info-item { width: 100%; }
  .template-product.new .product-block-list__item--info .pay-securely-icon { width: 43px; height: 30px; }
  .template-product.new .product-description { margin-top: 30px; }
  .template-product.new .product-description .card .card__header h2 { font-size: 16px; }
  .template-product.new .qun-btn-wrapper .product-form__buy-buttons button { font-size: 16px; }
  .template-product.new .product-block-list__wrapper .product-block-list__item--info > .card { margin: 0 !important;top: 0 !important; }
  .template-product.new .maylike-product-section .section__header h2 { font-size: 30px; }
  .template-product.new .product-gallery .flickity-page-dots { display: flex; margin-top: 20px !important; bottom: 3px !important; top: auto !important; gap: 4px 0; flex-wrap: wrap; justify-content: center; padding-inline: 20px;  position: relative;}
  .template-product.new .product-gallery .flickity-page-dots .dot { width: 10px; height: 10px; transform: none !important; background: #C2B9B4 !important; margin-inline: 3px !important;}
  .template-product.new .product-gallery .flickity-page-dots .dot.is-selected { background: #1F271B !important;}
  .template-product.new .vacation-wrapper .vacation-upper { flex-flow: column; text-align: center; }
  .template-product.new .vacation-wrapper .vacation-upper .vacation-left { justify-content: center; line-height: 100%; }
  .template-product.new .vacation-wrapper .vacation-orders { flex-flow: column; gap: 10px; }
  .template-product.new .maylike-product-section .section__header h5 {  font-size: 16px; }
  .template-product.new .titlwhish-wraper { padding-right: 60px;}
  .template-product.new .product-form__info-item .price-list .price.price--compare{transform:none;}
  .template-product.new .offcanvas-form-wrapper .form__input-row { grid-template-columns: 1fr;}
  .template-product.new .offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(1), .offcanvas-form-wrapper .form__input-row .form__input-wrapper:nth-child(2) { grid-column: auto;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .reviews-io-rating-bar-widget { margin-top: 0px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .button.btn { position: absolute !important;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form { padding-right: 180px; position: absolute; bottom: 0;top: auto; left: 0; width: 100%; margin: 0 !important; z-index: 99;}
  .template-product.new .product-block-list .product-block-list__wrapper { display: flex;  flex-flow: column; padding-bottom: 160px; position: relative;}
  .template-product.new .product-block-list .product-block-list__wrapper > .media-form { width: 100%; position:static; }
  .template-product.new .product-block-list .product-block-list__wrapper > .product-block-list__item--info { width: 100%; }
  .template-product.new .product-block-list__item .card__header{padding-top:20px}
  .template-product.new .product-single-faq-wrapper .card{margin-block:0 !important;}
}


@media (max-width:749.98px) {
  .template-product.new .product-block-list .product-block-list__wrapper { padding-bottom:380px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form { padding-right: 20px; min-height: 280px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor { flex-flow: column; align-items: center; text-align: center; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-logo { margin-bottom: 20px; margin=b:; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-details .vendor-title { font-size: 20px !important; justify-content: center; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .store-statistics { flex-flow: column; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .store-statistics .stat-divider { display: none; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .button.btn { position: static !important;margin: 0 !important; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .reviews-io-rating-bar-widget { margin-top: 18px; }
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .shopify-app-block:has(.button.btn) { display: flex; justify-content: center; margin-top: 15px;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form reviewsio-rating-bar .RatingBarWidget__inner .R-flex-row { padding: 0 !important; justify-content: center !important;}
  .template-product.new .product-block-list__wrapper > .media-form > .product-form .product-vendor .vendor-details {  padding: 0 !important; }
}