/**
 * Mėsukė ir Sūrukai storefront foundation.
 *
 * Keep this layer additive while the Classic 3.1.2 baseline is validated on
 * PrestaShop 9.1.4. Page-specific rules belong in later staged changes.
 */

:root {
  --ms-color-red: #e23b3c;
  --ms-color-green: #0a6941;
  --ms-color-brown: #5d3b3b;
  --ms-color-sand: #d0b090;
  --ms-color-cream: #e4d8b8;
  --ms-color-gray: #6a6863;
  --ms-color-background: #faf7f0;
  --ms-color-surface: #fff;
  --ms-color-text: #111;
  --ms-trust-background: #f4f0e1;
  --ms-container-width: 80rem;
  --ms-gutter: clamp(1rem, 3vw, 1.5rem);
  --ms-focus-ring: 0 0 0 3px rgb(226 59 60 / 25%);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--ms-color-background);
  color: var(--ms-color-text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--ms-color-text);
  letter-spacing: -.01em;
}

a {
  color: inherit;
  text-underline-offset: .2em;
}

a:hover,
a:focus-visible {
  color: var(--ms-color-red);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--ms-color-red);
  outline-offset: 3px;
}

/* Do not retain Classic's focus ring after a mouse click. Keyboard focus stays visible. */
:where(a, button, summary, [role="button"], input[type="button"], input[type="submit"], .btn):focus:not(:focus-visible) {
  box-shadow: none !important;
  outline: 0 !important;
}

.container {
  max-width: var(--ms-container-width);
  padding-left: var(--ms-gutter);
  padding-right: var(--ms-gutter);
}

.btn {
  border-radius: 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.btn-primary {
  background-color: var(--ms-color-red);
  border-color: var(--ms-color-red);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--ms-color-brown);
  border-color: var(--ms-color-brown);
  color: #fff;
}

.form-control,
.form-control-select,
.input-group,
select {
  border-radius: 0;
}

.form-control:focus,
.form-control-select:focus,
select:focus {
  border-color: var(--ms-color-red);
  box-shadow: var(--ms-focus-ring);
}

::selection {
  background: var(--ms-color-cream);
  color: var(--ms-color-brown);
}

/* Shared storefront shell */
#header {
  backdrop-filter: blur(.75rem);
  background: rgb(255 255 255 / 84%);
  border-bottom: 0;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 50;
}

.ms-announcement {
  background: rgb(228 216 184 / 60%);
  border-bottom: 1px solid rgb(93 59 59 / 6%);
  color: var(--ms-color-brown);
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.4;
  padding: .55rem 0;
  text-align: center;
  text-transform: uppercase;
}

#header .header-nav {
  background: var(--ms-color-surface);
  border-bottom: 1px solid rgb(93 59 59 / 8%);
  color: var(--ms-color-gray);
  font-size: .75rem;
  margin: 0;
  max-height: none;
  padding: .45rem 0;
}

#header .header-nav .right-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

#header .header-nav a { color: var(--ms-color-gray); }

#header .header-top {
  background: rgb(255 255 255 / 78%);
  padding: 1rem 0;
}

#header .header-top > .container > .row {
  align-items: center;
  display: flex;
}

#header #_desktop_logo h1 { margin: 0; }

#header .logo {
  height: auto;
  max-height: 3.5rem;
  max-width: 11rem;
  width: auto;
}

#header .header-top-right {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: flex-end;
}

.ms-main-site-links {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  white-space: nowrap;
}

.ms-desktop-navigation { align-items: center; display: flex; }

.ms-main-site-links a,
.ms-mobile-main-links a {
  color: var(--ms-color-brown) !important;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ms-shop-tools {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-height: 2.75rem;
  width: auto;
}

.ms-shop-tools::after {
  clear: both;
  content: "";
  display: table;
}

#header #_desktop_top_menu {
  border-left: 1px solid rgb(93 59 59 / 20%);
  flex: 0 0 auto;
  margin: 0 0 0 1.5rem;
  max-width: none;
  padding-left: 1.5rem;
  position: relative;
  width: auto;
}

.ms-category-menu { position: relative; }

.ms-category-toggle {
  align-items: center;
  color: var(--ms-color-brown) !important;
  cursor: pointer;
  display: flex;
  font-size: .75rem;
  font-weight: 500;
  gap: .25rem;
  height: 2.75rem;
  letter-spacing: .12em;
  line-height: 1.4;
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ms-category-toggle::-webkit-details-marker { display: none; }
.ms-category-toggle:focus,
.ms-category-toggle:focus-visible,
.ms-category-toggle:active,
.ms-category-panel a:focus,
.ms-category-panel a:active {
  box-shadow: none !important;
  outline: 0 !important;
}
.ms-category-toggle .material-icons { color: inherit; font-size: 1rem; transition: transform .15s ease; }
.ms-category-menu[open] .ms-category-toggle .material-icons { transform: rotate(180deg); }

.ms-category-panel {
  background: #fff;
  border: 1px solid rgb(93 59 59 / 10%);
  box-shadow: 0 1rem 2.5rem rgb(17 17 17 / 12%);
  display: none;
  min-width: 16rem;
  padding: .5rem 0;
  position: absolute;
  right: 0;
  top: calc(100% + .35rem);
  z-index: 60;
}

.ms-category-menu[open] .ms-category-panel { display: block; }

#header .top-menu { margin: 0; }

#header .top-menu[data-depth="0"] {
  align-items: center;
  display: block;
}

#header .top-menu[data-depth="0"] > li > a {
  color: var(--ms-color-brown);
  font-size: .6875rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4;
  padding: .7rem 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .top-menu[data-depth="0"] > li.current > a,
#header .top-menu[data-depth="0"] > li > a:hover,
#header .top-menu[data-depth="0"] > li > a:focus-visible { color: var(--ms-color-red); }

#header .top-menu .sub-menu {
  border: 1px solid rgb(93 59 59 / 10%);
  border-radius: 0;
  box-shadow: 0 1rem 2.5rem rgb(17 17 17 / 12%);
  margin-left: 0;
  min-width: 16rem;
  top: calc(100% + .25rem) !important;
}

#header .top-menu .sub-menu a {
  color: var(--ms-color-brown);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4;
  padding: .65rem 1rem;
  text-transform: uppercase;
}

#header .top-menu .sub-menu a:hover,
#header .top-menu .sub-menu a:focus-visible {
  background: rgb(228 216 184 / 45%);
  color: var(--ms-color-red);
}

#header #search_widget { min-width: 2.75rem; }

#header #search_widget {
  flex: 0 0 2.75rem;
  margin-left: 1rem;
  min-width: 2.75rem !important;
  position: relative;
  width: 2.75rem !important;
  z-index: 70;
}

#header #search_widget form {
  height: 2.75rem;
  position: relative;
  width: 2.75rem;
}

#header #search_widget .material-icons.search {
  align-items: center;
  color: var(--ms-color-brown);
  display: flex;
  height: 2.75rem;
  justify-content: center;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 2.75rem;
  z-index: 3;
}

#header #search_widget form input[type="text"] {
  background: #fff;
  border: 1px solid rgb(93 59 59 / 20%);
  border-radius: 0;
  color: var(--ms-color-text);
  height: 2.75rem;
  min-width: 2.75rem !important;
  opacity: 0;
  padding: .7rem 2.75rem .7rem .9rem;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .15s ease, width .15s ease;
  width: 2.75rem !important;
  z-index: 2;
}

#header #search_widget:hover input[type="text"],
#header #search_widget:focus-within input[type="text"] {
  box-shadow: 0 .75rem 1.75rem rgb(17 17 17 / 14%);
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + .5rem);
  width: 16rem !important;
}

#header #search_widget form button[type="submit"] {
  bottom: 0;
  color: var(--ms-color-brown);
  height: 2.75rem;
  right: 0;
  top: 0;
  width: 2.75rem;
  z-index: 2;
}

.ms-header-actions {
  align-items: center;
  display: flex;
}

.ms-header-actions > div { display: flex; }

#header .user-info { margin: 0 0 0 .5rem; }

#header .user-info a {
  align-items: center;
  color: var(--ms-color-brown);
  display: flex;
  height: 2.75rem;
  justify-content: center;
  min-width: 2.75rem;
}

#header .user-info .material-icons { font-size: 1.35rem; }

#header .blockcart {
  background: var(--ms-color-red);
  color: #fff;
  height: 2.75rem;
  margin-left: .5rem;
  padding: 0;
  transition: background-color .15s ease;
}

#header .blockcart:hover,
#header .blockcart:focus-within { background: var(--ms-color-brown); }

#header .blockcart.cart-preview.active { background: var(--ms-color-red); }
#header .blockcart.cart-preview.active:hover,
#header .blockcart.cart-preview.active:focus-within { background: var(--ms-color-brown); }

#header .blockcart .header,
#header .blockcart .header a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0 .85rem;
}

#header .blockcart .shopping-cart {
  font-size: 1.15rem;
  margin-right: .35rem;
}

#header .cart-products-count {
  align-items: center;
  background: var(--ms-color-green);
  border-radius: 50%;
  display: inline-flex;
  font-size: .625rem;
  height: 1.3rem;
  justify-content: center;
  margin: 0;
  min-width: 1.3rem;
  padding: 0 .2rem;
  position: absolute;
  right: -.55rem;
  top: -.55rem;
}

#header #_desktop_cart { position: relative; }

.ms-mobile-main-links {
  display: flex;
  flex-direction: column;
  padding: .5rem var(--ms-gutter);
  width: 100%;
}

.ms-mobile-main-links a {
  border-bottom: 1px solid rgb(93 59 59 / 10%);
  padding: .9rem 0;
}

@media (min-width: 992px) {
  #header .header-top > .container,
  #header .ms-announcement > .container {
    max-width: none;
    padding-left: clamp(2.5rem, 5vw, 5rem);
    padding-right: clamp(2.5rem, 5vw, 5rem);
    width: 100%;
  }

  #header #_desktop_logo {
    flex: 0 0 18%;
    max-width: 18%;
    width: 18%;
  }

  #header .header-top-right {
    flex: 1 1 auto;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1200px) {
  #header .header-top > .container > .ms-header-main-row {
    display: grid !important;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #header #_desktop_logo {
    grid-column: 1;
    max-width: none;
    padding-left: 0;
    width: auto;
  }

  #header .header-top-right { display: contents; }

  #header .ms-desktop-navigation {
    grid-column: 2;
    justify-self: center;
  }

  #header .ms-shop-tools {
    display: flex;
    grid-column: 3;
    justify-self: end;
  }

  #header #_desktop_top_menu {
    margin-left: 1.5rem;
  }

  #header .ms-header-actions {
    flex: 0 0 auto;
  }

  #header #search_widget {
    flex: none;
    margin-left: 0;
    min-width: 10rem !important;
    width: clamp(10rem, 12vw, 11rem) !important;
  }

  #header #search_widget form {
    height: 2.75rem;
    width: 100%;
  }

  #header #search_widget .material-icons.search {
    left: 0;
    right: auto;
  }

  #header #search_widget form input[type="text"],
  #header #search_widget:hover input[type="text"],
  #header #search_widget:focus-within input[type="text"] {
    background: rgb(228 216 184 / 32%);
    border: 0;
    box-shadow: 0 .25rem .9rem rgb(93 59 59 / 8%);
    min-width: 100% !important;
    opacity: 1;
    padding: .7rem .8rem .7rem 2.75rem;
    pointer-events: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100% !important;
  }

  #header #search_widget form input[type="text"]::placeholder {
    color: var(--ms-color-gray);
    opacity: .82;
  }

  #header #search_widget form input[type="text"]:hover {
    background: rgb(228 216 184 / 44%);
  }

  #header #search_widget form input[type="text"]:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgb(226 59 60 / 18%), 0 .35rem 1rem rgb(93 59 59 / 10%);
    outline: 0;
  }
}

/* Footer */
#footer {
  background: var(--ms-color-surface);
  border-top: 1px solid rgb(93 59 59 / 10%);
  color: var(--ms-color-gray);
  padding-top: 0;
}

#footer .footer-container {
  box-shadow: none;
  margin-top: 0;
  padding: 4rem 0 2rem;
}

#footer .footer-container .links,
#footer .footer-container .links *,
#footer .footer-container .block-contact,
#footer .footer-container .block-contact *,
#footer .footer-container .ms-footer-brand,
#footer .footer-container .ms-footer-brand * {
  font-style: normal;
}

#footer > .container:first-child {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

#footer > .container:first-child .block_newsletter {
  float: none;
  margin: 0 auto;
  padding: 0 var(--ms-gutter);
  width: 100%;
}

#footer > .container:first-child .block_newsletter > .row {
  align-items: center;
}

#footer > .container:first-child .block_newsletter form > .row > .col-xs-12:first-child {
  align-items: center;
  display: flex;
  gap: .75rem;
}

#footer > .container:first-child .block_newsletter .input-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

#footer > .container:first-child .block_newsletter input[type="email"],
#footer > .container:first-child .block_newsletter input[type="submit"] {
  height: 3rem;
}

#footer > .container:first-child .block_newsletter input[type="submit"] {
  background: var(--ms-color-red);
  border: 1px solid var(--ms-color-red);
  flex: 0 0 auto;
  margin: 0;
  padding: 0 1.5rem;
}

.ms-footer-brand {
  grid-column: span 2;
}

.ms-footer-main {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ms-footer-logo img {
  height: auto;
  margin-bottom: 1.5rem;
  max-height: 3.5rem;
  max-width: 11rem;
  width: auto;
}

.ms-footer-brand p {
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 28rem;
}

.ms-footer-social-title {
  color: var(--ms-color-gray);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.ms-footer-social { display: flex; gap: .5rem; }

.ms-footer-social a {
  align-items: center;
  border: 1px solid rgb(93 59 59 / 20%);
  color: var(--ms-color-brown);
  display: inline-flex;
  font-size: .625rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  letter-spacing: .08em;
  padding: 0 .8rem;
  text-transform: uppercase;
}

.ms-footer-social a:hover,
.ms-footer-social a:focus-visible {
  background: var(--ms-color-red);
  border-color: var(--ms-color-red);
  color: #fff;
}

#footer .footer-container .ms-footer-social a:hover,
#footer .footer-container .ms-footer-social a:focus-visible { color: #fff; }

#footer .block-social { display: none !important; }

.ms-footer-columns {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-column: span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.ms-footer-column h2 {
  color: var(--ms-color-gray);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.ms-footer-column {
  color: var(--ms-color-gray);
  font-size: .875rem;
  line-height: 1.55;
}

.ms-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ms-footer-column li { margin-bottom: 1rem; }

.ms-footer-column address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: .15rem;
  line-height: 1.5;
  margin: 0;
}

.ms-footer-column address strong {
  font-weight: 600;
  margin-bottom: .35rem;
}

.ms-footer-column address .ms-footer-contact-location { margin: .35rem 0 .75rem; }

.ms-footer-company-details {
  font-size: .75rem;
  line-height: 1.65;
  opacity: .8;
}

.ms-footer-column a { color: var(--ms-color-gray); }
.ms-footer-column a:hover,
.ms-footer-column a:focus-visible { color: var(--ms-color-red); }

#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container .title,
#footer .footer-container h3,
#footer .footer-container h4 {
  color: var(--ms-color-brown);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#footer .footer-container li { margin-bottom: .65rem; }
#footer .footer-container a { color: var(--ms-color-gray); }
#footer .footer-container a:hover,
#footer .footer-container a:focus-visible { color: var(--ms-color-red); }

#footer .footer-container > .container > .row:last-child {
  border-top: 1px solid rgb(93 59 59 / 8%);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

#footer .footer-container > .container > .row:last-child p {
  color: var(--ms-color-gray);
  font-size: .625rem;
  letter-spacing: .08em;
  margin: 0;
  text-transform: uppercase;
}

/* Homepage and reusable product miniature */
.page-home {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.ms-home-hero {
  height: clamp(32rem, 70vh, 44rem);
  margin: 0 calc(50% - 50vw);
  order: -20;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.ms-home-hero__image,
.ms-home-hero__shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.ms-home-hero__image { object-fit: cover; }
.ms-home-hero__shade { background: linear-gradient(90deg, rgb(17 10 7 / 68%) 0%, rgb(17 10 7 / 35%) 47%, rgb(17 10 7 / 4%) 78%); }
.ms-home-hero__inner { align-items: center; display: flex; height: 100%; margin: 0 auto; max-width: var(--ms-container-width); padding: 0 var(--ms-gutter); position: relative; width: 100%; }
.ms-home-hero__content { color: #fff; max-width: 36rem; }
.ms-home-hero__eyebrow { color: var(--ms-color-cream); font-size: .75rem; font-weight: 700; letter-spacing: .3em; margin: 0 0 1.5rem; text-transform: uppercase; }
.ms-home-hero h1 { color: #fff; font-size: clamp(3rem, 5vw, 4rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.12; margin: 0 0 1.5rem; max-width: 34rem; }
.ms-home-hero__lede { color: rgb(255 255 255 / 88%); font-size: 1.0625rem; line-height: 1.7; margin: 0 0 1.75rem; max-width: 34rem; }
.ms-home-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.ms-home-hero__button { align-items: center; border: 1px solid rgb(255 255 255 / 72%); color: #fff; display: inline-flex; font-size: .75rem; font-weight: 700; gap: .65rem; justify-content: center; letter-spacing: .08em; min-height: 2.75rem; padding: .8rem 1.4rem; text-transform: uppercase; }
.ms-home-hero__button--primary { background: var(--ms-color-red); border-color: var(--ms-color-red); }
.ms-home-hero__button:hover,
.ms-home-hero__button:focus-visible { background: #fff; border-color: #fff; color: var(--ms-color-brown); }

.ms-trust-bar { background: var(--ms-trust-background); border-bottom: 1px solid rgb(93 59 59 / 10%); margin: 0 calc(50% - 50vw) clamp(3.5rem, 7vw, 6rem); order: -19; width: 100vw; }
.ms-trust-bar__inner { align-items: start; display: grid; gap: clamp(2rem, 4vw, 4rem); grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: var(--ms-container-width); padding: 2.25rem var(--ms-gutter); }
.ms-trust-item { align-items: start; display: grid; gap: .85rem; grid-template-columns: 3rem minmax(0, 1fr); min-width: 0; }
.ms-trust-item__icon { align-items: center; background: transparent; border: 0; box-shadow: none; color: #fff; display: flex; font-size: 1.6rem; height: 3rem; justify-content: center; text-shadow: 0 1px 1px rgb(93 59 59 / 18%); width: 3rem; }
.ms-trust-item__icon.material-icons { font-size: 2.35rem; }
.ms-trust-item__icon.ms-paysera-logo { padding: .25rem; }
.ms-paysera-logo img { display: block; filter: drop-shadow(0 1px 1px rgb(93 59 59 / 14%)); height: 2.6rem; object-fit: contain; width: 2rem; }
.ms-trust-item h2 { color: var(--ms-color-brown); font-size: .75rem; font-weight: 600; letter-spacing: .12em; line-height: 1.4; margin: 0 0 .125rem; text-transform: uppercase; }
.ms-trust-item p { color: var(--ms-color-gray); font-size: .8125rem; line-height: 1.4; margin: 0; }

.ms-home-section-inner { margin: 0 auto; max-width: var(--ms-container-width); padding: clamp(4rem, 7vw, 6rem) var(--ms-gutter); }
.ms-home-section-heading { margin-bottom: 2rem; }
.ms-home-section-heading > p { color: var(--ms-color-red); font-size: .6875rem; font-weight: 700; letter-spacing: .3em; margin: 0 0 .6rem; text-transform: uppercase; }
.ms-home-section-heading h2 { font-size: clamp(1.9rem, 3.4vw, 2.65rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.15; margin: 0; }

.ms-home-categories { background: #fff; margin: 0 calc(50% - 50vw); width: 100vw; }
.ms-category-grid { display: grid; gap: 1.15rem; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ms-category-card { aspect-ratio: 3 / 4; background: var(--ms-color-cream); color: #fff; display: block; overflow: hidden; position: relative; }
.ms-category-card::after { background: linear-gradient(0deg, rgb(17 17 17 / 72%), rgb(17 17 17 / 4%) 68%); content: ""; inset: 0; position: absolute; }
.ms-category-card img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.ms-category-card:hover img,
.ms-category-card:focus-visible img { transform: scale(1.045); }
.ms-category-card > span { bottom: 0; display: flex; flex-direction: column; left: 0; padding: 1.15rem; position: absolute; right: 0; z-index: 1; }
.ms-category-card strong { color: #fff; font-size: 1.2rem; font-weight: 500; line-height: 1.2; }
.ms-category-card small { color: var(--ms-color-cream); font-size: .625rem; font-weight: 700; letter-spacing: .12em; margin-top: .35rem; text-transform: uppercase; }

.ms-instagram-placeholder { background: var(--ms-color-background); margin: 0 calc(50% - 50vw); width: 100vw; }
.ms-home-section-heading--center { align-items: center; display: flex; flex-direction: column; text-align: center; }
.ms-home-section-heading--center > span { color: var(--ms-color-gray); font-size: .875rem; margin-top: .75rem; }
.ms-home-section-heading--center > a { align-items: center; border: 1px solid rgb(93 59 59 / 28%); color: var(--ms-color-brown); display: inline-flex; font-size: .6875rem; font-weight: 700; gap: .45rem; letter-spacing: .1em; margin-top: 1.25rem; padding: .7rem 1rem; text-transform: uppercase; }
.ms-home-section-heading--center > a:hover,
.ms-home-section-heading--center > a:focus-visible { background: var(--ms-color-red); border-color: var(--ms-color-red); color: #fff; }
.ms-home-section-heading--center .material-icons { font-size: 1rem; }
.ms-instagram-grid { display: grid; gap: .75rem; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ms-instagram-grid > a { display: block; overflow: hidden; }
.ms-instagram-grid img { aspect-ratio: 1; height: auto; object-fit: cover; width: 100%; }
.ms-instagram-grid > a img { transition: transform .25s ease; }
.ms-instagram-grid > a:hover img { transform: scale(1.025); }
.ms-instagram-grid > a:focus-visible { outline: 2px solid var(--ms-color-red); outline-offset: 3px; }

.page-home .ms-new-products { background: #fff; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(3.5rem, 7vw, 5rem) max(var(--ms-gutter), calc((100vw - var(--ms-container-width)) / 2 + var(--ms-gutter))); }
.page-home .ms-new-products .products > .product:nth-child(n+5) { display: none; }

.ms-home-newsletter { align-items: center; background: var(--ms-color-brown); color: #fff; display: flex; flex-direction: column; margin: 0 calc(50% - 50vw); padding: clamp(3.5rem, 6vw, 5rem) var(--ms-gutter); text-align: center; width: 100vw; }
.ms-home-newsletter__intro > p { color: var(--ms-color-cream); font-size: .6875rem; font-weight: 700; letter-spacing: .3em; margin: 0 0 .65rem; text-transform: uppercase; }
.ms-home-newsletter__intro h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 500; margin: 0; }
.ms-home-newsletter__intro > span { color: rgb(228 216 184 / 90%); display: block; font-size: .875rem; margin-top: .8rem; }
.ms-home-newsletter .block_newsletter { background: transparent !important; border: 0 !important; box-shadow: none !important; float: none; margin-top: 0; max-width: 42rem; padding: 2.75rem 0 0 !important; width: 100%; }
.ms-home-newsletter .block_newsletter > .row { background: transparent !important; display: block; margin: 0; }
.ms-home-newsletter .block_newsletter #block-newsletter-label { display: none; }
.ms-home-newsletter .block_newsletter .col-md-7 { background: transparent !important; float: none; max-width: none; padding: 0; width: 100%; }
.ms-home-newsletter .block_newsletter form,
.ms-home-newsletter .block_newsletter form .row { background: transparent !important; margin: 0; }
.ms-home-newsletter .block_newsletter form .col-xs-12 { background: transparent !important; padding: 0; }
.ms-home-newsletter .block_newsletter form > .row > .col-xs-12:first-child { align-items: center; display: flex; gap: .75rem; }
.ms-home-newsletter .block_newsletter .input-wrapper { flex: 1 1 auto; min-width: 0; overflow: visible; }
.ms-home-newsletter .block_newsletter input[type="email"] { background: #fff; border: 1px solid rgb(255 255 255 / 32%); color: var(--ms-color-brown); height: 3rem; padding: 0 1rem; width: 100%; }
.ms-home-newsletter .block_newsletter input[type="email"]::placeholder { color: rgb(93 59 59 / 48%); opacity: 1; }
.ms-home-newsletter .block_newsletter input[type="submit"] { background: var(--ms-color-red) !important; border: 0 !important; box-shadow: none !important; color: #fff !important; flex: 0 0 9.75rem; height: 3rem; margin: 0; padding: 0 1.25rem; width: 9.75rem; }
.ms-home-newsletter .block_newsletter input[type="submit"]:hover,
.ms-home-newsletter .block_newsletter input[type="submit"]:focus-visible { background: #cf2f38 !important; color: #fff !important; }
.ms-home-newsletter .block_newsletter p,
.ms-home-newsletter .block_newsletter label { color: rgb(255 255 255 / 78%); }
#index #footer .block_newsletter { display: none; }

.page-home > * { order: 8; }
.page-home > .ms-home-hero { order: -20; }
.page-home > .ms-trust-bar { order: -19; }
.page-home > .featured-products { order: 8; }
.page-home > .ms-home-categories { order: 1; }
.page-home > [data-type="bestsellers"] { order: 2; }
.page-home > .ms-new-products { order: 3; }
.page-home > .ms-instagram-placeholder { order: 4; }
.page-home > #carousel { order: 5; }
.page-home > .ms-home-newsletter { order: 6; }

#index #wrapper { padding-top: 0 !important; }
#index #content-wrapper { display: flex; flex-direction: column; padding-top: 0 !important; }
#index #main > .page-footer { margin-bottom: 0; }
#index .page-home > .ms-home-hero,
#index .page-home > .ms-trust-bar { margin-bottom: 0; }
#index .page-home > [data-type="bestsellers"] { margin-top: 0 !important; }

/* Keep homepage sections joined and suppress retired displayHome modules. */
#index .page-home > [data-type="bestsellers"],
#index .page-home > .ms-home-categories,
#index .page-home > .ms-instagram-placeholder,
#index .page-home > .ms-new-products,
#index .page-home > #carousel,
#index .page-home > .ms-home-newsletter {
  margin-bottom: 0 !important;
}

#index .page-home > #carousel {
  display: none !important;
  background: rgb(228 216 184 / 22%);
  box-shadow: 0 0 0 100vmax rgb(228 216 184 / 22%);
  clip-path: inset(0 -100vmax);
  margin: 0 auto !important;
  max-width: var(--ms-container-width);
  overflow: visible;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  width: calc(100% - (var(--ms-gutter) * 2));
}

/* Homepage modules: one Avenir hierarchy and clean alternating section bands. */
#index .page-home > .ms-home-categories {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
}

#index .page-home > [data-type="bestsellers"] {
  background: rgb(228 216 184 / 30%);
  border: 0 !important;
  box-shadow: none !important;
}

#index .page-home > .ms-new-products {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
}

#index .page-home > .ms-instagram-placeholder {
  background: var(--ms-color-background);
  border: 0 !important;
  box-shadow: none !important;
}

#index .page-home .ms-home-section-heading h2,
#index .page-home .products-section-title,
#index .page-home #carousel .caption h2 {
  font-style: normal !important;
  font-weight: 500 !important;
}

#index .page-home .ms-home-section-heading > p,
#index .page-home .ms-section-eyebrow {
  font-style: normal !important;
  font-weight: 700 !important;
}

/* Keep every visible footer label, paragraph and link on one neutral tone. */
#footer .footer-container,
#footer .footer-container p,
#footer .footer-container span,
#footer .footer-container li,
#footer .footer-container a,
#footer .footer-container address,
#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container .title,
#footer .footer-container h3,
#footer .footer-container h4 {
  color: var(--ms-color-gray);
}

#footer .footer-container a:hover,
#footer .footer-container a:focus-visible {
  color: var(--ms-color-red);
}

#footer .footer-container .ms-footer-social a:hover,
#footer .footer-container .ms-footer-social a:focus-visible {
  color: #fff;
}

#index .page-home > .ms-new-products { margin-top: 0 !important; }

#index .page-home > .banner,
#index .page-home > #custom-text,
#index .page-home > [data-type="popularproducts"] {
  display: none !important;
}

#index .page-home > [data-type="bestsellers"] .products > .product:nth-child(n+5) {
  display: none;
}

#index #footer > .container:first-child { display: none; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #header #search_widget { min-width: 2.75rem !important; width: 2.75rem !important; }
  #header #search_widget form { height: 2.75rem; width: 2.75rem; }
  #header #search_widget .material-icons.search { left: auto; right: 0; }
  #header #search_widget form input[type="text"] {
    background: #fff;
    border: 1px solid rgb(93 59 59 / 20%);
    box-shadow: none;
    min-width: 2.75rem !important;
    opacity: 0;
    padding: .7rem 2.75rem .7rem .9rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.75rem !important;
  }
  #header #search_widget:hover input[type="text"],
  #header #search_widget:focus-within input[type="text"] {
    box-shadow: 0 .75rem 1.75rem rgb(17 17 17 / 14%);
    opacity: 1;
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    width: 16rem !important;
  }
}

/* Category and product-listing pages */
#category #wrapper { background: var(--ms-color-background); padding-bottom: clamp(4rem, 7vw, 6rem); }
#category #wrapper > .container { max-width: var(--ms-container-width); }
#category .breadcrumb { color: var(--ms-color-gray); font-size: .75rem; margin-bottom: 1.5rem; padding-top: 1.25rem; }
#category .breadcrumb li::after { color: rgb(93 59 59 / 35%); }
#category .breadcrumb a:hover,
#category .breadcrumb a:focus-visible { color: var(--ms-color-red); }

#category #left-column { padding-right: 1.5rem; }
#category #left-column .block-categories,
#category #left-column #search_filters { background: #fff; border: 0; box-shadow: 0 .5rem 1.5rem rgb(93 59 59 / 5%); margin-bottom: 1.25rem; padding: 1.35rem; }
#category #left-column .block-categories .h6,
#category #left-column #search_filters > .h6 { color: var(--ms-color-brown); font-size: .6875rem; font-weight: 700; letter-spacing: .14em; margin-bottom: 1rem; text-transform: uppercase; }
#category #left-column .category-sub-menu a { color: var(--ms-color-gray); font-size: .8125rem; line-height: 1.45; }
#category #left-column .category-sub-menu a:hover,
#category #left-column .category-sub-menu a:focus-visible,
#category #left-column .category-sub-menu li[data-depth="0"] > a { color: var(--ms-color-brown); }

#category .ms-category-header { background: #fff; border: 0; border-radius: 0; box-shadow: none; margin-bottom: 1.5rem; min-height: 0; overflow: hidden; padding: clamp(2rem, 3vw, 2.75rem); position: relative; }
#category .ms-category-header__copy { position: relative; z-index: 2; }
#category .ms-category-header h1 { color: var(--ms-color-text); font-size: clamp(2.35rem, 4vw, 3.35rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; margin: 0; text-transform: none; }
#category .ms-category-header .block-category-inner { align-items: flex-start; display: flex; margin-top: 1rem; }
#category .ms-category-header #category-description { color: var(--ms-color-gray); font-size: .95rem; line-height: 1.7; margin: 0; max-width: 38rem; }
#category .ms-category-header #category-description p:last-child { margin-bottom: 0; }
#category .ms-category-header--with-cover { min-height: clamp(15rem, 28vw, 22rem); padding-right: 45%; }
#category .ms-category-header__cover { bottom: 0; height: 100%; margin: 0; position: absolute; right: 0; top: 0; width: 42%; }
#category .ms-category-header__cover picture,
#category .ms-category-header__cover img { height: 100%; object-fit: cover; width: 100%; }

#category #products { background: transparent; }
#category #js-product-list-top { align-items: center; background: #fff; border: 0; box-shadow: none; margin: 0 0 1.5rem; min-height: 4.25rem; padding: .75rem 1rem; }
#category #js-product-list-top .total-products { align-items: center; display: flex; min-height: 2.75rem; }
#category #js-product-list-top .total-products p,
#category #js-product-list-top .showing { color: var(--ms-color-gray); font-size: .8125rem; margin: 0; }
#category .sort-by-row { align-items: center; display: flex; justify-content: flex-end; }
#category .sort-by { color: var(--ms-color-gray); font-size: .75rem; padding-top: .8rem; text-align: right; }
#category .products-sort-order .select-title { background: var(--ms-color-background); border: 1px solid rgb(93 59 59 / 14%); color: var(--ms-color-brown); font-size: .8125rem; height: 2.75rem; line-height: 2.65rem; padding: 0 .85rem; width: 100%; }
#category .products-sort-order .dropdown-menu { border: 1px solid rgb(93 59 59 / 12%); border-radius: 0; box-shadow: 0 1rem 2rem rgb(17 17 17 / 10%); margin-top: .25rem; width: 100%; }
#category .products-sort-order .select-list { color: var(--ms-color-gray); font-size: .8125rem; padding: .7rem .9rem; }
#category .products-sort-order .select-list:hover,
#category .products-sort-order .select-list.current { background: rgb(228 216 184 / 35%); color: var(--ms-color-red); }

#category #js-product-list .products { margin-left: -.6rem; margin-right: -.6rem; }
#category #js-product-list .products > .product { padding-left: .6rem; padding-right: .6rem; }
#category #js-product-list .product-miniature { margin-bottom: 1.2rem; }
#category .active_filters { background: rgb(228 216 184 / 35%); border: 0; margin-bottom: 1.25rem; padding: .8rem 1rem; }
#category .active_filters .active-filter-title { color: var(--ms-color-brown); font-size: .6875rem; letter-spacing: .12em; margin: .2rem .75rem .2rem 0; text-transform: uppercase; }
#category .active_filters ul { align-items: center; display: flex; flex-wrap: wrap; margin: 0; }
#category .active_filters .filter-block { background: #fff; border: 1px solid rgb(93 59 59 / 10%); color: var(--ms-color-brown); font-size: .75rem; margin: .2rem; padding: .45rem .65rem; }
#category .active_filters .filter-block .close { color: var(--ms-color-red); font-size: 1rem; margin-left: .25rem; vertical-align: middle; }

#category .pagination { align-items: center; background: #fff; display: flex; margin-top: 1.5rem; padding: 1rem; }
#category .pagination > div:first-child { color: var(--ms-color-gray); font-size: .75rem; }
#category .pagination .page-list { margin: 0; }
#category .pagination .page-list li { display: inline-flex; margin: 0 .15rem; }
#category .pagination .page-list a,
#category .pagination .page-list .spacer { align-items: center; color: var(--ms-color-brown); display: inline-flex; font-size: .75rem; height: 2.25rem; justify-content: center; min-width: 2.25rem; padding: 0 .45rem; }
#category .pagination .page-list .current a { background: var(--ms-color-red); color: #fff; }

#category .filter-button .btn { background: var(--ms-color-brown); border: 0; color: #fff; height: 2.75rem; width: 100%; }

@media (max-width: 991px) {
  #category #left-column { padding-right: var(--ms-gutter); }
  #category .ms-category-header { margin-bottom: 1rem; padding: 2rem 1.25rem; }
  #category .ms-category-header--with-cover { min-height: 16rem; padding-right: 42%; }
  #category #js-product-list-top { padding: .75rem; }
  #category #js-product-list-top > .col-lg-7 { width: 100%; }
  #category .sort-by-row { justify-content: space-between; }
  #category .products-sort-order { padding-left: 0; }
}

@media (max-width: 575px) {
  #category .breadcrumb { margin-bottom: .75rem; }
  #category #left-column .block-categories { display: none; }
  #category #left-column:empty { display: none; }
  #category .ms-category-header h1 { font-size: 2.35rem; }
  #category .ms-category-header--with-cover { min-height: 21rem; padding-bottom: 11rem; padding-right: 1.25rem; }
  #category .ms-category-header__cover { height: 10rem; top: auto; width: 100%; }
  #category #js-product-list .products { margin-left: -.35rem; margin-right: -.35rem; }
  #category #js-product-list .products > .product { padding-left: .35rem; padding-right: .35rem; width: 50%; }
  #category .active_filters { margin-top: -.25rem; padding: .65rem; }
  #category .active_filters .active-filter-title { width: 100%; }
  #category .pagination { display: block; text-align: center; }
  #category .pagination > div { margin: .4rem 0; max-width: none; padding: 0; width: 100%; }
}

/* Product detail pages */
#product #wrapper { background: var(--ms-color-background); padding-bottom: clamp(4rem, 7vw, 6rem); }
#product #wrapper > .container { max-width: var(--ms-container-width); }
#product .breadcrumb { color: var(--ms-color-gray); font-size: .75rem; margin-bottom: 1.5rem; padding-top: 1.25rem; }
#product .product-container { align-items: flex-start; margin-left: -.9rem; margin-right: -.9rem; }
#product .ms-product-gallery-column,
#product .ms-product-info-column { padding-left: .9rem; padding-right: .9rem; }
#product .ms-product-info-column { padding-left: clamp(1.5rem, 4vw, 4rem); }

#product .page-content { margin-bottom: 1rem; }
#product .images-container { background: #fff; }
#product .product-cover { align-items: center; aspect-ratio: 4 / 3; background: rgb(228 216 184 / 24%); display: flex; justify-content: center; margin-bottom: .75rem; overflow: hidden; }
#product .product-cover picture { height: 100%; width: 100%; }
#product .product-cover img { height: 100%; object-fit: cover; width: 100%; }
#product .product-cover .layer { background: rgb(255 255 255 / 88%); border-radius: 50%; height: 3rem; left: auto; right: 1rem; top: 1rem; width: 3rem; }
#product .product-cover .layer .zoom-in { color: var(--ms-color-brown); font-size: 1.35rem; }
#product .js-qv-mask { margin: 0; padding: .75rem; width: 100%; }
#product .product-images { display: flex; gap: .65rem; margin: 0; }
#product .product-images > li.thumb-container { margin: 0; }
#product .product-images > li.thumb-container > .thumb { border: 1px solid transparent; height: 5rem; object-fit: cover; padding: .2rem; width: 5rem; }
#product .product-images > li.thumb-container > .thumb.selected,
#product .product-images > li.thumb-container > .thumb:hover { border-color: var(--ms-color-red); }

#product .ms-product-eyebrow { color: var(--ms-color-red); font-size: .6875rem; font-weight: 700; letter-spacing: .22em; margin: .35rem 0 .75rem; text-transform: uppercase; }
#product .ms-product-info-column h1 { color: var(--ms-color-text); font-size: clamp(2.15rem, 3.8vw, 3.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 1.25rem; text-transform: none; }
#product .product-prices { margin: 0 0 1.4rem; }
#product .product-price { margin: 0; }
#product .current-price { color: var(--ms-color-text); font-size: 1.75rem; font-weight: 700; }
#product .product-without-taxes,
#product .tax-shipping-delivery-label { color: var(--ms-color-gray); font-size: .75rem; margin-top: .4rem; }
#product .product-information > .product-description { color: var(--ms-color-gray); font-size: .9375rem; line-height: 1.7; margin-bottom: 1.5rem; max-width: 40rem; }

#product .product-variants > .product-variants-item { margin: 0 0 1.25rem; }
#product .product-variants .control-label,
#product .product-add-to-cart > .control-label { color: var(--ms-color-brown); display: block; font-size: .6875rem; font-weight: 700; letter-spacing: .12em; margin-bottom: .55rem; text-transform: uppercase; }
#product .product-variants select { background: #fff; border: 1px solid rgb(93 59 59 / 16%); color: var(--ms-color-text); min-height: 2.9rem; }
#product .product-quantity { align-items: stretch; display: flex; flex-wrap: wrap; gap: .65rem; }
#product .product-quantity .qty { margin: 0; }
#product .product-quantity #quantity_wanted { border: 1px solid rgb(93 59 59 / 16%); height: 3.25rem; width: 4.5rem; }
#product .product-quantity .add { flex: 1 1 12rem; }
#product .product-quantity .add-to-cart { background: var(--ms-color-red); border: 1px solid var(--ms-color-red); font-size: .75rem; font-weight: 700; height: 3.25rem; letter-spacing: .1em; padding: 0 1.5rem; text-transform: uppercase; width: 100%; }
#product .product-quantity .add-to-cart:hover,
#product .product-quantity .add-to-cart:focus-visible { background: var(--ms-color-brown); border-color: var(--ms-color-brown); }
#product .wishlist-button-add { box-shadow: none; height: 3.25rem; margin: 0; width: 3.25rem; }
#product #product-availability { margin-top: .8rem; }
#product #product-availability .alert { border: 0; border-radius: 0; font-size: .8125rem; margin: 0; padding: .75rem 1rem; }
#product #product-availability .alert-success { background: rgb(51 122 83 / 10%); color: #276143; }
#product #product-availability .alert-warning { background: rgb(228 216 184 / 48%); color: var(--ms-color-brown); }
#product #product-availability .alert-danger { background: rgb(211 72 66 / 10%); color: var(--ms-color-red); }
#product #product-availability .material-icons { font-size: 1.1rem; }
#product .product-minimal-quantity { color: var(--ms-color-gray); font-size: .75rem; margin-top: .5rem; }
#product .product-discounts { margin: 1.5rem 0; }
#product .product-discounts-title { color: var(--ms-color-brown); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
#product .table-product-discounts { background: #fff; border: 1px solid rgb(93 59 59 / 12%); font-size: .75rem; width: 100%; }
#product .table-product-discounts th,
#product .table-product-discounts td { border-bottom: 1px solid rgb(93 59 59 / 10%); padding: .7rem; }
#product .table-product-discounts th { color: var(--ms-color-brown); font-weight: 700; }

#product .product-additional-info { border-top: 1px solid rgb(93 59 59 / 12%); margin-top: 1.5rem; padding-top: 1.25rem; }
#product .social-sharing { align-items: center; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; }
#product .social-sharing > span { color: var(--ms-color-gray); font-size: .75rem; margin-right: .25rem; }
#product .social-sharing li { background-color: #fff; border: 1px solid rgb(93 59 59 / 12%); border-radius: 50%; height: 2.5rem; margin: 0; width: 2.5rem; }
#product .social-sharing li:hover,
#product .social-sharing li:focus-within { border-color: var(--ms-color-red); }
#product .blockreassurance_product { background: #fff; border: 0; box-shadow: none; margin-top: 1.5rem; padding: .5rem 1rem; }
#product .blockreassurance_product .item-product { border-bottom: 1px solid rgb(93 59 59 / 10%); padding: .85rem 0; }
#product .blockreassurance_product .item-product:last-child { border-bottom: 0; }

#product .tabs { background: #fff; margin-top: 2rem; padding: clamp(1.25rem, 3vw, 2rem); }
#product .tabs .nav-tabs { border-bottom: 1px solid rgb(93 59 59 / 12%); display: flex; gap: 1.5rem; }
#product .tabs .nav-tabs .nav-link { border: 0; color: var(--ms-color-gray); font-size: .75rem; font-weight: 700; letter-spacing: .08em; padding: 0 0 .8rem; text-transform: uppercase; }
#product .tabs .nav-tabs .nav-link.active { border-bottom: 2px solid var(--ms-color-red); color: var(--ms-color-brown); }
#product .tabs .tab-content { color: var(--ms-color-text); font-size: .875rem; line-height: 1.65; padding: 1.5rem 0 0; }
#product .tabs .product-description p:last-child { margin-bottom: 0; }
#product .tabs .product-features .h6 { color: var(--ms-color-brown); font-size: .75rem; letter-spacing: .1em; margin: 1rem 0; text-transform: uppercase; }
#product .tabs .data-sheet { display: grid; grid-template-columns: minmax(8rem, 1fr) 2fr; margin: 0; }
#product .tabs .data-sheet dt,
#product .tabs .data-sheet dd { border-bottom: 1px solid rgb(93 59 59 / 10%); margin: 0; padding: .7rem .5rem; }
#product .tabs .data-sheet dt { color: var(--ms-color-gray); font-weight: 500; }
#product .tabs .data-sheet dd { color: var(--ms-color-text); }
#product .product-accessories { margin-top: clamp(3rem, 6vw, 5rem); }
#product .product-accessories > .h5 { color: var(--ms-color-text); font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.02em; margin-bottom: 2rem; text-transform: none !important; }

#product .js-product-images-modal .modal-dialog { max-width: min(72rem, calc(100vw - 3rem)); }
#product .js-product-images-modal .modal-content { border: 0; border-radius: 0; }
#product .js-product-images-modal .modal-body { background: var(--ms-color-background); padding: 1.5rem; }
#product .js-product-images-modal figure { background: #fff; margin: 0; }
#product .js-product-images-modal .product-cover-modal { height: min(72vh, 48rem); object-fit: contain; width: 100%; }
#product .js-product-images-modal .image-caption { border-top: 1px solid rgb(93 59 59 / 10%); color: var(--ms-color-gray); font-size: .8125rem; padding: 1rem; }

@media (max-width: 767px) {
  #product .product-container { margin-left: 0; margin-right: 0; }
  #product .ms-product-gallery-column,
  #product .ms-product-info-column { padding-left: 0; padding-right: 0; }
  #product .ms-product-info-column { margin-top: 1.5rem; }
  #product .ms-product-info-column h1 { font-size: 2.35rem; }
  #product .product-images > li.thumb-container > .thumb { height: 4rem; width: 4rem; }
  #product .tabs .nav-tabs { gap: 1rem; overflow-x: auto; }
  #product .tabs .nav-tabs .nav-item { flex: 0 0 auto; }
  #product .tabs .data-sheet { grid-template-columns: 1fr 1.4fr; }
  #product .product-quantity .add { flex-basis: calc(100% - 5.15rem); }
  #product .js-product-images-modal .modal-dialog { margin: .5rem; max-width: none; }
}

.page-home > section,
.page-home .featured-products,
.page-home .banner,
.page-home .custom-text {
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.page-home #carousel {
  background: var(--ms-color-cream);
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  width: 100%;
}

.page-home #carousel .carousel-inner,
.page-home #carousel .carousel-item,
.page-home #carousel figure {
  aspect-ratio: 1110 / 340;
  height: auto;
  margin: 0;
}

.page-home #carousel .carousel-item img {
  aspect-ratio: 1110 / 340;
  height: 100%;
  object-fit: contain;
  transition: transform .8s ease;
  width: 100%;
}

.page-home #carousel .caption {
  background: linear-gradient(90deg, rgb(0 0 0 / 62%), rgb(0 0 0 / 16%), transparent);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  max-width: 60%;
  padding: clamp(2rem, 6vw, 5rem);
  text-align: left;
  top: 0;
}

.page-home #carousel .caption h2 {
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4rem);
  letter-spacing: -.02em;
  line-height: 1.08;
  text-transform: none !important;
}

.page-home #carousel .caption-description {
  color: rgb(255 255 255 / 88%);
  font-size: clamp(.9rem, 1.5vw, 1.125rem);
  line-height: 1.65;
}

.page-home #carousel .carousel-control {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  height: 3rem;
  margin-top: -1.5rem;
  opacity: 1;
  top: 50%;
  width: 3rem;
}

.page-home #carousel .left.carousel-control { left: 1rem; }
.page-home #carousel .right.carousel-control { right: 1rem; }
.page-home #carousel .carousel-control i { background: transparent !important; }

.page-home #carousel .carousel-indicators {
  bottom: 1rem;
}

.page-home #carousel .carousel-indicators li {
  background: rgb(255 255 255 / 65%);
  border: 0;
  height: .5rem;
  margin: 0 .25rem;
  width: .5rem;
}

.page-home #carousel .carousel-indicators .active {
  background: var(--ms-color-red);
}

.page-home .featured-products {
  background: rgb(228 216 184 / 30%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(3.5rem, 7vw, 5rem) max(var(--ms-gutter), calc((100vw - var(--ms-container-width)) / 2 + var(--ms-gutter)));
}

.page-home .products-section-title {
  color: var(--ms-color-text);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -.02em;
  margin: 0 0 2rem;
  text-align: left;
  text-transform: none !important;
}

.ms-section-eyebrow {
  color: var(--ms-color-red);
  display: block;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .3em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}

.page-home .featured-products .products {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.page-home .featured-products .products > .product {
  padding-left: .75rem;
  padding-right: .75rem;
}

.product-miniature {
  height: 100%;
}

.product-miniature .thumbnail-container {
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
  width: 100%;
}

.product-miniature .thumbnail-container:hover,
.product-miniature .thumbnail-container:focus-within {
  box-shadow: 0 1.25rem 2rem -1.5rem rgb(17 17 17 / 35%);
  transform: translateY(-2px);
}

.product-miniature .thumbnail-top {
  aspect-ratio: 1;
  background: rgb(228 216 184 / 40%);
  overflow: hidden;
  position: relative;
}

.product-miniature .product-thumbnail,
.product-miniature .product-thumbnail picture {
  display: block;
  height: 100%;
  width: 100%;
}

.product-miniature .product-thumbnail img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  width: 100%;
}

.product-miniature .thumbnail-container:hover .product-thumbnail img,
.product-miniature .thumbnail-container:focus-within .product-thumbnail img {
  transform: scale(1.04);
}

.product-miniature.ms-product-unavailable .product-thumbnail img {
  filter: grayscale(1);
  opacity: .58;
}

.ms-stock-overlay {
  background: rgb(255 255 255 / 92%);
  color: var(--ms-color-brown);
  font-size: .625rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: .1em;
  line-height: 1.35;
  padding: .65rem .8rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 2;
}

.product-miniature .product-flags {
  left: .75rem;
  top: .75rem;
}

.product-miniature .product-flags li.product-flag {
  background: var(--ms-color-red);
  box-shadow: none;
  font-size: .625rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.35;
  margin-bottom: .35rem;
  min-height: 0;
  padding: .35rem .55rem;
  text-transform: uppercase;
}

.product-miniature .highlighted-informations {
  background: rgb(255 255 255 / 94%);
  bottom: 0;
  box-shadow: none;
  height: auto;
  padding: .65rem;
}

.product-miniature .highlighted-informations .quick-view {
  color: var(--ms-color-brown);
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-miniature .product-description {
  background: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto;
  padding: 1.1rem;
  position: static;
  width: 100%;
}

.ms-product-meta {
  color: var(--ms-color-gray);
  font-size: .625rem;
  letter-spacing: .14em;
  margin: 0 0 .5rem;
  min-height: .9rem;
  text-transform: uppercase;
}

.product-miniature .product-title {
  font-size: .9375rem;
  line-height: 1.45;
  margin: 0 0 .85rem;
  min-height: 2.75rem;
  text-align: center;
}

.product-miniature .product-title a {
  color: var(--ms-color-text);
  display: block;
  font-weight: 500;
  overflow-wrap: anywhere;
  white-space: normal;
}

.product-miniature .product-title a:hover,
.product-miniature .product-title a:focus-visible { color: var(--ms-color-red); }

.product-miniature .product-price-and-shipping {
  align-items: baseline;
  color: var(--ms-color-text);
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  gap: .25rem .5rem;
  margin: auto 0 0;
  text-align: left;
}

.product-miniature .product-price-and-shipping .price {
  color: var(--ms-color-text);
  font-size: 1.125rem;
  font-weight: 700;
}

.product-miniature .regular-price {
  color: var(--ms-color-gray);
  font-size: .75rem;
}

.product-miniature .discount-product {
  background: var(--ms-color-red);
  color: #fff;
  font-size: .625rem;
  padding: .2rem .4rem;
}

.ms-card-cart { margin-top: 1rem; }

.ms-card-cta {
  align-items: center;
  background: var(--ms-color-brown);
  border: 1px solid var(--ms-color-brown);
  color: #fff;
  display: flex;
  font-size: .6875rem;
  font-weight: 500;
  gap: .4rem;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1.35;
  margin-top: 1rem;
  min-height: 2.75rem;
  padding: .65rem 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}

.ms-card-cart .ms-card-cta { margin-top: 0; }
.ms-card-cta .material-icons { font-size: 1rem; }

.ms-card-cta:hover,
.ms-card-cta:focus-visible {
  background: var(--ms-color-red);
  border-color: var(--ms-color-red);
  color: #fff;
}

.ms-card-cta:disabled {
  background: transparent;
  border-color: rgb(93 59 59 / 20%);
  color: var(--ms-color-gray);
  cursor: not-allowed;
  opacity: 1;
}

.page-home .all-product-link {
  color: var(--ms-color-brown);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 1rem;
  text-transform: uppercase;
}

.page-home .banner {
  display: block;
  overflow: hidden;
}

.page-home .banner img {
  transition: transform .5s ease;
  width: 100%;
}

.page-home .banner:hover img { transform: scale(1.015); }

.page-home .custom-text {
  background: #fff;
  border: 1px solid rgb(93 59 59 / 10%);
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.page-home .custom-text h2 {
  color: var(--ms-color-brown);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

@media (max-width: 991px) {
  #header { position: relative; }
  #header .header-nav { padding: .65rem 0; }

  #header .header-nav .mobile {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  #header #menu-icon { flex: 0 0 2.75rem; float: none !important; order: 1; }
  #header #_mobile_logo { flex: 1 1 auto; min-width: 0; order: 2; text-align: center; }
  #header #_mobile_user_info { flex: 0 0 2.75rem; float: none !important; order: 3; }
  #header #_mobile_cart { flex: 0 0 auto; float: none !important; order: 4; }
  #header .header-nav .mobile > .clearfix { display: none; }

  #header .header-nav .top-logo {
    margin: 0 auto;
    position: static;
  }

  #header .header-nav .top-logo h1 { margin: 0; }

  #header .header-nav .top-logo img {
    max-height: 2.75rem;
    max-width: 8.5rem;
  }

  #header .header-top { padding: 0; }
  #header .header-top > .container > .row { display: block; }
  #header .header-top-right { display: block; }

  #mobile_top_menu_wrapper {
    background: #fff;
    border-top: 1px solid rgb(93 59 59 / 10%);
    margin: 0;
    padding: 0 0 1rem;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] {
    display: block;
    padding: 0 var(--ms-gutter);
  }

  #mobile_top_menu_wrapper .top-menu[data-depth="0"] > li > a {
    border-bottom: 1px solid rgb(93 59 59 / 10%);
    padding: .9rem 0;
  }

  #mobile_top_menu_wrapper a:focus,
  #mobile_top_menu_wrapper a:active,
  #mobile_top_menu_wrapper summary:focus,
  #mobile_top_menu_wrapper summary:active {
    box-shadow: none !important;
    outline: 0 !important;
  }

  #mobile_top_menu_wrapper .ms-category-menu { width: 100%; }

  #mobile_top_menu_wrapper .ms-category-toggle {
    border-bottom: 1px solid rgb(93 59 59 / 10%);
    margin: 0 var(--ms-gutter);
  }

  #mobile_top_menu_wrapper .ms-category-panel {
    border: 0;
    box-shadow: none;
    display: block;
    min-width: 0;
    padding: 0;
    position: static;
  }

  .ms-footer-brand { grid-template-columns: 1fr 1fr; }
  .ms-footer-social { grid-column: 1 / -1; }

  .page-home #carousel .caption { max-width: 75%; }

  .ms-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ms-instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .ms-announcement { font-size: .625rem; }
  .ms-footer-main { gap: 2.5rem; grid-template-columns: 1fr; }
  .ms-footer-brand { grid-column: auto; }
  #footer .footer-container { padding-top: 3rem; }
  .ms-footer-columns {
    gap: 1.25rem;
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-footer-column { font-size: .75rem; }

  .ms-home-hero { height: min(42rem, calc(100svh - 5rem)); min-height: 34rem; }
  .ms-home-hero__image { object-position: 58% center; }
  .ms-home-hero__shade { background: linear-gradient(90deg, rgb(17 10 7 / 76%), rgb(17 10 7 / 35%)); }
  .ms-home-hero__inner { align-items: flex-end; padding-bottom: 3.25rem; }
  .ms-home-hero h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .ms-home-hero__lede { font-size: .9375rem; }
  .ms-home-hero__button { flex: 1 1 auto; padding-left: .9rem; padding-right: .9rem; }
  .ms-trust-bar__inner { gap: 1.25rem; grid-template-columns: 1fr; padding-bottom: 1.5rem; padding-top: 1.5rem; }
  .ms-home-section-inner { padding-bottom: 3.5rem; padding-top: 3.5rem; }
  .ms-category-grid { gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ms-category-card > span { padding: .85rem; }
  .ms-category-card strong { font-size: 1rem; }
  .ms-instagram-grid { gap: .5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ms-home-newsletter { padding-bottom: 3.5rem; padding-top: 3.5rem; }
  .ms-home-newsletter .block_newsletter input[type="email"] { width: 100%; }
  .ms-home-newsletter .block_newsletter form > .row > .col-xs-12:first-child,
  #footer > .container:first-child .block_newsletter form > .row > .col-xs-12:first-child { align-items: stretch; flex-direction: column; }
  .ms-home-newsletter .block_newsletter input[type="submit"] { float: none !important; flex-basis: 3rem; margin-top: 0; width: 100%; }
  #footer > .container:first-child .block_newsletter input[type="submit"] { width: 100%; }

  .page-home > section,
  .page-home .featured-products,
  .page-home .banner,
  .page-home .custom-text { margin-bottom: 3.5rem; }

  .page-home #carousel {
    left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - (var(--ms-gutter) * 2));
  }

  .page-home #carousel .caption {
    max-width: 90%;
    padding: 2rem;
  }

  .page-home #carousel .carousel-control {
    height: 2.5rem;
    width: 2.5rem;
  }

  .page-home .featured-products .products > .product {
    float: left;
    width: 50%;
  }

  .product-miniature .product-description { padding: .85rem; }
  .product-miniature .product-title { font-size: .8125rem; }
  .product-miniature .product-price-and-shipping .price { font-size: 1rem; }
  .ms-card-cta { font-size: .5875rem; letter-spacing: .06em; padding: .55rem .35rem; }
  .ms-card-cta .material-icons { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
