/** Shopify CDN: Minification failed

Line 363:17 Expected ":"
Line 363:25 Expected ":"
Line 1473:11 Unexpected "("
Line 3398:34 Expected ":"

**/
@media screen and (min-width: 750px) {
  .show-mb { display: none !important; }
  .show-dt { display: block !important; }
}
/* General */
.max-600 {
  max-width: 1600px;
  margin: 0 auto;
}

a.button.button--secondary {
    padding-top: 1rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    padding-bottom: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgb(var(--color-foreground));
    color: inherit;
    border-radius: .125rem;
    gap: .5rem;
    font-family: var(--font-heading-family);
    background-color: rgb(var(--color-background));
    display: flex;
    font-size: 1rem;
    letter-spacing: .025em;
    line-height: 1.25rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.button.button--underline {
  text-underline-offset: 4px;
  margin-top: 0.5rem;
  text-decoration-line: underline;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  display: block;
  z-index: 1;
  background: none;
  color: inherit;
}

.banner__text.rte {
    margin-bottom: 1.5rem;
}

.container-margin-top {
  margin-top: 110px;
}

/* Announcement bar */
.announcement-bar-section {
  height: 3rem;
}

.announcement-toggle {
  border: none;
  background: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

.utility-bar__grid .announcement-bar-slider, .announcement-bar-slider, .announcement-bar-slider .slider {
  width: 100%;
}

/* Header */
.page--header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  height: 100px;
}

.page--header-inner {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  height: 6rem;
  background: rgb(var(--color-background));
}

sticky-header.no-bg-header.header-wrapper {
  background: transparent;
  color: rgb(var(--color-background));
  fill: rgb(var(--color-background));
  stroke: rgb(var(--color-background));
  transition: background 0.3s ease;
}

sticky-header.header-wrapper {
  height: 3rem;
  color: rgb(var(--color-button));
  fill: rgb(var(--color-button));
  stroke: rgb(var(--color-button));
}

.header__heading-link {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.header__heading-link svg {
  fill: inherit;
  width: auto;
  height: auto;
}

.pause-icon.icon, .play-icon.icon {
  display: flex;
    justify-content: flex-end;
}

.pause-icon.icon svg,
.play-icon.icon svg {
  width: 1rem;
  height: 1rem;
}

.header__heading-link svg {
  stroke: none;
}

.scrolled-past-header sticky-header.header-wrapper {
  color: rgb(var(--color-button));
  fill: rgb(var(--color-button));
  stroke: rgb(var(--color-button));
  background: rgb(var(--color-background));
}

.no-sublinks.mega-menu__link {
  display: none;
}

.list-menu--inline {
  height: 100%;
}

li.header__menu-item-wrapper {
  height: 100%;
  display: flex;
}

.no-sublinks .mega-menu__link.link {
  color: rgb(var(--color-foreground));
  display: block;
  line-height: 1;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-decoration: none;
  word-wrap: break-word;
  font-family: var(--font-heading-family);
  font-size: 1rem;
}

.header__menu-item.list-menu__item span {
  position: relative;
}

.header__menu-item.list-menu__item span:after {
  background-color: rgb(var(--color-secondary-button-text));
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  width: 0;
}

.header__menu-item.list-menu__item:hover span:after {
  width: 100%;
}

sticky-header.no-bg-header.header-wrapper.hovered {
  background: rgb(var(--color-background));
  border-bottom: 1px solid #faf8f5;
  color: rgb(var(--color-foreground));
  fill: rgb(var(--color-foreground));
  stroke: rgb(var(--color-foreground));
}

.has-mega-menu .mega-menu__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  min-width: 100%;
  max-width: 100%;
}

.has-mega-menu:hover .mega-menu__content,
.has-mega-menu:focus-within .mega-menu__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu--column {
  padding: 0;
}

.mega-menu__link.has-submenu {
  font-family: var(--font-body-family);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

.mega-menu__featured {
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.mega-menu__featured a {
  width: 178px;
  text-decoration: none;
  margin: 0.5rem 0 15px 30px;
  display: flex;
  flex-flow: column;
  gap: 0;
}

.mega-menu__featured a:first-of-type {
  margin-left: 0;
}

.mega-menu__featured img {
  width: 178px;
  height: auto;
  object-fit: contain;
}

.mega-menu--img-caption {
  font-family: var(--font-body-family);
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(var(--color-foreground));
  letter-spacing: normal;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  gap: 0;
}

.img-caption--title {
  margin-top: 0.75rem;
  font-weight: 700;
}

.img-caption--text {
  margin-top: 0.25rem;
}

.submenu-item .mega-menu__link {
  font-family: var(--font-body-family);
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(var(--color-foreground));
  letter-spacing: normal;
  text-decoration: none;
  margin: 0;
  transition-duration: color 0.3s ease-in-out;
}

.submenu-item .mega-menu__link:hover,
.mega-menu__link:hover {
  color: rgb(var(--color-secondary-button-text));
}

.mega-menu__link {
  margin: 0;
  transition-duration: color 0.3s ease-in-out;
}

.submenu-item .mega-menu__link.has-submenu {
  cursor: default;
}
.submenu-item .mega-menu__link.has-submenu:hover {
  color: rgb(var(--color-foreground));
}

/* Footer */
.footer-block__details-content.rte {
  font-size: 12px;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
  text-align: center;
}

.footer-block__heading.inline-richtext {
      font-size: .75rem;
    letter-spacing: 0;
    line-height: 1;
    font-family: var(--font-body-family);
    text-align: center;
    margin-bottom: 1rem;
}

.footer-block__heading.inline-richtext strong {
      font-family: var(--font-heading-family);
    font-size: 1rem;
    letter-spacing: .025em;
    line-height: 1.25rem;
}

.footer-block.grid__item p a, .newsletter-footer a {
    color: rgb(var(--color-foreground));
    font-weight: bold;
    text-underline-offset: .1rem;
    text-decoration-thickness: 1px;
}
.footer-block.grid__item p {
    line-height: 1rem;
}

.footer-block__heading.inline-richtext.footer-menu--heading {
      margin-bottom: 0;
    font-family: var(--font-heading-family);
    text-align: center;
    letter-spacing: .025em;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-size: 1rem;
}

.footer .list-social__item {
  display: flex;
  justify-content; center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
}

.footer .list-social__link {
  width: 100%;
  height: 100%;
  padding: 0;
      justify-content: center;
    align-items: center;
}

.footer__list-social.list-social {
  gap: 1.5rem;
    padding-bottom: 2.5rem;
}

.footer .list-social__item .svg-wrapper {
    width: auto;
    height: auto;
}

.footer .list-social__item .svg-wrapper svg {
object-fit: contain;
width: 100%;
height: 100%;
}
.footer-block.grid__item {
  max-width: 24rem;
}

.footer-block.grid__item:first-of-type,
.footer-block.grid__item:last-of-type {
  max-width: unset;
}

.footer-block__heading.newsletter-block--title {
      font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: var(--font-heading-family);
    text-align: center;
    letter-spacing: .025em;
}

.newsletter-block--text {
  font-size: 0.75rem !important;
  line-height: 1rem;
  color: rgb(var(--color-foreground));
  text-align: center;
  letter-spacing: normal;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 3.25rem;
}

.newsletter-footer {
  text-align: center;
  margin-bottom: 2.25rem;
  margin-top: 1.25rem;
      font-family: var(--font-body-family);
    font-size: .75rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1rem !important;
}

.footer__copyright.caption {
  width: 100%;
  margin-top: 0;
}

.footer__copyright.caption ul {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  gap: 2.75rem;
  justify-content: flex-end;
  margin: 0;
  padding: 15px 0;
}

.footer__copyright.caption ul li a {
  font-size: 0.75rem;
  text-decoration: none;
  line-height: 1rem;
  letter-spacing: normal;
  padding: 0;
}

.newsletter-form__field-wrapper .field__input {
  max-width: 18.25rem;
  font-family: var(--font-body-family);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
  height: 2.75rem;
    border-radius: 0;
  margin-right: 0.5rem;
}

/* Slideshow */
.banner__heading.inline-richtext.h1 {
  font-size: 3rem;
  letter-spacing: 0.025em;
  line-height: 3.5rem;
}

.banner__text.rte p {
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: rgb(var(--color-foreground));
}

/* Collection list */
.collection-list__item a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.025em;
}

.collection-list__item a:hover .collection-card--btn {
  color: #986b58;
}

.collection-card--btn {
  border: none;
  color: inherit;
  background: none;
  width: auto;
  font-family: var(--font-subheading-family);
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  margin-top: 1rem;
  display: block;
  line-height: 1rem;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.collection-hero__description {
  color: rgb(var(--color-foreground));
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.25rem 0 0;
}

.filter-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 0;
}

.filter-list button {
  border: none;
  background: none;
  font-family: var(--font-subheading-family);
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0;
  margin: 0;
  margin-right: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.grid.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 1.5rem;
  column-gap: 0.25rem;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-flow: row;
  display: grid;
  margin: 0;
  padding-top: 5px;
}

.product-grid .grid__item {
  width: 100%;
  max-width: unset;
}

.card--vendor .caption-with-letter-spacing {
  margin-bottom: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-family: var(--font-body-family);
  color: inherit;
  opacity: 1;
}

.card__heading.h5 {
  text-decoration: none;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.badge.badge--bottom-left.tagged-badge {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  text-align: center;
  border: 1px solid rgb(var(--color-foreground));
  border-radius: 0.125rem;
  width: auto;
  padding: 0.25rem 0.375rem;
  font-family: var(--font-body-family);
  letter-spacing: 0;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25rem;
  align-items: center;
}

.tagged-badge .level-icon {
  width: 0.75rem;
  height: auto;
  fill: white;
}

/* Rich text */
.rich-text__heading {
  font-size: 2.25rem;
  line-height: 3rem;
  max-width: 48rem;
  margin: 0 auto;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 0 1.5rem;
  margin-bottom: 1.25rem;
}

.breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0;
}

.breadcrumbs__link {
  font-optical-sizing: auto;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

li.breadcrumbs__item {
  display: flex;
  align-items: center;
}

.breadcrumbs__item:after {
  content: "/";
  display: block;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: normal;
}

.breadcrumbs__item:last-of-type:after {
  content: none;
}

.card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0;
}

.card__badge .badge {
  padding: 0.25rem 0.375rem;
  font-family: var(--font-heading-family);
  font-size: 0.625rem;
  border-radius: 0;
}

.underline-links-hover:hover .card__heading a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product.grid {
  gap: 0;
 position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.product.grid .media-gallery {
      position: sticky;
    top: 0;
    left: 0;
    width: 50%;
}

.product--large:not(.product--no-media) .product__info-wrapper {
  width: 50% !important;
}

.product__text.inline-richtext.caption-with-letter-spacing {
  font-family: var(--font-subheading-family);
  margin-top: 48px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1rem;
}

.product__title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.25rem;
  text-align: left;
}

.product__description.rte.quick-add-hidden {
  font-family: var(--font-body-family);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.product-form__submit {
  letter-spacing: 0.04em;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  font-family: var(--font-heading-family);
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-variant--title {
  font-family: Inter, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: capitalize;
}

/* Family product swatches */
.familiar-products {
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0.625rem 0.125rem 0.5rem;
  margin: 0;
}

.familiar-products li {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.familiar_product--low-stock-label {
  background: #e8e5df;
  font-size: 0.625rem;
  letter-spacing: normal;
  border-radius: 0.125rem;
  padding: 0.5rem;
  position: absolute;
  width: max-content;
  bottom: 100%;
  left: -50%;
  display: none;
}

.familiar-products li:hover .familiar_product--low-stock-label {
  display: block;
}

.familiar-products li.variante-activa div.family_card--swatch {
  outline-width: 1px;
}

div.family_card--swatch {
  display: block;
  outline-color: var(--color-pdp);
  background-color: var(--color-pdp);
  border-radius: 0.125rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  outline-offset: 2px;
  outline-width: 0;
  outline-style: solid;
}

h3.familar-products--title,
.form__label {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: capitalize;
  margin: 0;
  font-family: var(--font-body-family);
}

.familiar-products--wrapper {
  padding-bottom: 16px;
  padding-top: 16px;
}

.familiar-products--title-color,
.current-variant-name {
  font-weight: 700;
  display: inline-block;
  margin-left: 0.5rem;
}

.price__regular {
  font-family: var(--font-body-family);
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}

variant-selects {
  padding-top: 16px;
}

.product-form__input--pill input[type="radio"] + label {
  border-style: solid;
  border-radius: 0.125rem;
  border-width: 1px;
  width: 3.5rem;
  height: 2rem;
  border-color: #e8e5df;
}

.login-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.login-header h1 {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  line-height: 1.5rem;
  margin: 0;
}

.login-subtitle {
  color: #62554a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-family: var(--font-body-family);
  letter-spacing: normal;
  display: block;
}

/* Subcolecciones shapewear QUITAR DESPUES */
ul.flex.w-full.list-none.flex-nowrap.md\:overflow-x-auto.scrollbar-hidden.pb-5.md\:mt-2.md\:pb-3 {
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  list-style-type: none;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding: 0 1.5rem 0.75rem;
}

li.shrink-0.mr-2\.5.md\:w-40.mobile\:w-\[150px\] {
  flex-shrink: 0;
  width: 10rem;
  cursor: pointer;
  margin-right: 0.625rem;
}
img.inline-block.w-\[150px\].h-\[188px\].object-contain.pt-2 {
  padding-top: 0.5rem;
  display: inline-block;
  object-fit: contain;
  width: 150px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
li.shrink-0.mr-2\.5.md\:w-40.mobile\:w-\[150px\]:hover
  p.subheading-2.text-primary.text-left.hover\:underline.pt-3.pb-1 {
  text-decoration: underline;
}
p.subheading-2.text-primary.text-left.hover\:underline.pt-3.pb-1 {
  --tw-text-opacity: 1;
  color: #2d2a26;
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
p.body-3.text-primary {
  --tw-text-opacity: 1;
  color: #2d2a26;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}

.card-product--tools {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 7px;
}

.product-wishlist {
  fill: rgb(var(--color-foreground));
  stroke: rgb(var(--color-foreground));
}

.product-wishlist svg {
  stroke-width: 1px;
  width: 1.125rem;
  height: 1.125rem;
}

.card-information .price__regular {
  font-family: var(--font-body-family);
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.product-grid .grid__item .card__heading {
  margin-top: 0;
}

.product__media-list {
  flex-flow: row nowrap;
  overflow: hidden;
}

.product-form__input--pill input[type="radio"].disabled + label:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 114.421%;
  background: #d1ccc7;
  transform: rotate(29deg);
  z-index: 1;
  top: 0;
  left: 0;
  transform-origin: 0px 1px;
}

.product-form__buttons .button {
  border-radius: 0.125rem;
  background-color: rgb(var(--color-button));
  transition-property: background-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.product-form__buttons .button:hover {
background-color: #986b58;
}

.product--variant-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
}

.product-form__input input[type="radio"].disabled + label {
  color: #d1ccc7;
  display: none !important;
}

.accordion--icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .375rem;
  stroke-width: 1;
}

h3.subheading-3.text-primary.text-left.mb-1 {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 1rem;
  font-family: var(--font-body-family);
  font-weight: 700;
}

.header__icon--wishlist {
  position: relative;
}

.page--wishlist {
  max-width: 1340px;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-wishlist--wrapper h2.title {
  letter-spacing: 0.025em;
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 1.5rem 0 0.75rem;
}

.header__icon .icon-heart-empty {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.188rem;
}

.wishlist_button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.wishlist_button .icon-heart--empty {
  display: block;
}

.wishlist_button .icon-heart--filled {
  display: none;
}

.wishlist_button.active .icon-heart--empty {
  display: none;
}

.wishlist_button.active .icon-heart--filled {
  display: block;
}

.page--wishlist {
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.wishlist-count {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.js-wishlistBlock {
  column-gap: 0px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  row-gap: 2.5rem;
  display: grid;
  margin-top: 1.5rem;
}

.c-product {
  position: relative;
  text-align: center;
}

.c-product button {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.c-product .icon-heart {
  width: 1.5rem;
  height: 1.5rem;
}

.empty-wishlist--txt p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 1.25rem;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}

.empty-wishlist--txt {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 8rem;
  grid-column: span 4;
  margin-bottom: 8rem;
}

.wishlist-login {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  text-underline-offset: 4px;
  padding: 1rem 2rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(45, 42, 38);
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
  text-decoration: none;
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
}

.page-wishlist--wrapper .collection__title .title {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  line-height: 1.5rem;
  text-align: center;
  font-family: var(--font-heading-family);
}

.grid.product-grid.grid--6-col-desktop {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

#collection-picks-for-you .familiar-products--wrapper {
  display: none;
}

.grid.product-grid.grid--6-col-desktop .slider__slide {
  border-left: 1px solid rgb(232, 229, 223);
  padding: 0;
}

.featured-coll .product-grid.grid--6-col-desktop .grid__item {
  width: calc(100% / 6);
}

#collection-picks-for-you .product-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
}

#collection-picks-for-you .wishlist_button {
  padding: 0;
  position: absolute;
  z-index: 20;
  cursor: pointer;
}

#collection-picks-for-you .card__inner {
  width: 130px;
  height: 130px;
  align-self: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

#collection-picks-for-you .card:not(.ratio) {
  background: white;
}

#collection-picks-for-you
  slider-component.slider-mobile-gutter.slider-component-full-width.scroll-trigger.animate--slide-in,
#collection-picks-for-you .card__content {
  padding: 0;
}

#collection-picks-for-you
  .slider-component-full-width
  .slider--desktop
  .slider__slide:first-child {
  margin-left: 0;
  scroll-margin-left: 0;
}

#collection-picks-for-you .card-information > .price {
  display: flex;
}

span.c-product__vendor {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
}

.wishlist-product__list h3.c-product__title.card__heading.h5 {
  width: 212px !important;
  margin: .25rem auto;
  font-size: 1rem;
  font-family: var(--font-body-family);
  font-weight: 700;
  letter-spacing: 0;
}

.c-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.card-product--tools .familiar-products--wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.card-product--tools .familiar-products {
  gap: 0.375rem;
  padding: 0;
}

.card-product--tools .familiar-products li {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.125rem;
}

.card-product--tools div.family_card--swatch {
  width: 100%;
  height: 100%;
  outline-offset: 1px;
}

.product-info-card-link {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.swatch-images .card__media {
  display: none !important;
}

.swatch-images .card__media.active {
  display: block !important;
}

li.grid__item.scroll-trigger.animate--slide-in:hover
  .swatch-images
  .card__media.active
  img:nth-of-type(1) {
  opacity: 0;
}

li.grid__item.scroll-trigger.animate--slide-in:hover
  .swatch-images
  .card__media.active
  img:nth-of-type(2) {
  opacity: 1;
}

/* Product recommendations */
slider-component .grid.product-grid.slider.slider--desktop {
  display: flex;
}

.collection__title--desktop-slider {
  margin: 0 !important;
  height: 5rem;
  position: relative;
  padding: 0;
}

.collection__title--desktop-slider .title.inline-richtext.h1 {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  line-height: 1.5rem;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

slider-component .grid.product-grid.slider.slider--desktop,
.slider--desktop.grid--5-col-desktop .grid__item {
  padding: 0 !important;
}

slider-component .grid.product-grid.slider.slider--desktop {
  gap: 1px;
}

slider-component .card__inner .card__content {
  display: none;
}

slider-component .card__inner.ratio:before {
  --tw-aspect-w: 4;
  --tw-aspect-h: 5;
}

slider-component .slider-buttons {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.slider-counter.caption {
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  align-items: center;
}

.slider-counter.caption span {
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  gap: 0.25rem;
  font-weight: 300;
}

.slider-button--prev svg {
  transform: rotate(-180deg);
}

/* Product media carousel */
.product-media-slider {
  width: 100%;
  overflow: hidden;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.mySlides {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.mySlides img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.product__media-wrapper {
  height: calc(100dvh - 110px);
}

.product-media-slider,
.product-media-slider .slides-wrapper {
  height: 100%;
}

.product__media-wrapper {
  position: relative;
}

.product-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 1rem;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.product-slider-nav .next,
.product-slider-nav .prev {
  cursor: pointer;
}

/* Product page wishlist */
.product .product-wishlist {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 2;
  display: flex;
}

.product .product-wishlist svg {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.product-media--zoom {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

/* Search */
.search-modal.modal__content {
  top: 100%;
}

/* Returns */
.multicolumn-banners .page-width {
      padding: 0;
    width: 100%;
    margin: 3.5rem auto 2.75rem;
}

.layout-page-returns .multicolumn-list {
  margin-top: 2.5rem;
}

.layout-page-returns .collapsible-content-wrapper-narrow {
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 880px;
}

.multicolumn-banners slider-component.slider-mobile-gutter {
      max-width: 1440px;
    margin: 0 auto;
    padding: 0 7rem;
}

screen and (min-width: 750px) and (max-width: 1024px) {
  multicolumn-banners slider-component.slider-mobile-gutter {
    padding: 0;
}

.layout-page-returns .multicolumn-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}

.multicolumn-banners .multicolumn-list {
        gap: 8rem;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.875rem;
    line-height: 1.875rem;
    white-space: nowrap;
    letter-spacing: .025em;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.multicolumn-banners .multicolumn-list__item.grid__item {
    flex: 1;
    scroll-snap-align: start;
    width: 100%;
} 

.multicolumn-banners .multicolumn-card {
      position: relative;
}

.multicolumn-banners .multicolumn-card__image-wrapper {
  margin: 0;
}

.multicolumn-banners .multicolumn-card__info {
      padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}

.multicolumn-banners .multicolumn-list h3 {
  color: white;
  font-size: 1.875rem;
    font-family: var(--font-heading-family);
    line-height: 1.875rem;
    letter-spacing: .025em;
        overflow-wrap: normal;
    white-space: pre-wrap;
}

.mobile-facets__open:hover {
    color: inherit !important;
}

.multicolumn-banners .multicolumn-list__item {
    width: 100%;
    max-width: unset;
}

.multicolumn-banners .multicolumn-list__item .multicolumn-card__image-wrapper.multicolumn-card-spacing {
  margin: 0;
}

.multicolumn-banners.background-none .slider .multicolumn-card__image-wrapper+.multicolumn-card__info{
  padding: 0 !important;
}

.multicolumn-card__image-wrapper .media.media--square {
  padding: 0 !important;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

.multicolumn-card__image-wrapper .media.media--square .multicolumn-card__image {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 749px) {
  .infinite-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: auto; /* no auto-animation */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    gap: 2rem;
  }

  .scroll-item {
    flex: 0 0 auto;
    padding: 1rem 2rem;
    background: #eee;
    border-radius: 8px;
    min-width: max-content;
    font-size: 1.25rem;
    text-align: center;
  }

  .infinite-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .infinite-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.slideshow--link {
  width: 100%;
    height: 100%;
    min-height: inherit;
        display: flex;
    text-decoration: none;
}

.slideshow__slide.grid__item {
  min-height: inherit;
}

.slideshow__text.banner__box .banner__buttons .button.button--secondary {
  margin-top: 1.5rem;
}

.mega-menu__content {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  width: 100vw; /* ancho completo */
  background: #fff;
  z-index: 1000;
}

/* Mostrar en hover */
.header__menu-item-wrapper:hover .mega-menu__content {
  display: block;
}

header.sheader.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account, .header__inline-menu {
  height: 3rem;
}

header.sheader.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
  padding-left: 1rem;
}

.collection-list-wrapper.page-width.isolate.no-heading.no-mobile-link.section-template--22785441464343__collection_list_pipnWR-padding {
    padding: 0 1.25rem;
} 

.collection-list.grid--3-col-desktop { 
    display: grid
;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 35px;
    column-gap: 1.25rem;
}

.collection-list.grid--3-col-desktop .collection-list__item.grid__item {
        width: 100% !important;
        max-width: unset !important;
}

.collection-list.grid--3-col-desktop .collection-list__item a {
  text-align: center;
}

.featured-coll .product-grid .card__content {
    padding: 0 !important;
}

a.card-product-link {
    text-decoration: none;
}

.collection-menu ul {
  scrollbar-width: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    padding-bottom: 1.25rem;
    flex-wrap: nowrap;
    list-style-type: none;
    width: 100%;
    display: flex;
        padding-left: 0;
    padding-right: 0;
    margin-top: .5rem;
}

.subcollection-item {
  width: 10rem;
        margin-right: .625rem;
        flex-shrink: 0;
      }
      
      .subcollection-item a {
  color: inherit;
  text-decoration: none;
}

.subcollection-item img {
  padding-top: .5rem;
    display: inline-block;
    object-fit: contain;
    width: 150px;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.subcollection-item p.subcollection-title {
  padding-bottom: .25rem;
    text-align: left;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: var(--font-body-family);
    letter-spacing: 0;
    font-weight: 700 !important;
    margin: 0;
    padding-top: .75rem;
}

.subcollection-item p {
  letter-spacing: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0;
}

.collection-menu {
      padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
}

span.uppercase.text-xs.font-quinary.mr-5 {
    font-weight: 600;
    letter-spacing: .025em;
    font-size: .75rem;
    line-height: 1rem;
    margin-right: 1.25rem;
    color: inherit;
}

.product-count.light {
    display: none;
}

.mobile-facets__inner {
    width: 28.125rem !important;
}

.active-facets__button {
  padding: 0 !important;
  background-color: #2d2a26;
  border-radius: .125rem;
  margin: 0 .5rem .5rem 0 !important;
}

.active-filter--btns {
    display: flex;
    flex-flow: row;
    gap: .375rem;
    align-items: center;
}

span.active-facets__button-inner.button.button--tertiary {
  padding-left: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .75rem;
  color: white;
  font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
}

.active-facets__button-wrapper * {
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration-line: underline;
    font-size: .75rem !important;
    line-height: 1rem;
    cursor: pointer;
    color: inherit !important;
    text-decoration-thickness: 1px;
}

.active-facets.active-facets-desktop {
margin: 0;
      flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}

.filter_values-group {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.facets-filter-value {
    display: flex
;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

form#FacetSortDrawerForm {
    display: none;
}

.product-grid-container .card:hover .card__media .media img:last-of-type {
  display: none !important;
}

.featured-coll.collection .card:hover .card__media .media img:last-of-type {
  display: block !important;
}

.slideshow__text-wrapper .banner__heading.inline-richtext.h1 {
        font-size: 3rem;
        letter-spacing: .025em;
        line-height: 3.5rem;
}

.slideshow__text-wrapper .banner__box.content-container {
    padding: 3rem;
    margin-bottom: 0;
}

.menu-drawer .header__icon.header__icon--menu {
      position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem;
}

.menu-drawer .header__icon.header__icon--menu svg {
      width: 1.5rem;
    height: 1.5rem;
    padding: .25rem;
    position: unset;
    transform: none;
}

ul.menu-drawer__menu.has-submenu.list-menu {
  display: flex;
    flex-flow: column;
    width: 100%;
        padding: 2rem 1.5rem 0;
    align-items: flex-start;
}

.menu-drawer__utility-links .svg-wrapper > svg {
  stroke: none;
}

.childlink--submenu {
  margin-top: .25rem;
}

.childlink--submenu-title {
      font-size: .875rem;
    line-height: 1.25rem;
    padding-bottom: 1rem;
    margin-top: .25rem;
    font-weight: 700;
        display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.childlink--submenu-title .svg-wrapper {
width: auto;
height: auto;
}

.menu-drawer-container .drawer-close {
      right: 1.5rem !important;
    top: -1.5rem !important;
}

.menu-drawer-container .header__icon--menu .drawer-close svg {
  width: 100%;
    height: 100%;
    padding: 0;
}

.menu-drawer__submenu .mega-menu__featured {
  flex-flow: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.menu-drawer__submenu .mega-menu__featured a {
      display: flex;
    flex-flow: row nowrap;
    gap: 1rem;
    margin: 0 !important;
    width: 100%;
}

.menu-drawer__submenu .mega-menu__featured img {
  width: 7rem;
}

.childlink--submenu-title .svg-wrapper svg {
      width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    stroke-width: 1;
    margin: 0;
}


.menu-drawer--grandchild-links {
      border-left: 1px solid #e8e5df;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.menu-drawer--grandchild-links ul {
      list-style-type: none;
    padding: 0;
}

.menu-drawer--grandchild-links ul li {
  padding-bottom: 1rem;
}

.menu-drawer__menu-item .accordion--icon {
  width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    stroke-width: 1;
    margin: 0;
}

.menu-drawer-container.menu-opening .header__icon.header__icon--menu .drawer-close {
  position: absolute;
    z-index: 999999999999999;
    left: 0;
    right: 0;
    color: black;
    justify-content: flex-end;
    top: -36px;
    display: flex;
    padding: .5rem;
}

.menu-drawer-container .header__icon.header__icon--menu .drawer-close {
  display: none;
}

.featured-coll .grid.product-grid.slider.slider--desktop {
  gap: 0 !important;
  border-top: 1px solid #e8e5df;
  border-bottom: 1px solid #e8e5df;
}
 .featured-coll .product-grid .grid__item.slider__slide:first-of-type {
  border-left: none;
}
 .featured-coll .product-grid .grid__item.slider__slide {
  border-left: 1px solid #e8e5df;
}
 .featured-coll .product-grid a.card-product-link {
  background: white;
}
 .featured-coll .product-grid .card__content {
  padding: 0;
}
 .featured-coll .product-grid .card__inner {
  width: 130px;
  height: 130px;
  margin: 1.5rem auto 1rem;
}
 .featured-coll .product-grid .grid__item {
  width: calc(100% / 5);
}
 .featured-coll .collection .slider-component-full-width .slider--desktop .slider__slide:first-child {
  margin-left: 0 !important;
}

/* Guides */
.layout-page-fabrics .page-width,
.layout-page-bras .page-width {
  padding: 0;
}

.layout-page-fabrics .page-width.page-width--narrow,
.layout-page-bras .page-width.page-width--narrow {
  max-width: unset;
  padding-left: 50px;
}

.layout-page-fabrics .main-page-title,
.layout-page-bras .main-page-title {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: .025em;
}

.layout-page-fabrics .rte,
.layout-page-bras .rte {
  margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: normal;
}

.layout-page-fabrics .multicolumn-list.grid,
.layout-page-bras .multicolumn-list.grid {
  cursor: auto;
  overflow-x: auto;
  padding: 1.5rem 0 1.25rem;
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  width: 100%;
  column-gap: .625rem;
}

.layout-page-fabrics .multicolumn-card__info .link,
.layout-page-bras .multicolumn-card__info .link {
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    display: block;
    padding-bottom: .5rem;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: normal;
    font-family: var(--font-heading-family);
    color: inherit;
    width: 150px;
}

.layout-page-fabrics .multicolumn-card__info .svg-wrapper,
.layout-page-bras .multicolumn-card__info .svg-wrapper {
  display: none !important;
}

.layout-page-fabrics .background-none .multicolumn-card__image-wrapper,
.layout-page-bras .background-none .multicolumn-card__image-wrapper {
        margin-left: 0;
        margin-right: 0;
}

.layout-page-fabrics .media--portrait,
.layout-page-bras .media--portrait {
    padding-bottom: 100%;
    width: 150px;
    max-width: 100%;
    pointer-events: none;
    height: 12rem;
}

.layout-page-fabrics .media--portrait img,
.layout-page-bras .media--portrait img {
object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.layout-page-fabrics .multicolumn-list.grid .slider__slide,
.layout-page-bras .multicolumn-list.grid .slider__slide {
  width: 10rem;
}

.layout-page-fabrics .background-none .slider .multicolumn-card__info,
.layout-page-bras .background-none .slider .multicolumn-card__info {
  padding: 0;
} 

.layout-page-fabrics .image-with-text .grid,
.layout-page-bras .image-with-text .grid {
    margin-bottom: 0;
    padding: 2rem 1rem 0;
}

.layout-page-fabrics .image-with-text__content,
.layout-page-bras .image-with-text__content {
  padding: 0;
}

.layout-page-fabrics .image-with-text__content,
.layout-page-bras .image-with-text__content {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: .25rem;
    margin-right: .25rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
    align-items: flex-start;
    gap: 0;
    height: auto;
}

.layout-page-fabrics .image-with-text__heading,
.layout-page-bras .image-with-text__heading {
letter-spacing: .025em;
    margin-bottom: .75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
        grid-column: span 2;
    grid-row-start: 1;
    margin-top: 0;
}

.layout-page-fabrics .image-with-text p,
.layout-page-bras .image-with-text p {
      font-weight: 400;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: 1.25rem;
}

.layout-page-fabrics .image-with-text__text.rte.body,
.layout-page-bras .image-with-text__text.rte.body {
      grid-column: span 2;
    grid-row-start: 2;
}

.value-icon svg rect {
  fill: rgb(var(--color-foreground));
}

.fabric-attributes {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: .5rem;
    grid-row: span 2;
    justify-self: end;
}

.fabric-attributes svg {
  margin-right: 14px;
}

.fabric-value {
    margin: 0 !important;
}

.layout-page-fabrics .image-with-text--txt-container,
.layout-page-bras .image-with-text--txt-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    column-gap: 2rem;
}

.layout-page-fabrics .image-with-text--info-container,
.layout-page-bras .image-with-text--info-container {
  display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    width: 100%;
}

.layout-page-fabrics .image-with-text__text.rte.body p,
.layout-page-bras .image-with-text__text.rte.body p {
  margin-bottom: 0;
}

.layout-page-fabrics .image-text--collection,
.layout-page-bras .image-text--collection {
    width: 100%;
}

.layout-page-fabrics .featured-coll .product-grid .grid__item,
.layout-page-bras .featured-coll .product-grid .grid__item {
    width: calc(100% / 2);
    max-width: 50%;
}
/* End guides */

.image-with-text--info-container .featured-coll {
    padding-top: 1.25rem;
}

.image-with-text--info-container .slider-counter.caption {
  display: none;
}

.image-with-text--info-container .featured-coll .grid.product-grid.slider.slider--desktop, .image-with-text--info-container .featured-coll .product-grid .grid__item.slider__slide {
  border: none !important;
}

.image-with-text--info-container .featured-coll .product-grid .grid__item.slider__slide {
  padding: 0;
}

.image-with-text--info-container .featured-coll .product-grid .card__inner {
  margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: stretch;
}

.image-with-text--info-container slider-component .card__inner.ratio:before {
    --tw-aspect-w: 1;
    --tw-aspect-h: 1;
}

.image-with-text--info-container .card__media .media img {
      width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-with-text--info-container .featured-coll .product-grid .card__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.image-with-text--info-container .collection__title.title-wrapper {
  padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    height: auto;
}

.image-with-text--info-container .slider-buttons {
      position: static;
    transform: none;
    justify-content: space-between;
}

.image-with-text--info-container .slider-button,
.image-with-text--info-container .svg-wrapper {
  width: auto;
  height: auto;
}

.image-with-text--info-container .svg-wrapper > svg {
  width: 1.5rem;
  height: 1.5rem;
}

.image-with-text--info-container .card__media .media img:last-of-type {
  display: none !important;
}

.image-with-text--info-container .featured-coll.collection .card:hover .card__media .media img:last-of-type {
    display: none !important;
}

.button.button--primary {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1); 
  transition-duration: .2s;
  color: rgba(var(--color-button-text));
  padding: 1rem 2rem;
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
  border-width: 1px;
  border-radius: .125rem;
  display: flex;
  gap: .75rem;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: var(--font-heading-family);
  font-size: 1rem;
  letter-spacing: .025em;
  line-height: 1.25rem;
}

.button.button--primary:hover {
  background: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
}

.product__accordion .accordion__content ul li {
    padding-bottom: 0;
}

.fabric--heading {
    font-weight: bold;
    margin-bottom: 1rem;
}

.fabric--image-with-text {
    display: flex;
    gap: 1.25rem;
    flex-flow: row nowrap;
}

.fabric--image-with-text img {
    width: 160px;
    height: 87px;
    object-fit: cover;
}

.fabric--values .fabric-value {
  display: flex;
  flex-flow: row nowrap;
  gap: .5rem;
}

.cart-drawer .drawer__inner {
  max-width: 24rem;
  padding: 0;
  overflow-y: auto;
}

.drawer__footer .button.button--primary {
  width: 100%;
}

.cart__ctas {
  flex-flow: column;
  gap: 0;
  padding: 0 1.25rem;
}

.cart-drawer .underlined-link {
    text-underline-offset: 4px;
    text-decoration-line: underline;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: 0;
    margin-top: 1rem;
    text-decoration-thickness: 1px;
    color: inherit;
}

.cart-drawer .underlined-link:hover {
  color: rgb(var(--color-link));
}

.cart-drawer .drawer__close {
    height: auto;
    width: auto;
    min-width: unset;
    min-height: unset;
    top: 1rem;
    right: 1rem;
}

.cart-drawer .drawer__close .svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
}

.cart-drawer__empty-content {
    max-width: 200px;
}

cart-drawer.drawer.is-empty .drawer__header {
  display: none;
}

.drawer__inner-empty .drawer__header {
  display: block !important;
}

.recently-title {
  margin: 0;
  width: 100%;
  border: none;
  height: 4rem;
  border-bottom: 1px solid #e8e5df;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.25rem;
      margin-top: .5rem;
} 

.recently-title .title {
    font-size: 1.25rem;
    letter-spacing: .025em;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
    border: none;
}

.featured-coll .card-wrapper .card {
  background: none;
}

.js-recentPdpBlock.grid.product-grid {
  display: flex;
    flex-flow: row nowrap;
    height: 100%;
}

.js-recentPdpBlock.grid.product-grid .grid__item.slider__slide {
      width: calc(100% / 2.5);
}

.js-recentPdpBlock .grid__item .card:not(.ratio) {
    height: auto;
}

.js-recentPdpBlock a {
    text-decoration: none;
    color: inherit;
}

.js-recentPdpBlock .card__content {
    padding: 0 1.5rem !important;
}

.js-recentPdpBlock .card-info--wrapper {
  display: flex;
    flex-flow: row nowrap;
    gap: .05rem;
    align-items: flex-start;
}

.wishlist_button {
  fill: rgb(var(--color-foreground));
  stroke: rgb(var(--color-foreground));
}

.js-recentPdpBlock .wishlist_button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.featured-coll .grid__item .card__information .product-info-card-link {
      display: flex;
    justify-content: space-between;
    gap: .05rem;
    align-items: flex-start;
}

.free-shipping-threshold {
    padding: 1rem 1.25rem;
}

.free-shipping-message {
  font-size: .75rem;
    line-height: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
}

cart-drawer-items {
    border-top: 1px solid #e8e5df;
}

.cart-drawer .cart-item {
    display: flex !important;
    flex-flow: row nowrap;
    gap: 0;
    border-bottom: 1px solid #fbf8f3;
    padding: 1.5rem;
    padding-left: 0;
}

.facets--filter-group-title {
      padding: 1.25rem 1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 1rem;
        display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5rem;
    border-top: 1px solid #e8e5df;
    cursor: pointer;
}

.filter-group--wrapper .facets-layout-list.active {
    display: flex;
}

.facet-checkbox__text {
      font-weight: 400;
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
    text-transform: capitalize;
}

.layout-page-about .image-with-text__text.body {
      letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

#shopify-section-template--22781433675799__image_with_text_CWzFdz h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.025em;
    margin-bottom: 1.75rem;
    margin-top: 0;
}

.layout-page-about .image-with-text__media-item--large + .image-with-text__text-item {
        flex-grow: 1;
    }

    .layout-page-about .page-width {
      padding: 0;
    }

.collection--empty .title.title--primary {
  font-size: 1.25rem;
    letter-spacing: .025em;
    line-height: 1.5rem;
}

.collection--empty .button.button--primary {
      width: 13rem;
    margin: 1rem auto;
}

.layout-cart .page-width {
      padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}

.layout-cart .title-wrapper-with-link {
      height: 100%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1440px;
    max-height: 100vh;
    margin-bottom: 1.25rem;
}

.layout-cart .title.title--primary {
  font-size: 1.5rem;
    line-height: 1.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    letter-spacing: .025em;
}

.no-items-msg {
  display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 0;
}
.layout-cart .no-items-msg h2 {
      font-size: 14px;
    line-height: 1.85;
    margin: 0 auto 20px;
}

.layout-cart .no-items-msg h2 strong {
  display: none;
}

.layout-cart .button.button--secondary {
  width: auto;
  flex-grow: 0;
}

.layout-cart .cart__warnings {
  display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.layout-cart .underlined-link {
      text-decoration: none;
    letter-spacing: normal;
    font-size: .875rem;
    line-height: 1.25rem;
    color: inherit;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.layout-cart .underlined-link svg {
  width: 1.25rem;
    height: 1.25rem;
        margin-top: .125rem;
}

.product-form__buttons .button.button--primary {
  min-height: 3rem;
    max-width: 20rem;
    width: 100%;
    background: var(--color-pdp);
}

@media screen and (min-width: 750px) {
.header__heading-link.show-dt {
      display: flex !important;
    align-items: center;
    justify-content: center;
}
}

.article-card .card__information {
      padding: 0;
    text-align: center;
}

.article-card .card__heading {
      margin: 0;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-decoration: none !important;
}

.article-card .full-unstyled-link {
text-decoration: none !important;
}

.article-card__info time {
  font-size: .875rem;
    line-height: 1.25rem;
    font-family: var(--font-body-family);
    text-transform: none;
    letter-spacing: 0;
}

span.mobile-facets__open-label.button-label {
  display: flex;
}

.dfd-mobile .dfd-card {
    padding: 0;
    border: none;
}

.dfd-mobile .dfd-popular-searches-tags .dfd-popular-searches {
    box-shadow: none !important;
}

.dfd-mobile .dfd-popular-searches .dfd-popular-searches-buttons {
      display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.dfd-mobile .dfd-popular-searches .dfd-popular-searches-title .dfd-title-sm, .dfd-meta .dfd-title-sm {
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.dfd-suggestion-button {
      border: none !important;
    margin: 0 0 1rem !important;
}

.dfd-is-action {
  padding: 0 !important;
}

.dfd-is-action span {
      font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    text-transform: capitalize !important;
}

.dfd-mobile .dfd-popular-searches-tags .dfd-popular-searches {
  margin-bottom: 0 !important;
}

.dfd-fullscreen .dfd-initial-content .dfd-popular-searches:not([hidden])+.dfd-recommended-products {
        margin-left: 0 !important;
        margin-top: 2rem !important;
    }

    .menu-drawer__inner-submenu .menu-drawer__menu-item.link {
    padding: 0;
    border: none;
    background: inherit;
    font-weight: 400;
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
}

.menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu {
    display: flex
;
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
}


article.article-template .page-width--narrow {
    max-width: 740px;
    margin: 0 auto;
    padding: 0;
}

.article-template header {
    margin: 1.5rem auto 3rem !important;
}

.article-template__content.page-width--narrow.rte {
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1rem;
}

.filter-group--wrapper .facets-layout-list {
    display: none;
    flex-flow: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 1rem 1rem;
}

.size-guide-deploy {
    text-decoration-line: underline;
    padding-top: 1rem;
    cursor: pointer;
    font-size: .75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1rem !important;
    background: none;
    border: none;
    padding: 0;
    font-family: var(--font-body-family);
}

.main--cart {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    align-items: flex-start;
}

.product--foot {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}

quantity-input cart-remove-button {
  margin-left: 0 !important;
}

quantity-input cart-remove-button .button {
  min-width: unset;
  min-height: unset;
}

quantity-input button.button.button--tertiary.cart-remove-button .icon-remove {
  width: 1rem;
  height: 1rem;
}

.product--foot {
  justify-content: space-between;
}

.product--foot cart-remove-button {
  width: auto !important;
}

.product--foot cart-remove-button button.cart-remove-button {
  min-width: unset !important;
  min-height: unset !important;
}

.featured-coll .product-grid .card__inner {
  margin: 0 auto !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.rebuy-widget .primary-title {
      font-family: var(--font-heading-family);
    font-size: 1.25rem;
    letter-spacing: .025em;
    line-height: 1.5rem;
    text-align: left;
    margin: 0;
    height: 4rem;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.rebuy-widget .rebuy-product-block .rebuy-product-info {
  margin-top: .5rem;
}

.rebuy-widget .rebuy-product-block .rebuy-product-actions,
.rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow {
  display: none !important;
}

.rebuy-widget .rebuy-product-grid.large-carousel {
  padding: 0 !important;
}

.rebuy-widget .rebuy-product-grid.large-columns-2 .rebuy-product-block {
      border-right: 1px solid #edeae5;
    padding: 1.5rem;
}

.splide__list {
  border-top: 1px solid #edeae5;
  border-bottom: 1px solid #edeae5;
}

.rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title.clickable {
      font-family: var(--font-heading-family);
    font-size: .875rem;

    line-height: 1.25rem;
    letter-spacing: .025em;
    text-align: left;
    margin: 0;
}

.rebuy-widget .primary-title {
  padding: 0 1.25rem !important;
}

.rebuy-product-price div:first-of-type {
  display: flex;
}

.rebuy-variant-subtitle {
      font-size: .625rem;
    line-height: .75rem;
    letter-spacing: .025em;
    text-align: left;
}

.rebuy-product-info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
}

.rebuy-product-price {
  text-align: left;
  margin: 0 !important;
}

.rebuy-product-price span {
      font-size: .625rem;
    text-align: left;
    margin: 0;
    line-height: .75rem;
    letter-spacing: normal;
}

.powered-by-rebuy {
  display: none !important;
}

.rebuy-widget .rebuy-product-grid.large-columns-2 .rebuy-product-block {
  width: 45% !important;
}

.cart-policies h2 {
  padding: 0 1.25rem;
      font-size: 1.25rem;
    letter-spacing: .025em;
    line-height: 1.5rem;
}

.policy-title button {
  background: none;
  cursor: pointer;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 1rem;
    line-height: 1.5rem;
    font-family: var(--font-body-family);
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    border-top: 1px solid #e8e5df;
    align-items: center;
}

.policy-content {
    font-weight: 400;
    letter-spacing: 0;
    font-size: .75rem;
    text-align: left;
    line-height: 1rem;
    padding: 0 1.25rem 1.25rem;
    display: none;
}

button.collapsible.active svg {
    transform: rotate(180deg);
}

.rebuy-quick-view__search-term-section {
      padding: 0;
}

.rebuy-product-info {
    text-align: left;
    padding: 1rem;
}

.rebuy-quick-view__product-section {
    margin-top: 3rem;
}

a.rebuy-product-title {
      text-align: left !important;
    font-family: var(--font-heading-family);
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .025em;
    color: inherit  !important;
}

.rebuy-quick-view-flyout__product-grid-column-2 {
      width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: .125rem !important;
    row-gap: 1rem !important;
}

h3.rebuy-quick-view__subject-title,
.rebuy-quick-view__title,
.rebuy-quick-view__no-results {
      color: inherit !important;
    font-family: var(--font-body-family) !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    letter-spacing: normal !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.card__media .media img:first-of-type {
  object-fit: contain;
}

.rebuy-quick-view__search-header.rebuy-quick-view-flyout__search-header button.rebuy-quick-view__close-button {
position: static;
    transform: none;
        margin-top: 1rem;
    color: black;
    margin-right: 1rem;
}

.rebuy-input:focus, .rebuy-widget .rebuy-input:focus, input.rebuy-input:focus, .rebuy-widget input.rebuy-input:focus {
    border-color: inherit;
}

form.rebuy-quick-view__search-input.rebuy-quick-view-flyout__search-input.rebuy-input {
      color: inherit;
    border: none;
    border-radius: 0;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e8e5df;
}

.rebuy-quick-view-flyout__flyout a:focus-visible, .rebuy-quick-view-flyout__flyout button:focus-visible, .rebuy-quick-view-flyout__flyout select:focus-visible, .rebuy-quick-view-flyout__flyout input:focus-visible {
  outline: none !important;
}
.rebuy-quick-view-flyout__search-input input {
  padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    font-family: var(--font-body-family);
    box-shadow: none;
}

ul.rebuy-quick-view__list-items {
      flex-flow: column;
      gap: 1rem;
    align-items: flex-start;
    padding: 0 1.5rem;
}

.rebuy-quick-view__container {
  color: inherit !important; 
}

#rebuy-quick-view-flyout-search {
  color: rgb(var(--color-foreground));
}

#rebuy-quick-view-flyout-search .fal {
  color: inherit;
}

i.fal.fa-times {
    color: rgb(var(--color-foreground));
}

.rebuy-quick-view-flyout__flyout.is-visible.right {
    right: 0;
    max-width: 28.125rem;
    width: 100%;
    margin: 0;
} 

.rebuy-quick-view-flyout__flyout-container {
  padding: 0 !important;
}

li.rebuy-quick-view__list-item {
      font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: normal;
}

.rebuy-smart-search-results-page-dropdown__result-title {
     font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    padding: 0 !important;
}

div#rebuy-smart-search-results-dropdown {
  padding: 0 1.5rem !important;
  max-width: unset !important;
}

.toggle-buttons .active {
    background: transparent !important;
    color: inherit !important;
}

.guide hr {
    margin: 3rem 0;
}

.cart-item__size .product-option {
      font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-transform: capitalize;
}

#shopify-section-template--22829959151639__collection_list_LJxdYa .collection-list {
    gap: 0;
}

.collection-list-wrapper .card-wrapper {
    padding: 0 !important;
}

.section-template--22829959151639__collection_list_LJxdYa-padding {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.featured-coll .slider--desktop {
  scroll-padding-left: 0;
}

summary.mobile-facets__summary .filter--group, .mobile-facets__sort label {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: capitalize;
}

ul.facets-layout.facets-layout-list.facets-layout-list--text.mobile-facets__list {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.mobile-facets__details .mobile-facets__arrow svg {
  width: 1rem;
    height: auto;
    stroke: rgb(var(--color-foreground));
    transform: rotate(90deg);
    stroke-width: 1.5px;
}

.mobile-facets__details[open] .mobile-facets__arrow svg {
  transform: rotate(-90deg);
}

.mobile-facets__header-inner .active-facets.active-facets-desktop {
  gap: 1rem;
  justify-content: flex-start;
}

.template-404 .button.button--primary {
      max-width: fit-content;
    margin: 0 auto;
}

.recover--wrapper {
  position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 1.25rem 0;
    margin: 0;
}

.recover--wrapper h1 {
      padding: 0;
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    line-height: 1.5rem;
    margin: 0;
}

.recover--wrapper p {
  max-width: 15rem;
  margin: 0 auto 1.5rem !important;
    padding-bottom: 1.25rem;
}

.featured-coll slider-component .grid.product-grid.slider.slider--desktop {
  overflow: hidden;
}

.drawer__inner-empty {
  max-width: 24rem;
}

 .toggle-buttons {
      margin-bottom: 20px;
    }

    button {
      padding: 10px 15px;
      margin-right: 10px;
      border: 1px solid #ccc;
      background-color: #f7f7f7;
      cursor: pointer;
      border-radius: 5px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    th, td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: center;
    }

    th {
      background-color: #f0f0f0;
    }

    .size-table.active {
      display: table;
    }

    .content.size-guide--item {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
}

.content.size-guide--item h2 {
  font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: var(--font-heading-family);
    letter-spacing: .025em;
    text-align: center;
    text-transform: uppercase;
  }

    .size-guide-content {
      max-width: 60rem !important;
      border-radius: 0 !important;
      max-height: 90dvh;
      overflow: auto;
    }

    .content.size-guide--item p {
          letter-spacing: normal;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    }

    .size-guides.page-width {
        max-width: 1440px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: 0 auto 2rem;
        padding-bottom: 4rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 9rem;
        width: 100%;
    }

    .size-guides--menu {
        list-style-type: none;
        padding: 0;
    }

    .size-guides--menu li {
        margin-bottom: .75rem;
    }

    .size-guides--menu li a {
        text-decoration: none;
        color: inherit;
        font-family: var(--font-heading-family);
        text-align: left;
        font-size: 1.25rem;
        letter-spacing: .025em;
        display: flex;
        line-height: 1.5rem;
    }

    .size-guides--container {
        width: 100%;
    }

    .size-guide--item h2 {
      font-size: 1.875rem;
      text-align: left;
      margin-bottom: 1.5rem;
      letter-spacing: .025em;
      line-height: 2.25rem;
    }

    .size-guide--item h3 {
      margin: 0;
    }

    .guide p {
        font-weight: 400;
    letter-spacing: 0;
    margin-top: 1rem;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: 0;
  }

  .toggle-buttons {
      display: flex;
    gap: 1rem;
  }

  .toggle-buttons button {
    background: none;
    border: none;
    color: inherit;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing:0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: .5rem;
  }

  .toggle-buttons button:before {
        content: '';
    height: 1.25rem;
    width: 1.25rem;
    display: inline-block;
    border: 1px solid;
    border-radius: 25px;
  }

  .toggle-buttons button.active:before {
    border: 6px solid;
  }

  tr {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1rem;
}

th {
    background-color: #faf8f5;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1rem;
}

table {
table-layout: fixed;
max-width: 959px;
margin: 1.5rem 0;
}

media-gallery .product__media-icon {
    background-color: transparent;
    border: none;
    color: rgb(var(--color-foreground));
    height: 1.5rem;
    width: 1.5rem;
    left: 1rem;
    top: 1rem;
    padding: 0 !important;
    margin: 0 !important;
}

media-gallery .product__media-icon .svg-wrapper {
  width: 100%;
  height: 100%;
}

.cart-drawer .cart-items td {
  text-align: left;
}

.gfgVolDiscountContainer.gfgCountDiscount .titleDiv {
  display: none !important;
}

.product-form form {
    display: flex;
    flex-flow: column-reverse;
}

.gfgQtyLabel {
    font-size: .875rem !important;
    letter-spacing: normal !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: .2rem !important;
    font-family: var(--font-heading-family) !important;
    font-size: 1rem !important;
        display: block !important;
    text-align: center;
    margin: 0 auto;
    letter-spacing: .025em !important;
    line-height: 1.25rem !important;
    color: #787572 !important;
}

.gfgPricesDiv {
  display: none !important;
}

.gfgGridBox {
    padding: 1rem !important;
    font-weight: 700 !important;
  border-radius: .125rem !important;
    display: flex !important;
    gap: .75rem !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 3rem !important;
    max-width: 20rem !important;
    width: 100% !important;
    background: white !important;s
    color: #787572 !important;
    border: 1px solid #b6b1ad !important;
}

.gfgRadioSelectionLabel:before {
            top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% impo;
    border-radius: 20px !important;
    border: none !important;
    background-color: transparent !important;
    }

        .gfgRadioSelection .radioButton:checked + .gfgRadioSelectionLabel:after {
        content: none !important;
    }

    .gfgGridBoxSelected {
        border:inherit !important;
    }

    .discounts__discount {
      font-size: .75rem;
    }

    .discounts__discount > .icon {
      width: .75rem;
    height: auto;
    margin: 0 .5rem 0 0;
    }

    .cart-item__discounted-prices {
      margin-top: 0;
    }

    .gfgLabelAndPriceDiv {
          display: block !important;
    width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    }

    .rebuy-smart-search-results-page-sidebar-flyout__context-right {
    display: none !important;
}