.wicks img { border-radius: 30px; }


.product_loop {
 
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 4px 4px 10px #ddd;
}


.boxed a img { border-radius: 20px; }

.product_loop .add7cart, .acquista_detaggli button, .product_loop .dettagliview {
  background: #DC3E95;
  border: 2px solid #B91C43;
  color: #fff;
}

.navbar a { color: #000 !important;  font-size: 14px;
  text-decoration: none; }



#susearch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#susearch form {
  position: relative;
  width: 100%;
  max-width: 420px;
}

#susearch .search-box {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: box-shadow .3s ease;
}

#susearch .search-box:focus-within {
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

#susearch input.ssearch {
  border: none;
  outline: none;
  flex: 1;
  padding: 12px 20px 12px 55px;
  font-size: 15px;
  background: transparent;
  border-radius: 40px;
}

#susearch input.ssearch::placeholder {
  color: #aaa;
  font-style: italic;
}

#susearch .input-group-text {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #00aaff, #0088ff);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

#susearch .input-group-text:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

#susearch .input-group-text i {
  font-size: 1rem;
}

#ax_result {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  z-index: 1000;
  display: none;
}

#ax_result.show {
  display: block;
}
.navbar-light .navbar-nav .nav-link { 

	margin-top: 0px !important;
}

.mmtop .col-md-12:hover, .navbar-nav .nav-item:hover { background: #EBDDEC; }

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #EA4084;
  color: #ffffff;
 
}

/* Custom Header Style */
.custom-header-top {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.custom-header-logo-section {
  display: flex;
  align-items: center;
}

.custom-header-logo-wrapper {
  display: flex;
  align-items: center;
}

.custom-header-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.custom-header-logo-icon {
  margin-right: 12px;
}

.custom-header-logo-text {
  display: flex;
  flex-direction: column;
}

.custom-header-logo-title {
  font-size: 24px;
  font-weight: bold;
  color: #0066CC;
  line-height: 1.2;
}

.custom-header-logo-slogan {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-top: 2px;
}

.custom-header-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.custom-header-nav-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.custom-header-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.custom-header-btn-primary {
  background: #DC3545;
  color: #fff;
}

.custom-header-btn-primary:hover {
  background: #C82333;
  color: #fff;
}

.custom-header-btn-secondary {
  background: #0066CC;
  color: #fff;
}

.custom-header-btn-secondary:hover {
  background: #0052A3;
  color: #fff;
}

.custom-header-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  text-decoration: none;
  color: #0066CC;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.custom-header-nav-link:hover {
  color: #0052A3;
}

.custom-header-nav-btn i,
.custom-header-nav-link i {
  font-size: 16px;
}

/* Search Bar Section */
.custom-header-search-section {
  background: #DC3545;
  padding: 20px 0;
}

.custom-header-search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-header-search-container {
  width: 100%;
  max-width: 900px;
}

.custom-header-search-form {
  width: 100%;
}

.custom-header-search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.custom-header-search-dropdown {
  padding: 12px 16px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-right: 1px solid #e0e0e0;
  outline: none;
  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='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

.custom-header-search-input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
}

.custom-header-search-input::placeholder {
  color: #999;
}

.custom-header-search-btn {
  padding: 12px 20px;
  background: #DC3545;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.custom-header-search-btn:hover {
  background: #C82333;
}

.custom-header-search-btn i {
  font-size: 18px;
}

/* Categories Section */
.custom-header-categories-section {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
}

.custom-header-categories-nav {
  background: transparent;
}

.custom-header-categories-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.custom-header-category-link {
  color: #0066CC;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.custom-header-category-link:hover {
  color: #0052A3;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-header-logo-title {
    font-size: 20px;
  }
  
  .custom-header-logo-slogan {
    font-size: 11px;
  }
  
  .custom-header-nav-btn span {
    display: none;
  }
  
  .custom-header-nav-btn {
    padding: 8px 12px;
  }
  
  .custom-header-categories-links {
    gap: 16px;
    font-size: 13px;
  }
  
  .custom-header-search-dropdown {
    display: none;
  }
}