button.submit-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.search-form button.submit-btn {
    background: #fff;
}

.email-signup-form button.submit-btn {
    background: #bca560;
}

.banner-full-width.vv-banner-overlay-light,
.banner-full-width.vv-banner-overlay-dark {
    position: relative;
}

.banner-full-width.vv-banner-overlay-light::before,
.banner-full-width.vv-banner-overlay-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

.banner-full-width.vv-banner-overlay-light::before {
    background: rgba(0, 0, 0, 0.2);
}

.banner-full-width.vv-banner-overlay-dark::before {
    background: rgba(0, 0, 0, 0.45);
}

.banner-full-width.vv-banner-overlay-light > *,
.banner-full-width.vv-banner-overlay-dark > * {
    position: relative;
    z-index: 1;
}

.banner-full-width.vv-text-align-left {
    text-align: left;
    align-items: flex-start;
}

.banner-full-width.vv-text-align-right {
    text-align: right;
    align-items: flex-end;
}

.banner-full-width.vv-text-light .title,
.banner-full-width.vv-text-light .subtitle,
.banner-full-width.vv-text-light .cta-btn {
    color: #f8f6ef;
}

.banner-full-width.vv-text-light .separator {
    border-top-color: #f8f6ef;
}

.banner-full-width.vv-text-dark .title,
.banner-full-width.vv-text-dark .subtitle,
.banner-full-width.vv-text-dark .cta-btn {
    color: #1c1a1a;
}

.banner-full-width.vv-text-dark .separator {
    border-top-color: #1c1a1a;
}

.banner-full-width.vv-banner-h-mob-short {
    height: 320px !important;
}

.banner-full-width.vv-banner-h-mob-medium {
    height: 420px !important;
}

.banner-full-width.vv-banner-h-mob-tall {
    height: 520px !important;
}

.banner-full-width.vv-banner-h-mob-full {
    height: 90vh !important;
}

@media screen and (min-width: 768px) {
    .banner-full-width.vv-banner-h-desk-short {
        height: 420px !important;
    }

    .banner-full-width.vv-banner-h-desk-medium {
        height: 560px !important;
    }

    .banner-full-width.vv-banner-h-desk-tall {
        height: 700px !important;
    }

    .banner-full-width.vv-banner-h-desk-full {
        height: 90vh !important;
    }
}

.vv-text-align-left {
    text-align: left;
}

.vv-text-align-center {
    text-align: center;
}

.vv-text-align-right {
    text-align: right;
}

.vv-text-light {
    color: #f8f6ef;
}

.vv-text-dark {
    color: #1c1a1a;
}

.section-title-wrap.vv-text-light .title,
.section-title-wrap.vv-text-light .subtitle,
.simpletext-wrap.vv-text-light,
.category-item.vv-text-light .title,
.category-item.vv-text-light .cta {
    color: #f8f6ef;
}

.section-title-wrap.vv-text-dark .title,
.section-title-wrap.vv-text-dark .subtitle,
.simpletext-wrap.vv-text-dark,
.category-item.vv-text-dark .title,
.category-item.vv-text-dark .cta {
    color: #1c1a1a;
}

.vv-text-width-narrow {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.vv-text-width-wide {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.simpletext-wrap {
    padding: 0 10px;
}

.simpletext-wrap .simpletext-content {
    font-size: 16px;
    line-height: 1.4;
}

.vv-cta-filled .cta-btn,
.vv-cta-filled .cta {
    background: #bca560;
    border: 2px solid #bca560;
    color: #fff;
    text-decoration: none;
}

.vv-cta-outline .cta-btn,
.vv-cta-outline .cta {
    background: transparent;
    border: 2px solid #bca560;
    color: #bca560;
    text-decoration: none;
}

.vv-cta-text .cta-btn,
.vv-cta-text .cta {
    background: transparent;
    border: none;
    color: #bca560;
    padding: 0;
    text-decoration: underline;
}

.category-item.vv-category-size-small {
    height: 140px;
}

.category-item.vv-category-size-medium {
    height: 200px;
}

.category-item.vv-category-size-large {
    height: 260px;
}

@media screen and (min-width: 768px) {
    .category-item.vv-category-size-small {
        height: 220px;
    }

    .category-item.vv-category-size-medium {
        height: 300px;
    }

    .category-item.vv-category-size-large {
        height: 380px;
    }
}

.product-list.vv-products-cols-mobile-1 .product-grid .grid-item {
    width: 100%;
}

.product-list.vv-products-cols-mobile-2 .product-grid .grid-item {
    width: calc(50% - 5px);
}

.product-list .product-grid .grid-item .image-wrap img {
    height: auto;
}

.vv-archive-header,
.vv-default-page-header {
    padding: 20px 10px 10px;
}

@media screen and (min-width: 1040px) {
    .vv-archive-header,
    .vv-default-page-header {
        padding-left: calc(50% - 510px);
        padding-right: calc(50% - 510px);
    }
}

.vv-archive-header .page-title,
.vv-default-page-header .page-title {
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
    font-family: "Sweet Sans", sans-serif;
    text-transform: lowercase;
    line-height: 1;
    font-size: 28px;
    letter-spacing: 2px;
    color: #bca560;
}

.vv-archive-header .description,
.vv-default-page-header + * {
    margin-top: 12px;
}

.vv-archive-header .description,
.vv-archive-header .description p {
    font-size: 16px;
    line-height: 1.5;
    color: #1c1a1a;
    margin: 0;
}

.search-page .search-page-header {
    background: #f2f2f2;
    padding: 20px 10px;
    text-align: center;
}

@media screen and (min-width: 1040px) {
    .search-page .search-page-header {
        padding-left: calc(50% - 510px);
        padding-right: calc(50% - 510px);
    }
}

.search-page .search-page-header .page-title {
    background: none;
    color: #1c1a1a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

.search-page .search-page-form {
    display: flex;
    margin: 14px auto 0;
    max-width: 420px;
}

@media screen and (min-width: 768px) {
    .search-page .search-page-form {
        display: none;
    }
}

.search-page .search-page-form .search-input {
    background: #fff;
    border: none;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    flex: 1 1 auto;
    font-size: 16px;
    min-width: 0;
    padding: 10px 0 10px 20px;
}

.search-page .search-page-form .search-input:focus {
    outline: none;
}

.search-page .search-page-form .submit-btn {
    background: #bca560;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 16px;
}

.search-page .no-results-wrap {
    padding: 20px 10px;
    text-align: center;
}

.search-page .no-results-wrap .text {
    font-size: 16px;
}

.footer .email-signup form.email-signup-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 276px;
  max-width: calc(100% - 20px);
}

.footer .email-signup form.email-signup-form input.email-input {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  min-width: 0;
  height: 30px;
  line-height: 16px;
  border: 2px solid #bca560;
  border-right: none;
}

.footer .email-signup form.email-signup-form button.submit-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 30px;
  line-height: 16px;
  border: 2px solid #bca560;
  border-left: none;
  margin-left: -7px;
}

.text-image-page img.main-image {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
    .product-list.vv-products-cols-2 .product-grid .grid-item {
        width: calc(50% - 10px);
    }

    .product-list.vv-products-cols-3 .product-grid .grid-item {
        width: calc(33.33333% - 10px);
    }

    .product-list.vv-products-cols-4 .product-grid .grid-item {
        width: calc(25% - 10px);
    }
}

@media screen and (min-width: 768px) {
    .product-list .product-grid .grid-item:hover .image-wrap img.secondary-image.hidden {
        opacity: 1;
    }

    .single-product .related-products-wrap .product-grid .grid-item:nth-child(n+4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .page-content .category-list-wrap .category-item[data-vv-full-width="1"] {
        width: 100%;
        height: 300px;
        justify-content: center;
        align-items: flex-end;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .page-content .category-list-wrap .category-item[data-vv-full-width="1"] .title {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        font-size: 54px;
        color: #f8f6ef;
        letter-spacing: 1.5px;
        width: 60%;
        text-align: right;
        text-transform: none;
    }

    .page-content .category-list-wrap .category-item[data-vv-full-width="1"] .cta {
        font-size: 18px;
        margin-top: 20px;
    }

    body.home .product-list:not([data-vv-product-list]) .product-grid .grid-item:nth-child(n+3),
    body.front-page .product-list:not([data-vv-product-list]) .product-grid .grid-item:nth-child(n+3) {
        display: none;
    }
}
.email-signup-status {
  margin-top: 12px;
  font-size: 14px;
}

.email-signup-status.is-error {
  color: #b42318;
}

.email-signup-form .submit-btn:disabled {
  cursor: wait;
  opacity: 0.65;
}

.single-product .atc-wrap .details-wrap .title-wrap .product-breadcrumbs {
  display: inline-block;
}

.single-product .image-description-wrap {
  max-width: 100%;
  overflow-x: hidden;
}

.single-product .image-slider-wrap,
.single-product .image-slider,
.single-product .splide__track {
  width: 100%;
  max-width: 100%;
}

.single-product .splide.is-initialized,
.single-product .splide.is-active {
  visibility: visible;
}

.single-product .splide__track {
  overflow: hidden;
}

.single-product .splide__list {
  display: flex;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.single-product .splide__slide {
  box-sizing: border-box;
  min-width: 0;
  list-style: none;
}

.single-product .image-slider li img,
.single-product .image-slider-wrap.single-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.single-product .atc-wrap .size-container .pick-size-wrap .size-dropdown,
.single-product .atc-wrap .size-container .size-dropdown-wrap .size-item {
  cursor: pointer;
}

.single-product .accordion-wrap {
  padding: 0 10px;
  margin: 15px 0;
}

.single-product .accordion-wrap .accordion-item {
  margin-bottom: 10px;
}

.single-product .accordion-wrap .accordion-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  font-weight: 700;
  cursor: pointer;
}

.single-product .accordion-wrap .accordion-title::-webkit-details-marker {
  display: none;
}

.single-product .accordion-wrap .accordion-control {
  margin-left: 10px;
}

.single-product .accordion-wrap .accordion-control-open,
.single-product .accordion-wrap details[open] .accordion-control-closed {
  display: none;
}

.single-product .accordion-wrap details[open] .accordion-control-open {
  display: inline;
}

.single-product .accordion-wrap .accordion-content {
  margin-top: 5px;
}

.single-product .accordion-wrap .scrollable-content,
.single-product .accordion-wrap .scrollable-content p,
.single-product .accordion-wrap .size-info {
  font-size: 16px;
  line-height: 1.4;
}

.single-product .accordion-wrap .scrollable-content p {
  margin: 0;
  padding: 0;
}

.single-product .accordion-wrap .scrollable-content p + p {
  margin-top: 1em;
}

.single-product .size-guide-table {
  width: calc(100% - 20px);
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border-collapse: collapse;
}

.single-product .size-guide-table th,
.single-product .size-guide-table td {
  padding: 8px;
  border: 1px solid #f2f2f2;
}

.single-product .size-guide-table th:first-child,
.single-product .size-guide-table td:first-child {
  width: 30%;
  padding-left: 10px;
  text-align: left;
}

.single-product .size-guide-table thead th {
  box-sizing: border-box;
  border-bottom-color: #000;
}

.single-product .size-guide-table tbody tr:first-child td {
  border-top: none;
}

.single-product .size-info {
  margin: 10px 0 0;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .head-wrap {
  background: #f8f6ef;
  padding: 10px 20px;
  font-weight: 700;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content {
  padding: 10px 20px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap {
  display: flex;
  align-items: flex-start;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap img {
  width: 60px;
  height: auto;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details .title {
  display: block;
  font-size: 16px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details .size-price {
  margin-top: 5px;
  font-size: 14px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details .size-price .size {
  color: #9f9f9f;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details .size-price .separator {
  margin: 0 5px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .item-wrap .item-details .size-price .price {
  color: #1c1a1a;
  font-weight: 700;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .btn-wrap {
  display: flex;
  margin-top: 30px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .btn-wrap .btn {
  flex: 1 1 auto;
  display: block;
  padding: 10px 0;
  border-radius: 5px;
  background: #f8f6ef;
  color: #1c1a1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .btn-wrap .btn + .btn {
  margin-left: 10px;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .cart-total {
  display: block;
  margin-top: 10px;
  color: #9f9f9f;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
}

body.single-product [data-vv-overlay="atc"] .atc-confirmation .content .cart-total .total {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  body.single-product [data-vv-overlay="atc"] .atc-confirmation {
    top: 10px;
    right: calc(50% - 510px);
    bottom: unset;
    left: unset;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .single-product .splide__slide {
    width: 100% !important;
  }
}

.checkout-page .woocommerce-checkout .woocommerce-checkout-payment .checkout-single-payment-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.checkout-page .woocommerce-checkout .woocommerce-checkout-payment .checkout-single-payment-method .title {
  font-size: 16px;
  font-weight: 700;
  color: #1c1a1a;
  line-height: 1.2;
}

.checkout-page .woocommerce-checkout .woocommerce-checkout-payment .checkout-single-payment-method .icons img {
  display: inline-block;
  width: 30px;
  margin-left: 4px;
}

.checkout-page .woocommerce-checkout .woocommerce-checkout-payment .checkout-single-payment-method .icons img:first-child {
  margin-left: 0;
}

.menu-wrap .currency-cart-wrap .dropdown .dropdown-items a.is-active {
  background: #ede8d6;
}

.footer .other-languages-wrap .items .currency-item.is-active .title {
  font-weight: 700;
}

.footer .other-languages-wrap .items .currency-item.is-active .subtitle {
  color: #1c1a1a;
}

.confirmation-page-gateway {
  padding: 0 10px 20px;
}

.checkout-page .checkout-empty-state .checkout-head {
  margin-bottom: 0;
}

.checkout-empty-card {
  width: min(520px, calc(100% - 40px));
  margin: 80px auto;
  padding: 42px 28px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.checkout-empty-card h1 {
  margin: 0;
  font-family: "Sweet Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #bca560;
  text-transform: lowercase;
}

.checkout-empty-card p {
  margin: 16px 0 28px;
  font-size: 16px;
  line-height: 1.4;
}

.checkout-empty-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  background: #1c1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.checkout-page .woocommerce-checkout #qliro-one-wrapper {
  padding-top: 0;
}

.checkout-page .woocommerce-checkout #qliro-one-wrapper .checkout-section,
.checkout-page .woocommerce-checkout #qliro-order-review .checkout-section {
  background: #fff;
  padding-bottom: 10px;
}

.checkout-page .woocommerce-checkout #qliro-one-iframe-wrapper {
  background: #fff;
  box-sizing: border-box;
  min-height: 420px;
}

.checkout-page .woocommerce-checkout #qliro-one-iframe-wrapper .checkout-title {
  margin-top: 0;
}

.checkout-page .woocommerce-checkout .vv-qliro-details-body {
  background: #fff;
  box-sizing: border-box;
}

.checkout-page .woocommerce-checkout #qliro-one-iframe {
  min-height: 360px;
}

.checkout-page .woocommerce-checkout #qliro-one-wc-form {
  visibility: hidden;
}

.checkout-page .woocommerce-checkout .vv-checkout-coupon[hidden],
.checkout-page .woocommerce-checkout #qliro-one-extra-checkout-fields .vv-checkout-coupon {
  display: none !important;
}

@media screen and (min-width: 1040px) {
  .confirmation-page-gateway {
    padding-left: calc(50% - 510px);
    padding-right: calc(50% - 510px);
  }
}

@media screen and (min-width: 768px) {
  .checkout-page .woocommerce-checkout #qliro-one-wrapper {
    display: flex;
    column-gap: 0;
    gap: 0;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }

  .checkout-page .woocommerce-checkout #qliro-order-review {
    flex: 0 0 40%;
    margin-right: 30px;
  }

  .checkout-page .woocommerce-checkout #qliro-one-iframe-wrapper {
    flex: 1 1 auto;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1040px) {
  .checkout-page .woocommerce-checkout #qliro-one-wrapper {
    padding-left: calc(50% - 510px);
    padding-right: calc(50% - 510px);
  }
}
