/*
	Theme Name: Pure Fashion
	Theme URI: https://purefashion.fuelthemes.net
	Description: <strong>A fast &amp; optimized WooCommerce WordPress Theme by <a href="https://fuelthemes.net" target="_blank">fuelthemes</a></strong>
	Version: 1.0.3
	Author: Fuel Themes
	Author URI: https://fuelthemes.net
	Text Domain: pure-fashion
	Domain Path: /inc/languages
  License: GPLv2 or later
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Tested up to: 5.6
	Requires PHP: 7.0
	Woo: 7704815:e17090f359de4f7dc94e779b32236bc1
*/

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100..900;1,100..900&display=swap");

.wc-block-featured-product__wrapper
  .wc-block-featured-product__link
  .wp-block-button__link {
  background: #334010;
  font-size: 17px;
}

.woocommerce-loop-category__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.woocommerce-loop-category__title .count {
  display: none;
}

.jq-toast-single {
  text-align: center;
  font-size: 22px;
  padding: 20px 20px 20px 60px !important;
  border: 5px solid white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0.25);
}

.jq-toast-single .jq-toast-heading {
  font-size: 28px !important;
  line-height: 30px !important;
}
/* Modal Overlay Container */
#product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000; /* Ensure it's on top of all content */
}

#product-modal .modal-content-container {
  background: #fff;
  border-radius: 4px;
  max-width: 90%;
  max-height: 90%;
  width: 860px;
  height: 720px;
  position: relative;
  overflow-y: visible;
}
/* Modal Content Container */
#product-modal .modal-content {
  overflow-y: auto;
  padding: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}

#product-modal .modal-content .product_meta {
  font-family: Fira Sans Extra Condensed !important;
  font-size: 10px;
  background: #fff;
  padding: 5px;
  border: 1px solid #aaa;
  margin-top: 10px;
  border-radius: 5px;
}

#product-modal .modal-content .add_to_cart_disclaimer {
  display: none;
}

#product-modal .modal-content .large-4,
#product-modal .modal-content .large-3 {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#product-modal .modal-content .row {
  padding: 0;
}

#product-modal .modal-content .wc-tabs-wrapper,
#product-modal .modal-content .related,
#product-modal .modal-content .upsells {
  display: none;
}

#product-modal .modal-content .price {
  font-family: Fira Sans Extra Condensed !important;
  font-weight: 900;
  font-size: 22px;
}

#product-modal .modal-content .price > .amount {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 5px 0;
}

#product-modal .modal-content table.variations tr {
  vertical-align: top;
}

#product-modal .modal-content table.variations tr th {
  padding: 0;
  text-align: left;
}

#product-modal .modal-content table.variations td {
  padding: 0;
}

#product-modal .modal-content div.quantity {
  text-align: center;
  border: 1px solid #555;
  border-radius: 5px;
  vertical-align: top;
}

#product-modal .modal-content div.quantity input {
  border: none;
  text-align: center;
}

#product-modal .modal-content table.variations td select {
  margin-bottom: 10px;
}

#product-modal .modal-content table.variations .reset_variations {
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 9px;
  background: #888;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}

#product-modal .modal-content .woocommerce-product-gallery {
  opacity: 1 !important;
  pointer-events: none;
}

#product-modal .modal-content h1 {
  font-size: 26px;
}
#product-modal .modal-content h2 {
  font-size: 24px;
}
/* Close Button Styling */
#product-modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #333;
  color: #fff;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}

/* Product Grid Container */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

/* Each Product Item */
.product-grid .product-item {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.home .footer {
  margin-top: 0;
}
.front_video video {
  filter: opacity(0.6);
}

.front_video h1 {
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.front_video h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0;
}

.front_video .hey-front-header-button {
  margin-bottom: 40px;
}

.front_video .hey-front-header-button a {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(20, 20, 20, 0.6) !important;
  color: #333 !important;
}
.front_video .hey-front-header-button a:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(20, 20, 20, 0.6) !important;
  color: #333 !important;
}

.front-next-delivery {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

.front-next-delivery strong {
  color: #334010;
  font-weight: 700;
  font-size: 150%;
}

.front-free-delivery {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

.front-free-delivery strong {
  color: #334010;
  font-weight: 700;
  font-size: 150%;
}

.front-section {
  margin: 1rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding: 80px 0;
}

.front-section-2 .front-story {
  padding: 40px 40px 20px;
  background: #fff;
  border-radius: 15px;
}

.front-section-about .front-story a {
  background: rgba(247, 247, 243, 1);
  padding: 8px 16px;
  border-radius: 5px;
}

.front-section-3,
.front-section-5 {
  background: #fff;
}

.front-section > div {
  max-width: 1320px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

h2.front-section-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: -0.3px;
  font-weight: 400;
}

#mix-and-match-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mix-and-match-products .mix-and-match-item {
  width: 48%;
}

.mix-and-match-item label {
  margin-bottom: 0;
}

.mix-and-match-item h6 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 12px;
}

.products .product .thb-product-inner-wrapper,
.wc-block-grid__products .product .thb-product-inner-wrapper {
}

.products .product .product-thumbnail,
.wc-block-grid__products .product .product-thumbnail {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.55);
}

.admin-bar .thb-product-detail .product-information .entry-summary,
.thb-product-detail .product-information .admin-bar .entry-summary,
.thb-product-detail .product-information .entry-summary {
  padding: 0 !important;
}

.thb-product-inner-content {
  position: absolute;
  width: 100%;
  background: rgba(247, 247, 243, 0.88);
  padding: 12px;
}

#countdown-container {
  text-align: center;
  margin-bottom: 40px;
}

#countdown {
  line-height: 1;
  padding: 12px 16px;
  display: inline-block;
  background: #334010da;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-family: Fira Sans Extra Condensed !important;
}

.wp-block-button__link,
.button {
  font-family: Fira Sans Extra Condensed !important;
}
.wp-block-button .wp-block-button__link {
  font-size: 14px;
}

#countdown #countdown-numbers {
  min-width: 340px;
  display: flex;
  justify-content: center;
}
#countdown h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1;
}

#countdown #countdown-numbers > div {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 4px;
}

#countdown .countdown-number {
  display: inline-block;
  text-align: right;
  font-weight: 700;
  margin-right: 3px;
  font-size: 25px;
}
#countdown .countdown-label {
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}

.thb-product-category-content .btn.white {
  background: #334010;
  color: #fff;
}

.thb-product-category-content .btn.white:hover {
  background: #223000;
  color: #fff;
}

#scroll_to_top.active {
  bottom: 6px;
  width: 28px;
  height: 28px;
  background: #444;
  color: #fff;
}

#scroll_to_top.active:hover {
  background: #666;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 40px;
}
.hey-white-link a {
  color: #f4ead5;
}

.price {
  font-size: 16px;
}
.price > .amount {
  color: #209028;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.products .product-category .woocommerce-loop-category__title {
  text-shadow: 0 0 4px #000000b8;
}

.thb-filter-bar .thb-filter-middle-column {
  opacity: 0;
  pointer-events: none;
  height: 1px;
}

.products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: inherit;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-weight: 500 !important;
}

.wc-block-grid__products .wc-block-grid__product {
  border-left-width: 14px;
  border-right-width: 14px;
  border-bottom-width: 0;
  margin-bottom: 40px;
}

.thb-full-menu > .menu-item > a:hover,
.thb-full-menu .menu-item.current-menu-item > a,
.products .product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .product .woocommerce-loop-product__title a:hover {
  color: #334010;
}

.products .product .product-thumbnail .button,
.products .product .product-thumbnail .wp-block-button__link,
.wc-block-grid__products .product .product-thumbnail .button,
.wc-block-grid__products .product .product-thumbnail .wp-block-button__link {
  font-size: 14px;
}
@media only screen and (min-width: 1068px) {
  .thb-product-category-block-grid.products .product-category.thb-index-2 {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media only screen and (max-width: 768px) {
  .hey-front-header-intro {
    font-size: 28px !important;
  }
  .hey-front-header-title {
    font-size: 32px !important;
  }
  .hey-front-header-button a {
    font-size: 15px !important;
  }
}

.product_list_widget .variation dd p {
  font-size: 11px;
  margin-bottom: 10px;
}

.wc_payment_methods li .payment_box {
  font-size: 14px;
  padding: 20px;
  padding: 20px;
  background: #d3e5d4;
}

.woocommerce-SavedPaymentMethods-saveNew {
  margin-top: 15px;
}
.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 12px;
  letter-spacing: 0;
}

.shop_table tfoot tr.woocommerce-shipping-totals td {
  text-align: right;
}
.woocommerce-shipping-methods {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.woocommerce-shipping-methods label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: bold;
}

.woocommerce-store-notice {
  background: #209028;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
}

.woocommerce-store-notice strong {
  margin-left: 4px;
  text-transform: uppercase;
}
.woocommerce-store-notice a {
  padding: 3px 8px 4px;
  border-radius: 3px;
  background: #333;
  line-height: 1;
  font-weight: 400;
  font-family: "Fira Sans Extra Condensed";
  margin: 0 0 0 10px;
}

.thb-product-detail .thb-product-main-row .product-gallery-column .onsale {
  right: 4%;
  left: auto;
}
.wc-block-grid__product-onsale,
.onsale {
  position: absolute;
  top: 3%;
  right: 3%;
  left: auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #424935;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  z-index: 20;
  text-transform: uppercase;
  margin: 0 !important;
  border: 0;
  line-height: 1;
  pointer-events: none;
  height: 30px;
  padding: 0 15px;
  background: #fff;
}

.home .wc-block-grid .wc-block-grid__product-onsale,
.home .wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: #fff;
  border: none;
  border-radius: 8px;

  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  left: auto;
  padding: 0 12px;
  position: absolute;
  top: -3%;
  right: -3%;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
  line-height: 30px;
}

.related .onsale {
  top: 82px;
}
.thb-full-menu .sub-menu li a {
  font-size: 13px;
  font-weight: 500;
  height: 28px;
}

.thb-full-menu .sub-menu li a:hover {
  background: #c6ac8f;
  color: #fff;
}

.footer {
  background: #0d1102;
  color: #fff;
}

.subfooter {
  background: #000;
  color: #fff;
}

.footer a,
.footer ul a,
.footer p,
.footer h4,
.footer .thb-widget-title {
  color: #fff;
}

html > body {
  font-size: 16px;
}

input[type="submit"],
.button,
.btn,
.pushbutton-wide,
.wp-block-search__button {
  background: #334010;
  color: #f5f7ee;
}

input[type="submit"].white:hover,
.button.white:hover,
.btn.white:hover,
.pushbutton-wide.white:hover,
.wp-block-search__button.white:hover {
  color: #f5f7ee;
}

input[type="submit"]:hover,
.button:hover,
.btn:hover,
.pushbutton-wide:hover,
.wp-block-search__button:hover {
  background: #112010;
  color: #f5f7ee;
}

.thb-product-detail
  .product-information
  .quantity
  + .single_add_to_cart_button {
  margin-left: 0;
}

.add_to_cart_disclaimer {
  margin-top: 30px;
  background: #f0f0f0;
  color: #111;
  padding: 20px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.add_to_cart_disclaimer ul {
  margin-bottom: 10px;
}

.add_to_cart_disclaimer ul li {
  font-size: 12px;
  color: #333;
}

.add_to_cart_disclaimer p:last-of-type {
  margin-bottom: 0;
}

.pswp__bg {
  background: rgba(25, 25, 25, 0.92);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background: transparent;
}

.pswp__top-bar button.pswp__button.pswp__button--close,
.pswp__top-bar button.pswp__button.pswp__button--zoom {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  width: 32px;
  height: 32px;
  background-size: 14px 14px !important;
}

button.pswp__button.pswp__button--arrow--right:after,
button.pswp__button.pswp__button--arrow--right:before,
button.pswp__button.pswp__button--arrow--left:after,
button.pswp__button.pswp__button--arrow--left:before {
  background-color: #fff !important;
}

.animate__animated.animate__tada {
  --animate-duration: 2s;
}
@media only screen and (max-width: 960px) {
  #mix-and-match-products .mix-and-match-item {
    width: 100%;
  }
  .front-section > div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  #countdown #countdown-numbers {
    min-width: 240px;
  }

  .woocommerce-loop-product__title,
  .wc-block-grid__product-title {
    min-height: 1.1rem;
  }

  .wc-block-grid__products .product {
    margin-bottom: 40px;
  }

  .front_video {
    min-height: 60vh !important;
  }

  .home h2.has-text-align-center {
    font-size: 17px !important;
    font-weight: 400 !important;
  }

  .home h2.has-large-font-size {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2;
  }

  .home .front_video h2.has-large-font-size {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .front_video #countdown {
    line-height: 0.8;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .front_video #countdown > div {
    font-size: 17px;
    padding: 0;
    border-radius: 0;
  }
}
