/** Shopify CDN: Minification failed

Line 875:1 Unexpected "{"

**/
.sizes_new button, .sizes_new span {
    text-transform: uppercase;
}
.product__price--off,
.product__badge__item--saving  {
  display: none;
}
.collection-image {
  display: none; /* Hide all by default */
}

.collection-image.show {
  display: block; /* Only show the ones we explicitly mark */
}
.template-index .site-header {
  background-color: transparent;
  color: #ffffff;
  --text: #ffffff;
}
.template-collection .shopify-section-header {
  position: sticky;
  top: 0px;
}
.template-collection div#CollectionStickyBar {
  top: 0;
  position: relative;
}

.template-search .shopify-section-header {
  position: sticky;
  top: 0px;
}
.template-search div#CollectionStickyBar {
  top: 0;
  position: relative;
}
/*new css 30-08-2023 */

.collection__wrapper .wrapper--full-padded {
  padding: 0px;
}
.collection__inner {
  width: 100%;
}
.collection__products .grid,
.template-list-collections .grid {
  gap: 3px;
  grid-row-gap: 3px;
}
.collection__products .product-grid-item__info.product-grid-item__info--left {
  padding: 0px 24px 0px;
}
.collection__products .product-grid-item__title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
.collection__products .product-grid-item__price {
  font-size: 11px;
}
div#CollectionStickyBar {
  margin: auto;
  padding: 0px 30px;
}
.template-collection:after {
  content: "";
  display: block;
  position: fixed;
  width: 75px;
  height: 75px;
  background: url(/cdn/shop/files/cherry_logo_d08d015a-d9fc-4520-8ba3-c2357c079bb4_430x.png?v=1693419302);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.template-collection:hover:after {
  transform: scale(1.1);
}

.template-collection .product-media-outer,
.product-grid-item__image {
  padding-top: 100%;
}
.template-search .product-media-outer,
.product-grid-item__image {
  padding-top: 100%;
}
p.sizes_new {
  display: none;
}
.template-collection p.sizes_new {
  position: absolute;
  right: 0px;
  font-size: 11px;
  top: 17px;
  right: 24px;
  margin: 0px;
  opacity: 0;
  transition: all 0.4s;
  display: block;
}
.template-search p.sizes_new {
  position: absolute;
  right: 0px;
  font-size: 11px;
  top: 17px;
  right: 24px;
  margin: 0px;
  opacity: 0;
  transition: all 0.4s;
  display: block;
}
.template-collection
  .collection__products
  .product-grid-item:hover
  p.sizes_new {
  opacity: 1;
}
.template-search .collection__products .product-grid-item:hover p.sizes_new {
  opacity: 1;
}
.product-grid-item:hover .sizes_new {
  opacity: 1;
}

.template-search header#SiteHeader {
  background: transparent;
}
.template-collection header#SiteHeader {
  background: transparent;
}
.template-search header#SiteHeader {
  background: transparent;
}
.collection__filters__toggle {
  display: block;
}
.collection__products-count {
  text-align: center;
}
.collection__sort-bar .collection__sort__option-wrapper {
  right: 0px;
}
.collection__filters__toggle {
  font-size: 13px;
  margin-right: 0px;
}
.collection__products-count {
  visibility: hidden;
}

.sizes_new a:hover {
  text-decoration: underline;
}

.sizes_new a {
  text-decoration: none;
  margin: 0 2px;
}
/* new css31-08-2023 */
.template-index .shopify-section-header {
  position: fixed;
}
/* .template-index .site-header--transparent .site-header__background{
  background: transparent;
} */
/* .template-index .menu__item.is-visible .header__dropdown {
    background: #fff;
    top: 140px;
} */

/* new css footer */
footer#SiteFooter {
  padding: 10px;
}

.footer-content.wrapper {
  padding: 0px;
  max-width: 100%;
  margin: 0px !important;
  width: 100%;
}

ul.footer-links {
  display: flex;
  column-gap: 20px;
}

.footer-block.footer-block--menu:last-child ul {
  justify-content: flex-end;
}

.footer-block.footer-block--menu {
  padding: 0px;
}

.footer-blocks {
  padding: 0px 0px;
  --offset: none;
}
.footer-bottom.wrapper.aos-init.aos-animate {
  display: none;
}
a.footer-link {
  font-size: 11px;
}
.sizes_new span {
  color: gray;
}
.footer-block.footer-block--logo {
  max-width: 100px;
}
.footer-block.footer-block--logo a.footer-block__logo-image {
  display: block;
  margin: auto;
}
.footer-block.footer-block--menu {
  display: flex;
  align-items: center;
}
.footer-block.footer-block--menu:last-child {
  justify-content: flex-end;
}
.search-popdown__toggle svg {
  display: none;
}
.search-popdown__main * {
  color: #000;
}
.navlink--icon:last-child {
  font-weight: 400;
}
summary.search-popdown__toggle.navlink.navlink--icon {
  font-weight: 400;
}
.navlink--toplevel > .navtext {
  font-weight: 400;
}
.sizes_new * {
  font-size: 10px;
  line-height: 10px;
}
.template-collection .sizes_new * {
  font-size: 11px;
  line-height: 14px;
}
.sizes_new {
  display: flex;
  column-gap: 10px;
  position: absolute;
  font-size: 11px;
  top: 19px;
  right: 24px;
  margin: 0;
  opacity: 0;
  transition: all 0.4s;
}
.template-collection .collection__products .product-grid-item:hover .sizes_new {
  opacity: 1;
}
.template-search .collection__products .product-grid-item:hover .sizes_new {
  opacity: 1;
}
.featured-collection .product-grid-item:hover p.sizes_new {
  opacity: 1;
}
/* new css 01-09-2023 */
span.cart_item_count {
  font-size: 14px;
  margin-left: 5px;
}
/* new css 04-08-2023 */
.template-product header#SiteHeader {
  position: fixed;
  background: transparent;
  z-index: 111;
}

/* new css 05-09-2023 */

h1.product__title {
  text-align: center;
}
.product__price-and-badge .product__price {
  margin: auto;
}
shopify-payment-terms {
  text-align: center;
}
legend.radio__legend {
  text-align: center;
}
.selector-wrapper--grid .radio__label {
  padding: 0px;
  background: transparent !important;
  border: none;
}
.product__submit__buttons {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.radio__button {
  max-width: 20px;
  margin: 0px;
}
.selector-wrapper--grid .radio__fieldset {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
input:checked + label span {
  color: #0b0b0b;
  text-decoration: underline;
}
input + label span {
  color: #0b0b0b;
  /* font-family: Inter; */
  font-weight: 500;
  font-size: 12.69px;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.product-single__details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 0px;
    padding: 30px;
}
.aos-initialized .product-single__wrapper [data-aos][data-aos].aos-animate {
  transform: none;
  margin: 0px;
}
.product__selectors {
  margin-bottom: 20px;
}
h1.product__title {
  text-align: center;
  margin-bottom: 20px;
}
.product__submit__buttons button {
  width: 100% !important;
  max-width: 100% !important;
}

.product__submit__buttons .product__submit__item.aos-init.aos-animate {
  width: 100% !important;
  display: flex;
  justify-content: center;
  max-width: 330px;
}
.shop-pay-terms.aos-init.aos-animate {
  order: 3;
}
/* new css 06-09-2023 */
h1.product__title {
  text-align: left;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}
.product__price-and-badge .product__price * {
  font-size: 13px;
  margin: 0px 5px 0 0;
}

.product__price-and-badge .product__price {
  margin: 0px;
}
.product-single .form__wrapper.is-sticky {
  max-width: 370px;
}
.product__submit__buttons .product__submit__item.aos-init.aos-animate {
  max-width: 100%;
}
legend.radio__legend {
  display: inline-flex;
  width: auto;
}
.selector-wrapper--grid .radio__fieldset {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  align-items: baseline;
}
legend.radio__legend {
  text-align: left;
  float: left;
}
.product__selectors {
  margin-bottom: 0px;
}
.shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
  min-height: 34px !important;
  max-height: 40px !important;
}
.product__submit__buttons {
  row-gap: 10px;
}
.related-products .carousel {
  padding: 0px;
  column-gap: 2px;
}

.product-grid-item__info {
  padding: 0px 24px;
}

.product-grid-item__info a.product-grid-item__title {
  font-weight: 400;
}
.product-grid-item__info h2.section__heading {
  margin: 0px;
}
/* new css 13-09-2023 */
#lookbook-main h3.mosaic__item__heading {
  font-size: 18px;
}
#lookbook-main .mosaic__grid .mosaic__item {
  width: 50% !important;
}

#lookbook-main .site-header {
  background-color: transparent;
  color: #ffffff;
  --text: #ffffff;
  position: fixed;
}
#lookbook-main .site-header--transparent .site-header__background {
  display: none;
}
#lookbooks h3.mosaic__item__heading {
  font-size: 18px;
}
/* #lookbooks .site-header {
    background-color: transparent;
    color: #ffffff;
   --text:#ffffff;
   position: fixed;
} */
/* #lookbooks .site-header--transparent .site-header__background {
    display: none;
}
#lookbooks .menu__item.is-visible .header__dropdown {
    background: #fff;
    top: 155px;
}
#lookbooks .mosaic__grid .mosaic__item {
    width: 50% !important;
} */
/* new css 15-09-2023 */
.template-index a.logo__image-link.logo__image-link--other {
  display: none;
}
.template-index .logo__image-link--home:not(.logo__image-link--single) {
  position: relative;
  opacity: 1;
  left: 0px !important;
}
.template-index.has-scrolled .logo__image-link {
  height: auto !important;
  width: 100px !important;
}
.logo {
  margin: 5px 0;
}
.template-page.has-scrolled a.logo__image-link {
  height: auto !important;
}
.has-scrolled:not(.template-index) .logo__image-link {
  width: 100px;
  top: 6px;
  height: auto;
}
/* new css 15-09-2023 */
.product-upsell__image {
  height: auto;
  flex-basis: auto !important;
  display: flex;
  position: relative;
}

.image-fill.fade-in-image.product-upsell__image__thumb {
  position: relative;
}

a.product-upsell__btn.btn.btn--secondary.btn--solid-border {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  background: transparent;
}

.product-upsell__holder {
  padding: 0px;
  margin: 0px !important;
}

complementary-products.complementary-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
}

complementary-products.complementary-products p.complementary-products__title {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

complementary-products.complementary-products .complementary-products__item {
  width: 50%;
  max-width: calc(34% - 10px);
}

a.product-upsell__btn.btn.btn--secondary.btn--solid-border
  p.product-upsell__title.h3 {
  font-size: 10px;
  padding: 10px 0 0;
  text-transform: capitalize;
}

.product__block.product__complementary {
  display: none;
}

div#tabs p.complementary-products__title {
  display: none;
}
.imageall.hideimage {
  display: none !important;
}
.footer-block.footer-block--newsletter {
  display: none !important;
}
/* new css 18-09-2023 */
.grandparent .header__grandparent__links {
  flex: 1 !important;
}
.grandparent .header__dropdown__wrapper {
  padding: calc(var(--header-height) + 50px) 0 20px !important;
}
.template-index .site-header--hovered * {
  color: #0b0b0b;
}
#cherry-general-store .mosaic__wrapper,
#new-york .mosaic__wrapper {
  max-width: 100%;
  padding: 0px 10px;
  width: 100%;
}

#cherry-general-store .image-with-text__image,
#new-york .image-with-text__image {
  padding: 0px 20px 0px 10px;
}

#cherry-general-store .store_name,
#new-york .store_name {
  border-bottom: none !important;
  padding: 15px 0px 0px;
  margin-bottom: 0px;
}
#cherry-general-store .store_name,
#new-york .store_name {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border: 1px solid;
  border-left: none;
  border-right: none;
}
#cherry-general-store .store_name:nth-child(2),
#new-york .store_name:nth-child(2) {
  border-bottom: 1px solid !important;
  border-top: none !important;
  padding-bottom: 15px;
  padding-top: 0px;
}
.links a:after {
  display: none !important;
}
.links a {
  display: block !important;
  max-width: 148px;
  margin-right: 0px;
  margin: auto;
  margin-right: 0px;
  text-align: right;
  border: none !important;
  border: none;
}
.links {
  display: block;
  margin-top: 20px;
}
#cherry-general-store .image-with-text__content.text-left,
#new-york .image-with-text__content.text-left {
  padding: 0px 80px;
}
#cherry-general-store .image-with-text__content-items h2,
#new-york .image-with-text__content-items h2 {
  font-size: 24px;
  letter-spacing: 2px;
  max-width: 400px;
}
/* #cherry-general-store .image-with-text__content-items p,
#new-york .image-with-text__content-items p {
  color: #be3522;
} */
#cherry-general-store span.text-highlight__break,
#new-york span.text-highlight__break {
  margin-bottom: 20px;
}
#cherry-general-store .rte.featured-row__subtext *,
#new-york .rte.featured-row__subtext * {
  text-decoration: none;
}
.hero__content.backdrop--radial * {
  color: #fff !important;
}
.navlink--toplevel > .navtext:before,
.navlink--toplevel > .navtext:after,
.grandparent .navlink--child > .navtext:before,
.grandparent .navlink--child > .navtext:after {
  background: #0b0b0b;
}
.template-collection:after {
  display: none;
}
/* body#lookbooks .site-header--hovered nav#NavStandard * {
    color: #1b1b1b;
} */
.store_link a {
  padding: 8px;
}

.product__block.product__form__wrapper h2.product__title {
  display: none;
}

.product__block.product__form__wrapper .product__price-and-rating {
  display: none;
}
/* new css 20-09-2023 */

[data-swatches-label] {
  margin-right: 16px;
}
span#swatchname {
  font-size: 13px;
  line-height: 23px;
}
.swatch__button .swatch__input:checked ~ .swatch__label:before {
  opacity: 1;
  visibility: visible;
  border: none !important;
  border-bottom: 1px solid !important;
}
.search-page__nav.aos-init.aos-animate {
  display: none;
}
/* new css 21-09-2023 */
.template-index
  .site-header--hovered
  a.logo__image-link.logo__image-link--home
  img {
  opacity: 0;
}
.hidden {
  display: none !important;
}
.template-index
  .site-header--hovered
  a.logo__image-link.logo__image-link--home {
  background: url(https://cherryla.com/cdn/shop/files/Cherry_Logo_AC.png?v=1693422934&width=2230);
  background-size: 92px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.template-customers-login footer#SiteFooter {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

/* new css 31-10-2023 */
.template-collection .featured-collection .wrapper--full-padded,
.template-list-collections .featured-collection .wrapper--full-padded {
  padding: 0px;
}

.template-collection
  .featured-collection__container.grid__container
  .grid.grid--mobile {
  column-gap: 2px;
  row-gap: 48px;
}
.template-collection .featured-collection__top.text-left,
.template-list-collections .featured-collection__top.text-left {
  margin: 0px;
  padding: 0px 20px;
}

.template-collection .featured-collection__top__wrapper h2,
.template-list-collections .featured-collection__top__wrapper h2 {
  font-size: 18px;
}
/* new css 01-11-2023 */
.drawer__header + ul.mobile-nav {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
  margin: 0px;
}
.drawer__header + ul.mobile-nav .mobile-navlink--level-2 {
  font-size: 16px;
  padding-left: 30px !important;
}
.drawer__header + ul.mobile-nav .mobile-navlink--level-1 {
  font-size: 20px;
  width: auto;
}
.drawer__header + ul.mobile-nav .mobile-nav__trigger--level-1 {
  margin-left: 0;
  position: initial;
  width: 0px;
}
.drawer__header + ul.mobile-nav .mobile-nav__trigger--level-1 svg {
  display: none;
}
.drawer__header + ul.mobile-nav .mobile-nav__trigger--level-1:before {
  width: 100%;
  position: absolute;
  content: "";
  display: block;
  height: 55px;
}
.drawer__header + ul.mobile-nav .mobile-nav__trigger--level-1:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  transform: rotate(45deg);
  border-top: 0px;
  border-left: 0px;
  position: relative;
  top: 0px;
  left: -10px;
}
.drawer .social-sharing-wrapper {
  padding: 20px 17px 0px;
}
.bottom_menus_new {
  display: flex;
  justify-content: space-between;
}
.bottom_menus_new .mobile-navlink--small {
  font-size: 16px;
}
.bottom_menus_new ul.mobile-nav.mobile-nav--weight-bold li a {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.bottom_menus_new .mobile-nav--bottom {
  margin-top: 10px;
  font-weight: 400 !important;
}
.bottom_menus_new ul.mobile-nav.mobile-nav--weight-bold {
  width: 50%;
}
/* new css 02-11-2023 */
.drawer__close-button {
  top: -9px;
}
.footer-bottom.wrapper {
  display: none;
}

.shop-pay-terms + .product__selectors {
  display: flex;
  max-width: 100%;
  align-items: center;
  column-gap: 10px;
}

.shop-pay-terms + .product__selectors ul {
  display: flex;
  list-style: none;
  column-gap: 10px;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}

.shop-pay-terms + .product__selectors ul li {
  margin: 0px;
  line-height: 0px;
  cursor: pointer;
}

.shop-pay-terms + .product__selectors ul li img {
  height: 13px;
  width: 44px;
  object-fit: cover;
  object-position: 0px -1px;
}
.shop-pay-terms + .product__selectors ul li.selected:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  bottom: -4px;
  position: relative;
}
.shop-pay-terms + .product__selectors * {
  font-size: 14px;
}
.shop-pay-terms {
  order: 4;
}
.product__submit__item {
  width: 100%;
  margin: 0px;
}
.product__submit__buttons {
  margin: 0px;
}
/* new css 03-11-2023 */
.drawer {
  content-visibility: visible !important;
  visibility: visible !important;
}
.collection-section .product-grid-item__info.product-grid-item__info--left,
.product-grid-item__info.product-grid-item__info--left {
  position: relative;
}
.template-collection
  .collection-section
  .product-grid-item__info.product-grid-item__info--left {
  position: absolute;
  bottom: 12px;
  padding: 0 12px;
  width: 100%;
}
.template-collection
  .featured-collection__top.text-left
  .featured-collection__top__button,
.product-grid-item__quick-buy,
.template-list-collections .featured-collection__top__button {
  display: none !important;
}
 {
  display: none;
}
.template-collection
  .featured-collection__container.grid__container
  a.btn--black.btn--view-all,
.template-list-collections
  .featured-collection__container.grid__container
  a.btn--black.btn--view-all {
  width: 100%;
  background: #000;
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 50px auto 0px;
}

.tabContent.size_guide table td:not(:first-child) {
  word-break: keep-all;
  white-space: nowrap;
}

.tabContent.size_guide table td {
  padding: 10px;
}
.tabContent.size_guide table th {
  padding: 10px;
}
.tabContent.size_guide p {
  text-transform: capitalize;
  margin-bottom: 10px !important;
  display: block;
}
/* .subcollection .subcollection__outer a {
    padding: 0;
    background-image: none !important;
}

.subcollection h3.subcollection__title.h4 {
    position: relative;
    padding: 0;
    background: #faf9f7 !important;
}
.subcollection .grid.carousel--mobile {
    display: flex;
}
[data-section-type="subcollections"] .grid.carousel--mobile {
    display: flex;
    justify-content: flex-start;
}
[data-section-type="subcollections"] .grid.carousel--mobile .subcollection {
    width: auto;
}
[data-section-type="subcollections"] .grid.carousel--mobile * {
    font-size: 15px;
} */
/* new css 06-11-2023 */
/* .product__badge__item.product__badge__item--sold {
    background: #ad383b;
} */
.header__dropdown__image .hero__content h2.hero__title {
  font-size: 12px;
}

/* new css 08-11-2023 */
.collection__filter-tag--swatch img {
  height: 100%;
  object-fit: cover;
}
/* new css 09-11-2023 */
body#archived input.btn.clickchkcook {
  height: 53px;
  margin-top: -2px;
  position: relative;
  top: -2px;
  background-color: #9c0d13;
  border-color: #9c0d13;
}
body#archived .wrap-form.text-center {
  position: relative;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto !important;
  height: max-content !important;
  width: 100%;
  max-width: 50%;
}
.drawer__header + ul.mobile-nav .mobile-navlink--level-1 {
  font-weight: 500;
}
.drawer__header + ul.mobile-nav .mobile-navlink--level-2 {
  font-weight: 400;
}
body#archived .wrap-form.text-center.hide {
  display: none !important;
}
/* new css 02-04-2024 */
.newsletter_collection .input-group.input-group--inline input {
  border: none;
  padding: 0px;
  border-bottom: 1px solid #000;
  min-height: auto;
  height: auto;
}
.newsletter_collection .input-group.input-group--inline {
  border: none;
}

.newsletter_collection .input-group--inline .input-group__item--btn button {
  min-height: auto;
  height: 27px;
  border: none;
  border-bottom: 1px solid #000;
  width: auto;
  min-width: auto;
}

.newsletter_collection .input-group--inline .input-group__item--btn {
  height: auto;
  display: flex;
  align-items: center;
  width: auto;
  min-width: auto;
  flex-basis: auto;
}
.newsletter_collection .newsletter-section__entry h1 {
  font-size: 24px;
}
/* new css 03-04-2024 */
.newsletter .needsclick.kl-private-reset-css-Xuajs1 {
  min-height: auto !important;
  padding: 0px !important;
  border: none !important;
  background: transparent !important;
  font-weight: 300 !important;
}
.newsletter .needsclick.kl-private-reset-css-Xuajs1 input {
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}
.newsletter .needsclick.kl-private-reset-css-Xuajs1 button.needsclick {
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
}
/* new css  */
.collection-list-new .list-collections__item__image {
  padding-top: 125% !important;
}
.collection-list-new .list-collections-section .grid--mobile {
  gap: 4px;
}
.collection-list-new
  .list-collections-section
  .grid--mobile
  .list-collections__item {
  padding: 0;
  width: calc(25% - 3px);
}
.collection-list-new {
  padding: 0 4px;
}
.collection-list-new .list-collections__item__content--overlayed h3 {
  font-size: 10px;
  text-transform: uppercase;
}
.collection-list-new .list-collections__item__content--overlayed {
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
}
.collection-list-new
  .list-collections-section
  .grid--mobile
  .list-collections__item
  .list-collections__item__content {
  opacity: 0;
}
.collection-list-new
  .list-collections-section
  .grid--mobile
  .list-collections__item:hover
  .list-collections__item__content {
  opacity: 1;
}
/* #lookbooks .mosaic__grid .mosaic__item--3 {
  grid-column: 3 / 5;
  grid-row-end: span 2;
  position: relative;
} */
/* #lookbooks .mosaic__grid .mosaic__item--10 {
  grid-column: 1 / 3;
  grid-row-end: span 2;
  position: relative;
} */
/* #lookbooks .mosaic__grid .mosaic__item--17 {
  grid-column: 3 / 5;
  grid-row-end: span 2;
  position: relative;
}
#lookbooks .mosaic__grid .mosaic__item--23 {
  grid-column: 1 / 3;
  grid-row-end: span 2;
  position: relative;
} */
#lookbooks .mosaic__grid {
  justify-content: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem !important;
}
.collection__products:has(.collection-image) .grid {
  justify-content: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem !important;

}
div#AjaxinatePagination:empty {
    display: none;
}
.template-collection .collection__products {
  background: #fff!important;
  border-top: 4px solid #fff!important;
  border-bottom: 4px solid #fff!important;
}
.collection__products:has(.collection-image)
  .product-grid-item.collection-image:nth-child(odd) {
  grid-row-end: span 2;
  position: relative;
  grid-column: 3 / 5;
}
.collection__products:has(.collection-image)
  .product-grid-item.collection-image
  .product-grid-item__image {
  padding-top: 106%;
}
.collection__products:has(.collection-image)
  .product-grid-item.collection-image:nth-child(even) {
  grid-column: 1 / 3;
  grid-row-end: span 2;
  position: relative;
}
.collection__products:has(.collection-image) .product-media-outer,
.collection__products:has(.collection-image) .product-grid-item__image {
  padding-top: 100%;
  margin: 0 !important;
  height: calc(100% - 0px);
}
.product-grid-item.grid__item.collection-image img {
  object-fit: cover;
  object-position: top;
  height: 100vh;
}
.collection__products:has(.collection-image)
  .product-grid-item.collection-image {
  line-height: 0;
}
.template-collection
  .collection-section
  .product-grid-item__info.product-grid-item__info--left {
  opacity: 0;
}
.template-collection
  .collection-section
  .product-grid-item:hover
  .product-grid-item__info.product-grid-item__info--left {
  opacity: 1;
}
.template-search .product-media-outer,
.product-grid-item__image {
  padding-top: 100%;
  margin: 0;
}
.template-collection .colordropdown ul {
  display: flex;
  list-style: none;
  column-gap: 10px;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 10px;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  opacity: 0;
}
.template-collection .colordropdown ul li img {
  width: 30px;
  height: 8px;
}
.template-collection .product-grid-item:hover .colordropdown ul {
  opacity: 1;
}
.menu__items {
  gap: 20px;
}
.menu__item.menu__item--icons {
    gap: 30px;
}
.template-index .collection-list-new .list-collections__item__content--overlayed h3 {
  font-size: 15px;
}
.template-index .collection-list-new .list-collections-section .grid--mobile .list-collections__item .list-collections__item__content {
    width: 100%;
    height: 100%;
    background: #ffffff2b;
    justify-content: flex-end;
    align-items: flex-start;
}
.related-products .product__selectors.product-color- {
    display: none;
}
.related-products .product-grid-item__image {
    margin-bottom: 15px;
}
.featured-collection .wrapper--full-padded {
    padding: 0 4px;
}
.featured-collection .wrapper--full-padded .colordropdown {
    display: none;
}
.featured-collection .wrapper--full-padded .grid.grid--mobile {
    gap: 4px;
    margin: 0 calc(-1* var(--grid-gutter) / 2);
}
.featured-collection .product-grid-item__info a.product-grid-item__title {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.featured-collection a.product-grid-item__price.price {
    display: none;
}
.featured-collection .product-grid-item:hover .sizes_new {
  display: none;
}
.featured-collection .product-grid-item__info {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #ffffff2b;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.mosaic--spacing .wrapper--full .mosaic__grid {
  margin: 0;
}
.mosaic .mosaic__item {
  padding: 0;
}
section#SearchPage .colordropdown ul {
    display: flex;
    list-style: none;
    column-gap: 10px;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 10px;
    opacity: 0;
}
section#SearchPage .colordropdown ul li img {
    width: 30px;
    height: 8px;
}
section#SearchPage .product-grid-item__info.product-grid-item__info--left {
    position: absolute;
    bottom: 12px;
    padding: 0 12px;
    width: 100%;
    opacity: 0;
}
section#SearchPage .collection__products .product-grid-item:hover .product-grid-item__info.product-grid-item__info--left {
  opacity: 1;
}
section#SearchPage .collection__products .product-grid-item:hover .colordropdown ul {
  opacity: 1;
}
section#SearchPage .collection__products .product-grid-item + .blog__post-item {
    display: none;
}
.featured-collection .product-grid-item:hover .product-grid-item__info {
    opacity: 1;
}
.featured-collection__container.grid__container {
    overflow: hidden;
}
.featured-collection .product-grid-item .product__media--featured-visible {
  transition: all 0.3s ease-in;
}
.featured-collection .product-grid-item:hover .product__media--featured-visible {
  transform: scale(1.1);
}
.section-columns__slider.carousel.carousel--mobile {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
  margin: 0 -10px;
}
.section-columns .wrapper--full-padded {
  padding: 0;
}
.section-columns__slider.carousel.carousel--mobile .column__item.carousel__item {
  margin: 0;
  width: 100%;
  padding: 0;
}
.section-columns__wrapper.carousel__container {
  padding: 0;
  margin: 0;
  max-width: calc(100% - 8px);
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.section-columns__wrapper.carousel__container .column__item__image-wrapper {
    margin: 0;
}
.section-columns__wrapper.carousel__container .column__item__inner {
    position: relative;
}
.section-columns__wrapper.carousel__container .column__item__content {
    text-align: left;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff3d;
    opacity: 0 !important;
    transition: all 0.3s ease-in !important;
}
.section-columns__slider.carousel.carousel--mobile .column__item.carousel__item:hover .column__item__content {
    opacity: 1 !important;
}
.section-columns__wrapper.carousel__container .column__item__content a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  padding: 25px;
  font-weight: 300;
  opacity: 0;
}
.section-columns__slider.carousel.carousel--mobile .column__item.carousel__item:hover .column__item__content a {
  opacity: 1;
}
.collection__inner:has(.img_rt) {
  display: flex;
  flex-direction: row-reverse;
}
body#archived .wrap-form.text-center.hide + .img_rt {
  display: none;
}
.archivecoll {
  width: 100%;
}
body#archive-subscribe .image-with-text__image-bg {
  background-position: top center !important;
}
body#archive-subscribe .image-with-text__content.text-center .klaviyo-form.klaviyo-form.klaviyo-form {
  background: transparent !important;
  padding: 0 !important;
  max-width: 320px;
  margin: auto;
}
body#archive-subscribe .image-with-text__content.text-center .needsclick.kl-private-reset-css-Xuajs1 {
  padding: 0px !important;
  min-height: 53px !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  border-radius: 0 !important;
  font-family: var(--FONT-STACK-BUTTON) !important;
}
body#archive-subscribe .image-with-text__heading {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  color: #a0171c;
}
body#archive-subscribe .image-with-text__content.text-center .needsclick.kl-private-reset-css-Xuajs1 + div {
  display: none;
}
body#archive-subscribe .image-with-text__content.text-center input.needsclick.kl-private-reset-css-Xuajs1 {
  border: 1px solid #a0171c !important;
  padding: 20px !important;
  font-family: var(--FONT-STACK-BUTTON) !important;
  font-size: 12px !important;
  outline-width: 0 !important;
}
body#archive-subscribe .image-with-text__content.text-center input::placeholder {
  font-family: var(--FONT-STACK-BUTTON) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}
body#archive-subscribe .image-with-text__content.text-center .needsclick.kl-private-reset-css-Xuajs1:has(button) button {
  min-width: 120px;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  font-size: 12px !important;
  font-family: var(--FONT-STACK-BUTTON) !important;
  font-weight: 400 !important;
  background-color: #a0171c !important;
  }
body#archive-subscribe .image-with-text__content.text-center .needsclick.kl-private-reset-css-Xuajs1[data-testid="form-row"]:has(input) * {
  width: 100%;
}
body#archive-subscribe .image-with-text__content.text-center .needsclick.kl-private-reset-css-Xuajs1[data-testid="form-row"]:has(input) {
  width: 100%;
}
body#archived .product-grid-item__price__new {
  color: #9e171b;
}
.template-product span.product__price--off {
  display: none;
}
input#chkpassword {
    border-color: #9c0d13;
    background: transparent;
}
body#archived:has(.wrap-form.text-center.hide) .collection-section {
    background: transparent;
}
body#archived:has(.wrap-form.text-center.hide) main#MainContent {
    background: transparent;
}
body#archived:has(.wrap-form.text-center.hide) 
 div#CollectionStickyBar {
    background: transparent;
}
body#archived .img_rt {
    width: 50%;
    line-height: 0;
}
body#archived .img_rt img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
[data-testid="FLYOUT"] [name="email"] {
    border: none !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}
[data-testid="FLYOUT"] .go344476669.go344476669.go344476669:hover {
    border-color: #fff !important;
}
[data-testid="FLYOUT"] .go344476669.go344476669.go344476669:focus-visible {
  outline: none;
}
.collection__products:has(.collection-image) .product-grid-item.collection-image:nth-child(odd) a {
    height: 100%;
}
.collection__products:has(.collection-image) .product-grid-item.collection-image:nth-child(odd) a img {
    height: 100vh;
}
.collection__products:has(.collection-image) .product-grid-item.collection-image:nth-child(even) * {
    height: 100vh;
}
/* new css */
.template-product .selector-wrapper--grid .radio__label {
    border: none;
    border: 1px solid #4A2F13;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border-width: 1px;
    opacity: 1;
}
.template-product .selector-wrapper--grid .radio__fieldset {
    column-gap: 15px;
    margin: 0;
}
.template-product .radio__button {
    max-width: unset;
}
.template-product span.radio__legend__label {
    /* font-family: Inter; */
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}
.template-product button.product__popup__link span {
    font-size: 12px;
}
.template-product button.product__popup__link {
    /* font-family: Inter; */
    font-weight: 200;
    font-size: 11.25px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
}
.template-product button.product__popup__link svg.icon.icon-ruler {
    display: none;
}
.template-product legend.radio__legend {
    width: 100%;
    margin-bottom: 18px;
    float: none;
}
.template-product .product__form .btn {
    height: 43px;
    background: #392C24;
    margin-top: 18px;
    color: #fff;
}
.template-product .product__form .btn--submit span {
    transition: opacity .3s ease;
    font-family: Times New Roman;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.36px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.template-product button.product__accordion__title {
    /* font-family: Inter; */
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
.template-product .product__block.product__accordions {
    padding-bottom: 0;
    border-bottom: 1px solid #B3B3B3;
}
.related-products.section-padding h2.h3 {
    /* font-family: Inter; */
    font-weight: 400;
    font-style: Italic;
    font-size: 16.72px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
}
.template-product h1.product__title,
.template-product h2.product__title {
    /* font-family: Inter; */
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    display: flex;
    gap: 33px;
    margin-bottom: 29px;
}
.template-product .product__block.product__title-and-price {
    margin: 0;
}
.template-product .product__block.product__form__wrapper {
    padding-bottom: 35px;
}
.template-product {
    background: #FCF7EB;
}
h1.product__title span,
.product__price-and-badge .product__price * {
    /* font-family: Inter; */
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
}
.related-products .product-grid-item__info a.product-grid-item__title {
    /* font-family: Inter; */
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.56px;
    vertical-align: middle;
    text-transform: uppercase;
    max-width: 160px;
}
.related-products .product-grid-item__quick-buy {
display: block !important;
}
.related-products .sizes_new {
  display: none;
}
.related-products .product-grid-item__info {
    padding: 0px 8px;
}
.related-products .carousel {
    column-gap: 23px;
}
.related-products a.product-grid-item__price.price {
    /* font-family: Inter; */
    font-weight: 300;
    font-size: 11.06px;
    line-height: 12px;
    letter-spacing: 0;
    max-width: 42px;
}
.related-products .product-grid-item__info {
    display: flex;
    padding: 0px 8px;
    flex-direction: row;
    justify-content: space-between;
}
.related-products .sizes_new {
    top: 29px;
    right: 0;
}
.product-single__media-slide {
    width: 100%;
}
.product-single__media-slider:not(.has-media-active) .flickity-button {
    background: #EBDCC7;
    width: 30px;
    height: 30px;
    background-image: url(/cdn/shop/files/SVG_2.png?v=1755984755);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    transform: none !important;
    top: 35%;
    display: none;
}
.product-single__media-slider:not(.has-media-active) button.flickity-button.flickity-prev-next-button.previous {
    left: 10px;
}
.product-single__media-slider:not(.has-media-active) button.flickity-button svg {
  display: none;
}
.product-single__media-slider:not(.has-media-active) .flickity-prev-next-button.previous::before,
.product-single__media-slider:not(.has-media-active) .flickity-prev-next-button.next::before {
  display: none;
}
.product-single__media-slider:not(.has-media-active) button.flickity-button.flickity-prev-next-button.previous {
    left: 10px;
    transform: rotate(180deg) !important;
    margin: 25px 0 0 !important;
}
button.return-button {
    /* font-family: Inter; */
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0; 
    vertical-align: middle;
    text-decoration: underline;
    margin-bottom: 79px;
}
button#BIS_trigger {
    margin: 0 !important;
}
.grandparent.kids-2.images-5 .header__grandparent__links {
    min-width: 380px;
}
.grandparent.images-5 .menu__block--narrow {
    flex: 1;
    margin: 0;
}
.grandparent.images-5 .dropdown__family:nth-child(2) a.navlink.navlink--child,
.grandparent.images-5 .dropdown__family:nth-child(1) a.navlink.navlink--child {
    display: none;
}
.images-5 .header__dropdown__image {
    flex-direction: column-reverse;
    display: flex;
}

.images-5 .header__dropdown__image a.link-over-image {
    display: block;
    position: relative;
}

.images-5 .header__dropdown__image a.link-over-image .hero__content__wrapper.align--bottom-left {
    position: relative;
    padding: 0 !important;
}

.images-5 .header__dropdown__image a.link-over-image .hero__content__wrapper.align--bottom-left .hero__content.backdrop--radial {
    padding: 5px 0;
    font-family: inter;
    color: #000;
    background: transparent;
}
.images-5 .header__dropdown__image a.link-over-image .hero__content__wrapper.align--bottom-left .hero__content.backdrop--radial:before {
  display: none;
}
.images-5 .header__dropdown__image a.link-over-image .hero__content__wrapper.align--bottom-left .hero__content.backdrop--radial * {
    color: #000 !important;
    font-weight: 600;
}
.subcollection__image {
    padding: 0 !important;
    background: transparent !important;
}

h3.subcollection__title.h4 {
    position: relative;
}

.subcollection__outer:after,
.subcollection__image .placeholder-svg--overlayed {
    display: none;
}
.subcollection {
  width: auto !important;
}
.subcollection__title span {
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.subcollections button.flickity-button {
    background: linear-gradient(to right, #FCF7EBbf 10%, #FCF7EB 40%);
    border-radius: 0 !important;
    width: 50px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    bottom: 10px !important;
    top: 7px;
    right: 0 !important;
    left: auto;
    box-shadow: none !important;
}
.subcollections button.flickity-button.flickity-prev-next-button.previous {
    left: 0;
    background: linear-gradient(to left, #FCF7EBbf 10%, #FCF7EB 40%);
}
.subcollections button.flickity-button[disabled] {
    display: none;
}
.subcollections .flickity-prev-next-button {
    --icon-size: 12px;
}
.subcollections .subcollection__title {
    padding: 20px 10px;
}
.complete-look-new.section-padding,
[data-section-type="related-products"] {
    padding-left: 0 !important;
    padding-right: 0!important;
}
.complete-look-new.section-padding .section__header.featured-collection__top {
    background: #fff;
    padding: 20px 0 0;
    margin: 0;
}
.complete-look-new.section-padding .wrapper--full-padded {
    padding: 0;
    margin: 0;
}
.complete-look-new.section-padding .wrapper--full-padded .carousel__container,
[data-section-type="related-products"] .wrapper--full-padded .carousel__container {
    margin: 0;
}
  .related-products.complete-look-new .product-grid-item__info,
  [data-section-type="related-products"] .product-grid-item__info {
    display: grid;
    grid-template-columns: minmax(0, 100%);

}
span.radio__button.sold-out {
    opacity: 0.5;
    border-radius: 50px;
    overflow: hidden;
    pointer-events: none;
}
span.radio__button.sold-out label {
    text-decoration: none !important;
}
span.radio__button.sold-out:after {
    content: '';
    display: block;
    height: 1px;
    background: #000;
    position: absolute;
    width: 100%;
    transform: rotate(135deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}
span.radio__button.sold-out:hover:after {
  background-color: #fff;
  opacity: 1;
} 
.radio__fieldset input:checked + label {
    background: #392C24 !important;
}
.radio__fieldset input:checked + label span {
  color: #fff;
  text-decoration: none !important;
  padding: 0px 5px;
}
/* [data-section-type="related-products"] {
  display: none;
} */
/* .template-product:has(.related__placeholder) [data-section-type="related-products"] {
   display: block;
} */
[data-section-type="related-products"] .featured-collection__top {
    margin: 0;
}
[data-section-type="related-products"] h2.section__heading.h3 {
    padding-top: 20px;
}
.template-collection {
  background-color: #FCF7EB;
}
.template-product:has(.popup-chart.is-open) .product-single__wrapper .product-single__details {
    z-index: 11111;
    position: relative;
    border-color: #cccccc;

}
.template-product:has(.popup-chart.is-open) .product-single__wrapper .product-single__details .complete-look-new.section-padding .section__header.featured-collection__top {
    background: #cac6bc !important;
    opacity: 0.3;
}
.popup-chart__content .table-wrapper {
    border: none;
    padding: 0;
    margin: 0;
}
.template-product:has(.popup-chart.is-open) .product-single__details form,
.template-product:has(.popup-chart.is-open) .product__block.product__accordions,
.template-product:has(.popup-chart.is-open) .product__title,
.template-product:has(.popup-chart.is-open) .return-button {
    opacity: 0.4;
}
.template-product .drawer.is-open {
    z-index: 1111111;
}
/* .template-product:has(.popup-chart.is-open) .popup-chart.is-open *,
.template-product:has(.popup-chart.is-open) .popup-chart.is-open {
      opacity: 1;
} */
 .kids-2 .dropdown__family a.navlink.navlink--child
 {
    display: none;
}
.bigsizetext span.radio__button label.radio__label span {
    font-size: 10px;
}
.cart__message__progress {
  width: 100%;
  height: 6px;
  appearance: none;
}

.cart__message__progress::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 10px;
}
.cart__message__progress__holder {
  background-color: #392C24;
}
.cart__message__progress::-webkit-progress-value {
  background-color: #392C24; /* default */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

@media only screen and (min-width: 768px){
.product-single__wrapper.product-single__wrapper--large {
    padding-top: 76px;
    gap: 0;
}
}
@media (max-width: 1097px) {

  .section-columns__slider.carousel.carousel--mobile {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .featured-collection .wrapper--full-padded .grid.grid--mobile {
    margin: 0;
  }
  section#SearchPage .collection__products .product-grid-item:hover .colordropdown ul {
   display: none;
  }
  .template-index .mobile-menu.left .mobile-menu__button {
    color: #fff;
  }
  .template-collection .colordropdown ul {
    display: none;
  }
  .mobile-menu.left .mobile-menu__button {
    color: #000;
  }
  .template-index .mobile-menu__button {
    color: #fff !important;
  }
  .mobile-menu__button {
    color: #000 !important;
  }
  .footer-blocks .footer-block {
    display: none;
  }
  .store_link {
    display: none;
  }
  footer#SiteFooter {
    padding: 0;
  }
  .footer-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #NavStandard .icon-fallback-text.navlink.navlink--icon {
    position: absolute;
    left: 15px;
  }
  #NavStandard .search-popdown {
    display: none;
  }
  .footer-blocks .footer-block {
    width: 100%;
  }
  .logo {
    margin: 5px auto;
    max-width: 150px;
  }
  .mobile-menu.left {
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .template-collection .product-grid-item__quick-buy {
    display: none !important;
  }
  .product__block.product__price-and-badge {
    display: none;
  }
  .collection__products .product-grid-item__quick-buy {
    display: none;
  }
  span.cart_item_count_mobile {
    font-size: 14px;
    margin-left: 5px;
  }
  .mobile-menu.right {
    position: relative;
    padding-right: 0px;
  }

  .site-header > .wrapper {
    padding: 0px 10px;
  }

  .mobile-menu__button {
    text-transform: uppercase;
    font-size: 13px;
  }
  .template-collection
    .collection__products
    .product-grid-item:hover
    p.sizes_new {
    opacity: 1;
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .search-popdown__body--fixed {
    top: 0px;
    z-index: 11;
  }
}
@media only screen and (max-width: 767px) {
    .collection__products:has(.collection-image) .product-media-outer, 
  .collection__products:has(.collection-image) .product-grid-item__image {
    height: auto;
  }
  body#archived .img_rt {
    width: 100%;
  }
  body#archive-subscribe .image-with-text__image {
    min-height: 100vh;
  }
  body#archive-subscribe .image-with-text__content.text-center .klaviyo-form.klaviyo-form.klaviyo-form {
    max-width: 100%;
    margin: 0;
    padding-right: 18px !important;
}
  body#archive-subscribe .image-with-text__items {
    flex-flow: column-reverse !important;
  }
  .collection__inner:has(.img_rt) {
    flex-direction: column;
    gap: 50px;
  }
  body#archived .wrap-form.text-center {
    max-width: 100%;
  }
  .collection__products .grid,
  .template-list-collections .grid {
    gap: 3px;
    grid-row-gap: 3px;
    padding: 0 3px;

  }
  .template-collection
    .collection-section
    .product-grid-item__info.product-grid-item__info--left {
    position: relative;
    bottom: 0;
    padding: 0.6rem 1rem 1.2rem 1rem;
    width: 100%;
    opacity: 1 !important;
    background: #fcf7eb;
    flex: 1;
  }
    .template-collection
    .collection-section .product-grid-item {
      display: flex;
      flex-direction: column;
    }
  .product-grid-item.grid__item.collection-image img {
    object-fit: cover;
    height: 70vh;
  }
  .collection__products .product-grid-item__info.product-grid-item__info--left {
    padding: 0;
  }
  /* new css 09-11-2023 */
  body#archived .wrap-form.text-center {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0px 20px;
  }
  body#archived .wrap-form.text-center.hide {
    display: none !important;
  }
  .template-product .product-single__media--image-height {
    height: 470px;
    padding-top: 100% !important;
  }
  .template-product header#SiteHeader .wrapper {
    background: #FCF7EB !important;
  }
  .template-collection .product-grid-item__quick-buy {
    display: none !important;
  }
  .template-product header#SiteHeader {
    top: 0px;
  }
  .product-single__gallery {
    margin: 70px auto 0px !important;
  }
  .search-popdown__body--fixed {
    top: 0px;
    z-index: 11;
  }
  /* [data-section-type=subcollections] .grid.carousel--mobile {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
} */
  body#archived .wrap-form.text-center.marginform {
    margin-top:20px !important;
  }
  .product-grid-item__quick-buy {
    display: block;
  }
  #lookbooks .mosaic__grid {
    row-gap: 2px;
  }
  .template-collection .featured-collection__top.text-left {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .template-collection
    .featured-collection__top.text-left
    .featured-collection__top__button {
    margin: 0px 0px 20px;
  }
  .form__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .product-single__details {
    padding: 20px 20px 0 !important;
    width: 100%;
    background: #faf9f7;
  }
  .product-single__gallery {
    position: sticky;
    top: 0px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .carousel--mobile .grid__item,
  .carousel--mobile .carousel__item {
    margin-right: 2px;
  }
  .product-single__media-slide {
    min-width: 100%;
  }
  .product-single__media-slider {
    display: flex;
    overflow-y: auto;
    overscroll-behavior-x: auto;
    scroll-snap-type: x mandatory;
  }
  .product__block.product__form__wrapper h2.product__title {
    display: block;
  }

  .product__block.product__form__wrapper .product__price-and-rating {
    display: block;
  }
  #cherry-general-store .image-with-text__content.text-left,
  #new-york .image-with-text__content.text-left {
    padding: 0 20px !important;
  }
  #cherry-general-store .image-with-text__items,
  #new-york .image-with-text__items  {
    flex-direction: column-reverse !important;
  }
  #cherry-general-store .image-with-text__image,
  #new-york .image-with-text__image {
    padding: 0 10px 0 10px !important;
    flex-basis: auto !important;
  }
  #cherry-general-store .image-with-text__items picture,
  #new-york .image-with-text__items picture {
    display: block !important;
  }
  #cherry-general-store .image-with-text__image-bg,
  #new-york .image-with-text__image-bg {
    position: relative !important;
  }
  .product-single__media-slider {
    top: 0px;
  }
  div#tabs .product__block.product__complementary,
  div#tabs p.complementary-products__title {
    display: block;
  }
  ul.mobile-nav + ul.mobile-nav li a {
    padding: 15px 20px;
  }
  .form__wrapper {
    width: 100%;
  }
  div#ProductThumbs {
    display: none;
  }
  .newsletter-form .input-group__btn--icon {
    justify-content: flex-end;
  }

  .footer-block.footer-block--newsletter {
    display: block !important;
  }
  .header-newsletter {
    padding: 20px 20px 20px;
  }
  .footer-block.footer-block--menu {
    display: none !important;
}
.header-newsletter p {
    display: none;
}
.header-newsletter * {
    font-size: 12px;
}
.header-newsletter h2 {
    margin: 0;
}
.newsletter-form .input-group__btn--icon svg {
    display: none;
}
.header-newsletter .input-group--inline {
    max-width: 100%;
}
.mosaic--no-spacing .wrapper--full, .mosaic--no-spacing .mosaic__grid {
        gap: 2px;
    }
.newsletter-form .input-group__btn--icon span {
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
}
   footer#SiteFooter {
    padding: 0 !important;
   }
  .footer-block.footer-block--newsletter .input-group--inline {
    max-width: 100%;
  }
  .newsletter-form .input-group__field,
  .newsletter-form .input-group__btn--icon {
    background: transparent;
    border: none !important;
    padding: 0px;
    border-bottom: 1px solid #000 !important;
    height: 35px;
  }
  .footer-block--newsletter * {
    font-size: 12px;
  }
  footer#SiteFooter {
    padding: 30px 10px;
  }
  .footer-blocks .footer-block:last-child {
    display: block;
  }
  .product-single .wrapper--full-padded {
    padding: 0px 0px;
  }
  .product__block.product__title-and-price {
    display: none;
  }
  .product__block.product__form__wrapper .product__title {
    font-size: 18px;
    padding: 0px 0px 15px;
  }
  .shopify-payment-button {
    display: none;
  }
  shopify-payment-terms {
    font-size: 9px;
  }
  .product__form {
    row-gap: 18px;
  }
  .product__block.product__form__wrapper
    .product__block.product__price-and-badge {
    display: block !important;
    padding-bottom: 18px !important;
  }
  .product__block.product__form__wrapper
    .product__price-and-badge
    .product__price {
    margin: 0;
    padding: 0px 0px;
  }
  .product__form {
    width: 100%;
  }
  .product__block.product__price-and-badge.aos-init.aos-animate {
    display: none;
  }
  .shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
    min-height: 35px !important;
    max-height: 45px !important;
  }
  .product-single__details {
    z-index: 11;
  }
  .product__block.product__form__wrapper .product__selectors {
    margin-bottom: 0;
    padding: 0px 0px;
  }
  .product__block.product__form__wrapper .product__submit__buttons {
    max-width: calc(100% - 0px);
    margin: auto;
  }
  .product-single__wrapper .product__submit__holder {
    padding-top: 4px;
  }
  .sizes_new {
    display: none !important;
  }
  .product-single__wrapper {
    position: relative;
  }
  .product-single__media--image-height {
    height: auto;
  }
  .product-single__media--image {
    max-width: 100%;
    margin: auto;
  }
  .product-single__media img {
      object-fit: contain;
      /* background: linear-gradient(180deg, #efefef, #e9e9e9); */
  }
  .product-single__details {
    padding: 10px 0px 0px;
    height: auto;
  }
  .product-single {
    padding-bottom: 0px;
  }
  .product__submit__buttons {
    max-width: 330px;
    margin: auto;
  }
  /* .product-single__gallery {
    margin-left: -20px;
    margin-right: -20px;
} */
  .product-single__thumbnail {
    padding: 0px 5px;
  }
  .product-single__thumbnail-link {
    width: 8px;
    height: 8px;
    border-radius: 50px;
  }
  ul.footer-links li {
    margin: 0px;
  }
  ul.footer-links {
    flex-direction: column;
    text-align: center;
  }
  .footer-block.footer-block--menu {
    padding: 0;
    justify-content: center !important;
  }
  .footer-block--logo {
    width: 100%;
    text-align: center;
    display: flex;
    max-width: 100%;
  }
  .collection-list-new .list-collections-section .grid--mobile {
    gap: 4px;
    margin: 0;
  }
  .collection-list-new
    .list-collections-section
    .grid--mobile
    .list-collections__item {
    padding: 0;
    width: calc(50% - 2px);
  }
  .collection__products:has(.collection-image) .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px !important;
    padding: 0 3px;
  }
  .collection__products:has(.collection-image)
    .product-grid-item.collection-image {
    grid-column: unset !important;
    grid-row-end: unset !important;
    grid-column-start: 2 span !important;
  }
  #lookbooks .mosaic__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1px !important;
    padding: 0;
  }
  #lookbooks .mosaic .mosaic__item {
    width: 100%;
  }
  .related-products .carousel.carousel--inactive.carousel--mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .related-products .carousel.carousel--inactive.carousel--mobile .product-grid-item {
      --item-width-mobile: none;
      margin: 0;
  }
  .related-products.section-padding .wrapper--full-padded {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #lookbooks .mosaic__grid .mosaic__item {
    max-width: 100%;
    width: 100%;
  }
  .related-products.section-padding {
      padding-left: 47px;
      padding-right: 47px;
  }
  #lookbooks .mosaic__grid {
    justify-content: space-between !important;
    row-gap: 2px;
    padding: 0px 0px 0px;
  }
  #lookbooks .has-scrolled .site-header--fixed {
    height: 80px;
  }
  .product__block.product__form__wrapper
    .product__block.product__price-and-badge {
    padding: 0px;
  }
  .footer-block.footer-block--menu:nth-last-child(2) {
    justify-content: flex-end;
  }
  .tabContent .product__block.product__complementary {
    display: block;
  }
  div#tabs {
    transition: all 0.4s;
  }
  .hide_tabs div#tabs {
    height: 0px;
    opacity: 0;
    margin: 0px !important;
  }
  .hide_tabs
    .product__block.product__form__wrapper
    + .product__block.product__complementary {
    display: block;
  }
  #lookbooks .full-height {
    min-height: 100vh;
  }
  .related-products .carousel .carousel__item {
    max-width: 25%;
    width: 25%;
    margin: 0px;
  }
  .product-single__wrapper--large {
    grid-template-columns: 1fr 1fr;
  }
  .template-product .selector-wrapper--grid .radio__label:hover {
      background: #392C24!important;
  }

  .template-product .selector-wrapper--grid .radio__label:hover span {
      color: #fff;
  }
  .product-single__wrapper--grid .product-single__media-slider {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
  }
  .product-single .wrapper--full-padded {
    padding: 0;
  }
  .template-collection .collection__filters {
    position: fixed !important;
    top: 0;
    z-index: 2;
  }
  .template-collection .collection__filters--visible {
    z-index: 9001;
    visibility: visible;
    transform: translate(calc(100vw - 300px));
    transition: var(--drawer-transition), visibility 0s linear 0s,
      z-index 0s linear 0s;
    height: 100%;
    --full-height: 100%;
  }
  .collection__filters {
    transform: translate(100vw);
  }
  .collection__filters-header {
    display: block;
  }
  .collection__filters-list__inner {
    margin: 0;
  }
  .collection__filters__close {
    display: block;
    position: relative;
    z-index: 1111;
  }

  .template-search .collection__filters {
    position: fixed !important;
    top: 60px;
    z-index: 2;
  }
  .template-search .collection__filters--visible {
    z-index: 9001;
    visibility: visible;
    transform: translate(calc(100vw - 300px));
    transition: var(--drawer-transition), visibility 0s linear 0s,
      z-index 0s linear 0s;
    height: 100%;
    --full-height: 100%;
  }
  .search-page .collection__filters-header {
    display: block;
  }
  .template-search div#CollectionStickyBar {
    margin: auto;
    padding: 0 30px;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1432px) and (min-width: 1086px) {
  .site-header--nav-left .logo:not(.logo--compress) {
      margin-left: auto;
      margin-right: auto;
  }
  .nav--compress .menu__item {
    display: flex;
  }
  .site-header--nav-left .nav--default {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu__item.menu__item--compress {
    display: none !important;
  }
  h1.logo.logo--compress {
    margin: 5px auto;
  }
  .menu__items {
    gap: 0px;
  }
  .menu__item.menu__item--icons {
    gap: 0px;
  }
  .site-header>.wrapper {
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
    .related-products .carousel .carousel__item,
    [data-section-type="related-products"] .carousel .carousel__item {
        max-width: calc(25% - 17px);
        width: 25%;
        margin: 0px;
    }
}
@media only screen and (max-width: 767px) {
  .template-product .flickity-enabled.is-draggable .flickity-viewport {
    width: 100%;
  }
  .template-product .selector-wrapper--grid .radio__fieldset {
    column-gap: 10px;
    margin: 0;
  }
  .template-product .form__wrapper {
        display: flex;
        flex-direction: column;
    }
  .product-single__details {
      background: #FCF7EB;
      padding-bottom: 20px !important;
  }
  .product__popup__link span:after {
    display: none;
  }
  .product__block.product__form__wrapper h2.product__title {
    margin: 0;
  }
  button.return-button {
    margin: 0 0 10px;
    text-align: left;
}
body#salt-amp-stone-cherry-bodywash .product-single__media--image-height,
body#salt-amp-stone-cherry-deodorant .product-single__media--image-height,
body#salt-amp-stone-cherry-candle .product-single__media--image-height,
#salt-amp-stone-cherry-collection .product-single__media--image-height {
      height: auto;
      padding-top: 100% !important;
}
body#salt-amp-stone-cherry-bodywash .product-single__media img,
body#salt-amp-stone-cherry-deodorant .product-single__media img,
body#salt-amp-stone-cherry-candle .product-single__media img,
#salt-amp-stone-cherry-collection .product-single__media img {
        object-fit: cover;
  }
#stores .section-columns__wrapper.carousel__container {
    padding: 0 !important;
}
#cherry-general-store .mosaic__grid {
    gap: 10px;
}
#new-york .mosaic__grid {
    gap: 10px;
}
}
@media only screen and (min-width: 768px) {
    .form__wrapper {
        width: 100%;
        max-width: 500px;
        position: sticky;
        top: 70px;
    }
    .product-single__gallery {
      position: relative;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
  }
  .product-single__details {
     border-top: 4px solid #fff;
  }
  .related-products.complete-look-new .carousel .carousel__item,
  [data-section-type="related-products"] .carousel .carousel__item {
      max-width: calc(25% - 4px);
      width: 25%;
      margin: 0px;
  }
 .related-products.complete-look-new .carousel,
  [data-section-type="related-products"] .carousel {
    column-gap: 0.3rem !important;
  }
  .product__accordion__inner .related-products.complete-look-new .carousel,
  .product__accordion__inner  [data-section-type="related-products"] .carousel {
    column-gap: 0.3rem !important;
    flex-wrap: wrap;
  }
    .product__accordion__inner .related-products.complete-look-new .carousel .product-grid-item {
        max-width: calc(50% - 2.4px);
    }
  .related-products.complete-look-new .product-grid-item__info,
  [data-section-type="related-products"] .product-grid-item__info {
    padding: 0px 8px;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 100%);
    gap: 9px;
    align-content: start;
    font-size: calc(.8rem * var(--adjust-body));
    opacity: 0;
}
.related-products.complete-look-new .product-grid-item__info a.product-grid-item__title,
[data-section-type="related-products"] .product-grid-item__info a.product-grid-item__title {
    max-width: 100%;
}
.related-products.complete-look-new .product-grid-item__image,
[data-section-type="related-products"] .product-grid-item__image {
    margin-bottom: 0;
}
.related-products.complete-look-new a.product-grid-item__price.price,
[data-section-type="related-products"] a.product-grid-item__price.price {
    font-size: 12px;
}
.complete-look-new.section-padding .carousel__item:hover .product-grid-item__info,
[data-section-type="related-products"] .carousel__item:hover .product-grid-item__info {
  opacity: 1;
}
[data-section-type="related-products"] .wrapper--full-padded {
    padding: 0;
}
[data-section-type="related-products"] .related-products.section-padding {
    padding-left: 0;
    padding-right: 0;
}
[data-section-type="related-products"] .related-products .sizes_new {
    top: 29px;
    right: 10px;
}
body#salt-amp-stone-cherry .collection-items--2 .grid {
    grid-template-columns: 1fr 1fr;
}
body#salt-amp-stone-cherry .collection-items--3 .grid {
    grid-template-columns: 1fr 1fr 1fr;
}
body#salt-amp-stone-cherry .collection-items--4 .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
  body#salt-amp-stone-cherry .collection__wrapper {
    min-height: auto;
  }
  #cherry-general-store .mosaic .mosaic__item {
    padding: 0 10px !important;
  }
  #new-york .mosaic .mosaic__item {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 479px) {
    .product__selectors .selector-wrapper {
        width: 100%;
    }
}
@media (hover: hover) {
    .has-scrolled .site-header:not(.site-header--menu-opened):hover .site-header__background,
    .has-scrolled .site-header.site-header--menu-opened .site-header__background {
        --header-background-height: var(--header-sticky-height);
          background-color: var(--bg);
    }
    .template-index.has-scrolled .menu__items > a {
        color: #fff;
    }
      .has-scrolled .site-header:hover .menu__items > a {
        color: #0a0a0a;
    }
}

@media only screen and (max-width: 767px) {
  .section-columns__wrapper.carousel__container {
    max-width: 100%;
  }
  .section-columns__slider.carousel--mobile.carousel--inactive:after {
      display: none;
  }
  .section-columns__wrapper.carousel__container .column__item__content {
    background: transparent;
}
/* .section-columns__wrapper.carousel__container .column__item__content a {
  font-size: 0;
} */
 .section-columns__wrapper.carousel__container .column__item__content a {
    justify-content: center;
    opacity: 1;
}
.section-columns__wrapper.carousel__container .column__item__content {
   opacity: 1 !important;
}
}
.cart__message__progress__holder {
    background-color: transparent;
}
/* Filled part (BROWN) */
.cart__message__progress::-webkit-progress-value {
  background-color: #9c6b55;
  border-radius: 10px;
}

/* Firefox */
.cart__message__progress::-moz-progress-bar {
  background-color: #9c6b55;
  border-radius: 10px;
}

.section-columns__slider.carousel.carousel--mobile .column__item.carousel__item:hover .column__item__content a {
    opacity: 1;
}

.template-product .product-single__wrapper .product-grid-item .product-grid-item__info {
    opacity: 1;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.template-product .product-single__wrapper .product-grid-item .sizes_new {
    opacity: 1;
}

/* ============================================================
   QUICKBUY REDESIGN
   Clean, minimal PDP-like card for the Quick View popup.
   Every selector below is scoped under .popup-quick-view, so the
   real Product page (PDP) is NOT affected.
   ============================================================ */

.popup-quick-view {
  --qb-inner: 18px;
  --qb-bg: #f3f3f3;
  --qb-text: #111;
  --qb-muted: #5a5a5a;
  --qb-border: #e2e2e2;
  --qb-border-strong: #d8d8d8;
  z-index: 1600 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  height: 100dvh !important;
}

/* Backdrop sits below the card */
.popup-quick-view .pswp__bg {
  z-index: 1 !important;
  pointer-events: auto;
}

.popup-quick-view__inner {
  height: 100vh;
  height: 100dvh;
  pointer-events: auto;
}

.popup-quick-view__item {
  height: 100%;
  pointer-events: auto;
}

/* Card fills the viewport height; body inside can scroll if content
   needs more room than the gallery + foot leave. */
.popup-quick-view__form {
  position: relative;
  background: #fff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
  z-index: 20;
  min-height: auto;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto !important;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__form {
    border-radius: 0;
  }
}

.popup-quick-view__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow: hidden;
  pointer-events: auto;
}

/* Footer always visible regardless of animation state */
.popup-quick-view__foot__inner,
.popup-quick-view--animate-in .popup-quick-view__foot__inner {
  opacity: 1 !important;
  animation: none !important;
}

.popup-quick-view__body {
  padding: 0;
  min-height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-quick-view__body::-webkit-scrollbar {
  width: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__body {
    padding: 0;
  }
}

/* Single-column stack — natural heights, no flex-grow. */
.popup-quick-view__form--large .popup-quick-view__body__inner,
.popup-quick-view__form--small .popup-quick-view__body__inner {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  flex: 0 1 auto;
  min-height: auto;
  gap: 0;
  margin: 0;
  overflow: visible;
}

.popup-quick-view__body > [data-form-wrapper] {
  flex: 0 0 auto;
}

/* Gallery — fixed portrait aspect (no flex-grow). */
.popup-quick-view .popup-quick-view__gallery {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: var(--qb-bg);
}
.popup-quick-view .popup-quick-view__gallery .product-single__gallery {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Slider — Flickity isn't wired in the quickview markup, so build a
   CSS-only horizontal scroll-snap carousel instead. Touch swipe and
   trackpad swipe both work natively. */
.popup-quick-view .product-single__media-slider {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.popup-quick-view .product-single__media-slider::-webkit-scrollbar {
  display: none;
}

.popup-quick-view .product-single__media-slide,
.popup-quick-view__form--large .product-single__media-slide,
.popup-quick-view__form--small .product-single__media-slide,
.popup-quick-view__form--large .product-single__media-slide:only-child,
.popup-quick-view__form--small .product-single__media-slide:only-child {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/* Make sure every slide is visible — theme adds media--hidden on
   non-featured slides which Flickity normally clears on init. We're
   not running Flickity here, so display them all. */
.popup-quick-view .product-single__media-slide.media--hidden {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Square aspect for the image area (10:11 portrait on desktop) */
.popup-quick-view .product-single__media {
  padding-top: 100%;
  width: 100%;
  height: auto;
  position: relative;
  background: var(--qb-bg);
}
@media only screen and (min-width: 768px) {
  .popup-quick-view .product-single__media {
    padding-top: 110%;
  }
}
.popup-quick-view .product-single__media img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--qb-bg);
}

/* Hide leftover Flickity controls — Flickity isn't initialized in the
   quickview, so these would be broken. We render our own below. */
.popup-quick-view .flickity-page-dots,
.popup-quick-view .flickity-prev-next-button {
  display: none !important;
}

/* Custom prev/next arrows for the CSS scroll-snap slider */
.popup-quick-view .qb-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.85);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 5;
  padding: 0;
}
.popup-quick-view .qb-slider-arrow--prev { left: 10px; }
.popup-quick-view .qb-slider-arrow--next { right: 10px; }
.popup-quick-view .qb-slider-arrow svg {
  width: 12px;
  height: 12px;
  color: #111;
}
.popup-quick-view .qb-slider-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

/* Custom page dots */
.popup-quick-view .qb-slider-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 4;
  pointer-events: none;
}
.popup-quick-view .qb-slider-dots__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease;
}
.popup-quick-view .qb-slider-dots__dot--active {
  background: #111;
}
/* Hide arrows + dots when there's only one slide */
.popup-quick-view .popup-quick-view__gallery[data-qb-single] .qb-slider-arrow,
.popup-quick-view .popup-quick-view__gallery[data-qb-single] .qb-slider-dots {
  display: none;
}

/* Title/price/size are moved into __foot by custom.js, so __content
   becomes empty (only the absolutely-positioned close button stays).
   Collapse it. */
.popup-quick-view .popup-quick-view__content {
  order: 2;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
.popup-quick-view__form--small .popup-quick-view__content,
.popup-quick-view__form--large .popup-quick-view__content {
  padding: 0;
  margin: 0;
}
/* product__form holds the color swatches in __body. Hide it entirely
   when no swatches are present (after JS removes the size selector). */
.popup-quick-view .popup-quick-view__body .product__form {
  padding: 10px var(--qb-inner) 4px;
}
.popup-quick-view [data-qb-reorganized] .popup-quick-view__body .product__form:not(:has(.selector-wrapper--swatches)) {
  display: none;
}

.popup-quick-view__title,
.popup-quick-view__form--large .popup-quick-view__title,
.popup-quick-view__form--small .popup-quick-view__title {
  margin: 0 0 2px;
  padding: 0;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  color: var(--qb-text);
}
.popup-quick-view__title a {
  color: var(--qb-text);
  text-decoration: none;
  font-size: 12px !important;
}

.popup-quick-view .product__block.product__price-and-badge {
  margin: 0;
  padding: 0;
}
.popup-quick-view .product__price-and-rating {
  margin: 0;
  gap: 6px;
}
.popup-quick-view .product__price,
.popup-quick-view .product__price * {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4;
  color: var(--qb-text);
}
.popup-quick-view .product__price {
  align-items: flex-start;
}
.popup-quick-view .product__price--regular {
  color: var(--qb-text);
}

/* Floating close button at the very top right of the card */
.popup-quick-view__close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 36px;
  height: 36px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  z-index: 20;
}
.popup-quick-view__close svg {
  width: 16px;
  height: 16px;
}

/* Form / variants block */
.popup-quick-view .product__form {
  padding: 0;
  flex: 0 0 auto;
}
.popup-quick-view .product__selectors {
  margin: 0;
  padding: 0;
}
.popup-quick-view .selector-wrapper {
  margin: 0 0 12px;
  padding: 0;
}
.popup-quick-view .selector-wrapper:last-child {
  margin-bottom: 0;
}

/* "Color: BRIGHT WHITE" label / size label */
.popup-quick-view .radio__legend,
.popup-quick-view .radio__legend__label,
.popup-quick-view .select__label {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--qb-muted);
}

/* Color swatches — small square chips. Force --swatch-size locally so
   the theme's `width: var(--swatch-size)` resolves even if no ancestor
   defined it for the popup context. */
.popup-quick-view .selector-wrapper--swatches,
.popup-quick-view .product__selectors {
  --swatch-size: 38px;
  --swatch-width: 38px;
  --swatch-height: 38px;
}
.popup-quick-view .selector-wrapper--swatches .radio__fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  min-height: 38px;
}
.popup-quick-view .swatch__button {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}
.popup-quick-view .swatch__button .swatch__label,
.popup-quick-view .swatch__button--rectangle .swatch__label,
.popup-quick-view .swatch__button--circle .swatch__label,
.popup-quick-view .swatch__button--square .swatch__label {
  display: flex !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px;
  min-height: 38px;
  border-radius: 4px !important;
  border: 1px solid var(--qb-border) !important;
  background: var(--swatch, #cccccc) no-repeat center center / cover !important;
  box-sizing: border-box;
  margin: 0;
}
.popup-quick-view .swatch__button .swatch__label:before {
  border-radius: 4px !important;
  width: calc(100% + 6px) !important;
  height: calc(100% + 6px) !important;
  border-color: var(--qb-text) !important;
}
.popup-quick-view .swatch__button .swatch__input:checked ~ .swatch__label:before {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Size — custom popout list that opens upward. Matches the reference:
   each option is a full-width row, selected row has a light-gray fill,
   sold-out rows are dimmed. The PDP custom-popout is unaffected because
   we target only .qb-popout (rendered when section_type == 'quickview'). */
.popup-quick-view .selector-wrapper--qb-popout .select__label {
  display: none;
}
.popup-quick-view .qb-popout-fieldset {
  width: 100%;
}
.popup-quick-view .qb-popout {
  position: relative;
  width: 100%;
}

/* Toggle "Select Size" button — sits at the bottom of the popout column */
.popup-quick-view .qb-popout__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 0;
    height: 38px;
    padding: 0 14px;
    border: 1px solid var(--qb-border-strong);
    border-radius: 0;
    background: #fff;
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--qb-text);
    text-align: left;
    cursor: pointer;
}
.popup-quick-view .qb-popout__value {
  font-weight: 400;
  font-size: 10px !important;
  color: var(--qb-text);
}
.popup-quick-view .qb-popout__toggle svg {
  width: 10px;
  height: 10px;
  color: var(--qb-text);
  transition: transform 0.2s ease;
}
.popup-quick-view .qb-popout[data-popout-open="true"] .qb-popout__toggle svg,
.popup-quick-view .qb-popout .qb-popout__toggle[aria-expanded="true"] svg {
  transform: rotate(270deg);
}

/* Open list — pops upward from the toggle, matches reference image */
.popup-quick-view .qb-popout__list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  top: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--qb-border-strong);
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: none;
  overflow: visible;
}
.popup-quick-view .qb-popout__scroll {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
}

/* Each row */
.popup-quick-view .qb-popout__item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ececec;
}
.popup-quick-view .qb-popout__item:last-child {
  border-bottom: 0;
}
.popup-quick-view .qb-popout__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 36px;
  padding: 0 14px;
  font-size: 10px !important;
  font-weight: 400;
  color: var(--qb-text);
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}
.popup-quick-view .qb-popout__option span {
  font-size: 10px !important;
}
.popup-quick-view .qb-popout__option:hover {
  background: #fafafa;
}

/* Currently-selected row — light gray background like the reference */
.popup-quick-view .qb-popout__item--current .qb-popout__option {
  background: #ececec;
  color: var(--qb-text);
}

/* Sold-out / unavailable rows — dimmed (no line-through, no "Notify Me" pill) */
.popup-quick-view .qb-popout__item--unavailable .qb-popout__option,
.popup-quick-view .qb-popout__list .sold-out,
.popup-quick-view .qb-popout__list .unavailable {
  color: #b4b4b4 !important;
  background: #fff !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: not-allowed;
}
.popup-quick-view .qb-popout__item--unavailable .qb-popout__option:hover {
  background: #fff !important;
}

/* Footer — now contains title, price, size selector, ATC, Full details */
.popup-quick-view__foot {
  flex: 0 0 auto;
  padding: 14px var(--qb-inner);
  text-align: left;
}
.popup-quick-view__foot:before {
  display: none !important;
}
.popup-quick-view__foot__inner {
  opacity: 1 !important;
  animation: none !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-quick-view__foot__inner .popup-quick-view__title {
  margin: 0;
}
.popup-quick-view__foot__inner .product__block.product__price-and-badge {
  margin: 0;
  padding: 0;
}
.popup-quick-view__foot__inner .selector-wrapper--qb-popout {
  margin: 0;
}
.popup-quick-view__foot__inner .product__submit__holder,
.popup-quick-view__foot__inner > a.popup-quick-view__view-button {
  text-align: center;
}
.popup-quick-view .product__submit__holder {
  margin: 0;
}
.popup-quick-view .product__submit__buttons {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.popup-quick-view .product__submit__item {
  margin: 0;
  max-width: 100%;
}
.popup-quick-view .product__submit__add {
  width: 100% !important;
  height: 44px !important;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.popup-quick-view .product__submit__add span {
  font-size: 10px !important;
}
.popup-quick-view .product__submit__add:hover {
  background: #1a1a1a !important;
}

/* "FULL DETAILS" link — visible on every viewport */
.popup-quick-view__view-button,
.popup-quick-view__view-button--all,
.popup-quick-view__view-button--desktop {
  display: inline-block !important;
  margin-top: 10px !important;
  padding: 4px 0;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qb-text);
}
.popup-quick-view__view-button:hover,
.popup-quick-view__view-button--all:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .popup-quick-view__view-button--desktop,
  .popup-quick-view__view-button--all {
    display: inline-block !important;
  }
}

/* Show ONLY: image, title, price, swatch, size, ADD TO BAG, FULL DETAILS.
   Everything else inside the quickview is hidden. */
.popup-quick-view .product__rating,
.popup-quick-view .product__price--off,
.popup-quick-view .product__price--compare,
.popup-quick-view .product__unit-price,
.popup-quick-view .product__notification,
.popup-quick-view .product-cutline,
.popup-quick-view .popup-quick-view__content > p,
.popup-quick-view .popup-quick-view__body > p,
.popup-quick-view .popup-quick-view__form > p,
.popup-quick-view .product__form__size-chart,
.popup-quick-view .shop-pay-terms,
.popup-quick-view .selector-wrapper--qty,
.popup-quick-view .selector-wrapper--quantity,
.popup-quick-view .quantity-selector,
.popup-quick-view .variant__countdown,
.popup-quick-view .inventory-countdown,
.popup-quick-view [data-inventory-countdown],
.popup-quick-view .subscription-form,
.popup-quick-view [data-selling-plan],
.popup-quick-view .recipient-fields,
.popup-quick-view .gift-card-recipient,
.popup-quick-view .gift-card-recipient-form,
.popup-quick-view .product__block.product__complementary,
.popup-quick-view .product__accordions,
.popup-quick-view .product__accordion,
.popup-quick-view .product__share,
.popup-quick-view .return-button,
.popup-quick-view .shopify-payment-button,
.popup-quick-view [data-buy-it-now],
.popup-quick-view .product__submit__item--spb,
.popup-quick-view .product__form__errors {
  display: none !important;
}

/* Force the ATC button area to be the only thing in the submit row */
.popup-quick-view .product__submit__holder--spb {
  /* drop the styling reserved for the second buy-now button slot */
  padding: 0 !important;
}

/* Container width — keep the card narrow & centered like the image */
@media only screen and (min-width: 768px) {
  .popup-quick-view__inner {
    width: 380px;
  }
}

/* ============================================================
   COMPLETE THE LOOK
   - Hide the in-card "Quick view" button
   - Make the whole card clickable (opens Quick View via JS hook
     in sections/complete-the-look.liquid)
   Scoped to [data-section-type="complete-look"] only.
   ============================================================ */
[data-section-type="complete-look"] .product-grid-item__quick-buy {
  display: none !important;
}
[data-section-type="complete-look"] .product-grid-item {
  cursor: pointer;
}

div#redo-checkbox:empty {
  display: none !important;
}

/* Use margin instead of gap on .product__form so hidden children
   (e.g. empty Redo checkbox) don't leave an empty gap. */
.product__form {
  gap: 0 !important;
}
.product__form > * {
  margin-bottom: var(--form-margin);
}
.product__form > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product__form > * {
    margin-bottom: var(--form-margin-mobile);
  }
}
.popup-quick-view .selector-wrapper {
    width: 100%;
}
.popup-quick-view .qb-popout__toggle svg {
    width: 24px;
    height: 24px;
    color: var(--qb-text);
    transition: transform 0.2s ease;
    right: 10px;
    top: 6px;
}
.popup-quick-view .shop-pay-terms + .product__selectors ul {
    display: flex;
    list-style: none;
    column-gap: 0;
    margin: 0;
    max-height: 320px;
    flex-wrap: wrap;
    row-gap: 0;
    flex-direction: column;
}
.popup-quick-view .shop-pay-terms + .product__selectors * {
    font-size: 10px;
}
.popup-quick-view .qb-popout__option {
    height: 35px;
    padding: 0 12px;
}
.popup-quick-view .pswp__container {
    z-index: 111;
}
.pswp.pswp--supports-fs.pswp--open {
    z-index: 99999999 !important;
}

/* ============================================================
   QUICK VIEW — pack content to top, PDP-style size pills, brown ATC
   ============================================================ */

/* Pack everything to the top — body no longer grows to fill, so the
   foot (title, price, size, ATC, full details) sits right under the
   gallery instead of getting pushed to the bottom of the viewport. */
.popup-quick-view__body {
  flex: 0 1 auto !important;
}
.popup-quick-view__foot {
  margin-top: 0;
}

/* Size selector — always-visible row of circular brown-bordered pills
   matching the PDP (.template-product .selector-wrapper--grid). Hides
   the popout toggle and lays the options out as a flat horizontal row. */
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__toggle {
  display: none !important;
}
.popup-quick-view .qb-popout__list {
  position: static !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  max-height: none !important;
  overflow: visible !important;
}
.popup-quick-view .qb-popout__scroll {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.popup-quick-view .qb-popout__item {
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.popup-quick-view .qb-popout__option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 1px solid #4A2F13 !important;
  border-radius: 40px !important;
  background: #fff !important;
  color: #0b0b0b !important;
  font-size: 12px !important;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.popup-quick-view .qb-popout__option span {
  font-size: 12px !important;
  color: inherit !important;
  padding: 0 !important;
}
.popup-quick-view .qb-popout__option:hover {
  background: #392C24 !important;
  color: #fff !important;
}
.popup-quick-view .qb-popout__option:hover span {
  color: #fff !important;
}
.popup-quick-view .qb-popout__item--current .qb-popout__option,
.popup-quick-view .qb-popout__item--current .qb-popout__option span {
  background: #392C24 !important;
  color: #fff !important;
}
.popup-quick-view .qb-popout__item--unavailable .qb-popout__option,
.popup-quick-view .qb-popout__list .sold-out,
.popup-quick-view .qb-popout__list .unavailable {
  opacity: 0.4;
  text-decoration: line-through;
  background: #fff !important;
  color: #0b0b0b !important;
}

/* Add to cart — brown to match PDP (.template-product .product__form .btn) */
.popup-quick-view .product__submit__add {
  background: #392C24 !important;
  color: #fff !important;
  height: 43px !important;
}
.popup-quick-view .product__submit__add:hover {
  background: #2d231d !important;
}

/* Force the size pills list to always be visible. The list element has
   both .qb-popout__list and .select-popout__list classes; the theme's
   .select-popout__list rule sets opacity:0/visibility:hidden/z-index:-1
   to keep it collapsed until clicked. Override both selectors so the
   pills render inline like the PDP. */
.popup-quick-view .qb-popout {
  position: static !important;
  width: 100%;
}
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__list,
.popup-quick-view .selector-wrapper--qb-popout [data-popout-list],
.popup-quick-view .qb-popout-fieldset {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: auto !important;
  pointer-events: auto !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list__scroll,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__scroll {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.popup-quick-view .selector-wrapper--qb-popout .select-popout__item,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__item {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Reset submit holder margin */
.product__submit__holder,
.template-product .product__submit__holder {
  margin: 0 !important;
}

/* PDP — tighten the gap between the Add-to-Cart button and the first
   accordion underneath it. The form-wrapper had 35px of padding-bottom
   plus accordion top spacing. Bring them closer. */
.template-product .product__block.product__form__wrapper {
  padding-bottom: 0;
}
.template-product .product__form .btn {
  margin-top: 8px;
}
.template-product .product__block.product__accordions {
  padding-top: 0;
}

/* Size title above the pills (like the PDP). The .qb-popout-label span
   is rendered in product.liquid above the qb-popout-fieldset. */
.popup-quick-view .selector-wrapper--qb-popout {
  display: block !important;
}
.popup-quick-view .selector-wrapper--qb-popout .qb-popout-label {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--qb-text);
}

/* All size pills in a single horizontal line (scroll if too many). */
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__scroll,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list__scroll {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__scroll::-webkit-scrollbar,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list__scroll::-webkit-scrollbar {
  display: none;
}
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__item,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__item {
  flex-shrink: 0 !important;
}

/* Make the size pills actually clickable — the parent .select-popout__list
   defaults to pointer-events:none when the popout is closed, so explicitly
   re-enable hit-testing on the list, items, and options. */
.popup-quick-view .selector-wrapper--qb-popout .qb-popout,
.popup-quick-view .selector-wrapper--qb-popout .select-popout,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__list,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__scroll,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__list__scroll,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__item,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__item,
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__option,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__option,
.popup-quick-view .selector-wrapper--qb-popout [data-popout-option] {
  pointer-events: auto !important;
}
.popup-quick-view .selector-wrapper--qb-popout .qb-popout__option,
.popup-quick-view .selector-wrapper--qb-popout .select-popout__option,
.popup-quick-view .selector-wrapper--qb-popout [data-popout-option] {
  position: relative;
  z-index: 2;
}
.popup-quick-view .selector-wrapper--qb-popout .select-popout__item, .popup-quick-view .selector-wrapper--qb-popout .qb-popout__item {
  min-width: auto;
}

/* Mobile: re-show the price inside the quickview. The global mobile
   rules at lines 2009 and 2335 hide .product__block.product__price-and-badge
   on the PDP, but we want it visible inside the quickview popup. */
@media only screen and (max-width: 1023px) {
  .popup-quick-view .product__block.product__price-and-badge,
  .popup-quick-view .product__block.product__price-and-badge.aos-init.aos-animate {
    display: block !important;
  }
}