/** Shopify CDN: Minification failed

Line 267:34 Expected "}" to go with "{"

**/
/* tr.cart-item.cn1-shipping-protection {
    display: none;
}
li.cart-item.cn1-shipping-protection {
    display: none;
} */
.header__menu .cst-dropdown-header .img-with-link {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 0;
    background-color: #fff;
}
.cst-dropdown-menu-drawer .img-with-link {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #fff;
}
.cst-dropdown-menu-drawer .img-with-link img {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 10px;
}
.header__menu .cst-dropdown-header .img-with-link img {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 10px;
}

/* .header__menu .cst-dropdown-header .img-with-link:first-child {
    padding-top: 0;
    border-radius: 10px;
    margin: 10px 0;
} */

.header__navigation .dropdown__nav.cst-dropdown-header {
    padding: 0 15px;
}

.header__navigation .dropdown__container {
    background-color: #f5f5f5;
    border-radius: 20px;
}

.header__navigation .img-with-link a.reversed-link {
    font-size: 1.6rem;
    font-weight: 500;
}
.cst-dropdown .header__navigation .dropdown__container {
   margin-top: 0 !important;
   border-radius: 0 !important; 
}
.cst-dropdown .dropdown__container {
    padding-block: 0 !important; 
    border: none !important;
}
p.flex.items-center.justify-between.gap-x-1 {
    margin: 0;
}
.dropdown {
    margin-top: 10px;
}
/* //11-12-25// */
.header__menu .cst-dropdown-header .img-with-link {
    padding-top: 0;
    border-radius: 10px;
    margin: 10px 0;
}

.product-form__buttons .product-form__submit{
    background: #ff6347 !important;
    color: #fff;
    position: relative;
    border: none !important;
}

.product-form__buttons .product-form__submit .btn[name=add]:hover {
    background: #e7492c!important;
    border-color: red;
    border: none !important;
}

.product-form__buttons .product-form__submit:before, .product-form__buttons .product-form__submit:after{
    background-color: #e7492c !important;
    opacity: 1;
    box-shadow: none;
}

 .product-card .product-card__actions .btn[name="add"] {
    background-color: #ff6347;
    position: relative;
}
/* // end 11-12-25// */
.product-card .product-card__actions .btn[name="add"]::before,
.product-card .product-card__actions .btn[name="add"]::after {
	background-color: #e7492c;
	opacity: 1;
    box-shadow: none;
}

.product-card .product-card__actions .btn[name="add"]:hover {
	background: #e7492c !important;
}
.search__most-searched-keywords a.reversed-link {
background-color: #faf2e5;
color: #000;
border: 2px solid transparent;
padding: 4px 12px;
border-radius: 50px;
cursor: pointer;
transition: background-color .3s 
ease, color .3s 
ease, border-color .3s 
ease;
display: inline-block;
font-size: 12px;
}

/* .search__most-searched-keywords a.reversed-link:hover {
background: #ae8060;
color: #fff;
} */
search-drawer#SearchDrawer.drawer__content {
    top: 0;
}

search-drawer#SearchDrawer.drawer--right .drawer__inner {
   
    position: absolute;
    top: 69px;
    left: 50%;
    width: 100%;
    max-width: 1265px;
    transform: translateX(-50%);
    height: auto !important;
}

.search__products-recommendation ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* 
.drawer__content {
    top: 0;
} */

search-drawer#SearchDrawer.drawer--right .drawer__inner {
    position: absolute;
    top: 69px;
    left: 50%;
    width: 100%;
    max-width: 1265px;
    transform: translateX(-50%);
    height: 70%;
    border-radius: 20px;
}

.search__products-recommendation ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}



.search-parent {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    padding: 12px 12px 12px 16px;
    gap: 12px;
    max-width: 240px;
    margin: 0 auto 0;
    height: fit-content;
}


/* Search Bar CSS 16 Dec 25 Start */

.custom-search-words ul li a{
    transition:0.4s all ease-in-out;
}
.custom-search-words ul li a:hover {
   text-decoration: none !important; 
    background-color: #ef776a ;
    color: #fff;
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .search__content .reversed-link:not([aria-disabled]):hover {
        background:#ef776a !important;
        color:#fff;
    }
}
.custom-search-words h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search__most-searched-keywords .search-card {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.search-card ul li a:hover{
    color:#fff !important;
} 

.empty-state {
    padding: 10px 0!important;
    text-align:left !important;
}
.search__content.empty-result-found {
    display: flex;
    flex-direction: row-reverse;
}
.search__content.flex-grow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.search-parent h4.h5 {
    font-size: 20px;
}
.search-parent p {
    font-size: 10px;
    margin:0 ;
    padding-bottom:10px;
}
.search__most-searched-keywords.search__box-item {
    gap: 0;
}
@media screen and (max-width:1024px){
.search__content.flex-grow {
    grid-template-columns: 1fr;  
}
.search-parent {
    max-width: 100%;
}
search-drawer#SearchDrawer.drawer--right .drawer__inner {
    width: calc(100% - 20px);
}

}
/* Fix Choose Options popup to open as right drawer */
.drawer--right.product-drawer .drawer__inner,
.drawer--right.quick-add-drawer .drawer__inner {
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    transform: translateX(100%) !important;
    width: 420px !important;
    max-width: 90% !important;
    height: 100vh !important;
    border-radius: 0 !important;
}

.drawer--right.product-drawer.is-open .drawer__inner,
.drawer--right.quick-add-drawer.is-open .drawer__inner {
    transform: translateX(0) !important

/* Search Bar CSS 16 Dec 25 End */