/** Shopify CDN: Minification failed

Line 50:0 All "@import" rules must come first

**/
:root {
  /* Primary Colors */
  --primary-ruby-red: #642128;
  --primary-midnight-sky: #041c2c;
  --primary-rose-gold: #90654c;
  --primary-ivory: #f1e4b2;

  /* Background */
  --background-sand: #f5eed6;

  /* General Neutrals */
  --black: #000000;
  --gray-dark: #58595b;
  --gray: #cccccc;
  --gray-light: #dfdfdf;
  --gray-medium: #f9f9f9;
  --gray-lighter: #f2f2f2;
  --white: #ffffff;
  --green: #19670c;

  /* Accent / Utility Colors */
  --success-green: #45aa35;
  --alert-red: #ff483d;

  /* Spacing Scale */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 48px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;

  /* Shadow */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);

  /* Fonts */
  --font-snell: "snellregular", cursive;
  --font-american-typewriter: "american_typewriterregular", serif;
  --font-sniglet: "Sniglet", cursive;
}

@import url("https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display=swap");

@font-face {
  font-family: "snellregular";
  src: url("/cdn/shop/files/snell-bt-regular-webfont.woff2?v=1759141489")
      format("woff2"),
    url("/cdn/shop/files/snell-bt-regular-webfont.woff?v=1759141490")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "american_typewriterregular";
  src: url("/cdn/shop/files/american_typewriter_regular-webfont.woff2?v=1759141489")
      format("woff2"),
    url("/cdn/shop/files/american_typewriter_regular-webfont.woff?v=1759141489")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  overflow-x: hidden;
  word-break: keep-all;
}

.spacing-md {
  padding-bottom: var(--spacing-md);
}

.page-width1184 {
  width: 100%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
}

*:focus-visible {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h4-small,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  color: var(--black);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  margin: 0;
}

.h7 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}

.h7,
.h7-alt {
  font-size: 1.2rem;
  line-height: 1.66667;
}

.h7-alt,
.h6-alt {
  font-family: var(--font-heading-light-family);
  font-style: var(--font-heading-light-style);
  font-weight: var(--font-heading-light-weight);
}

@media only screen and (min-width: 750px) {
  .h7,
  .h7-alt {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.hxxl {
  font-size: clamp(
    calc(var(--font-heading-scale) * 5.6rem),
    14vw,
    calc(var(--font-heading-scale) * 7.2rem)
  );
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  line-height: 1.33333;
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
    line-height: 1.25;
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 2rem);
  line-height: 1.4;
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
    line-height: 1.5;
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  line-height: 1.5;
}

.h4-small {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
    line-height: 1.36364;
  }

  .h4-small {
    font-size: calc(var(--font-heading-scale) * 2rem);
    line-height: 1.4;
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h6,
.h6,
.h6-alt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.hw-text18 {
  font-size: 1.8rem;
}

a {
  font-family: var(--font-heading-light-family);
  font-style: var(--font-heading-light-style);
  font-weight: var(--font-heading-light-weight);
  text-decoration: none;
  color: var(--black);
}

a:hover {
  color: var(--primary-ruby-red);
}

.hw-black {
  color: var(--black) !important;
}

.hw-gray--dark {
  color: var(--gray-dark) !important;
}

.hw-success {
  color: var(--success-green) !important;
}

.hw-green {
  color: var(--green) !important;
}

.hw-gray--darkLink:not(:hover),
.hw-gray--darkLink {
  color: var(--gray-dark) !important;
}

.hw-primary--red,
.hw-primary--link {
  color: var(--primary-ruby-red) !important;
}

.hw-primary--red .price {
  color: inherit;
}

.gray-medium {
  background-color: var(--gray-medium) !important;
}

.hw-primary--link:hover {
  color: var(--gray-dark) !important;
}

.hw-text14 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.template-cart .hw-text14,
.template-cart .wk-text {
  font-size: 1.4rem !important;
  line-height: 1.5;
}

.hw-text--normal {
  font-weight: normal !important;
}

.hw-link--icon,
.customer .hw-link--icon {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  text-transform: capitalize;
  transition: color 0.2s ease-out;
}

.hw-link--primary {
  color: var(--primary-ruby-red) !important;
}

.hw-link--primary:hover {
  color: var(--gray-dark) !important;
}

/* .swiper:not(.swiper-initialized) * {
    opacity: 0;
} */

.hw-text--center {
  text-align: center;
}

p {
  margin-top: 0;
  color: var(--gray-dark);
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.overflow-hiden {
  overflow: hidden !important;
}

.hw-flex {
  display: flex;
}

.hw-flex--wrap {
  flex-wrap: wrap;
}

.hw-flex--column {
  flex-direction: column;
}

.hw-flex--wCenter {
  display: flex;
  align-items: center;
}

.hw-justify--center {
  justify-content: center;
}

.hw-justify--between {
  justify-content: space-between;
}

.hw-gapx4 {
  column-gap: 0.4rem;
}

.hw-gapx8 {
  row-gap: 0.8rem;
}

.hw-gapy4 {
  column-gap: 0.4rem;
}

.hw-gapy8 {
  column-gap: 0.8rem;
}

.hw-gapy16 {
  column-gap: 1.6rem;
}

.hw-gapy24 {
  column-gap: 2.4rem;
}

.hw-gapy12 {
  column-gap: 1.2rem;
}

.hw-align--center {
  align-items: center;
}

.hw-mb12 {
  margin-bottom: 1.2rem;
}

.hw-mb24 {
  margin-bottom: 2.4rem;
}

.d-block {
  display: block;
}

.svg-wrapper24 {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

.svg-wrapper32 {
  width: 3.2rem !important;
  height: 3.2rem !important;
}

input[type="checkbox"] {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  vertical-align: top;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--gray);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

input[type="checkbox"]:checked {
  background-color: var(--primary-ruby-red);
  border-color: var(--primary-ruby-red);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M15.4983 3.93945C15.8079 4.21464 15.8358 4.68869 15.5606 4.99828L7.56056 13.9983C7.41824 14.1584 7.21424 14.25 7.00001 14.25C6.78578 14.25 6.58178 14.1584 6.43945 13.9983L2.43945 9.49828C2.16426 9.18869 2.19215 8.71464 2.50174 8.43945C2.81132 8.16426 3.28538 8.19215 3.56056 8.50173L7.00001 12.3711L14.4395 4.00174C14.7146 3.69215 15.1887 3.66426 15.4983 3.93945Z' fill='%23fff'/%3E%3C/svg%3E");
}

input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
  margin: 0;
  border: 1px solid var(--gray);
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  background-color: var(--white);
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
}

input[type="radio"]:checked {
  background-color: var(--primary-ruby-red);
  border-color: var(--white);
  outline: 0.1rem solid var(--primary-ruby-red);
  border-width: 4px;
  -webkit-appearance:none !important;
}

.image-upload-text {
  font-family: var(--font-heading-family);
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
  text-transform: capitalize;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.2rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 1rem 1.6rem;
  cursor: pointer;
  /* font: inherit; */
  text-decoration: none;
  color: var(--black);
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.4rem !important;
  letter-spacing: 0;
  line-height: 1.57143 !important;
}

.shopify-challenge__button,
.customer button {
  display: inline-flex !important;
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.57143;
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

.hw-text--capitalize {
  text-transform: capitalize !important;
}

button,
.button {
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}

.button-with--icon {
  column-gap: 8px;
}

.button-outline--dark,
.customer .button-outline--dark {
  color: var(--gray-dark);
  border: 1px solid var(--gray-dark);
}

.button-outline--gray {
  border: 1px solid var(--gray);
  color: var(--gray-dark);
}

.button-outline--gray:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.button-outline--dark:hover,
.customer .button-outline--dark:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.button--primary,
.customer .button--primary {
  background-color: var(--primary-ruby-red);
  color: var(--white);
}

.button--primary:hover,
.customer .button--primary:hover {
  background-color: var(--black);
  color: var(--white);
}

.button--secondary {
  background-color: var(--primary-rose-gold);
  color: var(--white);
}

.button--secondary:hover {
  background-color: var(--black);
  color: var(--white);
}

.button--white {
  background-color: var(--white);
  color: var(--black);
}

.button--white:hover {
  background-color: var(--black);
  color: var(--white);
}

.hw-not--button {
  background-color: rgba(0, 0, 0, 0);
  color: var(--black);
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
  display: inline-flex;
  column-gap: 0.4rem;
  font-size: 1.4rem;
  align-items: center;
  cursor: pointer;
}

.hw-not--buttonDark {
  color: var(--gray-dark);
}

.hw-not--buttonDark:hover {
  color: var(--primary-ruby-red);
}

@media screen and (min-width: 750px) {
  .button,
  .button-label,
  .shopify-challenge__button,
  .customer button {
    font-size: 1.6rem !important;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded {
    min-height: calc(5rem + var(--buttons-border-width) * 2);
  }
}

.flex-shrink--null {
  flex-shrink: 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.announcement-bar__message {
  font-size: 1.2rem;
  line-height: 2;
  font-family: var(--font-heading-family);
}

.announcement-bar__message {
  color: inherit;
}

.hw-announcement--icons {
  grid-area: announcement-icons;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  column-gap: 2.4rem;
}

.hw-announcement--icons a {
  color: var(--white);
  line-height: 1;
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  column-gap: 7px;
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

.localization-wrapper {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: localization-wrapper;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

.utility-bar .slider-button {
  display: none !important;
}

.hw-currency--wrapper {
  grid-area: localization-wrapper;
  display: flex;
}

.hw-currency--wrapper .hw-country-selector#hw-currency-custom-placement {
  margin-left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0) !important;
}

.hw-currency--wrapper .hw-country-selector .hw-selected-country {
  padding: 0;
}

.hw-currency--wrapper .hw-country-selector .hw-selected-country {
  padding: 0;
}

.hw-currency--wrapper .hw-country-selector .hw-selected-country .dropdown-icon {
  color: var(--white);
}

.hw-currency--wrapper .hw-country-selector .hw-selected-country > .flag {
  max-width: 24px;
}

.hw-currency--wrapper .hw-country-selector .hw-country-dropdown {
  border: none !important;
  border-radius: 0;
  padding: 8px 6px;
}

.hw-country-selector .country-item .flag {
  max-width: 24px !important;
  flex-shrink: 0;
}

.hw-currency--wrapper
  .hw-country-selector
  .hw-selected-country
  .hw-country-name {
  font-size: 14px !important;
  color: var(--white);
}

.hw-country-selector {
  font-family: var(--font-heading-family) !important;
}

.hw-country-dropdown .country-item {
  font-size: 14px;
  font-weight: 300;
  font-family: var(--font-heading-light-family);
}

@media screen and (min-width: 750px) {
  .announcement-bar__message {
    font-size: 1.4rem;
    line-height: 1.57143;
    padding: 1.2rem 0;
  }

  .hw-currency--wrapper
    .hw-country-selector
    .hw-selected-country
    .hw-country-name {
    margin-right: 22px;
  }
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: "localization-wrapper announcements announcement-icons";
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "localization-wrapper announcement-icons";
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
  .cart-count-bubble {
    height: 1.5rem;
    width: 1.5rem;
    bottom: 2rem;
    left: 3.2rem;
}
}

/*Footer*/
footer .footer__content-top {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.hw-newslatter {
  background-color: var(--gray-medium);
  padding: 3.2rem 1.2rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.hw__klaviyo-form {
  flex: 1;
}

.hw-newslatter--text > * + * {
  margin-top: 0.8rem;
}

footer .footer-block__details-content .list-menu__item--link {
  color: var(--black);
}

footer .footer-block__details-content .list-menu__item--link:hover {
  color: var(--primary-ruby-red);
}

.hw-footer--social {
  padding-bottom: 2.4rem;
}

.hw-footer--bottom {
  background-color: var(--primary-ruby-red);
  color: var(--white);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.hw-footer--newsletter {
  padding-top: 2.4rem;
}

.hw-footer--social .list-social {
  justify-content: center;
}

.footer-copyright small {
  font-size: 1.2rem;
  line-height: 1.66667;
}

.hw-underline {
  text-decoration: underline;
  cursor: pointer !important;
}

.hw-footer--bottom a {
  color: inherit;
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 0.4rem;
}

.footer-copyright {
  display: flex;
  align-items: center;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  flex-wrap: wrap;
}

.hw-footer--social .list-social__link {
  padding: 0 1.4rem;
}

.hw-footer--bottom a:hover {
  color: var(--primary-ivory);
}

.footer-copyright ul.policies {
  display: flex;
  align-items: center;
  line-height: 100%;
  margin-right: 1.2rem;
}

.footer-copyright ul.policies > li:not(:last-child)::after {
  content: "|";
  font-size: 90%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-flex;
}

@media screen and (min-width: 750px) {
  .footer__blocks-wrapper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .hw-newslatter {
    padding: 4rem 2rem;
  }

  .hw-newslatter--text {
    max-width: 490px;
  }

  .hw-footer--blockHeading {
    color: var(--primary-ruby-red);
    margin-bottom: 1.6rem;
  }

  .footer-copyright small {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

@media screen and (min-width: 991px) {
  .hw-footer--newsletter {
    padding-top: 4.8rem;
  }

  .hw-newslatter {
    padding: 4.8rem;
  }

  footer .footer__content-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hw-newslatter--text > * + * {
    margin-top: 1.6rem;
  }

  .hw-footer--social {
    padding-bottom: 4.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .hw-footer--blockHeading {
    margin-bottom: 3.2rem;
  }

  .footer__blocks-wrapper {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

@media screen and (max-width: 749px) {
  .hw-newslatter--text {
    text-align: center;
  }

  .hw-footer--blockHeading {
    font-size: 1.4rem;
    line-height: 1.57143;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--gray);
  }

  .hw-footer--blockHeading .svg-wrapper {
    width: 1.5rem;
    height: 1.4rem;
    color: var(--gray-dark);
  }

  .hw-footer--blockHeading.open {
    color: var(--primary-ruby-red);
    border-color: var(--primary-ruby-red);
  }

  .hw-footer--blockHeading.open .svg-wrapper {
    color: var(--primary-ruby-red);
    transform: scaleY(-1);
  }

  footer .list-menu__item--link {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    line-height: calc(1 + 1.143 / var(--font-body-scale));
  }

  .footer-block__details-content.js-footer-content > li:first-child {
    padding-top: 1.2rem;
  }

  .js-footer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .js-footer-content.open {
    max-height: 500px;
    /* adjust as needed */
  }

  .js-footer-accordion {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hw-footer--social .svg-wrapper {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .footer__content-bottom-wrapper {
    flex-direction: column;
  }

  .footer__content-bottom-wrapper,
  .footer-copyright {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .hw-newslatter--text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*End Footer*/

/*Section css*/
.hero-strip__inner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  column-gap: 1rem;
}

.hero-strip__link {
  font-size: 1.2rem;
  line-height: 1.5;
}

.hw-slideshow--slide {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slideshow-wraper--box {
  position: absolute;
  inset: 0;
}

.hw-relative {
  position: relative;
}

.hero-swiper {
  height: 100%;
}

.hw-slideshow--textWrapper {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.hw-slideshow--textWrapper .banner__heading {
  margin-bottom: 1.6rem;
}

.hw-section--title {
  text-transform: capitalize;
}

.hw-titlebar--section .hw-section--title strong {
  font-weight: inherit;
  color: var(--primary-ruby-red);
}

.custom-category--image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.763 /1;
  max-height: 393px;
}

.custom-category--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  border: none;
}

.whole-box--link:hover ~ .custom-category--image img {
  transform: scale(1.2);
}

.custom-category-grid .swiper {
  overflow: visible;
}

.custom-category-section {
  overflow: hidden;
}

.custom-category--box .h6 {
  margin-top: 0.8rem;
}

.whole-box--link {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.hw-title--wrapper {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: space-between;
}

/*swiper*/
.swiper-pagination-bullet {
  background: rgba(100, 33, 40, 0.1);
  opacity: 1;
  border-radius: 4px;
  transition: width 0.2s ease-out;
  width: 6px;
  height: 6px;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-ruby-red);
  width: 16px;
}

.hw-swiper--action {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 1.4rem;
  min-height: 3.2rem;
}

.hw-swiper--arrows {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.hw-swiper--btn .svg-wrapper {
  width: 2.4rem;
  height: 2.4rem;
}

.hw-swiper--btn {
  background-color: var(--gray-medium);
  padding: 0.4rem;
  line-height: 1;
  display: flex;
  color: var(--gray-dark);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hw-swiper--btn:not(.swiper-button-disabled):hover {
  background-color: var(--black);
  color: var(--white);
}

.hw-swiper--btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: no-drop;
}

.hw-swiper--btn.hw-btn--prev .svg-wrapper {
  transform: scaleX(-1);
}

.hw-swiper--action .hw-swiper--arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hw-swiper--action .hw-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*End swipper*/

.hw-tabbed--gallery {
  overflow: hidden;
}

.hw-tabbed--galleryTabs {
  display: flex;
  column-gap: 0.4rem;
  overflow-x: auto;
}

.hw-tabbed--galleryTabs .tab-button {
  flex: 1 0 0;
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0);
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1.42857;
  color: var(--gray-dark);
  font-weight: 300;
  row-gap: 0.2rem;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  background-color: var(--gray-medium);
  font-size: 1.4rem;
  min-height: 5rem;
}

.hw-tabbed--galleryTabs .tab-button strong {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.44444;
  transition: color 0.2s ease-out;
}

.hw-tabbed--galleryTabs .tab-button:not(.active):hover {
  background-color: var(--gray-lighter);
}

.hw-tabbed--galleryTabs .tab-button.active {
  background-color: var(--background-sand);
  border-top-color: var(--primary-ruby-red);
}

.hw-tabbed--galleryTabs .tab-button:not(.active):hover strong {
  color: var(--black);
}

.hw-tabbed--galleryTabs .tab-button.active strong {
  color: var(--primary-ruby-red);
}

.hw-tab--content {
  display: none;
}

.hw-tab--content.active {
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.gallery-grid .gallery-tile {
  position: relative;
  overflow: hidden;
}

.gallery-grid .gallery-tile::before {
  content: "";
  padding-top: 52.53%;
  display: block;
  min-height: 13.3rem;
}

.gallery-grid .gallery-tile:hover img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.gallery-grid .gallery-tile img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0; 
    object-fit: cover;
    transition: all .3s ease;
}

.gallery-grid .gallery-tile .h4 {
  position: absolute;
  bottom: 0;
  color: var(--white);
  z-index: 1;
  padding: 2rem;
}

.gallery-grid > .gallery-tile:nth-child(odd) .h4 {
  left: 0;
}

.gallery-grid > .gallery-tile:nth-of-type(1) .h4,
.gallery-grid > .gallery-tile:nth-of-type(2) .h4 {
  top: 0;
}

.gallery-grid > .gallery-tile:nth-child(even) .h4 {
  right: 0;
}

.hw-img--withText .image-with-text__content > * + *,
.hw-img--withText .image-with-text__content .image-with-text__text + .button {
  margin-top: 1.2rem;
}

.vector-image--wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hw-section--header .hw-section--title + p {
  margin-top: 0.4rem;
}

.hw-advantage--box {
  background-color: var(--gray-medium);
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  row-gap: 0.4rem;
  height: 100%;
  box-sizing: border-box;
  min-height: 18.4rem;
}

.hw-advantage--box .hw-link--icon {
  margin-top: auto;
}

.hw-advantage--box.left .hw-link--icon {
  justify-content: flex-start;
}

.hw-advantage--box.center .hw-link--icon {
  justify-content: center;
}

.hw-advantage--box.right .hw-link--icon {
  justify-content: flex-end;
}

/* .hw-advantage--box p {
    margin-top: auto;
} */

.hw-advantage--box .advantage-icon {
  max-width: 5rem;
  max-height: 5rem;
  margin: 0;
  min-width: 5rem;
  min-height: 5rem;
  object-fit: contain;
}

.hw-advantage--box.left .advantage-icon {
  margin-right: auto;
}

.hw-advantage--box.center .advantage-icon {
  margin-left: auto;
  margin-right: auto;
}

.hw-advantage--box.right .advantage-icon {
  margin-left: auto;
}

.hw-advantage--box .advantage-icon + .h6 {
  margin-top: 0.4rem;
  text-transform: capitalize;
}

.hw-advantage--box > h3 {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.hw-collection--swiper {
  overflow: visible;
}

.hw-collection--swiper .hw-collection--swiperSlide {
  text-align: center;
  transition: transform 0.5s ease;
}

.hw-collection--swiper .swiper-slide {
  width: 200px;
  transform: scale(0.6);
  opacity: 0.6;
  user-select: none;
  transition: all 0.5s ease;
}

.hw-collection--swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.hw-collection--swiper .swiper-slide:not(.swiper-slide-active) .hw-title {
  display: none;
}

.hw-collection--swiperSlide img {
  width: 100%;
  height: auto;
  margin: 0;
}

.hw-collection--swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.1),
    rgb(255, 255, 255)
  );
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.hw-collection--swiper .swiper-slide-active::before {
  opacity: 0;
}

.hw-collection--swiper .hw-title {
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.hw-button--group {
  display: flex;
  column-gap: 1.6rem;
}

.hw-banner--section img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.hw-banner--section picture {
  width: 100%;
  height: auto;
  display: block;
}

.hw-banner--content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.template-liali-advantages .hw-advantage--box.left {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.slideshow__media picture img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hw-slideshow--holderImg img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .hw-collection--swiper .swiper-slide {
    width: 320px;
  }

  .gallery-grid {
    gap: 1.6rem;
  }

  .hw-tabbed--galleryTabs {
    column-gap: 0.8rem;
  }

  .hw-tabbed--galleryTabs .tab-button {
    flex: 1 0 0;
    padding: 1.5rem 1rem;
  }

  .hw-tabbed--galleryTabs .tab-button strong {
    font-size: 1.8rem;
  }

  .hw-img--withText .image-with-text__text {
    max-width: 486px;
  }

  .hw-advantages--swiper .swiper-pagination-outer {
    display: none !important;
  }

  .hw-banner--content {
    top: 32%;
  }

  .slideshow-wraper--box .banner::after,
  .slideshow-wraper--box .banner__media::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 27.33%,
      rgba(0, 0, 0, 0.6) 173.66%
    );
  }
}

@media screen and (min-width: 600px) {
  .hero-strip__link {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .hero-strip__link.menu-hideDesktop {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .svg-wrapper24 {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }

  .hw-slideshow--textWrapper .banner__heading {
    margin-bottom: 2.4rem;
  }

  .hw-swiper--action {
    margin-top: 4rem;
    min-height: 3.2rem;
  }

  .hw-tabbed--galleryTabs {
    column-gap: 1.2rem;
  }

  .hw-section--header .hw-section--title + p {
    margin-top: 1.2rem;
  }

  .hw-advantage--box {
    row-gap: 0.8rem;
  }

  .hw-advantage--box .advantage-icon + .h6 {
    margin-top: 0.8rem;
  }

  .hw-img--withText .image-with-text__content > * + *,
  .hw-img--withText .image-with-text__content .image-with-text__text + .button {
    margin-top: 2.4rem;
  }

  .hw-button--group {
    column-gap: 2.4rem;
  }
}

@media screen and (min-width: 1240px) {
  .template-liali-advantages .hw-advantage--box .advantage-icon {
    max-width: 6rem;
    max-height: 6rem;
    min-width: 6rem;
    min-height: 6rem;
  }
}

@media screen and (max-width: 749px) {
  .gallery-grid .gallery-tile .h4 {
    line-height: 1.71429;
    padding: 0.4rem 1rem;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
  }
  .gallery-grid .gallery-tile::before {
    content: "";
    padding-top: 0;
    display: block;
    min-height: 9rem;
}
  .hw-slideshow--textWrapper {
    align-items: flex-start;
    text-align: center;
    padding-top: 2.4rem;
  }

  .hw-tabbed--galleryTabs .tab-button {
    min-width: 14rem;
    white-space: nowrap;
  }
  .hw-tabbed--galleryTabs .tab-button{
    min-height: 3rem;
  }
  .hw-tabbed--galleryTabs {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    overflow-x: hidden;
    gap: 0.5rem;
  }

  .hw-tabbed--galleryTabs::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }

  .hw-img--withText .image-with-text__content {
    padding: 3.2rem 2.4rem;
  }

  .hw-advantages--swiper {
    overflow: visible;
  }

  .hw-advantage--box .h6 {
    font-size: 1.4rem;
    line-height: 1.71429;
  }

  .hw-advantages--swiper .swiper-slide {
    height: auto;
  }

  .hw-advantages--swiper .swiper-pagination-outer {
    text-align: center;
    padding-top: 1.2rem;
  }

  .hw-collection--swiper .hw-title {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.57143;
    min-height: 44px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .hw-banner--content {
    top: 0;
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
  }

  .hw-banner--content .hw-button--group {
    justify-content: center;
  }

  .slideshow-wraper--box .banner::after,
  .slideshow-wraper--box .banner__media::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 27.33%,
      rgba(0, 0, 0, 0.6) 173.66%
    );
    height: 14vh;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .hero-strip {
    min-height: 3.4rem;
    max-height: 3.4rem;
    overflow: hidden;
  }
  .hero-strip__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -1.2rem;
    padding: 0 0.4rem;
    scrollbar-width: none;
  }
  .hero-strip__inner::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
  }
  .hero-strip__link {
    white-space: nowrap;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 360px) {
  .hw-button--group {
    column-gap: 0.4rem;
  }

  .hw-button--group .button {
    font-size: 1.2rem;
  }
}

/*End section css*/

/*Megamenu CSS*/
.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0;
}

.header__menu-item span {
  font-family: var(--font-heading-family);
  font-weight: 300;
}

.link,
.customer a {
  text-decoration: none;
  text-underline-offset: 0;
  color: var(--black);
}

.link--text {
  color: var(--black);
}

.link--text:hover,
.link:hover,
.customer a:hover {
  color: var(--primary-ruby-red);
}

summary .icon-caret {
  position: absolute;
  height: 1.6rem;
  right: 1.5rem;
  top: calc(50% - 7px);
}

details[open] > .header__menu-item {
  color: var(--primary-ruby-red);
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

details[open] > .header__menu-item {
  text-decoration: none;
}

.hw-megamenu--box .hw-megamenu--right {
  padding: 0 4rem 4rem;
}

.hw-megamenu--link {
  display: block;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.hw-megamenu--singleBox {
  display: grid;
  row-gap: 2.4rem;
  column-gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 4rem;
}

.hw-megamenu--itemGrid {
  display: grid;
  row-gap: 2.4rem;
  column-gap: 1.2rem;
  /* grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); */
  grid-template-columns: repeat(2, 1fr);
}

.hw-megamenu--content.hw-megamenu--shop-by-stone
  .mega-menu__image-thumb::before,
#HeaderMenu-wedding-engagement
  + .mega-menu__content
  .mega-menu__image-thumb::before {
  padding-top: 124.45%;
}

.hw-megamenu--linkItem > a {
  display: block;
}

.hw-megamenu--content.hw-megamenu--shop-by-price
  .hw-megamenu--itemGrid
  .h7-alt.hw-text--center {
  text-align: left;
}

.mega-menu__image-thumb {
  position: relative;
  overflow: hidden;
}

.mega-menu__image-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
  background: var(--gray-medium);
}

.hw-megamenu--singleBox .mega-menu__image-thumb::before {
  padding-top: 116.435%;
}

.mega-menu__image-thumb img {
  position: absolute;
  max-width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: transform 0.2s ease-out;
  width: 100%;
  height: 100%;
}

.hw-mega--menuInnrerLink:hover .mega-menu__image-thumb img {
  transform: scale(1.1);
}

.mega-menu .global-settings-popup {
  border-color: var(--gray);
  box-shadow: none;
}

.mega-menu__image-thumb .m-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-medium);
  color: var(--primary-ruby-red);
  font-weight: normal;
  transition: color 0.2s ease-out;
}

.hw-mega--menuInnrerLink:hover .mega-menu__image-thumb .m-link {
  color: var(--gray-dark);
}

.hw-megamenu--content:not(.active) {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left .header__inline-menu {
    display: flex;
    justify-content: center;
  }

  .js .mega-menu__content {
    transform: translateY(-1.5rem);
  }
}

@media screen and (min-width: 1240px) {
  .header--middle-left {
    column-gap: 2rem;
  }

  .header--middle-left .header__inline-menu > .list-menu--inline {
    column-gap: 0.8rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1024px) {
  .header__heading-logo {
    max-width: 10rem;
  }

  .header__menu-item {
    padding-left: 0.5rem;
  }
}

header .menu-drawer {
  height: 100vh !important;
  top: 0 !important;
  position: fixed !important;
}

@media screen and (min-width: 750px) {
  .hw-sticky--headerBottom,
  .hw-menu-drawer__utility-links .hw-menu--inlineMega {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .hw-megamenu--left {
    border-right: 1px solid var(--gray-light);
    min-width: 24.8rem;
  }

  .hw-megamenu--box {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .hw-megamenu--link {
    font-weight: normal;
    padding: 1.5rem 4rem;
    font-size: 1.4rem;
    line-height: 1.57143;
  }

  .hw-megamenu--itemGrid {
    column-gap: 2.4rem;
  }

  .hw-megamenu--link:hover,
  .hw-megamenu--link.active {
    background-color: var(--primary-ruby-red);
    color: var(--white);
  }

  .hw-megamenu--box {
    min-height: 390px;
  }

  #HeaderMenu-jewellery + .mega-menu__content .hw-megamenu--box {
    min-height: 511px;
  }

  .hw-megamenu--itemGrid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }

  .hw-megamenu--content.hw-megamenu--shop-by-price .hw-megamenu--itemGrid {
    gap: 3.2rem;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  .hw-megamenu--content.hw-megamenu--shop-by-stone .hw-megamenu--itemGrid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }

  #HeaderMenu-wedding-engagement + .mega-menu__content .hw-megamenu--itemGrid {
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    gap: 1.2rem;
  }

  .hw-megamenu--singleBox {
    column-gap: 1.6rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 989px) {
  .menu-drawer .menu-drawer__navigation-container {
    grid-template-rows: auto 1fr;
  }

  .js-hw--menuClose {
    padding: 0.5rem;
    margin-left: -0.5rem;
    cursor: pointer;
    border: none;
    background: rgba(0, 0, 0, 0);
    outline: none !important;
    color: var(--black);
  }

  .hw-menu--inlineMega wishlist-link-block {
    --icon-size: 18px !important;
    --icon-stroke: var(--gray-dark) !important;
  }

  .js-hw--menuClose .icon {
    display: block;
    width: 2rem;
    height: 2.1rem;
  }

  .hw-menu--inlineMega {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
  }

  .menu-drawer__navigation-container .menu-drawer__navigation {
    position: relative;
  }

  .menu-drawer__navigation-container .menu-drawer__navigation::before {
    content: "";
    position: absolute;
    width: 1px;
    border-right: 1px solid var(--gray-lighter);
    height: calc(100vh - 5.8rem);
    left: 134px;
    pointer-events: none;
  }

  .menu-drawer__navigation .list-menu.list-menu--inline > li:not(:last-child) {
    border-bottom: 1px solid var(--gray-lighter);
  }

  .hw-menu-drawer__utility-links {
    background-color: var(--gray-medium);
    padding: 0.8rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 5.8rem;
  }

  .menu-drawer__navigation-container .menu-drawer__navigation {
    position: relative;
  }

  .js .menu-drawer__navigation .submenu-open {
    visibility: visible !important;
  }

  header-drawer .menu-drawer {
    height: 100vh;
    top: 0;
  }

  .menu-drawer__navigation > .list-menu {
    display: flex;
    flex-direction: column;
  }

  .hw-megamenu--box .hw-megamenu--right,
  .hw-mega-menu__list--condensed {
    padding: 0 1.2rem 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white);
    height: calc(100dvh - 5.8rem);
    overflow-y: auto;
    left: 135px;
    z-index: 1;
  }

  .menu-drawer__navigation .hw-title--wrapper {
    position: sticky;
    top: 0;
    background: var(--white);
    z-index: 1;
  }

  .menu-drawer__navigation .hw-title--wrapper .h5 {
    font-size: 1.4rem;
    line-height: 1.57143;
  }

  .menu-drawer__navigation > .list-menu > li > a {
    max-width: 134px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .hw-megamenu--left {
    max-width: 134px;
  }

  .hw-megamenu--link {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1.2rem 0.8rem 1.2rem 2.4rem;
  }

  .menu-drawer__navigation summary.list-menu__item {
    display: inline-flex;
    padding: 1.2rem;
    min-width: 134px;
    max-width: 134px;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .menu-drawer__navigation summary.list-menu__item .icon {
    position: relative;
    right: 0;
    top: 0;
    flex-shrink: 0;
  }

  details[open] > .header__menu-item {
    background-color: var(--primary-ruby-red);
    color: var(--white);
  }

  .hw-megamenu--link:hover,
  .hw-megamenu--link.active {
    background-color: var(--gray-lighter);
    color: var(--black);
  }

  .hw-megamenu--content.hw-megamenu--shop-by-price .hw-megamenu--itemGrid {
    grid-template-columns: 1fr;
  }

  .hw-menu--inlineMega .menu-drawer__account account-icon > .svg-wrapper {
    margin-right: 0;
  }

  .hw-menu--inlineMega .menu-drawer__account {
    color: var(--gray-dark);
    padding: 0.5rem;
  }

  .hw-menu--inlineMega wishlist-link-block .wk-button {
    min-width: 3rem;
    min-height: 3rem;
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 749px) {
  .hw-footer--bottom {
    padding-bottom: 4.6rem;
  }

  .hw-sticky--headerBottom {
    background-color: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 3.8rem;
    box-shadow: 0 -0.3rem 2rem #0000001a;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .hw-sticky--headerItem {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .hw-country-selector#hw-currency-custom-placement {
    margin-left: 0 !important;
  }

  .hw-sticky--headerBottom .header__icon,
  .hw-sticky--headerBottom .header__icon .svg-wrapper {
    height: 3.8rem;
    width: 100%;
  }

  /* .menu-drawer-container .header__icon.header__icon--menu.header__icon--summary {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 16.6666666667%;
    } */

  #hw-currency-custom-placement.hw-sticky--headerItem {
    display: flex;
  }

  .header__heading-logo {
    max-height: 30px;
    width: auto;
  }
}

/*End megamenu css*/
.product-card-wrapper .card--media .card__inner .card__content {
  padding: 0;
}

wishlist-button-collection .wk-button,
wishlist-button-collection .wk-button:hover {
  --icon-fill: transparent;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  background: var(--white);
}

/*Collection page*/
.lm-cardProduct {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lm-cardProduct--standard {
  display: flex;
  flex-direction: column;
  height: 100%;
  --ratio-percent: 100%;
}

.lm-cardProduct--standard .lm-cardProduct--ratio {
  position: relative;
  box-sizing: border-box;
  align-items: stretch;
  display: flex;
  aspect-ratio: 1/1;
  background-color: var(--secondary);
  border-radius: var(--medium-border-radius);
}

.lm-cardProduct--standard .lm-cardProduct--ratio .lm-cardProduct--media {
  bottom: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  border-radius: inherit;
}

.lm-cardProduct--standard
  .lm-cardProduct--ratio
  .lm-cardProduct--media
  .lm-media {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  display: block;
}

.lm-cardProduct--standard
  .lm-cardProduct--ratio
  .lm-cardProduct--media
  .lm-media
  img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lm-media.media--hover-effect > img + img {
  opacity: 0;
}

.lm-cardProduct:hover .lm-media.media--hover-effect > img + img {
  opacity: 1;
  transition: transform var(--duration-long) ease;
  transform: scale(1.03);
}

.lm-cardProduct--standard .lm-cardProduct--extra {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding: 0;
  width: 100%;
  flex-grow: 1;
  position: relative;
}

.lm-cardProduct--standard .lm-cardProduct--extra .lm-card--badgeBox {
  display: flex;
  align-items: flex-start;
}

.lm-cardProduct--standard
  .lm-cardProduct--extra
  .lm-card--badgeBox
  wishlist-button-collection {
  position: relative;
  z-index: 1;
}

.lm-cardProduct--standard
  .lm-cardProduct--extra
  .lm-card--badgeBox
  wishlist-button-collection {
  margin-left: auto;
  flex-shrink: 0;
}

.lm-cartProduct--action {
  width: 100%;
  grid-row-start: 3;
  display: flex;
  align-items: flex-end;
  padding: 0;
  justify-content: flex-end;
  flex-direction: column;
}

.lm-cart--btn {
  background-color: var(--white);
  border: none;
  box-shadow: none;
  padding: 0.4rem;
  width: 3.8rem;
  height: 3.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--gray-dark);
}

.lm-cardProduct--standard .lm-cardProduct--content {
  padding-top: 1.4rem;
  display: flex;
  flex-flow: column;
  row-gap: 0.8rem;
}

.lm-cardProduct--title {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.lm-cardProduct--standard
  .lm-cardProduct--extra
  .lm-cartProduct--action
  .lm-cart--btn {
  position: relative;
  z-index: 1;
}

.lm-cardProduct--title a {
  color: var(--gray-dark);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.whole-card--link {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}

.hw-swiper--btn.hw-btn--prev .icon-chevron-right {
  transform: scaleX(-1);
}

.card__heading a {
  color: var(--gray-dark);
  font-size: 1.4rem;
  line-height: 1.57143;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card__badge {
  align-self: flex-end;
  grid-row-start: 3;
  justify-self: flex-start;
  display: flex;
  column-gap: 0.4rem;
}

.hw-product-tag,
.badge {
  background-color: var(--primary-ruby-red);
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.2rem 0.8rem;
  font-weight: normal;
  word-break: break-word;
  text-align: center;
  margin-right: .5rem;
}

.card__content .quick-add {
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 2;
  margin-top: -3.8rem;
}

.card__content .quick-add modal-opener {
  display: flex;
  overflow: hidden;
  width: 3.8rem;
  height: 3.8rem;
  align-items: center;
  justify-content: center;
}

.card__content .quick-add modal-opener .quick-add__submit {
  background-color: var(--white);
  border: none;
  box-shadow: none;
  padding: 0.4rem;
  width: 3.8rem;
  height: 3.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--gray-dark);
}

.card__content .quick-add modal-opener .quick-add__submit .svg-wrapper {
  width: 24px;
  height: 24px;
}

.featured-collection--swiper .swiper-slide,
.hw-product--swiper .swiper-slide {
  min-width: 280px;
  max-width: 280px;
}

.price.price--on-sale .price__sale {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 1.2rem;
}

body .card-information > .price {
  color: var(--black);
}

body .price {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--black);
  font-family: var(--font-heading-family);
  font-weight: normal;
}

body .price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: var(--gray-dark);
  font-size: 1.2rem;
  margin: 0;
}

body .product__info-wrapper .price {
  font-size: 1.8rem;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
}

body .product__info-wrapper .price--on-sale .price-item--regular {
  font-size: 1.4rem;
}

.price--on-sale .price-item--regular span.money {
  text-decoration: inherit;
}

.product .price .badge,
.product .price__container {
  margin-bottom: 0 !important;
}

.card__content .card__information {
  overflow: hidden;
}

.lm-wishlist--message--wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}

.lm-wishlist--message {
  background-color: var(--white);
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 0;
  column-gap: 0.8rem;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  text-transform: capitalize;
}

.lm-wishlist--message .lm-toast--icon {
  background-color: var(--primary-ruby-red);
  border-radius: 99.9rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.lm-wishlist--message svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

@media screen and (min-width: 750px) {
  .hw-product-tag,
  .badge {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (min-width: 990px) {
  .featured-collection--swiper .swiper-slide,
  .hw-product--swiper .swiper-slide {
    min-width: 320px;
    max-width: 320px;
  }

  body .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  body .price {
    font-size: 1.8rem;
  }

  body .product__info-wrapper .price {
    font-size: 2.2rem;
    line-height: 1.36364;
    column-gap: 1.6rem;
  }

  body .product__info-wrapper .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
}

/*Quick shop popup*/
.quick-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  z-index: 4;
}

.quick-modal-backdrop.show {
  display: block !important;
}

.lm-quickShop--popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  z-index: 101;
}

.lm-quickShop--popup.show {
  display: block;
}

.lm-quickShop--popup .lm-quickShop--dialog {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  /* overflow: hidden;
  width: 100%; */
}

.lm-quickShop--dialog .lm-quickShop--content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 1.6rem;
  outline: 0;
}

.lm-quickShop--popup .lm-quickShop--close {
  display: flex;
  justify-content: center;
  padding: 0 1.6rem 2rem;
}

.lm-quickShop--popup .lm-quickShop--close button {
  background-color: var(--white);
  padding: 1rem;
  border-radius: 99.9rem;
  line-height: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.lm-quickShop--popup .lm-quickShop--close button:hover {
  color: var(--primary-ruby-red);
}

.lm-quickShop--content .lm-quickShop--body {
  background-color: var(--white);
}

.lm-quickShop--product {
  display: flex;
  align-items: flex-start;
}

.lm-quickShop--product .lm-quickShop--productInfo {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.lm-quickShop--buttons {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

.lm-quickShop--usp {
  border-top: 1px solid var(--gray);
  padding-top: 1.6rem;
}

.lm-quickShop--uspList img {
  display: block;
  flex-shrink: 0;
  margin-right: 1.2rem;
  object-fit: contain;
}

.lm-quickShop--usp > .lm-quickShop--uspList:not(:last-child) {
  margin-bottom: 0.8rem;
}

.body-overflow-hidden {
  overflow: hidden;
  height: 100%;
}

.size-guide-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 103;
  display: none;
}

.size-guide-modal-backdrop.show {
  display: block !important;
}

.lm-quickShop--sizeToggle {
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  column-gap: 0.8rem;
  cursor: pointer;
}

.lm-quickShop--sizeToggle .icon {
  display: block;
  color: var(--primary-ruby-red);
}

.lm-wishlist--message {
  background-color: var(--white);
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  column-gap: 0.8rem;
}

.lm-wishlist--message .lm-toast--icon {
  background-color: var(--primary-ruby-red);
  border-radius: 99.9rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.lm-wishlist--message svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.lm-quickShop--productGallery .lm-quickShop--media {
  position: relative;
  aspect-ratio: 1 / 1;
  /* background-color: var(--gray-medium); */
  overflow: hidden;
}

.lm-quickShop--productGallery .lm-quickShop--media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lm-quickShop--buttons .button.button--primary {
  flex-grow: 1;
  text-transform: capitalize;
}

.lm-quickShop--titlePrice > .price {
  margin-top: 0.8rem;
}

.hw-quick--utilizeBtn .button {
  padding-left: 1rem;
  padding-right: 1rem;
  flex-grow: 1;
  font-size: 1.4rem !important;
}

.hw-product--swiper .swiper-pagination {
  display: none !important;
}

.hw-quick--wishlistBtn:hover .wk-button:not(.wk-selected) .wk-icon {
  --fill: rgba(0, 0, 0, 0);
  --stroke: var(--white);
}

.hw-quick--wishlistBtn:hover .wk-button.wk-selected .wk-icon {
  --fill: var(--white);
  --stroke: var(--white);
}

.lm-btn--loading {
  font-size: 0 !important;
}

.lm-btn--loading svg {
  opacity: 0;
}

.lm-btn--loading::before {
  content: "";
  position: absolute;
  border: 0.2rem solid var(--white);
  border-bottom-color: var(--primary-ruby-red);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hw-quick--selectedSize {
  position: relative;
  margin-right: -1.2rem;
  padding-bottom: 5rem;
}

.hw-quick--selectedSize .lm-quickShop--sizeGuide {
  padding-right: 1.2rem;
}

.hw-quick--selectedSize .lm-quickShop--varient.size {
  position: absolute;
  width: 100%;
  padding-right: 1.2rem;
}

.quickshop-error-message {
  background-color: #ff483d26;
  padding: 1rem;
  color: var(--alert-red);
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.quickshop-error-message .svg-wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

@media screen and (min-width: 600px) {
  .lm-wishlist--message {
    right: 2rem;
    top: 3.6rem;
    padding: 1.6rem 2.4rem;
    column-gap: 1.2rem;
    min-width: 46rem;
  }

  .lm-quickShop--popup .lm-quickShop--dialog {
    max-width: min(100% - 6.4rem, 116rem);
  }

  .lm-wishlist--message svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (min-width: 905px) {
  .hide-tablet--up {
    display: none !important;
  }

  .lm-quickShop--popup.show {
    overflow-y: auto;
  }

  .lm-quickShop--product .lm-quickShop--productGallery {
    width: 50%;
  }

  .lm-quickShop--productInfo {
    overflow-y: auto;
    /* max-height: 80vh; */
    max-height: clamp(300px, 622px, 80vh);
    scrollbar-width: thin;
    scrollbar-color: var(--secondary);
  }

  .lm-quickShop--product .lm-quickShop--productInfo {
    width: 50%;
    padding: 0 3.2rem;
  }

  .hw-quick--selectedSize .lm-quickShop--varient.size {
    padding-right: 3.2rem;
  }

  .hw-quick--selectedSize {
    margin-right: -3.2rem;
    padding-bottom: 5rem;
  }

  .hw-quick--selectedSize .lm-quickShop--sizeGuide {
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 990px) {
  .lm-quickShop--usp {
    padding-top: 2.4rem;
  }

  body .lm-quickShop--productInfo .price {
    font-size: 2.2rem;
  }

  .lm-quickShop--usp > .lm-quickShop--uspList:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1240px) {
  .lm-quickShop--content .lm-quickShop--body {
    padding: 3.2rem 0 3.2rem 3.2rem;
  }

  .lm-quickShop--product .lm-quickShop--productInfo {
    row-gap: 2.4rem;
  }
}

@media screen and (min-width: 1300px) {
  .lm-quickShop--popup .lm-quickShop--dialog {
    max-width: min(100% - 6.4rem, 127.6rem);
  }
}

@media screen and (max-width: 1239px) {
  .lm-quickShop--popup
    .lm-quickShop--dialog
    .lm-quickShop--content
    .lm-quickShop--body {
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
}

@media screen and (max-width: 904px) {
  .hide-tablet--down {
    display: none !important;
  }

  .lm-quickShop--body {
    max-height: calc(100vh - 7.75rem);
    overflow-y: auto;
  }

  .lm-quickShop--product {
    flex-flow: column;
  }

  .lm-quickShop--product .lm-quickShop--productGallery {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-right: 1.2rem;
  }

  .lm-quickShop--product .lm-quickShop--productInfo {
    width: 100%;
    padding-right: 1.2rem;
    padding-top: 1.6rem;
    row-gap: 1.6rem;
  }

  .lm-quickShop--productGallery .lm-quickShop--galleryList {
    width: 30vw;
    min-width: 10rem;
  }

  .lm-quickShop--productTitle.h4 {
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 479px) and (max-width: 749px) {
  .lm-quickShop--productTitle.h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .lm-quickShop--popup .lm-quickShop--dialog {
    max-width: 100%;
    margin: 0;
    min-height: 100%;
    align-items: flex-end;
  }

  .lm-wishlist--message {
    max-width: 33.4rem;
    width: 95%;
  }
}

/*End Quick shop popup*/
/*End collection page*/

/*Product page*/
.hw-breadcrumb {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--gray-dark);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: var(--font-body-family);
}

.breadcrumb-item a:hover {
  color: var(--primary-ruby-red);
}

.hw-breadcrumb > .breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}

.lm-quickShop--varient.color {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  row-gap: 1.2rem;
}

.product__info-container variant-selects .product-form__input {
  margin: 0;
  padding: 0;
}

.lm-quickShop--varient.color label {
  width: 3rem;
  height: 3rem;
  position: relative;
  display: flex;
  border-radius: 4rem;
  font-size: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  border: 0.4rem solid var(--white);
}

.lm-quickShop--varient.color label::after {
  content: "";
  border: 0.1rem solid rgba(0, 0, 0, 0);
  position: absolute;
  border-radius: 4rem;
  width: 3rem;
  height: 3rem;
  pointer-events: none;
}

.lm-quickShop--varient.color input:checked + label::after {
  border-color: var(--gray-dark);
}

.lm-quickShop--varient.color input {
  position: absolute;
  display: none;
}

.product__info-container .lm-quickShop--varient.size {
  width: 100%;
  min-width: 100%;
  max-width: 100% !important;
}

.full-circle {
  border-radius: 100%;
}

.lm-quickShop--varient.size {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  column-gap: 1.2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--gray);
  padding-bottom: 1rem !important;
}

.lm-quickShop--varient.size input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.lm-quickShop--varient.size label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--gray);
  border-radius: 0;
  color: #58595b;
  transition: 0.2s ease-out;
  cursor: pointer;
  font-family: var(--font-heading-family);
  font-weight: normal;
  width: 4rem;
  height: 4rem;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.lm-quickShop--varient.size input[disabled] + label::before {
  content: "";
  border-top: 1px solid #ccc;
  position: absolute;
  width: 150%;
  border-bottom-width: 0;
  transform: rotate(45deg);
  border-left-width: 0;
  border-right-width: 0;
}

.lm-quickShop--varient.size input:checked + label,
.lm-quickShop--varient.size input:not(.disabled) + label:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

/* .lm-quickShop--varient.size input.disabled+label,
.lm-quickShop--varient.size input[disabled]+label {
    color: var(--gray);
    position: relative;
    overflow: hidden;
    cursor: no-drop;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: var(--gray) !important;
} */

.custom-qty-select {
  display: inline-flex;
  position: relative;
  align-items: center;
}

.custom-qty-select .svg-wrapper {
  position: absolute;
  right: 1rem;
  color: var(--gray-dark);
  pointer-events: none;
}

.custom-qty-select label {
  font-size: 12px;
  position: absolute;
  left: 1.2rem;
  display: block;
  margin: 0;
  pointer-events: none;
  color: var(--gray-dark);
  text-transform: capitalize;
  font-family: var(--font-heading-family);
  font-weight: normal;
}

.custom-qty-dropdown {
  background: var(--white);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--gray);
  padding: 1rem 1rem 1rem 4.4rem;
  min-width: 83px;
  color: var(--gray-dark);
  min-height: 4.4rem;
  font-family: var(--font-heading-family);
  font-weight: normal;
}

.product__info-wrapper .product__info-container {
  max-width: 100%;
}

.product-form__error-message-wrapper {
  background-color: rgba(255, 72, 61, 0.15);
  padding: 1rem;
  color: var(--alert-red);
}

.product__info-container > * + * {
  margin: 0 !important;
}

.hw-resize--flex.product-form__quantity {
  display: inline-flex;
  max-width: 83px;
  min-width: 83px;
}

.product__info-container .wk-button .wk-text {
  display: none !important;
}

.product__info-wrapper .product__info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.6rem;
}

.product__info-container > *:not(.hw-resize--flex) {
  width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 0 !important;
}

.product__info-container .product-form__submit {
  margin-bottom: 0;
  text-transform: capitalize;
}

.hw-resize--flex.hw-resize--flexCart {
  flex-grow: 1;
}

.hw-resize--flexCart .product-form__buttons {
  max-width: 100%;
}

.hw-resize--flex.hw-resize--flexCart + .shopify-app-block {
  display: inline-flex;
  width: 5.2rem;
}

.product__info-container wishlist-button-block {
  --button-margin-top: 0 !important;
}

.product__info-container wishlist-button-block .wk-button,
.product__info-container wishlist-button-block .wk-button:hover {
  border: 1px solid var(--gray);
}

.product__info-container .product__title {
  margin-bottom: 0.8rem !important;
}

.product__info-container .product__title .product__title {
  text-decoration: none !important;
}

.product__info-wrapper .icon-with-text.icon-with-text--vertical img {
  width: 3rem;
  height: 3rem;
}

.hw-product--contactWrapper .hw-flex {
  flex-wrap: wrap;
  row-gap: 1.2rem;
}

.hw-product--contactWrapper .button {
  padding-left: 1rem;
  padding-right: 1rem;
  flex-grow: 1;
  font-size: 1.4rem !important;
}

.template-product .hw-product__view-details {
  display: none;
}

.product__info-container > .icon-with-text {
  border-top: 1px solid var(--gray);
  margin-top: 1.6rem !important;
  padding-top: 1.6rem;
}

.product__info-container > .hw-product__view-details {
  margin-top: 1.6rem !important;
  order: 10;
  justify-content: center;
}

.product__info-wrapper .icon-with-text--vertical .icon-with-text__item {
  margin-bottom: 0.8rem;
}

.product__info-wrapper
  .icon-with-text--vertical
  > .icon-with-text__item:last-child {
  margin-bottom: 0;
}

.hw-breadcrumb--section {
  margin-bottom: 0.8rem;
}

.hw-single--productPrice {
  margin-top: 0.6rem !important;
}

.hw-product--contactWrapper {
  margin-top: 1.6rem !important;
}

.hw-product--contactWrapper .icon {
  flex-shrink: 0;
}

.product__info-container > variant-selects {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
  overflow-x: auto;
}

.product__info-wrapper {
  --wk-button-min-height: 44px;
}

.product__info-wrapper wk-button {
  --button-padding: 0 12px;
  --icon-stroke: var(--gray-dark);
}

.product__info-wrapper wishlist-button-block .wk-button.wk-selected {
}

.product__info-container wishlist-button-block .wk-button:hover {
  background-color: var(--black);
  border-color: var(--black);
}

.product__info-container wishlist-button-block .wk-button:hover .wk-icon {
  --stroke: #fff !important;
}

.product__info-wrapper .price .price-item {
  margin: 0;
  margin-bottom: 1rem;
}

.hw-quickShop--sizeToggle {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  column-gap: 0.8rem;
  cursor: pointer;
}

.hw-quickShop--sizeToggle .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--primary-ruby-red);
}

.hw-quickShop--sizeGuide {
  margin-bottom: 1.2rem;
  margin-top: 1.6rem;
}

.hw-varient--row {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.product__info-container .product-form__submit .icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.hw-product--detailsSection {
  border-top: 1px solid var(--gray);
  padding-top: 4rem;
  /* padding-bottom: 4rem; */
  margin-top: 4rem;
}

.hw-ship--box {
  margin-top: 1.2rem !important;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.hw-ship--box .svg-wrapper {
  width: 2.4rem;
  height: 2.4rem;
}

.hw-product--varientInfo {
  margin-top: 1.6rem;
  border: 1px solid var(--gray);
  padding: 1.6rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.hw-product--varientInfo .hw-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.8rem;
  align-items: center;
  row-gap: 0.4rem;
}

.hw-product--varientInfo .hw-item .svg-wrapper {
  grid-row: span 2;
  width: 30px;
  height: 30px;
  color: var(--primary-ruby-red);
}

.hw-prodcut--desc {
  margin-top: 1.6rem;
}

/*Size popup*/
.size-guide-modal-backdrop {
  position: fixed;
  width: 100% !important;
  height: 100%;
  background-color: #00000080;
  z-index: 103;
  inset: 0;
  display: none;
}

.size-guide-modal-backdrop.show {
  display: block !important;
}

.lm-sizechart--drawer {
  position: fixed;
  top: 0;
  background-color: var(--white);
  height: 100vh;
  overflow-x: visible;
  transform: translate(100%);
  visibility: hidden;
  z-index: 105;
  right: 0;
  padding: 0;
  transition: transform 0.4s ease, visibility 0.4s ease;
}

.lm-sizechart--drawer.open {
  transform: translate(0);
  visibility: visible;
}

.lm-sizechart--drawer .lm-sizechart--innerDrawer {
  position: relative;
  height: 100%;
}

.lm-sizechart--container {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--base-primary) rgba(137, 122, 105, 0.1);
}

.lm-sizechart--head {
  background-color: var(--gray-medium);
  padding: 1.6rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}

body.popup-show {
  height: 100%;
  overflow: hidden;
}

body.popup-show .shopify-section-group-header-group {
  z-index: 1;
}

.lm-no--btn {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  color: var(--black);
}

.lm-filter--wrapper .lm-no--btn {
  border: none;
  background-color: #0000;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  color: var(--gray-dark);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: capitalize;
}

.lm-sizechart--tabLink {
  display: flex;
  background: var(--white);
  position: sticky;
  z-index: 1;
}

.lm-sizechart--tabLink span {
  display: inline-flex;
  padding: 0.6rem 1.6rem;
  cursor: pointer;
  border-bottom: 0.2rem solid var(--gray);
  text-transform: capitalize;
  color: var(--gray-dark);
  font-family: var(--font-heading-light-family);
  font-style: var(--font-heading-light-style);
  font-weight: var(--font-heading-light-weight);
}

.lm-sizechart--tabLink span:not(.active):hover {
  color: var(--black);
  border-color: var(--gray-dark);
}

.lm-sizechart--tabLink span.active {
  color: var(--primary-ruby-red);
  border-bottom-color: var(--primary-ruby-red);
}

.lm-sizechart--steps {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
}

.lm-sizechart--tabItem:not(.active) {
  display: none;
}

.lm-sizechart--tabItem > * {
  margin-top: 1.6rem;
}

.lm-sizechart--steps {
  display: flex;
  flex-flow: column;
  row-gap: 1.6rem;
}

.lm-sizechart--steps .lm-sizechart--stepItem {
  display: flex;
  column-gap: 1.2rem;
  color: var(--gray-dark);
}

.lm-sizechart--steps .lm-sizechart--stepItem strong {
  flex-shrink: 0;
}

.lm-img--responsive {
  max-width: 100%;
  height: auto;
}

.lm-sizechart--table table {
  width: 100%;
  box-shadow: none !important;
  border: none !important;
  table-layout: fixed;
  border-collapse: collapse;
}

.lm-sizechart--table table thead th,
.lm-sizechart--table table tbody td {
  padding: 1.2rem 0.8rem;
  text-align: center;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.lm-sizechart--table table thead th {
  border-bottom: 0.1rem solid var(--gray-dark);
  font-weight: normal;
  color: var(--black);
  font-family: var(--font-heading-family);
}

.lm-sizechart--table table tbody td {
  border-bottom: 0.1rem solid var(--gray);
  color: var(--gray-dark);
}

.lm-sizechart--form {
  background-color: var(--gray-medium);
  border-radius: 0.8rem;
  padding: 1.2rem;
}

.card__content .quick-add modal-opener .quick-add__submit.loading .svg-wrapper {
  opacity: 0;
}

.lm-sizechart--steps .lm-sizechart--stepItem {
  display: flex;
  column-gap: 1.2rem;
}

.lm-sizechart--form {
  background-color: var(--gray-medium);
}

.lm-sizechart--form {
  padding: 1.2rem;
}

.lm-sizechart--form .lm-result {
  margin-top: 0.8rem;
}

.lm-result .error {
  color: var(--alert-red);
}

.lm-sizechart--dropdown {
  position: relative;
  display: flex;
}

.lm-sizechart--dropdownInner {
  background-color: var(--white);
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: calc(100% + 1rem);
  right: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.lm-sizechart--dropdownInner .item {
  padding: 0.8rem 1.6rem;
  cursor: pointer;
}

.lm-sizechart--dropdownInner .item:hover {
  color: var(--primary-ruby-red);
}

.lm-sizechart--dropdown button {
  border: 1px solid var(--gray);
  padding: 0.8rem 1.6rem;
  min-width: 5.2rem;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  min-height: 4.5rem;
  color: var(--gray-dark);
}

.lm-sizechart--dropdown .lm-no--btn.active {
  border-color: var(--primary-ruby-red);
}

.text-ship.hw-ship--box {
  margin-top: 0 !important;
}

.hw-quick--utilizeBtn {
  flex-wrap: wrap;
  row-gap: 1.6rem;
}
body .rte li {
  list-style: disc;
  padding-bottom: 1.5rem;
}
body .rte strong {
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .lm-sizechart--head {
    min-height: 6.2rem;
  }

  .lm-sizechart--form {
    padding: 2.4rem;
  }

  .lm-sizechart--tabLink {
    top: 6.2rem;
  }

  .lm-sizechart--form {
    padding: 2.4rem;
  }

  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 1.4rem;
  }

  .hw-breadcrumb--section {
    margin-bottom: 1.2rem;
  }

  .lm-filter--wrapper .lm-no--btn {
    height: 5.5rem;
  }
}

@media screen and (min-width: 905px) {
  .lm-sizechart--drawer {
    width: 76.2rem !important;
  }

  .lm-sizechart--content {
    padding: 2.4rem;
  }

  .lm-sizechart--tabItem > * {
    margin-top: 2.4rem;
  }

  .lm-sizechart--steps,
  .lm-sizechart--image,
  .lm-sizechart--calculator,
  .lm-sizechart--table,
  .lm-sizechart--link {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 904px) {
  .lm-sizechart--drawer {
    width: 90vw !important;
  }

  .lm-sizechart--content {
    padding: 1.6rem;
  }

  .lm-sizechart--steps,
  .lm-sizechart--image,
  .lm-sizechart--calculator,
  .lm-sizechart--table,
  .lm-sizechart--link {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .lm-sizechart--steps .lm-sizechart--stepItem strong {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .lm-sizechart--head {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    min-height: 5.9rem;
  }

  .lm-sizechart--tabLink span {
    font-size: 1.6rem;
    padding: 0.4rem 1.2rem;
  }
}

/*End size popup*/

.product__media-wrapper .slider-buttons .slider-button {
  display: none !important;
}

.custom-slider-dots {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}

.custom-slider-dots .dot {
  border-radius: 4px;
  background: rgba(100, 33, 40, 0.1);
  border: none;
  box-shadow: none;
  outline-width: 0;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  padding: 0;
}

.custom-slider-dots .dot.active {
  background: var(--primary-ruby-red);
  width: 1.6rem;
}

.jdgm-row-media,
.jdgm-row-search,
.jdgm-subtab,
.jdgm-row-actions,
.jdgm-quest,
.jdgm-rev,
.jdgm-paginate,
.jdgm-question-form-wrapper,
.jdgm-form-wrapper {
  border-color: var(--gray-light) !important;
}

.shopify-app-block[data-block-handle="review_widget"] {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

.jdgm-rev-widg__header .jdgm-rev-widg__title {
  font-size: 2rem;
  margin-bottom: 1.6rem !important;
}

.jdgm-rev-widg__summary-average,
.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
  color: var(--gray-dark);
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1.5;
}

.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
  margin-top: 0.2rem;
}

.jdgm-form__title,
.jdgm-histogram__frequency {
  color: var(--black);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}

.jdgm-histogram__frequency {
  text-align: center;
}

.jdgm-write-rev-link.jdgm-write-rev-link,
.jdgm-btn,
input[type="submit"].jdgm-btn {
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight) !important;
  text-transform: capitalize;
}

.jdgm-write-rev-link.jdgm-write-rev-link:hover {
  opacity: 1 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover,
.jdgm-btn--solid:not([disabled]):hover,
.jdgm-btn--solid:focus,
input[type="submit"].jdgm-btn--solid:not([disabled]):hover {
  background-color: var(--black) !important;
  border-color: var(--black);
}

.jdgm-btn--border:not([disabled]):hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
  border-color: var(--black);
}

.jdgm-btn--border:focus {
  border-color: var(--primary-ruby-red);
}

.jdgm-btn--solid:hover,
input[type="submit"].jdgm-btn--solid:hover,
.jdgm-btn--border:hover {
  opacity: 1 !important;
}

.jdgm-form__fieldset p > a {
  font-family: inherit;
  text-decoration: underline;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: var(--gray-dark) !important;
  font-family: var(--font-heading-family);
  font-weight: normal;
}

.shopify-app-block .jdgm-rev__timestamp,
.shopify-app-block .jdgm-rev__location {
  opacity: 1;
  color: #1f1f1f !important;
  min-height: 10px;
  font-size: 14px;
}

.jdgm-rev__author-wrapper .jdgm-rev__author {
  color: #1f1f1f !important;
  font-family: var(--font-heading-family);
  font-weight: normal;
}

.jdgm-all-reviews-rating + .jdgm-carousel-number-of-reviews {
  margin-top: 0.8rem;
  color: var(--gray-dark);
  text-decoration: underline !important;
  text-transform: capitalize;
}

.jdgm-carousel-title + .jdgm-all-reviews-rating-wrapper {
  margin-top: 0.8rem;
}

/* .jdgm-rev__icon {
    border-radius: 999px !important;
    overflow: hidden;
} */

.jdgm-carousel-wrapper
  .jdgm-carousel-item
  .jdgm-carousel-item__review-rating
  + .jdgm-carousel-item__review-content {
  margin-top: 1.2rem;
}

.jdgm-carousel-wrapper
  .jdgm-carousel-item
  .jdgm-carousel-item__reviewer-name-wrapper {
  color: #1f1f1f;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}

.jdgm-carousel-wrapper .jdgm-carousel-item .jdgm-carousel-item__reviewer-name {
  font-size: 100%;
  opacity: 1;
  padding-bottom: 0;
}

.shopify-app-block .jdgm-carousel__right-arrow,
.shopify-app-block .jdgm-carousel__left-arrow {
  border-width: 2px;
  width: 17px;
  height: 17px;
}

quick-add-modal .shopify-app-block .wk-button,
quick-add-modal .shopify-app-block .wk-button:hover {
  min-height: var(--button-min-height);
  padding: var(--button-padding);
  color: var(--button-color);
  background: var(--button-background);
  border-radius: var(--button-border-radius);
  gap: 7px;
  box-shadow: none;
  max-width: var(--button-max-width);
  font-size: calc(var(--wk-font-text-scale) * 100%);
  font-family: inherit;
}

quick-add-modal .shopify-app-block .wk-selected.wk-button .wk-icon {
  --fill: var(--primary-ruby-red);
  --stroke: var(--primary-ruby-red);
}

.quick-add-modal .quick-add-modal__content-info {
  margin-top: 5rem;
}

quick-add-modal .quick-add-modal__content {
  max-height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}

quick-add-modal .quick-add-modal__toggle {
  top: 0;
  right: 0;
  left: 50%;
  padding: 1rem;
  color: var(--black);
}

body .jdgm-paginate__page.jdgm-curt {
  color: #7b7b7b;
  font-weight: 400;
  font-size: 1.6rem;
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .hw-product--varientInfo {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  .jdgm-rev-widg__summary-average,
  .jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
    font-size: 1.8rem;
  }

  .jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
    margin-top: 0.8rem;
  }

  .custom-qty-select label,
  .custom-qty-dropdown {
    font-size: 14px;
  }

  .hw-resize--flex.product-form__quantity {
    max-width: 90px;
    min-width: 90px;
  }

  .custom-qty-dropdown {
    min-height: 5.2rem;
    min-width: 90px;
  }

  .product .product__info-wrapper {
    /* padding-left: 2rem; */
  }

  .product__info-wrapper {
    --wk-button-min-height: 52px;
  }

  .product__info-wrapper wk-button {
    --button-padding: 0 16px;
  }

  quick-add-modal .quick-add-modal__content .product.grid {
    max-height: 80vh;
    overflow-y: auto;
    align-items: flex-start;
  }

  .quick-add-modal .quick-add-modal__content-info {
    margin-top: 7rem;
    overflow: hidden;
    padding: 0;
  }

  quick-add-modal .quick-add-modal__content {
    margin: 0;
  }

  quick-add-modal
    .quick-add-modal__content
    .product.grid
    .product__media-wrapper {
    padding: 1.6rem;
    position: sticky;
    top: 0;
  }

  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 990px) {
  .jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-size: 3.2rem;
    margin-bottom: 4rem !important;
  }

  .jdgm-carousel-title + .jdgm-all-reviews-rating-wrapper {
    margin-top: 1.6rem;
  }

  .hw-product--varientInfo {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .product__info-wrapper .icon-with-text--vertical .icon-with-text__item {
    margin-bottom: 1.6rem;
  }

  .hw-resize--flex.product-form__quantity {
    max-width: 107px;
    min-width: 107px;
  }

  .custom-qty-dropdown {
    min-width: 107px;
  }

  .hw-single--productPrice {
    margin-top: 0.4rem !important;
  }

  .product .product__info-wrapper {
    padding-left: 5rem;
  }

  .hw-product--contactWrapper {
    margin-top: 2.4rem !important;
  }

  .product__info-container > .hw-product__view-details {
    margin-top: 2.4rem !important;
  }

  .product__info-container > .icon-with-text {
    margin-top: 2.4rem !important;
    padding-top: 2.4rem;
  }

  .product__info-container > variant-selects {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .hw-quickShop--sizeGuide {
    margin-top: 2.4rem;
  }

  .hw-product--varientInfo {
    margin-top: 4rem;
    padding: 2.4rem;
  }

  .hw-product--varientInfo .hw-item {
    column-gap: 1.6rem;
  }

  .hw-product--varientInfo .hw-item .svg-wrapper {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-rev-widg__summary
    + .jdgm-histogram,
  .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-rev-widg__summary
    + .jdgm-widget-actions-wrapper,
  .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-histogram
    + .jdgm-widget-actions-wrapper {
    border-color: var(--gray-light) !important;
  }
}

@media screen and (min-width: 1200px) {
  .product.product--medium:not(.product--no-media) .product__media-wrapper,
  .product.product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 1.2rem;
  }

  .product.product--medium:not(.product--no-media) .product__info-wrapper,
  .product.product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product__info-wrapper .product__info-container {
    column-gap: 1.2rem;
  }
}

@media screen and (min-width: 1340px) {
  quick-add-modal .quick-add-modal__content {
    width: 80%;
    max-width: 1276px;
  }

  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding: 3.2rem 4rem 3.2rem 3.2rem !important;
  }

  quick-add-modal
    .quick-add-modal__content
    .product.grid
    .product__media-wrapper {
    padding: 3.2rem;
  }
}

@media screen and (max-width: 989px) {
  .hw-product--varientInfo .hw-item .h6,
  .hw-product--varientInfo .h6-alt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 749px) {
  .product__media-wrapper .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }

  .product__media-wrapper .slider.slider--mobile .slider__slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product__media-wrapper .slider.slider--mobile {
    scroll-padding-left: 0;
    margin-bottom: 0;
  }

  media-gallery .product__media-list {
    column-gap: 0;
  }

  media-gallery .slider-buttons {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1.2rem;
    bottom: 0;
  }

  .product__info-wrapper {
    padding-top: 1.6rem;
  }

  quick-add-modal
    .quick-add-modal__content
    .product.grid
    .product__info-wrapper {
    padding-bottom: 7rem;
  }

  .quick-add-modal .quick-add-modal__content-info {
    padding: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .hw-product--contactWrapper .hw-flex {
    flex-direction: column;
  }

  .hw-product--varientInfo .hw-item .h6,
  .hw-product--varientInfo .h6-alt {
    font-size: 1.2rem;
  }
}

/*End product page*/
.search-modal.modal__content {
  background: var(--white);
  position: fixed;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.search-modal__content {
  background-color: var(--white);
  flex-wrap: wrap;
  padding: 0;
  /* min-width: 90%;
    max-width: 1000px; */
}

.hw-serach--part.part-left {
  background-color: var(--gray-medium);
}

.hw-serach--part.part-right {
  flex: 1 0 0;
}

.hw-serach--part > .h6 {
  padding: 1.6rem;
  border-bottom: 1px solid var(--gray);
}

.hw-serach--part.part-left > .h6 {
  background-color: var(--gray-medium);
}

.hw-serach--part.part-right > .h6 {
  background-color: var(--white);
}

.hw-serach--part.part-left ul,
.hw-search--dropdown ul {
  padding: 0;
  margin: 0;
}

.hw-serach--part.part-left ul li,
.hw-search--dropdown ul li {
  display: block;
  padding: 0.4rem 1.6rem;
}

.hw-serach--part.part-left ul li a,
.hw-search--dropdown ul li a {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.4rem;
}

.search-modal__content search-form.search-modal__form {
  max-width: 100%;
  padding: 1.6rem;
}

.hw-search--dropdown {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  display: none;
  z-index: 10;
}

predictive-search[open] .hw-search--dropdown,
predictive-search[loading] .hw-search--dropdown {
  display: block;
}

.search-modal__content
  search-form.search-modal__form
  .search.search-modal__form,
.header .search-modal__content predictive-search .search.search-modal__form {
  max-width: 100%;
}

.search-modal__content .search-modal__close-button {
  top: 1.6rem;

  margin: 0;
}

.search-modal__content .modal__close-button .svg-wrapper,
.search-modal__content .modal__close-button .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.hw-search--dropdown .hw-title {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-lighter);
  padding: 1.2rem 1.6rem;
}

.header .search-modal__content predictive-search {
  position: relative;
  padding: 1.6rem;
  max-width: 100%;
}

.hw-search--dropdown + .predictive-search.predictive-search--header {
  opacity: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}

.hw-search--gridWrapper {
  padding: 1.6rem;
}

.hw-model--dialogCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hw-serach--part.part-right .grid.product-grid {
  --grid-desktop-horizontal-spacing: 1.6rem;
  --grid-desktop-vertical-spacing: 1.6rem;
}

.search-modal__content predictive-search.search-modal__form {
  padding: 1.6rem;
  border-bottom: 1px solid var(--gray-lighter);
}

.hw-header--searchSuggestion {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .hw-serach--part.part-left {
    min-width: 26.5rem;
    max-width: 26.5rem;
    flex-shrink: 0;
  }

  .search-modal.modal__content {
    background: rgba(0, 0, 0, 0.5);
  }

  .hw-serach--part > .h6 {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .search-modal__content .search-modal__close-button {
    position: absolute;
    right: 2.4rem;
  }

  .hw-model--dialogCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
    min-height: 100%;
  }

  .hw-model--dialogCenter {
    margin-top: 5rem;
    margin-bottom: 5rem;
    min-height: calc(100% - 5rem * 2);
  }

  .hw-serach--part.part-right {
    overflow-y: auto;
    max-height: calc(100vh - 20rem);
  }

  .hw-header--searchSuggestion {
    display: flex;
  }

  .search-modal__content {
    width: auto;
    height: auto;
  }

  .search-modal__content
    search-form.search-modal__form
    .search.search-modal__form,
  .header .search-modal__content predictive-search .search.search-modal__form {
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 990px) {
  .hw-serach--part.part-right {
    max-height: calc(100vh - 25.4rem);
  }

  .search-modal__content search-form.search-modal__form,
  .header .search-modal__content predictive-search {
    padding: 2.4rem 3.2rem;
  }

  .hw-search--dropdown {
    left: 3.2rem;
    right: 3.2rem;
  }

  .hw-serach--part.part-left ul {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .hw-search--dropdown ul {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .hw-serach--part.part-left ul li {
    padding: 0.8rem 3.2rem;
  }

  .hw-search--dropdown ul li {
    padding: 0.8rem 2.4rem;
  }

  .hw-serach--part > .h6 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .hw-search--dropdown .hw-title {
    padding: 0.8rem 2.4rem;
  }

  .search-modal__content .reset__button {
    right: 0;
    height: 5rem;
    width: 5rem;
  }

  .hw-search--gridWrapper {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 1080px) {
  /* .search-modal__content {
        min-width: 1000px;
    } */
  .hw-model--dialogCenter {
    max-width: 1000px;
  }
}

@media screen and (max-width: 749px) {
  .header__search summary.header__icon--search {
    position: fixed;
    bottom: 0;
    right: calc(100% / 6);
    z-index: 3;
    width: calc(100% / 6);
    height: 3.8rem;
  }

  header-drawer:has(.menu-drawer-container.menu-opening)
    ~ .header__icons
    .header__icon.header__icon--search.header__icon--summary {
    z-index: 2;
  }

  .header .header__icons > .desktop-localization-wrapper,
  .header .header__icons > .header__icon--account,
  .header .header__icons > .shopify-app-block {
    display: none !important;
  }

  .header-wrapper > .header .header__icons {
    padding-right: 0;
  }

  .search-modal__content .search-modal__close-button {
    position: fixed;
    left: 0;
    z-index: 4;
  }

  .search-modal__content predictive-search.search-modal__form {
    padding-left: 4.4rem;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: var(--white);
  }
}

/*Search popup*/

/*End search popup*/
/*Account*/
.hw-befre--lineBtn + .h-captcha + div:not(.bitlogin-root) {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.simply-otp-wrapper .olWrapper .ol .login-box .input-box-content input,
.simply-otp-wrapper .olWrapper .ol .update-user-box .input-box-content input,
.sotp-widget .olWrapper .ol .login-box .input-box-content input,
.sotp-widget .olWrapper .ol .update-user-box .input-box-content input {
  padding: 1.5rem 1.8rem !important;
  font-size: 1.4rem !important;
}

.hw-befre--lineBtn + .h-captcha + div:not(.bitlogin-root),
.hw-befre--lineBtn + div:not(.h-captcha) {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-family: var(--font-heading-light-family);
  font-style: var(--font-heading-light-style);
  font-weight: var(--font-heading-light-weight);
  color: var(--gray-dark);
  font-size: 1.4rem;
  margin-top: 2.4rem !important;
}

.hw-befre--lineBtn + .h-captcha + div:not(.bitlogin-root)::before,
.hw-befre--lineBtn + .h-captcha + div:not(.bitlogin-root)::after,
.hw-befre--lineBtn + div:not(.h-captcha)::before,
.hw-befre--lineBtn + div:not(.h-captcha)::after {
  content: "";
  border-top: 0.1rem solid var(--gray-light);
  flex: 1;
}

#sotp-widget {
  background-color: var(--gray-medium);
}

.simply-otp-wrapper .olWrapper .ol .login-box .input-box-content,
.simply-otp-wrapper .olWrapper .ol .update-user-box .input-box-content,
.sotp-widget .olWrapper .ol .login-box .input-box-content,
.sotp-widget .olWrapper .ol .update-user-box .input-box-content {
  border-radius: 0 !important;
}

.simply-otp-wrapper
  .olWrapper
  .ol
  .login-box
  .other-options-box
  .other-options-wrap
  .other-option-inner,
.simply-otp-wrapper
  .olWrapper
  .ol
  .update-user-box
  .other-options-box
  .other-options-wrap
  .other-option-inner,
.sotp-widget
  .olWrapper
  .ol
  .login-box
  .other-options-box
  .other-options-wrap
  .other-option-inner,
.sotp-widget
  .olWrapper
  .ol
  .update-user-box
  .other-options-box
  .other-options-wrap
  .other-option-inner {
  border-radius: 0 !important;
}

.send-btn.otp-btn > span + svg {
  display: none;
}

.simply-otp-wrapper .olWrapper .ol .login-box .input-box-content,
.simply-otp-wrapper .olWrapper .ol .update-user-box .input-box-content,
.sotp-widget .olWrapper .ol .login-box .input-box-content,
.sotp-widget .olWrapper .ol .update-user-box .input-box-content {
  border-color: var(--gray);
}

.simply-otp-wrapper .olWrapper .ol .login-box .input-box-content input,
.simply-otp-wrapper .olWrapper .ol .update-user-box .input-box-content input,
.sotp-widget .olWrapper .ol .login-box .input-box-content input,
.sotp-widget .olWrapper .ol .update-user-box .input-box-content input {
  font-family: var(--font-heading-light-family);
  font-style: var(--font-heading-light-style);
  font-weight: var(--font-heading-light-weight);
}

.bitlogin-root .scheme-match-outline {
  border: none !important;
  padding: 4px !important;
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.bitlogin-root #google-login > svg,
.bitlogin-root #facebook-login > svg,
.bitlogin-root #apple-login > svg,
.bitlogin-root #whatsapp-login > svg,
.bitlogin-root #microsoft-login > svg,
.bitlogin-root #twitter-login > svg,
.bitlogin-root #amazon-login > svg,
.bitlogin-root #instagram-login > svg,
.bitlogin-root #magic_link-login > svg,
.bitlogin-root #mobile_app-login > svg,
.bitlogin-root #linkedin-login > svg {
  width: 3.5rem !important;
}

.simply-otp-wrapper .olWrapper .ol .otp-btn,
.sotp-widget .olWrapper .ol .otp-btn {
  border-radius: 0 !important;
}

.send-btn.otp-btn:hover {
  background-color: var(--black) !important;
}

.hw-account--login {
  background-color: var(--gray-medium);
}

.customer:not(.account):not(.order) {
  max-width: 100%;
}

.hw-account--box {
  background-color: var(--white);
  padding: 1.6rem;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.hw-password--eye {
  position: absolute;
  right: 1.4rem;
  line-height: 0;
  color: var(--gray-dark);
  cursor: pointer;
  height: 100%;
  width: 2.4rem;
}

.hw-password--eye #eye-off,
.hw-password--eye.lm-visible #eye-on {
  opacity: 0;
}

.hw-password--eye.lm-visible #eye-off {
  opacity: 1;
}

.remember-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}

.hw-toggle--login {
  background-color: var(--gray-medium);
  padding: 1.2rem 1.6rem;
}

.hw-toggle--login .hw-toggle--circle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  width: 6rem;
  height: 3.6rem;
  cursor: pointer;
  border-radius: 99.9rem;
  background-color: var(--gray-light);
  position: relative;
}

.hw-toggle--login .hw-toggle--circle::before {
  content: "";
  position: absolute;
  height: 2.4rem;
  width: 3rem;
  left: 0.6rem;
  top: 0.55rem;
  background-color: var(--gray-dark);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 99.9rem;
}

.hw-toggle--login #toggle_login {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.hw-toggle--login input:checked + label .hw-toggle--circle {
  background-color: var(--primary-ruby-red);
}

.hw-toggle--login input:checked + label .hw-toggle--circle::before {
  background-color: var(--white);
  -webkit-transform: translateX(1.8rem);
  -ms-transform: translateX(1.8rem);
  transform: translate(1.8rem);
}

.hw-toggle--login label {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}

.hw-toggle--login label .hw-toggle--text {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}

.hr-line24 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
  background-color: var(--gray-light);
}

.hw-account--login,
.hw-firstscreen--vp {
  min-height: calc(100dvh - 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#recover:target ~ .hw-toggle--login,
#recover:target ~ .hide-after--forget {
  display: none !important;
}

.hw-error--ul,
#customer_login .errors ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

.hw-form--error,
#customer_login .errors ul li,
.hw-form--message {
  display: flex !important;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 1rem;
}

.hw-form--error,
#customer_login .errors ul li {
  background-color: #ff483d26 !important;
  color: var(--alert-red) !important;
}

.hw-form--message {
  background-color: rgba(69, 153, 56, 0.12);
  color: var(--success-green);
}

.hw-form--message .svg-wrapper svg path {
  fill: var(--success-green);
}

.hw-form--error .svg-wrapper {
  margin-right: 0.4rem !important;
  margin-top: 0.05em;
}

.customer .field {
  margin: 1.2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0 !important;
}

.svg-wrapper.calendar_icon {
  position: absolute;
  top: 0;
  right: 1.6rem;
  line-height: 0;
  cursor: pointer;
  height: 100%;
  width: 2.4rem;
  color: var(--gray-dark);
}

.hw-field--dateNote {
  padding: 0.8rem 1.2rem 0;
}

.hw-account--titlebar {
  background-color: var(--gray-medium);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hw-inner--accountTab {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--gray);
  background-color: var(--white);
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
}

.hw-inner--accounttabList {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hw-inner--accounttabList .hw-tab--link,
.gifthero-mycards {
  display: flex;
  align-items: center;
  white-space: nowrap;
  column-gap: 0.4rem;
  padding: 0.6rem 1.2rem !important;
  border: 1px solid var(--gray);
  cursor: pointer !important;
  color: var(--black);
  transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border-color 0.3s ease-out;
}

.hw-inner--accounttabList .hw-tab--link .svg-wrapper {
  color: var(--primary-ruby-red);
}

.hw-inner--accounttabList .hw-tab--link:not(.active):hover,
.gifthero-mycards:not(.active):hover {
  background-color: var(--background-sand) !important;
  border-color: var(--background-sand) !important;
}

.hw-inner--accounttabList .hw-tab--link.active {
  background-color: var(--primary-ruby-red);
  border-color: var(--primary-ruby-red);
  color: var(--white);
}

.hw-inner--accounttabList .hw-tab--link.active .svg-wrapper {
  color: var(--white);
}

.hw-account--container {
  max-width: 872px;
  margin: 0 auto;
}

.order-is--empty {
  background-color: var(--gray-medium);
  padding: 4rem 1.2rem;
  text-align: center;
}

.order-is--empty > * + * {
  margin-top: 1.6rem !important;
}

.hw-cart--iconBox {
  background: rgba(100, 33, 40, 0.1);
  line-height: 1;
  max-width: 6rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  min-height: 6rem;
  border-radius: 50%;
}

.hw-cart--iconBox .svg-wrapper {
  width: 2.8rem;
  height: 2.8rem;
  color: var(--primary-ruby-red);
}

.lm-addresses--wrapBox {
  padding: 1.6rem;
  background-color: var(--gray-medium);
  margin-top: 1.6rem;
}

.lm-addresses--wrapBox .button {
  column-gap: 0.8rem;
  text-transform: capitalize;
}

.lm-addresses--listWrapBox li {
  background-color: var(--gray-medium);
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.6rem;
  margin-top: 1.2rem;
}

.lm-account--buttons .button {
  flex: 1 0 0;
  text-transform: capitalize;
}

.lm-addresses--wrapBox #AddAddress {
  padding-top: 1.6rem;
}

.lm-addresses--wrapBox #AddAddress #AddressNewHeading {
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}

.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
  color: var(--gray-dark);
}

.lm-addresses--wrapBoxBtn.button-outline--dark[aria-expanded="true"] {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.lm-addresses--listWrapBox li .lm-addresses--listWrapBox__form {
  grid-column: span 2;
  padding-top: 1.6rem;
}

.lm-addresses--listWrapBox li .lm-addresses--listWrapBox__form form {
  margin-top: 2rem;
}

.lm-inner--accountProfileDefault,
.lm-inner--accountProfileDefaultAddress {
  padding: 2.4rem;
  background-color: var(--gray-medium);
}

.lm-inner--accountProfileDefault .lm-ap--list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 1.6rem;
}

.lm-inner--accountProfileDefault .lm-ap--list .lm-ap--listRow {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  align-items: center;
}

.lm-inner--accountProfileDefault .lm-ap--list .lm-ap--listRow .lm-ap--icon,
.lm-inner--accountProfileDefault
  .lm-ap--list
  .lm-ap--listRow
  .lm-text--basePrimary {
  display: inline-flex;
  column-gap: 0.8rem;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.lm-inner--accountProfileDefault .h6 {
  text-transform: capitalize;
}
.lm-ap--listRow.hw_phone .hw-primary--red {
  display: inline-flex;
  column-gap: 0.8rem;
}
.lm-ap--listRow.hw_phone .lm-ap--circle {
  background-color: var(--primary-ruby-red);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: var(--white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-ap--icon.svg-wrapper .icon {
  flex-shrink: 0;
}

.lm-ap--icon.svg-wrapper {
  width: 2.4rem;
  height: 2.4rem;
}

.lm-account--viewOrderWidget {
  border: 1px solid var(--gray);
  padding: 1.6rem;
  background-color: var(--white);
}

.lm-account--viewOrderWidget .lm-order--historyImage {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

.lm-account--viewOrderWidget .lm-order--historyImage img {
  flex-shrink: 0;
}

.lm-account--viewOrderWidget hr,
.lm-order--details hr {
  background-color: var(--gray);
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.lm-account--rowOrderInfo {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.lm-account--rowOrderInfo .lm-order--tableRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.lm-order--tableCol.right.number {
  color: var(--primary-ruby-red);
}

.lm-order--tableCol.right.status {
  padding: 0.4rem 1.2rem;
  background-color: var(--gray-medium);
  color: var(--primary-ruby-red);
}

.lm-account--viewOrderWidget
  .lm-account--rowOrderTotal
  .lm-account--rowOrder__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
}

.lm-account--viewOrderWidget .lm-account--rowOrderTotal {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

.lm-account--rowOrder__price .h4 {
  color: var(--primary-ruby-red);
}

.lm-account--rowOrder__price .h4,
.order-details--footerRow .h4 {
  font-size: 1.8rem;
}

.lm-account--viewOrderWidget .lm-account--rowImage {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.lm-account--viewOrderWidget + .lm-account--viewOrderWidget {
  margin-top: 1.6rem;
}

.lm-order--details {
  border: 1px solid var(--gray);
  padding: 1.6rem;
  margin-top: 1.6rem;
}

.lm-order--detailsItem {
  display: flex;
  column-gap: 1rem;
}

.lm-order--detailsItem .lm-order--priceColumn {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lm-order--detailsItem .lm-order--image {
  display: flex;
  column-gap: 1.6rem;
}

.lm-order--detailsItem .lm-order--image img {
  flex-shrink: 0;
}

.lm-order--detailsItem .lm-order--image .lm-order--imageText {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  font-size: 1.4rem;
  color: var(--gray-dark);
}

.order-details--footer {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.order-details--footerRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}

.order-details--footerRow div:first-child {
  flex: 1 1 0;
}
.order-details--footerRow .order-details--discount {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  color: var(--green);
}
.order .lm-order--imageText .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.order .order-details--discount .cart-discount {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  font-size: inherit;
}
.order-details--footerRow > div[headers="RowDiscount"] {
  color: var(--green);
}
.lm-account--addressBilling .h7 {
  text-transform: capitalize;
}

.order-details--footerRow div:last-child {
  flex-shrink: 0;
  text-align: right;
}

.lm-order--priceColumnQty {
  text-align: right;
}

.order-details--footer .order-details--footerRow:last-child {
  border-top: 1px solid var(--gray);
  padding-top: 1.2rem;
  margin-top: 0.4rem;
}

.lm-account--addressBox {
  display: grid;
  grid-row-gap: 1.6rem;
  margin-top: 1.6rem;
}

.lm-account--addressBoxWrapper {
  border: 1px solid var(--gray);
  padding: 1.6rem;
}

.lm-account--addressBoxWrapper .lm-account--address__status {
  display: flex;
  justify-content: space-between;
  column-gap: 0.8rem;
  align-items: center;
}

.lm-account--addressBilling {
  margin-top: 0.8rem;
}

.lm-account--addressBilling * + * {
  margin-top: 0.4rem;
}

.lm-account--addressBilling p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.lm-account--address__status .paid-status {
  padding: 0.4rem 1.2rem;
  background-color: var(--gray-medium);
  /* color: var(--primary-ruby-red) !important; */
}

/*Wishlist page*/
body wishlist-page .wk-page {
  max-width: 100%;
  padding: 0;
}

wishlist-page .wk-header .hw-account--titlebar + .wk-wishlist-empty-callout {
  order: 3;
  margin-top: 4rem;
}

main#MainContent > #wishlist-page {
  display: block !important;
}

main#MainContent > #wishlist-page,
main#MainContent > wishlist-page {
  min-height: calc(100dvh - 112px);
}

main#MainContent > wishlist-page {
  display: block;
}

remove-button .wk-button .wk-icon[icon="remove"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7 4.12695C7 3.02238 7.89543 2.12695 9 2.12695H15C16.1046 2.12695 17 3.02238 17 4.12695V6.12695H18.9897C18.9959 6.1269 19.0021 6.1269 19.0083 6.12695H21C21.5523 6.12695 22 6.57467 22 7.12695C22 7.67924 21.5523 8.12695 21 8.12695H19.9311L19.0638 20.2694C18.989 21.3161 18.1182 22.127 17.0689 22.127H6.93112C5.88184 22.127 5.01096 21.3161 4.9362 20.2694L4.06888 8.12695H3C2.44772 8.12695 2 7.67924 2 7.12695C2 6.57467 2.44772 6.12695 3 6.12695H4.99174C4.99795 6.1269 5.00414 6.1269 5.01032 6.12695H7V4.12695ZM9 6.12695H15V4.12695H9V6.12695ZM6.07398 8.12695L6.93112 20.127H17.0689L17.926 8.12695H6.07398Z' fill='%2358595B'/%3E%3C/svg%3E");
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.8rem;
  height: 1.8rem;
}

remove-button .wk-button .wk-icon[icon="remove"] svg {
  opacity: 0 !important;
  visibility: hidden !important;
}

wishlist-product-card .wk-meta {
  text-align: left !important;
}

body wishlist-product-card .wk-price {
  font-size: 1.6rem;
  justify-content: flex-start;
  line-height: 1.5;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}

body wishlist-product-card .wk-price .wk-current-price.wk-sale {
  color: var(--gray-dark);
  font-size: 88%;
}

body wishlist-product-card .wk-price .wk-current-price.wk-sale .money {
  text-decoration: line-through !important;
}

body wishlist-product-card .wk-cta-button,
body wishlist-product-card .wk-cta-button:disabled {
  font-family: var(--font-heading-family) !important;
  font-weight: var(--font-heading-weight);
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border: 0;
  text-transform: capitalize;
}

body wishlist-product-card .wk-cta-button {
  background-color: var(--primary-ruby-red);
  color: var(--white);
}

body wishlist-product-card .wk-cta-button:disabled {
  background-color: var(--gray);
  color: var(--gray-dark);
  border: none !important;
}

body wishlist-product-card .wk-cta-button:disabled {
  opacity: 1;
}

body wk-option-select .wk-control {
  font-family: var(--font-heading-family) !important;
  font-size: 1.4rem;
  padding-left: 1.6rem;
  border-color: var(--gray) !important;
  color: var(--gray-dark) !important;
}

body wk-option-select .wk-control {
  font-family: var(--font-heading-family) !important;
  font-size: 1.4rem;
  padding-left: 1.6rem;
  color: var(--gray-dark) !important;
}

wishlist-page .wk-controls {
  margin-top: 2.4rem;
}

wishlist-page .wk-header .wk-controls wishlist-share .wk-button {
  color: var(--primary-ruby-red);
  font-size: 1.6rem;
}

wishlist-page .wk-header .wk-controls wishlist-share .wk-button:hover {
  color: var(--gray-dark);
}

wishlist-product-card .wk-form .wk-cta-button {
  margin-top: auto;
}

label[for="address_default_address_new"] {
  color: var(--gray-dark);
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: capitalize;
}

span#password-error {
  display: none !important;
}

h2.form__message {
  font-size: 1.6rem !important;
}

@media screen and (min-width: 750px) {
  main#MainContent > #wishlist-page,
  main#MainContent > wishlist-page {
    min-height: calc(100dvh - 148px);
  }

  remove-button .wk-button .wk-icon[icon="remove"] {
    background-size: 2.4rem 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
  }

  .lm-addresses--wrapBox #AddAddress #AddressNewHeading {
    font-size: 1.8rem;
  }

  .hw_edit_profile {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }

  h2.form__message {
    font-size: 1.8rem !important;
  }
}

@media screen and (min-width: 990px) {
  main#MainContent > #wishlist-page,
  main#MainContent > wishlist-page {
    min-height: calc(100dvh - 158px);
  }

  wishlist-page .wk-controls {
    margin-top: 4rem;
  }
}

/*End wishlist page*/
.customer.addresses form .field {
  flex-wrap: wrap;
}

.customer.addresses form .field span.error {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 aria-hidden=%27true%27 focusable=%27false%27 viewBox=%270 0 13 13%27%3E%3Ccircle cx=%276.5%27 cy=%276.50049%27 r=%275.5%27 stroke=%27white%27 stroke-width=%272%27%3E%3C/circle%3E%3Ccircle cx=%276.5%27 cy=%276.5%27 r=%275.5%27 fill=%27%23EB001B%27 stroke=%27%23EB001B%27 stroke-width=%270.7%27%3E%3C/circle%3E%3Cpath d=%27M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z%27 fill=%27white%27%3E%3C/path%3E%3Cpath d=%27M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z%27 fill=%27white%27 stroke=%27%23EB001B%27 stroke-width=%270.7%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left 1rem center;
  padding-left: 3rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  background-color: #ff483d26 !important;
  color: var(--alert-red) !important;
  position: absolute;
  bottom: -12px;
}

.lm-field--2autocol {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid var(--gray);
  margin-top: 1.6rem;
}

.lm-field--2autocol .field {
  margin: 0 !important;
}

.lm-field--2autocol .field::after,
.lm-field--2autocol .field::before {
  display: none !important;
}

.lm-field--2autocol .field:first-child {
  background-color: var(--gray);
}

@media screen and (min-width: 600px) {
  .hw-field--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.6rem;
  }

  .hw-field--2col .field {
    margin-top: 0 !important;
  }

  .lm-account--viewOrderWidget + .lm-account--viewOrderWidget {
    margin-top: 2.4rem;
  }

  .lm-addresses--listWrapBox li {
    padding: 2.4rem;
    margin-top: 1.6rem;
    grid-template-columns: 1fr auto auto;
  }

  .lm-addresses--listWrapBox li .lm-addresses--listWrapBox__text {
    grid-row: span 2;
  }

  .lm-addresses--listWrapBox li .button {
    min-width: 15rem;
  }

  .lm-addresses--listWrapBox li .lm-addresses--listWrapBox__form {
    grid-column: span 3;
  }

  .lm-account--addressBox {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    margin-top: 2rem;
  }

  .lm-account--addressBilling {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 750px) {
  .hw-account--login,
  .hw-firstscreen--vp {
    min-height: calc(100dvh - 148px);
  }

  .lm-account--rowOrder__price .h4,
  .order-details--footerRow .h4 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .md-text16 {
    font-size: 1.6rem !important;
  }

  .lm-order--historyImage .h6 {
    font-size: 1.6rem;
  }

  .lm-account--viewOrderWidget .lm-account--rowOrderInfo {
    row-gap: 1.2rem;
  }

  .lm-order--imageText .h6 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .customer.addresses form .field span.error {
    font-size: 1.4rem;
    bottom: -30px;
  }
}

@media screen and (min-width: 905px) {
  .lm-account--viewOrderWidget + .lm-account--viewOrderWidget {
    margin-top: 4rem;
  }

  .hw-inner--accounttabList {
    column-gap: 1.2rem;
  }

  .lm-account--viewOrderWidget {
    padding: 2.4rem;
  }

  .lm-account--viewOrderWidget .lm-order--historyImage {
    column-gap: 1.6rem;
  }

  .lm-account--viewOrderWidget hr,
  .lm-order--details hr {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .lm-account--viewOrderWidget .lm-account--rowOrderTotal {
    row-gap: 2.4rem;
  }

  .lm-account--viewOrderWidget .lm-account--rowImage {
    row-gap: 1.6rem;
  }

  .lm-order--details {
    padding: 2.4rem;
    margin-top: 4rem;
  }

  .order-details--footer {
    row-gap: 1.2rem;
  }

  .order-details--footer .order-details--footerRow:last-child {
    padding-top: 2.4rem;
    margin-top: 1.2rem;
  }

  .lm-account--addressBox {
    margin-top: 4rem;
    grid-column-gap: 4rem;
  }

  .lm-account--addressBoxWrapper {
    padding: 2.4rem;
  }

  .hw-account--container .hw-link--icon .svg-wrapper {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (min-width: 990px) {
  .hw-account--login,
  .hw-firstscreen--vp {
    min-height: calc(100dvh - 158px);
  }

  .hw-cart--iconBox {
    max-width: 8rem;
    min-width: 8rem;
    min-height: 8rem;
  }

  .hw-cart--iconBox .svg-wrapper {
    width: 3.8rem;
    height: 3.8rem;
  }

  .hw-inner--accounttabList .hw-tab--link {
    padding: 0.8rem 2rem;
  }

  .customer .field {
    margin-top: 2rem;
  }

  .hw-account--box {
    padding: 3.2rem;
  }

  .hr-line24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .hw-account--titlebar {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hw-inner--accountTab {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .lm-addresses--wrapBox {
    padding: 2.4rem;
  }
}

@media screen and (min-width: 1240px) {
  .hw-inner--accounttabList {
    column-gap: 1.6rem;
  }

  .hw-inner--accounttabList .hw-tab--link .svg-wrapper {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .lm-account--viewOrderWidget .lm-order--historyImage img {
    max-width: 8rem;
    max-height: 8rem;
  }

  .lm-order--detailsItem {
    flex-direction: column;
  }

  .lm-order--detailsItem .lm-order--image img {
    max-width: 8rem;
    max-height: 8rem;
  }

  .lm-account--addressBoxWrapper .h6 {
    font-size: 1.4rem;
  }
  .lm-addresses--listWrapBox li {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .lm-addresses--listWrapBox li .lm-addresses--listWrapBox__text {
    width: 100%;
  }
  .lm-addresses--listWrapBox li .button {
    flex-grow: 1;
  }
}

/*End account*/
/*Date Picker*/
body .datepicker-container {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--white) !important;
  border: none !important;
  border-radius: 0;
  overflow: hidden;
}

.datepicker-panel > ul[data-view="week"] > li {
  color: var(--gray);
}

body .datepicker-panel > ul > li:hover {
  background-color: var(--secondary);
}

.datepicker-container .datepicker-panel > ul > li.highlighted {
  background-color: var(--base-primary);
  color: var(--white);
}

.datepicker-container .datepicker-panel > ul > li.highlighted:hover {
  background-color: var(--base-primary);
}

.datepicker-container .datepicker-panel > ul > li.picked,
.datepicker-container .datepicker-panel > ul > li.picked:hover {
  background-color: var(--primary-ruby-red);
  color: var(--white);
}

.datepicker-container .datepicker-panel > ul > li.muted,
.datepicker-container .datepicker-panel > ul > li.muted:hover {
  color: var(--gray);
}

@media screen and (min-width: 600px) {
  .datepicker-container.datepicker-dropdown {
    width: 38rem;
  }

  body .datepicker-container {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .datepicker-container.datepicker-dropdown {
    width: calc(100% - 4.4rem);
  }
}

.datepicker-dropdown .datepicker-panel > ul > li[data-view="month current"],
.datepicker-dropdown .datepicker-panel > ul > li[data-view="year current"],
.datepicker-dropdown .datepicker-panel > ul > li[data-view="years current"] {
  width: calc(100% - 6rem);
  color: var(--black);
}

.datepicker-panel {
  padding: 1.6rem;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}

.datepicker-panel ul[data-view="months"] {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.datepicker-panel ul[data-view="months"]::after,
.datepicker-panel ul[data-view="months"]::before {
  display: none !important;
}

.datepicker-panel > ul[data-view="days"],
.datepicker-panel > ul[data-view="week"] {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
}

.datepicker-panel > ul[data-view="days"]::after,
.datepicker-panel > ul[data-view="days"]::before,
.datepicker-panel > ul[data-view="week"]::after,
.datepicker-panel > ul[data-view="week"]::before {
  display: none !important;
}

.datepicker-panel > ul[data-view="week"] > li {
  width: auto;
  height: 4rem;
  line-height: 4rem;
}

.datepicker-panel > ul[data-view="days"] > li {
  width: auto;
  height: 4rem;
  line-height: 4rem;
  color: var(--gray-dark);
}

.datepicker-panel > ul[data-view="days"] > li:hover {
  background-color: var(--background-sand);
}

.datepicker-panel > ul[data-view="months"] > li {
  border: 1px solid var(--gray);
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 1.4rem 0.5rem;
  color: var(--gray-dark);
}

.datepicker-panel > ul[data-view="months"] > li:hover {
  background-color: var(--background-sand);
  border-color: var(--background-sand);
}

.datepicker-container .datepicker-panel > ul[data-view="months"] > li.picked,
.datepicker-container
  .datepicker-panel
  > ul[data-view="months"]
  > li.picked:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--primary-ruby-red);
  border-width: 0.2rem;
}

.datepicker-panel > ul[data-view="years"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: min(30vh, 40rem);
  overflow-y: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--base-primary) rgba(137, 122, 105, 0.1);
  row-gap: 0.8rem;
}

.datepicker-container .datepicker-panel > ul[data-view="years"] > li {
  width: auto;
  height: auto;
  padding: 0.4rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: var(--gray-dark);
}

.datepicker-container .datepicker-panel > ul[data-view="years"] > li.picked,
.datepicker-container
  .datepicker-panel
  > ul[data-view="years"]
  > li.picked:hover {
  background-color: var(--white);
  color: var(--primary-ruby-red);
  font-size: 2rem;
}

.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L14.5858 12L9.29289 6.70711C8.90237 6.31658 8.90237 5.68342 9.29289 5.29289C9.68342 4.90237 10.3166 4.90237 10.7071 5.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071Z' fill='black'/%3E%3C/svg%3E");
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: top center;
}

.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="years prev"] {
  font-size: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.7071 5.29289C15.0976 5.68342 15.0976 6.31658 14.7071 6.70711L9.41421 12L14.7071 17.2929C15.0976 17.6834 15.0976 18.3166 14.7071 18.7071C14.3166 19.0976 13.6834 19.0976 13.2929 18.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L13.2929 5.29289C13.6834 4.90237 14.3166 4.90237 14.7071 5.29289Z' fill='black'/%3E%3C/svg%3E");
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 750px) {
  .datepicker-container .datepicker-panel > ul[data-view="years"] {
    row-gap: 1.2rem;
  }

  .datepicker-container .datepicker-panel > ul[data-view="years"] > li {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

/*End date picker*/
/*Legal pages*/
.hw-legal--titleBar {
  background-color: var(--gray-medium);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  min-height: 103px;
}

.hw-legal--titleBar .page-width > * + * {
  margin-top: 0.4rem;
}

.hw-legal--pageInner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hw-legal--pageInner h2 {
  font-size: 1.8rem;
  line-height: 1.44444;
}

.hw-legal--pageInner h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}

.hw-legal--pageInner h4 {
  font-size: 1.4rem;
  line-height: 1.57143;
}

.hw-legal--pageInner > p + h2,
.hw-legal--pageInner > p + h3,
.hw-legal--pageInner > p + h4 {
  margin-top: 2.4rem;
}

.hw-legal--pageInner ul,
.hw-legal--pageInner ol {
  margin-top: 0.8rem;
  padding-left: 2.4rem;
  /* padding: 0 0 0 1.6rem; */
  color: var(--gray-dark);
}

.hw-legal--pageInner ul + ol {
  margin-top: -1.2rem;
}

.hw-legal--pageInner > ul:not(:last-child),
.hw-legal--pageInner > ol:not(:last-child) {
  margin-bottom: 2.4rem;
}

.hw-legal--pageInner h1,
.hw-legal--pageInner h2,
.hw-legal--pageInner h3,
.hw-legal--pageInner h4,
.hw-legal--pageInner h5,
.hw-legal--pageInner h6,
.hw-legal--pageInner > p {
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 750px) {
  .hw-legal--titleBar {
    min-height: 152px;
  }

  .hw-legal--titleBar .page-width > * + * {
    margin-top: 0.8rem;
  }

  .hw-legal--pageInner h2 {
    font-size: 2.2rem;
    line-height: 1.36364;
  }

  .hw-legal--pageInner h3 {
    font-size: 1.8rem;
    line-height: 1.44444;
  }

  .hw-legal--pageInner h4 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .hw-legal--pageInner h1,
  .hw-legal--pageInner h2,
  .hw-legal--pageInner h3,
  .hw-legal--pageInner h4,
  .hw-legal--pageInner h5,
  .hw-legal--pageInner h6 {
    margin-bottom: 1.6rem;
  }

  .hw-legal--pageInner > p {
    margin-bottom: 1.2rem;
  }

  .hw-legal--pageInner ul,
  .hw-legal--pageInner ol {
    margin-top: 1.6rem;
  }
}

/*End legal pages*/
/*Sections*/
.hw-titlebar--inner.left .hw-breadcrumb {
  justify-content: flex-start;
}

.hw-titlebar--inner.center .hw-breadcrumb {
  justify-content: center;
}

.hw-titlebar--inner.right .hw-breadcrumb {
  justify-content: flex-end;
}

/*End sections*/

.mt-4 {
  margin-top: 0.4rem;
}

.w-385 {
  max-width: 385px !important;
  margin-left: auto;
  margin-right: auto;
}

.hw-text--capitalize {
  text-transform: capitalize !important;
}

.mb-null {
  margin-bottom: 0 !important;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.py-24 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.pb-8 {
  padding-bottom: 0.8rem;
}

.pb-12 {
  padding-bottom: 1.2rem;
}

.pb-24 {
  padding-bottom: 1.6rem;
}

.pb-40 {
  padding-bottom: 2.4rem;
}

.pt-24 {
  padding-top: 1.2rem;
}

.pt-40 {
  padding-top: 2.4rem;
}

.pl-24 {
  padding-left: 2rem !important;
}

.hw-p--relative {
  position: relative !important;
}

.py-null {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

.w-max170 {
  max-width: 170px !important;
}

.slideshow .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}

.slideshow .swiper-pagination-bullet-active {
  background: var(--white);
}

.page-width--mediumLarge {
  max-width: 142rem;
}

.page-width--mediumMedium {
  max-width: 139.7rem;
}

.page-width--medium {
  max-width: 126rem;
}

.page-width--small {
  max-width: 98rem;
}

.grid--gap--md {
  --grid-mobile-vertical-spacing: 1.2rem;
  --grid-mobile-horizontal-spacing: 1.2rem;
}

@media screen and (min-width: 750px) {
  /* .slideshow.banner--adapt_image {
    max-height: calc(100vh - calc(74px + 46px + 38px));
    overflow: hidden;
  } */

  .grid--gap--md {
    --grid-desktop-horizontal-spacing: 2rem;
    --grid-desktop-vertical-spacing: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .pt-24 {
    padding-top: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .custom-category--swiper .swiper-slide {
    min-width: 300px;
    max-width: 300px;
  }
}

@media screen and (min-width: 1240px) {
  .grid--gap--md {
    --grid-desktop-horizontal-spacing: 4rem;
    --grid-desktop-vertical-spacing: 4rem;
  }
}

@media screen and (min-width: 990px) {
  .pb-24 {
    padding-bottom: 2.4rem;
  }

  .pl-24 {
    padding-left: 2.4rem !important;
  }

  .py-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .pb-40 {
    padding-bottom: 4rem;
  }

  .pt-40 {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .custom-category--swiper .swiper-slide {
    min-width: 240px;
    max-width: 240px;
  }
}

@media screen and (max-width: 749px) {
  .custom-category--swiper .swiper-slide {
    min-width: 140px;
    max-width: 140px;
  }

  .hw-xtext14 {
    font-size: 1.4rem !important;
  }

  .ximg-30 {
    width: 30px;
    height: 30px;
  }

  .ximg-20 {
    width: 20px;
    height: 20px;
  }

  /* #PBarNextFrameWrapper {
        display: none !important;
    } */
}

.quick-add-modal__content .hw-product--detailsSection {
  display: none !important;
}

.hw-serach--part.part-right .card__content wishlist-button-collection {
  display: none !important;
}

.template-press-news .hw-section--description {
  max-width: 640px;
}

.customer a.button {
  text-align: center;
}
button.lm-cart--btn.quick-view-product__selector.outofstock {
    display: none;
}
/*Engrave wrapper*/
.engrave-wrapper {
  border: 1px solid var(--gray);
  background-color: var(--gray-medium);
}

.engrave-header,
.engrave-form {
  padding: 1.2rem;
}

.engrave-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.engrave-toggle-btn {
  background: none;
  border: none;
  color: var(--primary-ruby-red);
  font-weight: normal;
  cursor: pointer;
  font-size: 1.4rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 1.6rem 0 0;
}

.font-tabs button {
  padding: 5px;
  border: 1px solid var(--gray);
  background: var(--white);
  cursor: pointer;
  margin-right: 0.8rem;
  width: 4.4rem;
  height: 4.4rem;
  color: var(--gray-dark);
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border-color 0.2s ease-out;
}

.font-tabs .font-tab:not(.active):hover {
  background: var(--background-sand);
  border-color: var(--background-sand);
  color: var(--black);
}

.font-tabs .active {
  background: var(--primary-ruby-red);
  color: var(--white);
  border-color: var(--primary-ruby-red);
}

#engrave-text.serif {
  font-family: serif;
}

#engrave-text.cursive {
  font-family: cursive;
}

#engrave-text.sans {
  font-family: sans-serif;
}

.engrave-checkbox input {
  flex-shrink: 0;
  margin-top: 4px;
}

.engrave-checkbox label {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--black);
}

.engrave-checkbox label strong,
.engrave-checkbox label a {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.engrave-header .svg-wrapper .icon-pen {
  color: var(--gray-dark);
}

@media screen and (min-width: 990px) {
  .engrave-header {
    padding: 1.2rem 1.6rem;
  }

  .engrave-form {
    padding: 2.4rem !important;
  }

  .engrave-header .svg-wrapper {
    width: 24px;
    height: 24px;
  }

  .engrave-toggle-btn {
    padding-right: 1.6rem;
  }

  .lm-quickShop--buttons .button.button--primary {
    column-gap: 1rem;
  }
}

/*End Engrave wrapper*/
.template-page.template-about-us .image-with-text__media-item {
  aspect-ratio: 1/1;
}
.template-about-us .hw-img--withText-content-inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.template-page.template-about-us .hw-img--withText .image-with-text__text h3 {
  text-transform: capitalize;
}

/*Jotform model*/
.lm-jotform--model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  z-index: 101;
  background-color: #0003;
}

.lm-jotform--model.show {
  display: block;
}

.body-overflow-hidden .lm-jotform--model {
  overflow-x: hidden;
  overflow-y: auto;
}

.lm-jotform--model .lm-jotform--dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.lm-jotform--model .lm-jotform--dialog.lm-jotform--dialog__centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-jotform--model .lm-jotform--content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: var(--white);
  background-clip: padding-box;
  border-radius: var(--medium-border-radius) var(--medium-border-radius)
    var(--small-border-radius) var(--small-border-radius);
  outline: 0;
}

.lm-jotform--model .lm-jotform--content .lm-jotform--close {
  position: absolute;
  line-height: 0;
  right: 1rem;
  top: 1rem;
  color: var(--black) !important;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
}

.lm-jotform--model.lm-jotform--modelAffiliate
  .lm-jotform--content
  .lm-jotform--close {
  background-color: var(--white);
  width: 4.4rem;
  height: 4.4rem;
  padding: 1rem;
  border-radius: 50%;
}

.lm-jotform--model .lm-jotform--content .lm-jotform--header {
  padding: 1.6rem;
}

.lm-jotform--modelAffiliate .lm-jotform--content {
  background-color: var(--gray-medium);
}

.affiliate-register.register-form {
  line-height: 0;
}

.lm-jotform--select {
  display: block;
  width: 100%;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 0;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: var(--gray-dark);
  /* font-family: var(--primary-font); */
  letter-spacing: 0;
  min-height: 4.4rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289Z%27 fill=%27%2358595B%27/%3E%3C/svg%3E");
  background-position: right 1.2rem center;
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  font-family: var(--font-heading-family);
  font-weight: 300;
}

@media screen and (min-width: 600px) {
  .lm-jotform--model .lm-jotform--dialog {
    margin: 1.75rem auto;
    max-width: calc(100% - 6.4rem);
  }

  .lm-jotform--model_cleaning
    .lm-jotform--body
    .lm-jotform--step.lm-jotform--step1,
  .lm-jotform--model_visit
    .lm-jotform--body
    .lm-jotform--step.lm-jotform--step1 {
    padding-bottom: 2.4rem;
  }

  .lm-jotform--model .lm-jotform--content .lm-jotform--header {
    padding: 2.4rem;
  }

  .lm-jotform--model .lm-jotform--dialog.lm-jotform--dialog__centered {
    min-height: calc(100% - 3.5rem);
  }

  .lm-jotform--model .lm-jotform--dialog.lm-jotform--dialog__905 {
    max-width: min(100% - 6.4rem, 90.5rem);
  }

  .lm-jotform--model .lm-jotform--content {
    min-width: 48.8rem;
  }

  .lm-jotform--modelAffiliate .lm-jotform--content {
    min-width: 50rem;
    padding: 4rem 2.8rem 0 2.8rem;
  }

  .lm-jotform--step1,
  .lm-jotform--step2_1,
  .lm-jotform--step2_3 {
    max-width: 44rem;
    min-width: 44rem;
  }

  .lm-jotform--model .lm-jotform--step1 {
    margin-left: auto;
    margin-right: auto;
  }

  .lm-jotform--select {
    background-size: 2.4rem 2.4rem;
    padding: 1.4rem 1.6rem;
    font-size: 1.6rem;
    min-height: 5.2rem;
    background-position: right 1.6rem center;
  }
}

@media screen and (min-width: 800px) {
  .lm-jotform--model .lm-jotform--content .lm-jotform--step.lm-jotform--step2,
  .lm-jotform--model
    .lm-jotform--content
    .lm-jotform--step.lm-jotform--step2_cleaning,
  .lm-jotform--step.lm-jotform--step2_visit {
    min-width: 70.4rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 905px) {
  .lm-jotform--field + .lm-jotform--field {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 904px) {
  .lm-jotform--field + .lm-jotform--field {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .lm-jotform--model .lm-jotform--dialog {
    min-height: 100%;
  }

  .lm-jotform--model_cleaning
    .lm-jotform--body
    .lm-jotform--step.lm-jotform--step1,
  .lm-jotform--model_visit
    .lm-jotform--body
    .lm-jotform--step.lm-jotform--step1 {
    padding-bottom: 1.6rem;
  }

  .lm-jotform--model .lm-jotform--content {
    width: 100%;
  }

  body .lm-jotform--model .lm-jotform--step1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/*End jotform model*/

/*GOAFFPRO App custom css*/
/*End GOAFFPRO App custom css*/
.wk-product-card .wk-product-title.h5 {
  color: var(--gray-dark);
  text-overflow: ellipsis;
  overflow: hidden;
}
.wk-product-card .wk-product-title.h5 a {
  color: var(--gray-dark);
  font-size: 1.4rem;
  line-height: 1.57143;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .template-page.template-about-us .hw-banner--section {
    aspect-ratio: 9/10;
  }
  .template-page.template-about-us .image-with-text__media-item {
    order: 2;
  }
  .template-page.template-about-us .image-with-text__text-item.grid__item {
    min-height: 36.8rem;
  }
  .template-page.template-about-us
    .image-with-text__text-item.grid__item
    .image-with-text__text {
    text-align: center;
  }
}

/* EngraveWrapper Font  Start */
.font-tabs button[data-font="snell"],
.snell {
  font-family: var(--font-snell) !important;
}
.font-tabs button[data-font="americantypewriter"],
.americantypewriter {
  font-family: var(--font-american-typewriter) !important;
}
.font-tabs button[data-font="sniglet"],
.sniglet {
  font-family: var(--font-sniglet) !important;
}
/* EngraveWrapper Font  End */
