/*
 * Out of stock overlay
 */
.product.outofstock .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}
.product.outofstock .woocommerce-LoopProduct-link img {
  opacity: 0.5;
}
.product.outofstock .everbaby-oos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 12px 0;
  z-index: 0;
  pointer-events: none;
}

.product.instock .woocommerce-LoopProduct-link img {
  opacity: 1;
}

/*
 * Product page attributes
 */
.product-attributes .woocommerce-product-attributes-item {
  display: flex;
  gap: 20px;
}
.product-attributes table.shop_attributes {
  border-top: none;
  margin-bottom: 10px;
}
.product-attributes table.shop_attributes .woocommerce-product-attributes-item {
  font-size: var(--e-global-typography-7e6a75a-font-size);
  line-height: var(--e-global-typography-7e6a75a-line-height);
  font-family: var(--e-global-typography-7e6a75a-font-family), Sans-serif;
  color: var(--e-global-color-primary);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--e-global-color-2a762c4);
}
.product-attributes table.shop_attributes .woocommerce-product-attributes-item:last-child {
  margin-bottom: 0;
}
.product-attributes table.shop_attributes th,
.product-attributes table.shop_attributes td {
  padding: 0;
  background: none;
  border: none;
  width: auto;
  text-align: left;
  font-style: normal;
}
.product-attributes table.shop_attributes th p,
.product-attributes table.shop_attributes td p {
  padding: 0;
  text-align: left;
}

:root {
  --beige: #f5f2ed;
  --beige2: #ede9e3;
  --beige3: #e5e0d8;
  --dark: #1a1410;
  --orange: #c96b38;
  --muted: #6b6560;
  --hint: #9a9590;
  --border: #dedad4;
  --white: #ffffff;
  --black: #0f0d0b;
  --font-text: Arial, Helvetica, sans-serif;
}

/*
 * Custom WooCommerce Product
 */
.section-breadcrumbs {
  border-top: 1px solid var(--border);
  background-color: var(--beige);
  font-family: var(--font-text);
}
.section-breadcrumbs .breadcrumbs-text .woocommerce-breadcrumb {
  margin-bottom: 0;
  font-size: 12px;
}
.section-breadcrumbs .breadcrumbs-text .woocommerce-breadcrumb a {
  font-weight: 400;
}

.section-product-info {
  background-color: var(--beige);
  font-family: var(--font-text);
}
.section-product-info .gallery-wrapper {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-product-gallery {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .section-product-info .gallery-wrapper .inm-gallery .woo-variation-product-gallery {
    width: 100%;
  }
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-slider-wrapper {
  background: var(--beige2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
  align-content: center;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-slider-wrapper .woo-variation-gallery-slider .slick-arrow {
  display: none !important;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper {
  background: var(--beige2);
  padding: 20px 20px 20px 0;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper .wvg-thumbnail-prev-arrow {
  left: 14px;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper .slick-arrow {
  align-content: center;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper .slick-arrow::before {
  color: var(--dark);
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper .slick-track {
  display: flex;
  gap: 20px;
}
.section-product-info .gallery-wrapper .inm-gallery .woo-variation-gallery-thumbnail-wrapper .slick-track .slick-active.slick-center img {
  border: 2px solid var(--orange);
  border-radius: 2px;
}
.section-product-info .info-wrapper {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 992px) {
  .section-product-info .info-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-product-info .info-wrapper .inm-product-title {
  margin-bottom: 20px;
}
.section-product-info .info-wrapper .inm-product-title .product_title {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 0px;
}
.section-product-info .info-wrapper .inm-product-price-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 16px;
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-price .price {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-price .price ins {
  text-decoration: none;
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-price .price ins .woocommerce-Price-amount {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--dark);
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-price .price del {
  text-decoration: none;
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-price .price del .woocommerce-Price-amount {
  font-family: Georgia, serif;
  font-size: 15px;
  color: var(--hint);
  font-weight: 400;
  text-decoration: line-through;
}
.section-product-info .info-wrapper .inm-product-price-wrapper .inm-product-sale-badge .ever-discount-badge {
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-weight: 700;
  padding: 4px 8px;
}
.section-product-info .info-wrapper .inm-product-shortdesc {
  margin-bottom: 24px;
}
.section-product-info .info-wrapper .inm-product-shortdesc p {
  max-width: 400px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0;
}
.section-product-info .info-wrapper .inm-product-addtocart {
  margin-bottom: 14px;
}
@media screen and (max-width: 992px) {
  .section-product-info .info-wrapper .inm-product-addtocart {
    width: 100%;
  }
}
.section-product-info .info-wrapper .inm-product-addtocart div.quantity input.qty::-webkit-outer-spin-button,
.section-product-info .info-wrapper .inm-product-addtocart div.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-product-info .info-wrapper .inm-product-addtocart div.quantity input.qty[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.section-product-info .info-wrapper .inm-product-addtocart div.quantity.qty-customized,
.section-product-info .info-wrapper .inm-product-addtocart .quantity.qty-customized {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  background: var(--beige);
}
.section-product-info .info-wrapper .inm-product-addtocart div.quantity.qty-customized .qty-btn,
.section-product-info .info-wrapper .inm-product-addtocart .quantity.qty-customized .qty-btn {
  background: transparent;
  border: none;
  padding: 0 10px;
  height: 36px;
  font-size: 15px;
  color: var(--dark);
  cursor: pointer;
  margin-left: 0;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .label {
  padding: 0;
  background-color: transparent;
  margin-bottom: 12px;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .label label {
  width: 100%;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .label label span {
  color: var(--orange);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .label label span::before {
  content: none;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .value {
  padding: 0;
  background-color: transparent;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .value .cfvsw-swatches-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section-product-info .info-wrapper .inm-product-addtocart .variations .value .cfvsw-swatches-container {
    display: grid !important;
  }
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .value .cfvsw-swatches-container .cfvsw-swatches-option {
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 8px 6px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .value .cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
  height: 28px;
  width: 100%;
  border-radius: 2px;
}
.section-product-info .info-wrapper .inm-product-addtocart .variations .value .reset_variations {
  display: none !important;
}
.section-product-info .info-wrapper .inm-product-addtocart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty.text {
  width: 36px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  height: 100%;
  font-size: 13px;
  font-family: Arial, sans-serif;
  outline: none;
  background: var(--beige);
  padding: 0;
  border-radius: 0;
}
.section-product-info .info-wrapper .inm-product-addtocart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background: var(--orange);
  color: #fff;
  border: none;
  height: 36px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 24px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .section-product-info .info-wrapper .inm-product-availability {
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .section-product-info .info-wrapper .inm-product-ask {
    width: fit-content;
  }
}
.section-product-info .info-wrapper .inm-product-ask .elementor-button {
  font-size: 12px;
  font-family: var(--font-text);
  font-weight: 400;
  color: var(--orange);
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}
.section-product-info .info-wrapper .inm-product-ask .elementor-button:hover {
  text-decoration: underline;
}
.section-product-info .info-wrapper .custom-product-availability__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 7px;
}
.section-product-info .info-wrapper .custom-product-availability__label {
  font-size: 12px;
  color: var(--muted);
}

.section-tabs {
  background-color: var(--beige);
  font-family: var(--font-text);
}
.section-tabs .e-n-tabs .e-n-tabs-heading {
  padding: 0 5%;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 0;
}
.section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--hint);
  padding: 16px 20px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:first-child {
    margin-top: 10px;
  }
}
.section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: 11px;
  font-weight: 400;
  font-family: var(--font-text);
}
.section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  background-color: transparent !important;
  color: var(--dark);
}
.section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: transparent !important;
  border-bottom: 2px solid var(--orange) !important;
  color: var(--dark);
}
@media screen and (max-width: 992px) {
  .section-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    margin-bottom: 0;
  }
}
.section-tabs .e-n-tabs .e-n-tabs-content {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 992px) {
  .section-tabs .e-n-tabs .e-n-tabs-content .e-active {
    padding: 32px 5% 0;
  }
}
.section-tabs .e-n-tabs .e-n-tabs-content p,
.section-tabs .e-n-tabs .e-n-tabs-content ul,
.section-tabs .e-n-tabs .e-n-tabs-content li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.section-tabs .e-n-tabs .e-n-tabs-content ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.section-tabs .e-n-tabs .e-n-tabs-content ul li {
  width: 50%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  list-style: none;
  margin-bottom: 0;
}
.section-tabs .e-n-tabs .e-n-tabs-content ul li:nth-child(2n) {
  padding-left: 12px;
}
.section-tabs .e-n-tabs .e-n-tabs-content ul li:nth-last-child(2) {
  border-bottom: 1px solid var(--border);
}
.section-tabs .e-n-tabs .e-n-tabs-content ul li:first-child, .section-tabs .e-n-tabs .e-n-tabs-content ul li:nth-child(2) {
  border-top: 0;
}
.section-tabs .e-n-tabs .e-n-tabs-content ul li::before {
  content: " ";
  width: 16px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 13px;
}

.section-featured {
  padding: 56px 5%;
  font-family: var(--font-text);
  background-color: var(--beige);
}
.section-featured .featured-title-wrapper {
  margin-bottom: 32px;
}
.section-featured .featured-title-wrapper .featured-title .elementor-heading-title {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--dark);
}
.section-featured .featured-title-wrapper .featured-button .elementor-button {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dark);
  border: 1px solid var(--dark);
  padding: 10px 20px;
  background: transparent;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
  font-family: var(--font-text);
  font-weight: 400;
}
.section-featured .featured-title-wrapper .featured-button .elementor-button:hover {
  background-color: var(--dark);
  color: var(--white);
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .section-featured .featured-products-wrapper .featured-products .products.elementor-grid {
    grid-template-columns: auto;
  }
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .onsale {
  display: none !important;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product img {
  background: var(--beige2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 0;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .woocommerce-loop-product__title {
  padding: 16px 20px 0;
  margin-bottom: 4px;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--dark);
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price {
  padding: 0 20px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price span:nth-child(2) {
  display: none;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price .woocommerce-Price-amount {
  font-size: 14px;
  color: var(--orange);
  font-weight: 500;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price .woocommerce-Price-amount:nth-child(3) {
  text-decoration: line-through;
  color: var(--hint);
  font-size: 12px;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price del {
  text-decoration: none;
  order: 2;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price del .woocommerce-Price-amount {
  text-decoration: line-through;
  color: var(--hint);
  font-size: 12px;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .price ins {
  text-decoration: none;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .product_type_variable,
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .product_type_simple {
  margin-bottom: 0;
  width: 90% !important;
  max-width: 100% !important;
  background: var(--beige2);
  border: 1px solid var(--border);
  padding: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dark);
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s, border-color 0.2s;
  margin: 0 20px 20px;
  font-weight: 400;
  justify-content: center;
  text-align: center;
}
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .product_type_variable:hover,
.section-featured .featured-products-wrapper .featured-products .products.elementor-grid .product .product_type_simple:hover {
  background-color: var(--dark);
  color: var(--white);
}