/** Shopify CDN: Minification failed

Line 44:2 Unexpected "{"
Line 822:2 Unexpected "{"

**/
.product__price--off, .product__badge__item--saving {
  display:none;
}
.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: 2px;
    grid-row-gap: 48px;
} {
    gap: 2px;
    grid-row-gap: 48px;
}
.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;
}
.sizes_new {
    display: flex;
    column-gap: 10px;
    position: absolute;
    font-size: 11px;
    top: 19px;
    right: 24px;
    margin: 0;
    opacity: 0;
    transition: all .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;
}
.product-single__details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: sticky;
    top: 0px;
}
.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 {
    max-width: 100%;
    padding: 0px 10px;
    width: 100%;
}

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


#cherry-general-store .store_name {
    border-bottom: none !important;
    padding: 15px 0px 0px;
    margin-bottom: 0px;
}
#cherry-general-store .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) {
    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 {
    padding: 0px 80px;
}
#cherry-general-store .image-with-text__content-items h2 {
    font-size: 24px;
    letter-spacing: 2px;
    max-width: 400px;
    color: #be3522;
}
#cherry-general-store .image-with-text__content-items p{
  color: #be3522;
}
#cherry-general-store span.text-highlight__break {
    margin-bottom: 20px;
    color: #be3522;
}
#cherry-general-store .rte.featured-row__subtext * {
    color: #be3522;
    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: 310px;
    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: relative;
}
.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;
} {
    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;
}
body#archived .wrap-form.text-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    height: max-content !important;
}
.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;
}
@media (max-width: 1097px){ 
  .template-index .mobile-menu.left .mobile-menu__button {  
    color: #fff;
}
  .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){
  /* 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: 400px;
    padding-top: 100% !important;
}
  .template-product header#SiteHeader .wrapper {
    background: #ecedea !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;
} */
  .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;
}
  .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 {
    padding: 0 20px!important;
}
   #cherry-general-store .image-with-text__items {
    flex-direction: column-reverse !important;
}
  #cherry-general-store .image-with-text__image {
    padding: 0 10px 0 10px !important;
    flex-basis: auto !important;
}
    #cherry-general-store .image-with-text__items picture {
    display: block !important;
}
    #cherry-general-store .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;
  }
  .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: cover;
}
.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%;
}


}
@media only screen and (min-width: 768px){
  
#lookbooks .mosaic__grid .mosaic__item {
    max-width: calc(33.33% - 1px);
}

#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: calc(54% - var(--gutter) / 2) calc(46% - var(--gutter) / 2);
}
  .product-single__wrapper--grid .product-single__media-slider {
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 0px;
}
  .product-single .wrapper--full-padded {
    padding: 0px 50px 0px 0px;
}
  .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;
}
}

