.hfeed .category-extra-content {
  text-align: center;
  margin: 0 auto;
  width: 1480px;
}

.promise-contact-wrapper .promise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#cclw_payment_section .woocommerce-privacy-policy-text {
  display: none;
}

.option-select-content2 label span.tint-color {
  border: none !important;
}

.woocommerce-order-received .show-prescription-wrap {
  background: none;
  color: #242424;

}

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap");

/* Shine effect for Elementor button */
.shine_button .elementor-button {
  position: relative;
  overflow: hidden;
  /* ensures shine stays inside */
}

.shine_button .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -75%;
  /* start from right */
  width: 40%;
  /* narrower shine */
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      /* reduced opacity */
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  /* hidden by default */
  pointer-events: none;
  /* don't block clicks */
}

.shine_button .elementor-button:hover::after {
  animation: shine 1.5s ease-in-out;
  opacity: 1;
}

@keyframes shine {
  0% {
    right: -75%;
  }

  100% {
    right: 125%;
  }
}

/* Review Slider Styles */
.CustomerSlide .content {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  background: #fff;
}

/* Review Text */
.CustomerSlide .content p:first-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #030405;
  margin-bottom: 10px;
  line-height: 1.5;
}

.CustomerSlide .content p:last-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #030405;
}

/* Rating Stars */
.CustomerSlide .rating {
  order: -1;
  margin-bottom: 10px;
  color: #e67e22;
  font-size: 16px;
}

.customer_review .slick-prev:before,
.customer_review .slick-next:before {
  color: #000 !important;
}

/* .customer_review button.slick-next.slick-arrow {
  right: 10px;
} */

/* Slide spacing */
.slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .CustomerSlide .content p:first-of-type {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .CustomerSlide .content p:first-of-type {
    font-size: 14px;
  }

  .CustomerSlide .content p:last-of-type {
    font-size: 13px;
  }

  .slick-prev,
  .slick-next {
    font-size: 40px !important;
  }
}

/* Carousel Container */
.glasses_slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 20px 0;
  /*   justify-content: center; */
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar */
.glasses_slider::-webkit-scrollbar {
  display: none;
}

/* Each Slide */
.glasses_slider>.elementor-element {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 240px;
  /* slightly bigger for readability */
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

/* Hover effect (desktop only) */
/* @media (hover: hover) {
  .glasses_slider > .elementor-element:hover {
    transform: scale(1.05);
  }
} */

/* Image Styling */
.glasses_slider img {
  width: 100%;
  height: auto;
  /* prevents image cut-off */
  aspect-ratio: 4/3;
  /* keeps consistent ratio across all */
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

/* Title below images */
.glasses_slider h2 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .glasses_slider {
    gap: 15px;
    padding: 15px 0;
    width: 100%;
  }

  .glasses_slider h2 {
    font-size: 14px;
    padding: 8px;
    text-align: start !important;
  }
}

@media (max-width: 480px) {}

.banner_container {
  margin-bottom: 0 !important;
}

.banner_container img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Wrap relative so we can position icon */

/* Focus effect */
.news_seller_form input[type="email"]:focus {
  border-color: #ff6600;
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.3);
  outline: none;
}

/* Placeholder style */
.news_seller_form input[type="email"]::placeholder {
  color: #999;
  font-style: italic;
}

/* Position the wrapper relative */
.news_seller_form .wysija-paragraph {
  position: relative;
  z-index: 1;
  /* ensure base layer */
}

/* Input padding for icon space */
.news_seller_form input[type="email"] {
  width: 100%;
  background: #fff;
  padding: 12px 15px 12px 45px;
  /* icon space */
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  font-family: "Lato";
}

/* Envelope icon */
.news_seller_form .wysija-paragraph::before {
  content: "\f0e0";
  /* fa-envelope */
  font-family: "Font Awesome 5 Free";
  /* or "FontAwesome" if FA4 */
  font-weight: 900;
  /* required for FA5/6 solid */
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  pointer-events: none;
  z-index: 3;
  /* icon above everything */
}

/* Submit button style */
.news_seller_form input[type="submit"] {
  background: #ed7006;
  color: #fff;
  border: none;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 10px;
}

/* Hover effect */
.news_seller_form input[type="submit"]:hover {
  background: #e65c00;
  /* darker orange */
  box-shadow: 0 6px 14px rgba(255, 102, 0, 0.3);
  transform: translateY(-2px);
}

/* Focus/Active effect */
.news_seller_form input[type="submit"]:active,
.news_seller_form input[type="submit"]:focus {
  outline: none;
  background: #cc5200;
  box-shadow: 0 3px 8px rgba(255, 102, 0, 0.4) inset;
  transform: translateY(0);
}

.news_seller_form .wpcf7-spinner {
  display: none;
}

.policy_content h2 {
  color: rgb(3, 4, 5);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  /* fluid between mobile & desktop */
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  margin-block-end: 25px;
  margin-block-start: 0;
  box-sizing: border-box;
}

.policy_content p {
  color: rgb(3, 4, 5);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  /* fluid scaling */
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  /* keeps paragraphs readable */
  margin-block-end: 25px;
  margin-block-start: 0;
  margin-bottom: 25px;
  box-sizing: border-box;
}

/* Optional: make spacing tighter on small screens */
@media (max-width: 480px) {
  .policy_content h2 {
    margin-block-end: 15px;
  }

  .policy_content p {
    margin-block-end: 15px;
    margin-bottom: 15px;
  }
}

.policy_content p a {
  color: #000;
  /* black text */
  text-decoration: none;
  position: relative;
}

.policy_content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* adjust underline spacing */
  width: 100%;
  background-color: #ccc;
  /* light gray by default */
  transform: scaleX(1);
  /* always visible */
  transform-origin: left;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.policy_content p a:hover::after {
  background-color: #000;
  /* underline turns black */
  transform: scaleX(1);
  /* keeps full width */
}

.policy_content li {
  color: rgb(3, 4, 5);
  display: list-item;
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 400;
}

.blog_page_container .bloglist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog_page_container .bloglistbx {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}

.blog_page_container .blogimg img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.blog_page_container h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 12px 0 8px;
}

.blog_page_container h2 a {
  font-family: "Lato", sans-serif;
  color: #222;
  text-decoration: none;
}

.blog_page_container .date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blog_page_container p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

.contact-form {
  padding: 26px;
}

.contact-form label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .note {
  display: block;
  font-size: 13px;
  color: red;
  margin-top: -10px;
  margin-bottom: 15px;
}

.contact-form .submit-btn input {
  font-family: "Lato", sans-serif;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}

.contact-form .submit-btn input:hover {
  background: #333;
}

.icon_text ul li .elementor-icon-list-text {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.announcemnet_slider {
  --slide-duration: 3.5s;
  /* faster slide */
  --slide-count: 3;
  --total-duration: calc(var(--slide-duration) * var(--slide-count));

  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.announcemnet_slider>.e-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(100%);
  animation: slideTicker var(--total-duration) linear infinite;
}

.announcemnet_slider>.e-con:nth-child(1) {
  animation-delay: 0s;
}

.announcemnet_slider>.e-con:nth-child(2) {
  animation-delay: calc(var(--slide-duration) * 1);
}

.announcemnet_slider>.e-con:nth-child(3) {
  animation-delay: calc(var(--slide-duration) * 2);
}

@keyframes slideTicker {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  10% {
    opacity: 1;
    transform: translateX(0);
  }

  40% {
    opacity: 1;
    transform: translateX(0);
  }

  60% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.products_list {
  overflow: hidden;
}

/* Categories Page Design */

.collection-page main#main {
  max-width: 1700px;
  /*   padding: 0px 20px 0px 20px; */
}

/* Breadcrumb wrapper (nav) */
.collection-page .woocommerce-breadcrumb,
.product-page .woocommerce-breadcrumb,
.woocommerce-shop .woocommerce-breadcrumb {
  background: none;
  padding: 0px;
  font-size: clamp(10px, 1vw, 12px);
  color: #707070;
  margin: 0;
  list-style: none;
  /* margin-top: 20px; */
}

/* Links inside breadcrumb */
.collection-page .woocommerce-breadcrumb a,
.product-page .woocommerce-breadcrumb a,
.woocommerce-shop .woocommerce-breadcrumb a {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  font-family: "Lato";
}

/* Parent wrapper */
.collection-page .woocommerce-ordering,
.woocommerce-shop .woocommerce-ordering {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  margin-bottom: 2.5rem;
  display: none;
}

/* Style the select box */
.collection-page .woocommerce-ordering .orderby,
.woocommerce-shop .woocommerce-ordering .orderby {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  appearance: none;
  /* hide default arrow (cross-browser) */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover / focus */
.collection-page .woocommerce-ordering .orderby:hover,
.collection-page .woocommerce-ordering .orderby:focus,
.woocommerce-shop .woocommerce-ordering .orderby:hover,
.woocommerce-shop .woocommerce-ordering .orderby:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Custom arrow */
.collection-page .woocommerce-ordering::after,
.woocommerce-shop .woocommerce-ordering::after {
  content: "▼";
  font-size: 0.8rem;
  color: #666;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Responsive: full width on small screens */
@media (max-width: 480px) {

  .collection-page .woocommerce-ordering,
  .woocommerce-shop .woocommerce-ordering {
    max-width: 100%;
  }

  .collection-page .woocommerce-ordering .orderby,
  .woocommerce-shop .woocommerce-ordering .orderby {
    font-size: 0.95rem;
    padding: 12px 38px 12px 15px;
  }
}

/* .collection-page .woocommerce-products-header__title.page-title {
  display: none;
} */
header.woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1024px) {
  header.woocommerce-products-header {
    flex-direction: column;
    gap: 10px;
  }
}

h1.woocommerce-products-header__title.page-title {
  font-size: clamp(28px, 4vw, 40px);
  text-align: center;
  display: none;
}

/* Product Grid */

/* Product Image */
.collection-page ul.products li.product .attachment-woocommerce_thumbnail,
.product-page ul.products li.product .attachment-woocommerce_thumbnail {
  object-fit: cover;
  border-radius: 8px;
  margin: 3em 0 3em !important;
  height: 215px;
}

/* Price */
.collection-page ul.products li.product .price,
.product-page ul.products li.product .price,
.woocommerce-shop ul.products li.product .price,
.search .post .price {
  font-size: 20px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 23px;
  margin: 14px 0;
}

/* Old price (strikethrough) */
.collection-page ul.products li.product .price del,
.product-page ul.products li.product .price del,
.woocommerce-shop ul.products li.product .price,
.search .post .price {
  font-size: 20px;
  color: #888;
  font-weight: 400;
  margin-right: 6px;
  text-decoration: line-through;
}

/* Discounted price */
.collection-page ul.products li.product .price ins,
.product-page ul.products li.product .price ins,
.woocommerce-shop ul.products li.product .price {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.6999999881px;
  text-decoration: none;
}

/* Add to Cart Button */
.collection-page ul.products li.product .add_to_cart_button,
.woocommerce-shop ul.products li.product .add_to_cart_button {
  display: none !important;
}

.product-page ul.products li.product .add_to_cart_button {
  border: 2px solid #ed7006 !important;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #ed7006 !important;
  margin-right: 10px;
  /* height: 52px; */
  padding: 14px;
  /* width: 45%; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
  text-align: center;
}

.single-product .single_add_to_cart_button.button.alt {
  border: 2px solid #000 !important;
  color: #000 !important;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff !important;
  /* margin-right: 10px; */
  /* height: 52px; */
  padding: 15px;
  /* width: 45%; */
  /* position: fixed;
  bottom: 39%;
  left: 61%;
  z-index: 9999; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
}

.single-product .single_add_to_cart_button.button.alt:hover {
  background: #000 !important;
  color: #fff !important;
}

.single-product span.onsale {
  display: none;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  font-family: "Lato";
}

/* Hover effect */
.collection-page ul.products li.product .add_to_cart_button:hover,
.product-page ul.products li.product .add_to_cart_button:hover {
  background-color: #000;
  color: #fff !important;
}

/* On Sale Badge */
.collection-page ul.products li.product .onsale,
.product-page ul.products li.product .onsale,
.woocommerce-shop ul.products li.product .onsale {
  display: none;
  position: absolute;
  padding: 14px 12px 0px 12px;
  z-index: 1;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #fcfcfc;
  top: 4px !important;
  right: 4px !important;
  background-color: #ed7006;
  border-radius: 0 8px;
}

/* Remove default WooCommerce clearfix */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none !important;
  display: none !important;
}

/* Pagination Wrapper */
.collection-page .woocommerce-pagination,
.woocommerce-shop .woocommerce-pagination {
  text-align: center;
  margin: 30px 0;
}

.collection-page .woocommerce-pagination ul.page-numbers,
.woocommerce-shop .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  /* responsive */
  gap: 8px;
  margin-bottom: 3rem;
  list-style: none;
  border: none;
}

.collection-page .woocommerce-pagination ul.page-numbers:hover:not(.dots):not(.current),
.woocommerce-shop .woocommerce-pagination ul.page-numbers:hover:not(.dots):not(.current) {
  background: none;
  color: transparent;
  border-color: transparent;
}

/* Pagination Items */
.collection-page .woocommerce-pagination ul.page-numbers li,
.woocommerce-shop .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  padding: 5px 3px;
}

/* Page Number Links */
.collection-page .woocommerce-pagination .page-numbers,
.woocommerce-shop .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 10px;
  min-width: 38px;
  height: 38px;
  background: #fff;
}

/* Current Page */
.collection-page .woocommerce-pagination .page-numbers.current,
.woocommerce-shop .woocommerce-pagination .page-numbers.current {
  background: #ddd;
  color: #000;
  border-color: #ddd;
  font-weight: 600;
}

/* Dots (…) */
.collection-page .woocommerce-pagination .page-numbers.dots,
.woocommerce-shop .woocommerce-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
  cursor: default;
}

/* Next/Prev Arrows */
.collection-page .woocommerce-pagination .page-numbers.prev,
.collection-page .woocommerce-pagination .page-numbers.next,
.woocommerce-shop .woocommerce-pagination .page-numbers.prev,
.woocommerce-shop .woocommerce-pagination .page-numbers.next {
  font-size: 16px;
  font-weight: bold;
  background: #f9f9f9;
}

.collection-page .woocommerce-pagination .page-numbers.next:hover,
.collection-page .woocommerce-pagination .page-numbers.prev:hover,
.collection-page .woocommerce-pagination .page-numbers:hover:not(.dots):not(.current),
.woocommerce-shop .woocommerce-pagination .page-numbers.next:hover,
.woocommerce-shop .woocommerce-pagination .page-numbers.prev:hover,
.woocommerce-shop .woocommerce-pagination .page-numbers:hover:not(.dots):not(.current) {
  background: #e6e6e6;
  color: #000;
  border-color: #ccc;
}

/* Remove unwanted li borders from WooCommerce */
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  border-right: none !important;
}

/* ==== PRODUCT GRID (Grid version) ==== */
.collection-page ul.products,
.product-page ul.products,
.woocommerce-shop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns desktop */
  gap: 18px;
  /* spacing between cards */
  /* margin: 24px; */
  padding: 0;
  list-style: none;
}

/* Responsive Grid Adjustments */
@media (max-width: 1400px) {

  .collection-page ul.products,
  .product-page ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on tablets */
    gap: 20px;
  }
}

@media (max-width: 840px) {

  .collection-page ul.products,
  .product-page ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: 1fr;
    /* single column on mobile */
    gap: 15px;
    /*     margin: 15px; */
  }
}

/* Product Card Adjustments inside Grid */
.collection-page ul.products li.product,
.product-page ul.products li.product,
.woocommerce-shop ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 340px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  /*   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); */
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  width: 100% !important;
  margin-bottom: 0px !important;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}

/* Product Image Consistency */
.collection-page ul.products li.product img,
.product-page ul.products li.product img,
.woocommerce-shop ul.products li.product img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* WooCommerce Result Count */
.collection-page .woocommerce-result-count,
.woocommerce-shop .woocommerce-result-count {
  font-size: 14px;
  color: #4e4e4e;
  /* subtle gray text */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  line-height: 20px;
  text-align: left;
  /* align left on desktop */
}

/* Responsive: center on smaller screens */
@media (max-width: 480px) {

  .collection-page .woocommerce-result-count,
  .woocommerce-shop .woocommerce-result-count {
    text-align: center;
    font-size: 13px;
  }
}

/* ===============================
   Collection Page - Modern Design
   =============================== */

/* Wrapper */
/* Wrapper */
.collection-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  margin-top: 50px;
}

/* Text section */
.collection-description .term-description {
  flex: 1 1 50%;
  /* takes 50% of space */
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Thumbnail image */
.collection-description .term-thumbnail {
  flex: 1 1 50%;
  /* also 50% */
  max-width: 800px;
}

.collection-description .term-thumbnail img {
  width: 100%;
  height: 500px;
  /* fixed height */
  /* border-radius: 14px; */
  object-fit: cover;
  /* keeps same crop */
  /* box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); */
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.collection-description .term-thumbnail img:hover {
  /*   transform: scale(1.05); */
  /*   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); */
}

/* Responsive */
@media (max-width: 768px) {
  .collection-description {
    flex-direction: column-reverse !important;
    text-align: center;
    gap: 20px;
    padding: 50px 0px 40px;
  }

  .collection-description .term-description,
  .collection-description .term-thumbnail {
    max-width: 100%;
    width: 100%;
  }

  .collection-description .term-thumbnail img {
    height: 531px;
    /* smaller height on mobile */
    /*     margin-top: 40px; */
  }

  @media (max-width: 560px) {
    .collection-description .term-thumbnail img {
      height: 349px;
      margin-top: 40px;
      padding: 0px;
    }
  }

  .collection-description .term-description h1 {
    font-size: 1.8rem;
  }

  .collection-description .term-description p {
    font-size: 1rem;
  }
}

@media (max-width: 425px) {
  .collection-description .term-thumbnail img {
    height: 232px;
    margin-top: 40px;
    aspect-ratio: 2;
  }
}

@media (max-width: 385px) {
  .collection-description .term-thumbnail img {
    height: 326px;
    margin-top: 40px;
  }
}

/* ===============================
   Wishlist Button
   =============================== */
.custom-wishlist-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 20;

  /* 👇 Added for hover effect */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
}


/* Show when hovering product card */
.woocommerce ul.products li.product:hover .custom-wishlist-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.woocommerce ul.products li.product {
  position: relative;
}

.custom-wishlist-btn a.add_to_wishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12); */
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.custom-wishlist-btn a.add_to_wishlist:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18); */
}

.custom-wishlist-btn a.add_to_wishlist:before,
.custom-wishlist-btn .yith-wcwl-icon {
  font-size: 16px;
  color: #ff5a5f;
}

.collection-page .custom-wishlist-btn .add_to_wishlist span,
.product-page .custom-wishlist-btn .add_to_wishlist span {
  display: none !important;
}

/* Feedback after add */
.collection-page .feedback,
.product-page .feedback {
  width: 193px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  gap: 6px;
  background: #000;
  color: #fff;
  padding: 6px 14px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition:
    background 0.3s ease,
    transform 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400 !important;
  /* border-radius: 6px; */
}

.collection-page .feedback:hover,
.product-page .feedback:hover {
  background: #000;
  transform: translateY(-2px);
}

.related.products .yith-wcwl-wishlistaddedbrowse a[rel="nofollow"][data-title="Browse wishlist"] {
  display: none !important;
}

.related.products .woocommerce-loop-product__title {
  font-size: 19px !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.related.products .woocommerce-loop-product__title:hover {
  color: #4ca3bf;
}

.related .price {
  text-align: center;
}

/* .related ul.products li.product {
  box-shadow: none;
} */
.related .product-attribute-inline {
  justify-content: center;
  font-size: 14px;
  display: none;
}

.single-product .related ul.products li.product a img {
  height: 300px;
}

/* Default - Desktop */
.related ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Large Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .related ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
  .related ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .related ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .single-product .related ul.products li.product a img {
    height: 200px;
  }
}

.related.products .price ins {
  font-size: 18px !important;
}

.related.products .price del {
  font-size: 18px !important;
}

.collection-page .yith-wcwl-icon-svg {
  width: 16px;
  height: 16px;
  color: #fff;
  transition: transform 0.25s ease;
}

.collection-page .feedback.show .yith-wcwl-icon-svg {
  transform: scale(1.2);
}

.collection-page .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff;
}

.collection-page .yith-wcwl-wishlistaddedbrowse .feedback> :not(svg),
.collection-page .yith-wcwl-wishlistaddedbrowse>a:not(.feedback) {
  display: none;
}

.collection-page .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline,
.product-page .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline {
  position: absolute;
  left: 8px;
  top: 7px;
}

/* ===============================
   Product Tag
   =============================== */
.collection-page .product-tag,
.product-page .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
  /* position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 9;
  padding: 5px 12px;
  border-radius: 6px;
  background: #fff;
  color: #ff5a5f;
  border: 1px solid #ff5a5f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  pointer-events: none;
  font-family: "Lato"; */
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; */
  padding: 10px 14px;
  /* background: #fdf3ec;
  border: 1px solid #ed700640;
  border-radius: 6px;
  font-size: 14px;
  font-family: "lato", sans-serif;
  gap: 46px; */
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: flex;
  align-items: center;
  gap: 6px;
  /* color: #ed7006; */
  font-weight: 500;
  font-size: 15px;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse svg {
  width: 16px;
  height: 16px;
  fill: #ffff;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse a {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  /* text-transform: uppercase; */
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 4px;
  transition: background 0.3s ease;
  display: none;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #000;
}

.related.products .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff !important;
}

section.related.products {
  margin: 80px 0px 100px 0px;
}

.related.products h2 {
  text-align: center;
  margin: 30px 0px;
  font-size: 34px;
  color: #000;
  font-weight: 600;
  text-transform: inherit !important;
}

.woocommerce div.product p.stock {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
  font-weight: 500;
}

/* ===============================
   Attributes
   =============================== */
/* ==== Product Attributes Inline ==== */
/* .product-attribute-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 7px 9px;
  background: #ED7006;
  width: fit-content;
  border-radius: 3px;
  color: #fff;
  margin: 5px 0;
  font-size: 12px;
  font-family: "Lato";
  margin-top: 18px;
}

.product-attribute-inline .attr-item {
  position: relative;
  padding-right: 6px; 
}



.product-attribute-inline .attr-item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  color: #fff;
} */

/* ===============================
   Product Images
   =============================== */
.woocommerce ul.products li.product a img {
  height: 300px;
  margin: 1em 0 1em;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: auto;
  }
}

/* ==============================
   Product Page Optimized Design
   ============================== */

/* Breadcrumb */
.product-page {
  overflow-x: hidden;
}

.product-page .woocommerce-breadcrumb {
  background: none;
  padding: 12px 15px;
  font-size: clamp(10px, 1vw, 12px);
  color: #707070;
  margin: 0;
  list-style: none;
  /* margin-top: 20px; */
}

.product-page .woocommerce-breadcrumb a {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

/* Sale Badge */
.product-page .onsale {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ed7006;
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  padding: 3px 9px;
  z-index: 2;
  border-radius: 4px;
}

/* Product Gallery */
.product-page .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  /* border: 1px solid #f9f9f9; */
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

.product-page .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
  text-decoration: none;
  font-size: clamp(10px, 1vw, 12px);
}

.product-page .flex-viewport {
  /* height: 500px !important; */
}

.product-page .woocommerce-product-gallery__image {
  flex: 0 0 auto;
}

.product-page .woocommerce-product-gallery__image img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Gallery Thumbnails */
/* .product-page .flex-control-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.product-page .flex-control-nav li {
  width: 10% !important;
}

.product-page .flex-control-nav li img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
} */

/* .product-page .flex-control-nav li img.flex-active {
  border-color: #ed7006;
} */
/* Hide the thumbnail images */
.product-page .flex-control-thumbs li img {
  display: none !important;
  /* hides the image */
}

/* Style the list items as dots */
.product-page .flex-control-thumbs li {
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px !important;
  display: inline-block;
  position: relative;
  width: 15px !important;
  height: 15px;
  border: 1px solid #000;
}

/* Style the active dot with gold border */
.product-page .flex-control-thumbs li .flex-active,
.product-page .flex-control-thumbs li.flex-active {
  background-color: #fff;
  /* or keep it same, optional */
  border: 2px solid #d39d4e;
  box-sizing: border-box;
}

/* Center the dots below the main image */
.product-page .flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* space between dots */
  padding: 10px 0 !important;
}

.flex-control-thumbs li:has(img.flex-active) {
  background-color: #d39d4e;
}

/* Fix WooCommerce round dots */
.product-page .flex-control-thumbs {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.product-page .flex-control-thumbs li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 !important;
  float: none !important;
  /* override WooCommerce */
  list-style: none !important;
  flex: 0 0 auto !important;
  /* prevent stretching */
}

.product-page .flex-control-thumbs li img {
  display: none !important;
  /* hide Woo thumbnail images */
}

/* Summary Section */
.product-page .summary {
  padding: 20px;
  background: #fff;
  /* border: 1px solid #f9f9f9; */
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Product Title */
.product-page .product_title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  font-family: "Barlow-bold", sans-serif;
}

/* Price */
.product-page .price {
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 1.4;
  margin-bottom: -8px;
  font-family: "Barlow-bold", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.product-page .price del {
  color: #000;
  font-size: clamp(18px, 2vw, 20px);
  margin-right: 6px;
  font-family: "Barlow-bold", sans-serif;
}

.price-wishlist {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-page .price ins {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* Short Description & Custom Sections */
.product-page .alpus-aprs-title {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 8px;
  color: #000;
}

.product-page .alpus-aprs-content,
.product-page .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  color: #000;
}

/* Stock & Quantity */
.product-page .stock {
  margin-bottom: 10px;
}

.product-page .quantity {
  display: inline-block;
  margin-right: 10px !important;
}

.product-page .quantity input {
  width: 60px !important;
  padding: 9px;
  font-size: clamp(12px, 1.5vw, 14px);
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Add to Cart */
.product-page .single_add_to_cart_button {
  background-color: #ed7006;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-page .single_add_to_cart_button:hover {
  background-color: #000;
  color: #fff !important;
}

/* Wishlist */
.product-page .single-product-wishlist .yith-wcwl-add-button a {
  display: inline-flex;
  align-items: center;
  color: #ed7006;
  text-decoration: none;
  font-size: clamp(12px, 1.5vw, 14px);
}

.product-page .yith-wcwl-add-button a:hover {
  color: #000;
}

.product-page .yith-wcwl-icon-svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  /* fill: #ed7006; */
}

.product-page .yith-wcwl-add-button a:hover .yith-wcwl-icon-svg {
  fill: transparent;
}

/* Product Meta */
.product-page .product_meta {
  margin-top: 20px;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #4e4e4e;
}

.product-page .sku_wrapper,
.product-page .posted_in {
  display: block;
  margin-bottom: 5px;
}

.product-page .posted_in a {
  color: #666666;
  text-decoration: none;
}

.product-page .posted_in a:hover {
  color: #ed7006;
}

/* Products Tabs CSS */
/* .product-page .woocommerce-tabs ul {
  padding: 0px !important;
} */
.product-page .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: none !important;
  color: #000 !important;
  display: inline-block;
  position: static !important;
  z-index: auto !important;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 1em 0 0 !important;
}

.product-page .woocommerce-tabs ul.tabs li a {
  color: #000 !important;
  padding: 20px 0 23px !important;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: "Barlow-bold", sans-serif;
}

@media (max-width: 375px) {
  .product-page .woocommerce-tabs ul.tabs li a {
    font-size: 15px !important;
  }
}

div#tab-description {
  font-size: 18px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

/* ==== Headings & Content ==== */
.woocommerce div.product .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  /* margin-bottom: 15px; */
  color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0 0 0 1em;
}

.woocommerce div.product .woocommerce-Tabs-panel p {
  line-height: 1.7;
  color: #555;
  font-size: 15px;
}

/* ==== Product Attributes Table ==== */
.woocommerce table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  font-size: 15px;
}

.woocommerce table.shop_attributes th {
  width: 200px;
  background: #f9f9f9;
  font-weight: 600;
  color: #333;
}

/* === Additional Information Tab Styles === */

.woocommerce-Tabs-panel .custom-attr-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.custom-attr-section .attr-left {
  width: 25%;
}

.custom-attr-section .attr-right {
  width: 70%;
  margin-top: 10px;
}

td.woocommerce-product-attributes-item__value {
  background-color: #fff !important;
}

th.woocommerce-product-attributes-item__label {
  background-color: #fff !important;
}

@media (max-width: 840px) {

  .custom-attr-section .attr-left,
  .custom-attr-section .attr-right {
    width: 100%;
  }
}

/* === Image Grid === */
.custom-attr-section .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}

.custom-attr-section .image-grid-bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* === Image Item === */
.custom-attr-section .image-item {
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}

.custom-attr-section .image-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.custom-attr-section .attr-label {
  font-weight: bold;
  color: #333;
  display: none;
}

.custom-attr-section .attr-value {
  color: #000;
  font-size: 16px;
  font-family: "Barlow-Medium'";
}

/* === Responsive Layout === */
@media (max-width: 768px) {
  .custom-attr-section {
    flex-direction: column;
  }

  .custom-attr-section .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-attr-section .image-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {

  .custom-attr-section .image-grid,
  .custom-attr-section .image-grid-bottom {
    grid-template-columns: 1fr;
  }
}

/* ==== Reviews Section ==== */
.woocommerce #reviews h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}

.woocommerce .woocommerce-noreviews {
  font-size: 14px;
  color: #666;
}

/* make the anchor a positioned inline-block so :before can be positioned inside it */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: inline-block;
}

/* base underline (hidden via scaleX(0) + opacity) */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  /* change to e.g. -6px if you want the line below the tab */
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 3px;
  background: #000;
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.2s ease-in,
    opacity 0.2s ease-in;
  transition:
    transform 0.2s ease-in,
    opacity 0.2s ease-in;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
  /* don't block pointer events */
}

/* show/animate underline when the li has .active */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

/* Product Attributes Table */
.product-page .woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}

.product-page .woocommerce-product-attributes td p a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

.product-page .woocommerce-product-attributes th,
.product-page .woocommerce-product-attributes td {
  padding: 8px 10px !important;
  font-size: clamp(13px, 2vw, 14px);
  border: 1px solid #eee;
  text-align: left;
}

.product-page .woocommerce-product-attributes th {
  width: 30% !important;
  font-weight: 600 !important;
  background: #fafafa;
}

.product-page .single_add_to_wishlist {
  background-color: #fff !important;
  font-family: "Lato", Poppins, sans-serif;
  border-radius: 0px !important;
  letter-spacing: 1.9px;
}

/* .product-page
  .single-product-wishlist
  .single_add_to_wishlist
  .yith-wcwl-icon-svg {
  color: #fff !important;
} */
.product-page .single-product-wishlist .yith-wcwl-add-button a span {
  display: none;
}

.product-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* ==============================
   Responsive Gallery & Summary
   ============================== */
@media (max-width: 768px) {
  .product-page .woocommerce-product-gallery__wrapper {
    flex-direction: column;
  }

  .product-page .woocommerce-product-gallery__image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-page .woocommerce-product-gallery__image img {
    height: 200px;
  }

  .product-page .summary {
    padding: 4px;
  }
}

.summary.entry-summary {
  margin: 0px !important;
}

@media (max-width: 576px) {
  .product-page .woocommerce-product-gallery__image img {
    height: 180px;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}

/* Product Detail Page */

.product-page .lensesprecription-btn {
  border: 2px solid #000 !important;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #000 !important;
  /* margin-right: 10px; */
  /* height: 52px; */
  padding: 12px;
  /* width: 45%; */
  /* position: fixed;
  bottom: 39%;
  left: 69%;
  z-index: 9999; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
  box-shadow: none !important;
  white-space: nowrap;
  background: rgb(46, 163, 242) !important;
  border: rgb(46, 163, 242) !important;
}

/* Rx Lenses Sticky Button */

/* .lensesprecription-btn.sticky-btn {
  position: fixed;
  top: 18%;
  right: 577px; 
  z-index: 9999;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .lensesprecription-btn.sticky-btn {
    right: 300px; 
  }
}
@media (max-width: 992px) {
  .lensesprecription-btn.sticky-btn {
    right: 150px;
  }
}
@media (max-width: 768px) {
  .lensesprecription-btn.sticky-btn {
    right: 20px;
    top: auto;
    bottom: 20px; 
  }
}
@media (max-width: 480px) {
  .lensesprecription-btn.sticky-btn {
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    left: 15px;
  }
} */

/* .single-product .single_add_to_cart_button.button.alt.sticky-btn {
  position: fixed;
  top: 18%;
  right: 430px; 
  z-index: 9999;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    right: 166px;
  }
}
@media (max-width: 992px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    right: 16px;
  }
}
@media (max-width: 768px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    top: auto;
    bottom: 20px;
    right: 170px;
  }
}
@media (max-width: 480px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    bottom: 75px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    text-align: center;
  }
}


.lensesprecription-btn.sticky-btn + .single_add_to_cart_button.sticky-btn {
  bottom: 70px; 
} */
.custom-cart-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
}

/* Desktop sticky (top) */
.custom-cart-wrapper.sticky-wrapper.desktop {
  position: fixed;
  top: 160px;
  /* SAME POSITION under header */
  z-index: 999;
  background: #fff;
}

/* Mobile sticky (bottom center) */
.custom-cart-wrapper.sticky-wrapper.mobile {
  /*   position: fixed; */
  bottom: 20px;
  left: 50%;
  /*   transform: translateX(-50%); */
  z-index: 999;
  background: #fff;
  width: auto;
  /* adjust as needed */

  border-radius: 10px;
  /*   box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.custom-cart-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
  /* margin-bottom: 50px; */
}

.variations_form div {
  display: flex;
  flex-direction: column-reverse;
}

.product-page .lensesprecription-btn:hover {
  background: #fff !important;
  color: #000;
}

/* Reverse style for Virtual Try-On button */
.summary.entry-summary a.button.alt[href*="tryon"] {
  border: 2px solid #ed7006 !important;
  color: #ed7006 !important;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.02em;
  border-radius: 6px;
  text-transform: uppercase;
  background: #fff !important;
  margin-right: 10px;
  height: 52px;
  padding: 0;
  width: 45%;
  text-decoration: none;
  /* line-height: 51px; */
  font-family: "Roboto", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
}

.summary.entry-summary a.button.alt[href*="tryon"]:hover {
  background: #ed7006 !important;
  color: #fff !important;
}

/* .single-product .product {
  margin-top: 10%;
} */

.single.single-product main#main {
  max-width: 1360px;
  padding: 50px 10px 0px 10px;
}

/* ==== Variations Table Wrapper ==== */
.product-page table.variations {
  border-collapse: separate;
}

/* ==== Label ==== */
.product-page table.variations th.label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  padding: 0px;
  white-space: nowrap;
  background-color: transparent;
  margin-top: 14px;
}

/* ==== Selected color name (e.g., : Black) ==== */
.product-page .woo-selected-variation-item-name {
  font-weight: 500;
  color: #ed7006;
  margin-left: 4px;
}

/* ==== Swatch Wrapper ==== */
.product-page .woo-variation-items-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background-color: transparent !important;
}

/* ==== Each Swatch ==== */
.product-page .image-variable-items-wrapper .variable-item {
  border: 2px solid #e1e1e1;
  border-radius: 6px !important;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  cursor: pointer !important;
  box-shadow: 0 0 0 transparent !important;
}

/* ==== Swatch Image ==== */
.product-page .image-variable-items-wrapper .variable-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

/* ==== Hover ==== */
.product-page .image-variable-items-wrapper .variable-item:hover {
  border-color: #ed7006;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.3);
}

.product-page .image-variable-items-wrapper .variable-item:hover img {
  transform: scale(1.05);
}

/* ==== Selected State ==== */
.product-page .image-variable-items-wrapper .variable-item.selected {
  border-color: #ed7006 !important;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.4) !important;
}

/* ==== Clear Button ==== */
.product-page .reset_variations {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.product-page .reset_variations:hover {
  color: #ed7006;
}

/* ==== Responsive (mobile) ==== */
@media (max-width: 768px) {
  .product-page table.variations th.label {
    display: block;
    margin-bottom: 10px;
  }

  .product-page .woo-variation-items-wrapper {
    justify-content: flex-start;
  }

  .product-page .image-variable-items-wrapper .variable-item {
    width: 50px;
    height: 50px;
  }
}

/* ==== Quantity Input Styling ==== */
.product-page input.qty,
.product-page input[type="number"].qty {
  width: 90px !important;
  height: 52px;
  border: 2px solid #ed7006;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #111;
  background: #fff;
  transition: all 0.3s ease;
  appearance: textfield;
  /* remove default arrows in most browsers */
  -moz-appearance: textfield;
}

/* Hover + Focus */
.product-page input.qty:hover,
.product-page input.qty:focus {
  border-color: #111;
  outline: none;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.3);
}

/* Remove spinner arrows (Chrome, Edge, Safari) */
.product-page input[type="number"].qty::-webkit-inner-spin-button,
.product-page input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==== Optional: make it sit nicely beside buttons ==== */
.product-page .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-promo-features {
  font-size: 17px;
  color: #6db525;
  padding: 0 10px 5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
}

.product-promo-features ul {
  padding-left: 0;
  list-style: none;
}

.product-promo-features ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}

.product-promo-features ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border: solid #6db525;

  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1px;
}

.product-promo-features .red-li:before {
  border: solid red;
  border-width: 0 2px 2px 0;
}

.product-promo-features .red-li {
  color: red;
  font-weight: 600;
  font-size: 17px;
}

/* .proposition {
  display: flex;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  gap: 22px;
} */
.proposition-box-wrapper {
  padding: 20px 0;
}

.proposition-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #fff;
  /*   padding: 20px; */
  border-radius: 12px;
  border: 1px solid #eee;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  /*   background: #f7f9fa; */
  /*   padding: 8px; */
  border-radius: 10px;
  min-width: 180px;
}

.benefit-text strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.benefit-text span {
  font-size: 13px;
  color: #666;
}

@media (max-width: 1024px) {
  .proposition-box {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .proposition-box::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
  }

  .benefit-item {
    flex: 0 0 auto;
    width: 160px;
    /* each slide width */
    scroll-snap-align: start;
  }
}

/* ==============================
   VALUE PROPOSITION POPUP
   ============================== */
.value-proposition-popup {
  display: flex;
  align-items: center;
  /* Vertically align icon and text */
  font-size: clamp(14px, 1.5vw, 16px);
  /* Scales between 14px and 16px */
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.value-proposition-popup .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.value-proposition-popup .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Keep icon aspect ratio */
  display: block;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {

  /* .proposition {
    flex-direction: column; 
    gap: 12px;
    padding: 6px 0;
  } */
  .value-proposition-popup .icon {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
}

/* ========================
   MODERN FILTER DESIGN
   ======================== */
.yith-wcan-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

/* Main Heading */
.yith-wcan-filters h3 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  color: #ed7006;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed7006;
  padding-bottom: 10px;
}

/* Filter Card */
.yith-wcan-filter {
  flex: 1 1 200px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

h4.filter-title.collapsable.closed {
  background-color: #fff;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content {
  min-width: 170px;
  padding: 13px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
  font-size: 14px;
  font-family: "Lato";
  text-transform: uppercase;
}

.yith-wcan-active-filters .active-filter .active-filter-label:after {
  background-color: #000;
  right: -17px;
  top: -8px;
}

/* Filter Title */
.yith-wcan-filter .filter-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f7f7f7;
  transition: all 0.3s ease;
}

.yith-wcan-filter .filter-title.collapsable.opened {
  background: #000;
  color: #fff;
}

.yith-wcan-filter .filter-title.collapsable.closed:hover {
  background: #ffede3;
  color: #000;
}

/* Filter Items */
.yith-wcan-filter .filter-content {
  padding: 10px 0;
}

.yith-wcan-filter ul.filter-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yith-wcan-filter .filter-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.yith-wcan-filter .filter-item input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.yith-wcan-filter .filter-item input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}

.yith-wcan-filter .filter-item input[type="checkbox"]:checked::after {
  content: "\2713";
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: -3px;
  left: 3px;
}

/* Filter Labels */
.yith-wcan-filter .filter-item label {
  font-size: 14px;
  color: #4e4e4e;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
  color: #000;
}

.yith-wcan-filter .filter-item .term-label {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yith-wcan-filter .filter-item .term-label:hover {
  color: #000 !important;
  font-weight: 600;
}

/* Active Filter Badges */
.yith-wcan-active-filters .active-filter {
  display: inline-flex;
  align-items: center;
  background: #f7f7f7;
  color: #333333;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
  color: #333333;
  border: none;
}

.yith-wcan-active-filters .active-filter b {
  margin-right: 0px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened,
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened+.filter-content {
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

/* Reset Button */
.filters-container .btn-primary {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.filters-container .btn-primary,
.filters-container .btn-primary:hover,
.filters-container .btn-primary:focus,
.filters-container .btn-primary:active {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
  /* optional: remove blue focus outline */
  box-shadow: none;
  /* optional: remove bootstrap shadows if any */
}

/* FILTER COUNT BADGES */
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}

/* Show More Link */
.yith-wcan-filter .show-more {
  display: inline-block;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.yith-wcan-filter .show-more:hover {
  color: #000;
}

/* FILTER TOGGLE BUTTON (Mobile) */
.filter-toggle {
  display: none;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  width: clamp(120px, 20%, 240px);
  justify-content: space-between;
  display: flex;
  align-items: center;
  border: none;
}

.filter-toggle:hover,
.filter-toggle:focus {
  background-color: #000;
}

.filter-toggle .icon {
  font-size: 18px;
  margin-left: 10px;
  opacity: 0.9;
}

/* OFF-CANVAS FILTERS (Mobile Only) */
@media (max-width: 768px) {
  .offcanvas-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 340px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    border-right: 3px solid #f0f0f0;
  }

  .offcanvas-filters.active {
    left: 0;
  }

  /* Close button inside off-canvas */
  .offcanvas-filters .close-btn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 1010;
    transition: color 0.3s ease;
  }

  /* disable page scroll when offcanvas active */
  body.offcanvas-active {
    overflow: hidden !important;
  }

  .filter-toggle {
    display: flex;
  }

  #preset_29769 .filters-container {
    display: none;
  }

  #preset_29769 .offcanvas-filters {
    display: block;
  }
}

/* DESKTOP FILTERS (No Scroll) */
@media (min-width: 769px) {
  #preset_29769 .filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible !important;
    white-space: normal !important;
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    padding: 0;
    border: none;
  }

  #preset_29769 .yith-wcan-filter {
    flex: 1 1 auto;
    min-width: 150px;
  }

  #preset_29769 .offcanvas-filters {
    position: static;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
    box-shadow: none;
    border: none;
    overflow: visible !important;
    transition: none;
  }

  .filter-toggle {
    display: none !important;
  }

  .filters-container .close-btn {
    display: none;
  }
}

/* Responsive design adjustments */
@media (max-width: 768px) {
  .yith-wcan-filters {
    flex-direction: column;
    gap: 15px;
  }

  .yith-wcan-filter {
    flex: 1 1 100%;
  }
}

.yith-wcan-filters {
  margin-bottom: 10px;
}

/* Hide H3 in filter container */
.filters-container h3 {
  display: none !important;
}

/* Overlay for Off-Canvas Filters */
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  /* semi-transparent black */
  z-index: 998;
  /* just below the offcanvas (1000) */
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* When active */
.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   Wishlist Page Styles
   ========================= */
.wishlist-page main#content {
  max-width: 1200px;
  font-family: "Lato", sans-serif;
}

.wishlist-page .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Poppins, sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 500;
  color: #222;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wishlist-page .wishlist-title h2 {
  margin-bottom: 12px;
  font-family: Lato, Poppins, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
}

/* Wishlist Table */
.wishlist-page table.wishlist_table {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  border-spacing: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
}

.wishlist-page table.wishlist_table thead th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #80808080;
  white-space: nowrap;
}

.wishlist-page table.wishlist_table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.wishlist-page table.wishlist_table tbody tr:hover {
  background: #fafafa;
}

.wishlist-page table.wishlist_table td {
  padding: 15px;
  font-size: 14px;
  color: #555;
  vertical-align: middle;
}

/* Thumbnail */
.wishlist-page table.wishlist_table .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

/* Product Name */
.wishlist-page table.wishlist_table .product-name a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

/* Price */
.wishlist-page table.wishlist_table .product-price {
  font-size: 15px;
  font-family: "Barlow", sans-serif;
}

.wishlist-page table.wishlist_table .product-price ins {
  color: #ed7006;
  font-weight: 600;
  text-decoration: none;
}

.wishlist-page table.wishlist_table .product-price del {
  color: #999;
  font-size: 13px;
  margin-right: 5px;
}

/* Add to Cart Button */
.wishlist-page table.wishlist_table .product-add-to-cart a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ed7006;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.wishlist-page table.wishlist_table .product-add-to-cart a:hover {
  background: #000;
}

/* Remove Icon */
.wishlist-page table.wishlist_table .product-remove a {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='5' x2='19' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19' y1='5' x2='5' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.wishlist-page table.wishlist_table .product-remove a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* ================================
   Share Section
   ================================ */
.wishlist-page .yith-wcwl-share {
  margin: 15px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.wishlist-page .yith-wcwl-share-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.wishlist-page .yith-wcwl-share ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wishlist-page .yith-wcwl-share .share-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffede3;
  color: #ed7006;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.wishlist-page .yith-wcwl-share .share-button a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.wishlist-page .yith-wcwl-share .share-button a:hover {
  background: #d55f05;
  color: #fff;
}

/* =========================
   Mobile Wishlist Layout
   ========================= */
.wishlist-page ul.wishlist_table.responsive.mobile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wishlist-page ul.wishlist_table.responsive.mobile li {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Thumbnail */
.wishlist-page ul.wishlist_table.responsive.mobile .product-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* Product Name */
.wishlist-page ul.wishlist_table.responsive.mobile .product-name a {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
}

/* Details table inside li */
.wishlist-page ul.wishlist_table.responsive.mobile .item-details-table,
.wishlist-page ul.wishlist_table.responsive.mobile .additional-info {
  width: 100%;
  border-collapse: collapse;
}

.wishlist-page ul.wishlist_table.responsive.mobile td.label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  width: 70px;
}

.wishlist-page ul.wishlist_table.responsive.mobile td.value {
  font-size: 14px;
  color: #555;
}

/* Add to Cart Button */
.wishlist-page ul.wishlist_table.responsive.mobile .product-add-to-cart a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ed7006;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.3s ease;
}

.wishlist-page ul.wishlist_table.responsive.mobile .product-add-to-cart a:hover {
  background: #000;
}

/* Remove Button */
.wishlist-page ul.wishlist_table.responsive.mobile .product-remove a {
  color: #ed7006;
  font-size: 16px;
}

@media (max-width: 768px) {
  .wishlist-page table.wishlist_table {
    display: none;
  }

  /* hide desktop table */
  .wishlist-page ul.wishlist_table.responsive.mobile {
    display: block;
  }
}

/* ================= Global Reset & Base Styles ================= */
.mega-menu-item {
  box-sizing: border-box;
}

/* ================= Main Menu Links ================= */

/* Hover effect */
.mega-menu-item>a.mega-menu-link:hover {
  color: #333 !important;
}

/* Hide indicator on desktop by default */
@media (min-width: 1026px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    /* display:none !important; */
  }
}

/* ================= Submenu Container ================= */
/* .mega-sub-menu {
  padding: 0% 25% !important;
} */
/* @media (min-width: 881px) {
  .mega-sub-menu {
    background-color: #fff !important;
    padding: 2% clamp(20%, calc((140vw - 881px) / (1300 - 881) * (70 - 25) + 25%), 70%) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;  
	
  }
} */
/* Show submenu on hover/focus */
.mega-menu-item-has-children:hover>.mega-sub-menu,
.mega-menu-item-has-children:focus-within>.mega-sub-menu {
  /* opacity: 1; */
  /* transform: translate(0, 10px) !important; */
  /* visibility: visible; */
}

/* ================= Submenu Cards (Images + Titles) ================= */
.mega-menu-item.widget_media_image {
  display: flex !important;
  flex-direction: column-reverse !important;
  /* Text above image */
  align-items: center !important;
  text-align: center !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.mega-menu-item.widget_media_image:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Title styling */
.mega-menu-item.widget_media_image h4 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 6px 0 0 !important;
}

/* ================= Submenu Taxonomy/Custom Links ================= */
.mega-menu-item-type-taxonomy>a.mega-menu-link,
.mega-menu-item-type-custom>a.mega-menu-link {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  /*   font-weight: 500 !important; */
  color: #000 !important;
  padding: 0px 14px !important;
  border-radius: 6px;
  text-decoration: none !important;
  position: relative;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  line-height: 16px !important;
  letter-spacing: normal;
}

.menu3-container .e-con-inner {
  justify-content: space-between !important;
}

@media (max-width: 1180px) and (min-width: 1025px) {

  .mega-menu-item-type-taxonomy>a.mega-menu-link,
  .mega-menu-item-type-custom>a.mega-menu-link {
    font-size: 15px !important;
    padding: 8px 10px !important;
  }
}

@media (max-width: 1025px) and (min-width: 880px) {
  .elementor-element.elementor-element-bcd72c7.e-con-full.e-flex.e-con.e-child {
    order: -99;
    width: auto;
  }
}

@media only screen and (max-width: 1025px) {
  .menu3-container #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open~button.mega-close {
    left: calc(min(100vw - 40px, 260px));
  }
}

/* Underline effect */
.mega-menu-item-type-taxonomy>a.mega-menu-link::after,
.mega-menu-item-type-custom>a.mega-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #555;
  transition: width 0.3s ease;
}

.mega-menu-item-type-taxonomy>a.mega-menu-link:hover::after,
.mega-menu-item-type-custom>a.mega-menu-link:hover::after {
  width: 100%;
}

/* ================= Responsive Styling ================= */

/* ---------- Mobile (<= 768px) ---------- */
@media (max-width: 880px) {
  .mega-menu-item>a.mega-menu-link {
    justify-content: space-between !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #eee;
    color: #000 !important;
  }

  .mega-menu-item-type-taxonomy>a.mega-menu-link:hover,
  .mega-menu-item-type-custom>a.mega-menu-link:hover {
    background: #f5f5f5 !important;
    color: #333 !important;
  }

  /* Show dropdown indicator on mobile */
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: inline-block !important;
    margin-left: 8px;
    /* Space between text and indicator */
    transition: transform 0.3s ease;
    flex-basis: 15px;
  }

  /* Rotate indicator when submenu is open */
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-toggle-on>a.mega-menu-link>span.mega-indicator {
    transform: rotate(180deg);
  }

  .mega-sub-menu {
    background: #fff !important;
    margin-left: 10px;
    border-left: 3px solid #ddd;
    padding: 10px 0 !important;
  }

  .mega-sub-menu a.mega-menu-link {
    font-size: 14px !important;
    padding: 10px 16px !important;
    color: #333 !important;
  }

  .mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    display: block;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    color: #222;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
    background: transparent;
  }

  .mega-menu-item.widget_media_image {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
    padding: 10px !important;
    display: none !important;
  }
}

/* ---------- Small Mobile (<= 575px) ---------- */
@media (max-width: 575px) {
  .mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
    padding: 12px !important;
  }

  .mega-sub-menu a.mega-menu-link {
    font-size: 13px !important;
    padding: 0px 14px !important;
  }

  .mega-menu-item.widget_media_image {
    padding: 8px !important;
    border-radius: 6px;
    box-shadow: none !important;
  }
}

.mega-sub-menu .mega-menu-item-type-taxonomy>a.mega-menu-link,
.mega-sub-menu .mega-menu-item-type-custom>a.mega-menu-link {
  cursor: pointer !important;
  display: block !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 24px !important;
  text-decoration: none !important;
  color: #000 !important;
  /* optional, keep default color */
  text-wrap-mode: nowrap !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item:nth-last-child(1 of .mega-item-align-float-left) {
  margin-right: unset;
}

/* Default Desktop View */
.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}

.elementor-image-box-img img {
  width: 60px;
  /* Adjust according to design */
  height: auto;
  object-fit: contain;
}

.elementor-image-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elementor-image-box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* ✅ Responsive for Mobile Devices */
@media (max-width: 768px) {
  .elementor-image-box-wrapper {
    flex-direction: column;
    /* Image on top, text below */
    text-align: center;
    /* Center text for mobile */
  }

  .elementor-image-box-img img {
    width: 50px;
    /* Slightly smaller image for mobile */
  }

  .elementor-image-box-title {
    font-size: 16px;
    /* Adjust text size for mobile */
  }
}

/* ==== Product Card Wrapper ==== */
.product_container .product_data ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 500px;
  width: 515px;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.product_container .product_data ul.products li.product>* {
  flex-shrink: 0;
}

.product_container .product_data ul.products li.product img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.product_container ul.products li.product .woocommerce-placeholder {
  border: none;
}

/* ==== On Sale Badge ==== */
.product_container .product_data ul.products li.product .onsale {
  display: none;
  position: absolute;
  top: 4px !important;
  right: 4px !important;
  padding: 14px 12px 0 12px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 1.2vw, 12px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #ed7006;
  border-radius: 0 8px;
}

/* ==== Title ==== */
.woocommerce-loop-product__title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 20px) !important;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #111;
  text-transform: capitalize;
  padding: 0 !important;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==== Category / Subtitle ==== */
.product_container .product_data ul.products li.product .woocommerce-loop-category__title,
.product_container .product_data ul.products li.product .woocommerce-loop-product__category {
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 400;
  color: #777;
  margin-bottom: 5px;
}

/* ==== Price ==== */
.product_container .product_data ul.products li.product .price {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4;
  margin: 6px 0;
}

.product_container .product_data ul.products li.product .price del {
  color: #999;
  font-size: clamp(13px, 2.2vw, 20px);
  margin-right: 4px;
}

.product_container .product_data ul.products li.product .price ins {
  color: #111;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 22px);
  text-decoration: none;
}

/* ==== Product Tag ==== */
.product_container .product_data .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 2.2vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
  /* position: absolute;
  top: 8px;
  left: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 12px);
  padding: 5px 12px;
  border-radius: 6px;
  background: #fff;
  color: #ff5a5f;
  border: 1px solid #ff5a5f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  pointer-events: none;
  z-index: 9; */
}

/* ==== Color Variations ==== */
.loop-color-variations {
  display: flex;
  gap: 2px;
  margin-top: 3px;
  overflow-x: auto;
  padding-bottom: 3px;
  -webkit-overflow-scrolling: touch;
}

.loop-color-variations a.variation-color-thumb {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}

.loop-color-variations a.variation-color-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover zoom effect */
.loop-color-variations a.variation-color-thumb:hover {
  transform: scale(1.05);
}

/* ==== Add to Cart / Wishlist ==== */
.product_container .product_data ul.products li.product .add_to_cart_button {
  display: none;
}

.product_container .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline {
  position: absolute;
  left: 8px;
  top: 7px;
}

.product_container .custom-wishlist-btn .add_to_wishlist span {
  display: none !important;
}

.product_container .feedback {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ed7006;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.4vw, 13px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition:
    background 0.3s ease,
    transform 0.25s ease;
}

.product_container .feedback:hover {
  background: #ff8c42;
  transform: translateY(-2px);
}

.product_container .yith-wcwl-wishlistaddedbrowse .feedback> :not(svg),
.product_container .yith-wcwl-wishlistaddedbrowse>a:not(.feedback) {
  display: none;
}

.product_container .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff;
}

/* ==== Grid Wrapper ==== */
.product_container .product_data .products.columns-4 {
  padding: 10px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* ==== RESPONSIVE ==== */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .product_container .product_data .products.columns-4 {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .product_container .product_data ul.products li.product {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-height: 360px;
  }

  .product_container .product_data ul.products li.product img {
    height: 180px;
  }

  .products.columns-4 .specfit_tryon_btn.button {
    margin-top: 0px !important;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  .product_container .product_data .products.columns-4 {
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .product_container .product_data ul.products li.product {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
    width: 100%;
  }

  .product_container .product_data ul.products li.product img {
    height: 160px;
  }

  .woocommerce-loop-product__title {
    white-space: normal;
    text-overflow: unset;
  }

  .loop-color-variations a.variation-color-thumb {
    width: 40px;
    height: 40px;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .product_container .product_data ul.products li.product img {
    height: 140px;
  }

  .loop-color-variations a.variation-color-thumb {
    width: 35px;
    height: 35px;
  }
}

/* Target all icons inside header_icons */
.header_icons .elementor-icon svg {
  width: 24px;
  /* Change to your desired width */
  height: 24px;
  /* Change to your desired height */
  fill: #000;
  /* Change color if needed */
}

/* Optional: Adjust the link wrapper spacing */
.header_icons .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* To hide logIn in desktop only  */
@media (min-width: 881px) {
  #mega-menu-item-30316 {
    display: none !important;
  }
}

.collection-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 768px) {
  .collection-main-wrapper {
    display: block;
    gap: 0;
    /* optional, since gap won’t apply on block */
  }
}

.product-attribute-inline {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #222;
  margin-top: 12px;
}

.product-attribute-inline .attr-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-attribute-inline .attr-item img {
  width: 16px !important;
  height: 16px !important;
  margin-right: 4px !important;
  object-fit: contain !important;
  flex-shrink: 0;
  /* prevents stretching or shrinking */
}

/* Try On Button CSS (unchanged) */
button.tryon-iframe-btn-small {
  margin-top: 20px;
  width: 97%;
}

svg.icon.icon-cart {
  width: 28px !important;
  height: 28px !important;
}

svg.icon.icon-user {
  width: 28px !important;
  height: 28px !important;
}

.header_icons path {
  fill: none;
  stroke: #000;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hfe-search-icon-toggle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDY0IDY0IiByb2xlPSJpbWciIGFyaWEtbGFiZWxsZWRieT0ic2VhcmNoVGl0bGUgc2VhcmNoRGVzYyIgY2xhc3M9Imljb24gaWNvbi1zZWFyY2giPgogIDx0aXRsZSBpZD0ic2VhcmNoVGl0bGUiPlNlYXJjaDwvdGl0bGU+CiAgPGRlc2MgaWQ9InNlYXJjaERlc2MiPk1hZ25pZnlpbmcgZ2xhc3Mgc2VhcmNoIGljb248L2Rlc2M+CiAgPHBhdGggZD0iTTQ3LjE2IDI4LjU4QTE4LjU4IDE4LjU4IDAgMSAxIDI4LjU4IDEwYTE4LjU4IDE4LjU4IDAgMCAxIDE4LjU4IDE4LjU4ek01NCA1NEw0MS45NCA0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

i.fas.fa-search {
  visibility: hidden;
}

/* Add Rx Lences Page CSS */
.tocart-form {
  min-height: 500px;
  max-width: 1370px;
  margin: 0 auto;
  padding-bottom: 50px;
  height: 100%;
  padding: 10px 30px 50px 30px;
}

.tocart-form .prx-frame-preview {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.tocart-form .separately-price {
  text-align: left;
}

.tocart-form .product-bottom-side-part {
  text-align: left;
  color: #000;
}

@media (max-width: 425px) {

  .tocart-form .separately-price,
  .tocart-form .product-bottom-side-part {
    text-align: start;
  }

  .footer-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.tocart-form .frame {
  font-size: 18px;
}

.tocart-form .tocart-form .separately-price .price {
  padding-left: 5px !important;
}

.tocart-form-left .separately-price {
  max-width: 440px;
  /* Adjust width as needed */
}

.separately-price p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0;
}

.separately-price .price-symbol {
  display: inline-block;
  min-width: 80px;
  /* Forces prices to align vertically */
  text-align: right;
}

.tocart-form .woocommerce-Price-amount.amount {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.tocart-form .lens_price {
  font-size: 18px;
}

.tocart-form .total_price {
  font-size: 18px;
}

.tocart-form ul .step-name {
  display: none;
}

.tocart-form .step_box>ul {
  max-width: 500px;
  margin: 20px auto;
}

.tocart-form .contentBbox_main_product .info-ico {
  border-radius: 50%;
  background: url(https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/video-ico-removebg-preview.jpg) no-repeat center center !important;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 24px auto;
}

.tocart-form .contentBbox_main_product .desc {
  position: unset;
}

.contentBbox_main_product .option-name {
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0.3pt;
  text-transform: capitalize;
  color: #000;
  line-height: 1.4;
}

.contentBbox_main_product .option-intro {
  width: 100%;
  letter-spacing: 0.3pt;
  color: #000;
  font-size: 17px;
  font-weight: 300;
}

.contentBbox_main_product span.color-red {
  color: #0a9fd9;
  letter-spacing: 0.3pt;
  font-size: 16px;
  font-weight: 300;
}

.option-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.cart_end_point .final-price {
  font-size: 16px !important;
  padding: 10px 0px !important;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid;
}

.moneyback-cart {
  /* margin-left: 40px; */
}

.title_top h3 {
  font-weight: 700;
}

/* .site-main {
  padding-top: clamp(80px, 18vw, 180px) !important;
}
@media (max-width: 630px) and (min-width: 501px) {
  .site-main {
    padding-top: 30% !important;
  }
} */

/* 500px and below */
/* @media (max-width: 500px) {
  .site-main {
    padding-top: 50% !important;
  }
}
body.home .site-main {
  padding-top: 0% !important;
} */
.prx-back-detail {
  font-size: 16px !important;
  text-align: start;
  padding: 5px 0px;
}

/* Remove default button styling */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
  outline: none;
}

/* Left arrow */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor:
    url("https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/arrow-right-svg-1-1.svg"),
    w-resize !important;
  pointer-events: auto;
  z-index: 10;
}

/* Right arrow */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  cursor:
    url("https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/arrow-right-1.svg"),
    e-resize !important;
  pointer-events: auto;
  z-index: 10;
}

/* Optional hover overlay effect */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Remove outline and box-shadow globally inside this gallery */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="button"]:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="button"]:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="submit"]:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="submit"]:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images button:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images button:hover {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0px;
}

.columns-4 li a .size-woocommerce_thumbnail {
  margin-bottom: 21px !important;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 65%;
}

.summary.entry-summary {
  width: 34% !important;
}

@media (max-width: 1024px) {

  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
  .summary.entry-summary {
    width: 100% !important;
  }
}

/*@media (max-width: 425px) {
  .price-wishlist {
    flex-direction: column;
  }
}*/
section.related.products .add_to_cart_button {
  display: none !important;
}

/* my account Page Design  */

/* Page header */
.custom-my-account .page-header {
  text-align: center;
  margin-bottom: 40px;
}

.custom-my-account .page-header .entry-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #ed7006;
  /*   margin-top: 30px; */
}

/* Navigation sidebar */
.custom-my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.custom-my-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-my-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.custom-my-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  color: #10244c;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.custom-my-account .woocommerce-MyAccount-navigation li.is-active a,
.custom-my-account .woocommerce-MyAccount-navigation li a:hover {
  background-color: #ed7006;
  color: #fff;
}

/* Account content */
.custom-my-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 1.7;
}

.custom-my-account .woocommerce-MyAccount-content a {
  color: #ed7006;
  font-weight: 500;
  text-decoration: underline;
  /* float: left !important; */
}

.woocommerce-account .addresses .title .edit {
  float: left;
}

/* Responsive layout */
@media (min-width: 992px) {
  .logged-in.custom-my-account .woocommerce {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
  }

  /* .woocommerce {
    padding-bottom: 60px;
  } */
  /* Force login page .woocommerce back to block layout */
  .woocommerce:not(.custom-my-account .woocommerce) {
    display: block;
  }

  .custom-my-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
  }

  .custom-my-account .woocommerce-MyAccount-content {
    flex: 1;
  }
}

.custom-my-account .woocommerce-Address {
  max-width: 48%;
}

span.password-input {
  width: 100%;
  /* margin-left: 17px; */
}

/* Container */
.woocommerce-form.login {
  display: block;
  /* max-width: 700px !important; */
  padding: 30px !important;
  background: #fff;
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
  width: 100%;
}

.woocommerce-notices-wrapper {
  display: block;
  width: 100%;
  /*   padding-top: 70px; */
}

.woocommerce-notices-wrapper+h2 {
  width: 100%;
  display: block;
  padding-top: 50px;
}


/* Form Headings */
.woocommerce-form.login h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #10244c;
}

/* Input Fields */
.woocommerce-form.login input[type="text"],
.woocommerce-form.login input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s border-color;
}

.woocommerce-form.login input[type="text"]:focus,
.woocommerce-form.login input[type="password"]:focus {
  border-color: #ed2024;
  outline: none;
}

/* Password toggle button */
.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* Labels */
.woocommerce-form.login label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #10244c;
}

/* Remember me checkbox */
.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.woocommerce-form-login__rememberme input {
  margin-right: 8px;
}

/* Submit button */
.woocommerce-button.woocommerce-form-login__submit {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #ed2024;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s background-color;
}

.woocommerce-button.woocommerce-form-login__submit:hover {
  background-color: #c71c1f;
}

/* Lost password link */
.woocommerce-LostPassword a {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #10244c;
  text-decoration: none;
  font-size: 14px;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .woocommerce-form.login {
    padding: 20px;
  }
}

/* ===========================
   WooCommerce Form Field Styling
=========================== */
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Wrapper around each field */
.woocommerce-address-fields .form-row {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: end;
}

/* Label styling */
.woocommerce-address-fields .form-row label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

.woocommerce-address-fields .form-row label .required {
  color: #e63946;
  font-weight: bold;
}

/* Input styling */
.woocommerce-address-fields .form-row input.input-text,
.woocommerce-address-fields .form-row select,
.woocommerce-address-fields .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

/* Focus effect */
.woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce-address-fields .form-row select:focus,
.woocommerce-address-fields .form-row textarea:focus {
  border-color: #0073aa;
  /* WooCommerce blue */
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* Error state */
.woocommerce-address-fields .form-row.woocommerce-invalid input.input-text {
  border-color: #e63946;
  background-color: #fff5f5;
}

/* Placeholder style */
.woocommerce-address-fields .form-row input::placeholder {
  color: #999;
}

/* Optional: Add a subtle hover effect */
.woocommerce-address-fields .form-row input:hover {
  border-color: #888;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #000;
  color: #fff;
  width: 18%;
  margin-top: 16px;
}

@media (max-width: 500px) {
  button.woocommerce-button.button.woocommerce-form-login__submit {
    width: auto;
  }
}

p.woocommerce-LostPassword.lost_password {
  text-align: start;
  align-items: start;
  display: flex;
  padding-left: 6px;
}

/* Optional: spacing for required field star */
.woocommerce-address-fields .required_field {
  display: inline-block;
  margin-bottom: 6px;
}

.woocommerce-account form .form-row {
  display: flex;
  flex-direction: column;
}

/* ==============================
   Search Results Page Styling
   ============================== */
.search .site-main {
  max-width: 1700px;
}

/* ---------- Page Header ---------- */
.search .page-header {
  text-align: center;
  margin-bottom: 50px;
}

.search .page-header .entry-title {
  font-size: clamp(20px, 3vw, 24px);

  color: #111;
  text-transform: capitalize;
}

.search .post .price {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.6999999881px;
  text-decoration: none;
  margin: 0px 20px;
}

.search .page-header .entry-title span {
  /* color: #ed7006; */
  text-decoration: underline;
  font-weight: 700;
}

/* ---------- Page Content ---------- */
.search .page-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 40px; */
  /* width: 90%;
  max-width: 1400px;
  margin: 10px auto 30px auto; */
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* Responsive for tablets (2 per row) */
@media (max-width: 992px) {
  .search .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive for mobile (1 per row) */
@media (max-width: 600px) {
  .search .page-content {
    grid-template-columns: 1fr;
  }
}

/* ---------- Article Cards ---------- */
.search .post {
  /* background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 300px;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

/* ---------- Image Styling ---------- */
.search .post img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 0.4s ease;
  order: 1;
  margin-bottom: 14px;
}

.search .post:hover img {
  transform: scale(1.05);
}

/* ---------- Title Styling ---------- */
.search .post .entry-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 20px;
  line-height: 1.4;
  order: 2;
}

.search .post .entry-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search .post .entry-title a:hover {
  color: #ed7006;
}

/* ---------- Pagination ---------- */
.search .pagination {
  text-align: center;
  margin: 20px;
}

.search .pagination a {
  display: inline-block;
  background: #ed7006;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.search .pagination a:hover {
  background: #ed7006;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .search .page-content {
    gap: 24px;
  }

  .search .post img {
    height: 180px;
  }
}

@media (max-width: 500px) {
  .search .page-header .entry-title {
    font-size: 20px;
  }

  .search .post .entry-title {
    font-size: 1rem;
  }

  .search .post p {
    font-size: 0.9rem;
  }
}

/* ================================
   WooCommerce Order Received Page
   ================================ */

.woocommerce-order-received .woocommerce {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

/* Success Notice */
.woocommerce-order-received .woocommerce-notice--success {
  background: #e6f9ec;
  border-left: 4px solid #2ecc71;
  color: #2d2d2d;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* Order Overview */
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px 20px !important;
  margin-right: 0px !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}

/* Order Details */
.woocommerce-order-received .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.woocommerce-order-received table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
  padding: 14px 18px;
  border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received table.shop_table th {
  background: #f9f9f9;
  font-weight: 600;
  text-align: left;
}

.woocommerce-order-received table.shop_table tfoot th {
  text-align: right;
}

/* Product Name and Modal Button */
.woocommerce-order-received .product-name a {
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-order-received .show-prescription-wrap {
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  white-space: normal;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::before,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::after {
  content: none !important;
  display: none !important;
}

/* .woocommerce-order-received .show-prescription-wrap:hover {
  background: #000;
} */

/* Billing Address */
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce-order-received address {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  font-style: normal;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce {
    padding: 25px;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-order-received table.shop_table th,
  .woocommerce-order-received table.shop_table td {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------
   Main Checkout Wrapper
--------------------------------- */

/* ============================
   WooCommerce Checkout Styling
============================ */

/* ----------- Page Header ----------- */
.woocommerce-checkout .page-header {
  text-align: center;
  /*   margin-bottom: 50px; */
}

.woocommerce-checkout .entry-title {
  font-size: clamp(28px, 3vw, 40px);

  font-weight: 600;

  color: #222;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "Roboto", "Poppins", sans-serif;

  font-size: clamp(26px, 4vw, 36px);

  font-weight: 600;

  color: #222;

  margin-bottom: 40px;

  text-transform: uppercase;

  letter-spacing: 1px;

  position: relative;
}

/* ----------- Main Container ----------- */
.woocommerce-checkout .site-main {
  max-width: 1400px !important;
  margin: 0 auto;
  /*padding: 30px 15px;*/
}

/* ----------- Checkout Form Layout ----------- */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.woocommerce-checkout .col2-set {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  gap: 40px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  max-width: 48%;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 48%;
}

@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
    gap: 20px;
    /* optional: reduce gap for smaller screens */
  }

  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    max-width: 100%;
  }

  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 100%;
  }
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: 1 1 48%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* ----------- Section Titles ----------- */
.woocommerce-checkout h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.woocommerce-checkout h3.border_html::after,
.woocommerce-checkout h3#ship-to-different-address::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin-top: 10px;
  border-radius: 2px;
}

/* ----------- Form Elements ----------- */
.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px !important;
}

.woocommerce-checkout label {
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: self-start;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  background-color: #fafafa !important;
  transition: all 0.25s ease;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #ef7e1c;
  box-shadow: 0 0 0 2px rgba(239, 126, 28, 0.2);
  background: #fff;
}

/* Checkbox */
.woocommerce-checkout input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: gray;
  margin-right: 8px;
}

/* ----------- Order Summary & Notes ----------- */
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* ----------- Payment Section ----------- */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}

.woocommerce-checkout .payment_methods {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.woocommerce-checkout .payment_box {
  background: #f9f9f9;
  padding: 15px !important;
  border-radius: 8px !important;
  margin-top: 20px !important;
}

/* ----------- Order Table ----------- */
.woocommerce-checkout .cclw_order_review_table table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout .cclw_order_review_table th,
.woocommerce-checkout .cclw_order_review_table td {
  padding: 12px 10px !important;
  border-bottom: 1px solid #eee;
  text-align: center !important;
  font-size: 11px !important;
  background-color: #fff;
}

.woocommerce-checkout .cclw_order_review_table th {
  font-weight: 600;
  background: #f9f9f9;
}

.woocommerce-checkout .cclw_order_review_table td.thumb img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout .cclw_order_review_table td.total {
  font-weight: 600;
  color: #222;
}

/* Remove & Quantity Buttons */
.woocommerce-checkout .cclw_order_review_table .removepro a.cclw_remove {
  font-size: 18px;
  color: #000;
  transition: color 0.3s ease;
}

.woocommerce-checkout .cclw_order_review_table .removepro a.cclw_remove:hover {
  color: #000 !important;
}

.woocommerce-checkout .wrapper_qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.woocommerce-checkout .wrapper_qty button {
  background: #f1f1f1;
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.woocommerce-checkout .wrapper_qty button:hover {
  background: #ed700680;
  border-color: #000;
  color: #fff;
}

.woocommerce-checkout .wrapper_qty input.qty {
  width: 45px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 5px;
}

/* Product Name Details Row */
.woocommerce-checkout .cclw_order_review_table .more_details {
  text-align: left !important;
  padding: 10px 0 15px 60px !important;
  font-size: 14px;
  color: #555;
}

/* ----------- Place Order Button ----------- */
.woocommerce-checkout #place_order {
  /* background: linear-gradient(to right, #ef7e1c, #ffb05c) !important; */
  border: none;
  border-radius: 8px;
  padding: 14px 25px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.woocommerce-checkout #place_order:hover {
  /* background: linear-gradient(to right, #ffb05c, #ef7e1c); */
  transform: translateY(-2px);
  opacity: 0.95;
}

/* ----------- Two-Column Layout ----------- */
.woocommerce-checkout .cclw_opc_main.checkout-two-column-layout {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}

@media (max-width: 768px) {
  .woocommerce-checkout .cclw_opc_main.checkout-two-column-layout {
    flex-direction: column;
  }

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left,
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 0px;
  }
}

@media (max-width: 500px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 10px;
  }

  .woocommerce-checkout td.thumb {
    width: 66px !important;
    /* Image column */
  }

  .woocommerce-checkout td.cclw_qty {
    width: 110px !important;
    /* Quantity column */
  }

  .woocommerce-checkout td.total {
    width: 60px !important;
    /* Total price column */
  }

  .woocommerce-checkout td.removepro {
    width: 30px !important;
    /* Remove button column */
  }
}

.woocommerce-checkout .checkout-two-column-layout .two-column-layout-left {
  flex: 1 1 60%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.onestepcheckout-summary tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
  flex: 1 1 40%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 5px;
  }

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left {
    padding: 5px;
  }
}

/* ----------- Other UI Enhancements ----------- */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 20px 0;
}

.woocommerce-checkout .testimonial-card {
  border-left: 5px solid #000 !important;
  max-width: max-content !important;
}

.woocommerce-checkout .woocommerce-form__label span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.woocommerce-checkout .border_html {
  background-color: transparent;
  border-left-style: none !important;
}

/* ============================
   Responsive Design
============================ */
@media (max-width: 1024px) {

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {

  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    flex: 1 1 100%;
  }

  .woocommerce-checkout form.checkout {
    gap: 25px;
  }

  .woocommerce-checkout .cclw_order_review_table th,
  .woocommerce-checkout .cclw_order_review_table td {
    font-size: 13px;
    padding: 10px;
  }

  .woocommerce-checkout .cclw_order_review_table td.thumb img {
    width: 40px;
    height: 40px;
  }

  .woocommerce-checkout .wrapper_qty input.qty {
    width: 35px;
  }

  .woocommerce-checkout #customer_details {
    padding: 20px;
  }
}

@media (max-width: 425px) {
  .woocommerce-checkout input.input-text {
    font-size: 14px;
  }

  .woocommerce-checkout #customer_details {
    padding: 15px !important;
  }
}

/* =============== CART PAGE STYLING =============== */
.woocommerce-cart .page-content {
  padding-bottom: 40px;
  padding-top: 80px;
}

/* ---------- Page Title ---------- */
.woocommerce-cart .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Poppins", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  color: #222;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.woocommerce-cart .entry-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #000000, #333333);
  border-radius: 3px;
}

/* ---------- Cart Table ---------- */
.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-cart .woocommerce-cart-form__contents th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form__contents td {
  padding: 15px !important;
  font-size: 16px;
  color: #555;
  vertical-align: middle !important;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

/* Product Thumbnail */
.woocommerce-cart .woocommerce-cart-form__contents td a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
  line-height: 0.8;
}

.show-frame-data {
  color: #555;
  font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
  width: 100%;
  max-width: 80px;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img:hover {
  transform: scale(1.05);
}

/* Product Remove Button */
/* .woocommerce-cart table.shop_table .product-remove a {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='5' x2='19' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19' y1='5' x2='5' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat center/contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.woocommerce-cart table.shop_table .product-remove a:hover {
  transform: rotate(90deg) scale(1.2);
  opacity: 0.8;
} */
.woocommerce a.remove {
  color: #000 !important;
  font-size: 20px !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #000;
}

/* Quantity Input */
.woocommerce-cart .quantity input.qty {
  width: 60px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s ease;
}

.woocommerce-cart .quantity input.qty:focus {
  border-color: #ed7006;
  outline: none;
}

/* ---------- Cart Actions ---------- */
.woocommerce-cart .actions {
  background: #f9f9f9;
  padding: 20px 15px;
  border-radius: 0 0 8px 8px;
}

.woocommerce-cart .actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.woocommerce-cart #coupon_code {
  flex: 1;
  min-width: 180px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border 0.3s ease;
}

.woocommerce-cart #coupon_code:focus {
  border-color: #ed7006;
  outline: none;
}

.woocommerce-cart .button {
  background: linear-gradient(90deg, #ed7006, #ff9a3c);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
}

.woocommerce-cart .button:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #ff8500, #ffa74a);
}

/* ---------- Cart Totals ---------- */

.woocommerce-cart .cart_totals {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  max-width: 48%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.custom-cart-sidebar-wrapper {
  max-width: 50%;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.woocommerce-cart .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}

.woocommerce-cart .cart_totals td {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
  text-align: end;
}

.woocommerce-cart .cart_totals .order-total strong {
  color: #000;
  font-size: 18px;
}

a.shipping-calculator-button {
  color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 80%;
  /* background: linear-gradient(90deg, #ed7006, #ff9a3c); */
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, #fcde96 0%, #f5ab00 100%);
  color: #000 !important;
  border: 1px solid #8c8c8c;
  font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(-3px);
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__contents th {
    font-size: 13px;
  }

  .woocommerce-cart .woocommerce-cart-form__contents td {
    padding: 10px !important;
  }

  .woocommerce-cart .cart-collaterals {
    flex-direction: column !important;
    align-items: center;
  }

  .woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100%;
  }

  .custom-cart-sidebar-wrapper {
    max-width: 1000%;
  }

  .woocommerce-cart .actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.woocommerce-info {
  background-color: #e8f4fc;
  /* light blue info background */
  border-left: 4px solid #1e85be;
  /* WooCommerce blue accent */
  color: #1e1e1e;
  /* padding: 14px 20px; */
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  white-space: nowrap;
}

.woocommerce-info a.showcoupon {
  color: #1e85be;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease;
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: flex-end;
}

.woocommerce-info a.showcoupon:hover {
  color: #155d87;
  text-decoration: none;
}

@media (max-width: 768px) {
  .woocommerce-info {
    align-items: normal;
    flex-direction: column;
  }

  .woocommerce-info a.showcoupon {
    justify-content: normal;
  }
}

.woocommerce-message {
  background-color: #e8fcee;
  /* soft green background */
  border-left: 4px solid #4caf50;
  /* green success accent */
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  /* white-space: nowrap;
  padding: 14px 20px; */
}

.woocommerce-message a.button.wc-forward {
  background-color: #4caf50;
  /* success green button */
  color: #fff !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 16px;
  margin-left: auto;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-message a.button.wc-forward:hover {
  background-color: #3d8c40;
}

@media (max-width: 768px) {
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
  }

  .woocommerce-message a.button.wc-forward {
    margin: 10px 0 0;
    align-self: flex-start;
  }
}

.woocommerce-error {
  background-color: #fdecea;
  /* soft red background */
  border-left: 4px solid #e53935;
  /* red accent */
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  /* white-space: nowrap;
  padding: 14px 20px; */
  list-style: none;
}

.woocommerce-error li {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
  }
}

.woocommerce-notices-wrapper :focus,
.woocommerce-notices-wrapper :focus-visible,
.woocommerce-message :focus,
.woocommerce-message :focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: auto;
  justify-content: center;
  display: flex;
}

.prescription-detail-wrapper h3 a {
  font-size: 19px;
  color: #ed7006;
  text-decoration: none;
}

.modal-header .btn-close {
  background-color: #fff;
  text-decoration: none;
  border: none;
}

table.enter_online_data {
  border: 1px solid;
}

/* BLOG PAGE DESIGN */
.blog main.site-main {
  max-width: 1500px;
}

/* Page header */
.blog .page-header {
  text-align: center;
  margin-bottom: 30px;
}

.blog .page-header .entry-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-top: 65px;
  display: none;
}

.blog .page-header .entry-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #ed7006;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Post layout */
.blog .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px;
  padding: 0px 40px;
}

/* Each article card */
.blog .post {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Featured image */
.blog .post img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Post title */
.blog .post .entry-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin: 18px 20px 10px;
  color: #111;
  order: 2;
}

.blog .post .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Post excerpt */
.blog .post p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 20px 25px;
  order: 3;
}

.blog .post p a {
  color: #ed7006;
}

/* Pagination */
.blog .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}

.single-post .post .wp-post-image {
  object-fit: contain;
  margin-bottom: 20px;
}

.blog .pagination a {
  display: inline-block;
  background-color: #ed7006;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* SINGLE POST DESIGN */
.single-post main.site-main {
  max-width: 1600px;
  padding-top: 100px;
}

/* Page header */
.single-post .page-header {
  text-align: center;
  margin-bottom: 50px;
}

.single-post .page-header .entry-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Content paragraphs */
.single-post .page-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  /*   color: #555; */
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333 !important;
}

/* Headings inside post */
.single-post .page-content h2,
.single-post .page-content h3 {
  font-weight: 700;
  color: #111;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.single-post .page-content h3 {
  font-size: clamp(18px, 2.2vw, 24px);
}

/* Links inside post */
.single-post .page-content a {
  color: #ed7006;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.single-post .page-content a:hover {
  color: #ed7006;
}

/* Strong text */
.single-post .page-content strong {
  font-weight: 600;
}

/* Comments Section */
.single-post #comments {
  margin-top: 70px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.single-post #comments h2.comment-reply-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.single-post .comment-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.single-post .comment-form textarea,
.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.single-post .comment-form textarea:focus,
.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form input[type="email"]:focus {
  border-color: #ed7006;
  outline: none;
}

.single-post .comment-form .submit {
  background-color: #ed7006;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-post .logged-in-as a {
  color: #ed7006;
}

.single-post .comment-form .submit:hover {
  background-color: #ed7006;
  transform: translateY(-2px);
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .single-post main.site-main {
    padding: 65px 15px;
  }

  .single-post .page-content h3 {
    font-size: 20px;
  }
}

button.specfit_tryon_btn.button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ed7006, #ff914d);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  /* text-transform: uppercase; */
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(237, 112, 6, 0.3);
  overflow: hidden;
}

button.specfit_tryon_btn:hover {
  background: linear-gradient(135deg, #d85f05, #ff7a2e) !important;
  box-shadow: 0 8px 20px rgba(237, 112, 6, 0.4) !important;
  transform: translateY(-2px);
  color: #fff !important;
}

button.specfit_tryon_btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(237, 112, 6, 0.3);
}

button.specfit_tryon_btn.button {
  left: 18px;
  top: 18px;
  position: absolute;
  z-index: 98;
}

.products.columns-4 .specfit_tryon_btn.button {
  left: 37%;
  top: 86%;
}

.products.columns-4 .specfit_tryon_btn.button {
  width: 25%;
}

.error404 .site-main {
  min-height: 45vh;
  text-align: center;
  padding: 60px 20px;
}

.error404 .page-header h1 {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.error404 .page-content p {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

.error404 .page-content a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ed7006;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.error404 .page-content a:hover {
  background-color: #d15a00;
}

@media (min-width: 768px) {
  .contentBbox_main_product_row .option-price {
    width: 12%;
  }

  .option-description {
    width: 88%;
  }
}

@media (max-width: 767px) {
  .tocart-form.h-full .product-promo-features {
    display: flex;
    justify-content: center;
  }
}

.woocommerce-privacy-policy-text p a {
  color: #000 !important;
}

.blog-section {
  padding: 60px 20px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.bloglist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.bloglistbx {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 30px;
  font-family: "Lato", sans-serif;
}

.bloglistbx h2 a {
  font-size: 20px;
  color: #ed7006;
  font-family: "Lato", Poppins;
  text-decoration: none;
}

.blogimg {
  overflow: hidden;
  position: relative;
}

.blogimg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bloglistbx h2 {
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}

.bloglistbx .date {
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}

.blogcontent {
  padding: 20px;
  flex-grow: 1;
}

.blogcontent h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blogcontent h2 a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blogcontent .date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blogcontent p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .blogcontent h2 {
    font-size: 18px;
  }

  .blogimg img {
    height: 200px;
  }
}

.custom-cart-sidebar {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Wrapper ensures image + content align perfectly */
.feature-icon .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center;
  gap: 10px;
  /* Space between image and text */
  width: 100%;
  max-width: 300px;
  /* Optional – can be adjusted based on design */
  margin: 0 auto;
}

/* Image container responsiveness */
.feature-icon .elementor-image-box-img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  /* Prevents too tall images */
  object-fit: contain;
  /* Keeps image ratio perfectly */
  display: block;
}

/* Text style */
.feature-icon .elementor-image-box-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #000;
  /* Change as per your design */
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .feature-icon .elementor-image-box-wrapper {
    max-width: 100%;
    gap: 8px;
  }

  .feature-icon .elementor-image-box-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .feature-icon .elementor-image-box-title {
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  .footer-section .elementor-heading-title {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .footer-section .elementor-heading-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    transition: transform 0.3s ease;
  }

  .footer-section .elementor-heading-title.active::after {
    content: "-";
  }

  /* Smooth open/close effect */
  .footer-section nav {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer-section nav.hfe-nav-menu__layout-vertical {
    width: 100% !important;
    left: 0 !important;
  }
}

.form-input-wrap .option-select-content2 label input[type="checkbox"]:checked {
  border: 3px solid #000;
  width: 25px;
  /*   box-shadow: 0 0 12px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.2) inset; */
  transform: scale(1.12);
  transition: 0.2s ease;
}

button#confirm_image {
  height: 2.6rem;
  padding: 0 3em;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 2.6rem;
  border: none;
  background: #222529;
  color: #fff;
  border-radius: 3px;
}

/* ===== Modal Wrapper (Optional) ===== */
.video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ===== Modal Content ===== */
.video-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 850px;
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.35s ease;
  overflow: hidden;
}

/* Smooth Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Close Button ===== */
.video-modal .close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 13px;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  z-index: 9;
}

.video-modal .close-modal:hover {
  background: #f1f1f1;
  transform: rotate(90deg);
}

/* ===== Video Container ===== */
.video-modal .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===== Error Message Style ===== */
.video-modal #errorMessage {
  background: #111;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  color: #fff;
}

.video-modal .close-modal:hover {
  color: #ed7006;
}

.video-modal #errorMessage a {
  background: #ff0000;
  padding: 10px 22px;
  border-radius: 6px;
  transition: 0.2s;
  text-decoration: none;
}

.video-modal #errorMessage a:hover {
  background: #ed7006;
}

/* Desktop Default */
.banner_container {
  width: 100%;
  height: auto;
  /* Desktop ma natural height */
  overflow: hidden;
}

.banner_container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* MOBILE FIX (375px, 414px, 430px etc.) */
@media (max-width: 480px) {
  .banner_container {
    width: 100% !important;
    height: 50vh !important;
    /* Full mobile height */
    overflow: hidden !important;
  }

  .banner_container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.page-content .woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

.site-main .page-content .woocommerce-error {
  background-color: #fdecea;
  border-left: 4px solid #b81c23;
  border-top-color: #b81c23 !important;
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  /* display: flex; */
  align-items: start;

  gap: 5px;
  justify-content: normal;
  list-style: none;
  /* display: block; */
  width: 100%;
  flex-direction: column;
}

.woocommerce-checkout ul.woocommerce-error {
  display: none;
}

.option-select-content2 input[type="checkbox"] {
  position: absolute;
}

.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form .woocommerce-invalid select {
  border: 1px solid #a00 !important;
  box-shadow: none;
}

p.wc-ppcp-cart-or {
  display: none;
}

.tocart-form {
  padding-top: 100px;
}

.woocommerce-cart .cart-collaterals {
  flex-direction: row-reverse;
}

.woocommerce-cart .woocommerce-shipping-totals {
  display: none !important;
}

/* .custom-attr-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.attr-left table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
}

.attr-left th,
.attr-left td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}

.image-inner-part ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-part-right-main-attr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.width-part {
  font-weight: 600;
}

.image-part-right-main-attr img {
  width: 50px;
  height: auto;
}
 */

/* .woocommerce-Tabs-panel--additional_information h2
{
display:none; */
/* } */

/* .shipping-total {
    display: none;
} */

/* Hide all shipping methods inside this parent */

/* .prescription-image-preview  img  {  
 margin-right : 30px; 
} 
 */
.prescription-image-preview #remove_image {
  padding: 6px;
  position: absolute;
  right: -24px;
  width: 22px;
  height: 28px;
  line-height: 17px;
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.woocommerce-cart .prescription-image-preview #remove_image,
.woocommerce-checkout .prescription-image-preview #remove_image {
  display: none;
}

.prescription-image-preview img {
  margin-right: 2px;
  width: 47px !important;
}

li.p_image {
  display: inline-block !important;
}

.p_image p.prescription-image-preview {
  margin-left: 25px;
}

.cclwminus,
.cclwplus {
  display: none;
}

.yith-wcan-filter[data-taxonomy="filter_shape"] {
  display: none;
}

#cclw_payment_section #place_order {
  width: 80%;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  transition: transform 0.3s ease;
  background: #dc0000;
  border: 1px solid #dc0000;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

#cclw_payment_section #place_order:hover {
  background: #fff;
  color: #dc0000 !important;
}

ul#shipping_method {
  text-align: left !important;
  margin: 10px 10px 37px !important;
}

.wc_payment_method label[for="payment_method_ppcp-card-button-gateway"]::after {
  content: "";
  display: inline-block;
  background-image: url(https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/11/payment_logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 26px;
  margin-left: 8px;
  vertical-align: middle;
}

.woocommerce-checkout label.required_field::after {
  content: " *";
  color: red;
  /* make it red */
  margin-left: 2px;
  font-weight: bold;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}

div#ppc-button-ppcp-gateway {
  padding-bottom: 10px;
  display: block !important;
}

.wc-ppcp-checkout-container {
  display: block !important;
}

li.wc_payment_method.payment_method_ppcp {
  display: none !important;
}

input#payment_method_ppcp_card {
  display: none;
}

.wc-ppcp-checkout-container {
  padding: 10px 0px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin: 0 auto;
  width: 100%;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: none;
}

.wc-proceed-to-checkout {
  display: flex;
  flex-direction: column-reverse;
}

.or {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  /*   font-size: 1.25em; */
  padding: 1em;
  margin: 0 auto;
  width: 100%;
  height: 3.5em;
}

body.woocommerce-order-received .page-header,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received h1.entry-title {
  display: none !important;
}

.swiper-btn .elementor-swiper-button.elementor-swiper-button-prev {
  padding: 10px;
}

.swiper-btn .elementor-swiper-button.elementor-swiper-button-next {
  padding: 10px;
}

.elementor-28762 a.elementor-element.elementor-element-18c5827,
.elementor-28762 a.elementor-element.elementor-element-2b547d6,
.elementor-28762 a.elementor-element.elementor-element-1b6b499,
.elementor-28762 a.elementor-element.elementor-element-b177f70,
.elementor-28762 a.elementor-element.elementor-element-5a7256a {
  text-decoration: none !important;
}

.page-content a.e-con.e-child,
.page-content a.e-con.e-child * {
  text-decoration: none !important;
}

.page-content a.e-con.e-child .elementor-icon-box-title {
  margin-block-end: 0 !important;
  margin-bottom: 0.8rem !important;
}

.the-flex-p p {
  display: flex;
  gap: 10px;
  align-items: center;
}

span.contact-link {
  font-size: 20px;
  font-weight: 400;
}

.contact-link a {
  text-decoration: none;
  color: #333333;
  line-height: 1.2;
  font-size: 20px;
}

.elementor-social-icons-wrapper.elementor-grid {}

.elementor-social-icons-wrapper.elementor-grid {
  display: none;
}

/* ================= RESET (ONLY INSIDE SECTION) ================= */
.promise-contact-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= MAIN SECTION ================= */
.promise-contact-wrapper {
  background-color: #ffffff;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, sans-serif;
}

.promise-contact-wrapper .promise-section {
  padding: 60px 40px;
  /*     max-width: 100%; */
  margin: 0 auto;
}

/* ================= TITLE ================= */
.promise-contact-wrapper .promise-title {
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* ================= PROMISE GRID ================= */
.promise-contact-wrapper .promise-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1400px;
  /*     margin: 0 auto 80px; */
  padding: 20px 0px 60px 0px;
  border-bottom: 1px solid rgb(172, 172, 172);
}

.promise-contact-wrapper .promise-item {
  text-align: center;
  min-width: 250px;
}

.promise-contact-wrapper .promise-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-contact-wrapper .promise-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promise-contact-wrapper .promise-text {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

/* ================= DIVIDER ================= */
.promise-contact-wrapper .divider {
  border: none;
  border-top: 1px solid #d0d0d0;
  margin: 0 auto 60px;
  max-width: 100%;
}

/* ================= CONTACT SECTION ================= */
.promise-contact-wrapper .contact-section {
  text-align: center;
  padding: 0 20px;
}

.promise-contact-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 60px 20px;
  border-bottom: 1px solid rgb(172, 172, 172);
}

.promise-contact-wrapper .contact-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-right: 15px;
}

.promise-contact-wrapper .contact-info {
  font-size: 18px;
  color: #000;
  padding: 0 20px;
}

.promise-contact-wrapper .contact-divider {
  font-size: 18px;
  color: #000;
  padding: 0 5px;
}

.promise-contact-wrapper .contact-label {
  font-weight: 700;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .promise-contact-wrapper .promise-grid {
    /*         flex-direction: column; */
    gap: 0px !important;
    justify-content: start !important;
    align-items: center;
    flex-direction: row !important;
  }

  .promise-contact-wrapper .contact-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .promise-contact-wrapper .contact-divider {
    display: none;
  }
}

.promise-grid p.promise-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #000;
}

/* ================= post grid sectionin detailed page ================= */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 60px 0;
}

/* ================= SECTION ================= */
.related-articles-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #000;
}

/* ================= SLIDER WRAPPER ================= */
.slider-container {
  position: relative;
}

/* ================= DESKTOP GRID ================= */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 80px;
}

/* ================= CARD ================= */
.article-card {
  background: #fff;
}

.article-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-content {
  padding: 30px 0;
}

.article-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.read-more-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #000;
  color: #fff;
}

/* ================= ARROWS ================= */
.slider-btn {
  position: absolute;
  top: 180px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 60px;
  }

  .slider-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* ================= MOBILE – REAL SLIDER ================= */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  /* Slider layout */
  .articles-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }

  .articles-grid::-webkit-scrollbar {
    display: none;
  }

  .article-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .article-image {
    height: 250px;
  }

  .article-title {
    font-size: 20px;
  }

  .article-description {
    font-size: 14px;
  }

  /* Smaller arrows */
  .slider-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
    top: 130px;
  }
}

/* ================= FAQ SECTION ================= */
.faq-section {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* ================= FAQ ITEM ================= */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

/* ================= QUESTION ================= */
.faq-question {
  background: #f7f7f7;
  padding: 18px 55px 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  transition: background 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.faq-question:hover {
  background: #eeeeee;
}

/* Plus icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
  color: #000;
  transition: transform 0.3s ease;
}

/* ================= ANSWER ================= */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ================= ACTIVE STATE ================= */
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px 20px 20px;
}

.faq-item.active .faq-question::after {
  content: "–";
  font-size: 26px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 16px 45px 16px 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

.category-extra-content div {
  text-align: center;
  line-height: 1.5;
}

.category-extra-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .category-extra-content h2 {
    font-size: 20px;
    font-weight: 800;
  }
}

.article-content .article-title a {
  background: transparent;
  color: #282828;
  text-decoration: none;
}

.category-related-products-text .slider-container p {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
}

.category-related-products-text .articles-grid .article-content a.read-more-btn:hover {
  text-decoration: none;
}

.top-bar-row .elementor-widget-container {
  display: flex;
  gap: 20px;
}

.top-bar-row p {
  margin: 0px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.top-bar-row p:first-of-type {
  border-left: none;
  padding-left: 0;
}

.promise-contact-wrapper .promise-grid {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.promise-grid .promise-item {
  border-left: 1px solid #000;
  padding: 20px 20px 20px 20px;
}

.promise-grid .promise-item:first-child {
  border-left: none;
}

.hfeed .category-extra-content {
  text-align: center !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 15px !important;
}

.promise-contact-wrapper .promise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on.mega-menu-megamenu ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    padding: 0px !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
  display: none !important;
}

.arrow-move img {
  transition: transform 0.5s ease;
}

.arrow-move:hover img {
  transform: scale(1.08);
}

.arrow-move .elementor-icon {
  transition: transform 0.4s ease;
}

.arrow-move:hover .elementor-icon {
  transform: translateX(14px);
}

.arrow-move img,
.arrow-move .elementor-icon-box {
  will-change: transform;
}

/* 
.woocommerce-notices-wrapper {
    padding-top: 70px !important;
}
 */

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description {
    display: flex;
    flex-direction: column-reverse;
  }
}

.woocommerce-product-gallery .flex-viewport {
  /*     max-height: 600px !important; */
  object-position: center center !important;
}

@media (max-width: 767px) {
  .term-description {
    position: relative;
  }

  .term-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 3 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .term-description.expanded p {
    -webkit-line-clamp: unset;
  }

  .read-toggle {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .read-toggle-final {
    margin-top: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .read-toggle-final .arrow {
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    display: inline-block !important;
    transform: rotate(45deg);
    transition: transform 0.4s ease !important;
  }

  .read-toggle-final.active .arrow {
    transform: rotate(-135deg);
  }
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open~button.mega-close {
  visibility: visible;
  opacity: 1;
  left: calc(min(100vw - 40px, 220px)) !important;
  right: auto;
}

/* Add to Wishlist Button - Simple CSS */

.yith-wcwl-add-button .add_to_wishlist {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;

  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.yith-wcwl-add-button .add_to_wishlist:hover {
  /*   background: #1a1a1a !important; */
  border-color: #1a1a1a !important;
  color: #000 !important;
  transform: translateY(-1px) !important;
  background: transparent !important;
  /*   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important; */
}

.yith-wcwl-add-button .yith-wcwl-icon-svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #1a1a1a !important;
  stroke-width: 1.5 !important;
  fill: none !important;
  transition: all 0.3s ease !important;
}

.yith-wcwl-add-button .add_to_wishlist:hover .yith-wcwl-icon-svg {
  stroke: white !important;
  fill: #1a1a1a !important;
  transform: scale(1.1) !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  flex-direction: row;
}

.yith-wcwl-wishlistaddedbrowse {
  flex-direction: row;
}

.yith-wcwl-wishlistaddedbrowse span.feedback {
  background: #000000 !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  width: auto !important;
  justify-content: space-evenly !important;
  letter-spacing: 1.5px !important;
  font-size: 14px !important;
}

table.wishlist_table td.product-thumbnail img {
  width: 120px;
  max-width: 120px;
  height: auto;
}

/* Mobile Slider */
@media (max-width: 767px) {
  .proposition-box {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 10px;
  }

  .proposition-box::-webkit-scrollbar {
    display: none;
  }

  .proposition-box .benefit-item {
    min-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
  }
}

/* .woocommerce-product-gallery .flex-viewport{
	padding:20px 0px;
} */
/* @media (max-width: 767px) {
    .woocommerce-product-gallery .flex-viewport {
        height: 368px !important;
    }
} */
@media (max-width: 767px) {
  .additional-info-wrapper .product-add-to-cart {
    display: none;
  }
}

.collection-main-wrapper .yith-wcan-filter .filter-content ul.filter-items.filter-checkbox.level-0 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.collection-main-wrapper .yith-wcan-filter ul.filter-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .product-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.single-product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
  padding: 0px;
}

.single .product .entry-summary .custom-cart-wrapper.sticky-wrapper.desktop {
  position: relative;
  z-index: 9;

  top: 0px;
}

/*  @media (max-width: 767px) {
    .woocommerce-product-gallery .flex-viewport {
        height: 220px !important;
    }
} */
.short-description .title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.custom-wishlist-wrapper .custom-wishlist-item a {
  text-decoration: none !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 600;
}

.wishlist-title-container {
  text-align: center;
}

.wishlist-title-container .wishlist-title {
  margin-top: 50px;
}

.custom-wishlist-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.custom-wishlist-title {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 50px;
}

.custom-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

@media (max-width: 768px) {
  .custom-wishlist-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.custom-wishlist-item img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.custom-wishlist-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-wishlist-item .price {
  font-size: 18px;
  font-weight: 600;
}

.wishlist-empty {
  text-align: center;
  font-size: 18px;
  padding: 40px 0;
}

.collection-main-wrapper .products-wrapper form.woocommerce-ordering {
  display: none !important;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  align-items: center;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  padding: 15px;
}

@media (max-width: 1199px) {
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  padding: 20px;
  box-sizing: border-box;
}

/* PAYPAL IFRAME */
body.woocommerce-cart .wc-proceed-to-checkout .wc-ppcp-cart-payments__container.above .wc-ppcp-cart-button-container iframe {
  border-radius: 5px !important;
}

body.woocommerce-cart .woocommerce-cart-form+.cart-collaterals .wc-proceed-to-checkout .wc-ppcp-cart-button-container {
  width: 60% !important;
  margin: 0 auto !important;
}

/* STOP PAYPAL BUTTON STICKY BEHAVIOR */
body.woocommerce-cart .wc-ppcp-cart-payments__container {
  position: static !important;
  top: auto !important;
  z-index: 0;
}

/* JUST IN CASE */
body.woocommerce-cart .wc-ppcp-cart-button-container {
  position: static !important;
  z-index: 0;
}

@media (min-width: 881px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 10px !important;
  }
}

/* Common fixed size for all mega menu widget images */
.mega-menu-row ul.mega-sub-menu {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
  width: 300px !important;
  height: 200px !important;
  object-fit: cover;
  display: block;
}

.mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
  width: 100%;
  height: 200px;
  /* fixed height */
  object-fit: cover;
}

@media (min-width: 1024px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:first-child:not(:only-child) {
    border-right: 1px solid #e5e7eb !important;
    padding-right: 20px !important;
    margin-right: 20px !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: transparent !important;
  color: inherit !important;
}

@media (max-width: 768px) {
  .woocommerce-notices-wrapper {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .contact-wrapper {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  section.related.products {
    margin: 40px 0px;
  }
}

@media (max-width: 768px) {
  .custom-attr-section .attr-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .promise-section {
    padding: 20px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .promise-title {
    margin: 0;
  }
}

.promise-section hr.divider {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-cart .cart_totals {
    margin-bottom: 24px;
  }
}

/* ===== Mobile Slider ===== */
/* ===== Promise Infinite Slider (Mobile Only) ===== */
/* ================= MOBILE INFINITE SLIDER ================= */
/* ================= FIXED MOBILE SLIDER ================= */
@media (max-width: 768px) {
  .promise-section-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .promise-grid {
    display: flex !important;
    transition: transform 0.4s ease;
    border: none !important;
  }

  .promise-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.mega-sub-menu .mega-menu-link .mega-description-group span.mega-menu-description {
  display: none;
}

/*-----safety-glasses------------*/
.asd-wpsorter-custom-order-notice small {
  display: none;
}

@media (max-width: 1186px) {
  .mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
    object-fit: contain;
  }
}

.mega-sub-menu a.mega-menu-link {
  font-size: 16px !important;
  color: #000000 !important;
  font-family: "Lato" !important;
}

/* 1026px and above → border */
@media (min-width: 1026px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:nth-child(2):not(:only-child) {
    border-right: 1px solid #e5e7eb !important;
  }
}

/* 1025px and below → remove border */
@media (max-width: 1025px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:first-child:not(:only-child) {
    border-right: none !important;
  }
}

.mega-sub-menu .mega-menu-column .mega-sub-menu a.mega-menu-link {
  padding: 0 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 1px !important;
  transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #000 !important;
  font-weight: 500 !important;
  /*   font-size: 14px !important; */
}

@media (min-width: 1026px) and (max-width: 1121px) {
  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link {
    font-size: 13px !important;
  }
}

@media (min-width: 1026px) and (max-width: 1121px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 13px !important;
  }
}

/* 1377px to 1181px */
@media (min-width: 1181px) and (max-width: 1377px) {

  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 15px !important;
  }
}

/* 1180px to 1026px */
@media (min-width: 1026px) and (max-width: 1180px) {

  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 13px !important;
  }
}

/* Default (Desktop) */
.error404 .page-header h1 {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 100px;
}

/* Tablet */
@media (max-width: 1024px) {
  .error404 .page-header h1 {
    padding-top: 50px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .error404 .page-header h1 {
    padding-top: 50px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .error404 .page-header h1 {
    padding-top: 25px;
  }
}

.blog .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px;
  padding: 0 40px;
}

/* Tablet */
@media (max-width: 1024px) {
  .blog .page-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
    gap: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .blog .page-content {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 25px;
  }
}

/* Frame */
/* Face Images */

.frame-face-shapes .face-img {
  display: none;
}

.frame-face-shapes .face-img.active {
  display: block;
}

/* Left Content */

.frame-face-shapes .shape-content {
  border: 2px solid transparent;
  padding: 15px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.frame-face-shapes .shape-content.active {
  border-color: #000;
}

/* Buttons */

.frame-face-shapes .shape-btn {
  border: 2px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}

.frame-face-shapes .shape-btn.active {
  border-color: #000;
}

.face-show-nav {
  max-width: 371px;
}

/* Parent */
.frame-face-shapes .face-shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

/* Button Layout */
.frame-face-shapes .shape-btn {
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

/* Icon space */
.frame-face-shapes .shape-btn::before {
  content: "";
  width: 40px;
  height: 52px;
  display: block;
  background-image: url("/wp-content/uploads/face-shapes-icons.png");
  /* icon sprite */
  background-repeat: no-repeat;
}

/* Individual icons */
.frame-face-shapes .shape-btn[data-shape="oval"]::before {
  background-position: -14px -9px;
}

.frame-face-shapes .shape-btn[data-shape="square"]::before {
  background-position: -14px -88px;
}

.frame-face-shapes .shape-btn[data-shape="round"]::before {
  background-position: -14px -164px;
}

.frame-face-shapes .shape-btn[data-shape="triangle"]::before {
  background-position: -14px -251px;
}

.frame-face-shapes .shape-btn[data-shape="heart"]::before {
  background-position: -14px -329px;
}

/* Active style */
.frame-face-shapes .shape-btn.active {
  border-bottom: 2px solid #000;
}

/* 
/* Desktop */
#page .site-main .page-header {
  padding-top: 90px;
}

/* Laptop */
@media (max-width: 1200px) {
  #page .site-main .page-header {
    padding-top: 90px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  #page .site-main .page-header {
    padding-top: 55px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #page .site-main .page-header {
    padding-top: 40px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #page .site-main .page-header {
    padding-top: 40px;
  }
}

.woocommerce-product-gallery .flex-viewport {
  max-height: 440px !important;
  width: 100% !important;
}

.woocommerce-product-gallery .flex-viewport img {
  max-height: 447px;
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

.payment_method_ppcp_card img {
  margin: 0px !important;
}

.tocart-form.h-full {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .tocart-form.h-full {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .wishlist-title-container .wishlist-title {
    margin-top: 0;
  }
}

.woocommerce-products-header .collection-description .term-description .description .title h1 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  text-transform: unset;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.woocommerce-products-header .collection-description .term-description .description p {
  font-size: 19px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description .term-description .description .title h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description .term-description .description p {
    font-size: 14px;
    font-weight: 700;

  }
}

.custom-cart-sidebar .review-content .sale a {
  text-transform: capitalize;
  color: #33c5fb;
  border: 1px solid #33c5fb;
  padding: 10px 20px;
  font-size: 13px;
  /*     font-weight: 700 !important; */
  text-decoration: none;
}

.review-content .reviews-badges img {
  width: 120px;
  height: 48px;
}

.custom-cart-sidebar .review-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-cart-sidebar-wrapper .review-content .reviews-badges {
  padding: 0px;
}

.woocommerce-checkout {
  padding: 0 !important;
}


body.woocommerce-cart {
  padding: 0;
}

body.woocommerce-cart main#content {
  padding: 0px 15px;
}

@media (max-width: 1280px) {
  .custom-cart-sidebar {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .product-promo-features {
    display: flex;
    justify-content: start;
  }
}

@media (max-width: 1024px) {
  .custom-cart-sidebar .review-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .woocommerce-cart-form__cart-item .product-name button.btn.btn-primary.show-prescription-wrap {
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 767px) {
  td.product-name::before {
    display: none;
  }
}

/* =========================
   Global link cleanup
========================= */
.neat-content,
.neat-content a,
.comments-area a,
.page-content a {
  text-decoration: none !important;
}

/* =========================
   Card
========================= */
.neat-card {
  display: block;
  color: #222;
}

/* =========================
   Image
========================= */
.neat-image {
  overflow: hidden;
}

.neat-image img {
  width: 100%;
  height: 450px !important;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.neat-card:hover img {
  transform: scale(1.05);
}

/* =========================
   Content
========================= */
.neat-content {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.neat-title {
  font-family: "Lato", Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

/* =========================
   Arrow
========================= */
.neat-arrow svg {
  width: 30px;
  height: 30px;
  fill: #222;
  vertical-align: middle;
  transition: transform 0.4s ease;
}

.neat-card:hover .neat-arrow svg {
  transform: translateX(14px);
}

/* =========================
   Slider wrapper
========================= */
.neat-slider-wrapper {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.neat-slider-wrapper .neat-arrow {
  font-size: 18px;
}

/* =========================
   Swiper Navigation
========================= */
.neat-slider-wrapper .swiper-button-prev,
.neat-slider-wrapper .swiper-button-next {
  background: #222529;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.neat-slider-wrapper .swiper-button-prev::after,
.neat-slider-wrapper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.neat-slider-wrapper .swiper-button-prev {
  left: 10px;
}

.neat-slider-wrapper .swiper-button-next {
  right: 10px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .neat-image img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .neat-image img {
    height: 220px;
  }

  .neat-content {
    font-size: 14px;
  }
}

.neat-card:hover .neat-content {
  color: #222 !important;
}

.neat-slider-wrapper {
  opacity: 0;
  visibility: hidden;
}

.neat-slider-wrapper.swiper-initialized {
  opacity: 1;
  visibility: visible;
  transition: opacity .1s ease;
}

@media (min-width: 769px) {
  header.woocommerce-products-header {
    padding-top: 70px;
  }
}

.woocommerce-order .woocommerce-notice--success+div p:nth-of-type(1),
.woocommerce-order .woocommerce-notice--success+div p:nth-of-type(2) {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-order {
  padding-top: 70px;
}

@media (max-width:1024px) {
  body.woocommerce-order-received .woocommerce-order {
    padding-top: 20px;
  }
}

.wishlist-title-container {
  display: none;
}

@media (max-width:767px) {
  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    font-size: 18px;
  }
}

body.single-product {
  padding: 0;
}

body.tax-product_cat {
  padding: 0;
}

body {
  padding: 0;
}

@media (max-width: 392px) {
  .custom-cart-sidebar .review-content .sale a {
    font-size: 12px;
  }
}

@media (max-width:991px) {
  body.woocommerce-cart main#content {
    padding: 5px 15px;
    max-width: 100%;
  }
}

.content-area .site-main .product {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .content-area .site-main .product {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .collection-description {
    margin-top: 0px;
  }
}

@media (min-width: 1366px) {
  .hfeed .category-extra-content {
    width: 1180px !important;
    margin: 0 auto !important;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

@media (max-width: 1200px) {
  .hfeed .category-extra-content {
    width: auto !important;
  }
}

.category-extra-content .short-description p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.6;
}

.woocommerce-products-header .collection-description .term-description {
  padding: 0 10px;
}

.collection-main-wrapper {
  padding: 0 10px;
}

.category-faq-section h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
  font-weight: 800;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width:560px) {
  .woocommerce-product-gallery .flex-viewport img {
    max-height: 447px;
    width: 100% !important;
    height: auto;
    object-fit: cover !important;
  }
}

@media (max-width:470px) and (min-width: 370px) {
  .banner_container {
    min-height: 349px;
  }
}

.woocommerce-cart .entry-title {
  display: none;
}

.policy_content .elementor-widget-container {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.helvetica-all {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-se;
}

.helvetica-all h2.elementor-heading-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-se !important;
  font-weight: 700;
  color: #000;
}

.woocommerce-loop-product__title:hover {
  color: #4ca3bf;
}

.single-product-wishlist .yith-wcwl-add-button .add_to_wishlist {
  border: 0px !important;
}

.custom-wishlist-wrapper .custom-wishlist-grid .custom-wishlist-item a:hover {
  color: #4ca3bf;
}

.top-bar-row p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 1419px) and (min-width: 1378px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
  }
}

.mega-menu-wrap ul#mega-menu-max_mega_menu_1 {
  gap: 10px;
}

@media (max-width: 1222px) and (min-width: 1181px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }
}

.page-header h1.entry-title {
  display: none;
}

.embedsocial-reviews {
  padding-top: 50px;
}

.top-bar-row-all-text p,
.top-bar-row-all-text h2,
.top-bar-row-all-text ol,
.top-bar-row-all-text ul {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

@media (max-width: 1025px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce-notices-wrapper+h2 {
    padding-top: 20px;
  }
}

.page-content article.post {
  margin-top: 40px;
}

@media (max-width: 767px) {

  .hfe-search-icon-toggle {
    position: static !important;
  }

  .hfe-search-button-wrapper input.hfe-search-form__input {
    position: fixed !important;
    top: 90px !important;
    left: 7% !important;
    transform: none !important;

    width: 85vw !important;
    height: 40px !important;

    border-radius: 29px !important;

    padding: 5px 15px;

    display: block !important;
    z-index: 999999;
  }
}

.pbc_content .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
}


.yith-wcwl-wishlistaddedbrowse .feedback {
  display: inline-flex;
  justify-content: space-around;
  gap: 6px;
  background: #000;
  color: #fff;
  padding: 6px 14px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease,
    transform 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.pbc_container .pbc_content #products_categories_row_2469 .custom_box.custom_box_archive.responsi_title {
  padding-top: 50px
}

.pbc_container .pbc_content .click_more_each_categories .categories_click {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  padding: 10px 15px;
}

.pbc_container .pbc_content .click_more_each_categories .categories_click:hover {
  border-color: #1a1a1a !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  background: #000 !important;
}

.category-extra-content .short-description {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.6;
}


/*darshan css start*/

.woocommerce .summary.entry-summary .custom-cart-wrapper div#wc-stripe-express-checkout-element {
  margin-top: 0px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  flex-direction: column;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  order: 1;
}

.woocommerce-cart .ppc-button-wrapper {
  order: 2;
  position: relative;
}

.woocommerce-cart div#wc-stripe-express-checkout-element {
  order: 3;
  position: relative;
  margin-top: 4px !important;
}

.woocommerce-cart .ppc-button-wrapper {
  margin-top: 15px;
}

/*.woocommerce-cart .ppc-button-wrapper::after {
  content: "- Or -";
  position: relative;
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 4px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 700;
}*/

.woocommerce-cart .ppc-button-wrapper::before {
  content: '- Or -';
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-family: 'Raleway';
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-checkout #cclw_payment_section #payment ul.payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.woocommerce-checkout #cclw_payment_section #payment ul.payment_methods label {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

#customer_address_details h3#ship-to-different-address label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  line-height: 1.2em;
}

.woocommerce-checkout .page-content {
  margin-top: 60px;
}

.single-product .entry-summary .custom-cart-wrapper {
  flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 20px 0;
  display: none;
}

.ehf-header #masthead {
  z-index: 999;
}

.woocommerce-remove-coupon {
  font-size: 0;
}

.woocommerce-remove-coupon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/uploads/2026/03/delete.png');
  background-size: contain;
  background-repeat: no-repeat;

}

@media(max-width:768px) {

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left,
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 15px;
  }
}

.usp-item p {
  font-weight: 700 !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* MOBILE ONLY SLIDER */
@media (max-width: 767px) {

  .the-policy-slider {
    overflow: hidden;
  }

  .the-main-slider-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .policy-slide {
    min-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
  }
}

.the-policy-slider .the-main-slider-container .policy-slide {
  min-width: auto;
}

.the-policy-slider h3.elementor-image-box-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.the-policy-slider p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.woocommerce-checkout div#wc-stripe-express-checkout-element {
  display: none;
}

#yith-wcwl-form .custom-wishlist-wrapper {
  padding-top: 50px;
}

.yith-wcwl-form ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  padding-top: 80px;
}

@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    width: 100% !important;
  }

  table tbody {
    display: table;
    width: 600px;
    /* important */
  }

  table td,
  table th {
    white-space: nowrap;
    text-align: center;
  }
}

.payment_method_ppcp-gateway {
  display: none !important;
}

.woocommerce-checkout .ppc-button-wrapper {
  display: none !important;
}

#zoid-paypal-buttons-uid_ab421d7043_mtm6mda6ndc {
  min-width: 300px !important;
}

/* ============================================
   CART MOBILE FIX — SAFE SCOPED (ONLY CART)
============================================ */

@media (max-width: 767px) {

  /* ONLY CART PAGE */
  body.woocommerce-cart {

    /* Prevent horizontal scroll (only cart page) */
    overflow-x: hidden;
  }

  body.woocommerce-cart html {
    overflow-x: hidden;
  }

  /* CART WRAPPER */
  body.woocommerce-cart .woocommerce-cart-form {
    overflow-x: hidden !important;
  }

  /* TABLE BLOCK */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    display: block;
    width: 100% !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr {
    display: block;
    width: 100%;
  }

  /* CART ITEM */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }

  /* TD FIX */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    width: 100% !important;
    display: block;
    text-align: left;
    padding: 6px 0;
  }

  /* IMAGE */
  body.woocommerce-cart .product-thumbnail img {
    width: 100%;
    height: auto;
  }

  /* TEXT WRAP */
  body.woocommerce-cart .product-name a {
    display: block;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
    line-height: 1.5;
  }

  /* QUANTITY */
  body.woocommerce-cart .quantity input {
    width: 100%;
  }

  /* COUPON */
  body.woocommerce-cart .coupon {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
  }

  body.woocommerce-cart .coupon input,
  body.woocommerce-cart .coupon button {
    width: 100%;
  }

  /* RESPONSIVE TABLE FIX */
  body.woocommerce-cart table.shop_table_responsive tr td {
    display: block;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr td::before {
    float: none !important;
    display: block;
    text-align: left;
    margin-bottom: 4px;
  }

  /* BUTTON FIX */
  body.woocommerce-cart .show-prescription-wrap {
    white-space: normal !important;
    word-break: break-word;
    width: 100%;
    text-align: left;
  }

  body.woocommerce-cart .woocommerce-cart-form__cart-item .show-prescription-wrap {
    display: flex;
    justify-content: flex-start !important;
    padding-top: 10px;
  }

}

/* ============================================
   CART ACTIONS ALIGN FIX (MOBILE ONLY)
============================================ */

@media (max-width: 767px) {


  .woocommerce-cart-form .actions {
    text-align: left !important;
  }


  .woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }


  .woocommerce-cart-form .coupon input,
  .woocommerce-cart-form .coupon button,
  .woocommerce-cart-form .actions>button {
    width: 100%;
    text-align: left;
  }

}

@media (max-width: 767px) {

  .cart_totals table tbody {
    width: 100% !important;
    display: block !important;
  }

  .cart_totals table {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  table tbody {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  /* 🔥 Fix parent wrapper */
  #order_review_table,
  .cclw_order_review_table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* 🔥 Fix actual table */
  table.onesetpcheckout-summary {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

}

/* ============================================
   STICKY BAR – PREMIUM UI
============================================ */

.ca-sticky-bar {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.35s ease;

  /* 🔥 Glass effect */
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* 🔥 Soft shadow top */
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
}

.ca-sticky-bar.active {
  bottom: 0;
}

.ca-sticky-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
}

/* 🔥 Price Styling */
.ca-price {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ca-price del {
  font: var(--font-12-400-inter);
  color: var(--text-muted);
}

.ca-price ins {
  font-size: 24px;
  color: #000;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

/* 🔥 Button Styling */
.ca-btn {
  background: #2ea3f2;
  /* match your blue */
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font: var(--font-14-500-inter);
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(46, 163, 242, 0.3);
  transition: all 0.25s ease;
}

.ca-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(46, 163, 242, 0.4);
}

/* 🔴 MOBILE ONLY */
@media (min-width: 768px) {
  .ca-sticky-bar {
    display: none !important;
  }
}

/* ===== PREMIUM SLIDER ===== */

.ca-premium-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  background: #f5f5f5 !important;

}

.ca-premium-track {
  display: flex;
  width: 100%;
}

.ca-premium-item {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  text-align: center;
}

.ca-premium-item img {
  width: 28px;
  height: auto;
}

.ca-premium-item p,
.ca-premium-item a {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #333;
}

.ca-premium-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

/* DESKTOP */
@media (min-width: 768px) {

  .ca-premium-item {
    min-width: 25%;
    justify-content: flex-start;
    padding: 15px 20px;
  }

  .ca-premium-slider {
    background: #fff;
  }
}

/* Desktop */
@media (min-width: 768px) {

  .ca-premium-track {
    transform: none !important;
    transition: none !important;
  }

  .ca-premium-item {
    min-width: 25%;
  }

}

/* ===== FORCE FULL WIDTH ===== */

.ca-premium-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 !important;
}

/* REMOVE THEME CONTAINER LIMIT */
.woocommerce.archive .ca-premium-wrapper {
  max-width: 100vw !important;
  padding-top: 20px !important;
}

/* SLIDER */
.ca-premium-slider {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

/* TRACK */
.ca-premium-track {
  display: flex;
}

/* ITEMS */
.ca-premium-item {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  text-align: center;
}

.ca-premium-item img {
  width: 8%;
}

/* DESKTOP */
@media (min-width: 768px) {
  .ca-premium-item {
    min-width: 25%;
  }
}

.product-page .woocommerce-breadcrumb {
  padding: 25px 15px;
}

#mega-menu-max_mega_menu_1 .ca-mobile-account .mega-menu-link img.ca-icon {
  width: 20px !important;
  height: 20px !important;
}

/* Default */
.\34 -words-lines-mobile {
  overflow: hidden;
}

/* Mobile only */
@media (max-width: 767px) {
  .\34 -words-lines-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .\34 -words-lines-mobile.active {
    -webkit-line-clamp: unset;
    display: block;
  }
}

/* Only mobile */
@media (max-width: 767px) {

  .four-lines-mobile .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Expanded state */
  .four-lines-mobile.active .elementor-widget-container {
    display: block;
    -webkit-line-clamp: unset;
  }

  /* Read More button */
  .ca-read-more {
    margin-top: 8px;
    cursor: pointer;
    color: var(--brand-green);
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: var(--font-14-400-inter);
  }
}

.product-page .lensesprecription-btn {
  background: rgb(46, 163, 242) !important;
  border: rgb(46, 163, 242) !important;
}

.product-page .lensesprecription-btn:hover {
  background: rgb(46, 163, 242) !important;
  border: #000 !important;
}

@media (max-width: 767px) {

  body.woocommerce-cart .page-content h1.cart-title {
    text-align: center;
  }

}


.hfeed .category-extra-content {
  text-align: center;
  margin: 0 auto;
  width: 1480px;
}

.promise-contact-wrapper .promise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#cclw_payment_section .woocommerce-privacy-policy-text {
  display: none;
}

.option-select-content2 label span.tint-color {
  border: none !important;
}

.woocommerce-order-received .show-prescription-wrap {
  background: none;
  color: #242424;

}

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap");

/* Shine effect for Elementor button */
.shine_button .elementor-button {
  position: relative;
  overflow: hidden;
  /* ensures shine stays inside */
}

.shine_button .elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -75%;
  /* start from right */
  width: 40%;
  /* narrower shine */
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      /* reduced opacity */
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
  /* hidden by default */
  pointer-events: none;
  /* don't block clicks */
}

.shine_button .elementor-button:hover::after {
  animation: shine 1.5s ease-in-out;
  opacity: 1;
}

@keyframes shine {
  0% {
    right: -75%;
  }

  100% {
    right: 125%;
  }
}

/* Review Slider Styles */
.CustomerSlide .content {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  background: #fff;
}

/* Review Text */
.CustomerSlide .content p:first-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #030405;
  margin-bottom: 10px;
  line-height: 1.5;
}

.CustomerSlide .content p:last-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #030405;
}

/* Rating Stars */
.CustomerSlide .rating {
  order: -1;
  margin-bottom: 10px;
  color: #e67e22;
  font-size: 16px;
}

.customer_review .slick-prev:before,
.customer_review .slick-next:before {
  color: #000 !important;
}

/* .customer_review button.slick-next.slick-arrow {
  right: 10px;
} */

/* Slide spacing */
.slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .CustomerSlide .content p:first-of-type {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .CustomerSlide .content p:first-of-type {
    font-size: 14px;
  }

  .CustomerSlide .content p:last-of-type {
    font-size: 13px;
  }

  .slick-prev,
  .slick-next {
    font-size: 40px !important;
  }
}

/* Carousel Container */
.glasses_slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 20px 0;
  /*   justify-content: center; */
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar */
.glasses_slider::-webkit-scrollbar {
  display: none;
}

/* Each Slide */
.glasses_slider>.elementor-element {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 240px;
  /* slightly bigger for readability */
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

/* Hover effect (desktop only) */
/* @media (hover: hover) {
  .glasses_slider > .elementor-element:hover {
    transform: scale(1.05);
  }
} */

/* Image Styling */
.glasses_slider img {
  width: 100%;
  height: auto;
  /* prevents image cut-off */
  aspect-ratio: 4/3;
  /* keeps consistent ratio across all */
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

/* Title below images */
.glasses_slider h2 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .glasses_slider {
    gap: 15px;
    padding: 15px 0;
    width: 100%;
  }

  .glasses_slider h2 {
    font-size: 14px;
    padding: 8px;
    text-align: start !important;
  }
}

@media (max-width: 480px) {}

.banner_container {
  margin-bottom: 0 !important;
}

.banner_container img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Wrap relative so we can position icon */

/* Focus effect */
.news_seller_form input[type="email"]:focus {
  border-color: #ff6600;
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.3);
  outline: none;
}

/* Placeholder style */
.news_seller_form input[type="email"]::placeholder {
  color: #999;
  font-style: italic;
}

/* Position the wrapper relative */
.news_seller_form .wysija-paragraph {
  position: relative;
  z-index: 1;
  /* ensure base layer */
}

/* Input padding for icon space */
.news_seller_form input[type="email"] {
  width: 100%;
  background: #fff;
  padding: 12px 15px 12px 45px;
  /* icon space */
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  font-family: "Lato";
}

/* Envelope icon */
.news_seller_form .wysija-paragraph::before {
  content: "\f0e0";
  /* fa-envelope */
  font-family: "Font Awesome 5 Free";
  /* or "FontAwesome" if FA4 */
  font-weight: 900;
  /* required for FA5/6 solid */
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  pointer-events: none;
  z-index: 3;
  /* icon above everything */
}

/* Submit button style */
.news_seller_form input[type="submit"] {
  background: #ed7006;
  color: #fff;
  border: none;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 10px;
}

/* Hover effect */
.news_seller_form input[type="submit"]:hover {
  background: #e65c00;
  /* darker orange */
  box-shadow: 0 6px 14px rgba(255, 102, 0, 0.3);
  transform: translateY(-2px);
}

/* Focus/Active effect */
.news_seller_form input[type="submit"]:active,
.news_seller_form input[type="submit"]:focus {
  outline: none;
  background: #cc5200;
  box-shadow: 0 3px 8px rgba(255, 102, 0, 0.4) inset;
  transform: translateY(0);
}

.news_seller_form .wpcf7-spinner {
  display: none;
}

.policy_content h2 {
  color: rgb(3, 4, 5);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  /* fluid between mobile & desktop */
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  margin-block-end: 25px;
  margin-block-start: 0;
  box-sizing: border-box;
}

.policy_content p {
  color: rgb(3, 4, 5);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  /* fluid scaling */
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  /* keeps paragraphs readable */
  margin-block-end: 25px;
  margin-block-start: 0;
  margin-bottom: 25px;
  box-sizing: border-box;
}

/* Optional: make spacing tighter on small screens */
@media (max-width: 480px) {
  .policy_content h2 {
    margin-block-end: 15px;
  }

  .policy_content p {
    margin-block-end: 15px;
    margin-bottom: 15px;
  }
}

.policy_content p a {
  color: #000;
  /* black text */
  text-decoration: none;
  position: relative;
}

.policy_content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* adjust underline spacing */
  width: 100%;
  background-color: #ccc;
  /* light gray by default */
  transform: scaleX(1);
  /* always visible */
  transform-origin: left;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.policy_content p a:hover::after {
  background-color: #000;
  /* underline turns black */
  transform: scaleX(1);
  /* keeps full width */
}

.policy_content li {
  color: rgb(3, 4, 5);
  display: list-item;
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 400;
}

.blog_page_container .bloglist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog_page_container .bloglistbx {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
}

.blog_page_container .blogimg img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.blog_page_container h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 12px 0 8px;
}

.blog_page_container h2 a {
  font-family: "Lato", sans-serif;
  color: #222;
  text-decoration: none;
}

.blog_page_container .date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blog_page_container p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

.contact-form {
  padding: 26px;
}

.contact-form label {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .note {
  display: block;
  font-size: 13px;
  color: red;
  margin-top: -10px;
  margin-bottom: 15px;
}

.contact-form .submit-btn input {
  font-family: "Lato", sans-serif;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}

.contact-form .submit-btn input:hover {
  background: #333;
}

.icon_text ul li .elementor-icon-list-text {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.announcemnet_slider {
  --slide-duration: 3.5s;
  /* faster slide */
  --slide-count: 3;
  --total-duration: calc(var(--slide-duration) * var(--slide-count));

  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.announcemnet_slider>.e-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(100%);
  animation: slideTicker var(--total-duration) linear infinite;
}

.announcemnet_slider>.e-con:nth-child(1) {
  animation-delay: 0s;
}

.announcemnet_slider>.e-con:nth-child(2) {
  animation-delay: calc(var(--slide-duration) * 1);
}

.announcemnet_slider>.e-con:nth-child(3) {
  animation-delay: calc(var(--slide-duration) * 2);
}

@keyframes slideTicker {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  10% {
    opacity: 1;
    transform: translateX(0);
  }

  40% {
    opacity: 1;
    transform: translateX(0);
  }

  60% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.products_list {
  overflow: hidden;
}

/* Categories Page Design */

.collection-page main#main {
  max-width: 1700px;
  /*   padding: 0px 20px 0px 20px; */
}

/* Breadcrumb wrapper (nav) */
.collection-page .woocommerce-breadcrumb,
.product-page .woocommerce-breadcrumb,
.woocommerce-shop .woocommerce-breadcrumb {
  background: none;
  padding: 0px;
  font-size: clamp(10px, 1vw, 12px);
  color: #707070;
  margin: 0;
  list-style: none;
  /* margin-top: 20px; */
}

/* Links inside breadcrumb */
.collection-page .woocommerce-breadcrumb a,
.product-page .woocommerce-breadcrumb a,
.woocommerce-shop .woocommerce-breadcrumb a {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  font-family: "Lato";
}

/* Parent wrapper */
.collection-page .woocommerce-ordering,
.woocommerce-shop .woocommerce-ordering {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  margin-bottom: 2.5rem;
  display: none;
}

/* Style the select box */
.collection-page .woocommerce-ordering .orderby,
.woocommerce-shop .woocommerce-ordering .orderby {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  appearance: none;
  /* hide default arrow (cross-browser) */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover / focus */
.collection-page .woocommerce-ordering .orderby:hover,
.collection-page .woocommerce-ordering .orderby:focus,
.woocommerce-shop .woocommerce-ordering .orderby:hover,
.woocommerce-shop .woocommerce-ordering .orderby:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Custom arrow */
.collection-page .woocommerce-ordering::after,
.woocommerce-shop .woocommerce-ordering::after {
  content: "â–¼";
  font-size: 0.8rem;
  color: #666;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Responsive: full width on small screens */
@media (max-width: 480px) {

  .collection-page .woocommerce-ordering,
  .woocommerce-shop .woocommerce-ordering {
    max-width: 100%;
  }

  .collection-page .woocommerce-ordering .orderby,
  .woocommerce-shop .woocommerce-ordering .orderby {
    font-size: 0.95rem;
    padding: 12px 38px 12px 15px;
  }
}

/* .collection-page .woocommerce-products-header__title.page-title {
  display: none;
} */
header.woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1024px) {
  header.woocommerce-products-header {
    flex-direction: column;
    gap: 10px;
  }
}

h1.woocommerce-products-header__title.page-title {
  font-size: clamp(28px, 4vw, 40px);
  text-align: center;
  display: none;
}

/* Product Grid */

/* Product Image */
.collection-page ul.products li.product .attachment-woocommerce_thumbnail,
.product-page ul.products li.product .attachment-woocommerce_thumbnail {
  object-fit: cover;
  border-radius: 8px;
  margin: 3em 0 3em !important;
  height: 215px;
}

/* Price */
.collection-page ul.products li.product .price,
.product-page ul.products li.product .price,
.woocommerce-shop ul.products li.product .price,
.search .post .price {
  font-size: 20px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 23px;
  margin: 14px 0;
}

/* Old price (strikethrough) */
.collection-page ul.products li.product .price del,
.product-page ul.products li.product .price del,
.woocommerce-shop ul.products li.product .price,
.search .post .price {
  font-size: 20px;
  color: #888;
  font-weight: 400;
  margin-right: 6px;
  text-decoration: line-through;
}

/* Discounted price */
.collection-page ul.products li.product .price ins,
.product-page ul.products li.product .price ins,
.woocommerce-shop ul.products li.product .price {
  color: #000;
  font-size: 22px !important;
  font-weight: 500;
  letter-spacing: 0.6999999881px;
  text-decoration: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Add to Cart Button */
.collection-page ul.products li.product .add_to_cart_button,
.woocommerce-shop ul.products li.product .add_to_cart_button {
  display: none !important;
}

.product-page ul.products li.product .add_to_cart_button {
  border: 2px solid #ed7006 !important;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #ed7006 !important;
  margin-right: 10px;
  /* height: 52px; */
  padding: 14px;
  /* width: 45%; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
  text-align: center;
}

.single-product .single_add_to_cart_button.button.alt {
  border: 2px solid #000 !important;
  color: #000 !important;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff !important;
  /* margin-right: 10px; */
  /* height: 52px; */
  padding: 15px;
  /* width: 45%; */
  /* position: fixed;
  bottom: 39%;
  left: 61%;
  z-index: 9999; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
}

.single-product .single_add_to_cart_button.button.alt:hover {
  background: #000 !important;
  color: #fff !important;
}

.single-product span.onsale {
  display: none;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  font-family: "Lato";
}

/* Hover effect */
.collection-page ul.products li.product .add_to_cart_button:hover,
.product-page ul.products li.product .add_to_cart_button:hover {
  background-color: #000;
  color: #fff !important;
}

/* On Sale Badge */
.collection-page ul.products li.product .onsale,
.product-page ul.products li.product .onsale,
.woocommerce-shop ul.products li.product .onsale {
  display: none;
  position: absolute;
  padding: 14px 12px 0px 12px;
  z-index: 1;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #fcfcfc;
  top: 4px !important;
  right: 4px !important;
  background-color: #ed7006;
  border-radius: 0 8px;
}

/* Remove default WooCommerce clearfix */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none !important;
  display: none !important;
}

/* Pagination Wrapper */
.collection-page .woocommerce-pagination,
.woocommerce-shop .woocommerce-pagination {
  text-align: center;
  margin: 30px 0;
}

.collection-page .woocommerce-pagination ul.page-numbers,
.woocommerce-shop .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  /* responsive */
  gap: 8px;
  margin-bottom: 3rem;
  list-style: none;
  border: none;
}

.collection-page .woocommerce-pagination ul.page-numbers:hover:not(.dots):not(.current),
.woocommerce-shop .woocommerce-pagination ul.page-numbers:hover:not(.dots):not(.current) {
  background: none;
  color: transparent;
  border-color: transparent;
}

/* Pagination Items */
.collection-page .woocommerce-pagination ul.page-numbers li,
.woocommerce-shop .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  padding: 5px 3px;
}

/* Page Number Links */
.collection-page .woocommerce-pagination .page-numbers,
.woocommerce-shop .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 10px;
  min-width: 38px;
  height: 38px;
  background: #fff;
}

/* Current Page */
.collection-page .woocommerce-pagination .page-numbers.current,
.woocommerce-shop .woocommerce-pagination .page-numbers.current {
  background: #ddd;
  color: #000;
  border-color: #ddd;
  font-weight: 600;
}

/* Dots (â€¦) */
.collection-page .woocommerce-pagination .page-numbers.dots,
.woocommerce-shop .woocommerce-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
  cursor: default;
}

/* Next/Prev Arrows */
.collection-page .woocommerce-pagination .page-numbers.prev,
.collection-page .woocommerce-pagination .page-numbers.next,
.woocommerce-shop .woocommerce-pagination .page-numbers.prev,
.woocommerce-shop .woocommerce-pagination .page-numbers.next {
  font-size: 16px;
  font-weight: bold;
  background: #f9f9f9;
}

.collection-page .woocommerce-pagination .page-numbers.next:hover,
.collection-page .woocommerce-pagination .page-numbers.prev:hover,
.collection-page .woocommerce-pagination .page-numbers:hover:not(.dots):not(.current),
.woocommerce-shop .woocommerce-pagination .page-numbers.next:hover,
.woocommerce-shop .woocommerce-pagination .page-numbers.prev:hover,
.woocommerce-shop .woocommerce-pagination .page-numbers:hover:not(.dots):not(.current) {
  background: #e6e6e6;
  color: #000;
  border-color: #ccc;
}

/* Remove unwanted li borders from WooCommerce */
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  border-right: none !important;
}

/* ==== PRODUCT GRID (Grid version) ==== */
.collection-page ul.products,
.product-page ul.products,
.woocommerce-shop ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns desktop */
  gap: 18px;
  /* spacing between cards */
  /* margin: 24px; */
  padding: 0;
  list-style: none;
}

/* Responsive Grid Adjustments */
@media (max-width: 1400px) {

  .collection-page ul.products,
  .product-page ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on tablets */
    gap: 20px;
  }
}

@media (max-width: 840px) {

  .collection-page ul.products,
  .product-page ul.products,
  .woocommerce-shop ul.products {
    grid-template-columns: 1fr;
    /* single column on mobile */
    gap: 15px;
    /*     margin: 15px; */
  }
}

/* Product Card Adjustments inside Grid */
.collection-page ul.products li.product,
.product-page ul.products li.product,
.woocommerce-shop ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 340px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  /*   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); */
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  width: 100% !important;
  margin-bottom: 0px !important;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}

/* Product Image Consistency */
.collection-page ul.products li.product img,
.product-page ul.products li.product img,
.woocommerce-shop ul.products li.product img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* WooCommerce Result Count */
.collection-page .woocommerce-result-count,
.woocommerce-shop .woocommerce-result-count {
  font-size: 14px;
  color: #4e4e4e;
  /* subtle gray text */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  line-height: 20px;
  text-align: left;
  /* align left on desktop */
}

/* Responsive: center on smaller screens */
@media (max-width: 480px) {

  .collection-page .woocommerce-result-count,
  .woocommerce-shop .woocommerce-result-count {
    text-align: center;
    font-size: 13px;
  }
}

/* ===============================
   Collection Page - Modern Design
   =============================== */

/* Wrapper */
/* Wrapper */
.collection-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  margin-top: 50px;
}

/* Text section */
.collection-description .term-description {
  flex: 1 1 50%;
  /* takes 50% of space */
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Thumbnail image */
.collection-description .term-thumbnail {
  flex: 1 1 50%;
  /* also 50% */
  max-width: 800px;
}

.collection-description .term-thumbnail img {
  width: 100%;
  height: 500px;
  /* fixed height */
  /* border-radius: 14px; */
  object-fit: cover;
  /* keeps same crop */
  /* box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); */
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.collection-description .term-thumbnail img:hover {
  /*   transform: scale(1.05); */
  /*   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); */
}

/* Responsive */
@media (max-width: 768px) {
  .collection-description {
    flex-direction: column-reverse !important;
    text-align: center;
    gap: 20px;
    padding: 50px 0px 40px;
  }

  .collection-description .term-description,
  .collection-description .term-thumbnail {
    max-width: 100%;
    width: 100%;
  }

  .collection-description .term-thumbnail img {
    height: 531px;
    /* smaller height on mobile */
    /*     margin-top: 40px; */
  }

  @media (max-width: 560px) {
    .collection-description .term-thumbnail img {
      height: 349px;
      margin-top: 40px;
      padding: 0px;
    }
  }

  .collection-description .term-description h1 {
    font-size: 1.8rem;
  }

  .collection-description .term-description p {
    font-size: 1rem;
  }
}

@media (max-width: 425px) {
  .collection-description .term-thumbnail img {
    height: 232px;
    margin-top: 40px;
    aspect-ratio: 2;
  }
}

@media (max-width: 385px) {
  .collection-description .term-thumbnail img {
    height: 326px;
    margin-top: 40px;
  }
}

/* ===============================
   Wishlist Button
   =============================== */
.custom-wishlist-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 20;

  /* ðŸ‘‡ Added for hover effect */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
}


/* Show when hovering product card */
.woocommerce ul.products li.product:hover .custom-wishlist-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.woocommerce ul.products li.product {
  position: relative;
}

.custom-wishlist-btn a.add_to_wishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12); */
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.custom-wishlist-btn a.add_to_wishlist:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18); */
}

.custom-wishlist-btn a.add_to_wishlist:before,
.custom-wishlist-btn .yith-wcwl-icon {
  font-size: 16px;
  color: #ff5a5f;
}

.collection-page .custom-wishlist-btn .add_to_wishlist span,
.product-page .custom-wishlist-btn .add_to_wishlist span {
  display: none !important;
}

/* Feedback after add */
.collection-page .feedback,
.product-page .feedback {
  width: 193px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  gap: 6px;
  background: #000;
  color: #fff;
  padding: 6px 14px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition:
    background 0.3s ease,
    transform 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400 !important;
  /* border-radius: 6px; */
}

.collection-page .feedback:hover,
.product-page .feedback:hover {
  background: #000;
  transform: translateY(-2px);
}

.related.products .yith-wcwl-wishlistaddedbrowse a[rel="nofollow"][data-title="Browse wishlist"] {
  display: none !important;
}

.related.products .woocommerce-loop-product__title {
  font-size: 19px !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.related.products .woocommerce-loop-product__title:hover {
  color: #4ca3bf;
}

.related .price {
  text-align: center;
}

/* .related ul.products li.product {
  box-shadow: none;
} */
.related .product-attribute-inline {
  justify-content: center;
  font-size: 14px;
  display: none;
}

.single-product .related ul.products li.product a img {
  height: 300px;
}

/* Default - Desktop */
.related ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Large Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .related ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
  .related ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .related ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .single-product .related ul.products li.product a img {
    height: 200px;
  }
}

.related.products .price ins {
  font-size: 18px !important;
}

.related.products .price del {
  font-size: 18px !important;
}

.collection-page .yith-wcwl-icon-svg {
  width: 16px;
  height: 16px;
  color: #fff;
  transition: transform 0.25s ease;
}

.collection-page .feedback.show .yith-wcwl-icon-svg {
  transform: scale(1.2);
}

.collection-page .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff;
}

.collection-page .yith-wcwl-wishlistaddedbrowse .feedback> :not(svg),
.collection-page .yith-wcwl-wishlistaddedbrowse>a:not(.feedback) {
  display: none;
}

.collection-page .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline,
.product-page .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline {
  position: absolute;
  left: 8px;
  top: 7px;
}

/* ===============================
   Product Tag
   =============================== */
.collection-page .product-tag,
.product-page .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
  /* position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 9;
  padding: 5px 12px;
  border-radius: 6px;
  background: #fff;
  color: #ff5a5f;
  border: 1px solid #ff5a5f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  pointer-events: none;
  font-family: "Lato"; */
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; */
  padding: 10px 14px;
  /* background: #fdf3ec;
  border: 1px solid #ed700640;
  border-radius: 6px;
  font-size: 14px;
  font-family: "lato", sans-serif;
  gap: 46px; */
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: flex;
  align-items: center;
  gap: 6px;
  /* color: #ed7006; */
  font-weight: 500;
  font-size: 15px;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse svg {
  width: 16px;
  height: 16px;
  fill: #ffff;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse a {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  /* text-transform: uppercase; */
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 4px;
  transition: background 0.3s ease;
  display: none;
}

.product-page .single-product-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #000;
}

.related.products .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff !important;
}

section.related.products {
  margin: 80px 0px 100px 0px;
}

.related.products h2 {
  text-align: center;
  margin: 30px 0px;
  font-size: 34px;
  color: #000;
  font-weight: 600;
  text-transform: inherit !important;
}

.woocommerce div.product p.stock {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
  font-weight: 500;
}

/* ===============================
   Attributes
   =============================== */
/* ==== Product Attributes Inline ==== */
/* .product-attribute-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 7px 9px;
  background: #ED7006;
  width: fit-content;
  border-radius: 3px;
  color: #fff;
  margin: 5px 0;
  font-size: 12px;
  font-family: "Lato";
  margin-top: 18px;
}

.product-attribute-inline .attr-item {
  position: relative;
  padding-right: 6px; 
}



.product-attribute-inline .attr-item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
  color: #fff;
} */

/* ===============================
   Product Images
   =============================== */
.woocommerce ul.products li.product a img {
  height: 300px;
  margin: 1em 0 1em;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: auto;
  }
}

/* ==============================
   Product Page Optimized Design
   ============================== */

/* Breadcrumb */
.product-page {
  overflow-x: hidden;
}

.product-page .woocommerce-breadcrumb {
  background: none;
  padding: 12px 15px;
  font-size: clamp(10px, 1vw, 12px);
  color: #707070;
  margin: 0;
  list-style: none;
  /* margin-top: 20px; */
}

.product-page .woocommerce-breadcrumb a {
  font-size: clamp(10px, 1vw, 12px);
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

/* Sale Badge */
.product-page .onsale {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ed7006;
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 600;
  padding: 3px 9px;
  z-index: 2;
  border-radius: 4px;
}

/* Product Gallery */
.product-page .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  /* border: 1px solid #f9f9f9; */
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

.product-page .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
  text-decoration: none;
  font-size: clamp(10px, 1vw, 12px);
}

.product-page .flex-viewport {
  /* height: 500px !important; */
}

.product-page .woocommerce-product-gallery__image {
  flex: 0 0 auto;
}

.product-page .woocommerce-product-gallery__image img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Gallery Thumbnails */
/* .product-page .flex-control-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.product-page .flex-control-nav li {
  width: 10% !important;
}

.product-page .flex-control-nav li img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 4px;
  object-fit: cover;
} */

/* .product-page .flex-control-nav li img.flex-active {
  border-color: #ed7006;
} */
/* Hide the thumbnail images */
.product-page .flex-control-thumbs li img {
  display: none !important;
  /* hides the image */
}

/* Style the list items as dots */
.product-page .flex-control-thumbs li {
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px !important;
  display: inline-block;
  position: relative;
  width: 15px !important;
  height: 15px;
  border: 1px solid #000;
}

/* Style the active dot with gold border */
.product-page .flex-control-thumbs li .flex-active,
.product-page .flex-control-thumbs li.flex-active {
  background-color: #fff;
  /* or keep it same, optional */
  border: 2px solid #d39d4e;
  box-sizing: border-box;
}

/* Center the dots below the main image */
.product-page .flex-control-nav.flex-control-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* space between dots */
  padding: 10px 0 !important;
}

.flex-control-thumbs li:has(img.flex-active) {
  background-color: #d39d4e;
}

/* Fix WooCommerce round dots */
.product-page .flex-control-thumbs {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.product-page .flex-control-thumbs li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  margin: 0 !important;
  float: none !important;
  /* override WooCommerce */
  list-style: none !important;
  flex: 0 0 auto !important;
  /* prevent stretching */
}

.product-page .flex-control-thumbs li img {
  display: none !important;
  /* hide Woo thumbnail images */
}

/* Summary Section */
.product-page .summary {
  padding: 20px;
  background: #fff;
  /* border: 1px solid #f9f9f9; */
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Product Title */
.product-page .product_title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  font-family: "Barlow-bold", sans-serif;
}

/* Price */
.product-page .price {
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 1.4;
  margin-bottom: -8px;
  font-family: "Barlow-bold", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.product-page .price del {
  color: #000;
  font-size: clamp(18px, 2vw, 20px);
  margin-right: 6px;
  font-family: "Barlow-bold", sans-serif;
}

.price-wishlist {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-page .price ins {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* Short Description & Custom Sections */
.product-page .alpus-aprs-title {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 8px;
  color: #000;
}

.product-page .alpus-aprs-content,
.product-page .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
  color: #000;
}

/* Stock & Quantity */
.product-page .stock {
  margin-bottom: 10px;
}

.product-page .quantity {
  display: inline-block;
  margin-right: 10px !important;
}

.product-page .quantity input {
  width: 60px !important;
  padding: 9px;
  font-size: clamp(12px, 1.5vw, 14px);
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Add to Cart */
.product-page .single_add_to_cart_button {
  background-color: #ed7006;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 600;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-page .single_add_to_cart_button:hover {
  background-color: #000;
  color: #fff !important;
}

/* Wishlist */
.product-page .single-product-wishlist .yith-wcwl-add-button a {
  display: inline-flex;
  align-items: center;
  color: #ed7006;
  text-decoration: none;
  font-size: clamp(12px, 1.5vw, 14px);
}

.product-page .yith-wcwl-add-button a:hover {
  color: #000;
}

.product-page .yith-wcwl-icon-svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  /* fill: #ed7006; */
}

.product-page .yith-wcwl-add-button a:hover .yith-wcwl-icon-svg {
  fill: transparent;
}

/* Product Meta */
.product-page .product_meta {
  margin-top: 20px;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #4e4e4e;
}

.product-page .sku_wrapper,
.product-page .posted_in {
  display: block;
  margin-bottom: 5px;
}

.product-page .posted_in a {
  color: #666666;
  text-decoration: none;
}

.product-page .posted_in a:hover {
  color: #ed7006;
}

/* Products Tabs CSS */
/* .product-page .woocommerce-tabs ul {
  padding: 0px !important;
} */
.product-page .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: none !important;
  color: #000 !important;
  display: inline-block;
  position: static !important;
  z-index: auto !important;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 1em 0 0 !important;
}

.product-page .woocommerce-tabs ul.tabs li a {
  color: #000 !important;
  padding: 20px 0 23px !important;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: "Barlow-bold", sans-serif;
}

@media (max-width: 375px) {
  .product-page .woocommerce-tabs ul.tabs li a {
    font-size: 15px !important;
  }
}

div#tab-description {
  font-size: 18px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

/* ==== Headings & Content ==== */
.woocommerce div.product .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  /* margin-bottom: 15px; */
  color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0 0 0 1em;
}

.woocommerce div.product .woocommerce-Tabs-panel p {
  line-height: 1.7;
  color: #555;
  font-size: 15px;
}

/* ==== Product Attributes Table ==== */
.woocommerce table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  font-size: 15px;
}

.woocommerce table.shop_attributes th {
  width: 200px;
  background: #f9f9f9;
  font-weight: 600;
  color: #333;
}

/* === Additional Information Tab Styles === */

.woocommerce-Tabs-panel .custom-attr-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.custom-attr-section .attr-left {
  width: 25%;
}

.custom-attr-section .attr-right {
  width: 70%;
  margin-top: 10px;
}

td.woocommerce-product-attributes-item__value {
  background-color: #fff !important;
}

th.woocommerce-product-attributes-item__label {
  background-color: #fff !important;
}

@media (max-width: 840px) {

  .custom-attr-section .attr-left,
  .custom-attr-section .attr-right {
    width: 100%;
  }
}

/* === Image Grid === */
.custom-attr-section .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}

.custom-attr-section .image-grid-bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* === Image Item === */
.custom-attr-section .image-item {
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}

.custom-attr-section .image-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.custom-attr-section .attr-label {
  font-weight: bold;
  color: #333;
  display: none;
}

.custom-attr-section .attr-value {
  color: #000;
  font-size: 16px;
  font-family: "Barlow-Medium'";
}

/* === Responsive Layout === */
@media (max-width: 768px) {
  .custom-attr-section {
    flex-direction: column;
  }

  .custom-attr-section .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-attr-section .image-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {

  .custom-attr-section .image-grid,
  .custom-attr-section .image-grid-bottom {
    grid-template-columns: 1fr;
  }
}

/* ==== Reviews Section ==== */
.woocommerce #reviews h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}

.woocommerce .woocommerce-noreviews {
  font-size: 14px;
  color: #666;
}

/* make the anchor a positioned inline-block so :before can be positioned inside it */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: inline-block;
}

/* base underline (hidden via scaleX(0) + opacity) */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  /* change to e.g. -6px if you want the line below the tab */
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 3px;
  background: #000;
  opacity: 0;
  -webkit-transition:
    -webkit-transform 0.2s ease-in,
    opacity 0.2s ease-in;
  transition:
    transform 0.2s ease-in,
    opacity 0.2s ease-in;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  pointer-events: none;
  /* don't block pointer events */
}

/* show/animate underline when the li has .active */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

/* Product Attributes Table */
.product-page .woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
}

.product-page .woocommerce-product-attributes td p a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

.product-page .woocommerce-product-attributes th,
.product-page .woocommerce-product-attributes td {
  padding: 8px 10px !important;
  font-size: clamp(13px, 2vw, 14px);
  border: 1px solid #eee;
  text-align: left;
}

.product-page .woocommerce-product-attributes th {
  width: 30% !important;
  font-weight: 600 !important;
  background: #fafafa;
}

.product-page .single_add_to_wishlist {
  background-color: #fff !important;
  font-family: "Lato", Poppins, sans-serif;
  border-radius: 0px !important;
  letter-spacing: 1.9px;
}

/* .product-page
  .single-product-wishlist
  .single_add_to_wishlist
  .yith-wcwl-icon-svg {
  color: #fff !important;
} */
.product-page .single-product-wishlist .yith-wcwl-add-button a span {
  display: none;
}

.product-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* ==============================
   Responsive Gallery & Summary
   ============================== */
@media (max-width: 768px) {
  .product-page .woocommerce-product-gallery__wrapper {
    flex-direction: column;
  }

  .product-page .woocommerce-product-gallery__image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-page .woocommerce-product-gallery__image img {
    height: 200px;
  }

  .product-page .summary {
    padding: 4px;
  }
}

.summary.entry-summary {
  margin: 0px !important;
}

@media (max-width: 576px) {
  .product-page .woocommerce-product-gallery__image img {
    height: 180px;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}

/* Product Detail Page */

.product-page .lensesprecription-btn {
  border: 2px solid #000 !important;
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #000 !important;
  /* margin-right: 10px; */
  /* height: 52px; */
  padding: 12px;
  /* width: 45%; */
  /* position: fixed;
  bottom: 39%;
  left: 69%;
  z-index: 9999; */
  text-decoration: none;
  /* line-height: 51px; */
  border-radius: 6px;
  font-family: "Roboto", serif;
  /* margin-bottom: 10px; */
  box-shadow: none !important;
  white-space: nowrap;
  background: rgb(46, 163, 242) !important;
  border: rgb(46, 163, 242) !important;
}

/* Rx Lenses Sticky Button */

/* .lensesprecription-btn.sticky-btn {
  position: fixed;
  top: 18%;
  right: 577px; 
  z-index: 9999;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .lensesprecription-btn.sticky-btn {
    right: 300px; 
  }
}
@media (max-width: 992px) {
  .lensesprecription-btn.sticky-btn {
    right: 150px;
  }
}
@media (max-width: 768px) {
  .lensesprecription-btn.sticky-btn {
    right: 20px;
    top: auto;
    bottom: 20px; 
  }
}
@media (max-width: 480px) {
  .lensesprecription-btn.sticky-btn {
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    left: 15px;
  }
} */

/* .single-product .single_add_to_cart_button.button.alt.sticky-btn {
  position: fixed;
  top: 18%;
  right: 430px; 
  z-index: 9999;
  width: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    right: 166px;
  }
}
@media (max-width: 992px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    right: 16px;
  }
}
@media (max-width: 768px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    top: auto;
    bottom: 20px;
    right: 170px;
  }
}
@media (max-width: 480px) {
  .single-product .single_add_to_cart_button.button.alt.sticky-btn {
    bottom: 75px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
    text-align: center;
  }
}


.lensesprecription-btn.sticky-btn + .single_add_to_cart_button.sticky-btn {
  bottom: 70px; 
} */
.custom-cart-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
}

/* Desktop sticky (top) */
.custom-cart-wrapper.sticky-wrapper.desktop {
  position: fixed;
  top: 160px;
  /* SAME POSITION under header */
  z-index: 999;
  background: #fff;
}

/* Mobile sticky (bottom center) */
.custom-cart-wrapper.sticky-wrapper.mobile {
  /*   position: fixed; */
  bottom: 20px;
  left: 50%;
  /*   transform: translateX(-50%); */
  z-index: 999;
  background: #fff;
  width: auto;
  /* adjust as needed */

  border-radius: 10px;
  /*   box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.custom-cart-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
  /* margin-bottom: 50px; */
}

.variations_form div {
  display: flex;
  flex-direction: column-reverse;
}

.product-page .lensesprecription-btn:hover {
  background: #fff !important;
  color: #000;
}

/* Reverse style for Virtual Try-On button */
.summary.entry-summary a.button.alt[href*="tryon"] {
  border: 2px solid #ed7006 !important;
  color: #ed7006 !important;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.02em;
  border-radius: 6px;
  text-transform: uppercase;
  background: #fff !important;
  margin-right: 10px;
  height: 52px;
  padding: 0;
  width: 45%;
  text-decoration: none;
  /* line-height: 51px; */
  font-family: "Roboto", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
}

.summary.entry-summary a.button.alt[href*="tryon"]:hover {
  background: #ed7006 !important;
  color: #fff !important;
}

/* .single-product .product {
  margin-top: 10%;
} */

.single.single-product main#main {
  max-width: 1360px;
  padding: 50px 10px 0px 10px;
}

/* ==== Variations Table Wrapper ==== */
.product-page table.variations {
  border-collapse: separate;
}

/* ==== Label ==== */
.product-page table.variations th.label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  padding: 0px;
  white-space: nowrap;
  background-color: transparent;
  margin-top: 14px;
}

/* ==== Selected color name (e.g., : Black) ==== */
.product-page .woo-selected-variation-item-name {
  font-weight: 500;
  color: #ed7006;
  margin-left: 4px;
}

/* ==== Swatch Wrapper ==== */
.product-page .woo-variation-items-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background-color: transparent !important;
}

/* ==== Each Swatch ==== */
.product-page .image-variable-items-wrapper .variable-item {
  border: 2px solid #e1e1e1;
  border-radius: 6px !important;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  cursor: pointer !important;
  box-shadow: 0 0 0 transparent !important;
}

/* ==== Swatch Image ==== */
.product-page .image-variable-items-wrapper .variable-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

/* ==== Hover ==== */
.product-page .image-variable-items-wrapper .variable-item:hover {
  border-color: #ed7006;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.3);
}

.product-page .image-variable-items-wrapper .variable-item:hover img {
  transform: scale(1.05);
}

/* ==== Selected State ==== */
.product-page .image-variable-items-wrapper .variable-item.selected {
  border-color: #ed7006 !important;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.4) !important;
}

/* ==== Clear Button ==== */
.product-page .reset_variations {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.product-page .reset_variations:hover {
  color: #ed7006;
}

/* ==== Responsive (mobile) ==== */
@media (max-width: 768px) {
  .product-page table.variations th.label {
    display: block;
    margin-bottom: 10px;
  }

  .product-page .woo-variation-items-wrapper {
    justify-content: flex-start;
  }

  .product-page .image-variable-items-wrapper .variable-item {
    width: 50px;
    height: 50px;
  }
}

/* ==== Quantity Input Styling ==== */
.product-page input.qty,
.product-page input[type="number"].qty {
  width: 90px !important;
  height: 52px;
  border: 2px solid #ed7006;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #111;
  background: #fff;
  transition: all 0.3s ease;
  appearance: textfield;
  /* remove default arrows in most browsers */
  -moz-appearance: textfield;
}

/* Hover + Focus */
.product-page input.qty:hover,
.product-page input.qty:focus {
  border-color: #111;
  outline: none;
  box-shadow: 0 0 8px rgba(237, 112, 6, 0.3);
}

/* Remove spinner arrows (Chrome, Edge, Safari) */
.product-page input[type="number"].qty::-webkit-inner-spin-button,
.product-page input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==== Optional: make it sit nicely beside buttons ==== */
.product-page .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-promo-features {
  font-size: 17px;
  color: #6db525;
  padding: 0 10px 5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
}

.product-promo-features ul {
  padding-left: 0;
  list-style: none;
}

.product-promo-features ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}

.product-promo-features ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border: solid #6db525;

  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1px;
}

.product-promo-features .red-li:before {
  border: solid red;
  border-width: 0 2px 2px 0;
}

.product-promo-features .red-li {
  color: red;
  font-weight: 600;
  font-size: 17px;
}

/* .proposition {
  display: flex;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  gap: 22px;
} */
.proposition-box-wrapper {
  padding: 20px 0;
}

.proposition-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #fff;
  /*   padding: 20px; */
  border-radius: 12px;
  border: 1px solid #eee;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  /*   background: #f7f9fa; */
  /*   padding: 8px; */
  border-radius: 10px;
  min-width: 180px;
}

.benefit-text strong {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.benefit-text span {
  font-size: 13px;
  color: #666;
}

@media (max-width: 1024px) {
  .proposition-box {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .proposition-box::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
  }

  .benefit-item {
    flex: 0 0 auto;
    width: 160px;
    /* each slide width */
    scroll-snap-align: start;
  }
}

/* ==============================
   VALUE PROPOSITION POPUP
   ============================== */
.value-proposition-popup {
  display: flex;
  align-items: center;
  /* Vertically align icon and text */
  font-size: clamp(14px, 1.5vw, 16px);
  /* Scales between 14px and 16px */
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}

.value-proposition-popup .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.value-proposition-popup .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Keep icon aspect ratio */
  display: block;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {

  /* .proposition {
    flex-direction: column; 
    gap: 12px;
    padding: 6px 0;
  } */
  .value-proposition-popup .icon {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
}

/* ========================
   MODERN FILTER DESIGN
   ======================== */
.yith-wcan-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
}

/* Main Heading */
.yith-wcan-filters h3 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  color: #ed7006;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed7006;
  padding-bottom: 10px;
}

/* Filter Card */
.yith-wcan-filter {
  flex: 1 1 200px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

h4.filter-title.collapsable.closed {
  background-color: #fff;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content {
  min-width: 170px;
  padding: 13px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
  font-size: 14px;
  font-family: "Lato";
  text-transform: uppercase;
}

.yith-wcan-active-filters .active-filter .active-filter-label:after {
  background-color: #000;
  right: -17px;
  top: -8px;
}

/* Filter Title */
.yith-wcan-filter .filter-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f7f7f7;
  transition: all 0.3s ease;
}

.yith-wcan-filter .filter-title.collapsable.opened {
  background: #000;
  color: #fff;
}

.yith-wcan-filter .filter-title.collapsable.closed:hover {
  background: #ffede3;
  color: #000;
}

/* Filter Items */
.yith-wcan-filter .filter-content {
  padding: 10px 0;
}

.yith-wcan-filter ul.filter-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yith-wcan-filter .filter-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.yith-wcan-filter .filter-item input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.yith-wcan-filter .filter-item input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}

.yith-wcan-filter .filter-item input[type="checkbox"]:checked::after {
  content: "\2713";
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: -3px;
  left: 3px;
}

/* Filter Labels */
.yith-wcan-filter .filter-item label {
  font-size: 14px;
  color: #4e4e4e;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
  color: #000;
}

.yith-wcan-filter .filter-item .term-label {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yith-wcan-filter .filter-item .term-label:hover {
  color: #000 !important;
  font-weight: 600;
}

/* Active Filter Badges */
.yith-wcan-active-filters .active-filter {
  display: inline-flex;
  align-items: center;
  background: #f7f7f7;
  color: #333333;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
  color: #333333;
  border: none;
}

.yith-wcan-active-filters .active-filter b {
  margin-right: 0px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened,
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened+.filter-content {
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

/* Reset Button */
.filters-container .btn-primary {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.filters-container .btn-primary,
.filters-container .btn-primary:hover,
.filters-container .btn-primary:focus,
.filters-container .btn-primary:active {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 6px;
  padding: 8px 11px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
  /* optional: remove blue focus outline */
  box-shadow: none;
  /* optional: remove bootstrap shadows if any */
}

/* FILTER COUNT BADGES */
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
}

/* Show More Link */
.yith-wcan-filter .show-more {
  display: inline-block;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.yith-wcan-filter .show-more:hover {
  color: #000;
}

/* FILTER TOGGLE BUTTON (Mobile) */
.filter-toggle {
  display: none;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  width: clamp(120px, 20%, 240px);
  justify-content: space-between;
  display: flex;
  align-items: center;
  border: none;
}

.filter-toggle:hover,
.filter-toggle:focus {
  background-color: #000;
}

.filter-toggle .icon {
  font-size: 18px;
  margin-left: 10px;
  opacity: 0.9;
}

/* OFF-CANVAS FILTERS (Mobile Only) */
@media (max-width: 768px) {
  .offcanvas-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 340px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    border-right: 3px solid #f0f0f0;
  }

  .offcanvas-filters.active {
    left: 0;
  }

  /* Close button inside off-canvas */
  .offcanvas-filters .close-btn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 1010;
    transition: color 0.3s ease;
  }

  /* disable page scroll when offcanvas active */
  body.offcanvas-active {
    overflow: hidden !important;
  }

  .filter-toggle {
    display: flex;
  }

  #preset_29769 .filters-container {
    display: none;
  }

  #preset_29769 .offcanvas-filters {
    display: block;
  }
}

/* DESKTOP FILTERS (No Scroll) */
@media (min-width: 769px) {
  #preset_29769 .filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible !important;
    white-space: normal !important;
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    padding: 0;
    border: none;
  }

  #preset_29769 .yith-wcan-filter {
    flex: 1 1 auto;
    min-width: 150px;
  }

  #preset_29769 .offcanvas-filters {
    position: static;
    left: auto;
    width: auto;
    max-width: none;
    height: auto;
    box-shadow: none;
    border: none;
    overflow: visible !important;
    transition: none;
  }

  .filter-toggle {
    display: none !important;
  }

  .filters-container .close-btn {
    display: none;
  }
}

/* Responsive design adjustments */
@media (max-width: 768px) {
  .yith-wcan-filters {
    flex-direction: column;
    gap: 15px;
  }

  .yith-wcan-filter {
    flex: 1 1 100%;
  }
}

.yith-wcan-filters {
  margin-bottom: 10px;
}

/* Hide H3 in filter container */
.filters-container h3 {
  display: none !important;
}

/* Overlay for Off-Canvas Filters */
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  /* semi-transparent black */
  z-index: 998;
  /* just below the offcanvas (1000) */
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* When active */
.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   Wishlist Page Styles
   ========================= */
.wishlist-page main#content {
  max-width: 1200px;
  font-family: "Lato", sans-serif;
}

.wishlist-page .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Poppins, sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 500;
  color: #222;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wishlist-page .wishlist-title h2 {
  margin-bottom: 12px;
  font-family: Lato, Poppins, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
}

/* Wishlist Table */
.wishlist-page table.wishlist_table {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  border-spacing: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
}

.wishlist-page table.wishlist_table thead th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #80808080;
  white-space: nowrap;
}

.wishlist-page table.wishlist_table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.wishlist-page table.wishlist_table tbody tr:hover {
  background: #fafafa;
}

.wishlist-page table.wishlist_table td {
  padding: 15px;
  font-size: 14px;
  color: #555;
  vertical-align: middle;
}

/* Thumbnail */
.wishlist-page table.wishlist_table .product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

/* Product Name */
.wishlist-page table.wishlist_table .product-name a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

/* Price */
.wishlist-page table.wishlist_table .product-price {
  font-size: 15px;
  font-family: "Barlow", sans-serif;
}

.wishlist-page table.wishlist_table .product-price ins {
  color: #ed7006;
  font-weight: 600;
  text-decoration: none;
}

.wishlist-page table.wishlist_table .product-price del {
  color: #999;
  font-size: 13px;
  margin-right: 5px;
}

/* Add to Cart Button */
.wishlist-page table.wishlist_table .product-add-to-cart a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ed7006;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.wishlist-page table.wishlist_table .product-add-to-cart a:hover {
  background: #000;
}

/* Remove Icon */
.wishlist-page table.wishlist_table .product-remove a {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='5' x2='19' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19' y1='5' x2='5' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.wishlist-page table.wishlist_table .product-remove a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* ================================
   Share Section
   ================================ */
.wishlist-page .yith-wcwl-share {
  margin: 15px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.wishlist-page .yith-wcwl-share-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.wishlist-page .yith-wcwl-share ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wishlist-page .yith-wcwl-share .share-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffede3;
  color: #ed7006;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.wishlist-page .yith-wcwl-share .share-button a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.wishlist-page .yith-wcwl-share .share-button a:hover {
  background: #d55f05;
  color: #fff;
}

/* =========================
   Mobile Wishlist Layout
   ========================= */
.wishlist-page ul.wishlist_table.responsive.mobile {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wishlist-page ul.wishlist_table.responsive.mobile li {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Thumbnail */
.wishlist-page ul.wishlist_table.responsive.mobile .product-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* Product Name */
.wishlist-page ul.wishlist_table.responsive.mobile .product-name a {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
}

/* Details table inside li */
.wishlist-page ul.wishlist_table.responsive.mobile .item-details-table,
.wishlist-page ul.wishlist_table.responsive.mobile .additional-info {
  width: 100%;
  border-collapse: collapse;
}

.wishlist-page ul.wishlist_table.responsive.mobile td.label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  width: 70px;
}

.wishlist-page ul.wishlist_table.responsive.mobile td.value {
  font-size: 14px;
  color: #555;
}

/* Add to Cart Button */
.wishlist-page ul.wishlist_table.responsive.mobile .product-add-to-cart a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ed7006;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.3s ease;
}

.wishlist-page ul.wishlist_table.responsive.mobile .product-add-to-cart a:hover {
  background: #000;
}

/* Remove Button */
.wishlist-page ul.wishlist_table.responsive.mobile .product-remove a {
  color: #ed7006;
  font-size: 16px;
}

@media (max-width: 768px) {
  .wishlist-page table.wishlist_table {
    display: none;
  }

  /* hide desktop table */
  .wishlist-page ul.wishlist_table.responsive.mobile {
    display: block;
  }
}

/* ================= Global Reset & Base Styles ================= */
.mega-menu-item {
  box-sizing: border-box;
}

/* ================= Main Menu Links ================= */

/* Hover effect */
.mega-menu-item>a.mega-menu-link:hover {
  color: #333 !important;
}

/* Hide indicator on desktop by default */
@media (min-width: 1026px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    /* display:none !important; */
  }
}

/* ================= Submenu Container ================= */
/* .mega-sub-menu {
  padding: 0% 25% !important;
} */
/* @media (min-width: 881px) {
  .mega-sub-menu {
    background-color: #fff !important;
    padding: 2% clamp(20%, calc((140vw - 881px) / (1300 - 881) * (70 - 25) + 25%), 70%) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;  
	
  }
} */
/* Show submenu on hover/focus */
.mega-menu-item-has-children:hover>.mega-sub-menu,
.mega-menu-item-has-children:focus-within>.mega-sub-menu {
  /* opacity: 1; */
  /* transform: translate(0, 10px) !important; */
  /* visibility: visible; */
}

/* ================= Submenu Cards (Images + Titles) ================= */
.mega-menu-item.widget_media_image {
  display: flex !important;
  flex-direction: column-reverse !important;
  /* Text above image */
  align-items: center !important;
  text-align: center !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.mega-menu-item.widget_media_image:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Title styling */
.mega-menu-item.widget_media_image h4 {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin: 6px 0 0 !important;
}

/* ================= Submenu Taxonomy/Custom Links ================= */
.mega-menu-item-type-taxonomy>a.mega-menu-link,
.mega-menu-item-type-custom>a.mega-menu-link {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
  /*   font-weight: 500 !important; */
  color: #000 !important;
  padding: 0px 14px !important;
  border-radius: 6px;
  text-decoration: none !important;
  position: relative;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  line-height: 16px !important;
  letter-spacing: normal;
}

.menu3-container .e-con-inner {
  justify-content: space-between !important;
}

@media (max-width: 1180px) and (min-width: 1025px) {

  .mega-menu-item-type-taxonomy>a.mega-menu-link,
  .mega-menu-item-type-custom>a.mega-menu-link {
    font-size: 15px !important;
    padding: 8px 10px !important;
  }
}

@media (max-width: 1025px) and (min-width: 880px) {
  .elementor-element.elementor-element-bcd72c7.e-con-full.e-flex.e-con.e-child {
    order: -99;
    width: auto;
  }
}

@media only screen and (max-width: 1025px) {
  .menu3-container #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open~button.mega-close {
    left: calc(min(100vw - 40px, 260px));
  }
}

/* Underline effect */
.mega-menu-item-type-taxonomy>a.mega-menu-link::after,
.mega-menu-item-type-custom>a.mega-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #555;
  transition: width 0.3s ease;
}

.mega-menu-item-type-taxonomy>a.mega-menu-link:hover::after,
.mega-menu-item-type-custom>a.mega-menu-link:hover::after {
  width: 100%;
}

/* ================= Responsive Styling ================= */

/* ---------- Mobile (<= 768px) ---------- */
@media (max-width: 880px) {
  .mega-menu-item>a.mega-menu-link {
    justify-content: space-between !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #eee;
    color: #000 !important;
  }

  .mega-menu-item-type-taxonomy>a.mega-menu-link:hover,
  .mega-menu-item-type-custom>a.mega-menu-link:hover {
    background: #f5f5f5 !important;
    color: #333 !important;
  }

  /* Show dropdown indicator on mobile */
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: inline-block !important;
    margin-left: 8px;
    /* Space between text and indicator */
    transition: transform 0.3s ease;
    flex-basis: 15px;
  }

  /* Rotate indicator when submenu is open */
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-toggle-on>a.mega-menu-link>span.mega-indicator {
    transform: rotate(180deg);
  }

  .mega-sub-menu {
    background: #fff !important;
    margin-left: 10px;
    border-left: 3px solid #ddd;
    padding: 10px 0 !important;
  }

  .mega-sub-menu a.mega-menu-link {
    font-size: 14px !important;
    padding: 10px 16px !important;
    color: #333 !important;
  }

  .mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    display: block;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    color: #222;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
    background: transparent;
  }

  .mega-menu-item.widget_media_image {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
    padding: 10px !important;
    display: none !important;
  }
}

/* ---------- Small Mobile (<= 575px) ---------- */
@media (max-width: 575px) {
  .mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
    padding: 12px !important;
  }

  .mega-sub-menu a.mega-menu-link {
    font-size: 13px !important;
    padding: 0px 14px !important;
  }

  .mega-menu-item.widget_media_image {
    padding: 8px !important;
    border-radius: 6px;
    box-shadow: none !important;
  }
}

.mega-sub-menu .mega-menu-item-type-taxonomy>a.mega-menu-link,
.mega-sub-menu .mega-menu-item-type-custom>a.mega-menu-link {
  cursor: pointer !important;
  display: block !important;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 24px !important;
  text-decoration: none !important;
  color: #000 !important;
  /* optional, keep default color */
  text-wrap-mode: nowrap !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item:nth-last-child(1 of .mega-item-align-float-left) {
  margin-right: unset;
}

/* Default Desktop View */
.elementor-image-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: left;
}

.elementor-image-box-img img {
  width: 60px;
  /* Adjust according to design */
  height: auto;
  object-fit: contain;
}

.elementor-image-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.elementor-image-box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* âœ… Responsive for Mobile Devices */
@media (max-width: 768px) {
  .elementor-image-box-wrapper {
    flex-direction: column;
    /* Image on top, text below */
    text-align: center;
    /* Center text for mobile */
  }

  .elementor-image-box-img img {
    width: 50px;
    /* Slightly smaller image for mobile */
  }

  .elementor-image-box-title {
    font-size: 16px;
    /* Adjust text size for mobile */
  }
}

/* ==== Product Card Wrapper ==== */
.product_container .product_data ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 500px;
  width: 515px;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.product_container .product_data ul.products li.product>* {
  flex-shrink: 0;
}

.product_container .product_data ul.products li.product img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.product_container ul.products li.product .woocommerce-placeholder {
  border: none;
}

/* ==== On Sale Badge ==== */
.product_container .product_data ul.products li.product .onsale {
  display: none;
  position: absolute;
  top: 4px !important;
  right: 4px !important;
  padding: 14px 12px 0 12px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 1.2vw, 12px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #ed7006;
  border-radius: 0 8px;
}

/* ==== Title ==== */
.woocommerce-loop-product__title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 20px) !important;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #111;
  text-transform: capitalize;
  padding: 0 !important;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==== Category / Subtitle ==== */
.product_container .product_data ul.products li.product .woocommerce-loop-category__title,
.product_container .product_data ul.products li.product .woocommerce-loop-product__category {
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 400;
  color: #777;
  margin-bottom: 5px;
}

/* ==== Price ==== */
.product_container .product_data ul.products li.product .price {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.4;
  margin: 6px 0;
}

.product_container .product_data ul.products li.product .price del {
  color: #999;
  font-size: clamp(13px, 2.2vw, 20px);
  margin-right: 4px;
}

.product_container .product_data ul.products li.product .price ins {
  color: #111;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 22px);
  text-decoration: none;
}

/* ==== Product Tag ==== */
.product_container .product_data .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 2.2vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
  /* position: absolute;
  top: 8px;
  left: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 12px);
  padding: 5px 12px;
  border-radius: 6px;
  background: #fff;
  color: #ff5a5f;
  border: 1px solid #ff5a5f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  pointer-events: none;
  z-index: 9; */
}

/* ==== Color Variations ==== */
.loop-color-variations {
  display: flex;
  gap: 2px;
  margin-top: 3px;
  overflow-x: auto;
  padding-bottom: 3px;
  -webkit-overflow-scrolling: touch;
}

.loop-color-variations a.variation-color-thumb {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
}

.loop-color-variations a.variation-color-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover zoom effect */
.loop-color-variations a.variation-color-thumb:hover {
  transform: scale(1.05);
}

/* ==== Add to Cart / Wishlist ==== */
.product_container .product_data ul.products li.product .add_to_cart_button {
  display: none;
}

.product_container .custom-wishlist-btn svg#yith-wcwl-icon-heart-outline {
  position: absolute;
  left: 8px;
  top: 7px;
}

.product_container .custom-wishlist-btn .add_to_wishlist span {
  display: none !important;
}

.product_container .feedback {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ed7006;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.4vw, 13px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition:
    background 0.3s ease,
    transform 0.25s ease;
}

.product_container .feedback:hover {
  background: #ff8c42;
  transform: translateY(-2px);
}

.product_container .yith-wcwl-wishlistaddedbrowse .feedback> :not(svg),
.product_container .yith-wcwl-wishlistaddedbrowse>a:not(.feedback) {
  display: none;
}

.product_container .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: #fff;
}

/* ==== Grid Wrapper ==== */
.product_container .product_data .products.columns-4 {
  padding: 10px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* ==== RESPONSIVE ==== */

/* Tablets (â‰¤ 1024px) */
@media (max-width: 1024px) {
  .product_container .product_data .products.columns-4 {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .product_container .product_data ul.products li.product {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-height: 360px;
  }

  .product_container .product_data ul.products li.product img {
    height: 180px;
  }

  .products.columns-4 .specfit_tryon_btn.button {
    margin-top: 0px !important;
  }
}

/* Mobile (â‰¤ 767px) */
@media (max-width: 767px) {
  .product_container .product_data .products.columns-4 {
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .product_container .product_data ul.products li.product {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
    width: 100%;
  }

  .product_container .product_data ul.products li.product img {
    height: 160px;
  }

  .woocommerce-loop-product__title {
    white-space: normal;
    text-overflow: unset;
  }

  .loop-color-variations a.variation-color-thumb {
    width: 40px;
    height: 40px;
  }
}

/* Small Mobile (â‰¤ 480px) */
@media (max-width: 480px) {
  .product_container .product_data ul.products li.product img {
    height: 140px;
  }

  .loop-color-variations a.variation-color-thumb {
    width: 35px;
    height: 35px;
  }
}

/* Target all icons inside header_icons */
.header_icons .elementor-icon svg {
  width: 24px;
  /* Change to your desired width */
  height: 24px;
  /* Change to your desired height */
  fill: #000;
  /* Change color if needed */
}

/* Optional: Adjust the link wrapper spacing */
.header_icons .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* To hide logIn in desktop only  */
@media (min-width: 881px) {
  #mega-menu-item-30316 {
    display: none !important;
  }
}

.collection-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 768px) {
  .collection-main-wrapper {
    display: block;
    gap: 0;
    /* optional, since gap wonâ€™t apply on block */
  }
}

.product-attribute-inline {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #222;
  margin-top: 12px;
}

.product-attribute-inline .attr-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-attribute-inline .attr-item img {
  width: 16px !important;
  height: 16px !important;
  margin-right: 4px !important;
  object-fit: contain !important;
  flex-shrink: 0;
  /* prevents stretching or shrinking */
}

/* Try On Button CSS (unchanged) */
button.tryon-iframe-btn-small {
  margin-top: 20px;
  width: 97%;
}

svg.icon.icon-cart {
  width: 28px !important;
  height: 28px !important;
}

svg.icon.icon-user {
  width: 28px !important;
  height: 28px !important;
}

.header_icons path {
  fill: none;
  stroke: #000;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hfe-search-icon-toggle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDY0IDY0IiByb2xlPSJpbWciIGFyaWEtbGFiZWxsZWRieT0ic2VhcmNoVGl0bGUgc2VhcmNoRGVzYyIgY2xhc3M9Imljb24gaWNvbi1zZWFyY2giPgogIDx0aXRsZSBpZD0ic2VhcmNoVGl0bGUiPlNlYXJjaDwvdGl0bGU+CiAgPGRlc2MgaWQ9InNlYXJjaERlc2MiPk1hZ25pZnlpbmcgZ2xhc3Mgc2VhcmNoIGljb248L2Rlc2M+CiAgPHBhdGggZD0iTTQ3LjE2IDI4LjU4QTE4LjU4IDE4LjU4IDAgMSAxIDI4LjU4IDEwYTE4LjU4IDE4LjU4IDAgMCAxIDE4LjU4IDE4LjU4ek01NCA1NEw0MS45NCA0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

i.fas.fa-search {
  visibility: hidden;
}

/* Add Rx Lences Page CSS */
.tocart-form {
  min-height: 500px;
  max-width: 1370px;
  margin: 0 auto;
  padding-bottom: 50px;
  height: 100%;
  padding: 10px 30px 50px 30px;
}

.tocart-form .prx-frame-preview {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.tocart-form .separately-price {
  text-align: left;
}

.tocart-form .product-bottom-side-part {
  text-align: left;
  color: #000;
}

@media (max-width: 425px) {

  .tocart-form .separately-price,
  .tocart-form .product-bottom-side-part {
    text-align: start;
  }

  .footer-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.tocart-form .frame {
  font-size: 18px;
}

.tocart-form .tocart-form .separately-price .price {
  padding-left: 5px !important;
}

.tocart-form-left .separately-price {
  max-width: 440px;
  /* Adjust width as needed */
}

.separately-price p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0;
}

.separately-price .price-symbol {
  display: inline-block;
  min-width: 80px;
  /* Forces prices to align vertically */
  text-align: right;
}

.tocart-form .woocommerce-Price-amount.amount {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.tocart-form .lens_price {
  font-size: 18px;
}

.tocart-form .total_price {
  font-size: 18px;
}

.tocart-form ul .step-name {
  display: none;
}

.tocart-form .step_box>ul {
  max-width: 500px;
  margin: 20px auto;
}

.tocart-form .contentBbox_main_product .info-ico {
  border-radius: 50%;
  background: url(https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/video-ico-removebg-preview.jpg) no-repeat center center !important;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 24px auto;
}

.tocart-form .contentBbox_main_product .desc {
  position: unset;
}

.contentBbox_main_product .option-name {
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 0.3pt;
  text-transform: capitalize;
  color: #000;
  line-height: 1.4;
}

.contentBbox_main_product .option-intro {
  width: 100%;
  letter-spacing: 0.3pt;
  color: #000;
  font-size: 17px;
  font-weight: 300;
}

.contentBbox_main_product span.color-red {
  color: #0a9fd9;
  letter-spacing: 0.3pt;
  font-size: 16px;
  font-weight: 300;
}

.option-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.cart_end_point .final-price {
  font-size: 16px !important;
  padding: 10px 0px !important;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid;
}

.moneyback-cart {
  /* margin-left: 40px; */
}

.title_top h3 {
  font-weight: 700;
}

/* .site-main {
  padding-top: clamp(80px, 18vw, 180px) !important;
}
@media (max-width: 630px) and (min-width: 501px) {
  .site-main {
    padding-top: 30% !important;
  }
} */

/* 500px and below */
/* @media (max-width: 500px) {
  .site-main {
    padding-top: 50% !important;
  }
}
body.home .site-main {
  padding-top: 0% !important;
} */
.prx-back-detail {
  font-size: 16px !important;
  text-align: start;
  padding: 5px 0px;
}

/* Remove default button styling */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
  outline: none;
}

/* Left arrow */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor:
    url("https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/arrow-right-svg-1-1.svg"),
    w-resize !important;
  pointer-events: auto;
  z-index: 10;
}

/* Right arrow */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  cursor:
    url("https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/10/arrow-right-1.svg"),
    e-resize !important;
  pointer-events: auto;
  z-index: 10;
}

/* Optional hover overlay effect */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Remove outline and box-shadow globally inside this gallery */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-next,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .wc-gallery-prev,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="button"]:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="button"]:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="submit"]:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images [type="submit"]:hover,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images button:focus,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images button:hover {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0px;
}

.columns-4 li a .size-woocommerce_thumbnail {
  margin-bottom: 21px !important;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 65%;
}

.summary.entry-summary {
  width: 34% !important;
}

@media (max-width: 1024px) {

  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
  .summary.entry-summary {
    width: 100% !important;
  }
}

/*@media (max-width: 425px) {
  .price-wishlist {
    flex-direction: column;
  }
}*/
section.related.products .add_to_cart_button {
  display: none !important;
}

/* my account Page Design  */

/* Page header */
.custom-my-account .page-header {
  text-align: center;
  margin-bottom: 40px;
}

.custom-my-account .page-header .entry-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #ed7006;
  /*   margin-top: 30px; */
}

/* Navigation sidebar */
.custom-my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.custom-my-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-my-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.custom-my-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  color: #10244c;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.custom-my-account .woocommerce-MyAccount-navigation li.is-active a,
.custom-my-account .woocommerce-MyAccount-navigation li a:hover {
  background-color: #ed7006;
  color: #fff;
}

/* Account content */
.custom-my-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 1.7;
}

.custom-my-account .woocommerce-MyAccount-content a {
  color: #ed7006;
  font-weight: 500;
  text-decoration: underline;
  /* float: left !important; */
}

.woocommerce-account .addresses .title .edit {
  float: left;
}

/* Responsive layout */
@media (min-width: 992px) {
  .logged-in.custom-my-account .woocommerce {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
  }

  /* .woocommerce {
    padding-bottom: 60px;
  } */
  /* Force login page .woocommerce back to block layout */
  .woocommerce:not(.custom-my-account .woocommerce) {
    display: block;
  }

  .custom-my-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
  }

  .custom-my-account .woocommerce-MyAccount-content {
    flex: 1;
  }
}

.custom-my-account .woocommerce-Address {
  max-width: 48%;
}

span.password-input {
  width: 100%;
  /* margin-left: 17px; */
}

/* Container */
.woocommerce-form.login {
  display: block;
  /* max-width: 700px !important; */
  padding: 30px !important;
  background: #fff;
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
  width: 100%;
}

.woocommerce-notices-wrapper {
  display: block;
  width: 100%;
  /*   padding-top: 70px; */
}

.woocommerce-notices-wrapper+h2 {
  width: 100%;
  display: block;
  padding-top: 50px;
}


/* Form Headings */
.woocommerce-form.login h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #10244c;
}

/* Input Fields */
.woocommerce-form.login input[type="text"],
.woocommerce-form.login input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s border-color;
}

.woocommerce-form.login input[type="text"]:focus,
.woocommerce-form.login input[type="password"]:focus {
  border-color: #ed2024;
  outline: none;
}

/* Password toggle button */
.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* Labels */
.woocommerce-form.login label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #10244c;
}

/* Remember me checkbox */
.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.woocommerce-form-login__rememberme input {
  margin-right: 8px;
}

/* Submit button */
.woocommerce-button.woocommerce-form-login__submit {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #ed2024;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s background-color;
}

.woocommerce-button.woocommerce-form-login__submit:hover {
  background-color: #c71c1f;
}

/* Lost password link */
.woocommerce-LostPassword a {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #10244c;
  text-decoration: none;
  font-size: 14px;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .woocommerce-form.login {
    padding: 20px;
  }
}

/* ===========================
   WooCommerce Form Field Styling
=========================== */
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Wrapper around each field */
.woocommerce-address-fields .form-row {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: end;
}

/* Label styling */
.woocommerce-address-fields .form-row label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

.woocommerce-address-fields .form-row label .required {
  color: #e63946;
  font-weight: bold;
}

/* Input styling */
.woocommerce-address-fields .form-row input.input-text,
.woocommerce-address-fields .form-row select,
.woocommerce-address-fields .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

/* Focus effect */
.woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce-address-fields .form-row select:focus,
.woocommerce-address-fields .form-row textarea:focus {
  border-color: #0073aa;
  /* WooCommerce blue */
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* Error state */
.woocommerce-address-fields .form-row.woocommerce-invalid input.input-text {
  border-color: #e63946;
  background-color: #fff5f5;
}

/* Placeholder style */
.woocommerce-address-fields .form-row input::placeholder {
  color: #999;
}

/* Optional: Add a subtle hover effect */
.woocommerce-address-fields .form-row input:hover {
  border-color: #888;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #000;
  color: #fff;
  width: 18%;
  margin-top: 16px;
}

@media (max-width: 500px) {
  button.woocommerce-button.button.woocommerce-form-login__submit {
    width: auto;
  }
}

p.woocommerce-LostPassword.lost_password {
  text-align: start;
  align-items: start;
  display: flex;
  padding-left: 6px;
}

/* Optional: spacing for required field star */
.woocommerce-address-fields .required_field {
  display: inline-block;
  margin-bottom: 6px;
}

.woocommerce-account form .form-row {
  display: flex;
  flex-direction: column;
}

/* ==============================
   Search Results Page Styling
   ============================== */
.search .site-main {
  max-width: 1700px;
}

/* ---------- Page Header ---------- */
.search .page-header {
  text-align: center;
  margin-bottom: 50px;
}

.search .page-header .entry-title {
  font-size: clamp(20px, 3vw, 24px);

  color: #111;
  text-transform: capitalize;
}

.search .post .price {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.6999999881px;
  text-decoration: none;
  margin: 0px 20px;
}

.search .page-header .entry-title span {
  /* color: #ed7006; */
  text-decoration: underline;
  font-weight: 700;
}

/* ---------- Page Content ---------- */
.search .page-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 40px; */
  /* width: 90%;
  max-width: 1400px;
  margin: 10px auto 30px auto; */
  gap: 12px;
  justify-content: center;
  align-items: center;
}

/* Responsive for tablets (2 per row) */
@media (max-width: 992px) {
  .search .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive for mobile (1 per row) */
@media (max-width: 600px) {
  .search .page-content {
    grid-template-columns: 1fr;
  }
}

/* ---------- Article Cards ---------- */
.search .post {
  /* background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 300px;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

/* ---------- Image Styling ---------- */
.search .post img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 0.4s ease;
  order: 1;
  margin-bottom: 14px;
}

.search .post:hover img {
  transform: scale(1.05);
}

/* ---------- Title Styling ---------- */
.search .post .entry-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 20px;
  line-height: 1.4;
  order: 2;
}

.search .post .entry-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.search .post .entry-title a:hover {
  color: #ed7006;
}

/* ---------- Pagination ---------- */
.search .pagination {
  text-align: center;
  margin: 20px;
}

.search .pagination a {
  display: inline-block;
  background: #ed7006;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.search .pagination a:hover {
  background: #ed7006;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .search .page-content {
    gap: 24px;
  }

  .search .post img {
    height: 180px;
  }
}

@media (max-width: 500px) {
  .search .page-header .entry-title {
    font-size: 20px;
  }

  .search .post .entry-title {
    font-size: 1rem;
  }

  .search .post p {
    font-size: 0.9rem;
  }
}

/* ================================
   WooCommerce Order Received Page
   ================================ */

.woocommerce-order-received .woocommerce {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

/* Success Notice */
.woocommerce-order-received .woocommerce-notice--success {
  background: #e6f9ec;
  border-left: 4px solid #2ecc71;
  color: #2d2d2d;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* Order Overview */
.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px 20px !important;
  margin-right: 0px !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
}

/* Order Details */
.woocommerce-order-received .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.woocommerce-order-received table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
  padding: 14px 18px;
  border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received table.shop_table th {
  background: #f9f9f9;
  font-weight: 600;
  text-align: left;
}

.woocommerce-order-received table.shop_table tfoot th {
  text-align: right;
}

/* Product Name and Modal Button */
.woocommerce-order-received .product-name a {
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-order-received .show-prescription-wrap {
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  white-space: normal;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::before,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::after {
  content: none !important;
  display: none !important;
}

/* .woocommerce-order-received .show-prescription-wrap:hover {
  background: #000;
} */

/* Billing Address */
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-column__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce-order-received address {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  font-style: normal;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce {
    padding: 25px;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-order-received table.shop_table th,
  .woocommerce-order-received table.shop_table td {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------
   Main Checkout Wrapper
--------------------------------- */

/* ============================
   WooCommerce Checkout Styling
============================ */

/* ----------- Page Header ----------- */
.woocommerce-checkout .page-header {
  text-align: center;
  /*   margin-bottom: 50px; */
}

.woocommerce-checkout .entry-title {
  font-size: clamp(28px, 3vw, 40px);

  font-weight: 600;

  color: #222;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "Roboto", "Poppins", sans-serif;

  font-size: clamp(26px, 4vw, 36px);

  font-weight: 600;

  color: #222;

  margin-bottom: 40px;

  text-transform: uppercase;

  letter-spacing: 1px;

  position: relative;
}

/* ----------- Main Container ----------- */
.woocommerce-checkout .site-main {
  max-width: 1400px !important;
  margin: 0 auto;
  /*padding: 30px 15px;*/
}

/* ----------- Checkout Form Layout ----------- */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.woocommerce-checkout .col2-set {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  gap: 40px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  max-width: 48%;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 48%;
}

@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
    gap: 20px;
    /* optional: reduce gap for smaller screens */
  }

  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    max-width: 100%;
  }

  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 100%;
  }
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: 1 1 48%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* ----------- Section Titles ----------- */
.woocommerce-checkout h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.woocommerce-checkout h3.border_html::after,
.woocommerce-checkout h3#ship-to-different-address::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin-top: 10px;
  border-radius: 2px;
}

/* ----------- Form Elements ----------- */
.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px !important;
}

.woocommerce-checkout label {
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: self-start;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 0.95rem !important;
  background-color: #fafafa !important;
  transition: all 0.25s ease;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #ef7e1c;
  box-shadow: 0 0 0 2px rgba(239, 126, 28, 0.2);
  background: #fff;
}

/* Checkbox */
.woocommerce-checkout input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: gray;
  margin-right: 8px;
}

/* ----------- Order Summary & Notes ----------- */
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* ----------- Payment Section ----------- */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f9f9f9;
  border-radius: 8px;
  margin-top: 20px;
}

.woocommerce-checkout .payment_methods {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.woocommerce-checkout .payment_box {
  background: #f9f9f9;
  padding: 15px !important;
  border-radius: 8px !important;
  margin-top: 20px !important;
}

/* ----------- Order Table ----------- */
.woocommerce-checkout .cclw_order_review_table table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout .cclw_order_review_table th,
.woocommerce-checkout .cclw_order_review_table td {
  padding: 12px 10px !important;
  border-bottom: 1px solid #eee;
  text-align: center !important;
  font-size: 11px !important;
  background-color: #fff;
}

.woocommerce-checkout .cclw_order_review_table th {
  font-weight: 600;
  background: #f9f9f9;
}

.woocommerce-checkout .cclw_order_review_table td.thumb img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout .cclw_order_review_table td.total {
  font-weight: 600;
  color: #222;
}

/* Remove & Quantity Buttons */
.woocommerce-checkout .cclw_order_review_table .removepro a.cclw_remove {
  font-size: 18px;
  color: #000;
  transition: color 0.3s ease;
}

.woocommerce-checkout .cclw_order_review_table .removepro a.cclw_remove:hover {
  color: #000 !important;
}

.woocommerce-checkout .wrapper_qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.woocommerce-checkout .wrapper_qty button {
  background: #f1f1f1;
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.woocommerce-checkout .wrapper_qty button:hover {
  background: #ed700680;
  border-color: #000;
  color: #fff;
}

.woocommerce-checkout .wrapper_qty input.qty {
  width: 45px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 5px;
}

/* Product Name Details Row */
.woocommerce-checkout .cclw_order_review_table .more_details {
  text-align: left !important;
  padding: 10px 0 15px 60px !important;
  font-size: 14px;
  color: #555;
}

/* ----------- Place Order Button ----------- */
.woocommerce-checkout #place_order {
  /* background: linear-gradient(to right, #ef7e1c, #ffb05c) !important; */
  border: none;
  border-radius: 8px;
  padding: 14px 25px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.woocommerce-checkout #place_order:hover {
  /* background: linear-gradient(to right, #ffb05c, #ef7e1c); */
  transform: translateY(-2px);
  opacity: 0.95;
}

/* ----------- Two-Column Layout ----------- */
.woocommerce-checkout .cclw_opc_main.checkout-two-column-layout {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}

@media (max-width: 768px) {
  .woocommerce-checkout .cclw_opc_main.checkout-two-column-layout {
    flex-direction: column;
  }

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left,
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 0px;
  }
}

@media (max-width: 500px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 10px;
  }

  .woocommerce-checkout td.thumb {
    width: 66px !important;
    /* Image column */
  }

  .woocommerce-checkout td.cclw_qty {
    width: 110px !important;
    /* Quantity column */
  }

  .woocommerce-checkout td.total {
    width: 60px !important;
    /* Total price column */
  }

  .woocommerce-checkout td.removepro {
    width: 30px !important;
    /* Remove button column */
  }
}

.woocommerce-checkout .checkout-two-column-layout .two-column-layout-left {
  flex: 1 1 60%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.onestepcheckout-summary tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
  flex: 1 1 40%;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 5px;
  }

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left {
    padding: 5px;
  }
}

/* ----------- Other UI Enhancements ----------- */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 20px 0;
}

.woocommerce-checkout .testimonial-card {
  border-left: 5px solid #000 !important;
  max-width: max-content !important;
}

.woocommerce-checkout .woocommerce-form__label span {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.woocommerce-checkout .border_html {
  background-color: transparent;
  border-left-style: none !important;
}

/* ============================
   Responsive Design
============================ */
@media (max-width: 1024px) {

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {

  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2 {
    flex: 1 1 100%;
  }

  .woocommerce-checkout form.checkout {
    gap: 25px;
  }

  .woocommerce-checkout .cclw_order_review_table th,
  .woocommerce-checkout .cclw_order_review_table td {
    font-size: 13px;
    padding: 10px;
  }

  .woocommerce-checkout .cclw_order_review_table td.thumb img {
    width: 40px;
    height: 40px;
  }

  .woocommerce-checkout .wrapper_qty input.qty {
    width: 35px;
  }

  .woocommerce-checkout #customer_details {
    padding: 20px;
  }
}

@media (max-width: 425px) {
  .woocommerce-checkout input.input-text {
    font-size: 14px;
  }

  .woocommerce-checkout #customer_details {
    padding: 15px !important;
  }
}

/* =============== CART PAGE STYLING =============== */
.woocommerce-cart .page-content {
  padding-bottom: 40px;
  padding-top: 80px;
}

/* ---------- Page Title ---------- */
.woocommerce-cart .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Poppins", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  color: #222;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.woocommerce-cart .entry-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #000000, #333333);
  border-radius: 3px;
}

/* ---------- Cart Table ---------- */
.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-cart .woocommerce-cart-form__contents th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form__contents td {
  padding: 15px !important;
  font-size: 16px;
  color: #555;
  vertical-align: middle !important;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

/* Product Thumbnail */
.woocommerce-cart .woocommerce-cart-form__contents td a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
  line-height: 0.8;
}

.show-frame-data {
  color: #555;
  font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img {
  width: 100%;
  max-width: 80px;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-thumbnail img:hover {
  transform: scale(1.05);
}

/* Product Remove Button */
/* .woocommerce-cart table.shop_table .product-remove a {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5' y1='5' x2='19' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19' y1='5' x2='5' y2='19' stroke='%23ed7006' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat center/contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.woocommerce-cart table.shop_table .product-remove a:hover {
  transform: rotate(90deg) scale(1.2);
  opacity: 0.8;
} */
.woocommerce a.remove {
  color: #000 !important;
  font-size: 20px !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #000;
}

/* Quantity Input */
.woocommerce-cart .quantity input.qty {
  width: 60px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  transition: 0.3s ease;
}

.woocommerce-cart .quantity input.qty:focus {
  border-color: #ed7006;
  outline: none;
}

/* ---------- Cart Actions ---------- */
.woocommerce-cart .actions {
  background: #f9f9f9;
  padding: 20px 15px;
  border-radius: 0 0 8px 8px;
}

.woocommerce-cart .actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.woocommerce-cart #coupon_code {
  flex: 1;
  min-width: 180px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border 0.3s ease;
}

.woocommerce-cart #coupon_code:focus {
  border-color: #ed7006;
  outline: none;
}

.woocommerce-cart .button {
  background: linear-gradient(90deg, #ed7006, #ff9a3c);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
}

.woocommerce-cart .button:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #ff8500, #ffa74a);
}

/* ---------- Cart Totals ---------- */

.woocommerce-cart .cart_totals {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  max-width: 48%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.custom-cart-sidebar-wrapper {
  max-width: 50%;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.woocommerce-cart .cart_totals table {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}

.woocommerce-cart .cart_totals td {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
  text-align: end;
}

.woocommerce-cart .cart_totals .order-total strong {
  color: #000;
  font-size: 18px;
}

a.shipping-calculator-button {
  color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 80%;
  /* background: linear-gradient(90deg, #ed7006, #ff9a3c); */
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.3s ease;
  background: linear-gradient(180deg, #fcde96 0%, #f5ab00 100%);
  color: #000 !important;
  border: 1px solid #8c8c8c;
  font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(-3px);
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form__contents th {
    font-size: 13px;
  }

  .woocommerce-cart .woocommerce-cart-form__contents td {
    padding: 10px !important;
  }

  .woocommerce-cart .cart-collaterals {
    flex-direction: column !important;
    align-items: center;
  }

  .woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100%;
  }

  .custom-cart-sidebar-wrapper {
    max-width: 1000%;
  }

  .woocommerce-cart .actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.woocommerce-info {
  background-color: #e8f4fc;
  /* light blue info background */
  border-left: 4px solid #1e85be;
  /* WooCommerce blue accent */
  color: #1e1e1e;
  /* padding: 14px 20px; */
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  white-space: nowrap;
}

.woocommerce-info a.showcoupon {
  color: #1e85be;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease;
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: flex-end;
}

.woocommerce-info a.showcoupon:hover {
  color: #155d87;
  text-decoration: none;
}

@media (max-width: 768px) {
  .woocommerce-info {
    align-items: normal;
    flex-direction: column;
  }

  .woocommerce-info a.showcoupon {
    justify-content: normal;
  }
}

.woocommerce-message {
  background-color: #e8fcee;
  /* soft green background */
  border-left: 4px solid #4caf50;
  /* green success accent */
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  /* white-space: nowrap;
  padding: 14px 20px; */
}

.woocommerce-message a.button.wc-forward {
  background-color: #4caf50;
  /* success green button */
  color: #fff !important;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 16px;
  margin-left: auto;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-message a.button.wc-forward:hover {
  background-color: #3d8c40;
}

@media (max-width: 768px) {
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
  }

  .woocommerce-message a.button.wc-forward {
    margin: 10px 0 0;
    align-self: flex-start;
  }
}

.woocommerce-error {
  background-color: #fdecea;
  /* soft red background */
  border-left: 4px solid #e53935;
  /* red accent */
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: normal;
  /* white-space: nowrap;
  padding: 14px 20px; */
  list-style: none;
}

.woocommerce-error li {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    white-space: normal;
  }
}

.woocommerce-notices-wrapper :focus,
.woocommerce-notices-wrapper :focus-visible,
.woocommerce-message :focus,
.woocommerce-message :focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: auto;
  justify-content: center;
  display: flex;
}

.prescription-detail-wrapper h3 a {
  font-size: 19px;
  color: #ed7006;
  text-decoration: none;
}

.modal-header .btn-close {
  background-color: #fff;
  text-decoration: none;
  border: none;
}

table.enter_online_data {
  border: 1px solid;
}

/* BLOG PAGE DESIGN */
.blog main.site-main {
  max-width: 1500px;
}

/* Page header */
.blog .page-header {
  text-align: center;
  margin-bottom: 30px;
}

.blog .page-header .entry-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-top: 65px;
  display: none;
}

.blog .page-header .entry-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #ed7006;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Post layout */
.blog .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px;
  padding: 0px 40px;
}

/* Each article card */
.blog .post {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Featured image */
.blog .post img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Post title */
.blog .post .entry-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin: 18px 20px 10px;
  color: #111;
  order: 2;
}

.blog .post .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Post excerpt */
.blog .post p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 20px 25px;
  order: 3;
}

.blog .post p a {
  color: #ed7006;
}

/* Pagination */
.blog .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}

.single-post .post .wp-post-image {
  object-fit: contain;
  margin-bottom: 20px;
}

.blog .pagination a {
  display: inline-block;
  background-color: #ed7006;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* SINGLE POST DESIGN */
.single-post main.site-main {
  max-width: 1600px;
  padding-top: 100px;
}

/* Page header */
.single-post .page-header {
  text-align: center;
  margin-bottom: 50px;
}

.single-post .page-header .entry-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Content paragraphs */
.single-post .page-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  /*   color: #555; */
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333 !important;
}

/* Headings inside post */
.single-post .page-content h2,
.single-post .page-content h3 {
  font-weight: 700;
  color: #111;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.single-post .page-content h3 {
  font-size: clamp(18px, 2.2vw, 24px);
}

/* Links inside post */
.single-post .page-content a {
  color: #ed7006;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.single-post .page-content a:hover {
  color: #ed7006;
}

/* Strong text */
.single-post .page-content strong {
  font-weight: 600;
}

/* Comments Section */
.single-post #comments {
  margin-top: 70px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

.single-post #comments h2.comment-reply-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.single-post .comment-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.single-post .comment-form textarea,
.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.single-post .comment-form textarea:focus,
.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form input[type="email"]:focus {
  border-color: #ed7006;
  outline: none;
}

.single-post .comment-form .submit {
  background-color: #ed7006;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-post .logged-in-as a {
  color: #ed7006;
}

.single-post .comment-form .submit:hover {
  background-color: #ed7006;
  transform: translateY(-2px);
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .single-post main.site-main {
    padding: 65px 15px;
  }

  .single-post .page-content h3 {
    font-size: 20px;
  }
}

button.specfit_tryon_btn.button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ed7006, #ff914d);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  /* text-transform: uppercase; */
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(237, 112, 6, 0.3);
  overflow: hidden;
}

button.specfit_tryon_btn:hover {
  background: linear-gradient(135deg, #d85f05, #ff7a2e) !important;
  box-shadow: 0 8px 20px rgba(237, 112, 6, 0.4) !important;
  transform: translateY(-2px);
  color: #fff !important;
}

button.specfit_tryon_btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(237, 112, 6, 0.3);
}

button.specfit_tryon_btn.button {
  left: 18px;
  top: 18px;
  position: absolute;
  z-index: 98;
}

.products.columns-4 .specfit_tryon_btn.button {
  left: 37%;
  top: 86%;
}

.products.columns-4 .specfit_tryon_btn.button {
  width: 25%;
}

.error404 .site-main {
  min-height: 45vh;
  text-align: center;
  padding: 60px 20px;
}

.error404 .page-header h1 {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.error404 .page-content p {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

.error404 .page-content a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ed7006;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.error404 .page-content a:hover {
  background-color: #d15a00;
}

@media (min-width: 768px) {
  .contentBbox_main_product_row .option-price {
    width: 12%;
  }

  .option-description {
    width: 88%;
  }
}

@media (max-width: 767px) {
  .tocart-form.h-full .product-promo-features {
    display: flex;
    justify-content: center;
  }
}

.woocommerce-privacy-policy-text p a {
  color: #000 !important;
}

.blog-section {
  padding: 60px 20px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.bloglist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.bloglistbx {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 30px;
  font-family: "Lato", sans-serif;
}

.bloglistbx h2 a {
  font-size: 20px;
  color: #ed7006;
  font-family: "Lato", Poppins;
  text-decoration: none;
}

.blogimg {
  overflow: hidden;
  position: relative;
}

.blogimg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bloglistbx h2 {
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}

.bloglistbx .date {
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}

.blogcontent {
  padding: 20px;
  flex-grow: 1;
}

.blogcontent h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blogcontent h2 a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blogcontent .date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blogcontent p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .blogcontent h2 {
    font-size: 18px;
  }

  .blogimg img {
    height: 200px;
  }
}

.custom-cart-sidebar {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Wrapper ensures image + content align perfectly */
.feature-icon .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center;
  gap: 10px;
  /* Space between image and text */
  width: 100%;
  max-width: 300px;
  /* Optional â€“ can be adjusted based on design */
  margin: 0 auto;
}

/* Image container responsiveness */
.feature-icon .elementor-image-box-img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  /* Prevents too tall images */
  object-fit: contain;
  /* Keeps image ratio perfectly */
  display: block;
}

/* Text style */
.feature-icon .elementor-image-box-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #000;
  /* Change as per your design */
}

/* âœ… Responsive adjustments */
@media (max-width: 768px) {
  .feature-icon .elementor-image-box-wrapper {
    max-width: 100%;
    gap: 8px;
  }

  .feature-icon .elementor-image-box-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .feature-icon .elementor-image-box-title {
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  .footer-section .elementor-heading-title {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .footer-section .elementor-heading-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    transition: transform 0.3s ease;
  }

  .footer-section .elementor-heading-title.active::after {
    content: "-";
  }

  /* Smooth open/close effect */
  .footer-section nav {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer-section nav.hfe-nav-menu__layout-vertical {
    width: 100% !important;
    left: 0 !important;
  }
}

.form-input-wrap .option-select-content2 label input[type="checkbox"]:checked {
  border: 3px solid #000;
  width: 25px;
  /*   box-shadow: 0 0 12px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.2) inset; */
  transform: scale(1.12);
  transition: 0.2s ease;
}

button#confirm_image {
  height: 2.6rem;
  padding: 0 3em;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 2.6rem;
  border: none;
  background: #222529;
  color: #fff;
  border-radius: 3px;
}

/* ===== Modal Wrapper (Optional) ===== */
.video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ===== Modal Content ===== */
.video-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 850px;
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.35s ease;
  overflow: hidden;
}

/* Smooth Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Close Button ===== */
.video-modal .close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding-bottom: 13px;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  z-index: 9;
}

.video-modal .close-modal:hover {
  background: #f1f1f1;
  transform: rotate(90deg);
}

/* ===== Video Container ===== */
.video-modal .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-modal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===== Error Message Style ===== */
.video-modal #errorMessage {
  background: #111;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  color: #fff;
}

.video-modal .close-modal:hover {
  color: #ed7006;
}

.video-modal #errorMessage a {
  background: #ff0000;
  padding: 10px 22px;
  border-radius: 6px;
  transition: 0.2s;
  text-decoration: none;
}

.video-modal #errorMessage a:hover {
  background: #ed7006;
}

/* Desktop Default */
.banner_container {
  width: 100%;
  height: auto;
  /* Desktop ma natural height */
  overflow: hidden;
}

.banner_container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* MOBILE FIX (375px, 414px, 430px etc.) */
@media (max-width: 480px) {
  .banner_container {
    width: 100% !important;
    height: 50vh !important;
    /* Full mobile height */
    overflow: hidden !important;
  }

  .banner_container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

.page-content .woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

.site-main .page-content .woocommerce-error {
  background-color: #fdecea;
  border-left: 4px solid #b81c23;
  border-top-color: #b81c23 !important;
  color: #1e1e1e;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  /* display: flex; */
  align-items: start;

  gap: 5px;
  justify-content: normal;
  list-style: none;
  /* display: block; */
  width: 100%;
  flex-direction: column;
}

.woocommerce-checkout ul.woocommerce-error {
  display: none;
}

.option-select-content2 input[type="checkbox"] {
  position: absolute;
}

.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form .woocommerce-invalid select {
  border: 1px solid #a00 !important;
  box-shadow: none;
}

p.wc-ppcp-cart-or {
  display: none;
}

.tocart-form {
  padding-top: 100px;
}

.woocommerce-cart .cart-collaterals {
  flex-direction: row-reverse;
}

.woocommerce-cart .woocommerce-shipping-totals {
  display: none !important;
}

/* .custom-attr-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.attr-left table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
}

.attr-left th,
.attr-left td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}

.image-inner-part ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-part-right-main-attr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.width-part {
  font-weight: 600;
}

.image-part-right-main-attr img {
  width: 50px;
  height: auto;
}
 */

/* .woocommerce-Tabs-panel--additional_information h2
{
display:none; */
/* } */

/* .shipping-total {
    display: none;
} */

/* Hide all shipping methods inside this parent */

/* .prescription-image-preview  img  {  
 margin-right : 30px; 
} 
 */
.prescription-image-preview #remove_image {
  padding: 6px;
  position: absolute;
  right: -24px;
  width: 22px;
  height: 28px;
  line-height: 17px;
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.woocommerce-cart .prescription-image-preview #remove_image,
.woocommerce-checkout .prescription-image-preview #remove_image {
  display: none;
}

.prescription-image-preview img {
  margin-right: 2px;
  width: 47px !important;
}

li.p_image {
  display: inline-block !important;
}

.p_image p.prescription-image-preview {
  margin-left: 25px;
}

.cclwminus,
.cclwplus {
  display: none;
}

.yith-wcan-filter[data-taxonomy="filter_shape"] {
  display: none;
}

#cclw_payment_section #place_order {
  width: 80%;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  transition: transform 0.3s ease;
  background: #dc0000;
  border: 1px solid #dc0000;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

#cclw_payment_section #place_order:hover {
  background: #fff;
  color: #dc0000 !important;
}

ul#shipping_method {
  text-align: left !important;
  margin: 10px 10px 37px !important;
}

.wc_payment_method label[for="payment_method_ppcp-card-button-gateway"]::after {
  content: "";
  display: inline-block;
  background-image: url(https://rxsportuk.contentmanagement.se/wp-content/uploads/2025/11/payment_logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 26px;
  margin-left: 8px;
  vertical-align: middle;
}

.woocommerce-checkout label.required_field::after {
  content: " *";
  color: red;
  /* make it red */
  margin-left: 2px;
  font-weight: bold;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none;
}

div#ppc-button-ppcp-gateway {
  padding-bottom: 10px;
  display: block !important;
}

.wc-ppcp-checkout-container {
  display: block !important;
}

li.wc_payment_method.payment_method_ppcp {
  display: none !important;
}

input#payment_method_ppcp_card {
  display: none;
}

.wc-ppcp-checkout-container {
  padding: 10px 0px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin: 0 auto;
  width: 100%;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: none;
}

.wc-proceed-to-checkout {
  display: flex;
  flex-direction: column-reverse;
}

.or {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  /*   font-size: 1.25em; */
  padding: 1em;
  margin: 0 auto;
  width: 100%;
  height: 3.5em;
}

body.woocommerce-order-received .page-header,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received h1.entry-title {
  display: none !important;
}

.swiper-btn .elementor-swiper-button.elementor-swiper-button-prev {
  padding: 10px;
}

.swiper-btn .elementor-swiper-button.elementor-swiper-button-next {
  padding: 10px;
}

.elementor-28762 a.elementor-element.elementor-element-18c5827,
.elementor-28762 a.elementor-element.elementor-element-2b547d6,
.elementor-28762 a.elementor-element.elementor-element-1b6b499,
.elementor-28762 a.elementor-element.elementor-element-b177f70,
.elementor-28762 a.elementor-element.elementor-element-5a7256a {
  text-decoration: none !important;
}

.page-content a.e-con.e-child,
.page-content a.e-con.e-child * {
  text-decoration: none !important;
}

.page-content a.e-con.e-child .elementor-icon-box-title {
  margin-block-end: 0 !important;
  margin-bottom: 0.8rem !important;
}

.the-flex-p p {
  display: flex;
  gap: 10px;
  align-items: center;
}

span.contact-link {
  font-size: 20px;
  font-weight: 400;
}

.contact-link a {
  text-decoration: none;
  color: #333333;
  line-height: 1.2;
  font-size: 20px;
}

.elementor-social-icons-wrapper.elementor-grid {}

.elementor-social-icons-wrapper.elementor-grid {
  display: none;
}

/* ================= RESET (ONLY INSIDE SECTION) ================= */
.promise-contact-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= MAIN SECTION ================= */
.promise-contact-wrapper {
  background-color: #ffffff;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, sans-serif;
}

.promise-contact-wrapper .promise-section {
  padding: 60px 40px;
  /*     max-width: 100%; */
  margin: 0 auto;
}

/* ================= TITLE ================= */
.promise-contact-wrapper .promise-title {
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* ================= PROMISE GRID ================= */
.promise-contact-wrapper .promise-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1400px;
  /*     margin: 0 auto 80px; */
  padding: 20px 0px 60px 0px;
  border-bottom: 1px solid rgb(172, 172, 172);
}

.promise-contact-wrapper .promise-item {
  text-align: center;
  min-width: 250px;
}

.promise-contact-wrapper .promise-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-contact-wrapper .promise-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promise-contact-wrapper .promise-text {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

/* ================= DIVIDER ================= */
.promise-contact-wrapper .divider {
  border: none;
  border-top: 1px solid #d0d0d0;
  margin: 0 auto 60px;
  max-width: 100%;
}

/* ================= CONTACT SECTION ================= */
.promise-contact-wrapper .contact-section {
  text-align: center;
  padding: 0 20px;
}

.promise-contact-wrapper .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 60px 20px;
  border-bottom: 1px solid rgb(172, 172, 172);
}

.promise-contact-wrapper .contact-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-right: 15px;
}

.promise-contact-wrapper .contact-info {
  font-size: 18px;
  color: #000;
  padding: 0 20px;
}

.promise-contact-wrapper .contact-divider {
  font-size: 18px;
  color: #000;
  padding: 0 5px;
}

.promise-contact-wrapper .contact-label {
  font-weight: 700;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .promise-contact-wrapper .promise-grid {
    /*         flex-direction: column; */
    gap: 0px !important;
    justify-content: start !important;
    align-items: center;
    flex-direction: row !important;
  }

  .promise-contact-wrapper .contact-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .promise-contact-wrapper .contact-divider {
    display: none;
  }
}

.promise-grid p.promise-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #000;
}

/* ================= post grid sectionin detailed page ================= */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 60px 0;
}

/* ================= SECTION ================= */
.related-articles-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: #000;
}

/* ================= SLIDER WRAPPER ================= */
.slider-container {
  position: relative;
}

/* ================= DESKTOP GRID ================= */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 80px;
}

/* ================= CARD ================= */
.article-card {
  background: #fff;
}

.article-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-content {
  padding: 30px 0;
}

.article-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.read-more-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #000;
  color: #fff;
}

/* ================= ARROWS ================= */
.slider-btn {
  position: absolute;
  top: 180px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 60px;
  }

  .slider-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* ================= MOBILE â€“ REAL SLIDER ================= */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  /* Slider layout */
  .articles-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }

  .articles-grid::-webkit-scrollbar {
    display: none;
  }

  .article-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .article-image {
    height: 250px;
  }

  .article-title {
    font-size: 20px;
  }

  .article-description {
    font-size: 14px;
  }

  /* Smaller arrows */
  .slider-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
    top: 130px;
  }
}

/* ================= FAQ SECTION ================= */
.faq-section {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* ================= FAQ ITEM ================= */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

/* ================= QUESTION ================= */
.faq-question {
  background: #f7f7f7;
  padding: 18px 55px 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  transition: background 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.faq-question:hover {
  background: #eeeeee;
}

/* Plus icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
  color: #000;
  transition: transform 0.3s ease;
}

/* ================= ANSWER ================= */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ================= ACTIVE STATE ================= */
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px 20px 20px;
}

.faq-item.active .faq-question::after {
  content: "â€“";
  font-size: 26px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
    padding: 16px 45px 16px 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

.category-extra-content div {
  text-align: center;
  line-height: 1.5;
}

.category-extra-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .category-extra-content h2 {
    font-size: 20px;
    font-weight: 800;
  }
}

.article-content .article-title a {
  background: transparent;
  color: #282828;
  text-decoration: none;
}

.category-related-products-text .slider-container p {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
}

.category-related-products-text .articles-grid .article-content a.read-more-btn:hover {
  text-decoration: none;
}

.top-bar-row .elementor-widget-container {
  display: flex;
  gap: 20px;
}

.top-bar-row p {
  margin: 0px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.top-bar-row p:first-of-type {
  border-left: none;
  padding-left: 0;
}

.promise-contact-wrapper .promise-grid {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.promise-grid .promise-item {
  border-left: 1px solid #000;
  padding: 20px 20px 20px 20px;
}

.promise-grid .promise-item:first-child {
  border-left: none;
}

.hfeed .category-extra-content {
  text-align: center !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 15px !important;
}

.promise-contact-wrapper .promise-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on.mega-menu-megamenu ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    padding: 0px !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
  display: none !important;
}

.arrow-move img {
  transition: transform 0.5s ease;
}

.arrow-move:hover img {
  transform: scale(1.08);
}

.arrow-move .elementor-icon {
  transition: transform 0.4s ease;
}

.arrow-move:hover .elementor-icon {
  transform: translateX(14px);
}

.arrow-move img,
.arrow-move .elementor-icon-box {
  will-change: transform;
}

/* 
.woocommerce-notices-wrapper {
    padding-top: 70px !important;
}
 */

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description {
    display: flex;
    flex-direction: column-reverse;
  }
}

.woocommerce-product-gallery .flex-viewport {
  /*     max-height: 600px !important; */
  object-position: center center !important;
}

@media (max-width: 767px) {
  .term-description {
    position: relative;
  }

  .term-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 3 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .term-description.expanded p {
    -webkit-line-clamp: unset;
  }

  .read-toggle {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .read-toggle-final {
    margin-top: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .read-toggle-final .arrow {
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    display: inline-block !important;
    transform: rotate(45deg);
    transition: transform 0.4s ease !important;
  }

  .read-toggle-final.active .arrow {
    transform: rotate(-135deg);
  }
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open~button.mega-close {
  visibility: visible;
  opacity: 1;
  left: calc(min(100vw - 40px, 220px)) !important;
  right: auto;
}

/* Add to Wishlist Button - Simple CSS */

.yith-wcwl-add-button .add_to_wishlist {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;

  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.yith-wcwl-add-button .add_to_wishlist:hover {
  /*   background: #1a1a1a !important; */
  border-color: #1a1a1a !important;
  color: #000 !important;
  transform: translateY(-1px) !important;
  background: transparent !important;
  /*   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important; */
}

.yith-wcwl-add-button .yith-wcwl-icon-svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #1a1a1a !important;
  stroke-width: 1.5 !important;
  fill: none !important;
  transition: all 0.3s ease !important;
}

.yith-wcwl-add-button .add_to_wishlist:hover .yith-wcwl-icon-svg {
  stroke: white !important;
  fill: #1a1a1a !important;
  transform: scale(1.1) !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  flex-direction: row;
}

.yith-wcwl-wishlistaddedbrowse {
  flex-direction: row;
}

.yith-wcwl-wishlistaddedbrowse span.feedback {
  background: #000000 !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  width: auto !important;
  justify-content: space-evenly !important;
  letter-spacing: 1.5px !important;
  font-size: 14px !important;
}

table.wishlist_table td.product-thumbnail img {
  width: 120px;
  max-width: 120px;
  height: auto;
}

/* Mobile Slider */
@media (max-width: 767px) {
  .proposition-box {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 10px;
  }

  .proposition-box::-webkit-scrollbar {
    display: none;
  }

  .proposition-box .benefit-item {
    min-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
  }
}

/* .woocommerce-product-gallery .flex-viewport{
	padding:20px 0px;
} */
/* @media (max-width: 767px) {
    .woocommerce-product-gallery .flex-viewport {
        height: 368px !important;
    }
} */
@media (max-width: 767px) {
  .additional-info-wrapper .product-add-to-cart {
    display: none;
  }
}

.collection-main-wrapper .yith-wcan-filter .filter-content ul.filter-items.filter-checkbox.level-0 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.collection-main-wrapper .yith-wcan-filter ul.filter-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .product-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.single-product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
  padding: 0px;
}

.single .product .entry-summary .custom-cart-wrapper.sticky-wrapper.desktop {
  position: relative;
  z-index: 9;

  top: 0px;
}

/*  @media (max-width: 767px) {
    .woocommerce-product-gallery .flex-viewport {
        height: 220px !important;
    }
} */
.short-description .title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.custom-wishlist-wrapper .custom-wishlist-item a {
  text-decoration: none !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 600;
}

.wishlist-title-container {
  text-align: center;
}

.wishlist-title-container .wishlist-title {
  margin-top: 50px;
}

.custom-wishlist-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.custom-wishlist-title {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 50px;
}

.custom-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

@media (max-width: 768px) {
  .custom-wishlist-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.custom-wishlist-item img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.custom-wishlist-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-wishlist-item .price {
  font-size: 18px;
  font-weight: 600;
}

.wishlist-empty {
  text-align: center;
  font-size: 18px;
  padding: 40px 0;
}

.collection-main-wrapper .products-wrapper form.woocommerce-ordering {
  display: none !important;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  align-items: center;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  padding: 15px;
}

@media (max-width: 1199px) {
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  padding: 20px;
  box-sizing: border-box;
}

/* PAYPAL IFRAME */
body.woocommerce-cart .wc-proceed-to-checkout .wc-ppcp-cart-payments__container.above .wc-ppcp-cart-button-container iframe {
  border-radius: 5px !important;
}

body.woocommerce-cart .woocommerce-cart-form+.cart-collaterals .wc-proceed-to-checkout .wc-ppcp-cart-button-container {
  width: 60% !important;
  margin: 0 auto !important;
}

/* STOP PAYPAL BUTTON STICKY BEHAVIOR */
body.woocommerce-cart .wc-ppcp-cart-payments__container {
  position: static !important;
  top: auto !important;
  z-index: 0;
}

/* JUST IN CASE */
body.woocommerce-cart .wc-ppcp-cart-button-container {
  position: static !important;
  z-index: 0;
}

@media (min-width: 881px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 10px !important;
  }
}

/* Common fixed size for all mega menu widget images */
.mega-menu-row ul.mega-sub-menu {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
  width: 300px !important;
  height: 200px !important;
  object-fit: cover;
  display: block;
}

.mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
  width: 100%;
  height: 200px;
  /* fixed height */
  object-fit: cover;
}

@media (min-width: 1024px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:first-child:not(:only-child) {
    border-right: 1px solid #e5e7eb !important;
    padding-right: 20px !important;
    margin-right: 20px !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: transparent !important;
  color: inherit !important;
}

@media (max-width: 768px) {
  .woocommerce-notices-wrapper {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .contact-wrapper {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  section.related.products {
    margin: 40px 0px;
  }
}

@media (max-width: 768px) {
  .custom-attr-section .attr-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .promise-section {
    padding: 20px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .promise-contact-wrapper .promise-title {
    margin: 0;
  }
}

.promise-section hr.divider {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-cart .cart_totals {
    margin-bottom: 24px;
  }
}

/* ===== Mobile Slider ===== */
/* ===== Promise Infinite Slider (Mobile Only) ===== */
/* ================= MOBILE INFINITE SLIDER ================= */
/* ================= FIXED MOBILE SLIDER ================= */
@media (max-width: 768px) {
  .promise-section-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .promise-grid {
    display: flex !important;
    transition: transform 0.4s ease;
    border: none !important;
  }

  .promise-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.mega-sub-menu .mega-menu-link .mega-description-group span.mega-menu-description {
  display: none;
}

/*-----safety-glasses------------*/
.asd-wpsorter-custom-order-notice small {
  display: none;
}

@media (max-width: 1186px) {
  .mega-menu.max-mega-menu .mega-menu-column .widget_media_image img {
    object-fit: contain;
  }
}

.mega-sub-menu a.mega-menu-link {
  font-size: 16px !important;
  color: #000000 !important;
  font-family: "Lato" !important;
}

/* 1026px and above â†’ border */
@media (min-width: 1026px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:nth-child(2):not(:only-child) {
    border-right: 1px solid #e5e7eb !important;
  }
}

/* 1025px and below â†’ remove border */
@media (max-width: 1025px) {
  .mega-menu.max-mega-menu .mega-sub-menu>.mega-menu-column:first-child:not(:only-child) {
    border-right: none !important;
  }
}

.mega-sub-menu .mega-menu-column .mega-sub-menu a.mega-menu-link {
  padding: 0 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
  display: flex;
  align-items: center;
  gap: 1px !important;
  transition:
    background 200ms linear,
    color 200ms linear,
    border 200ms linear;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #000 !important;
  font-weight: 500 !important;
  /*   font-size: 14px !important; */
}

@media (min-width: 1026px) and (max-width: 1121px) {
  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link {
    font-size: 13px !important;
  }
}

@media (min-width: 1026px) and (max-width: 1121px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 13px !important;
  }
}

/* 1377px to 1181px */
@media (min-width: 1181px) and (max-width: 1377px) {

  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 15px !important;
  }
}

/* 1180px to 1026px */
@media (min-width: 1026px) and (max-width: 1180px) {

  .mega-menu-item a.dashicons-arrow-down-alt2.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 13px !important;
  }
}

/* Default (Desktop) */
.error404 .page-header h1 {
  font-size: clamp(25px, 3vw, 40px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 100px;
}

/* Tablet */
@media (max-width: 1024px) {
  .error404 .page-header h1 {
    padding-top: 50px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .error404 .page-header h1 {
    padding-top: 50px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .error404 .page-header h1 {
    padding-top: 25px;
  }
}

.blog .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px;
  padding: 0 40px;
}

/* Tablet */
@media (max-width: 1024px) {
  .blog .page-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
    gap: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .blog .page-content {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 25px;
  }
}

/* Frame */
/* Face Images */

.frame-face-shapes .face-img {
  display: none;
}

.frame-face-shapes .face-img.active {
  display: block;
}

/* Left Content */

.frame-face-shapes .shape-content {
  border: 2px solid transparent;
  padding: 15px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.frame-face-shapes .shape-content.active {
  border-color: #000;
}

/* Buttons */

.frame-face-shapes .shape-btn {
  border: 2px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}

.frame-face-shapes .shape-btn.active {
  border-color: #000;
}

.face-show-nav {
  max-width: 371px;
}

/* Parent */
.frame-face-shapes .face-shapes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

/* Button Layout */
.frame-face-shapes .shape-btn {
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

/* Icon space */
.frame-face-shapes .shape-btn::before {
  content: "";
  width: 40px;
  height: 52px;
  display: block;
  background-image: url("/wp-content/uploads/face-shapes-icons.png");
  /* icon sprite */
  background-repeat: no-repeat;
}

/* Individual icons */
.frame-face-shapes .shape-btn[data-shape="oval"]::before {
  background-position: -14px -9px;
}

.frame-face-shapes .shape-btn[data-shape="square"]::before {
  background-position: -14px -88px;
}

.frame-face-shapes .shape-btn[data-shape="round"]::before {
  background-position: -14px -164px;
}

.frame-face-shapes .shape-btn[data-shape="triangle"]::before {
  background-position: -14px -251px;
}

.frame-face-shapes .shape-btn[data-shape="heart"]::before {
  background-position: -14px -329px;
}

/* Active style */
.frame-face-shapes .shape-btn.active {
  border-bottom: 2px solid #000;
}

/* 
/* Desktop */
#page .site-main .page-header {
  padding-top: 90px;
}

/* Laptop */
@media (max-width: 1200px) {
  #page .site-main .page-header {
    padding-top: 90px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  #page .site-main .page-header {
    padding-top: 55px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #page .site-main .page-header {
    padding-top: 40px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #page .site-main .page-header {
    padding-top: 40px;
  }
}

.woocommerce-product-gallery .flex-viewport {
  max-height: 440px !important;
  width: 100% !important;
}

.woocommerce-product-gallery .flex-viewport img {
  max-height: 447px;
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

.payment_method_ppcp_card img {
  margin: 0px !important;
}

.tocart-form.h-full {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .tocart-form.h-full {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .wishlist-title-container .wishlist-title {
    margin-top: 0;
  }
}

.woocommerce-products-header .collection-description .term-description .description .title h1 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  text-transform: unset;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.woocommerce-products-header .collection-description .term-description .description p {
  font-size: 19px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description .term-description .description .title h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce-products-header .collection-description .term-description .description p {
    font-size: 14px;
    font-weight: 700;

  }
}

.custom-cart-sidebar .review-content .sale a {
  text-transform: capitalize;
  color: #33c5fb;
  border: 1px solid #33c5fb;
  padding: 10px 20px;
  font-size: 13px;
  /*     font-weight: 700 !important; */
  text-decoration: none;
}

.review-content .reviews-badges img {
  width: 120px;
  height: 48px;
}

.custom-cart-sidebar .review-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-cart-sidebar-wrapper .review-content .reviews-badges {
  padding: 0px;
}

.woocommerce-checkout {
  padding: 0 !important;
}


body.woocommerce-cart {
  padding: 0;
}

body.woocommerce-cart main#content {
  padding: 0px 15px;
}

@media (max-width: 1280px) {
  .custom-cart-sidebar {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .product-promo-features {
    display: flex;
    justify-content: start;
  }
}

@media (max-width: 1024px) {
  .custom-cart-sidebar .review-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .woocommerce-cart-form__cart-item .product-name button.btn.btn-primary.show-prescription-wrap {
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 767px) {
  td.product-name::before {
    display: none;
  }
}

/* =========================
   Global link cleanup
========================= */
.neat-content,
.neat-content a,
.comments-area a,
.page-content a {
  text-decoration: none !important;
}

/* =========================
   Card
========================= */
.neat-card {
  display: block;
  color: #222;
}

/* =========================
   Image
========================= */
.neat-image {
  overflow: hidden;
}

.neat-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.neat-card:hover img {
  transform: scale(1.05);
}

/* =========================
   Content
========================= */
.neat-content {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}

.neat-title {
  font-family: "Lato", Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

/* =========================
   Arrow
========================= */
.neat-arrow svg {
  width: 30px;
  height: 30px;
  fill: #222;
  vertical-align: middle;
  transition: transform 0.4s ease;
}

.neat-card:hover .neat-arrow svg {
  transform: translateX(14px);
}

/* =========================
   Slider wrapper
========================= */
.neat-slider-wrapper {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

.neat-slider-wrapper .neat-arrow {
  font-size: 18px;
}

/* =========================
   Swiper Navigation
========================= */
.neat-slider-wrapper .swiper-button-prev,
.neat-slider-wrapper .swiper-button-next {
  background: #222529;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.neat-slider-wrapper .swiper-button-prev::after,
.neat-slider-wrapper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.neat-slider-wrapper .swiper-button-prev {
  left: 10px;
}

.neat-slider-wrapper .swiper-button-next {
  right: 10px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .neat-image img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .neat-image img {
    height: 220px;
  }

  .neat-content {
    font-size: 14px;
  }
}

.neat-card:hover .neat-content {
  color: #222 !important;
}

.neat-slider-wrapper {
  opacity: 0;
  visibility: hidden;
}

.neat-slider-wrapper.swiper-initialized {
  opacity: 1;
  visibility: visible;
  transition: opacity .1s ease;
}

@media (min-width: 769px) {
  header.woocommerce-products-header {
    padding-top: 70px;
  }
}

.woocommerce-order .woocommerce-notice--success+div p:nth-of-type(1),
.woocommerce-order .woocommerce-notice--success+div p:nth-of-type(2) {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-order {
  padding-top: 70px;
}

@media (max-width:1024px) {
  body.woocommerce-order-received .woocommerce-order {
    padding-top: 20px;
  }
}

.wishlist-title-container {
  display: none;
}

@media (max-width:767px) {
  .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    font-size: 18px;
  }
}

body.single-product {
  padding: 0;
}

body.tax-product_cat {
  padding: 0;
}

body {
  padding: 0;
}

@media (max-width: 392px) {
  .custom-cart-sidebar .review-content .sale a {
    font-size: 12px;
  }
}

@media (max-width:991px) {
  body.woocommerce-cart main#content {
    padding: 5px 15px;
    max-width: 100%;
  }
}

.content-area .site-main .product {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .content-area .site-main .product {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .collection-description {
    margin-top: 0px;
  }
}

@media (min-width: 1366px) {
  .hfeed .category-extra-content {
    width: 1180px !important;
    margin: 0 auto !important;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

@media (max-width: 1200px) {
  .hfeed .category-extra-content {
    width: auto !important;
  }
}

.category-extra-content .short-description p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.6;
}

.woocommerce-products-header .collection-description .term-description {
  padding: 0 10px;
}

.collection-main-wrapper {
  padding: 0 10px;
}

.category-faq-section h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
  font-weight: 800;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width:560px) {
  .woocommerce-product-gallery .flex-viewport img {
    max-height: 447px;
    width: 100% !important;
    height: auto;
    object-fit: cover !important;
  }
}

@media (max-width:470px) and (min-width: 370px) {
  .banner_container {
    min-height: 349px;
  }
}

.woocommerce-cart .entry-title {
  display: none;
}

.policy_content .elementor-widget-container {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.helvetica-all {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-se;
}

.helvetica-all h2.elementor-heading-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-se !important;
  font-weight: 700;
  color: #000;
}

.woocommerce-loop-product__title:hover {
  color: #4ca3bf;
}

.single-product-wishlist .yith-wcwl-add-button .add_to_wishlist {
  border: 0px !important;
}

.custom-wishlist-wrapper .custom-wishlist-grid .custom-wishlist-item a:hover {
  color: #4ca3bf;
}

.top-bar-row p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 1419px) and (min-width: 1378px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
  }
}

.mega-menu-wrap ul#mega-menu-max_mega_menu_1 {
  gap: 10px;
}

@media (max-width: 1222px) and (min-width: 1181px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }
}

.page-header h1.entry-title {
  display: none;
}

.embedsocial-reviews {
  padding-top: 50px;
}

.top-bar-row-all-text p,
.top-bar-row-all-text h2,
.top-bar-row-all-text ol,
.top-bar-row-all-text ul {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

@media (max-width: 1025px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 14px !important;
  }
}

@media (max-width: 560px) {
  .woocommerce-notices-wrapper+h2 {
    padding-top: 20px;
  }
}

.page-content article.post {
  margin-top: 40px;
}

@media (max-width: 767px) {

  .hfe-search-icon-toggle {
    position: static !important;
  }

  .hfe-search-button-wrapper input.hfe-search-form__input {
    position: fixed !important;
    top: 90px !important;
    left: 7% !important;
    transform: none !important;

    width: 85vw !important;
    height: 40px !important;

    border-radius: 29px !important;

    padding: 5px 15px;

    display: block !important;
    z-index: 999999;
  }
}

.pbc_content .product-tag {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 13px;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 1px;
  color: #fcfcfc;
  background: #de3366;
  border-radius: 0 8px;
}


.yith-wcwl-wishlistaddedbrowse .feedback {
  display: inline-flex;
  justify-content: space-around;
  gap: 6px;
  background: #000;
  color: #fff;
  padding: 6px 14px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.3s ease,
    transform 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.pbc_container .pbc_content #products_categories_row_2469 .custom_box.custom_box_archive.responsi_title {
  padding-top: 50px
}

.pbc_container .pbc_content .click_more_each_categories .categories_click {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  padding: 10px 15px;
}

.pbc_container .pbc_content .click_more_each_categories .categories_click:hover {
  border-color: #1a1a1a !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  background: #000 !important;
}

.category-extra-content .short-description {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.6;
}


/*darshan css start*/

.woocommerce .summary.entry-summary .custom-cart-wrapper div#wc-stripe-express-checkout-element {
  margin-top: 0px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  flex-direction: column;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  order: 1;
}

.woocommerce-cart .ppc-button-wrapper {
  order: 2;
  position: relative;
}

.woocommerce-cart div#wc-stripe-express-checkout-element {
  order: 3;
  position: relative;
  margin-top: 4px !important;
}

.woocommerce-cart .ppc-button-wrapper {
  margin-top: 15px;
}

/*.woocommerce-cart .ppc-button-wrapper::after {
  content: "- Or -";
  position: relative;
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 4px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 700;
}*/

.woocommerce-cart .ppc-button-wrapper::before {
  content: '- Or -';
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-family: 'Raleway';
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce-checkout #cclw_payment_section #payment ul.payment_methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.woocommerce-checkout #cclw_payment_section #payment ul.payment_methods label {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

#customer_address_details h3#ship-to-different-address label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  line-height: 1.2em;
}

.woocommerce-checkout .page-content {
  margin-top: 60px;
}

.single-product .entry-summary .custom-cart-wrapper {
  flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 20px 0;
  display: none;
}

.ehf-header #masthead {
  z-index: 999;
}

.woocommerce-remove-coupon {
  font-size: 0;
}

.woocommerce-remove-coupon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/uploads/2026/03/delete.png');
  background-size: contain;
  background-repeat: no-repeat;

}

@media(max-width:768px) {

  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-left,
  .woocommerce-checkout .checkout-two-column-layout .two-column-layout-right {
    padding: 15px;
  }
}

.usp-item p {
  font-weight: 700 !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* MOBILE ONLY SLIDER */
@media (max-width: 767px) {

  .the-policy-slider {
    overflow: hidden;
  }

  .the-main-slider-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .policy-slide {
    min-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
  }
}

.the-policy-slider .the-main-slider-container .policy-slide {
  min-width: auto;
}

.the-policy-slider h3.elementor-image-box-title {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.the-policy-slider p {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.woocommerce-checkout div#wc-stripe-express-checkout-element {
  display: none;
}

#yith-wcwl-form .custom-wishlist-wrapper {
  padding-top: 50px;
}

.yith-wcwl-form ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  padding-top: 80px;
}

@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    width: 100% !important;
  }

  table tbody {
    display: table;
    /* width: 600px; */
    /* important */
    /* width: 500px !important; */
  }

  table td,
  table th {
    white-space: nowrap;
    text-align: center;
  }
}

.payment_method_ppcp-gateway {
  display: none !important;
}

.woocommerce-checkout .ppc-button-wrapper {
  display: none !important;
}

#zoid-paypal-buttons-uid_ab421d7043_mtm6mda6ndc {
  min-width: 300px !important;
}

/* ============================================
   CART MOBILE FIX â€” SAFE SCOPED (ONLY CART)
============================================ */

@media (max-width: 767px) {

  /* ONLY CART PAGE */
  body.woocommerce-cart {

    /* Prevent horizontal scroll (only cart page) */
    overflow-x: hidden;
  }

  body.woocommerce-cart html {
    overflow-x: hidden;
  }

  /* CART WRAPPER */
  body.woocommerce-cart .woocommerce-cart-form {
    overflow-x: hidden !important;
  }

  /* TABLE BLOCK */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    display: block;
    width: 100% !important;
  }

  body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr {
    display: block;
    width: 100%;
  }

  /* CART ITEM */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }

  /* TD FIX */
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    width: 100% !important;
    display: block;
    text-align: left;
    padding: 6px 0;
  }

  /* IMAGE */
  body.woocommerce-cart .product-thumbnail img {
    width: 100%;
    height: auto;
  }

  /* TEXT WRAP */
  body.woocommerce-cart .product-name a {
    display: block;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
    line-height: 1.5;
  }

  /* QUANTITY */
  body.woocommerce-cart .quantity input {
    width: 100%;
  }

  /* COUPON */
  body.woocommerce-cart .coupon {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
  }

  body.woocommerce-cart .coupon input,
  body.woocommerce-cart .coupon button {
    width: 100%;
  }

  /* RESPONSIVE TABLE FIX */
  body.woocommerce-cart table.shop_table_responsive tr td {
    display: block;
    text-align: left !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr td::before {
    float: none !important;
    display: block;
    text-align: left;
    margin-bottom: 4px;
  }

  /* BUTTON FIX */
  body.woocommerce-cart .show-prescription-wrap {
    white-space: normal !important;
    word-break: break-word;
    width: 100%;
    text-align: left;
  }

  body.woocommerce-cart .woocommerce-cart-form__cart-item .show-prescription-wrap {
    display: flex;
    justify-content: flex-start !important;
    padding-top: 10px;
  }

}

/* ============================================
   CART ACTIONS ALIGN FIX (MOBILE ONLY)
============================================ */

@media (max-width: 767px) {


  .woocommerce-cart-form .actions {
    text-align: left !important;
  }


  .woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }


  .woocommerce-cart-form .coupon input,
  .woocommerce-cart-form .coupon button,
  .woocommerce-cart-form .actions>button {
    width: 100%;
    text-align: left;
  }

}

@media (max-width: 767px) {

  .cart_totals table tbody {
    width: 100% !important;
    display: block !important;
  }

  .cart_totals table {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  table tbody {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  /* ðŸ”¥ Fix parent wrapper */
  #order_review_table,
  .cclw_order_review_table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* ðŸ”¥ Fix actual table */
  table.onesetpcheckout-summary {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

}

/* ============================================
   STICKY BAR â€“ PREMIUM UI
============================================ */

.ca-sticky-bar {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.35s ease;

  /* ðŸ”¥ Glass effect */
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* ðŸ”¥ Soft shadow top */
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
}

.ca-sticky-bar.active {
  bottom: 0;
}

.ca-sticky-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
}

/* ðŸ”¥ Price Styling */
.ca-price {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ca-price del {
  font: var(--font-12-400-inter);
  color: var(--text-muted);
}

.ca-price ins {
  font-size: 24px;
  color: #000;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

/* ðŸ”¥ Button Styling */
.ca-btn {
  background: #2ea3f2;
  /* match your blue */
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font: var(--font-14-500-inter);
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(46, 163, 242, 0.3);
  transition: all 0.25s ease;
}

.ca-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(46, 163, 242, 0.4);
}

/* ðŸ”´ MOBILE ONLY */
@media (min-width: 768px) {
  .ca-sticky-bar {
    display: none !important;
  }
}

/* ===== PREMIUM SLIDER ===== */

.ca-premium-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  background: #f5f5f5 !important;

}

.ca-premium-track {
  display: flex;
  width: 100%;
}

.ca-premium-item {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  text-align: center;
}

.ca-premium-item img {
  width: 28px;
  height: auto;
}

.ca-premium-item p,
.ca-premium-item a {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #333;
}

.ca-premium-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

/* DESKTOP */
@media (min-width: 768px) {

  .ca-premium-item {
    min-width: 25%;
    justify-content: flex-start;
    padding: 15px 20px;
  }

  .ca-premium-slider {
    background: #fff;
  }
}

/* Desktop */
@media (min-width: 768px) {

  .ca-premium-track {
    transform: none !important;
    transition: none !important;
  }

  .ca-premium-item {
    min-width: 25%;
  }

}

/* ===== FORCE FULL WIDTH ===== */

.ca-premium-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 !important;
}

/* REMOVE THEME CONTAINER LIMIT */
.woocommerce.archive .ca-premium-wrapper {
  max-width: 100vw !important;
}

/* SLIDER */
.ca-premium-slider {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

/* TRACK */
.ca-premium-track {
  display: flex;
}

/* ITEMS */
.ca-premium-item {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  text-align: center;
}

.ca-premium-item img {
  width: 8%;
}

/* DESKTOP */
@media (min-width: 768px) {
  .ca-premium-item {
    min-width: 25%;
  }
}

.product-page .woocommerce-breadcrumb {
  padding: 25px 15px;
}

#mega-menu-max_mega_menu_1 .ca-mobile-account .mega-menu-link img.ca-icon {
  width: 20px !important;
  height: 20px !important;
}

/* Default */
.\34 -words-lines-mobile {
  overflow: hidden;
}

/* Mobile only */
@media (max-width: 767px) {
  .\34 -words-lines-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .\34 -words-lines-mobile.active {
    -webkit-line-clamp: unset;
    display: block;
  }
}

/* Only mobile */
@media (max-width: 767px) {

  .four-lines-mobile .elementor-widget-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Expanded state */
  .four-lines-mobile.active .elementor-widget-container {
    display: block;
    -webkit-line-clamp: unset;
  }

  /* Read More button */
  .ca-read-more {
    margin-top: 8px;
    cursor: pointer;
    color: var(--brand-green);
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: var(--font-14-400-inter);
  }
}

.product-page .lensesprecription-btn {
  background: rgb(46, 163, 242) !important;
  border: rgb(46, 163, 242) !important;
}

.product-page .lensesprecription-btn:hover {
  background: rgb(46, 163, 242) !important;
  border: #000 !important;
}

@media (max-width: 767px) {

  body.woocommerce-cart .page-content h1.cart-title {
    text-align: center;
  }

}

.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none !important;
}

.product-page .lensesprecription-btn:hover {
  background: #ffffff !important;
  border: 2px solid #2ea3f2 !important;
  color: #2ea3f2 !important;
}

.single-product .woocommerce-product-gallery img {
  padding: 0 !important;
}

.product-page .lensesprecription-btn {
  border: 2px solid #2ea3f2 !important;
  color: #fffefe !important;
  font-weight: 600;
  font-size: clamp(14px, 1.2vw, 15px);
  letter-spacing: 0.02em;
  border-radius: 0;
  text-transform: uppercase;
  background: #2ea3f2 !important;
  padding: 12px;
  text-decoration: none;
  border-radius: 6px;
  font-family: "Roboto", serif;
}

.hfe-search-button-wrapper .hfe-search-form__input {
  width: 0 !important;
  opacity: 0;
  visibility: hidden;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s ease;
}

.hfe-search-button-wrapper.search-open .hfe-search-form__input {
  width: 85vw !important;
  opacity: 1;
  visibility: visible;
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
}

@media (max-width: 767px) {

  .woocommerce-cart .page-content {
    padding-top: 40px;
  }

}

		.ca-sticky-bar {
			position: fixed;
			left: 0;
			bottom: -120px;
			width: 100%;
			background: #fff;
			box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
			padding: 12px 16px;
			z-index: 9999999;
			transition: all 0.3s ease;
			opacity: 0;
			visibility: hidden;
		}

		.ca-sticky-bar.active {
			bottom: 0;
			opacity: 1;
			visibility: visible;
		}

		.ca-sticky-inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 15px;
			max-width: 1200px;
			margin: 0 auto;
		}

		.ca-price {
			font-size: 22px;
			font-weight: 700;
			line-height: 1;
		}

		.ca-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			background: rgb(46, 163, 242) !important;
			color: #fff !important;
			text-decoration: none;
			padding: 14px 24px;
			border-radius: 8px;
			font-size: 15px;
			font-weight: 600;
			min-width: 180px;
			cursor: pointer;
			transition: all 0.3s ease;
		}

		.ca-btn:hover {
			background: #222;
		}

		/* Hide only large desktop */
		@media only screen and (min-width: 1367px) {

			.ca-sticky-bar {
				display: none !important;
			}
		}

		/* Tablet + Mobile */
		@media only screen and (max-width: 1366px) {

			.ca-sticky-bar {
				display: block !important;
			}
		}

		/* Mobile */
		@media only screen and (max-width: 767px) {

			.ca-sticky-inner {
				gap: 10px;
			}

			.ca-price {
				font-size: 18px;
			}

			.ca-btn {
				min-width: 150px;
				padding: 12px 18px;
				font-size: 14px;
			}
		}


/* iOS Safari clickable fix */
.contentBbox_main_product.next-box,
.contentBbox_main_product.next-box * {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 767px) {
    .ca-price {
        font-size: 18px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;;
    }
}