/** Shopify CDN: Minification failed

Line 20:18 Unexpected "!"
Line 1465:30 Expected identifier but found bad string token
Line 1465:32 Unterminated string token

**/
div#shopify-block-ARlg0ZUFVMTZJY2ljd__forms_inline_9mbRAY {
    display: none !important;
}

wishlist-page .wk-wishlist-empty-callout {
    gap: 20px !important;
}

wishlist-link-floating[wk-loaded] {
  display: none !important;
}

label#label-email !important {
    color: red;
}

.product-information {
    padding-top: 10px;
}

.product-upsell__actions .product-request-price .request-price-btn span.btn__plus {
    height: 12px;
    width: 12px;
    margin-right: 10px;
}
.request-price-grid wishlist-button-collection {
    display: none !important;
}
#challenge .shopify-challenge__container {
    margin: 0 auto;
    padding: 100px 0;
}
.product-quick-add__form product-modal.product-request-price {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: auto 0 var(--outer-offset);
    padding-bottom: var(--outer);
    background: var(--bg);
    box-shadow: 0 0 10px 10px var(--bg);
}

product-modal.product-request-price .block__icon__container {
    padding: 0;
}
#SectionColumns--template--19096632000765__section_multicolumn_XUfeDn .wrapper {
    max-width: 1200px;
}

.size-guide-drawer .radio__legend__link {
    display: inline-flex;
}

.main-content>.shopify-section:first-of-type {
    padding-top: 120px;
}

body.collection-has-not-image .main-content > .shopify-section.section-overlay-header:first-of-type {
    padding-top: 78px;
}

.main-content>.shopify-section.section-overlay-header:first-of-type {
    padding-top: 0px;
}

.request-price-field.checkbox-field {
  display: flex;
  align-items: flex-start;
}

.product-request-price_content .newsletter-form {
    max-width: 100%;
    margin-top: 24px;
}

.product-request-price_content .heading {
    margin: 0px;
    padding-right: 30px;
}

.request-price_submit-btn .btn.btn--large {
    width: 100%;
}

/* Label wrapper (clickable) */
.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
}

/* Hide actual checkbox */
.checkbox-wrapper .sr-only {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Custom visual box */
.custom-checkbox {
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  position: relative;
  margin-top: 2px;
  flex-shrink: 0;
  display: inline-block;
  flex: 0 0 auto;
}

/* Checkmark inside box */
.custom-checkbox::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 14px;
  width: 14px;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* When checkbox is checked, show checkmark */
.checkbox-wrapper input:checked + .custom-checkbox::before {
  opacity: 1;
}

.custom-requested-form .checkbox-wrapper .text {
  margin-left: 12px;
  line-height: 20px;
  text-align: left;
  flex: 1 0 0;
}

.custom-requested-form .text p:first-child {
    margin-top: 0px;
}

.custom-requested-form .field-wrap.checkbox-field {
    margin: 20px 0px;
}

.custom-inquiry-btn {
    text-align: center;
}

.custom-inquiry-btn #inquiry_submit {
    width: 100%;
    min-height: 40px;
}

.grid-item.product-item button.request-price-btn {
    background-color: transparent;
    color: var(--COLOR-QUICK-ADD-TEXT);
    font-size: var(--font-body-x-small);
    border: 1px solid var(--COLOR-QUICK-ADD-BORDER);
    padding: 15px;
    line-height: 10px;
    letter-spacing: 3px;
}

.grid-item.product-item button.request-price-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .7;
    background: var(--COLOR-QUICK-ADD-BG);
}

.grid-item.product-item product-modal.product-request-price {
    margin-bottom: 0;
}

.custom-inquiry-btn #inquiry_submit svg {
    width: 16px;
    height: 16px;
    display: none;
}

.custom-inquiry-btn #inquiry_submit.btn-loading span {
    display: none;
}

.custom-inquiry-btn #inquiry_submit.btn-loading svg {
    display: inline-block;
}

/* Preloader spinner style */
/* .btn.btn-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  transform: none !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
} */


/* Hide error messages by default */
.custom-requested-form .error {
  display: none;
  color: red;
  margin-top: 4px;
  width: 100%;
}
/* Message hidden by default */
.custom-request-form-message {
  display: none;
  text-align: center;
  margin: 50px 0px;
}

/* ///tolstoy-app//// */
.tolstoy-carousel .tolstoy-carousel-container {
    margin-top: 0px !important;
}

.tolstoy-carousel .tolstoy-product-content {
    background: #E4E4E4 !important;
    border: none !important;
    border-radius: 0 !important;
}

.tolstoy-carousel .tolstoy-product-content button svg rect {
    fill: #c4c4c4 !important;
}

.tolstoy-product-content * {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 12.5px !important;
    letter-spacing: 0.5px !important;
}

/* ///tolstoy-app//// */


.tolstoy-product-content img[loading="lazy"] {
  opacity: 1 !important;
}

.related__wrapper .grid img[loading="lazy"] {
    opacity: 1 !important;
}

.search-popdown__main img[loading="lazy"] {
    opacity: 1 !important;
}


.search-page .grid-item .item-information {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.search-page .grid-item {
    position: relative;
}

.blog-section .inline-nav--active a {
    font-weight: 500;
}

.article__excerpt {
    color: #1E1E1E;
}

.cart__item__image img {
    opacity: 1 !important;
    transform: none;
}

.cart__quantity .icon {
    --icon-size: 20px;
    width: 20px;
    height: 20px;
}

.tab-content .tabs__icon-with-text {
    margin: 0px;
    list-style: none;
    margin-top: 35px;
}

.tabs__fit-guide {
    margin-top: 35px;
}

.tabs__fit-guide .top-heading {
    margin-top: 0px;
    margin-bottom: 15px;
}

.tabs__fit-guide .guide__heading {
    margin-top: 0px;
    margin-bottom: 12px;
}

.tabs__fit-guide .guide__content {
    margin-top: 12px;
}

.tab-content .tabs__icon-with-text li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 16px;
}

.tab-content .tabs__icon-with-text li .icon {
    margin-right: 10px;
}

.tabs__icon-with-text .icon-wrap {
    display: flex;
}

.tab-content .tabs__icon-with-text li .icon img {
    margin: 0;
    max-height: 18px;
    max-width: 18px;
}

.tab-content .tabs__icon-with-text li:last-child {
    margin-bottom: 0px;
}

.logo__img.logo__img--color img {
    filter: invert(100%);
}

.gallery-without-spacing .grid-item .column__image {
    margin: 0px;
}

.gallery-without-spacing .grid-item .column__image .image-wrapper img {
    height: 100%;
}

.gallery-without-spacing .grid {
    gap: 0px;
}

.header__wrapper.meganav--visible .logo__img.logo__img--color img {
    max-width: 170px;
}

.socials .social-link svg path {
    fill: #000;
}

.socials .social-link svg.icon.icon-instagram * {
    fill: none;
}

.socials .social-link svg.icon-youtube>path:last-child {
    fill: #fff;
}

.footer__block .socials .social-link svg path {
    fill: #fff;
}

.footer__block .socials .social-link svg.icon.icon-instagram * {
    fill: none;
}

.footer__block .socials .social-link svg.icon-youtube>path:last-child {
    fill: #472426;
}

.video-section.index-hero .frame.wrapper--full {
    margin-top: -1px;
}

.hero__split-image.hero-video video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.hero__split-image.hero-video .video-wrap {
    line-height: 0px;
}

.btn.btn--text {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 18.2px;
    font-weight: 500;
}

.custom__btn-border .btn.btn--text span {
    background: none;
    position: relative;
    display: inline-block;
}

.custom__btn-border .btn.btn--text span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background-color: var(--link-hover);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.215,.61,.355,1);
}

.custom__btn-border .btn.btn--text:hover span:after {
    transform: scaleX(1);
}

.product-modal__content {
    padding: 0px;
    height: 100%;
}

.product-modal__image.modal__video video {
    width: 100%;
}

.cart__widget__title .icon {
    right: 20px;
}

.product-modal__content .product-modal__info {
    padding: 40px;
    position: relative;
}

.product-modal__content .product-modal__info p {
    margin-bottom: 16px;
}

.product__block .product-modal__outer {
    padding: 0;
    height: 100%;
    max-width: 480px;
    margin-right: 0;
}

.product-modal__content .product-modal__image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 33.333vh;
}

.product-item__image .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection__nav .popout--sort {
    text-align: right;
}

.collection__nav .popout--sort, .collection__nav .popout--group {
    flex: 1 0 0;
}

.collection__nav .popout--sort .popout {
    max-width: 200px;
    margin-left: auto;
}

.collection__products .grid-outer {
    padding-top: 0px;
}

.collection__image .hero__content {
    max-width: 510px;
}

.custom-image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.collection__image .hero__description {
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: -0.32px;
}

.collection__image .hero__description p {
    margin-top: 0px;
}

.custom-image-grid .grid-item.half-image {
    flex: 0 0 calc(50% - 5px);
}

.custom-image-grid .grid-item.full-image {
    flex: 0 0 calc(100% - 5px);
}

.custom-image-grid .grid-item.one-third-image {
    flex: 0 0 calc(33.33% - 5px);
}

.custom-image-grid .grid-item.third-full-image {
    flex: 0 0 calc(66.66% - 5px);
}

.custom-image-grid .grid-item a {
    display: block;
}

.custom-image-grid .grid-item img {
    object-fit: cover;
    width: 100%;
    display: block;
}

.article__content__wrapper {
    margin-bottom: 48px;
}

.article__link .btn.btn--text {
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: 14px;
    font-size: 10px;
}

.article__author__image img {
    object-fit: cover;
    max-width: 105px;
    height: 105px;
    border-radius: 80%;
}

.article__hero .article__title {
    margin-bottom: 6px;
}

.article__author__text {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 20.8px;
}

.article__author__text > span {
    display: block;
}

.article__author__text .author-bio {
    margin-top: 12px;
    color: #666;
}

.article__content img {
    width: 100%;
    object-fit: cover;
}

.accordion-group__items .content__body {
    padding: 30px 0px;
}

.accordion-group__items .content__body .content__content {
    max-width: 805px;
}

.accordion-group .faq {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.accordion-group .faq .faq-contents {
    flex: 0 0 208px;
    position: sticky;
    top: 130px;
}

.accordion-group .faq > collapsible-elements {
    flex: 1 0 0;
    margin-left: 20px;
}

.accordion__body .accordion__content {
    max-width: 805px;
    padding-bottom: 30px;
    line-height: 19.5px;
}

.accordion-group__items .accordion__heading:first-child {
    margin-top: 0px;
}

.faq-contents-list {
    list-style: none;
    margin: 0px;
}

.accordion-group .faq .faq-contents li {
    margin-bottom: 30px;
}

.accordion-group .faq-contents-link.selected {
    text-decoration: underline;
}

.accordion .accordion__title.heading-mini {
    text-transform: none;
}

.section-custom-content .hero__content {
    max-width: 488px;
}

.section-custom-content .hero__content .hero__description p:last-child {
    margin-bottom: 0px;
}

.section-custom-content .hero__content .hero__description p {
    margin-top: 0px;
}

.rich-text__content .heading-with-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rich-text__content .heading-with-button .column {
    flex: 1 0 0;
}

.rich-text__content .heading-with-button .hero__button.column {
    justify-content: flex-end;
}

.meganav--visible .header__logo--has-transparent .logo__img--color {
    opacity: 1;
}

.meganav--visible .animate-header.logo_animated [data-header-expanded=true] .header__logo {
    transform: none;
    height: auto;
}

.meganav--visible .animate-header.logo_animated [data-header-expanded=true] .header__logo img {
  width: auto;
}

.btn.btn--outline.btn--large {
    line-height: 12.5px;
    min-width: 185px;
    min-height: 45px;
    font-weight: 500;
}

.product__submit__item .btn {
    font-weight: 500;
}

.header__desktop__upper--reverse .header__menu {
    gap: 50px;
}

.header__desktop__buttons {
    gap: 5px;
}

.product-information .product-item__price {
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: 0.5px;
}

.product-upsell_options .color-swatches {
    padding-top: 7px;
}

.product-item__info .product-item__title {
    margin-bottom: 2px;
}

.product-item__info .product-item__title {
    margin-bottom: 2px;
}

.product-item__info .swatch__button--circle .swatch__link {
    height: 7px;
    width: 7px;
}

.article-single .article__wrapper {
    max-width:800px;
}

.footer__newsletter__wrapper .footer__block__title {
    margin-top: 0px;
}

.footer__block--menu .footer__block__title {
    font-weight: 700;
}

.newsletter-form .input-group__btn .icon.icon-arrow-right {
    width: 100%;
}

.socials.socials--newsletter {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer__block .social-link {
    display: inline-block;
}

.supporting-menu__copyright li {
    font-size: 10px;
    letter-spacing: 0.5px;
}

.product__content .product-modal__close {
    top: 50px;
    right: 30px;
}

.product__content .product-modal__close .icon.icon-cancel {
    height: 32px;
    width: 31px;
}

.product-modal__content .product-modal__info table {
    width: 100%;
    border: 0px;
    display: flex;
    overflow: auto;
}

.product-modal__content .product-modal__info table tbody {
    width: 100%;
}

.product-modal__content .product-modal__info table tbody tr {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.product-modal__content .product-modal__info table tbody tr td {
    flex: 1 0 0;
    text-align: center;
    border: 0px;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 12.5px;
    padding: 13px 5px;
}

.product-modal__content .product-modal__info table tbody tr:first-child td {
    border-bottom: 1px solid #000;
}

.size-guide-drawer .popup-drawer__content .product-modal__image img {
    object-fit: cover;
    height: 33.333vh;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content table tbody tr {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content table tbody tr td {
    flex: 1 0 0;
    text-align: center;
    border: 0px;
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 12.5px;
    padding: 13px 5px;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content table tbody tr:first-child td {
    border-bottom: 1px solid #000;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content table {
    width: 100%;
    border: 0px;
    display: flex;
    overflow: auto;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content table tbody {
    width: 100%;
}

.size-guide-drawer .product-popup-drawer__content .drawer__content .product-modal__close {
    top: 48px;
}

.product-popup-drawer__content .drawer__content h4 {
    padding-right: 30px;
}

.product-modal__content .product-modal__info ul {
    padding-left: 12px;
}

.product__selectors .radio__fieldset .radio__button label {
    border: 0px;
    min-width: auto;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.6px;
}

.product__selectors .radio__button {
    min-width: auto;
    padding: 0px;
}

.product__selectors .radio__button:first-child label {
    padding-left: 0px;
}



.radio__fieldset .radio__button input:checked~label {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.product-upsell__title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product__block.product__upsell .product-upsell__title-wrap .hide_upsell-product {
    display: none;
}

.product__block.product__block--tabs .tab-content {
    padding: 0px;
}

.product__block.product__upsell .product-upsell_options {
    display: none;
}

.product-upsell_title-option .options_value-names {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 12.5px;
}

.radio__fieldset .radio__button[data-variant-option-image] input:checked~label {
    font-weight: 400;
}

.color-swatches {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    justify-content: start;
    padding-top: 5px;
    width: 100%;
}

.color-swatches .swatch img {
    border-radius: 100px;
    height: 8px;
    width: 8px;
    display: block;
    object-fit: cover;
}

.product-tabs ul.tabs>li {
    padding-bottom: 5px;
    letter-spacing: .6px;
    font-size: 12px;
    line-height: 12px;
}

.product-tabs .tabs>li span {
    padding: 0 0 7px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

.related-product-top-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.related-product-top-heading .tab__title {
    padding: 0px;
    margin: 0px;
}

.grid-item.product-item.product-item--featured-image {
    grid-column: span 2;
}

.popup-drawer__content .product-modal__image img {
    width: 100%;
    display: block;
}

.product-popup-drawer__content {
  visibility: hidden; 
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100vw;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  max-width: 480px;
  background: #fff;
}

.product-request-price-drawer .popup-drawer__content {
  visibility: hidden; 
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100vw;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  max-width: 480px;
  background: #fff;
}

.product-request-price-drawer.open .underlay  {
  visibility: visible;
  opacity: var(--underlay-opacity);
  transition-duration: .3s, 0s;
  transition-delay: .1s, 0s;
}

.product-popup-drawer__content.open,
.product-request-price-drawer.open .popup-drawer__content {
  animation: slideInRight 0.6s ease;
  animation-fill-mode: forwards;
}

.product-popup-drawer__content.closing,
.product-request-price-drawer.closing .popup-drawer__content {
  animation: slideOutRight 0.6s ease;
  animation-fill-mode: forwards;
}

.product-popup-drawer__content .drawer__content,
.product-request-price-drawer .drawer__content {
    padding: 40px 40px 70px 40px;
    position: relative;
}

.product-popup-drawer__content .drawer__content .product-modal__close {
    top: 39px;
    right: 30px;
}

.product-request-price-drawer .drawer__content .product-modal__close {
    top: 46px;
    right: 30px;
}

.product-request-price-drawer .drawer__content .product-modal__close .icon.icon-cancel {
    height: 32px;
    width: 31px;
}

.drawer__content .product-modal__heading {
    margin-top: 0px;
    margin-bottom: 22px;
}

.drawer__content .product-modal__btn {
    margin-top: 20px;
}

.radio__fieldset.radio__fieldset--variant-option-image {
    position: relative;
}

.radio__fieldset.radio__fieldset--variant-option-image .radio__buttons label {
    position: unset;
}

.radio__fieldset.radio__fieldset--variant-option-image .radio__buttons .radio__button {
    position: unset;
}

.radio__fieldset .radio__legend__value {
    display: none;
}

.radio__fieldset.radio__fieldset--variant-option-image .radio__legend__value {
    display: block;
    position: absolute;
    right: 0px;
}

.radio__fieldset--variant-option-image .option-image+.option-title {
    display: none;
}

.swatch__button input:checked~label {
    border: 1px solid #000;
}

.product-upsell__holder--button .product-upsell__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 2px 8px 12px;
}

.product-upsell__title-wrap .product-upsell_title-option {
    flex: 1 0 0;
}

.cart__widget__products .product-upsell__holder.product-upsell__holder--cart {
    margin-top: 0px;
}

.product-upsell .hide_upsell-product {
    padding-right: 10px;
    flex: 0 0 auto;
}

.cart__item__remove-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
}

.cart__item__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 24px;
}

.radio__fieldset .radio__button input:checked~label .option-image {
    border-color: #000;
}

.radio__fieldset--variant-option-image .option-image {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.article .article__text-wrapper {
    max-width: 298px;
}

.footer__quicklinks a {
    line-height: 19.5px;
}

.grid-item .instagram-product .product-image img {
    width: 100%;
    display: block;
    max-height: 74px;
    height: 100%;
}

.grid-item .instagram-block-image{
    position: relative;
    line-height: 0;
}

.instagram-block-image .account-info {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
}

.instagram-block-image .insta-image img {
    width: 100%;
    object-fit: cover;
}

.instagram-block-image .account-info .account-image {
    border-radius: 50%;
    overflow: hidden;
}

.instagram-block-image .account-info .account-image img {
    width: 40px;
    height: 40px;
}

.instagram-product .product-image a {
    display: block;
    height: 100%;
}

.instagram-product .product-image {  
   flex: 0 0 60px;
}

.custom-insta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-insta-grid .grid-item {
  flex: 0 0 calc( 20% - 8px );
}

.instagram-product {
  padding: 7px 13px 7px 7px;
  display: flex;
  flex-wrap: wrap;
  background-color: #c4c4c45e;
  margin-top: 12px;
}

.instagram-product.is-out-of-stock{
  opacity:0.5;
  .instagram-quick-add__button{
    cursor: no-drop;
  }
}

.instagram-product .product-info {
    flex: 1 0 0;
    padding-left: 10px;
}

.instagram-product .product-info .product-form {
    text-align: right;
    margin: 6px 0px;
}

.pagination-custom .is-hidden {
    display: none;
}

body.grid-classic .collection .collection__nav {
    padding-bottom: 48px;
}

.instagram-block-image .account-info .account-handle {
    color: #fff;
}

.product-item__image-content .featured-text {
    max-width: 300px;
    line-height: 19.5px;
}

.cart-block .drawer__items .cart__item:nth-child(even) {
    background:#FFB9901A;
}

.cart__widget .cart__widget__products quick-add-product:nth-child(odd) .product-upsell {
    background: #FFB9901A;
}

.product-upsell .product-upsell__price-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-modal__content .product-modal__info img {
    width: 100%;
}

.product-upsell__holder__title {
    margin-bottom: 20px;
}

.product-upsell__image__thumb .image-wrapper img {
    max-height: 108px;
    object-position: center;
}

.product__block.product__upsell .product-upsell__title {
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.product__block.product__upsell .product-upsell__price {
    font-weight: 500;
}

.cart__widget__products .product-upsell {
    background-color: transparent;
}

.cart__widget__products .product-upsell__image {
    width: 140px;
    max-height: 140px;
    overflow: hidden;
}

.cart__widget__products .product-upsell__image__thumb .image-wrapper img {
    max-height: 140px;
}

.cart__widget__products .product-upsell__content {
    width: calc(100% - 140px);
}

.btn.cart__checkout {
    min-height: 45px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
}

.navlink--cart--icon .header__cart__status {
    color: #fff;
}

.product-item--has-quickbuy.product-item--overlay-text:hover .product-information {
   background-color: rgb(0 0 0 / 15%);
}

.radio__fieldset--swatches.radio__fieldset--pgi:has(.color-swatches) {
    visibility: visible !important;
    opacity: 1 !important;
}


.hidden_upsell-product{
    display:none;
    
}

.product__content .form__width {
    max-width: 350px;
    margin: 0 auto;
}

.product-list-upsell-slider quick-add-product {
    width: 100%;
    padding: 0 8px 0 20px;
    cursor: pointer;
}

[data-upsell-widget] .cart__widget__title {
    display: flex;
    justify-content: space-between;
}

.product-information .swatches.swatch__button {
    padding-bottom: 0px;
}

.product-item--overlay-text .product-item__info {
    padding: 0 22px;
}

.popout__toggle .popout__toggle-text,
.popout--sort .popout__toggle {
    position: relative;
    display: inline-block;
}

.popout__toggle .popout__toggle-text:after,
.popout--sort .popout__toggle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background-color: var(--link-hover);
  transform: scaleX(0);
  transition: transform .25s cubic-bezier(.215,.61,.355,1);
}

.popout__toggle:hover .popout__toggle-text:after,
.popout--sort .popout__toggle:hover:after {
  transform: scaleX(1);
}

.collection__nav .popout--sort .popout__toggle .icon-nav-arrow-down {
    display: none;
}

.product-description #truncated-description {
    position: relative;
}

.product-description #truncated-description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 24px;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, transparent, var(--bg));
    pointer-events: none;
}

.product-description .read-btn {
    margin-top: 8px;
}

.product-description .read-btn .link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
}
.guide__top-heading {
    margin-bottom: 15px;
}

.guide__top-heading p {
    margin: 0px;
}

.product-description .read-btn .link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background-color: var(--link-hover);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.215,.61,.355,1);
}

.product-description .read-btn .link:hover:after {
    transform: scaleX(1);
}

.featured-product__image.featured-product__video video {
    width: 100%;
    object-fit: cover;
    display: block;
}

.header__dropdown__image {
    height: 100%;
}

.header__dropdown__image .video-wrapper .fit-cover {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.product-multicolumn-section .column__content .column__heading {
    font-family: transat-text, sans-serif !important;
}

.custom-image-grid .grid-item video {
    width: 100%;
    object-fit: cover;
    display: block;
}

.faq .accordion, 
.faq .accordion-group__items, 
.faq .content__body {
    border-color: #000000;
}

body .product-popup-drawer:before {
    content: "";
    background-color: var(--underlay-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease .1s, visibility 0s linear .4s;
}
body.popup-drawer-open .product-popup-drawer:before {
    visibility: visible;
    opacity: var(--underlay-opacity);
    transition-duration: .3s, 0s;
    transition-delay: .1s, 0s;';
}
.popup-drawer-open {
    height: 100vh;
    overflow: hidden;
    padding-right: 15px;
}

[data-scroll-locked] .template-index .header__logo__link, 
.template-index.popup-drawer-open .header__logo__link {
    padding-right: 15px;
}

body.popup-drawer-open .header-sections {
    z-index: 10;
}

.product__block.block__fabric-info-list .product__block {
    margin-bottom: 15px;
}

.product__block.block__fabric-info-list .product__block:last-child {
    margin-bottom: 0px;
}

.product-request-price .request-price-btn {
    width: 100%;
    letter-spacing: .55px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
}
.product-request-price .request-price-btn span.btn__plus {
    display: none;
}

.request-price_form .request-price-field {
    margin-bottom: 24px;
}

.product-request-price .request-price_submit-btn {
    text-align: center;
}

.supports-touch .product-item--has-quickbuy.product-item--overlay-text:hover .product-item__info {
    opacity: 1;
    visibility: visible;
}

.featured-product__content .product-item--outer-text .product-information {
    padding: 10px;
}

@media only screen and (min-width: 750px){
  .product__wrapper--stacked .product__slide {
        padding-bottom: 0px;
    }

  .product__page .form__wrapper.is-sticky {
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100vh;
      position: sticky;
      position: -webkit-sticky;
      top: auto !important;
      width: 100%;
  }
  
  .product__content {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
  }
  
  .product__content .form__width {
      margin-top: 80px;
      margin-bottom: 80px;
  }
  
}

@media only screen and (min-width: 990px){
    
    .product-item--featured-image .product-item__image {
        padding-top: 0%;
    }
  
}

@media only screen and (min-width: 1025px){
  .supports-touch .quick-add__holder {
      opacity: 0;
      visibility: hidden;
  }
}


@media only screen and (min-width: 1300px){
  .grandparent .header__dropdown__inner .header__grandparent__links {
      padding-right: 100px;
  }
}

@media only screen and (max-width: 1600px){
  .article-single .article__wrapper {
      max-width: 800px;
  }
  
  .footer__newsletter__wrapper {
    max-width: 325px;
  }
}

@media only screen and (max-width: 1024px){
  
  .quick-add__button {
      border: 0px;
  }
    .grid-item.product-item button.request-price-btn span.btn__text {
    display: none;
  }
  
  .grid-item.product-item button.request-price-btn,
  .grid-item.product-item.request-price-grid .quick-add__button{
      border: 0;
      --btn-size: 36px;
      --btn-offset: 10px;
      position: absolute;
      bottom: var(--btn-offset);
      right: var(--btn-offset);
      display: flex;
      align-items: center;
      justify-content: center;
      width: var(--btn-size);
      height: var(--btn-size);
      pointer-events: auto;
      font-size: 0;
      z-index: 1;
      bottom: 10px;
      padding: 0;
  }
  
  .grid-item.product-item .quick-add__holder .btn__plus {
      display: block;
      color: #000;
      background: #000;
      margin: 0px;
      padding: 0px;
      top: 50%;
      left: auto;
      right: 0px;
  }

  .product-item--has-quickbuy.product-item--overlay-text:hover .product-item__info {
      opacity: 1;
      visibility: visible;
  }

  .product-item--overlay-text .product-item__info {
      padding-left: 0px;
      padding-right: 10px;
  }

  .featured-product__card .product-item--overlay-text .product-information {
      padding: 10px;
  }
  
  .product-item--overlay-text .product-information {
      position: unset;
      transform: none;
      background-color: transparent;
      height: auto;
      padding: 10px 0px 0px 0px;
  }
  
  .mb-product-item--overlay-text .product-information {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 18px;
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
      padding: 10px;
  }

  .product-item--has-quickbuy.product-item--overlay-text:hover .product-information {
      background-color: transparent;
  }

  .mb-product-item--overlay-text .product-item__info .product-link {
      height: auto;
  }

  .mb-product-item--overlay-text .product-item__info .radio__fieldset--swatches {
      background: none;
  }
  
}

@media only screen and (max-width: 749px) {

  .section-custom-content .hero__content {
      padding: 24px;
  }

  .featured-collection-section .grid__heading-text .grid__heading {
      max-width: 270px;
  }

  .product__wrapper {
      margin: 0px;
      width: 100%;
  }

  .index-hero.text-below-on-mb .frame__item {
      grid-row-start: auto;
      grid-column-start: auto;
  }

  .product__thumb__link-wrap {
      height: 9px;
      width: 9px;
      display: inline-block;
      background-color: #D9D9D9;
      border-radius: 100px;
  }
  
  .product__thumb:after {
      display: none;
  }
  
  .product__thumbs__holder {
      gap: 10px;
      justify-content: center;
      margin-top: 24px;
  }
  
  .product__thumb.is-active .product__thumb__link-wrap {
      background-color: #000000;
  }

  .product__page .product__content {
      padding: 32px 16px 0px 16px !important;
  }
  
  .index-hero.text-below-on-mb .hero__content__wrapper.frame__item {
      padding-top: 10px !important;
  }

  .drawer--header .drawer__head {
      padding-top: 36px;
  }

  .sliderow-wrap .mobile__menu__dropdown {
      display: none;
      transition: all 0.3s ease;
  }
  
  .sliderow-wrap.open>.mobile__menu__dropdown {
      display: block;
  }

  .sliderow-wrap.open>.sliderow .sliderule__chevron svg {
      transform: rotate(180deg);
  }
  
  .drawer__menu .sliderow__title.nav-depth-0 {
    font-weight: 500;
  }
  
  .drawer__menu .sliderow__title.nav-depth-1 {
      padding-left: 40px;
      font-weight: 500;
  }
  
  .drawer__menu .sliderow__title.nav-depth-2 {
      padding-left: 70px;
      font-weight: 400;
  }
  
  .drawer__menu .sliderow__title {
      font-size: 18px;
      line-height: 40px;
      letter-spacing: .9px;
      text-transform: capitalize;
      padding-top: 7px;
      padding-bottom: 7px;
  }
  
  .drawer__bottom__row.drawer__bottom__row--account .navlink,
  .drawer__bottom__row.drawer__bottom__row--wishlist .navlink {
      font-size: 18px;
      line-height: 40px;
      letter-spacing: .9px;
      font-weight: 500;
      font-family: transat-text, sans-serif !important;
      display: block;
  }
  
  .drawer--header .drawer__bottom {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 40px;
  }
  
  .drawer--header .drawer__bottom__row {
      padding: 0 15px;
  }

  .drawer__bottom__row.drawer__bottom__row--wishlist {
      min-height: auto;
      padding: 10px 15px;
      border-bottom: 1px solid #E6E6E6;
  }
  
  .drawer--header .drawer__bottom__row.drawer__bottom__row--account {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 0px;
  }

  .insta-blocks-slider .grid-item {
      padding: 0 5px;
      width: 80%;
  }

  body.grid-classic .collection .collection__nav {
      padding-bottom: 40px;
  }

  .index-hero .hero__content__wrapper .hero__content {
      padding: 20px;
  }

  .product-item__image-overlay {
      padding: 20px;
  }

  .custom-gallery-section .custom-image-grid .grid-item {
      flex: 0 0 100%;
  }
  
  .accordion-group .faq .faq-contents {
      display: none;
  }
  
  .accordion-group .faq>collapsible-elements {
      margin: 0px;
  }

  .accordion-group__items .content__body {
      padding: 16px 0;
  }
  
  .product-modal__content .product-modal__info table tbody tr,
  .size-guide-drawer .product-popup-drawer__content .drawer__content table tbody tr {
      gap: 10px;
  }

  .product__content .product-modal__close {
      top: 38px;
      right: 28px;
  }

  .footer__block--newsletter .footer__newsletter__wrapper {
      max-width: 100%;
  }
  
  .footer__block--newsletter .newsletter-form {
      max-width: 100%;
  }
  
  .footer__blocks .footer__block.footer__block--menu {
      flex: 1 0 50%;
  }

  .footer__block__title {
      margin-bottom: 16px;
  }

  .footer__blocks .footer__block {
      margin-bottom: 40px;
  }

  .grid__heading-holder--inline {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-bottom: 30px;
  }
  
  .grid__heading-holder--inline .grid__heading-text {
      margin: 0px;
      flex: 1 0 0;
      padding-right: 5px;
  }

  .supports-touch hover-images:after {
      display: none;
  }

  .rich-text__content .heading-with-button {
      align-items: flex-end;
  }
  
  .rich-text__content .heading-with-button .heading-with-button__empty {
      display: none;
  }
  
  .rich-text__content .heading-with-button .hero__title {
      text-align: left;
  }

  .mobile__menu__dropdown .header__dropdown__image {
      opacity: 1;
  }

  .sliderule__wrapper .sliderow__links {
      padding-top: 0px;
  }

  .drawer__bottom__row.drawer__bottom__row--localization-gift {
      margin-bottom: 22px;
  }

  .index-hero.text-below-on-mb .hero__button .btn.btn--outline.btn--large {
      min-width: auto;
      padding: 0 0 5px;
      border: 0px;
      min-height: auto;
      text-decoration: underline;
      text-underline-offset: 6px;
      font-size: 10px;
      line-height: 140%;
      letter-spacing: .5px;
      color: #000;
  }

  .index-hero.text-below-on-mb .hero__title {
      color: #000;
  }
  
  .index-hero.text-below-on-mb .hero__description {
      color: #1E1E1E;
  }

  .gallery-without-spacing .grid--mobile-slider .grid-item {
      width: 90%;
      margin: 0px;
  }
  
  .gallery-without-spacing > .wrapper--full {
      overflow: hidden;
  }

  .predictive-search__products__list .grid {
      --columns: 2;
  }

  .popup-drawer-open {
      padding-right: 0px;
  }
  
  [data-scroll-locked] .template-index .header__logo__link, 
  .template-index.popup-drawer-open .header__logo__link {
      padding-right: 0px;
  }

  .product-request-price-drawer .drawer__content .product-modal__close {
      top: 38px;
      right: 30px;
  }

  .custom-requested-form input {
      font-size: 16px;
  }
  
}

@media only screen and (max-width: 480px){
  
  .product-modal__content {
      padding: 40px 20px;
  }
  
  .product__content .product-modal__close {
      right: 20px;
  }
  
  .product-modal__content .product-modal__info {
      padding: 40px 20px;
  }

  .search-page .grid-outer .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
}