@media (min-width: 768px) {
    .col-full {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: none !important;
}
p {
    margin: 0;
}
a {
    text-decoration: none !important;    
}
figure {
    margin: 0 !important;
}

.storefront-breadcrumb {
  margin: 0;
  padding: 0 0 1rem;  
}

.storefront-sorting {
  display: none !important;
}

header.woocommerce-products-header,
header.woocommerce-products-header h1{
    text-align: left;
    font-size: 1.725rem;
    padding: 0 !important;
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  flex: 1;
  padding-top: 10px;
}

.enjoy-search-input {
  font-family: var(--font-family);
}

#header-menu-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--neutral-100);
  border-radius: 50%;
  box-shadow: 0 2px 2px #00000005;
  border: 1px solid var(--neutral-200);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px;
}

#header-menu-button svg{
  fill: var(--neutral-800);
  color: var(--neutral-800);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

#header-menu-button:hover {
  background: var(--primary-color) !important;
  /* box-shadow: 0 4px 4px #00000005; */
}

#header-menu-button:hover svg{
  fill: #fff;
  color: #fff;
}

.site-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .custom-logo-link img.custom-logo{
    max-width: 160px;
  }  
}
.header-cart.xoo-wsc-cart .xoo-wsc-sc-bki img{
  width: 20px;
}
.header-cart.xoo-wsc-cart .xoo-wsc-cart-trigger .xoo-wsc-sc-subt{
  margin-right: 8px;
}
.header-cart.xoo-wsc-cart .xoo-wsc-cart-trigger .xoo-wsc-sc-count{
  right: -14px;    
  top: -2px;
  background: #9e150b;
}
.header-cart.xoo-wsc-cart .xoo-wsc-cart-trigger .xoo-wsc-sc-bkcont{
  padding-bottom: 6px;
}
.header-right .user-icon-link{
  position: relative;
}
.header-right .user-icon-link::before{
  content: '';
  position: absolute;
  top: 4px;
  left: -12px;
  width: 1px;
  height: 14px;
  background-color: #9e150b;          
}

#masthead {
    padding: 5px 0;
    background: #fff;
}


  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #333;
    gap: 20px;
    }
  
  .footer-column-item {
    flex: 1 1 22%;
    margin-bottom: 20px;
    min-width: 200px;
  }
  
  .footer-column-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #111;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
  }
  
  .footer-column-item p,
  .footer-column-item li {    
    line-height: 1.6;
  }
  
  .footer-column-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-column-item li {
    margin-bottom: 8px;
  }
  
  .footer-column-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-column-item a:hover {
    color: #0073aa;
  }
  

  .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    background: #9E150B !important;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 6px; 
    font-weight: 500;
    text-transform: uppercase;
    font-family: Averta, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-color: #9E150B;
  }


  .xoo-wscb-icon {
    font-size: 32px;
}
.xoo-wsc-header, .xoo-wsc-drawer-header {
  padding: 8px;

}
.xoo-wsc-bar-remtext {
  font-size: 15px;
}
.xoo-wsc-bar {
  width: auto;
  height: 5px;
}
.xoo-wsc-product, .xoo-wsc-sp-product {
  padding: 10px 10px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 2px #00000005;
  background-color: #ffffff;
}
span.xoo-wsc-ecl{
  padding: 5px;
}

.xoo-wsc-ft-totals * {
  font-size: 15px;
}

.xoo-wsc-ft-amt {
  padding: 0;
}
.xoo-wsc-ft-totals {
  width: 100%;
  padding: 5px 0;
}

.xoo-wsc-basket img {
  width: 28px;
}


@media only screen and (max-width: 768px) {
  .xoo-wsc-modal .xoo-wsc-basket {
      width: 60px;
      height: 60px;
      bottom: 10px;
    right: 10px;
  }
  .xoo-wsc-modal .xoo-wsc-basket img {
    width: 28px;
  }
}

/* Footer Styles with Grid Layout */
.site-footer {
    background-color: #f8f8f8;
    padding: 40px 0 20px;
    border-top: 1px solid #e6e6e6;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

/* First column with logo */
.footer-column.column-1 {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    max-height: 50px;
    width: auto;
}

.footer-copyright {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}

/* Menu columns */
.footer-column h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-menu a:hover {
    color: #333;
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }
    
    .footer-column {
        margin-bottom: 30px;
    }
    
    .footer-column.column-1 {
        text-align: center;
        align-items: center;
    }
}

/* Medium screens */
@media (min-width: 769px) and (max-width: 991px) {
    .footer-columns {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-column.column-1 {
        grid-column: 1 / -1;
        text-align: center;
        align-items: center;
    }
}



  /* Tooltip styles */
.tooltip {
  position: relative;
}

.tooltip:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);  
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
}

.tooltip:hover::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  z-index: 1000;
}
