.lay-woocommerce-cart-wrap {
  max-width: none !important;
}

.woocommerce form.checkout input.input-text,
#lay-woocommerce #lay-coupon-target .lay-woocommerce-coupon-checkout button {
  border-radius: 6px !important;
}

.woocommerce form.checkout textarea {
  border-radius: 6px !important;
}

#order_comments {
  padding-top: 16px;
}

body #lay-woocommerce #order_review table.woocommerce-checkout-review-order-table {
  border-top: none !important;
  border-bottom: none !important;
}

#lay-woocommerce #order_review table tfoot tr th,
#lay-woocommerce #order_review table tfoot tr td {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#lay-woocommerce #order_review table {
  border-collapse: collapse !important;
}

#lay-woocommerce #order_review table tfoot tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#lay-woocommerce #order_review table tfoot tr:last-child {
  border-bottom: unset !important;
}

#lay-woocommerce #order_review .order-total th,
#lay-woocommerce #order_review .order-total td {
  font-family: "neue-haas-grotesk-text" !important;
  font-weight: 500 !important;
}

#lay-woocommerce .woocommerce-cart-form__cart-item.cart_item {
  align-items: stretch;
  position: relative;
  padding: 25px 30px;
}

.lay-cart-totals {
  padding-bottom: 25px;
}

.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 1 !important;
}

.shop_table.shop_table_responsive {
  border-collapse: collapse !important;
}

.shop_table.shop_table_responsive tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop_table.shop_table_responsive tr:last-child {
  border-bottom: unset !important;
}

body.woocommerce-cart .woocommerce {
  margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  user-select: none;
  margin-bottom: 0 !important;
  padding: 0 0 !important;
  border-radius: 100px;
}

#lay-woocommerce .product-quantity {
  display: none !important;
}

#lay-woocommerce .cart_totals th {
  padding-left: 0 !important;
}

#lay-woocommerce .cart_totals td {
  padding-right: 0 !important;
}

.cart-collaterals {
  padding-left: 0.9% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  padding-top: 0 !important;
}

#lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .lay-woocommerce-cart-remove-item {
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 0 !important;
}

#lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .lay-woocommerce-cart-remove-item:hover {
  background-color: rgb(255, 255, 255);
}

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td strong {
  font-family: "neue-haas-grotesk-text";
  font-weight: 500 !important;
}

#lay-woocommerce .woocommerce-cart-form__cart-item.cart_item::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  min-width: 0 !important;
}

@media (min-width: 1281px) {
  body.woocommerce-cart .woocommerce-cart-form {
    margin-left: 16.8% !important;
    width: 41.15% !important;
    flex-grow: 0 !important;
  }
  body.woocommerce-cart .cart-collaterals {
    width: 25.25% !important;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  body.woocommerce-cart .woocommerce-cart-form {
    margin-left: 0% !important;
    width: 57.95% !important;
    flex-grow: 0 !important;
  }
  body.woocommerce-cart .cart-collaterals {
    width: 42% !important;
  }
}
@media (min-width: 801px) {
  body.woocommerce-cart #lay-woocommerce {
    padding-bottom: 200px !important;
    margin-top: 156px !important;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item::after {
    left: 30px;
    right: 30px;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .product-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left right" "left2 right2" "left3 right3";
  }
  .lay-woocommerce-product-variation-in-cart {
    grid-area: left3;
    margin-top: 1em;
  }
  .product-subtotal {
    text-align: right;
    grid-area: right;
    margin-bottom: 0 !important;
  }
  .product-name > a:first-child {
    grid-area: left;
    margin-bottom: 5px !important;
  }
  .lay-woocommerce-product-brands-in-cart {
    grid-area: left2;
    display: inline;
    opacity: 0.4;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .lay-woocommerce-cart-remove-item {
    float: right;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .cart-column-2 {
    order: 2;
    padding-right: 0;
    padding-left: 20px;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item .cart-column-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .lay-cart-headline {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .woocommerce-cart-form__contents {
    border-radius: 12px;
    overflow: hidden;
  }
  .lay-woocommerce-cart-totals-inner {
    padding: 30px;
    background-color: #dad6cc;
    border-radius: 12px;
    overflow: hidden;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item:last-child::after {
    display: none;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 50px;
    line-height: 50px;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 33px;
  }
}
@media (max-width: 800px) {
  .cart-column-2 {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .woocommerce-cart-form__cart-item {
    gap: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px !important;
  }
  .cart-column-1 {
    grid-column: 2/5;
    grid-row: 1;
    width: auto !important;
  }
  .cart-column-2 {
    grid-column: 6/13;
    grid-row: 1;
    width: auto !important;
  }
  body.woocommerce-cart #lay-woocommerce {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.woocommerce-cart #lay-woocommerce > p {
    display: none;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item {
    padding: 24px 0 !important;
  }
  .lay-cart-headline {
    position: relative;
  }
  .lay-cart-headline::after {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item::after {
    left: 16px;
    right: 16px;
  }
  .lay-woocommerce-product-brands-in-cart {
    opacity: 0.4;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item .product-name > a {
    margin-bottom: 0 !important;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item .lay-woocommerce-product-brands-in-cart {
    margin-bottom: 10px !important;
  }
  .product-subtotal {
    position: absolute !important;
    display: inline-block;
    right: 16px;
    bottom: 0;
    margin-bottom: 33px !important;
  }
  #lay-woocommerce .woocommerce-cart-form__cart-item.cart_item .cart-column-2 {
    padding-right: 0;
    padding-left: 0;
  }
  .lay-cart-headline {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 120px;
    padding-bottom: 24px;
  }
  .lay-woocommerce-cart-totals-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 66px !important;
    padding-bottom: 144px !important;
    background-color: #dad6cc;
    overflow: hidden;
  }
  .cart-collaterals {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 58px;
    line-height: 58px;
    font-size: 18px !important;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 43px !important;
  }
}
html,
body {
  overflow-x: hidden;
}

.swiper-pagination {
  position: absolute;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 1;
}

.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: black;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  opacity: 0.4;
  margin: 0;
}

.swiper.white .swiper-pagination-bullet {
  background-color: white;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#lay-woocommerce > p {
  display: none !important;
}

@media (max-width: 800px) {
  .mobile-nav .menu-item::before {
    content: "";
    display: block;
    width: calc(100% - 26px * 2);
    height: 1px;
    background-color: black;
    opacity: 20%;
    margin: 0 auto;
  }
  .mobile-nav .menu-item:last-child::after {
    content: "";
    display: block;
    width: calc(100% - 26px * 2);
    height: 1px;
    background-color: black;
    opacity: 20%;
    margin: 0 auto;
  }
  body.home .text {
    width: 100%;
    margin: 0 auto;
  }
  body.home .text br {
    display: none;
  }
  .column-wrap > .type-stack,
  .column-wrap > .type-text {
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
  }
  .text-more-space-around-mobile.type-stack,
  .text-more-space-around-mobile.type-text {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .column-wrap > .type-stack {
    margin-bottom: 30px !important;
  }
  .stack-element .col {
    margin-bottom: 0 !important;
  }
  .thumbs-collection-region {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }
  body.slug-artisans .lay-content {
    padding-top: 152px !important;
  }
  body.slug-artisans .text br {
    display: none;
  }
  body.slug-artisans .text {
    max-width: 340px;
    margin: 0 auto;
  }
  body.type-project .lay-content.nocustomphonegrid #grid .col,
  body.type-project .lay-content.footer-nocustomphonegrid #footer .col,
  body.type-product .lay-content.nocustomphonegrid #grid .col,
  body.type-product .lay-content.footer-nocustomphonegrid #footer .col {
    margin-bottom: 62px;
  }
  body.white-header.mobile-menu-open .burger-wrap {
    color: black !important;
  }
  body.white-header.mobile-menu-open .lay-cart-icon-wrap {
    filter: invert(0);
  }
  body.white-header.mobile-menu-open .mobile-title path {
    fill: rgb(54, 54, 54) !important;
  }
  nav.mobile-nav {
    z-index: 29 !important;
  }
  .burger-wrap,
  .lay-cart-icon-wrap {
    user-select: none;
  }
  .type-thumbnailgrid .below-image > * {
    font-size: 15px;
  }
}
.woocommerce form.checkout .lay-select-search-focus > input.input-text {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.lay-select-search-options {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive td {
  line-height: inherit !important;
}

.lay-woocommerce-coupon-checkout {
  width: 100%;
}

#lay-woocommerce #lay-coupon-target .lay-woocommerce-coupon-checkout {
  display: inline-block !important;
  font-size: 0;
}

.woocommerce #customer_details .form-row.lay-minimize-label label {
  transform: none !important;
  font-size: 12px !important;
  transform: translateY(-10px) !important;
}

#customer_details input.input-text,
#order_comments,
.lay-woocommerce-coupon-checkout #coupon_code {
  padding-left: 14px !important;
}

.woocommerce #customer_details .form-row label {
  left: 14px !important;
}

#place_order {
  padding: 0 0 !important;
  border-radius: 100px !important;
}

body.woocommerce-checkout div.woocommerce {
  margin: 0 !important;
}

@media (min-width: 801px) {
  #place_order {
    height: 50px !important;
    line-height: 50px !important;
    min-height: 50px !important;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 49.1% !important;
  }
  .woocommerce form .form-row,
  .woocommerce-additional-fields {
    margin-bottom: 1.9% !important;
  }
  .lay-woocommerce-coupon-checkout #coupon_code {
    margin-right: 1.9% !important;
    width: 66%;
  }
  #lay-woocommerce #lay-coupon-target .lay-woocommerce-coupon-checkout button {
    width: 32% !important;
    height: 50px;
    flex-shrink: unset !important;
  }
  body.woocommerce-checkout #lay-woocommerce {
    padding-bottom: 200px !important;
    padding-top: 188px !important;
    margin-top: 0 !important;
  }
  .woocommerce-billing-fields > h3 {
    margin-top: 0 !important;
  }
}
@media (max-width: 800px) {
  #place_order {
    height: 58px !important;
    line-height: 58px !important;
    min-height: 58px !important;
    font-size: 18px !important;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: calc(50% - 8px) !important;
  }
  .woocommerce form .form-row,
  .woocommerce-additional-fields {
    margin-bottom: 16px !important;
  }
  .lay-woocommerce-coupon-checkout #coupon_code {
    margin-right: 16px !important;
    width: calc(50% - 8px);
  }
  #lay-woocommerce #lay-coupon-target .lay-woocommerce-coupon-checkout button {
    width: calc(50% - 8px);
    height: 50px;
    flex-shrink: unset !important;
  }
  body.woocommerce-checkout #lay-woocommerce {
    padding-bottom: 144px !important;
    padding-top: 120px !important;
  }
  .woocommerce-billing-fields > h3 {
    margin-top: 0 !important;
  }
}
.woocommerce .woocommerce-order.style_2 .woocommerce-order-details {
  background-color: #dad6cc !important;
}
.woocommerce .woocommerce-order.style_2 .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  background-color: #dad6cc !important;
}

@media (min-width: 1281px) {
  body.woocommerce-order-received #lay-woocommerce {
    padding-top: 245px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: none !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce-order {
    width: 46.3% !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success h1,
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success p {
    width: 66.3% !important;
    max-width: none !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-customer-details .woocommerce-columns {
    gap: 2% !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-order-details {
    margin-bottom: 2% !important;
  }
  .woocommerce-order-received .woocommerce-order.style_2 .woocommerce-notice--success {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  body.woocommerce-order-received #lay-woocommerce {
    padding-top: 245px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: none !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce-order {
    width: 62.2% !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success h1,
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success p {
    width: 100% !important;
    max-width: none !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-customer-details .woocommerce-columns {
    gap: 1.4% !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-order-details {
    margin-bottom: 1.4% !important;
  }
  .woocommerce-order-received .woocommerce-order.style_2 .woocommerce-notice--success {
    margin-bottom: 180px !important;
  }
}
@media (max-width: 800px) {
  body.woocommerce-order-received #lay-woocommerce {
    padding-top: 193px !important;
    padding-bottom: 144px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: none !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce-order {
    width: calc(100% - 32px) !important;
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success h1,
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success p {
    width: 100% !important;
    max-width: none !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  body.woocommerce-order-received #lay-woocommerce .woocommerce .woocommerce-order.style_2 .woocommerce-notice--success p {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    padding: 24px 16px !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-order-details {
    margin-bottom: 16px !important;
    padding: 24px 16px !important;
  }
  .woocommerce-order-received .woocommerce-order.style_2 .woocommerce-notice--success {
    margin-bottom: 160px !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-order-details h2 {
    margin-bottom: 19px !important;
  }
  .woocommerce .woocommerce-order.style_2 .woocommerce-customer-details .woocommerce-columns .woocommerce-column h2 {
    margin-bottom: 24px !important;
  }
  .woocommerce .lay-textformat-parent a:not(.laybutton) .thankyou-email,
  .woocommerce .thankyou-email {
    text-underline-offset: 3px !important;
    text-decoration: underline !important;
    text-decoration-color: #000 !important;
  }
}
.tede-footer {
  background-color: white;
}

.tede-footer__inner-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tede-footer-menu ul {
  gap: 20px;
  flex-direction: column;
}

.tede-footer-menu li.current-menu-item a {
  opacity: 1;
}

.tede-footer-menu a:hover {
  opacity: 1;
}

@media (min-width: 801px) {
  .tede-footer {
    padding: 80px 3.2%;
  }
  .tede-footer__inner-2 {
    padding-top: 190px;
  }
  .tede-footer-menu a {
    opacity: 0.6;
  }
  .tede-footer__inner-2 {
    opacity: 0.6;
  }
  .tede-footer__inner-1 > * {
    width: 24.368%;
  }
  .tede-footer nav.laynav .current_page_item > a {
    color: inherit !important;
    font-weight: inherit !important;
    opacity: 0.6 !important;
  }
  .tede-footer nav.laynav .current_page_item > a:hover {
    color: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
  }
}
@media (max-width: 800px) {
  .tede-footer__inner-1 {
    flex-direction: column;
  }
  .tede-footer__inner-1 {
    gap: 48px;
  }
  .tede-footer__inner-2 {
    padding-top: 56px;
  }
  .tede-footer {
    padding: 56px 26px;
  }
  .tede-footer-menu a,
  .tede-footer__text {
    font-size: 16px;
    line-height: 22px;
  }
  .tede-footer-menu ul {
    display: flex;
    gap: 8px;
  }
  .tede-footer nav.laynav .current_page_item > a {
    color: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
  }
  .tede-footer nav.laynav .current_page_item > a:hover {
    color: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
  }
}
.type-thumbnailgrid .title {
  display: inline-block !important;
}

.type-thumbnailgrid .thumbnail-tags {
  display: inline-block;
}

.thumbnail-tags::before {
  content: ", ";
}

.thumbnail-tags span {
  opacity: 0.4;
}

.lay-productsgrid-filter-anchor {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1 !important;
}

.lay-productsgrid-filter-anchor:not(.lay-filter-active):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.lay-filter-active.lay-productsgrid-filter-anchor {
  background-color: #28282a;
}

.filter-amount {
  font-size: 12px;
  top: -4px;
  left: -2px;
  position: relative;
}

.filter-amount::before {
  content: "";
}

.filter-amount::after {
  content: "";
}

.ph,
.woocommerce-placeholder {
  border-radius: 12px;
}

#gridder-root .lay_woocommerce_product_thumbnail-out_of_stock,
.lay_woocommerce_product_thumbnail-out_of_stock {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}

.lay-woocommerce-product-thumbnail-brand {
  opacity: 0.4;
}

.lay_woocommerce_product_thumbnail_text_wrap .lay-woocommerce-product-thumbnail-brand {
  margin-top: 0 !important;
}

@media (min-width: 801px) {
  .lay-productsgrid-filter-anchor {
    padding: 11.5px 26px 11px 32px;
  }
  #gridder-root .lay_woocommerce_product_thumbnail-out_of_stock,
  .lay_woocommerce_product_thumbnail-out_of_stock {
    padding: 10px 20px 8px 20px;
  }
}
@media (max-width: 800px) {
  .type-productsgrid .lay-product {
    margin-bottom: 0 !important;
  }
  .lay-productsgrid-filter-anchor {
    padding: 11.3px 20px 11px 24px;
  }
  .lay-products .lay-product {
    margin-left: 16px !important;
    width: calc(100% - 32px) !important;
  }
  .lay-productsgrid-filter {
    margin-bottom: 40px !important;
  }
  .lay-productsgrid-filter .lay-productsgrid-filter-anchor:first-child {
    margin-left: 14px !important;
  }
  .lay-productsgrid-filter .lay-productsgrid-filter-anchor {
    font-size: 16px;
  }
  .lay-productsgrid-filter .lay-productsgrid-filter-anchor:last-child {
    margin-right: 14px !important;
  }
  body.slug-products .lay-content {
    padding-top: 105px !important;
  }
  .lay_woocommerce_product_thumbnail_text_wrap .lay-woocommerce-product-thumbnail-brand {
    margin-top: 0 !important;
  }
  #gridder-root .lay_woocommerce_product_thumbnail-out_of_stock,
  .lay_woocommerce_product_thumbnail-out_of_stock {
    padding: 9px 18px 7px 18px;
  }
}
.xoo-wsc-container .xoo-wsc-header,
.xoo-wsc-container .xoo-wsc-product,
.xoo-wsc-container .xoo-wsc-ft-totals {
  border-color: rgba(0, 0, 0, 0.1);
}

.xoo-wsc-footer .xoo-wsc-ft-totals {
  border-top: none !important;
  position: relative;
}

.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  right: 1.3em !important;
}

.xoo-wsc-footer .xoo-wsc-ft-totals::before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}

.xoo-wsc-container .xoo-wsc-pname {
  margin-bottom: 0 !important;
}

.xoo-wsc-pprice {
  height: 0;
}

.xoo-wsc-pprice,
.xoo-wsc-pprice bdi {
  font-size: 0;
}

.lay-woocommerce-product-brands-in-sidecart {
  opacity: 0.4;
}

.xoo-wsc-markup .xoo-wsc-container .variation {
  margin-bottom: 0 !important;
}

.xoo-wsc-container .xoo-wsc-smr-ptotal,
.xoo-wsc-container .xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  position: static !important;
}

.xoo-wsc-smr-ptotal {
  font-size: 0;
}

.xoo-wsc-smr-del.xoo-wsc-icon-trash {
  border-bottom-style: none !important;
}

.xoo-wsc-smr-del.xoo-wsc-icon-trash::before {
  line-height: 40px;
  height: 40px;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.xoo-wsc-smr-del.xoo-wsc-icon-trash:hover::before {
  background-color: rgb(255, 255, 255);
}

.xoo-wsc-container .variation .lay-woocommerce-variation-description-wrap div {
  position: static !important;
  display: inline;
}

.variation-Version {
  display: inline;
}

.xoo-wsc-product,
.xoo-wsc-header {
  border-bottom: none !important;
}

.xoo-wsc-header {
  position: relative;
}

.xoo-wsc-header::before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.xoo-wsc-product::before {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.xoo-wsc-product:last-child::before {
  display: none;
}

.xoo-wsc-ft-totals:after {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
}

.xoo-wsc-footer {
  padding-bottom: 30px !important;
}

.xoo-wsc-ft-buttons-cont {
  grid-row-gap: 10px !important;
}

.xoo-wsc-ft-buttons-cont > * {
  border-radius: 100px !important;
}

.xoo-wsc-container .xoo-wscb-count::before {
  font-size: 0;
  content: "" !important;
}

.xoo-wsc-container .xoo-wscb-count::after {
  /* font-size: 0; */
  content: " products in the cart" !important;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
  padding: 0 !important;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
}

.xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart:hover {
  background: white !important;
}

.xoo-wsc-ft-btn-checkout:hover {
  background: rgba(255, 255, 255, 0.6) !important;
}

.lay-woocommerce-variation-description-wrap div:first-child::after {
  content: ": ";
}

a.lay-woocommerce-cart-remove-item:hover,
.xoo-wsc-smr-del:hover {
  opacity: 1 !important;
}

.xoo-wsc-markup *::-webkit-scrollbar {
  display: none;
}

.xoo-wsc-markup * {
  scrollbar-width: none;
}

.xoo-wsc-sum-col {
  justify-content: flex-start !important;
}

.xoo-wsch-basket {
  padding-left: 0px !important;
}

.xoo-wsc-container .xoo-wsch-close {
  padding-right: 0px !important;
}

.xoo-wsc-product {
  position: relative;
}

/* .xoo-wsc-body .woocommerce-Price-amount {
	font-size: 16px;
} */
.xoo-wsc-sum-col {
  justify-content: flex-start;
}

.xoo-wsc-sml-qty {
  display: none !important;
}

@media (min-width: 801px) {
  span.xoo-wsc-footer-txt {
    padding-top: 16px !important;
    padding-bottom: 60px !important;
  }
  .xoo-wsc-container .xoo-wsc-ft-totals {
    padding-top: 60px !important;
    padding-bottom: 16px !important;
  }
  .xoo-wsch-top {
    padding-bottom: 10px !important;
    padding-top: 30px !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .xoo-wsc-container .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
    padding-left: 55px !important;
    padding-right: 55px !important;
    padding-bottom: 23px !important;
    padding-top: 23px !important;
  }
  .xoo-wsc-header::before {
    left: 55px;
    right: 55px;
  }
  .xoo-wsc-product .xoo-wsc-smr-ptotal .woocommerce-Price-amount.amount bdi {
    top: 20px;
    right: 55px;
    position: absolute;
  }
  .xoo-wsc-ft-buttons-cont > * {
    width: calc(100% - 110px);
    margin-left: 55px;
  }
  .xoo-wsc-container .xoo-wsc-ft-totals,
  span.xoo-wsc-footer-txt {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .xoo-wsc-product::before {
    left: 55px;
    right: 55px;
  }
  .xoo-wsc-ft-totals:after {
    left: 55px;
    right: 55px;
  }
  .xoo-wsc-smr-del.xoo-wsc-icon-trash {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 55px;
  }
  .xoo-wsc-footer .xoo-wsc-ft-totals::before {
    left: 55px;
    right: 55px;
  }
  .xoo-wsc-smr-ptotal {
    height: 0;
  }
  .lay-woocommerce-product-brands-in-sidecart {
    margin-bottom: 1em;
  }
  .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
    height: 50px !important;
    line-height: 50px !important;
  }
  .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart {
    height: 50px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 800px) {
  span.xoo-wsc-footer-txt {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  .xoo-wsc-container .xoo-wsc-ft-totals {
    padding-top: 24px !important;
    padding-bottom: 16px !important;
  }
  .xoo-wsc-container .xoo-wsc-product {
    gap: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px !important;
  }
  .xoo-wsc-img-col {
    grid-column: 2/5;
  }
  .xoo-wsc-sum-col {
    grid-column: 6/13;
  }
  .xoo-wsc-container .xoo-wsch-close {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .xoo-wsc-header .xoo-wscb-count {
    line-height: 1 !important;
  }
  .xoo-wsch-top {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xoo-wsc-container .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 23px !important;
    padding-top: 23px !important;
  }
  .xoo-wsc-header::before {
    left: 16px;
    right: 16px;
  }
  .xoo-wsc-smr-ptotal {
    margin-top: 0 !important;
  }
  .xoo-wsc-sm-right {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .xoo-wsc-ft-buttons-cont > * {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
  .xoo-wsc-container .xoo-wsc-ft-totals,
  span.xoo-wsc-footer-txt {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xoo-wsc-product::before {
    left: 16px;
    right: 16px;
  }
  .xoo-wsc-ft-totals:after {
    left: 16px;
    right: 16px;
  }
  body .xoo-wsc-container .xoo-wsc-smr-del {
    margin-top: 0 !important;
  }
  .xoo-wsc-smr-del.xoo-wsc-icon-trash {
    margin-top: 0 !important;
    position: relative;
  }
  .xoo-wsc-footer .xoo-wsc-ft-totals::before {
    left: 16px;
    right: 16px;
  }
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
    width: auto !important;
  }
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-sum-col {
    width: auto !important;
  }
  .xoo-wsc-smr-ptotal {
    line-height: 1 !important;
  }
  .xoo-wsc-container .xoo-wsc-smr-ptotal {
    order: 1 !important;
  }
  .xoo-wsc-container .xoo-wsc-smr-del {
    order: 0 !important;
  }
  .xoo-wscb-count {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .xoo-wsc-sm-left {
    justify-content: flex-start !important;
  }
  .xoo-wsc-sm-info {
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .lay-woocommerce-product-brands-in-sidecart {
    margin-bottom: 10px !important;
  }
  .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
    height: 58px !important;
    line-height: 58px !important;
  }
  .xoo-wsc-container .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart {
    height: 58px !important;
    line-height: 58px !important;
  }
}
.woocommerce-variation-availability {
  display: none !important;
}

#lay-woocommerce .button:hover,
#lay-woocommerce a.button:hover,
.lay-content a.button.add_to_cart_button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.lay-woocommerce-gallery-thumbnail img,
.lay-woocommerce-gallery img {
  border-radius: 12px;
}

/* .woocommerce .lay-woocommerce-summary-inner .woocommerce-breadcrumb {
	color: #acacac;
} */
.woocommerce-product-details__short-description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.lay-woocommerce-tab-title.active {
  border-bottom: 1px solid black !important;
}

.lay-woocommerce-tabs-type-horizontal .lay-line {
  background: #d4d2cf !important;
}

.lay-woocommerce-summary-inner button {
  width: 100%;
  max-width: 392px;
}

.lay-woocommerce-tab-title {
  border-bottom: 1px solid #d4d2cf !important;
  padding-bottom: 5px !important;
  /* padding-right: 40px !important; */
}

.lay-woocommerce-round-swatches-buttons.single-product .lay-woocommerce-variations-select-selected-list {
  gap: 8px !important;
}

.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-next {
  width: 50px !important;
  height: 50px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  /* https://www.svgbackgrounds.com/tools/svg-to-css/ */
  background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.917969 0.75L8.11961 7.95165L0.917969 14.2531" stroke="black" stroke-opacity="0.4"/></svg>');
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}

.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-next:hover {
  background-color: rgb(255, 255, 255);
}

.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-next::after,
.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-prev::after {
  display: none;
}

.lay-product-button-prev,
.lay-product-button-next {
  transform: translate(0, 0);
}
.lay-product-button-prev svg,
.lay-product-button-next svg {
  display: none;
}

.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-prev {
  width: 50px !important;
  height: 50px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  /* https://www.svgbackgrounds.com/tools/svg-to-css/ */
  background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.08203 0.75L0.880386 7.95165L8.08203 14.2531" stroke="black" stroke-opacity="0.4"/></svg>');
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
}

.lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-product-button-prev:hover {
  background-color: rgb(255, 255, 255);
}

/* .lay-woocommerce-variations-select-selected-field {
	display: none;
} */
body.single-product .lay-woocommerce-gallery.swiper-container .lay-product-button-next {
  top: auto !important;
  left: auto !important;
  right: 24px !important;
  bottom: 24px !important;
}

body.single-product .lay-woocommerce-gallery.swiper-container .lay-product-button-prev {
  top: auto !important;
  left: auto !important;
  right: 82px !important;
  bottom: 24px !important;
}

body.single-product .swiper-pagination {
  position: absolute;
  /* transform: translateY(-100%); */
  margin-top: 0;
}

.lay-woocommerce-tab-content {
  padding-top: 0 !important;
}

.lay-woocommerce-tab-content.description-tab-content {
  padding-top: 10px !important;
  padding-left: 5px;
}

.tede-product-tab__row {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  border-bottom: #d4d2cf 1px solid;
}

.tede-product-tab__left {
  padding-left: 5px;
}

.tede-product-tab__left {
  padding-right: 5px;
}

/* .lay-woocommerce-product-text {
	display: none;
} */
.lay-woocommerce-variations-select-selected-list > div {
  border-radius: 100px !important;
  box-sizing: border-box;
  text-align: center;
  border: none !important;
  opacity: 1 !important;
}

.lay-woocommerce-round-swatches-buttons.single-product .lay-woocommerce-variations-select-selected-list > div {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.lay-woocommerce-round-swatches-buttons.single-product .lay-woocommerce-variations-select-selected-list > div:hover {
  background-color: rgb(255, 255, 255) !important;
}

.lay-woocommerce-round-swatches-buttons.single-product .lay-woocommerce-variations-select-selected-list > div[selected] {
  background-color: rgb(255, 255, 255) !important;
}

.lay-woocommerce-variations-select-selected-list > [data-available="0"] {
  opacity: 0.2 !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  /* pointer-events: none !important; */
  background-color: transparent !important;
}

.woocommerce-variation p[role=alert] {
  display: none;
}

.woocommerce-variation-price {
  margin-bottom: 0 !important;
}

.lay-woocommerce-gallery-thumbnails {
  margin-right: 0.9%;
  margin-bottom: 0.9%;
  width: 7.5%;
}

.lay-woocommerce-gallery .swiper-slide {
  margin-right: 0.9%;
}

body.single-product #lay-woocommerce .summary > * {
  max-width: 100%;
}

body.single-product #lay-woocommerce .lay-woocommerce-summary-inner button {
  width: 100%;
  max-width: 100%;
}

body.single-product #lay-woocommerce .lay-variations-count-1 .lay-woocommerce-product-tab {
  width: 100%;
}

@media (min-width: 1281px) {
  body.single-product #lay-woocommerce .summary {
    padding-left: 9.3% !important;
    width: 33.65%;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  body.single-product #lay-woocommerce .summary {
    padding-left: 9.3% !important;
    width: 50.45%;
  }
}
@media (min-width: 801px) {
  body.single-product #lay-woocommerce .lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-woocommerce-gallery {
    width: 41.15% !important;
  }
  .lay-woocommerce-single-product-wrap {
    max-width: none !important;
  }
  .lay-woocommerce-variations-select-selected-list > div {
    height: 50px !important;
    line-height: 50px !important;
    min-width: 50px !important;
  }
}
@media (max-width: 800px) {
  body.single-product.has-2-lay-contents #search-region + .lay-content .row {
    margin-bottom: 0 !important;
  }
  body.single-product.has-2-lay-contents #search-region + .lay-content .col {
    margin-bottom: 0 !important;
  }
  body.single-product.has-2-lay-contents #search-region + .lay-content #grid {
    padding-bottom: 0 !important;
  }
  body.single-product.has-1-lay-content .lay-content #grid .row-0,
  body.single-product.has-1-lay-content .lay-content #grid .row-1 {
    margin-bottom: 0 !important;
  }
  body.single-product.has-1-lay-content .lay-content #grid .row-0 .col,
  body.single-product.has-1-lay-content .lay-content #grid .row-1 .col {
    margin-bottom: 0 !important;
  }
  .lay-woocommerce-tab-content {
    padding-bottom: 0 !important;
  }
  .lay-woocommerce-product-tab {
    margin-bottom: 64px !important;
  }
  #lay-woocommerce {
    padding-bottom: 0 !important;
  }
  body.single-product #lay-woocommerce {
    margin-top: 80px !important;
  }
  body.single-product #lay-woocommerce .lay-woocommerce-single-product-wrap.carousel_with_thumbnails .lay-woocommerce-gallery {
    width: 100% !important;
  }
  .lay-woocommerce-gallery-thumbnails {
    display: none !important;
  }
  .lay-woocommerce-single-product-wrap {
    max-width: none !important;
  }
  body.single-product #lay-woocommerce .summary {
    padding-left: 0% !important;
    width: 100%;
  }
  .lay-woocommerce-gallery .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 24px !important;
  }
  body.single-product #lay-woocommerce .summary {
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  body.single-product .summary {
    padding-top: 14px !important;
  }
  .lay-woocommerce-summary-inner .cart {
    order: 0 !important;
  }
  .woocommerce-breadcrumb {
    order: 1 !important;
  }
  .product_title {
    order: 2 !important;
  }
  .lay-woocommerce-product-brands {
    order: 3 !important;
  }
  .lay-woocommerce-variations-select-selected-list {
    width: 100% !important;
    white-space: nowrap;
    overflow-x: scroll !important;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    display: block !important;
  }
  .lay-woocommerce-variations-select-selected-list > div {
    display: inline-block !important;
    margin-right: 8px !important;
  }
  .lay-woocommerce-variations-select-selected-list > div:first-child {
    margin-left: 14px !important;
  }
  .lay-woocommerce-variations-select-selected-list > div:last-child {
    margin-right: 14px !important;
  }
  .lay-woocommerce-gallery .swiper-slide {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .single_add_to_cart_button {
    margin-left: 14px !important;
    margin-right: 14px !important;
    width: calc(100% - 28px) !important;
  }
  .woocommerce-breadcrumb,
  .product_title,
  .lay-woocommerce-product-brands,
  .price,
  .woocommerce-product-details__short-description,
  .lay-woocommerce-product-tab {
    margin-left: 26px !important;
    margin-right: 26px !important;
    width: calc(100% - 52px) !important;
  }
  .lay-woocommerce-variations-select-selected-list::-webkit-scrollbar {
    display: none;
  }
  .lay-woocommerce-variations-select-selected-list {
    scrollbar-width: none;
  }
  .single_add_to_cart_button {
    height: 58px !important;
    line-height: 58px !important;
    font-size: 18px !important;
    border-radius: 100px !important;
  }
  .woocommerce-breadcrumb {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 42px !important;
    margin-bottom: 22px !important;
  }
  .lay-woocommerce-single-product-wrap h1.product_title,
  .lay-woocommerce-product-brands {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  body.single-product #lay-woocommerce .lay-woocommerce-product-tab {
    margin-top: 36px !important;
  }
  body.single-product #lay-woocommerce .woocommerce-product-details__short-description {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .price {
    margin-top: 42px !important;
    margin-bottom: 16px !important;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
  }
  .lay-woocommerce-gallery .swiper-slide {
    margin-right: 0 !important;
  }
  .lay-woocommerce-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lay-product-button-next,
  .lay-product-button-prev {
    display: none;
  }
  .lay-woocommerce-variations-select-selected-list > div {
    height: 58px !important;
    line-height: 58px !important;
    min-width: 58px !important;
  }
  .lay-woocommerce-round-swatches-buttons.single-product .lay-variable-products-select-container > div {
    margin-bottom: 0 !important;
  }
  .lay-woocommerce-round-swatches-buttons.single-product .lay-variable-products-select-container {
    margin-bottom: 16px !important;
  }
  .lay-woocommerce-gallery.swiper-container {
    height: auto !important;
  }
  .lay-woocommerce-gallery .swiper-slide img {
    aspect-ratio: 4/5;
    height: auto;
  }
  .lay-product-button-next,
  .lay-product-button-prev {
    display: none !important;
  }
}
/* tede-about-the-artisan */
.tede-about-the-artisan img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.tede-about-the-artisan-texts {
  z-index: 10;
  position: relative;
  text-align: center;
}

.white .tede-about-the-artisan__text {
  opacity: 0.8;
}

.tede-about-the-artisan__button {
  user-select: none;
  height: 26px;
  line-height: 26px !important;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding-left: 17px !important;
  padding-right: 17px !important;
  display: inline-block;
  margin-bottom: 14px;
}
.tede-about-the-artisan__button span {
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px !important;
  position: relative;
}

.white .tede-about-the-artisan__button {
  color: white !important;
}

.white .tede-about-the-artisan__text {
  color: white !important;
}

@media (min-width: 801px) {
  .tede-about-the-artisan {
    height: 100svh;
    position: relative;
  }
  .tede-about-the-artisan {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  body.single-post .tede-about-the-artisan {
    height: 100svh;
    padding-bottom: 0;
  }
  .tede-about-the-artisan {
    padding-bottom: 133.3333333333%;
    position: relative;
  }
  .tede-about-the-artisan-texts-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .tede-about-the-artisan__text {
    font-size: 24px;
  }
}
/* tede-artisan-intro-with-map */
#gridder .phone {
  display: none;
}

.tede-artisan-intro-with-map__map img {
  position: relative !important;
  width: 100%;
}

.tede-artisan-intro-with-map__text h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  left: -3px;
  position: relative;
}

.tede-artisan-intro-with-map {
  display: flex;
  justify-content: center;
}

.intro-text-groups {
  display: flex;
  flex-direction: row;
}

.intro-text-group .text {
  opacity: 0.4;
}

.intro-text-group-separator {
  width: 1px;
  background-color: #000;
  opacity: 0.1;
  display: block;
  position: relative;
  transform: scaleY(1.1);
}

.intro-text-group-separator:last-child {
  display: none;
}

@media (min-width: 801px) {
  .intro-text-groups {
    gap: 45px;
  }
  .tede-artisan-intro-with-map__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 3.2% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 3.2%;
  }
  .tede-artisan-intro-with-map__map {
    grid-column: 4/11;
  }
  .tede-artisan-intro-with-map__text {
    grid-column: 14/21;
    align-items: center;
    display: flex;
  }
  .intro-text-groups {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .intro-text-group .title {
    white-space: nowrap;
  }
  .intro-text-group .text {
    white-space: nowrap;
  }
}
@media (max-width: 800px) {
  .intro-text-group {
    flex-shrink: 1;
    width: auto;
  }
  .intro-text-group .title, .intro-text-group .text {
    display: inline;
  }
  .intro-text-group {
    padding-left: 18px;
    padding-right: 18px;
  }
  .intro-text-group:first-child {
    padding-left: 0;
    padding-right: 18px;
  }
  .intro-text-group:last-child {
    padding-left: 18px;
    padding-right: 0;
  }
  .tede-artisan-intro-with-map {
    margin: 0 26px;
  }
  .tede-artisan-intro-with-map__text {
    order: 0;
  }
  .tede-artisan-intro-with-map__map {
    order: 1;
  }
  .tede-artisan-intro-with-map__inner {
    display: flex;
    flex-direction: column;
  }
  .tede-artisan-intro-with-map__text .phone img {
    width: 100%;
  }
  .tede-artisan-intro-with-map__text .phone {
    margin-bottom: 32px;
  }
  .intro-text-groups {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
/* artisans slider */
.tede-artisans-slider .tede-artisans-slide {
  display: inline-block;
  margin-bottom: 0;
  float: none;
}

.tede-artisans-slider .artisans {
  white-space: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.tede-artisans-slide {
  scroll-snap-align: center;
}

.tede-artisans-slider .artisans::-webkit-scrollbar {
  display: none;
}

.tede-artisans-slider .artisans {
  scrollbar-width: none;
}

.tede-artisans-slider__button__arrow-left,
.tede-artisans-slider__button__arrow-right {
  user-select: none;
  user-select: none;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* inactive: */
  opacity: 0.6;
  pointer-events: none;
}

.tede-artisans-slider__button__arrow-left:hover,
.tede-artisans-slider__button__arrow-right:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.tede-artisans-slider__buttonwrap {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.tede-artisans-slider__button a {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  line-height: 50px;
  color: black;
  padding: 0 30px;
}

#gridder-root .tede-artisans-slider__button a {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  line-height: 50px;
  color: black;
  padding: 0 30px;
}

.tede-artisans-slider__button a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.tede-artisans-slider__button__arrow-left.active,
.tede-artisans-slider__button__arrow-right.active {
  opacity: 1;
  pointer-events: auto;
}

.tede-artisans-slider__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tede-artisans-slide img {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out;
  transform: translateZ(0) scale(1);
  transform-origin: center;
}

.tede-artisans-slide__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.tede-artisans-slide__image::before {
  padding-bottom: 133.5195530726%;
  content: "";
  display: block;
}

.tede-artisans-slide__image:hover img {
  transform: translateZ(0) scale(1.05);
}

.tede-artisans-slide {
  position: relative !important;
  vertical-align: top;
}

.tede-artisans-slide img:nth-child(2) {
  visibility: hidden !important;
}

.tede-artisans-slide:hover img:nth-child(2) {
  visibility: visible !important;
}

.artisan-slide-tags {
  opacity: 0.4;
}

.tede-artisan-slide-caption {
  margin-top: 12px;
}

@media (min-width: 801px) {
  .tede-artisans-slider .tede-artisans-slide {
    margin-right: 0.9%;
    width: 30.6%;
  }
  .tede-artisans-slider h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .tede-artisans-slider .tede-artisans-slide {
    margin-right: 10px;
    width: 80%;
  }
  .tede-artisan-slide-caption {
    font-size: 15px;
    line-height: 20px;
  }
  .tede-artisans-slider h2 {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
/* big image */
.tede-big-image__image {
  position: relative;
  width: 100%;
}

.tede-big-image__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tede-big-image__texts {
  position: absolute;
  z-index: 1;
}

#gridder-root .tede-big-image.white .tede-big-image__texts > * {
  color: white;
}

.tede-big-image.white .tede-big-image__texts > * {
  color: white;
}

.tede-big-image__caption {
  opacity: 0.6;
}

@media (min-width: 801px) {
  .tede-big-image__texts {
    bottom: 55px;
  }
  .tede-big-image__image {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 800px) {
  .tede-big-image__texts {
    bottom: 32px;
  }
  .tede-big-image__caption,
  .tede-big-image__descr {
    font-size: 16px;
    line-height: 22px;
  }
  .tede-big-image__image {
    aspect-ratio: 3/4;
  }
}
/* big slider */
.tede-big-slider {
  position: relative;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}

#gridder-root .tede-big-slide.active {
  opacity: 1;
}
#gridder-root .tede-big-slide {
  opacity: 0;
}
#gridder-root .tede-big-slider .tede-big-slider__button-phone {
  display: none !important;
}
#gridder-root .tede-big-slider .tede-big-slider__button {
  display: none !important;
}

.tede-big-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tede-big-slider__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tede-big-slider__descr {
  opacity: 0.4;
}

#gridder-root .tede-big-slider__button,
.tede-big-slider__button {
  user-select: none;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.tede-big-slider__button {
  color: white;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.tede-big-slider__arrow path {
  stroke: black;
}

.tede-big-slide.white .tede-big-slider__arrow path {
  stroke: white;
}

.tede-big-slide.white .tede-big-slider__texts > * {
  color: white;
}

#gridder-root .tede-big-slide.white .tede-big-slider__texts > * {
  color: white;
}

.tede-big-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: black;
}

.tede-big-slider.white .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

.tede-big-slider .tede-big-slider__button.phone {
  color: black;
}

.tede-big-slider.white .tede-big-slider__button.phone {
  color: white;
}

.tede-big-slider__arrow-left {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 64px;
  width: 64px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  user-select: none;
}

.white .tede-big-slider__arrow-left path {
  stroke: white;
}

.tede-big-slider__arrow-left:hover {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
}

.tede-big-slider__arrow-right {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 64px;
  width: 64px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.white .tede-big-slider__arrow-right path {
  stroke: white;
}

.tede-big-slider__arrow-right:hover {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 801px) {
  .tede-big-slider__texts {
    bottom: 35px;
  }
  #gridder-root .tede-big-slider__button,
  .tede-big-slider__button {
    bottom: 140px;
    right: 222px;
  }
  .tede-big-slider .tede-big-slider__dots,
  .tede-big-slider .swiper-pagination {
    bottom: 45px !important;
  }
}
@media (max-width: 800px) {
  .tede-big-slider__texts {
    font-size: 16px;
    line-height: 22px;
  }
  .tede-big-slider__texts {
    bottom: 80px;
  }
  #gridder-root .tede-big-slider__button,
  .tede-big-slider__button {
    bottom: 80px;
    right: 20px;
  }
  .tede-big-slider .tede-big-slider__dots,
  .tede-big-slider .swiper-pagination {
    bottom: 33px !important;
  }
  .tede-big-slider__arrow {
    display: none;
  }
}
.type-tede_cursor_slider {
  grid-column: 6/21 !important;
}

#gridder .tede-cursor-slide:not(:first-child) {
  display: none;
}

/* cursor slider */
.tede-cursor-slide__image {
  position: relative;
}

.tede-cursor-slide__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.tede-cursor-slide__caption {
  opacity: 0.4;
  margin-top: 8px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

/* .white .tede-cursor-slider__dot { */
/* background-color: white; */
/* } */
.cursor-slider-wrapper {
  position: relative;
}

.tede-cursor-slider__captions {
  opacity: 0.4;
}

.tede-cursor-slide__caption {
  opacity: 0;
  display: none;
}

.tede-cursor-slide__caption.active {
  opacity: 1;
  display: block;
}

@media (min-width: 801px) {
  .tede-cursor-slider__slides {
    position: relative;
    cursor: none;
  }
  .tede-cursor-slider .swiper-pagination {
    bottom: 32px;
  }
  .tede-cursor-slider .tede-cursor-slide__image {
    padding-top: 66.6666666667% !important;
  }
  .tede-cursor-slider__captions {
    position: absolute;
  }
}
@media (max-width: 800px) {
  .tede-cursor-slider {
    margin: 0 16px;
  }
  .tede-cursor-slider .tede-cursor-slider__slides {
    position: relative;
  }
  .tede-cursor-slider .tede-cursor-slide__image {
    padding-top: 133.3333333333% !important;
  }
  .tede-cursor-slider .swiper-pagination {
    bottom: 24px;
  }
}
.type-tede_image_text_with_button {
  grid-column: 4/23 !important;
}

/* image text with button */
.tede-image-text-with-button {
  background-color: #dad6cc;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  user-select: none;
}

.tede-image-text-with-button.image-left {
  flex-direction: row-reverse;
}

.tede-image-text-with-button__image {
  position: relative;
}

#gridder-root .element .tede-image-text-with-button__image img,
.tede-image-text-with-button__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tede-image-text-with-button__image-texts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.tede-image-text-with-button__image-texts.white > * {
  color: white !important;
}

.tede-image-text-with-button__image-description {
  opacity: 0.6;
}

.tede-image-text-with-button__texts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tede-image-text-with-button__title {
  opacity: 0.4;
}

@media (min-width: 801px) {
  .tede-image-text-with-button__image {
    width: 50%;
  }
  .tede-image-text-with-button__texts {
    width: 50%;
  }
  .tede-image-text-with-button__textwrap {
    padding: 65px;
  }
  .tede-image-text-with-button__image-texts {
    padding: 40px;
  }
  .tede-image-text-with-button__ph {
    aspect-ratio: 4/5;
  }
  .tede-image-text-with-button__title {
    margin-bottom: 20px;
  }
  .tede-image-text-with-button__button {
    margin-top: 35px;
  }
}
@media (max-width: 800px) {
  .tede-image-text-with-button {
    flex-direction: column !important;
  }
  .tede-image-text-with-button__texts {
    order: 2;
  }
  .tede-image-text-with-button__textwrap {
    padding: 32px 24px 24px 24px;
  }
  .tede-image-text-with-button__image-texts {
    padding: 24px;
  }
  .tede-image-text-with-button__ph {
    aspect-ratio: 1/1;
  }
  .tede-image-text-with-button__title {
    margin-bottom: 12px;
  }
  .tede-image-text-with-button__button {
    margin-top: 24px;
  }
  .tede-image-text-with-button__text {
    font-size: 24px;
    line-height: 32px;
  }
  .tede-image-text-with-button__image-title,
  .tede-image-text-with-button__image-description {
    font-size: 16px;
    line-height: 22px;
  }
}
.tede-mid-text-inner > *:last-child,
.tede-mid-text-inner-right > *:last-child {
  margin-bottom: 0 !important;
}

.tede-mid-text {
  position: relative;
}

.tede-mid-text-inner-right {
  bottom: 0;
}

.tede-mid-text-inner-right p:first-child {
  margin-top: 0;
}

.tede-mid-text-inner-right p:last-child {
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .tede-mid-text-inner {
    margin-left: 25.2%;
    width: 49.6%;
  }
  .tede-mid-text-inner-right {
    position: absolute;
    width: 14.9%;
    opacity: 0.4;
  }
}
@media (max-width: 800px) {
  .tede-mid-text-inner {
    margin: 0 auto 32px auto;
    width: 100%;
  }
  .tede-mid-text-inner:last-child {
    margin-bottom: 0;
  }
  .tede-mid-text-inner-right {
    position: relative;
    margin: 0 auto 0 auto;
    width: 100%;
    opacity: 0.4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .tede-mid-text-inner-right p {
    text-align: right;
    width: 80%;
  }
}
/* normal slider */
.tede-normal-slide__image {
  width: 100%;
}

.tede-normal-slide {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

.tede-normal-slide:last-child {
  margin-right: 0;
}

.tede-normal-slide__image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.tede-normal-slide__image {
  position: relative;
}

.tede-normal-slider {
  white-space: nowrap;
  overflow-x: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.tede-normal-slider::-webkit-scrollbar {
  display: none;
}

.tede-normal-slider {
  scrollbar-width: none;
}

.tede-normal-slide__caption {
  opacity: 0.4;
  white-space: normal;
}

.tede-normal-slider__arrow-left {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}

.tede-normal-slider__arrow-left.active:hover {
  background-color: rgb(255, 255, 255);
}

.tede-normal-slider__arrow-left.active {
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  opacity: 1;
}

.tede-normal-slider__arrow-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}

.tede-normal-slider__arrow-right.active:hover {
  background-color: rgb(255, 255, 255);
}

.tede-normal-slider__arrow-right.active {
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 801px) {
  .tede-normal-slide {
    margin-right: 0.9%;
  }
  .tede-normal-slide {
    width: 22.726%;
  }
  .tede-normal-slide__caption {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .tede-normal-slide {
    margin-right: 10px;
    width: 80%;
  }
  .tede-normal-slider__arrow {
    display: none;
  }
  .tede-normal-slide__caption {
    margin-top: 10px;
    font-size: 15px;
  }
  .tede-normal-slider {
    scroll-snap-type: x mandatory;
  }
  .tede-normal-slide {
    scroll-snap-align: center;
  }
}
.lay-woocommerce-gallery.swiper-container {
  padding-bottom: 0 !important;
}

.tede-product-slider__products .product img {
  width: 100% !important;
}

/* product slider */
.ph {
  position: relative;
}

.tede-product-slider {
  font-size: 0;
}

#gridder-root .tede-product-slider ul.products {
  white-space: nowrap !important;
  margin-bottom: 0;
  padding-left: 0;
}

.tede-product-slider .ph.lay-woocommerce-image {
  height: 0;
}

.tede-product-slider__products .products {
  white-space: nowrap;
  overflow-x: scroll;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.tede-product-slider__products .product,
.tede-product-slider__products .woocommerce ul.products li.product {
  display: inline-block;
  margin-bottom: 0;
  float: none;
}

.tede-product-slider__products .product img,
.tede-product-slider__products .woocommerce ul.products li.product img {
  border-radius: 12px;
}

.tede-product-slider__products .products::-webkit-scrollbar {
  display: none;
}

.tede-product-slider__products .products {
  scrollbar-width: none;
}

.tede-product-slider__button__arrow-left,
.tede-product-slider__button__arrow-right {
  user-select: none;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* inactive: */
  opacity: 0.6;
  pointer-events: none;
}

.tede-artisans-slider__button__arrow-left svg,
.tede-product-slider__button__arrow-left svg {
  position: relative;
  left: -1px;
}

.tede-artisans-slider__button__arrow-right svg,
.tede-product-slider__button__arrow-right svg {
  position: relative;
  right: -1px;
}

.tede-product-slider__button__arrow-left:hover,
.tede-product-slider__button__arrow-right:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.tede-product-slider__buttonwrap {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.tede-product-slider__button a,
#gridder-root .tede-product-slider__button a {
  background-color: #fff;
  border-radius: 100px;
  display: block;
  line-height: 50px;
  color: black;
  padding: 0 30px;
}

.tede-product-slider__button a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.tede-product-slider__button__arrow-left.active,
.tede-product-slider__button__arrow-right.active {
  opacity: 1;
  pointer-events: auto;
}

.tede-product-slider__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tede-product-slider__products .woocommerce ul.products li.product img:nth-child(2) {
  visibility: hidden;
}

.tede-product-slider__products .woocommerce ul.products li.product:hover img:nth-child(2) {
  visibility: visible;
}

#gridder-root .tede-product-slider__products .on-image-top-right {
  top: 0;
}
#gridder-root .tede-product-slider__products .on-image-top-left {
  top: 0;
}
#gridder-root .tede-product-slider__products .woocommerce ul.products li.product img:nth-child(2) {
  display: none;
}

@media (min-width: 1281px) {
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    width: 22.722%;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    width: 30.615%;
  }
}
@media (min-width: 801px) {
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    margin-right: 0.9%;
  }
  .tede-product-slider h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    scroll-snap-align: center;
  }
  .tede-product-slider__products .products {
    scroll-snap-type: x mandatory;
  }
  .tede-product-slider h2 {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .tede-product-slider__button__arrow-left,
  .tede-product-slider__button__arrow-right {
    display: none;
  }
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    width: 80%;
  }
  .tede-product-slider__products .product,
  .tede-product-slider__products .woocommerce ul.products li.product {
    margin-right: 10px;
  }
  .lay-woocommerce-product-thumbnail-title,
  .lay-woocommerce-product-thumbnail-price {
    margin-top: 22px;
  }
  .lay_woocommerce_product_thumbnail_text_wrap.on-image-top-left {
    left: 22px;
  }
  .lay_woocommerce_product_thumbnail_text_wrap.on-image-top-right {
    right: 22px;
  }
  .lay_woocommerce_product_thumbnail_text_wrap.on-image-bottom-right {
    bottom: 22px;
    right: 22px;
  }
}
/* tede-products-by-brand__products */
.tede-products-by-brand .products .product {
  flex-grow: 1;
}

#gridder .tede-products-by-brand__products .products {
  gap: 0.9%;
}

.tede-products-by-brand__products ul,
#gridder-root .tede-products-by-brand__products ul {
  padding: 0 !important;
  margin: 0;
  list-style: none !important;
}

.tede-products-by-brand__products ul.products::before {
  display: none !important;
}

.tede-products-by-brand__products ul.products::after {
  display: none !important;
}

.type-tede_products_by_brand img {
  border-radius: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#gridder-root .type-tede_products_by_brand .ph img:nth-child(2) {
  display: none;
}

.tede-products-by-brand__products .product .lay-woocommerce-image img:nth-child(2) {
  transition: none !important;
  visibility: hidden;
}

.tede-products-by-brand__products .product .lay-woocommerce-image:hover img:nth-child(2) {
  transition: none !important;
  visibility: visible;
}

@media (min-width: 801px) {
  .tede-products-by-brand__products .product {
    width: auto;
    margin-right: 0 !important;
    margin: 0 !important;
    width: 32.4333333333% !important;
  }
  .tede-products-by-brand__products .products {
    display: flex;
    gap: 0.9%;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .tede-products-by-brand__products .product {
    width: auto;
    margin-right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .tede-products-by-brand__products .products {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
  }
  .tede-products-by-brand__header h2 {
    margin: 0 0 24px 0;
  }
  .row:last-child .tede-products-by-brand {
    margin-top: 82px;
  }
}
.tede-slider-cursor-image-text__slides {
  position: relative;
  aspect-ratio: 3/4;
  cursor: none;
}

.tede-slider-cursor-image-text__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.tede-slider-cursor-image-text__text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tede-slider-cursor-image-text__text-2 {
  opacity: 0.4;
}

#gridder .tede-slider-cursor-image-text .tede-cursor-slide:not(:first-child) {
  display: none;
}

.tede-slider-cursor-image-text .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

.tede-slider-cursor-image-text__dot.active {
  opacity: 1;
}

@media (min-width: 801px) {
  .tede-slider-cursor-image-text__slides,
  .tede-slider-cursor-image-text-flex-wrap {
    grid-column: 14/23;
  }
  .tede-slider-cursor-image-text__text {
    grid-column: 4/11;
  }
  .tede-slider-cursor-image-text {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 3.2% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 3.2%;
  }
  .tede-slider-cursor-image-text__text-inner {
    gap: 20px;
  }
  .tede-slider-cursor-image-text .swiper-pagination {
    bottom: 32px !important;
  }
  .tede-slider-cursor-image-text .tede-cursor-slide__image {
    padding-top: 133.3333333333% !important;
  }
  .tede-slider-cursor-image-text .tede-slider-cursor-image-text__slides,
  .tede-slider-cursor-image-text-flex-wrap {
    aspect-ratio: 3/4;
  }
}
@media (max-width: 800px) {
  .tede-slider-cursor-image-text {
    margin: 0 14px;
  }
  .tede-slider-cursor-image-text {
    display: flex;
    flex-direction: column;
  }
  .tede-slider-cursor-image-text-flex-wrap {
    order: 0;
  }
  .tede-slider-cursor-image-text__text {
    margin-top: 32px;
    order: 1;
  }
  .tede-slider-cursor-image-text__text-inner {
    display: flex;
  }
  .tede-slider-cursor-image-text__text-inner .tede-slider-cursor-image-text__text-2 {
    order: 0;
  }
  .tede-slider-cursor-image-text__text-inner .tede-slider-cursor-image-text__text-1 {
    order: 1;
  }
  .tede-slider-cursor-image-text__text-inner {
    gap: 16px;
  }
  .tede-slider-cursor-image-text__text-1 {
    font-size: 24px;
    line-height: 32px;
  }
  .tede-slider-cursor-image-text .swiper-pagination {
    bottom: 24px !important;
  }
  .tede-cursor {
    display: none !important;
  }
  .tede-slider-cursor-image-text__slides {
    cursor: auto !important;
  }
  .tede-slider-cursor-image-text__text-inner {
    margin-left: 26px;
    margin-right: 26px;
    width: calc(100% - 52px);
  }
}
.tede-slider-buttons-image-text__slides {
  aspect-ratio: 3/4;
}

.tede-buttons-slide img {
  width: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tede-buttons-slide.active {
  opacity: 1;
}

#gridder .tede-buttons-slide:not(:first-child) {
  display: none;
}

.tede-slider-buttons-image-text__dot.active {
  opacity: 1;
}

.tede-slider-buttons-image-text__text-inner {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.tede-slider-buttons-image-text__text-inner.active {
  display: flex;
}

.tede-slider-buttons-image-text__text-2 {
  opacity: 0.4;
}

.tede-slider-buttons-image-text-buttons {
  display: flex;
  gap: 10px;
  position: absolute;
  left: 8%;
}

.tede-slider-buttons-image-text-buttons .tede-artisans-slider__button__arrow-left,
.tede-slider-buttons-image-text-buttons .tede-artisans-slider__button__arrow-right {
  user-select: none;
  pointer-events: auto;
  background-color: #dad6cc;
}

.tede-slider-buttons-image-text-buttons .tede-artisans-slider__button__arrow-left:hover,
.tede-slider-buttons-image-text-buttons .tede-artisans-slider__button__arrow-right:hover {
  opacity: 1;
  background-color: #c8c3b5;
}

.tede-slider-buttons-image-text__slides {
  position: relative;
}

@media (min-width: 801px) {
  .tede-slider-buttons-image-text {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3.2% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 3.2%;
  }
  .tede-slider-buttons-image-text__slides {
    grid-column: 6/13;
    position: relative;
  }
  .tede-slider-buttons-image-text__text-wrap {
    position: relative;
    grid-column: 14/23;
  }
  .tede-slider-buttons-image-text__text {
    display: flex;
    flex-direction: column;
    padding-top: 190px;
  }
  .tede-slider-buttons-image-text__text {
    padding-left: 8%;
    padding-right: 8%;
    height: 100%;
  }
  .tede-slider-buttons-image-text .swiper-pagination {
    bottom: 32px !important;
  }
}
@media (max-width: 800px) {
  .tede-slider-buttons-image-text-buttons {
    display: none;
  }
  .tede-slider-buttons-image-text__text {
    display: flex;
    flex-direction: column;
  }
  .tede-slider-buttons-image-text {
    margin: 0 16px;
  }
  .tede-slider-buttons-image-text__text-inner {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
    margin-top: 32px;
  }
  .tede-slider-buttons-image-text .swiper-pagination {
    bottom: 24px !important;
  }
}
.type-tede_one_image {
  grid-column: 6/21 !important;
}

.tede-one-image img {
  width: 100%;
  border-radius: 12px;
}

.tede-one-image .tede-one-image-caption {
  opacity: 0.4;
  margin-top: 9px;
}

#gridder-root .element .tede-one-image img {
  position: relative;
}

@media (min-width: 801px) {
  .tede-one-image {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .tede-one-image {
    margin: 0 16px;
  }
  .tede-one-image img {
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
  }
}
.tede-two-images__wrap:first-child {
  grid-column: 6/13;
}

.tede-two-images__wrap:last-child {
  grid-column: 14/21;
}

.tede-two-images__image img {
  width: 100%;
  border-radius: 12px;
}

.tede-two-images__text {
  opacity: 0.4;
  margin-top: 9px;
}

.tede-two-images-inner {
  text-align: center;
}

#gridder-root .element .tede-two-images__image img {
  position: relative;
}

@media (min-width: 801px) {
  .tede-two-images-inner {
    display: grid;
    grid-template-columns: 3.2% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 3.2%;
  }
}
@media (max-width: 800px) {
  .tede-two-images-inner {
    margin: 0 16px;
  }
  .tede-two-images__wrap:first-child {
    margin-bottom: 46px;
  }
}
.tede-three-images__wrap:last-child {
  margin-right: 0;
}

.tede-three-images__wrap {
  vertical-align: top;
}

.tede-three-images__image img {
  width: 100%;
  border-radius: 12px;
}

.tede-three-images__text {
  opacity: 0.4;
  margin-top: 9px;
}

.tede-three-images-inner {
  text-align: center;
}

#gridder-root .element .tede-three-images__image img {
  position: relative;
}

@media (min-width: 801px) {
  .tede-three-images__wrap {
    width: 32.73333333%;
    margin-right: 0.9%;
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .tede-three-images__wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
  }
  .tede-three-images__wrap:last-child {
    margin-bottom: 0;
  }
}
/* image text with button */
.tede-image-text {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.tede-image-text.image-left {
  flex-direction: row-reverse;
}

.tede-image-text__image {
  position: relative;
}

#gridder-root .element .tede-image-text__image img,
.tede-image-text__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.tede-image-text__ph img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.tede-image-text__textwrap {
  width: 100%;
}

.tede-image-text__title {
  opacity: 0.4;
}

@media (min-width: 801px) {
  .tede-image-text__title {
    margin-bottom: 20px;
  }
  .tede-image-text__ph {
    aspect-ratio: 4/5;
  }
  .tede-image-text {
    width: 100%;
    display: grid;
    grid-template-columns: 3.2% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 0.9% 1fr 3.2%;
  }
  .tede-image-text__texts {
    grid-column: 4/11;
  }
  .tede-image-text__image {
    grid-column: 14/23;
  }
  .tede-image-text__texts {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .tede-image-text__title {
    margin-bottom: 12px;
  }
  .tede-image-text__ph {
    aspect-ratio: 4/5;
  }
  .tede-image-text {
    margin: 0 26px;
  }
  .type-tede_image_text {
    padding-top: 64px !important;
  }
  .tede-image-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .tede-image-text__texts {
    order: 2;
  }
  .tede-image-text__texts {
    margin: 0 14px;
  }
}
.tede-read-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 801px) {
  .tede-read-more-inner {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 800px) {
  .tede-read-more-inner {
    letter-spacing: 0.04em;
    font-size: 12px;
  }
}
.tede-button,
#gridder-root a.tede-button {
  padding: 0 32px;
  line-height: 50px !important;
  border-radius: 100px;
  display: inline-block;
}

.tede-button-white,
#gridder-root a.tede-button-white {
  background-color: white;
}

.tede-button-white-alt,
#gridder-root a.tede-button-white-alt {
  background-color: rgba(255, 255, 255, 0.6);
}

.tede-button-white-alt:hover,
#gridder-root a.tede-button-white-alt:hover {
  background-color: rgb(255, 255, 255);
}

.tede-cursor {
  transition: opacity 200ms ease;
  opacity: 0;
}

.tede-cursor.active {
  opacity: 1;
}

.tede-cursor {
  top: -40px;
  left: -40px;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tede-cursor > div {
  color: white;
}

.grid-indicators {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999999;
  pointer-events: none;
  display: none;
}

.grid-indicators.show {
  display: flex;
}

.grid-indicators div {
  height: 100%;
  background-color: rgba(0, 255, 255, 0.3);
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 801px) {
  .grid-indicators {
    gap: 0.9%;
    width: 93.6%;
    left: 3.2%;
    right: 3.2%;
  }
}
@media (max-width: 800px) {
  .grid-indicators {
    gap: 16px;
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
  }
  .grid-indicators div:nth-child(1) {
    display: none;
  }
  .grid-indicators div:nth-child(2) {
    display: none;
  }
  .grid-indicators div:nth-child(3) {
    display: none;
  }
  .grid-indicators div:nth-child(4) {
    display: none;
  }
  .grid-indicators div:nth-child(5) {
    display: none;
  }
  .grid-indicators div:nth-child(6) {
    display: none;
  }
}
@media (max-width: 800px) {
  body.slug-terms-and-conditions #grid,
  body.slug-faq #grid,
  body.slug-privacy-policy #grid {
    margin-top: 130px;
  }
}
.swiper {
  margin-left: initial !important;
  margin-right: initial !important;
}

.link-disabled img {
  /* filter: url(#sharp-blur-tede); */
  transform: scale(1.2) !important;
  filter: blur(10px);
}

.white-header .sitetitle path,
.white-header .mobile-title path {
  fill: white !important;
}

.white-header .burger-wrap {
  color: white !important;
}

@media (min-width: 801px) {
  .phone {
    display: none;
  }
  .white-header > .laynav {
    filter: invert(1);
  }
  .lay-content ul {
    margin-bottom: 0 !important;
    padding-left: 1.5em !important;
  }
}
@media (max-width: 800px) {
  .lay-content ul {
    margin-bottom: 0 !important;
    padding-left: 1.5em !important;
  }
  .desktop {
    display: none;
  }
  .lay-cart-icon-wrap {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 20px;
    z-index: 32;
  }
  .phone-spacetop {
    margin-top: 25px;
  }
  .text-align-center {
    text-align: center;
  }
  .white-header .lay-cart-icon-wrap {
    filter: invert(1);
  }
}