@media only screen and (max-width: 430px) {
  .quickSearchWrap .form-button {
    padding-right: 5px;
  }
}



/* WEEKLY DEALS BANNER */
.wd-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 16px;
  padding: 20px 0;
}
.wd-main {
 /* background: #3AAFB9; */
    border-radius: 12px;
 /* padding: 2rem 1.5rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
}
.wd-text h2 { color: #fff; font-size: 32px; font-weight: 600; margin: 0 0 6px; }
.wd-text p  { color: #fff; font-size: 22px; margin: 0; }
.wd-product { max-height: 200px; object-fit: contain; }
.wd-side    { display: flex; flex-direction: column; gap: 16px; }
.wd-card {
  border-radius: 12px;
  padding: 1rem 1.2rem;
}
.wd-card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.wd-card-1  { background: #7B42B8; }
.wd-card-2  { background: #B84298; }

.wd-card-label { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.8); margin: 0 0 4px; }
.wd-card-title { font-size: 18px; font-weight: 600; color: #fff; margin: 0 0 10px; line-height: 1.3;}

.wd-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border-radius: 5px;
  padding: 6px 16px; font-size: 13px; font-weight: 600;
  text-decoration: none;
  width: 103px;
}
.wd-card-1 .wd-btn { color: #7B42B8; }
.wd-card-2 .wd-btn { color: #5a3a00; }
.wd-card-img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; border-radius: 8px; background: rgba(255,255,255,0.15);  padding: 6px;}
.wd-card-content {
  display: flex;
  flex-direction: column;
}


/* Tablet */
@media (max-width: 900px) {
  .wd-wrap { grid-template-columns: 1fr; }
  .wd-side { flex-direction: row; }
  .wd-card { flex: 1; }
}
/* Mobile */
@media (max-width: 600px) {
  .wd-side { flex-direction: column; }
  .wd-main { flex-direction: column; gap: 16px; text-align: center; }
  .wd-text h2 { font-size: 24px; }
  .wd-text p  { font-size: 18px; }
}

/* Apply 90% width only on larger screens */
@media screen and (min-width: 1024px) {
  .container {
    width: 80% !important;
    max-width: 80% !important; /* keeps it consistent */
    margin: 0 auto; /* centers the container */
  }
  
  .header-logo {max-width: 80% !important;}
  
 /* Expand navigation container */
.navPages {
  max-width: 80% !important;   /* removes default width cap */
}
  
}


.new-customer-fact-list {
    list-style: none;
    margin: 0 !important;
}

.new-customer-fact {
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
}

.new-customer-fact::before {
    content: "›";
    position: absolute;
    left: 0;
}


.navUser-action {font-weight: 600 !important;}
.cart-item-name__label {text-transform: capitalize;}

[data-collapsible="navPages-501"] {
    background: #ffe107;
    color: #333 !important;
}

.socialLinks .icon svg {
  fill: #fff !important;
}

.navPages li.navPages-item:hover > .navPages-action::before,
.navPage-subMenu .navPages-action:hover::before {
  content: none !important;
}

.navPage-subMenu {
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
    border: 1px solid rgba(0,0,0,.08) !important;
}
    
.card-title > a {
  color: #4e4e4e;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-family: roboto;
  font-size: 14px;
  font-weight: inherit;
}

/* Show exactly 2 lines with ellipsis */
.custom-product-name  {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.4em !important;
    max-height: 2.8em !important;   /* 2 lines */
    min-height: 2.8em !important;
}

/* for modern browsers */
.custom-product-name  {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}


/* */

/* =====================
SLIDER DESIGN
===================== */

.custom-featured-products{
    padding:40px 0;
    background:#fff;
}

.section-title{
    border-bottom:1px solid #eee;
    margin-bottom:30px;
    position:relative;
}

.section-title h3{
    margin:0;
    font-size:26px;
    font-weight:700;
    padding-bottom:18px;
    display:inline-block;
    position:relative;
    color: #106472;
}

.section-title h3:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:70px;
    height:3px;
    background:#ff7a00;
}

/* card */
.slide-item{
    padding:0;
}

.custom-product-card{
    text-align:center;
    padding:10px 20px 25px;
    border-right:1px solid #eee;
}

.custom-product-image{
    height:240px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.custom-product-image img{
    max-width:100%;
    max-height:220px;
    object-fit:contain;
}

.custom-product-brand{
    font-size:13px;
    color:#999;
    text-transform:uppercase;
    margin-bottom:10px;
}

.custom-product-brand a {
  text-decoration: none;
  color: #999;
  font-weight: ;
}

.custom-product-name{
    font-size:14px;
    min-height:40px;
}

.custom-product-name a{
    color:#222;
    text-decoration:none;
}

.custom-product-name a:hover{
    color:#004452;
}

.custom-product-price{
    font-size:23px;
    color:#ea580c;
    font-weight:700;
}

/* =====================
ARROWS FIX
===================== */

/* FIX CLICK DARK PATCH / FOCUS ISSUE */

.featured-slider .slick-prev,
.featured-slider .slick-next{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    background:#fff;
    border:none;
    border-radius:50%;
    box-shadow:0 1px 5px rgba(0,0,0,.12);
    z-index:99;
    outline:none !important;
    overflow:hidden;
    -webkit-tap-highlight-color:transparent;
}

/* Make carousel arrow white */
.slick-next:before,
.slick-prev:before,
.carousel-next svg,
.carousel-prev svg,
.icon-chevron-right,
.icon-chevron-left {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
    opacity: 1 !important;
}


/* remove click shadow */
.featured-slider .slick-prev:focus,
.featured-slider .slick-next:focus,
.featured-slider .slick-prev:active,
.featured-slider .slick-next:active{
    background:#ebebeb !important;
    outline:none !important;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

/* icon */
.featured-slider .slick-prev:before,
.featured-slider .slick-next:before{
    color:#fff !important;
    font-size:24px;
    opacity:1 !important;
}

/* hover */
.featured-slider .slick-prev:hover,
.featured-slider .slick-next:hover{
    background:#ebebeb;
}

.featured-slider .slick-prev:hover:before,
.featured-slider .slick-next:hover:before{
    color:#ebebeb !important;
}

/* mobile */
@media(max-width:768px){
.section-title h3{
    font-size:26px;
}

.custom-product-price{
    font-size:24px;
}

.featured-slider .slick-prev{
    left:-10px;
}

.featured-slider .slick-next{
    right:-10px;
}
.custom-product-card {border:none;} 
}


element {
}

@media (min-width: 551px) {
  .carousel-tooltip {
    display: none !important;
  }
  
 

}


/* HEADER SEARCH BAR */
.custom-search-bar .form-field {
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 48px;
}

.custom-search-bar .form-input {
    flex: 1;
    border: none;
    box-shadow: none;
    padding: 0 20px;
    font-size: 15px;
    height: 100%;
}

.custom-search-bar .form-input:focus {
    outline: none;
}

.custom-search-bar .form-button {
    background: #606060;
    color: #fff;
    border: none;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 100%;
    cursor: pointer;
}

.custom-search-bar .form-button:hover {
    background: #0eb4c2;
}



/* hide old icon */
.custom-search-bar .form-button svg,
.custom-search-bar .form-button i {
    display: none;
}
