.woocommerce-products-header {
  display: none;
}

.entry-header {
  display: none;
}

.products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 1em;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}
.products:before {
  display: none !important;
}

.related.products {
  display: flex;
  flex-direction: column;
}

.tinv-wishlist {
  margin: 2rem;
}
.tinv-wishlist .tinv-header {
  display: none;
}
.tinv-wishlist .tinvwl-table-manage-list th {
  background-color: #f2f4f9;
  color: #000;
}
.tinv-wishlist .tinvwl-table-manage-list th.product-cb input[type=checkbox] {
  border-radius: 0;
  accent-color: #002891;
}
.tinv-wishlist .tinvwl-table-manage-list td {
  background-color: #fff;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail img {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 0.25rem;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-cb input[type=checkbox] {
  accent-color: #002891;
  border-radius: 0;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-name a {
  color: #002891;
  text-decoration: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-action button {
  border-radius: 0px;
  color: #fff;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-action button:hover {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.tinv-wishlist .tinvwl-table-manage-list td.product-action button:focus {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.tinv-wishlist select[name=product_actions] {
  border-radius: 0;
}
.tinv-wishlist button[name=tinvwl-action-product_selected],
.tinv-wishlist button[name=tinvwl-action-product_all],
.tinv-wishlist button[name=tinvwl-action-product_apply] {
  border-radius: 0px;
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.tinv-wishlist button[name=tinvwl-action-product_selected]:hover,
.tinv-wishlist button[name=tinvwl-action-product_all]:hover,
.tinv-wishlist button[name=tinvwl-action-product_apply]:hover {
  color: #fff !important;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  text-decoration: none;
}
.tinv-wishlist button[name=tinvwl-action-product_selected]:focus,
.tinv-wishlist button[name=tinvwl-action-product_all]:focus,
.tinv-wishlist button[name=tinvwl-action-product_apply]:focus {
  color: #fff !important;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  text-decoration: none;
}
.tinv-wishlist .cart-empty.woocommerce-info {
  background-color: #e5e9f4;
  color: #002891;
  border-left: 0.6180469716em solid #002891;
}
.tinv-wishlist .cart-empty.woocommerce-info:before {
  color: #002891;
}
.tinv-wishlist .return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tinv-wishlist .return-to-shop .wc-backward {
  border-radius: 0px;
  color: #fff;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.tinv-wishlist .return-to-shop .wc-backward:hover {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.tinv-wishlist .return-to-shop .wc-backward:focus {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}

.storefront-breadcrumb {
  margin: 0 0 0 !important;
}

.woocommerce-breadcrumb a {
  text-decoration: none !important;
}
.woocommerce-breadcrumb a:before {
  display: none !important;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  content: "/" !important;
}

@media (min-width: 768px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.custom-hogslat-header {
  position: sticky !important;
  top: 0;
  padding-top: 0 !important;
}
.custom-hogslat-header .container {
  max-width: 1630px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.custom-hogslat-header .hogslat-header-top .top-search {
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e7e7e7;
  font-size: 0.8rem;
  padding: 0rem 0rem 0rem 1rem;
}
.custom-hogslat-header .hogslat-header-top .top-search form {
  margin: 0;
}
.custom-hogslat-header .hogslat-header-top .top-search form input {
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 1rem;
}
.custom-hogslat-header .hogslat-header-top .top-search form select {
  background: #f2f4f9;
  height: 3rem;
  border-radius: 0;
  border-color: #e7e7e7;
  border-top: 0;
  border-bottom: 0;
  min-width: 10rem;
  padding: 0.2rem 0.4rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 500;
  text-overflow: ellipsis;
}
.custom-hogslat-header .hogslat-header-top .top-search form button {
  background-color: #002891;
  padding: 0.25rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  min-width: 3rem;
}
.custom-hogslat-header .hogslat-header-top .top-search form button img {
  height: 1.5rem;
  width: 1.5rem;
}
.custom-hogslat-header .hogslat-header-top .top-search form button:hover {
  opacity: 0.9;
}
.custom-hogslat-header .hogslat-header-top .header-icons {
  gap: 3rem !important;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper:focus {
  outline-color: transparent;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon.header-icon-profile.header-icon-img {
  padding: 0.1rem;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon.header-icon-cart {
  margin-right: 0.5rem;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon .header-icon-img {
  width: 2.75rem;
  height: 2.75rem;
  width: 2.2rem;
  height: 2.2rem;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon .header-icon-text {
  font-size: 0.733rem;
  color: #002891;
  bottom: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-header-top .header-icons .header-icon-wrapper .header-icon .badge {
  background-color: #002891;
  border-radius: 50%;
  height: 1.3rem;
  width: 1.3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-header-top .header-icons .navbar-toggler {
  background-color: #e5e9f4;
  height: 100%;
  position: absolute;
  right: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-header-top .header-icons .navbar-toggler .menu-icon-img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(57%) saturate(5287%) hue-rotate(222deg) brightness(110%) contrast(108%);
  height: 2rem;
  width: 2rem;
}
.custom-hogslat-header .hogslat-header-top .header-icons .navbar-toggler:hover {
  opacity: 0.9;
}
.custom-hogslat-header .hogslat-header-bottom .phone-contact-item {
  color: #333333;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-header-bottom .phone-contact-item img {
  margin-right: 0.25rem;
}
.custom-hogslat-header .hogslat-header-bottom .category-chicken {
  margin-left: 1rem;
  background: #e6f4dc;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.custom-hogslat-header .hogslat-header-bottom .category-chicken a {
  color: #33691e !important;
}
.custom-hogslat-header .hogslat-header-bottom .category-chicken:hover {
  opacity: 0.9;
}
.custom-hogslat-header .hogslat-header-bottom .category-pig {
  background: #fde8e7;
  margin-left: 1rem;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.custom-hogslat-header .hogslat-header-bottom .category-pig a {
  color: #b71c1c !important;
}
.custom-hogslat-header .hogslat-header-bottom .category-pig:hover {
  opacity: 0.9;
}
.custom-hogslat-header .hogslat-header-bottom .nav {
  margin: 0;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper {
  position: relative;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper:hover .menu-dropdown {
  display: block;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-menu {
  color: #002891;
  background-color: #e5e9f4;
  transition: background-color 0.4s ease-in-out;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-menu img {
  height: 1rem;
  width: 1rem;
  filter: brightness(0) saturate(100%) invert(10%) sepia(57%) saturate(5287%) hue-rotate(222deg) brightness(110%) contrast(108%);
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-menu:hover {
  background-color: #002891;
  color: #fff;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-menu:hover img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(26%) hue-rotate(23deg) brightness(107%) contrast(108%);
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 999;
  box-shadow: 0px 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
  overflow-y: auto;
  border-top: 2px solid #002891;
  /* top și max-height setate dinamic cu JavaScript */
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown .mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Scrollbar custom pentru dropdown */
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown::-webkit-scrollbar {
  width: 6px;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown::-webkit-scrollbar-thumb {
  background: #002891;
  border-radius: 10px;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .menu-dropdown::-webkit-scrollbar-thumb:hover {
  background: #001a5c;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .mega-menu-column {
  display: flex;
  flex-direction: column;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .mega-menu-column .menu-section-label {
  font-size: 1rem;
  color: #002891;
  font-weight: bold;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #002891;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .mega-menu-column .menu-section-label:hover {
  color: #001a5c;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item {
  position: relative;
  display: block;
  padding: 0.15rem 0.5rem;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item:hover {
  z-index: 100;
  background-color: #f8f9fa;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item .category-item {
  position: relative;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  padding: 0.2rem 0 0.2rem 0.75rem;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item .category-item:hover {
  color: #002891;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item .category-item:hover:after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(57%) saturate(5287%) hue-rotate(222deg) brightness(110%) contrast(108%);
  opacity: 1;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item .category-item:after {
  display: none;
  position: absolute;
  right: 0;
  top: 0.5rem;
  opacity: 0.7;
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.5rem;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item.has-children a::after {
  display: block;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .menu-item.has-children:hover .submenu {
  display: block;
}
.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .submenu {
  display: none;
  position: fixed;
  background: white;
  min-width: 16rem;
  max-width: 20rem;
  box-shadow: 0px 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  z-index: 1001;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .submenu .submenu-item {
  display: block;
  padding: 0.25rem 0.5rem;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .submenu .submenu-item:hover {
  background-color: #f8f9fa;
  border-radius: 4px;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .submenu .submenu-item .subcategory-item {
  position: relative;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  padding: 0.25rem 0.5rem;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}

.custom-hogslat-header .hogslat-header-bottom .nav .product-menu-wrapper .product-mega-menu .submenu .submenu-item .subcategory-item:hover {
  color: #002891;
}
.custom-hogslat-header .hogslat-header-bottom .nav a {
  color: #002891;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-weight: normal;
}
.custom-hogslat-header .hogslat-header-bottom .nav a:focus {
  outline: none;
}

/* ============================================
   Product Manual Section - Design rafinat
   ============================================ */
.product-manual-section {
  display: flex;
  gap: 1.5rem;
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f4ff 100%);
  border: 1px solid #d0e8ff;
  border-left: 4px solid #002891;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 40, 145, 0.08);
  transition: all 0.3s ease;
}

.product-manual-section:hover {
  box-shadow: 0 4px 16px rgba(0, 40, 145, 0.12);
  transform: translateY(-2px);
}

.product-manual-section .manual-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002891;
  box-shadow: 0 2px 8px rgba(0, 40, 145, 0.1);
}

.product-manual-section .manual-icon svg {
  width: 32px;
  height: 32px;
}

.product-manual-section .manual-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-manual-section .manual-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002891;
  line-height: 1.3;
}

.product-manual-section .manual-description {
  margin: 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.product-manual-section .manual-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #002891;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 2px 8px rgba(0, 40, 145, 0.2);
}

.product-manual-section .manual-download-btn:hover {
  background: #001a5c;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 40, 145, 0.3);
  color: white;
}

.product-manual-section .manual-download-btn svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-manual-section {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
  }
  
  .product-manual-section .manual-icon {
    width: 56px;
    height: 56px;
  }
  
  .product-manual-section .manual-title {
    font-size: 1.1rem;
  }
  
  .product-manual-section .manual-download-btn {
    width: 100%;
    justify-content: center;
  }
}
.custom-hogslat-header .hogslat-menu-modal .modal-header {
  padding: 0;
  height: 4.1rem;
  border: none;
}
.custom-hogslat-header .hogslat-menu-modal .modal-header .site-logo {
  margin-left: 1rem;
}
.custom-hogslat-header .hogslat-menu-modal .modal-header .navbar-toggler {
  background-color: #e5e9f4;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.custom-hogslat-header .hogslat-menu-modal .modal-header .navbar-toggler .menu-icon-img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(57%) saturate(5287%) hue-rotate(222deg) brightness(110%) contrast(108%);
  height: 2rem;
  width: 2rem;
}
.custom-hogslat-header .hogslat-menu-modal .modal-header .navbar-toggler:hover {
  opacity: 0.9;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body form input {
  font-size: calc(1.2rem + 0.2vw);
}
.custom-hogslat-header .hogslat-menu-modal .modal-body form img {
  height: 2.4rem;
  width: 2.4rem;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body .nav-mobile {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: 2rem;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body .nav-mobile .nav-mobile-main-list {
  flex: 1;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body .nav-mobile .nav-mobile-other-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  gap: 1rem;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body .nav-mobile .nav-mobile-other-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  border: 1px solid #002891;
}
.custom-hogslat-header .hogslat-menu-modal .modal-body .nav-mobile .nav-mobile-other-list li a {
  color: #002891;
  background-color: #fff;
}
.custom-hogslat-header .hogslat-menu-modal .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border: none;
}
.custom-hogslat-header .hogslat-menu-modal .modal-footer .vertical-divider {
  width: 1px;
  height: 80%;
  color: #e7e7e7;
}
.custom-hogslat-header .hogslat-menu-modal .modal-footer .phone-contact-item {
  color: #333333;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-hogslat-header .hogslat-menu-modal .modal-footer .phone-contact-item img {
  margin-right: 0.25rem;
}

.site-header .container {
  padding: 0 !important;
}

@media (max-width: 1200px) {
  .custom-hogslat-header {
    padding-bottom: 0 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  .hogslat-header-top {
    padding: 0.25rem 1rem 0.25rem 2rem !important;
    height: 4.1rem;
  }
  .hogslat-header-top .site-logo {
    width: 10rem;
  }
  .hogslat-header-top .site-logo img {
    width: 100% !important;
  }
  .hogslat-header-top .header-icons {
    margin-right: 5rem;
    padding-right: 0 !important;
  }
  .hogslat-header-top .header-icons .header-icon-wrapper {
    width: auto !important;
  }
  .hogslat-header-top .header-icons .header-icon-wrapper .header-icon-img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.site-footer {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #f2f4f9 !important;
  margin-top: 5rem;
}

.site-footer h6 {
  font-size: calc(10px + 0.3rem);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #002891 !important;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: calc(10px + 0.3rem);
  margin-bottom: 1rem;
}

.site-footer .product-list ul {
  gap: 2px;
  max-height: 20rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer .product-list ul a {
  white-space: normal;
  max-width: 14rem;
}

.site-footer a {
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 0.5rem;
}

.site-footer .contact-section li {
  font-weight: bold;
  color: #000000;
}

.footer-logos img {
  display: block;
  max-width: 10rem;
  margin-bottom: 2rem;
}

.after-footer-container {
  border-top: 1px solid #e7e7e7;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  margin-top: 3rem;
  color: #000000;
  font-size: calc(10px + 0.3rem);
  display: flex;
  justify-content: space-between;
}

.after-footer-container__left {
  flex: 1;
}

.after-footer-container__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.after-footer-container__right a {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: calc(10px + 0.3rem);
}

.after-footer-container__right img {
  margin-right: 0.25rem;
  object-fit: contain;
  height: 2rem;
  width: 2rem;
  filter: brightness(0) saturate(100%) invert(49%) sepia(79%) saturate(2569%) hue-rotate(172deg) brightness(102%) contrast(104%);
}

.footer-logos {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 576px) {
  .footer-logos {
    flex-direction: row;
  }
  .site-footer .product-list ul {
    max-height: 30rem;
  }
}
.product-card {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: box-shadow 0.2s ease;
}
.product-card:hover {
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.08);
}
.product-card .sale-ribbon,
.product-card .category-ribbon {
  width: auto;
  border-radius: 0 8px 8px 0;
  font-size: 0.8rem;
  background: #e5e9f4;
  color: #002891;
  z-index: 3;
  line-height: 1;
  padding: 9px 18px 9px 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.product-card .category-ribbon {
  top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-card .category-ribbon.category-pig-ribbon {
  background: #fde8e7;
  color: #b71c1c;
}

.product-card .category-ribbon.category-pig-ribbon img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(56%) saturate(5361%) hue-rotate(354deg) brightness(81%) contrast(87%);
}

.product-card .category-ribbon.category-chicken-ribbon {
  background: #e6f4dc;
  color: #33691e;
}

.product-card .category-ribbon.category-chicken-ribbon img{
    filter: brightness(0) saturate(100%) invert(29%) sepia(93%) saturate(384%) hue-rotate(58deg) brightness(93%) contrast(89%);
}

/* Delivery Badge */
.product-card .delivery-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.product-card .delivery-badge:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-card .delivery-badge.delivery-available {
  background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
}

.product-card .delivery-badge.delivery-unavailable {
  background: linear-gradient(135deg, #f44336 0%, #c62828 100%);
}

.product-card .delivery-badge svg {
  width: 1.4rem;
  height: 1.4rem;
  color: #fff;
}

.product-card .delivery-badge.delivery-unavailable .delivery-unavailable-line {
  position: absolute;
  width: 120%;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.product-card .ratio img {
  object-fit: contain;
}
.product-card .product-image-wrapper {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18rem;
  margin: 0 auto;
}

.product-card .product-image-wrapper img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.product-card .product-title {
  min-height: calc(4 * 1.2rem);
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  text-wrap: wrap;
  color: #002891;
}

.product-card .product-description {
    height: calc(7 * 1.1rem);
    overflow: hidden;
}

.product-card .price-wrapper .price-strike {
  color: #999;
}
.product-card .price-wrapper .price {
  font-size: 1.1rem;
  font-weight: bold;
}
.product-card .price-wrapper .suffix {
  font-size: 0.75rem;
  color: #6c757d;
}

/* Unit of Sale Badge */
.unit-of-sale-badge {
    display: flex;
    flex-direction: column;
    gap:4px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 40, 145, 0.15);
    color: rgba(0, 40, 145, 1);
    font-size: 0.75rem;
    font-weight: 600;
    line-height:0.75rem;
    padding: 0.35rem 0.65rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex: 1;
    border: 1px solid rgba(0, 40, 145, 1);
    height: 50px;
}

.unit-of-sale-badge span + span {
  font-size: 11px;
  font-weight: normal;
}

.stock-info-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    line-height:0.75rem;
    padding: 0.35rem 0.65rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex: 1;
    height: 50px;
}
.stock-info-badge.order-later{
    border:1px solid rgba(var(--bs-warning-rgb), 1) !important;
    background: rgba(var(--bs-warning-rgb), 0.15) !important;
    color: rgba(var(--bs-warning-rgb), 1) !important;
}

.stock-info-badge.in-stock{
    border:1px solid rgba(var(--bs-success-rgb), 1) !important;
    background: rgba(var(--bs-success-rgb), 0.15) !important;
    color: rgba(var(--bs-success-rgb), 1) !important;
}

.stock-info-badge.no-stock{
    border:1px solid rgba(var(--bs-danger-rgb), 1) !important
    background: rgba(var(--bs-danger-rgb), 0.15) !important;
    color: rgba(var(--bs-danger-rgb), 1) !important;
}


.product-card .btn {
  font-size: 0.875rem;
  font-weight: 600;
}
.product-card .product-button-actions {
  display: flex;
  gap: 1rem;
}
.product-card .product-button-actions .tinv-wraper {
  background: #e5e9f4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
}
.product-card .product-button-actions .tinvwl_add_to_wishlist-text {
  color:#002891;
}

.product-card .product-button-actions .tinvwl_already_on_wishlist-text {
  color:#002891;
}

.product-card .product-button-actions .tinv-wraper:hover {
  opacity: 0.9;
}
.product-card .product-button-actions .tinv-wraper .tinvwl_add_to_wishlist_button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.product-card .product-button-actions .tinv-wraper img {
  height: 1.5rem !important;
  width: 1.5rem !important;
  max-width: 1.5rem !important;
  max-height: 1.5rem !important;
}
.product-card .product-button-actions .btn {
  height: 3rem;
  flex: 1;
  border-radius: 0px;
  border: 1px solid #002891;
  background: #002891;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}
.product-card .product-button-actions .btn:hover {
  background-color: #fff;
  color: #002891;
  text-decoration: none;
}

.home-swiper,
.events-swiper {
  --swiper-navigation-size: 3rem;
}
.home-swiper .swiper-slide,
.events-swiper .swiper-slide {
  min-height: 33.3rem !important;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.home-swiper .swiper-slide .container,
.events-swiper .swiper-slide .container {
  padding: 0 2rem;
}
.home-swiper .swiper-slide .btn,
.events-swiper .swiper-slide .btn {
  flex: 1;
  border-radius: 0px;
  border: 1px solid #002891;
  background: #002891;
  color: #fff;
  position: relative;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  padding: 0.8rem 1.6rem;
  padding-right: 2rem;
  margin-right: 8px;
}
.home-swiper .swiper-slide .btn:hover,
.events-swiper .swiper-slide .btn:hover {
  background-color: #fff;
  color: #002891;
  text-decoration: none;
}
.home-swiper .swiper-slide .btn:hover:after,
.events-swiper .swiper-slide .btn:hover:after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(57%) saturate(5287%) hue-rotate(222deg) brightness(110%) contrast(108%);
}
.home-swiper .swiper-slide .btn:after,
.events-swiper .swiper-slide .btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  right: 0.5rem;
  filter: brightness(0) invert(1);
}
.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev,
.events-swiper .swiper-button-next,
.events-swiper .swiper-button-prev {
  color: white;
}
.home-swiper .swiper-pagination-bullet-active,
.events-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.home-swiper .lead,
.events-swiper .lead {
  color: #515151;
}

.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card {
  padding: 0;
  border-radius: 16px;
  border: none;
  position: relative;
  flex: 1;
  min-height: 33.3rem;
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card .card-body {
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card .card-body h2 {
  font-size: calc(1rem + 0.4vw);
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card .card-body .card-text {
  flex: 1;
  overflow: hidden;
  font-size: calc(1rem + 0.1vw);
  line-height: calc(1rem + 0.5vw);
  max-height: calc((1rem + 0.5vw) * 6);
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card .card-body .btn {
  flex: none;
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card-img-top {
  height: 10rem;
  object-fit: contain;
  padding: 1.5rem 1rem 0rem 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card-img-top.is-placeholder {
  padding: 16px;
  margin: 16px;
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card-event-marker {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #002891;
  padding: 0.5rem;
  border-radius: 50%;
  right: 0;
  top: 0;
  margin: 1rem;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.events-swiper-wrapper .events-swiper .swiper-wrapper .swiper-slide .card-event-marker .card-event-marker-img {
  object-fit: contain;
}

.swipers-group {
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  max-width: 100rem;
}
.swipers-group .home-swiper-wrapper {
  flex: 1 0 66.6%;
  max-width: 66%;
}
.swipers-group .events-swiper-wrapper {
  flex: 1 0 33.3%;
  max-width: 33%;
}

.homepage-sections {
  margin: 0 2rem;
}
.homepage-sections .home-products-section .section-title {
  color: #002891 !important;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.homepage-sections .home-products-section .section-title a {
  font-size: 1.2rem;
}
.homepage-sections .home-products-section .product-row {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .events-swiper-wrapper .card-text {
    max-height: 6rem;
  }
  .home-products-section .product-row {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 992px) {
  .swipers-group {
    display: flex;
    gap: 2rem;
    margin: 0 2rem;
    flex-wrap: wrap;
  }
  .swipers-group .home-swiper-wrapper {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .swipers-group .events-swiper-wrapper {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .home-products-section .product-row {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .swipers-group {
    margin: 0;
    padding-top: 0 !important;
  }
  .home-swiper,
  .events-swiper {
    --swiper-navigation-size: 2rem;
  }
  .homepage-sections {
    margin: 0 1rem;
  }
  .home-products-section .product-row {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.wc-block-components-radio-control__input {
  border: 1px solid #002891 !important;
}
.wc-block-components-radio-control__input:before {
  background: #002891 !important;
}

.wp-block-woocommerce-cart {
  margin-top: 2rem;
}

.wc-block-components-button {
  border-radius: 0px;
  color: #fff;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.wc-block-components-button:hover {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.wc-block-components-button:focus {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}

.wc-block-components-product-name {
  color: #002891;
  text-decoration: none !important;
}

.wc-block-components-product-badge {
  border-color: #002891 !important;
  color: #002891 !important;
}

.wc-block-cart-item__remove-link {
  color: #c1121f !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.wc-block-cart-item__image img {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 0.25rem;
}

.woocommerce-cart .storefront-breadcrumb {
  display: none;
}

.woocommerce-Price-amount{
    color: #002891;
}

body {
  padding-right: 0 !important;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

* {
  font-family: "Poppins", sans-serif !important;
}

:focus-visible {
  outline: none;
}

a:focus {
  outline: none !important;
}

.col-full {
  padding: 0 !important;
  max-width: 100rem !important;
}

.storefront-breadcrumb {
  display: none;
}

.woocommerce-info {
  background-color: #002891 !important;
}

.woocommerce-Input {
  background-color: #fff !important;
  box-shadow: none !important;
  border: 1px solid #e7e7e7 !important;
}
.woocommerce-Input:focus {
  outline-color: #002891 !important;
}

.show-password-input {
  background-color: transparent !important;
}

.woocommerce-Button,
.woocommerce-button {
  border-radius: 0px !important;
  color: #fff !important;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  font-size: 1rem !important;
  cursor: pointer;
  line-height: 1.5555 !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  min-width: 15rem;
}
.woocommerce-Button:hover,
.woocommerce-button:hover {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}
.woocommerce-Button:focus,
.woocommerce-button:focus {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

.woocommerce-no-products-found {
  margin: 2rem;
}

.storefront-sticky-add-to-cart {
  display: none;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline-color: transparent !important;
}

@media (max-width: 576px) {
  :root {
    font-size: 10px;
  }
  .woocommerce-Button,
  .woocommerce-button {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: none !important;
  }
}
@media (max-width: 66.4989em) {
  .col-full {
    margin: 0 !important;
  }
}
.category-events .storefront-breadcrumb {
  display: none;
}

article.post {
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 5rem;
}
article.post .entry-content .wp-post-image {
  display: none;
}
article.post .entry-taxonomy {
  display: none;
}
article.post .comments-area {
  display: none;
}

.woocommerce-account .account-nav-select-wrapper {
  border-radius: 1rem;
  margin: 1.5rem 2rem 0rem;
  background: #f2f4f9;
  border: 1px solid #002891;
}
.woocommerce-account .account-nav-select-wrapper .account-nav-select {
  min-width: 10rem;
  padding: 0.2rem 0.8rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: 500;
  text-overflow: ellipsis;
  position: relative;
  height: 3rem;
  border: none;
  background: transparent;
  width: 100%;
  border-right: 0.5rem solid transparent;
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  margin: 2rem;
}
.woocommerce-account .woocommerce h2 {
  font-size: 2rem;
}
.woocommerce-account .woocommerce p {
  font-size: 1rem;
}
.woocommerce-account .woocommerce label {
  font-size: 1rem;
}
.woocommerce-account .woocommerce #customer_login .u-column1 a,
.woocommerce-account .woocommerce #customer_login .u-column2 a {
  text-decoration: none;
  color: #002891;
}
.woocommerce-account .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit {
  margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 0;
  width: 100% !important;
  float: left !important;
  margin-right: 0 !important;
  min-height: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  width: 100%;
  background: transparent;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.2rem;
  border-top: none !important;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  border-bottom: none !important;
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #002891 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 1rem 1rem !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  color: #002891;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 0;
  width: 100% !important;
  float: left !important;
  margin-right: 0 !important;
  padding: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
  min-width: 15rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.woocommerce-Button):not(.woocommerce-button) {
  color: #002891 !important;
  text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #f3f3f3;
  border-radius: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 1rem;
  background-color: #002891;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title::before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title::after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2 {
  flex: 1;
  margin: 0;
  line-height: 1.7rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  color: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  padding: 0 1rem;
}

@media (max-width: 1200px) {
  .woocommerce #customer_login {
    display: flex;
    flex-direction: column;
  }
  .woocommerce #customer_login .u-column1 {
    width: 100% !important;
    margin: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e7e7e7;
  }
  .woocommerce #customer_login .u-column2 {
    width: 100% !important;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    justify-content: space-around;
  }
  .woocommerce .woocommerce-MyAccount-navigation-link a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .woocommerce .woocommerce-MyAccount-navigation-link a::before {
    margin-left: 0 !important;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100% !important;
    margin: 0;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address br {
    display: block;
  }
}
.archive-product-container {
  margin: 0;
}

/* Smart Breadcrumbs */
.smart-breadcrumbs {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.breadcrumb-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #002891;
  border-top: 2px solid #002891;
  transform: rotate(45deg);
  margin-left: 0.75rem;
  opacity: 0.5;
}

.breadcrumb-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.breadcrumb-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 40, 145, 0.1), transparent);
  transition: left 0.5s ease;
}

.breadcrumb-link:hover::before {
  left: 100%;
}

.breadcrumb-link:hover {
  color: #002891;
  background: rgba(0, 40, 145, 0.08);
  transform: translateY(-2px);
}

.breadcrumb-icon {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.3s ease;
}

.breadcrumb-link:hover .breadcrumb-icon {
  transform: scale(1.15) rotate(-5deg);
}

.breadcrumb-item.active span {
  color: #002891;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  background: linear-gradient(135deg, rgba(0, 40, 145, 0.12) 0%, rgba(0, 40, 145, 0.08) 100%);
  border-radius: 8px;
  display: inline-block;
}

@media (max-width: 768px) {
  .breadcrumb-list {
    padding: 0.6rem 1rem;
    gap: 0.35rem;
  }
  
  .breadcrumb-item {
    font-size: 0.85rem;
  }
  
  .breadcrumb-link {
    padding: 0.25rem 0.5rem;
  }
  
  .breadcrumb-icon {
    width: 1rem;
    height: 1rem;
  }
}

.archive-product-container .archive-product-page-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.archive-product-container .archive-product-page-wrapper .archive-product-sidebar {
  width: 20rem;
}
.archive-product-container .archive-product-page-wrapper .archive-product-items {
  flex: 1;
}
@media (max-width: 1200px) {
  .archive-product-container .archive-product-page-wrapper .archive-product-items .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 992px) {
  .archive-product-container .archive-product-page-wrapper .archive-product-items .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .archive-product-container .archive-product-page-wrapper {
    flex-direction: column;
  }
  .archive-product-container .archive-product-page-wrapper .archive-product-items .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (min-width: 1400px) {
  .archive-product-container {
    margin: auto !important;
  }
}
.product-sidebar form {
  margin-bottom: 0;
}

.nav-list-menu-wrapper {
  font-size: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nav-list-menu-wrapper .nav-list-menu-title {
  justify-content: center;
  color: #002891;
  font-size: 1.2rem;
  color: #002891;
  font-weight: bold;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper {
  overflow-y: auto;
  flex: 1;
  max-height: 47vh;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper .nav-list-menu-categories-section {
  list-style: none;
  margin: 0;
  margin: 1rem 0;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper .nav-list-menu-categories-section .nav-list-menu-categories-section-label {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #002891;
  font-weight: bold;
  padding: 0rem 0rem 0.5rem;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper .nav-list-menu-categories-section .nav-list-menu-categories-section-entry .nav-list-menu-categories-section-entry-title {
  text-decoration: none;
  color: #333;
  transition: all 0.4s;
  position: relative;
  padding: 0px 0px 0px 1rem;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper .nav-list-menu-categories-section .nav-list-menu-categories-section-entry .nav-list-menu-categories-section-entry-inner {
  list-style: none;
  margin: 0;
}
.nav-list-menu-wrapper .nav-list-menu-categories-wrapper .nav-list-menu-categories-section .nav-list-menu-categories-section-entry .nav-list-menu-categories-section-entry-inner .nav-list-menu-categories-section-entry-inner-item a {
  text-decoration: none;
  color: #999999;
  transition: all 0.4s;
  position: relative;
  padding: 0px 0px 0px 2rem;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.custom-product-page {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
}

.custom-product-gallery .flex-control-nav {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin-top: 1rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-gallery .woocommerce-product-gallery {
  position: relative;
}

.custom-product-gallery .onsale {
  display: none;
}
.custom-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 999;
}

/* Stiluri pentru imaginile din galeria de produse */
.woocommerce-product-gallery__wrapper > img {
  max-height: 500px;
  object-fit: contain;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper > img {
    max-height: 300px;
    object-fit: contain;
  }
}

.custom-product-summary {
  flex: 1 1 400px;
}
.custom-product-summary form.cart {
  display: flex;
  gap: 1rem;
}
.custom-product-summary form input[name=quantity] {
  height: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  border-radius: 0.25rem;
  min-width: 5rem;
}
.custom-product-summary form button[name=add-to-cart] {
  border-radius: 0px;
  color: #fff;
  background: #002891 !important;
  border: 1px solid #002891 !important;
  font-size: 0.86667rem;
  cursor: pointer;
  line-height: 1.5555;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.4s;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.custom-product-summary form button[name=add-to-cart]:hover {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.custom-product-summary form button[name=add-to-cart]:focus {
  border: 1px solid #002891 !important;
  color: #002891 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.custom-product-summary .tinv-wraper {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
}
.custom-product-summary .tinv-wraper a[name=add-to-wishlist] {
  width: 3rem !important;
  height: 3rem !important;
  background: #e5e9f4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-product-summary .tinv-wraper a[name=add-to-wishlist]:hover {
  opacity: 0.9;
}
.custom-product-summary .tinv-wraper a[name=add-to-wishlist] .tinvwl_add_to_wishlist_button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.custom-product-summary .tinv-wraper a[name=add-to-wishlist] img {
  height: 1.5rem !important;
  width: 1.5rem !important;
  max-width: 1.5rem !important;
  max-height: 1.5rem !important;
}
.custom-product-summary .custom-product-meta {
  font-size: 0.9rem;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}
.custom-product-summary .custom-product-meta a {
  color: #002891;
  text-decoration: none !important;
}

.custom-product-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.custom-product-price {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.custom-product-price ins {
  color: #002891;
  font-weight: bold;
}

.custom-product-description-short {
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .custom-product-page {
    flex-direction: column;
  }
}
.hogslat-contact {
  background-color: red;
}

/**
 * Product Filters - Styling pentru sidebar și filtre
 */

/* ===== SIDEBAR DESKTOP ===== */
.product-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    flex-direction: column;
}

.product-sidebar::-webkit-scrollbar {
    width: 6px;
}

.product-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product-sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.product-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Filter Icons Styling */
.filter-check-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.75rem;
    border-radius: 8px;
    background: #f8f9fa;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
}

.filter-check-item:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    transform: translateX(3px);
}

.filter-check-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-check-item input[type="checkbox"]:checked ~ .filter-label {
    font-weight: 600;
    color: #002891;
}

.filter-check-item input[type="checkbox"]:checked {
    & ~ .filter-label .filter-icon {
        transform: scale(1.15) rotate(5deg);
        box-shadow: 0 4px 12px rgba(0, 40, 145, 0.3);
    }
}

.filter-check-item:has(input[type="checkbox"]:checked) {
    background: linear-gradient(135deg, rgba(0, 40, 145, 0.08) 0%, rgba(0, 40, 145, 0.04) 100%);
    border-color: #002891;
    transform: translateX(5px);
}

.filter-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
}

.filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.filter-icon svg,
.filter-icon img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
}

.filter-icon-stock {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: #fff;
}

.filter-icon-sale {
    background: linear-gradient(135deg, #f44336 0%, #c62828 100%);
    color: #fff;
}

.filter-icon-new {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
    color: #fff;
}

.filter-text {
    flex: 1;
    font-size: 0.95rem;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #e9ecef;
}

.sidebar-header h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
}

/* ===== FORM ELEMENTS ===== */
.product-filter-form .form-label,
.product-filter-form-mobile .form-label {
    font-size: 0.95rem;
    color: #495057;
    margin-bottom: 8px;
}

.product-filter-form .form-select,
.product-filter-form-mobile .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.product-filter-form .form-select:focus,
.product-filter-form-mobile .form-select:focus {
    border-color: #002891;
    box-shadow: 0 0 0 0.2rem rgba(0, 40, 145, 0.15);
}

.product-filter-form .form-select.border-primary,
.product-filter-form-mobile .form-select.border-primary {
    border-color: #002891 !important;
    background-color: #e5e9f4;
}

/* ===== PRICE SLIDER ===== */
#price-range-slider,
#price-range-slider-mobile {
    height: 8px;
    margin: 20px 0;
}

.noUi-connect {
    background: #002891;
}

.noUi-handle {
    border: 3px solid #002891;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    width: 20px;
    height: 20px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -6px;
}

.noUi-target {
    background: #e9ecef;
    border-radius: 8px;
    border: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.product-filter-form input[type="number"],
.product-filter-form-mobile input[type="number"] {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 0.9rem;
}

.product-filter-form input[type="number"]:focus,
.product-filter-form-mobile input[type="number"]:focus {
    border-color: #002891;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 40, 145, 0.15);
}

/* ===== RATING FILTER ===== */
.rating-filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-filter .form-check {
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.rating-filter .form-check:hover {
    background-color: #f8f9fa;
}

.rating-filter .form-check-label {
    cursor: pointer;
    font-size: 0.9rem;
}

.rating-filter .stars {
    display: inline-flex;
    gap: 2px;
}

.rating-filter .star {
    color: #ddd;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.rating-filter .star.filled {
    color: #ffc107;
}

.rating-filter .form-check-input:checked ~ .form-check-label .star.filled {
    color: #ff9800;
}

/* ===== CHECKBOXES (FILTRE RAPIDE) ===== */
.product-filter-form .form-check,
.product-filter-form-mobile .form-check {
    padding: 10px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.product-filter-form .form-check:hover,
.product-filter-form-mobile .form-check:hover {
    background-color: #f8f9fa;
    border-color: #e9ecef;
}

.product-filter-form .form-check.fw-bold,
.product-filter-form-mobile .form-check.fw-bold {
    background-color: #e5e9f4;
    border-color: #002891;
}

.product-filter-form .form-check-input,
.product-filter-form-mobile .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.15em;
    cursor: pointer;
}

.product-filter-form .form-check-label,
.product-filter-form-mobile .form-check-label {
    cursor: pointer;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.product-filter-form .form-check-label .badge,
.product-filter-form-mobile .form-check-label .badge {
    font-size: 0.7rem;
    padding: 2px 6px;
}

/* ===== BUTTONS ===== */
.product-filter-form button[type="submit"],
.product-filter-form-mobile button[type="submit"] {
    border-radius: 0px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s ease;
    border: 1px solid #002891;
    background: #002891;
    color: #fff;
}

.product-filter-form button[type="submit"]:hover,
.product-filter-form-mobile button[type="submit"]:hover {
    background-color: #fff;
    color: #002891;
    border-color: #002891;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 40, 145, 0.3);
}

.product-filter-form button[type="submit"]:active,
.product-filter-form-mobile button[type="submit"]:active {
    transform: translateY(0);
}

.product-filter-form .btn-outline-secondary,
.product-filter-form-mobile .btn-outline-secondary {
    border-radius: 0px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.4s ease;
    border: 1px solid #002891;
    color: #002891;
    background-color: #fff;
}

.product-filter-form .btn-outline-secondary:hover,
.product-filter-form-mobile .btn-outline-secondary:hover {
    background-color: #002891;
    color: #fff;
    border-color: #002891;
}

.clear-filter-btn {
    font-size: 1.2rem;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.clear-filter-btn:hover {
    opacity: 1;
    text-decoration: none;
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
    background: linear-gradient(135deg, #002891 0%, #001a5c 100%);
    position: relative;
    overflow: hidden;
    padding: 3rem 0 !important;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.newsletter-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
    pointer-events: none;
}

.newsletter-wrapper {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.newsletter-content {
    padding: 2.5rem 2rem;
    background: #fff;
}

.newsletter-title {
    color: #002891;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.newsletter-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #002891, #0052cc);
    border-radius: 2px;
}

.newsletter-description {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

/* Contact Form 7 Styling pentru Newsletter */
.newsletter-section .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.newsletter-section .wpcf7-form p {
    margin: 0;
    width: 100%;
}

.newsletter-section .wpcf7-form label {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.newsletter-section .wpcf7-form br {
    display: none;
}

.newsletter-section .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    font-size: 1rem;
}

.newsletter-section .wpcf7-form input[type="email"] {
    width: 100%;
    padding: 0.9rem 1.25rem;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    background: #f8f9fa;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    outline: none;
    color: #212529;
}

.newsletter-section .wpcf7-form input[type="email"]:focus {
    border-color: #002891;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 40, 145, 0.1),
                0 3px 10px rgba(0, 40, 145, 0.12);
    transform: translateY(-1px);
}

.newsletter-section .wpcf7-form input[type="email"]::placeholder {
    color: #adb5bd;
}

.newsletter-section .wpcf7-form input[type="email"].wpcf7-not-valid {
    border-color: #dc3545;
    background: #fff5f5;
}

.newsletter-section .wpcf7-form .wpcf7-not-valid-tip {
    position: relative;
    display: block;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #dc3545;
    border-radius: 8px;
    font-size: 0.85rem;
    text-align: left;
}

/* Checkboxuri GDPR și Privacy */
.newsletter-section .wpcf7-form .wpcf7-acceptance {
    margin: 0;
    width: 100%;
}

.newsletter-section .wpcf7-form .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
}

.newsletter-section .wpcf7-form .wpcf7-list-item-label {
    font-size: 0.85rem;
    color: #495057;
    line-height: 1.5;
    cursor: pointer;
}

.newsletter-section .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    margin-top: 0.25rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: #002891;
}

.newsletter-section .wpcf7-form .wpcf7-list-item a {
    color: #002891;
    text-decoration: underline;
    font-weight: 600;
}

.newsletter-section .wpcf7-form .wpcf7-list-item a:hover {
    color: #0052cc;
}

.newsletter-section .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #002891 0%, #0052cc 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 40, 145, 0.25),
                0 2px 6px rgba(0, 40, 145, 0.15);
    position: relative;
    overflow: hidden;
}

.newsletter-section .wpcf7-form input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.newsletter-section .wpcf7-form input[type="submit"]:hover::before {
    left: 100%;
}

.newsletter-section .wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #0052cc 0%, #002891 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 40, 145, 0.35),
                0 3px 10px rgba(0, 40, 145, 0.25);
}

.newsletter-section .wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 40, 145, 0.25);
}

.newsletter-section .wpcf7-response-output {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    background: #e5e9f4;
    color: #002891;
    font-weight: 500;
    border: 2px solid #002891;
    box-shadow: 0 4px 12px rgba(0, 40, 145, 0.15);
}

.newsletter-section .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border-color: #28a745;
}

.newsletter-section .wpcf7-validation-errors,
.newsletter-section .wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border-color: #dc3545;
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 2.5rem 0 !important;
    }

    .newsletter-content {
        padding: 2rem 1.5rem;
    }

    .newsletter-title {
        font-size: 1.6rem;
    }
    
    .newsletter-description {
        font-size: 0.95rem;
    }
}

/* ===== MOBILE SIDEBAR ===== */
.product-sidebar-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.product-sidebar-mobile .btn {
    border-radius: 0px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #002891;
    background: #002891;
    color: #fff;
    transition: all 0.4s ease;
    margin-bottom: 5vh;
}

.product-sidebar-mobile .btn:hover {
    background-color: #fff;
    color: #002891;
    border-color: #002891;
}

.product-sidebar-mobile .badge {
    font-size: 0.75rem;
    padding: 3px 7px;
    border-radius: 10px;
}

/* ===== OFFCANVAS ===== */
.offcanvas {
    width: 90% !important;
    max-width: 400px;
}

.offcanvas-header {
    border-bottom: 2px solid #e9ecef;
    padding: 20px 24px;
}

.offcanvas-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.offcanvas-body {
    padding: 24px;
}

.offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* ===== ARCHIVE LAYOUT ===== */
.archive-product-page-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    margin-top: 30px;
}

.archive-product-sidebar {
    position: relative;
}

.archive-product-items {
    min-width: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .archive-product-page-wrapper {
        grid-template-columns: 250px 1fr;
        gap: 20px;
    }
    
    .product-sidebar {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .archive-product-page-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .archive-product-items {
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .offcanvas {
        width: 100% !important;
    }
    
    .product-sidebar-mobile .btn {
        font-size: 0.95rem;
        padding: 12px 16px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-filter-form > div,
.product-filter-form-mobile > div {
    animation: fadeIn 0.3s ease-out;
}

/* ===== LOADING STATE ===== */
.product-filter-form button[type="submit"]:disabled,
.product-filter-form-mobile button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* ===== ACTIVE FILTERS INDICATOR ===== */
.form-select.border-primary.border-2 {
    border-width: 2px !important;
}

/* ===== ACCESSIBILITY ===== */
.product-filter-form *:focus,
.product-filter-form-mobile *:focus {
    outline: 2px solid #002891;
    outline-offset: 2px;
}

.product-filter-form .form-check-input:focus,
.product-filter-form-mobile .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 40, 145, 0.25);
}

/* ===== WPML LANGUAGE SWITCHER ===== */
/* Ascunde language switcher din footer (pus de WPML automat) */
footer .wpml-ls,
footer .wpml_language_selector,
.site-footer .wpml-ls,
.site-footer .wpml_language_selector,
.wpml-ls-legacy-list-horizontal,
.wpml-ls-statics-footer,
body > .wpml-ls {
    display: none !important;
}

/* Styling pentru language switcher din header */
.wpml-language-switcher a {
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wpml-language-switcher a:hover {
    color: #002891 !important;
}

.wpml-language-switcher .text-primary {
    color: #002891 !important;
}

/* ===== CONTACT FORM SECTION ===== */
.contact-form {
    padding: 1.5rem 1.5rem !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease;
}

.contact-form:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}

.contact-form > p:first-of-type {
    text-align: center;
    color: #002891;
    font-size: 1.4rem !important;
    margin-bottom: 0.75rem !important;
    border-bottom: 2px solid #002891;
    padding-bottom: 0.75rem;
}

.contact-form > p:nth-of-type(2) {
    text-align: center;
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1.25rem !important;
}

/* ===== CONTACT FORM 7 STYLING ===== */
.contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contact-form .wpcf7-form > p {
    margin: 0;
}

.contact-form .wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
}

.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="number"],
.contact-form .wpcf7-form input[type="file"],
.contact-form .wpcf7-form textarea,
.contact-form .wpcf7-form select {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.contact-form .wpcf7-form input:focus,
.contact-form .wpcf7-form textarea:focus,
.contact-form .wpcf7-form select:focus {
    border-color: #002891;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 40, 145, 0.1);
    transform: translateY(-1px);
}

.contact-form .wpcf7-form textarea {
    min-height: 90px;
    resize: vertical;
}

.contact-form .wpcf7-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23002891' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    padding-right: 2.5rem;
}

/* File input styling */
.contact-form .wpcf7-form input[type="file"] {
    padding: 0.5rem 0.8rem;
    cursor: pointer;
    background: #fff;
    font-size: 0.85rem;
}

.contact-form .wpcf7-form input[type="file"]::file-selector-button {
    padding: 0.4rem 0.8rem;
    border: none;
    border-radius: 5px;
    background: #002891;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
}

.contact-form .wpcf7-form input[type="file"]::file-selector-button:hover {
    background: #001a5c;
}

/* Submit button */
.contact-form .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #002891 0%, #0052cc 100%);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(0, 40, 145, 0.25);
    margin-top: 0.25rem;
}

.contact-form .wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #0052cc 0%, #002891 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 40, 145, 0.35);
}

.contact-form .wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Conditional groups */
.contact-form .wpcf7-form div[data-class="wpcf7cf_group"] {
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border-left: 3px solid #002891;
    margin: 0.25rem 0;
}

.contact-form .wpcf7-form div[data-class="wpcf7cf_group"].wpcf7cf-hidden {
    display: none;
}

/* Response messages */
.contact-form .wpcf7-response-output {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.85rem;
    text-align: center;
}

.contact-form .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 2px solid #28a745;
}

.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #dc3545;
}

/* Validation errors */
.contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    border-radius: 6px;
    font-size: 0.85rem;
}

.contact-form .wpcf7-form input.wpcf7-not-valid,
.contact-form .wpcf7-form textarea.wpcf7-not-valid,
.contact-form .wpcf7-form select.wpcf7-not-valid {
    border-color: #dc3545;
    background: #fff5f5;
}

/* Spinner */
.contact-form .wpcf7-spinner {
    margin-left: 1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .contact-form {
        padding: 1.25rem 1.25rem !important;
        border-radius: 30px !important;
    }
    
    .contact-form > p:first-of-type {
        font-size: 1.25rem !important;
    }
    
    .contact-form > p:nth-of-type(2) {
        font-size: 0.8rem;
    }
    
    .contact-form .wpcf7-form input,
    .contact-form .wpcf7-form textarea,
    .contact-form .wpcf7-form select {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .contact-form .wpcf7-form div[data-class="wpcf7cf_group"] {
        padding: 0.85rem;
    }
}

/* ===== CONTACT MAIN SECTION (Maps + Info) ===== */
.contact-main-hogslat {
    gap: 1.5rem !important;
    margin: 0 !important;
}

/* Coloana cu Maps - 66% */
.contact-main-hogslat > .wp-block-column:first-child {
    flex-basis: 66.66% !important;
    margin-right: 0 !important;
}

.contact-main-hogslat iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 450px;
    border-radius: 12px;
    border: 2px solid #dee2e6;
    margin: 0 !important;
}

/* Coloana cu Info - 33% */
.contact-main-hogslat > .wp-block-column:last-child {
    flex-basis: 33.33% !important;
    background: #fff;
    padding: 1.5rem !important;
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.contact-main-hogslat > .wp-block-column:last-child p {
    margin: 0 0 1rem 0 !important;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #495057;
}

.contact-main-hogslat > .wp-block-column:last-child p:last-of-type {
    margin-bottom: 1rem !important;
}

.contact-main-hogslat > .wp-block-column:last-child strong {
    color: #002891;
    font-size: 0.95rem;
}

.contact-main-hogslat > .wp-block-column:last-child a {
    color: #002891;
    text-decoration: none;
}

.contact-main-hogslat > .wp-block-column:last-child a:hover {
    text-decoration: underline;
}

/* Tabel Program */
.contact-main-hogslat .wp-block-table {
    margin: 0 !important;
}

.contact-main-hogslat .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem !important;
}

.contact-main-hogslat .wp-block-table td {
    padding: 0.5rem 0.75rem !important;
    border: 1px solid #dee2e6 !important;
    color: #495057;
}

.contact-main-hogslat .wp-block-table tr:first-child td {
    background: #f8f9fa;
    font-weight: 600;
    color: #002891;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-main-hogslat {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    
    .contact-main-hogslat > .wp-block-column:first-child,
    .contact-main-hogslat > .wp-block-column:last-child {
        flex-basis: 100% !important;
        width: 100% !important;
    }
    
    .contact-main-hogslat iframe {
        height: 350px !important;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .contact-main-hogslat > .wp-block-column:last-child {
        padding: 1.25rem !important;
    }
    
    .contact-main-hogslat iframe {
        height: 300px !important;
        min-height: 300px;
    }
}

/* ===== RETURNS NOTICE SECTION ===== */
.returns-notice-section {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #f0ad4e;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    margin-bottom: 2rem;
}

/* Pentru My Account page - mai tipător */
.woocommerce-MyAccount-content .returns-notice-section {
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #f0ad4e;
}

/* Pentru Footer - mai subtil */
.site-footer .returns-notice-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
}

.site-footer .returns-notice-content svg {
    color: #495057;
}

.site-footer .returns-notice-content p {
    color: #495057;
}

.returns-notice-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.returns-notice-content svg {
    color: #856404;
    flex-shrink: 0;
}

.returns-notice-content p {
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 500;
    color: #856404;
    text-align: center;
}

.returns-notice-content a {
    color: #002891;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s ease;
    margin: 0 !important;
    display: inline;
}

.returns-notice-content a:hover {
    color: #001a5c;
    text-decoration: none;
}

@media (max-width: 768px) {
    .returns-notice-section {
        padding: 1rem 1rem;
    }
    
    .returns-notice-content {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .returns-notice-content p {
        font-size: 0.9rem;
    }
}

/* ===== CONTACT FORM CONDITIONAL FIELDS ===== */
.wpcf7-form .conditional-field {
    display: none;
    margin-top: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #002891;
}

.wpcf7-form .conditional-field.show {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7-form .conditional-field label {
    font-size: 0.95rem !important;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

.wpcf7-form .conditional-field input[type="text"],
.wpcf7-form .conditional-field input[type="number"],
.wpcf7-form .conditional-field textarea,
.wpcf7-form .conditional-field select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.wpcf7-form .conditional-field input:focus,
.wpcf7-form .conditional-field textarea:focus,
.wpcf7-form .conditional-field select:focus {
    border-color: #002891;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 40, 145, 0.1);
}

/* ===== PRINT STYLES ===== */
@media print {
    .product-sidebar,
    .product-sidebar-mobile {
        display: none !important;
    }
}

/*# sourceMappingURL=style.css.map */
