/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ==========================================================================
   Text Selection Color
   ========================================================================== */
::selection {
  background: #3367D6;
  color: #fff;
}

::-moz-selection {
  background: #3367D6;
  color: #fff;
}

/* ==========================================================================
   Content Anchor Links (posts, pages, descriptions)
   ========================================================================== */
.entry-content a,
.page-inner a,
.product-short-description a,
.accordion-inner a,
.panel-body a,
article .entry-summary a {
  color: #ce373a;
  transition: color 0.2s ease;
}

.entry-content a:hover,
.page-inner a:hover,
.product-short-description a:hover,
.accordion-inner a:hover,
.panel-body a:hover,
article .entry-summary a:hover {
  color: #1d7228;
}

/* ==========================================================================
   COLOR SCHEME OVERRIDE — Inspired by bicyclewarehouse.com
   Palette: Red (#E32B2B) / Black (#000) / White (#FFF)
   ========================================================================== */

/* --- CSS Variables Override --- */
:root {
  --primary-color: #E32B2B !important;
  --fs-color-primary: #E32B2B !important;
  --fs-color-secondary: #222222 !important;
}

/* ==========================================================================
   TOP BAR — Green Promotional Banner
   ========================================================================== */

.header-top {
  background-color: #e8f5e9 !important;
  border-bottom: none;
}

.header-top,
.header-top a,
.header-top .nav>li>a,
.top-bar-nav>li>a {
  color: #2e7d32 !important;
  font-size: 13px;
}

.header-top .promo-banner-link {
  color: #2e7d32 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
}

.header-top .promo-banner-link:hover {
  color: #1b5e20 !important;
  text-decoration: underline;
}

/* Center the top bar text */
.header-top .flex-row {
  justify-content: center !important;
}

/* ==========================================================================
   HEADER — Main (White bg, Search Bar)
   ========================================================================== */

/* Main header — white bg, dark text */
.header-bg-color,
.header-wrapper {
  background-color: #fff !important;
}

.header-main {
  background-color: #fff !important;
  border-bottom: none !important;
  padding: 12px 0 !important;
}

/* Header inner container */
.header-main .header-inner {
  align-items: center;
}

/* --- Logo Section (height controlled via header_height theme_mod) --- */
#logo,
#logo a {
  max-height: inherit;
  overflow: hidden;
}

#logo img {
  max-height: inherit !important;
  object-fit: contain;
  width: auto;
}

/* Sticky header — keep white + logo contained */
.stuck .header-main,
.header.show-on-scroll {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  height: auto !important;
  overflow: hidden;
}

.stuck #logo img,
.header.show-on-scroll #logo img {
  object-fit: contain;
}

/* --- Header Search Form (large, prominent) --- */
.header-main .header-search-form {
  flex-grow: 1 !important;
  max-width: 600px;
  margin: 0 30px;
}

.header-main .header-search-form-wrapper {
  width: 100%;
}

.header-main .search-form {
  position: relative;
}

.header-main .search-form .search-field,
.header-main .searchform .search-field {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 10px 50px 10px 16px !important;
  font-size: 14px !important;
  height: 44px !important;
  width: 100% !important;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.header-main .search-form .search-field:focus,
.header-main .searchform .search-field:focus {
  border-color: #999 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.header-main .search-form .search-field::placeholder {
  color: #999 !important;
  font-size: 14px;
}

/* Search submit button */
.header-main .ux-search-submit,
.header-main button.ux-search-submit {
  background-color: #f5f5f5 !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  border-left: none !important;
  border-radius: 0 4px 4px 0 !important;
  padding: 0 14px !important;
  height: 44px !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.header-main .ux-search-submit:hover,
.header-main button.ux-search-submit:hover {
  background-color: #e0e0e0 !important;
}

/* Search icon color */
.header-main .ux-search-submit i,
.header-main button.ux-search-submit i {
  color: #333 !important;
  font-size: 16px !important;
}

/* --- Header Navigation Links & Icons (dark on white) --- */
.header-main .nav>li>a,
.header-main .header-nav-main.nav>li>a {
  color: #333 !important;
  font-size: 13px;
}

.header-main .nav>li>a:hover,
.header-main .header-nav-main.nav>li>a:hover,
.header-main .nav>li.active>a,
.header-main .nav>li.current>a,
.header-main .nav>li>a.active {
  color: #E32B2B !important;
}

/* Header icons — dark on white */
.header-main .cart-icon strong,
.header-main .menu-title,
.header-main .social-icons,
.header-main .nav>li>a>i:not(.icon-angle-down),
.header-main .header-button>.button.is-outline {
  color: #333 !important;
}

/* Account & cart text labels */
.header-main .header-nav .menu-title {
  color: #333 !important;
  font-size: 12px;
  font-weight: 600;
}

/* Cart count badge — red */
.header-main .cart-icon strong {
  background-color: #E32B2B !important;
  border-color: #E32B2B !important;
  color: #fff !important;
}

/* Divider between icon elements */
.header-main .header-divider {
  border-color: #ddd !important;
}

/* Sticky header — keep white */
.stuck .header-main,
.header.show-on-scroll {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* ==========================================================================
   HEADER — Bottom Nav Bar
   ========================================================================== */

#wide-nav,
.header-bottom {
  background-color: #fff !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

/* Nav items */
.header-bottom .nav>li>a,
.header-bottom-nav>li>a {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 12px 16px !important;
  transition: color 0.2s ease;
}

.header-bottom .nav>li>a:hover,
.header-bottom-nav>li>a:hover {
  color: #E32B2B !important;
}

/* Active nav item underline — red */
.header-bottom .nav-line-bottom>li>a:before,
.header-bottom .nav-line-grow>li>a:before,
.header-bottom .nav-line>li>a:before,
.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before {
  background-color: #E32B2B !important;
}

/* SALE menu item — red text */
.header-bottom .nav>li.label-sale>a,
.header-bottom-nav>li.label-sale>a,
.header-bottom .nav>li>a[href*="sale"],
.header-bottom .nav>li>a[href*="Sale"] {
  color: #E32B2B !important;
}

/* Dropdown arrow icon */
.header-bottom .nav>li>a>i.icon-angle-down {
  color: #999 !important;
  font-size: 10px !important;
  margin-left: 3px;
}

/* ==========================================================================
   MOBILE STYLES
   ========================================================================== */

@media only screen and (max-width: 48em) {

  /* Mobile sidebar/menu */
  .mobile-sidebar {
    background-color: #fff !important;
  }

  .mobile-sidebar .nav-sidebar>li>a {
    color: #333 !important;
    border-color: #eee !important;
  }

  .mobile-sidebar .nav-sidebar>li>a:hover,
  .mobile-sidebar .nav-sidebar>li.active>a {
    color: #E32B2B !important;
  }

  /* Mobile overlay menu */
  .main-menu-overlay {
    background-color: rgba(255, 255, 255, 0.98) !important;
  }

  .off-canvas-center .nav-sidebar.nav-vertical>li>a {
    color: #333 !important;
  }

  .off-canvas-center .nav-sidebar.nav-vertical>li>a:hover {
    color: #E32B2B !important;
  }

  /* Mobile: search bar full width */
  .header-main .header-search-form {
    max-width: 100%;
    margin: 0 10px;
  }

  /* Product Features: 1 column on mobile */
  .pf-block--hero {
    flex-direction: column !important;
  }

  .pf-block--hero .pf-block__image {
    max-width: 100% !important;
    flex: none !important;
  }

  .pf-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

/* Primary buttons — red */
input[type="submit"],
input[type="button"],
.button.primary,
.button.alt,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button,
#place_order {
  background-color: #1e7228 !important;
  color: #ffffff !important;
  border-color: #898989a8 !important;
  border-radius: 50px !important;
}

button:not(.icon):not(.flickity-button):hover,
.button:not(.icon):not(.flickity-button):hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button.primary:hover,
.button.alt:hover,
.button.checkout:hover,
.checkout-button:hover,
.single_add_to_cart_button.button:hover,
#place_order:hover {
  background-color: #C41F1F;
  border-color: #C41F1F;
  color: #fff !important;
}

/* Outline / secondary buttons — dark outline */
.button.is-outline,
.button.secondary.is-outline {
  background-color: transparent !important;
  color: #222 !important;
  border-color: #222 !important;
}

.button.is-outline:hover,
.button.secondary.is-outline:hover {
  background-color: #222 !important;
  color: #fff !important;
}

/* ==========================================================================
   SALE & PRODUCT BADGES
   ========================================================================== */

.badge-inner.on-sale {
  background-color: #E32B2B !important;
  color: #fff !important;
}

.badge-inner.new-bubble,
.badge-inner.new-bubble-auto {
  background-color: #222 !important;
  color: #fff !important;
}

/* Menu label badges */
.label-sale.menu-item>a:after {
  color: #E32B2B !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer-1,
.footer-2 {
  background-color: #111 !important;
  color: #ccc !important;
}

.footer-1 a,
.footer-2 a {
  color: #ddd !important;
}

.footer-1 a:hover,
.footer-2 a:hover {
  color: #E32B2B !important;
}

.footer-1 h3.widget-title,
.footer-1 span.widget-title,
.footer-2 h3.widget-title,
.footer-2 span.widget-title {
  color: #fff !important;
}

.absolute-footer {
  background-color: #000 !important;
  color: #999 !important;
}

.absolute-footer a {
  color: #bbb !important;
}

.absolute-footer a:hover {
  color: #E32B2B !important;
}

/* ==========================================================================
   LINKS & TYPOGRAPHY
   ========================================================================== */

a:hover {
  color: #E32B2B;
}

/* Star ratings — gold */
.star-rating span:before,
.star-rating:before,
.stars a:hover:after,
.stars a.active:after {
  color: #FFB900 !important;
}

/* ==========================================================================
   WOOCOMMERCE SPECIFICS
   ========================================================================== */

/* Add to cart button on product cards */
.add-to-cart-button .button {
  background-color: #E32B2B !important;
  color: #fff !important;
}

/* Price styling */
ins .woocommerce-Price-amount {
  color: #E32B2B;
}

/* Breadcrumb step (checkout) */
.current .breadcrumb-step,
[data-icon-label]:after {
  background-color: #E32B2B !important;
}

/* Tabs on product page */
.tabbed-content .nav-tabs>li.active>a {
  border-bottom-color: #E32B2B !important;
  color: #E32B2B !important;
}

/* ==========================================================================
   SCROLLBAR & MISC ACCENTS
   ========================================================================== */

/* Page loader */
.page-loader-inner {
  background-color: #E32B2B !important;
}

/* Back to top button */
.back-to-top {
  background-color: #222 !important;
  color: #fff !important;
}

.back-to-top:hover {
  background-color: #E32B2B !important;
}

/* Selection highlight */
::selection {
  background-color: #E32B2B;
  color: #fff;
}

::-moz-selection {
  background-color: #E32B2B;
  color: #fff;
}

/* ==========================================================================
   PRODUCT PAGE — Inspired by bicyclewarehouse.com
   ========================================================================== */

/* --- Product Container --- */
.product-container {
  margin: 0 auto;
  padding: 0 15px;
}

/* --- Sticky Product Image (stays while scrolling description) --- */
.product-main .product-gallery {
  position: sticky !important;
  top: 100px;
  align-self: flex-start !important;
}

/* Allow overflow so sticky positioning works */
.product-main .content-row,
.product-main .row {
  align-items: flex-start !important;
  overflow: visible !important;
}

.product-main {
  overflow: visible !important;
}

/* Allow product-info to grow freely beyond gallery height */
.product-info.col-fit,
.product-info.summary,
.product-info.entry-summary {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  align-self: flex-start !important;
  min-height: 0 !important;
}

.product-container {
  overflow: visible !important;
}

/* --- Custom Accordion (details/summary) --- */
.product-accordion {
  margin-top: 25px;
  width: 100%;
}

.product-accordion .accordion-section {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
}

.product-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  background: #fafafa;
  list-style: none;
  transition: background 0.2s ease;
  user-select: none;
}

.product-accordion .accordion-header::-webkit-details-marker {
  display: none;
}

.product-accordion .accordion-header:hover {
  background: #f0f0f0;
}

.product-accordion .accordion-section[open] .accordion-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* Chevron arrow rotation */
.product-accordion .accordion-arrow {
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.product-accordion .accordion-section[open] .accordion-arrow {
  transform: rotate(180deg);
}

/* Accordion content */
.product-accordion .accordion-content {
  padding: 18px;
}

.product-accordion .accordion-content h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-accordion .accordion-content p,
.product-accordion .accordion-content li {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.product-accordion .accordion-content ul,
.product-accordion .accordion-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

/* Hide old WooCommerce tabs if they still appear */
.product-info .woocommerce-tabs {
  display: none !important;
}

.product-info .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 15px 0;
}

.product-info .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-info .woocommerce-tabs .woocommerce-Tabs-panel p,
.product-info .woocommerce-tabs .woocommerce-Tabs-panel li {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Mobile: disable sticky on small screens */
@media (max-width: 849px) {
  .product-main .product-gallery {
    position: relative !important;
    top: auto;
  }
}

/* --- Breadcrumbs (top bar, full-width) --- */
.product-page-title {
  background-color: transparent !important;
  border-bottom: none;
  padding: 10px 0 0 !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
}

.product-page-title .breadcrumbs,
.product-container .breadcrumbs,
.shop-page-title .breadcrumbs {
  font-size: 11px;
  color: #999;
  padding: 0;
  margin-bottom: 0;
}

.product-page-title .breadcrumbs a,
.product-container .breadcrumbs a {
  color: #555;
  text-decoration: none;
  font-size: 11px;
}

.product-page-title .breadcrumbs a:hover {
  color: #000;
}

.product-container .breadcrumbs a:hover {
  color: #E32B2B;
}

/* --- Product Title --- */
.product-info .product_title,
.product-info .entry-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #111 !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.3px;
}

/* --- Product Price --- */
.product-info .price {
  font-size: 20px !important;
  margin-bottom: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  flex-wrap: wrap;
}

.product-info .price del {
  color: #999 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

.product-info .price ins {
  text-decoration: none !important;
  color: #E32B2B !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.product-info .price .woocommerce-Price-amount {
  font-weight: 700;
}

/* Sale percentage badge */
.product-info .price .onsale,
.badge-inner.on-sale {
  background-color: #E32B2B !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Star Rating --- */
.product-info .star-rating {
  margin-bottom: 8px;
}

/* --- Short Description --- */
.product-info .product-short-description {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

/* --- Variation Swatches (Pill Style) --- */
.product-info .variations td {
  padding: 8px 0 !important;
}

.product-info .variations th,
.product-info .variations td label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Select dropdowns as pill buttons */
.product-info .variations select {
  border: 1px solid #ddd !important;
  border-radius: 25px !important;
  padding: 0px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222 !important;
  background-color: #fff !important;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 90px;
}

.product-info .variations select:hover,
.product-info .variations select:focus {
  border-color: #222 !important;
  outline: none !important;
}

/* Flatsome swatches — pill style */
.product-info .swatch-wrapper .swatch {
  border-radius: 25px !important;
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: 2px solid #ddd !important;
  color: #222 !important;
  background-color: #fff !important;
  min-width: 50px;
  text-align: center;
  transition: all 0.2s ease;
}

.product-info .swatch-wrapper .swatch:hover {
  border-color: #222 !important;
}

.product-info .swatch-wrapper.selected .swatch,
.product-info .swatch-wrapper .swatch.selected {
  background-color: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

/* Color swatches — round style */
.product-info .swatch-wrapper .swatch.swatch-color {
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  min-width: unset;
}

.product-info .swatch-wrapper.selected .swatch.swatch-color {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111 !important;
}

/* --- Quantity Selector — Pill style (inspired by bicyclewarehouse.com) --- */
.product-info .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  height: 52px !important;
  max-width: none !important;
}

.product-info .quantity .qty {
  border: none !important;
  border-radius: 0 !important;
  width: 60px !important;
  height: 42px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
  background: transparent !important;
  color: #222 !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

.product-info .quantity .qty::-webkit-inner-spin-button,
.product-info .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

.product-info .quantity .qty:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Quantity +/- buttons — flat inside pill */
.product-info .quantity .plus,
.product-info .quantity .minus {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  width: 48px !important;
  height: 42px !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #999 !important;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 42px !important;
  padding: 0 !important;
}

.product-info .quantity .plus:hover,
.product-info .quantity .minus:hover {
  color: #222 !important;
  background-color: transparent !important;
}

/* Quantity — Mobile compact */
@media (max-width: 480px) {
  .product-info .quantity {
    height: 38px !important;
    max-width: 80px !important;
  }

  .product-info .quantity .qty {
    width: 28px !important;
    height: 34px !important;
    font-size: 13px !important;
  }

  .product-info .quantity .plus,
  .product-info .quantity .minus,
  .product-info .quantity .ux-quantity__button {
    width: 24px !important;
    height: 34px !important;
    font-size: 14px !important;
    line-height: 34px !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .product-info form.cart .quantity,
  body.inline-add-to-cart .product-info form.cart .quantity {
    flex-shrink: 0 !important;
    margin-right: 6px !important;
  }

  .product-info form.cart .single_add_to_cart_button {
    flex: 1 !important;
  }
}

/* --- Add to Cart Button (base styling) --- */
.product-info .single_add_to_cart_button {
  height: 52px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 5px !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
}

.product-info .single_add_to_cart_button:hover {
  background-color: #C41F1F !important;
}

/* --- Default: full-width stacked layout --- */
.product-info form.cart {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.product-info form.cart .single_add_to_cart_button {
  width: 100% !important;
  margin-top: 8px !important;
}

/* ==========================================================================
   INLINE ADD-TO-CART LAYOUT (toggled via Customizer)
   Only applies when body has .inline-add-to-cart class
   ========================================================================== */

body.inline-add-to-cart .product-info .quantity {
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

body.inline-add-to-cart .product-info .single_add_to_cart_button,
body.inline-add-to-cart .product-info form.cart .single_add_to_cart_button,
body.inline-add-to-cart .product-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.inline-add-to-cart .product-info form.cart {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Variations take full row */
body.inline-add-to-cart .product-info form.cart .variations,
body.inline-add-to-cart .product-info form.cart .single_variation_wrap {
  width: 100% !important;
  flex: 0 0 100% !important;
}

/* Variable product: quantity + button row */
body.inline-add-to-cart .product-info form.cart .woocommerce-variation-add-to-cart,
body.inline-add-to-cart .product-info .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
}

/* Simple product: quantity + button on same row */
body.inline-add-to-cart .product-info form.cart:not(.variations_form) {
  flex-wrap: nowrap !important;
}

/* Ensure quantity doesn't grow */
body.inline-add-to-cart .product-info form.cart .quantity,
body.inline-add-to-cart .product-info .woocommerce-variation-add-to-cart .quantity {
  flex-shrink: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

/* --- Product Meta (SKU, Categories, Tags) --- */
.product-info .product_meta {
  font-size: 13px;
  color: #888;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #eee;
}

.product-info .product_meta a {
  color: #555;
}

.product-info .product_meta a:hover {
  color: #E32B2B;
}

/* --- Product Tabs --- */
.product-footer .tabs-container,
.product-footer .tabbed-content {
  margin-top: 40px;
}

.product-footer .wc-tabs,
.product-footer .tabs.nav {
  border-bottom: 2px solid #eee !important;
  margin-bottom: 24px;
}

.product-footer .wc-tabs li a,
.product-footer .tabs.nav li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #888 !important;
  padding: 12px 20px !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  transition: all 0.2s ease !important;
}

.product-footer .wc-tabs li a:hover,
.product-footer .tabs.nav li a:hover {
  color: #222 !important;
}

.product-footer .wc-tabs li.active a,
.product-footer .tabs.nav li.active a {
  color: #222 !important;
  border-bottom-color: #E32B2B !important;
}

/* Tab content */
.product-footer .panel,
.product-footer .tab-panels .panel {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* --- Related Products --- */
.related.products>h2,
.up-sells>h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 20px !important;
  text-transform: none !important;
}

/* --- Product Image Gallery Enhancement --- */
.product-gallery .slide .wp-post-image,
.product-gallery .woocommerce-product-gallery__image img {
  border-radius: 4px;
}

/* Thumbnails spacing */
.product-thumbnails .col {
  padding: 4px !important;
}

.product-thumbnails img {
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  cursor: pointer;
}


/* Product image zoom icon */
.product-gallery .zoom-button,
.product-gallery .product-video-popup {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  border: none !important;
}

.product-gallery .zoom-button:hover,
.product-gallery .product-video-popup:hover {
  background-color: #E32B2B !important;
}

/* --- Sticky Add to Cart Bar --- */
.sticky-add-to-cart {
  background-color: #fff !important;
  border-top: 1px solid #eee !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08) !important;
}

.sticky-add-to-cart .single_add_to_cart_button,
.sticky-add-to-cart .button {
  background-color: #E32B2B !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.sticky-add-to-cart .single_add_to_cart_button:hover,
.sticky-add-to-cart .button:hover {
  background-color: #C41F1F !important;
}

/* --- Divider between sections --- */
.product-info .is-divider {
  background-color: #eee !important;
  margin: 12px 0 !important;
}

/* ==========================================================================
   PRODUCT PAGE — MOBILE RESPONSIVE
   ========================================================================== */

@media only screen and (max-width: 48em) {

  .product-info .product_title,
  .product-info .entry-title {
    font-size: 22px !important;
  }

  .product-info .price ins {
    font-size: 20px !important;
  }

  .product-info .single_add_to_cart_button {
    height: 48px !important;
    font-size: 15px !important;
  }

  .product-footer .wc-tabs li a,
  .product-footer .tabs.nav li a {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }
}

/* ==========================================================================
   SLIDER NAVIGATION — Ẩn mặc định, hiện khi hover
   ========================================================================== */

.flickity-prev-next-button {
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.flickity-enabled:hover .flickity-prev-next-button {
  opacity: 0.6 !important;
}

.flickity-enabled:hover .flickity-prev-next-button:hover {
  opacity: 1 !important;
}

/* Ẩn SVG gốc, dùng CSS arrow thay thế */
.flickity-prev-next-button .flickity-button-icon {
  display: none !important;
}

.flickity-prev-next-button::before {
  content: '' !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.flickity-prev-next-button.previous::before {
  transform: translate(-30%, -50%) rotate(135deg) !important;
}

.flickity-prev-next-button.next::before {
  transform: translate(-70%, -50%) rotate(-45deg) !important;
}

/* ==========================================================================
   SHOP FILTER SIDEBAR
   ========================================================================== */

/* --- Filter Sidebar Container --- */
.shop-filter-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
}

/* --- Filter Sidebar Header (visible on mobile, hidden on desktop) --- */
.filter-sidebar-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.filter-sidebar-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-close-btn,
.shop-filter-sidebar .filter-close-btn {
  background: none !important;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}

.filter-close-btn:hover,
.shop-filter-sidebar .filter-close-btn:hover {
  background: #f0f0f0 !important;
  color: #222 !important;
}

/* Hide mobile-only elements on desktop */
.filter-toggle-btn,
.filter-apply-mobile {
  display: none !important;
}

/* Reset all buttons inside filter sidebar */
.shop-filter-sidebar button,
.shop-filter-sidebar .clear-all-btn,
.shop-filter-sidebar .filter-tag button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* --- Active Filters Bar --- */
.active-filters {
  padding: 12px 18px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.active-filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.active-filters-header span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #888;
}

.clear-all-btn {
  background: none !important;
  border: none !important;
  color: #E32B2B !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer;
  padding: 0 !important;
  text-decoration: underline;
  transition: color 0.2s;
}

.clear-all-btn:hover {
  color: #C41F1F !important;
}

.active-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  color: #555;
  transition: all 0.2s;
}

.filter-tag:hover {
  border-color: #E32B2B;
  color: #E32B2B;
}

.filter-tag button {
  background: none !important;
  border: none !important;
  color: #999 !important;
  font-size: 14px !important;
  cursor: pointer;
  padding: 0 !important;
  line-height: 1 !important;
  margin-left: 2px;
}

.filter-tag button:hover {
  color: #E32B2B !important;
}

/* --- Filter Section (Accordion) --- */
.filter-section {
  border-bottom: 1px solid #eee;
}

.filter-section:last-of-type {
  border-bottom: none;
}

.filter-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s;
}

.filter-section-header::-webkit-details-marker {
  display: none;
}

.filter-section-header:hover {
  background: #fafafa;
}

.filter-section-header span {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.filter-arrow {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.filter-section[open] .filter-arrow {
  transform: rotate(180deg);
}

/* --- Filter Section Body --- */
.filter-section-body {
  padding: 4px 18px 16px;
}

/* --- Custom Checkbox --- */
.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  cursor: pointer;
  transition: color 0.2s;
  position: relative;
}

.filter-checkbox:hover {
  color: #E32B2B;
}

.filter-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: #fff;
}

.filter-checkbox .checkmark::after {
  content: '';
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
  margin-top: -2px;
}

.filter-checkbox input[type="checkbox"]:checked~.checkmark {
  background: #E32B2B;
  border-color: #E32B2B;
}

.filter-checkbox input[type="checkbox"]:checked~.checkmark::after {
  opacity: 1;
}

.filter-checkbox:hover .checkmark {
  border-color: #999;
}

.filter-label {
  font-size: 13px;
  color: #444;
  flex: 1;
}

.filter-count {
  font-size: 11px;
  color: #bbb;
}

.filter-checkbox-child {
  padding-left: 28px;
}

/* --- Price Slider --- */
.price-slider-container {
  padding: 8px 0;
}

.price-slider-track {
  position: relative;
  width: 100%;
  height: 6px;
  background: #e8e8e8;
  border-radius: 3px;
  margin: 16px 0 20px;
}

.price-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #E32B2B;
  border-radius: 3px;
}

.price-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: -7px;
  width: 100%;
  height: 20px;
  background: transparent;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.price-slider-thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #E32B2B;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s, box-shadow 0.15s;
}

.price-slider-thumb::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 2px 8px rgba(227, 43, 43, 0.3);
}

.price-slider-thumb::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #E32B2B;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 10px;
  flex: 1;
  background: #fafafa;
}

.price-currency {
  font-size: 13px;
  color: #888;
  margin-right: 4px;
}

.price-input-group input[type="number"] {
  border: none !important;
  background: transparent !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}

.price-input-group input[type="number"]::-webkit-inner-spin-button,
.price-input-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-separator {
  color: #ccc;
  font-size: 14px;
}

/* --- Color Filter (Row Layout with Square Swatches) --- */
.filter-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-color-row {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  padding: 4px 8px 4px 4px;
  border-radius: 6px;
  transition: background 0.2s;
}

.filter-color-row:hover {
  background: #f5f5f5;
}

.filter-color-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.color-square {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 2px solid #ddd;
  flex-shrink: 0;
  transition: all 0.2s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.filter-color-row:hover .color-square {
  border-color: #999;
}

.filter-color-row input:checked~.color-square {
  border-color: #222;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #222;
}

.filter-color-row .filter-label {
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}

.filter-color-row input:checked~.filter-label {
  font-weight: 700;
  color: #222;
}

/* --- Color Swatches --- */
.filter-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: background 0.2s;
}

.filter-color-swatch:hover {
  background: #f5f5f5;
}

.filter-color-swatch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.color-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
  transition: all 0.2s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.filter-color-swatch input:checked~.color-dot {
  border-color: #222;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #222;
}

.color-name {
  font-size: 10px;
  color: #888;
  text-align: center;
}

/* --- Loading State --- */
.filter-loading {
  position: relative;
  min-height: 200px;
  pointer-events: none;
}

.filter-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid #eee;
  border-top-color: #E32B2B;
  border-radius: 50%;
  z-index: 11;
  animation: filterSpin 0.7s linear infinite;
}

@keyframes filterSpin {
  to {
    transform: rotate(360deg);
  }
}

/* --- No Results --- */
.filter-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}

.filter-no-results svg {
  margin-bottom: 16px;
}

.filter-no-results p {
  font-size: 15px;
  margin-bottom: 16px;
}

/* --- Flatsome Sidebar Integration --- */
.shop-page-title .breadcrumbs,
.category-page-title .breadcrumbs {
  font-size: 11px;
}

/* Ensure sidebar (Flatsome large-3) contains filter */
.is-large .large-3 .shop-filter-sidebar,
.sidebar .shop-filter-sidebar {
  margin-top: 0;
}

/* ==========================================================================
   FILTER SIDEBAR — SPAN ELEMENT STYLES
   ========================================================================== */

/* Clear all (span) */
.clear-all-btn {
  color: #E32B2B;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}

.clear-all-btn:hover {
  color: #C41F1F;
}

/* Filter tag remove icon (span) */
.filter-tag .filter-tag-remove {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  margin-left: 4px;
  transition: color 0.2s;
}

.filter-tag .filter-tag-remove:hover {
  color: #E32B2B;
}

/* ==========================================================================
   PAGINATION — Clean Minimal Style (bicyclewarehouse.com inspired)
   ========================================================================== */

/* Container */
.woocommerce-pagination,
.nav-pagination {
  margin: 40px 0 20px !important;
  text-align: center;
}

.woocommerce-pagination .page-numbers,
.woocommerce-pagination,
.nav-pagination.links {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* All page number items (both <li> wrapped and direct children) */
.nav-pagination .page-number,
.nav-pagination .page-number:visited,
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination>a.page-numbers,
.woocommerce-pagination>span.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #555 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s !important;
  box-shadow: none !important;
}

/* Hover state */
.nav-pagination .page-number:hover,
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination>a.page-numbers:hover {
  background: #f0f0f0 !important;
  color: #222 !important;
}

/* Current / active page — dark square */
.nav-pagination .page-number.current,
.woocommerce-pagination .page-numbers li span.current,
.woocommerce-pagination>span.page-numbers.current {
  background: #222 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  cursor: default;
}

/* Prev / Next arrows */
.nav-pagination .prev,
.nav-pagination .next,
.woocommerce-pagination .page-numbers li a.prev,
.woocommerce-pagination .page-numbers li a.next,
.woocommerce-pagination>a.prev,
.woocommerce-pagination>a.next {
  font-size: 14px !important;
  color: #888 !important;
  background: transparent !important;
  border: none !important;
}

.nav-pagination .prev:hover,
.nav-pagination .next:hover,
.woocommerce-pagination .page-numbers li a.prev:hover,
.woocommerce-pagination .page-numbers li a.next:hover,
.woocommerce-pagination>a.prev:hover,
.woocommerce-pagination>a.next:hover {
  color: #222 !important;
  background: #f0f0f0 !important;
}

/* ==========================================================================
   HOMEPAGE TEMPLATE STYLES
   ========================================================================== */

/* --- Container --- */
.hp-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.hp-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0px;
  letter-spacing: -0.5px;
}

/* --- Buttons --- */
.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hp-btn--primary {
  background: #E32B2B;
  color: #fff;
  border-color: #E32B2B;
}

.hp-btn--primary:hover {
  background: #c41f1f;
  border-color: #c41f1f;
  color: #fff;
}

.hp-btn--outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.hp-btn--outline:hover {
  background: #fff;
  color: #222;
}

.hp-btn--dark {
  background: transparent;
  color: #222;
  border-color: #222;
}

.hp-btn--dark:hover {
  background: #222;
  color: #fff;
}

.hp-btn--red {
  background: #E32B2B;
  color: #fff;
  border-color: #E32B2B;
  padding: 10px 28px;
  font-size: 13px;
  border-radius: 30px;
}

.hp-btn--red:hover {
  background: #c41f1f;
  border-color: #c41f1f;
  color: #fff;
}

/* ========== HERO SLIDER ========== */
.hp-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
  background: #000;
}

.hp-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Individual Slide */
.hp-slider__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
  z-index: 1;
}

.hp-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Ken Burns zoom effect */
.hp-slider__slide.is-active {
  animation: hp-kenburns 6s ease-out forwards;
}

@keyframes hp-kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}

/* Dark overlay */
.hp-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

/* Slide content */
.hp-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 40px 24px;
  max-width: 860px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.hp-slider__slide.is-active .hp-slider__content {
  opacity: 1;
  transform: translateY(0);
}

.hp-slider__heading {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.1;
  font-style: italic;
  letter-spacing: -1px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.hp-slider__subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  line-height: 1.5;
  max-width: 600px;
}

.hp-slider__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- Navigation Arrows --- */
.hp-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s, background 0.3s, border-color 0.3s, transform 0.3s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hp-slider:hover .hp-slider__arrow {
  opacity: 1;
}

.hp-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.hp-slider__arrow--prev {
  left: 24px;
}

.hp-slider__arrow--next {
  right: 24px;
}

/* --- Dot Navigation --- */
.hp-slider__dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}

.hp-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hp-slider__dot.is-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.hp-slider__dot:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.4);
  border-color: #fff;
}

/* --- Progress Bar --- */
.hp-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 10;
}

.hp-slider__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #E32B2B, #ff5252);
  width: 0%;
  transition: width 0.1s linear;
}

/* ========== TICKER / MARQUEE ========== */
.hp-ticker {
  background: #E32B2B;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}

.hp-ticker__track {
  display: inline-flex;
  width: max-content;
  animation: hp-ticker-scroll 30s linear infinite;
  will-change: transform;
}

.hp-ticker__text {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 20px;
}

@keyframes hp-ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ========== VALUE PROPOSITIONS BAR ========== */
.hp-valuebar {
  background: #1a1a1a;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-valuebar__grid {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.hp-valuebar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 28px;
}

.hp-valuebar__icon {
  color: #E32B2B;
  flex-shrink: 0;
}

.hp-valuebar__item span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.hp-valuebar__divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* ========== BEST SELLERS CAROUSEL ========== */
.hp-bestsellers {
  padding: 40px 0 48px;
  background: #fff;
}

.hp-bestsellers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hp-bestsellers__header .hp-section-title {
  text-align: left;
  margin-bottom: 0;
}

.hp-bestsellers__nav {
  display: flex;
  gap: 8px;
}

.hp-bestsellers__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  color: #555;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.hp-bestsellers__arrow:hover {
  border-color: #222;
  color: #222;
  background: #f5f5f5;
}

.hp-bestsellers__track-wrap {
  overflow: hidden;
  position: relative;
}

.hp-bestsellers__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.hp-bestsellers__card {
  flex: 0 0 calc(25% - 15px) !important;
  min-width: calc(25% - 15px) !important;
  max-width: calc(25% - 15px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.hp-bestsellers__card:hover {
  border-color: #e0e0e0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.hp-bestsellers__img-link {
  display: block;
  text-decoration: none;
}

.hp-bestsellers__img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fafafa;
}

.hp-bestsellers__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hp-bestsellers__card:hover .hp-bestsellers__img img {
  transform: scale(1.06);
}

.hp-bestsellers__info {
  padding: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp-bestsellers__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp-bestsellers__name:hover {
  color: #E32B2B;
}

.hp-bestsellers__price {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.hp-bestsellers__price del {
  color: #999;
  font-weight: 400;
  font-size: 13px;
}

.hp-bestsellers__price ins {
  text-decoration: none;
  color: #E32B2B;
  font-weight: 700;
}

.hp-bestsellers__atc {
  display: inline-block;
  padding: 9px 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #222;
  border: 1.5px solid #222;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  background: transparent;
}

.hp-bestsellers__atc:hover {
  background: #222;
  color: #fff;
}

/* ========== SALE BANNER ========== */
.hp-sale {
  padding: 0;
}

.hp-sale__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 420px;
}

.hp-sale__image {
  overflow: hidden;
  background: #ffffff;
}

.hp-sale__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hp-sale__image:hover img {
  transform: scale(1.03);
}

.hp-sale__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 36px;
  background: #1e7228;
}

/* Tablet: 3 images top, text full width bottom */
@media (min-width: 992px) and (max-width: 1366px) {
  .hp-sale__grid {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: auto;
    width: 100%;
    height: auto;
  }

  .hp-sale__image img {
    object-fit: contain;
  }

  .hp-sale__content {
    padding: 13px 19px;
    zoom: 80%;
    text-align: center;
    align-items: center;
  }
}

/* Tablet: 2 images top, text full width bottom */
@media (max-width: 991px) {
  .hp-sale__grid {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    width: 100%;
    height: auto;
  }

  .hp-sale__content {
    grid-column: 1 / -1;
    text-align: center;
    align-items: center;
  }
}

/* Mobile: all stacked vertically */
@media (max-width: 575px) {
  .hp-sale__grid {
    grid-template-columns: 1fr;
  }

  .hp-sale__content {
    grid-column: auto;
    padding: 32px 24px;
  }
}

.hp-sale__eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.hp-sale__heading {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hp-sale__desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}

.hp-sale__content .hp-btn--dark {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.hp-sale__content .hp-btn--dark:hover {
  background: #fff;
  color: #1e7228;
}

/* ========== TRUST BADGES ========== */
.hp-trust {
  padding: 16px 0;
  background: #fff;
}

.hp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.hp-trust__item {
  text-align: center;
  padding: 24px 16px;
}

.hp-trust__icon {
  color: #222;
  margin-bottom: 16px;
}

.hp-trust__item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.hp-trust__item p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* ========== CATEGORY GRID ========== */
.hp-categories {
  padding: 6px 0;
  background: #fafafa;
}

.hp-categories__grid {
  display: grid;
  /* grid-template-columns set via inline style from PHP */
  gap: 24px;
}

@media (max-width: 991px) {
  .hp-categories__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .hp-categories__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.hp-categories__item {
  text-align: center;
}

.hp-categories__link {
  text-decoration: none;
  display: block;
}

.hp-categories__img-wrap {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin-bottom: 16px;
  transition: transform 0.3s;
}

.hp-categories__img-wrap:hover {
  transform: scale(1.02);
}

.hp-categories__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(0.9);
  transition: filter 0.3s;
}

.hp-categories__img-wrap:hover img {
  filter: brightness(1.1);
}

/* ========== FEATURED PRODUCTS ========== */
.hp-featured {
  padding: 29px 0;
  background: #fff;
}

.hp-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hp-featured__item {
  text-align: center;
}

.hp-featured__link {
  text-decoration: none;
  display: block;
  padding: 16px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}

.hp-featured__link:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hp-featured__img {
  margin-bottom: 12px;
}

.hp-featured__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.hp-featured__name {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hp-featured__price {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.hp-featured__price del {
  color: #999;
  font-weight: 400;
}

.hp-featured__price ins {
  text-decoration: none;
  color: #E32B2B;
}

/* ========== REVIEWS v2 (Slider) ========== */
.hp-reviews2 {
  padding: 12px 0;
  background: #f5f5f5;
}

.hp-reviews2__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hp-reviews2__title {
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin: 0 0 8px;
  line-height: 1.2;
}

.hp-reviews2__stars-big {
  font-size: 24px;
  color: #f5a623;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.hp-reviews2__subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.hp-reviews2__nav {
  display: flex;
  gap: 8px;
}

.hp-reviews2__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.hp-reviews2__arrow:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.hp-reviews2__track-wrap {
  overflow: hidden;
}

.hp-reviews2__track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.hp-reviews2__card {
  flex: 0 0 280px;
  min-width: 280px;
  border-radius: 12px;
  overflow: hidden;
}

/* Group wrapper — connects photo + text card visually */
.hp-reviews2__group {
  flex: 0 0 560px;
  min-width: 560px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.hp-reviews2__group .hp-reviews2__card {
  flex: 1;
  min-width: 0;
  border-radius: 0;
  box-shadow: none;
}

.hp-reviews2__group .hp-reviews2__card--photo {
  flex: 0 0 280px;
}

.hp-reviews2__group .hp-reviews2__card--text {
  background: #fff;
}

/* Photo card */
.hp-reviews2__card--photo {
  position: relative;
  height: 360px;
  background: #ddd;
}

.hp-reviews2__card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-reviews2__photo-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* Text card */
.hp-reviews2__card--text {
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.hp-reviews2__card-stars {
  font-size: 18px;
  color: #f5a623;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hp-reviews2__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 0 0 12px;
}

.hp-reviews2__card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
  flex: 1;
  margin: 0 0 16px;
  border-left: 3px solid #eee;
  padding-left: 16px;
}

.hp-reviews2__card-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hp-reviews2__card-author {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.hp-reviews2__card-badge {
  font-size: 12px;
  color: #2e7d32;
  font-weight: 600;
}

/* ========== DESIGN THEMES ========== */
.hp-design-themes {
  padding: 12px 0;
  background: #fff;
}

.hp-design-themes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hp-design-themes__item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}

.hp-design-themes__item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.hp-design-themes__link {
  text-decoration: none;
  display: block;
}

.hp-design-themes__img-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.hp-design-themes__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hp-design-themes__item:hover .hp-design-themes__img-wrap img {
  transform: scale(1.08);
}

.hp-design-themes__info {
  padding: 16px 18px;
  text-align: center;
}

.hp-design-themes__name {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.hp-design-themes__count {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ========== NEWSLETTER ========== */
.hp-newsletter {
  padding: 80px 0;
  background: #222;
  text-align: center;
}

.hp-newsletter__heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.hp-newsletter__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}

.hp-newsletter__form {
  display: flex;
  gap: 12px;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.hp-newsletter__input {
  flex: 1;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.hp-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.hp-newsletter__input:focus {
  border-color: #E32B2B;
}

/* ========== HOMEPAGE MOBILE ========== */
@media (max-width: 849px) {
  .hp-slider {
    height: 60vh;
    min-height: 400px;
  }

  .hp-slider__heading {
    font-size: 32px;
  }

  .hp-slider__subtitle {
    font-size: 15px;
  }

  .hp-slider__buttons {
    flex-direction: column;
    align-items: center;
  }

  .hp-slider__arrow {
    width: 36px;
    height: 36px;
    opacity: 0.7;
  }

  .hp-slider__arrow--prev {
    left: 12px;
  }

  .hp-slider__arrow--next {
    right: 12px;
  }

  .hp-slider__dots {
    bottom: 24px;
  }

  .hp-btn {
    padding: 12px 28px;
    font-size: 13px;
  }

  .hp-valuebar__grid {
    flex-wrap: wrap;
    gap: 4px 0;
  }

  .hp-valuebar__item {
    flex: 0 0 50%;
    justify-content: flex-start;
    padding: 6px 12px 6px 24px;
  }

  .hp-valuebar__item span {
    font-size: 11px;
  }

  .hp-valuebar__divider {
    display: none;
  }

  .hp-bestsellers {
    padding: 28px 0 36px;
  }

  .hp-bestsellers__header {
    margin-bottom: 20px;
  }

  .hp-bestsellers__card {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px);
  }

  .hp-sale__grid {
    grid-template-columns: 1fr;
  }

  .hp-sale__content {
    padding: 40px 24px;
  }

  .hp-sale__heading {
    font-size: 28px;
  }

  .hp-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hp-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .hp-featured__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .hp-reviews2__card {
    flex: 0 0 240px;
    min-width: 240px;
  }

  .hp-reviews2__group {
    flex: 0 0 100%;
    min-width: 100%;
    flex-direction: column;
  }

  .hp-reviews2__group .hp-reviews2__card--photo {
    flex: 0 0 200px;
  }

  .hp-design-themes__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .hp-newsletter__form {
    flex-direction: column;
  }

  .hp-section-title {
    font-size: 24px;
    margin-bottom: 0px;
  }


}

/* ========== PRODUCT FEATURES (Single Product Page) ========== */
.pf-section {
  padding: 39px 0;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.pf-container {
  max-width: 1339px;
  margin: 0 auto;
  padding: 0 24px;
}

.pf-section__title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 48px;
}

.pf-block {
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

/* Block 1: Hero - side by side */
.pf-block--hero {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
}

/* Blocks 2+: Grid layout */
.pf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card blocks: vertical */
.pf-block--card {
  display: flex;
  flex-direction: column;
}

.pf-block--hero .pf-block__image {
  flex: 0 0 70%;
  max-width: 70%;
  border-radius: 8px;
  overflow: hidden;
}

.pf-block--card .pf-block__image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pf-block__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.pf-block:hover .pf-block__image img {
  transform: scale(1.03);
}

.pf-block__content {
  flex: 1;
}

.pf-block__title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.pf-block__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #E32B2B;
  border-radius: 2px;
}

.pf-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pf-block__list li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.pf-block__list li:last-child {
  border-bottom: none;
}

.pf-block__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  color: #2e7d32;
  font-weight: 700;
  font-size: 15px;
}

.pf-block__list li strong {
  color: #222;
}

/* ========== Product Page Responsive Fix (850-1288px) ========== */
@media (min-width: 850px) and (max-width: 1288px) {
  .single-product .product-container .product-gallery {
    max-width: 50% !important;
    overflow: hidden;
  }

  .single-product .product-container .product-info {
    max-width: 50% !important;
    overflow: hidden;
  }

  .single-product .product-container .product-gallery .col {
    padding: 0 10px !important;
  }

  .single-product .product-container .product-info .col {
    padding: 0 10px !important;
  }

  .single-product .product-gallery img {
    max-width: 100%;
    height: auto;
  }
}

.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button,
.sticky-add-to-cart-select-options-button {
  background-color: #1e7228 !important;
}

a.button-continue-shopping.button.primary.is-outline {
  background: #e9e9e900 !important;
  border-color: #1e7228 !important;
  color: #1e7228 !important;
}

/* ==========================================================================
   PRODUCT PAGE — Gallery Thumbnail Active State
   ========================================================================== */

/* All thumbnails — base */
.product-thumbnails .col {
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.25s ease !important;
  opacity: 0.5;
  cursor: pointer;
  box-shadow: none !important;
}

/* Thumbnail hover */
.product-thumbnails .col:hover {
  opacity: 0.8;
}

/* Active/selected thumbnail */
.product-thumbnails .col.is-nav-selected {
  opacity: 1;
  border-bottom-color: #1e7228 !important;
}

.dark .widget>ul>li+li,
.dark ul.menu>li+li {
  border-color: hsl(0deg 0% 100% / 0%);
}

.widget>ul>li+li,
ul.menu>li+li {
  border-top: 1px solid #ececec;
}