/** Shopify CDN: Minification failed

Line 476:3 Unexpected "@media"

**/
/* =============================================
   kwick pass css
   ============================================= */
/* Default header */
#kp-login-button-header-logo,
#icon-kwikpass {
    color: #fff;
}
.template-collection #kp-login-button-header-logo,
.template-collection #icon-kwikpass,
.template-search #icon-kwikpass,
.template-cart #kp-login-button-header-logo,
.template-page #kp-login-button-header-logo,
.template-list-collections  #icon-kwikpass,
.template-page #icon-kwikpass {
    color: #000 !important;
}

/* SVG path */
.template-collection #svgkp #svgkp-path,
.template-page #svgkp #svgkp-path,.template-product #svgkp #svgkp-path   {
  
    fill: #000 !important;
    stroke: #000 !important;
}
/* Header scroll hone par */
.header-scrolled #kp-login-button-header-logo,
.header-scrolled #icon-kwikpass {
    color: #000;
}
/* Mega menu active */
.f-header__mega-active #kp-login-button-header-logo,
.f-header__mega-active #icon-kwikpass {
    color: #000 !important;
}

.f-header__mega-active #svgkp #svgkp-path {
    fill: #000 !important;
    stroke: #000 !important;
}
/* Default */
#icon-close-kwikpass{
    color:#fff;
}

/* Black states */
.header-scrolled #icon-close-kwikpass,
.f-header__mega-active #icon-close-kwikpass,
.template-collection #icon-close-kwikpass,
.template-page #icon-close-kwikpass{
    color:#000 !important;
}.kp-new-theme #kwikpass-drawer-desktop, .kp-new-theme #kwikpass-drawer-mobile {
    right: 74px;
    top: 96% !important;
    width:15rem !important;
}.dashboard-text {
    display: none;
}

/* Jab loggedin-icons display:block ho */
#loggedin-icons[style*="display:block"] + a .dashboard-text,
#loggedin-icons[style*="display: block"] + a .dashboard-text {
    display: inline-block !important;
}
/* =============================================
   Product Card
   ============================================= */
h3.product-card__title.text-product-title.font-body {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.product-card {
    position: relative;
    overflow: hidden;
}
/* Actions wrapper */
product-card__actions.mobile-hide-quick-view {
    position: absolute !important;
    bottom: 15px !important;
    right: -100px !important;
    left: auto !important;
    display: flex;
    flex-direction: column !important;
    justify-content:end;
    gap: 10px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(20px);
    transition: all .3s ease;
}


.product-card:hover .product-card__actions.mobile-hide-quick-view {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.product-card__actions .product-card__action-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__actions .product-card__action-text {
    display: none;
}
    .product-card__actions .product-card__action-button:hover {
        width: 42px !important;
    }
/* =============================================
   USP Section
   ============================================= */
.product-usp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.product-usp__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color:#F7F2F0;
}

.product-usp__item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.product-usp__item span {
    font-size: 14px;
    font-weight: 500;
}

/* =============================================
   Search Styles
   ============================================= */
.ea-search-wrapper {
    display:none;
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
    margin-right: 10px;
}

.ea-search-box {
    position: relative;
}

#ea-live-search {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
    border-radius: 25px;
}

#ea-live-search:focus {
    border-color: #000;
}

.header-scrolled #ea-live-search {
    border: 1px solid #EDEDED !important;
    color: #000;
    border-radius: 25px;
}

.ea-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px;
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 99;
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ea-search-results::-webkit-scrollbar {
    display: none;
}

#ea-live-search::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.header-scrolled #ea-live-search::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.ea-search-item {
    display: flex;
    gap: 15px;
    padding: 12px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    transition: 0.3s;
}

.ea-search-item:hover {
    background: #f8f8f8;
}

.ea-search-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.ea-search-content {
    flex: 1;
}

.ea-search-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ea-search-price {
    font-size: 14px;
    color: #666;
}

.ea-no-results {
    padding: 15px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.site-header{
    padding-left:15px !important;
    padding-right:15px !important;
}
/* =============================================
   Badges & Prices
   ============================================= */
.custom-sale-badge {
    background: #8f2f31;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 7px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.product-card__info .f-price-item,
span.f-price-item.f-price-item--sale {
    font-weight: 600;
    font-size: 1.6rem;
}

.product-card__info .f-price--on-sale .f-price__sale {
    display: flex !important;
    flex-direction: column;
    gap: 0;
}

.product-card__badge {
    border-radius: 12px;
    overflow: hidden;
}

/* Hide sale badge in specific sections */
.template-product .custom-sale-badge,
.f-product-single__block .custom-sale-badge,
.products-bundle__price .custom-sale-badge {
    display: none;
}

/* =============================================
   Header & Navigation
   ============================================= */


/* Template specific search styles */
.template-page #ea-live-search,
.template-product #ea-live-search,
.template-collection #ea-live-search {
    border: 1px solid #EDEDED !important;
    color: #000;
    border-radius: 25px;
}

.template-page #ea-live-search::placeholder,
.template-product #ea-live-search::placeholder,
.template-collection #ea-live-search::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

/* Slideshow */
.f-slideshow .flickity-page-dots {
    padding: 9px 0.5rem !important;
    width: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--button-size, 4rem);
}

.f-slideshow .flickity-page-dots .dot {
    width: 1.3rem !important;
    height: 1.3rem !important;
}

/* =============================================
   Buttons & Product Form
   ============================================= */
.np_cart_btn {
    line-height: 0;
}

.f-product-form__buttons--show-buynow {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 5px !important;
}

.f-product-form__submit {
    flex: 1 !important;
    min-width: 0 !important;
}

.f-site-nav__link {
    
        padding: 1rem 0.7rem !important;
        white-space: nowrap;
        padding: 15px 10px !important;
    }

.f-product-form__button-dynamic {
    width: 100% !important;
}
.drawer-hidden{
    display:none;
}
.header-sticky.header-scrolled:not(.header-logo-scaling) .site-header--transparent {
    color: var(--color-menu-text);
    padding-right: 15px;
    padding-left: 15px;
}
/* =============================================
  About us
   ============================================= */
.np_cards .f-image-card__content-box {
    margin-bottom:45px;
}
.f-product-form__buttons{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:12px;
}

.f-product-form__submit{
    flex:1 1 calc(100% - 64px) !important;
}

.frcp-wishlist-wrapper{
    width:52px !important;
    height:52px !important;
}

.f-product-form__button-dynamic{
    width:100% !important;
    flex:0 0 100% !important;
}

.f-product-form__button-dynamic .shopify-payment-button,
.f-product-form__button-dynamic .shopify-payment-button__button{
    width:100% !important;
}

.frcp-wishlist-wrapper .frcp-wishlist-btn {
    padding: 8px 10px !important;
}
.frcp-wishlist-nav-link__text{
  display: none !important;
}
.frcp-wishlist-nav-link-wrapper .frcp-wishlist-nav-link__count{
  background: #a80000ff !important;
  color: #fff !important;
  line-height: 15px !important;
  font-size: 16px !important;
}

.frcp-wishlist-btn__icon {
    width: 18px !important;
    height: 18px !important;
}
.frcp-wishlist-grid-btn-wrapper--overlay .frcp-wishlist-grid-btn, .frcp-wishlist-grid-btn-wrapper--overlay-hover .frcp-wishlist-grid-btn {
    padding: 5px !important;
}
/* 
  custom code here for Froonze VIP Loyalty & Wishlist
*/
.frcp-wishlist-nav-link-wrapper .frcp-wishlist-nav-link__count{
    top: 6px !important;
    left: 20px !important;
    height: 18px !important;
    min-width:18px !important;
    width: initial !important;

}
.frcp-wishlist-wrapper{
  font-family: var(--gsc-button-font-family) !important;
}
.frcp-wishlist-wrapper span{
  text-transform: uppercase !important;
}
.frcp-wishlist-nav-link__text{
  display: none !important;
}
.frcp-wishlist-nav-link-wrapper{
  padding-inline: 10px !important;
}
.frcp-wishlist-nav-link-wrapper .frcp-wishlist-nav-link__count{
  background: var(--color-cart-bubble, #000) !important;
     color: var(--color-btn-text, #fff) !important;
  line-height: 15px !important;
  font-size: 12px !important;
}
.frcp-wishlist-btn--remove svg{
  fill: #fff !important;
}
.frcp-wishlist-nav-link-wrapper .frcp-wishlist__icon {
    stroke-width: 1.5 !important;
}

*


/* =============================================
   Media Queries
   ============================================= */

   @media (min-width: 768px) {
    .np_banner .f-hero__content {
        max-width: 100% !important;
    }
}
@media (min-width: 1020px) {
    .f-price.f-price--large.text-lg.sm\:text-xl,
    .f-product-single__block span.f-price-item.f-price-item--sale {
        font-size: 20px;
        font-weight: 600;
    }
}

@media (max-width: 1485px) {
    .f-site-nav__link {
        font-size: 13px !important;
        padding: 1rem 0.7rem !important;
        white-space: nowrap;
        padding: 15px 10px;
    }
   
}

@media (max-width: 1200px) {
     .f-site-nav__link {
        font-size: 12px !important;
        padding: 1rem 0.45rem !important;
    }
}

@media (max-width: 1020px) {
    .ea-search-wrapper {
        display: none;
    }
}


@media (max-width: 768px) {
.product-card__info .f-price__regular .f-price-item,
.product-card__info .f-price__sale .f-price-item,
.product-card__info .f-price__sale > span:not(.visually-hidden) {
    font-size: 14px !important;
}

  /* Add to Cart */
  .f-product-form__submit {
    flex: 1 1 calc(100% - 60px);
    width: auto;
    margin: 0;
  }

  /* Wishlist */
  .frcp-wishlist-wrapper {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Buy Now */
  .f-product-form__button-dynamic {
    width: 100%;
    flex: 0 0 100%;
  }

  .f-product-form__button-dynamic .shopify-payment-button,
  .f-product-form__button-dynamic .shopify-payment-button__button {
    width: 100%;
  }

    .site-header{
   padding-left: 0px !important;
    padding-right: 0px !important;
}
    .f-price--on-sale .f-price__sale {
        display: grid;
        grid-template-columns: 1;
        gap: 1rem;
    }
    .custom-sale-badge {
        font-size: 9px;
        padding: 6px 6px;
    }
.template-product span.f-price-item.f-price-item--sale {
font-size:18px;
}
.template-product .f-price {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 5px;
}
.template-product .f-price__badges {
    align-items: center;
   margin-inline-start: 0.1rem;
}
    .site-header__right {
        flex: 1 1 0%;
        display: flex;
        justify-content: end;
    }

    .f-slideshow--mobile-controls-below .f-slideshow__text {
        bottom: -25.4rem !important;
    }

    .icon_dashboard {
        display: none !important;
    }

    .np_swiper .f-swiper .f-column {
        flex: 0 0 auto;
        width: var(--swiper-column-width, 100%) !important;
        scroll-snap-align: start;
    }

    .f-image-comparison-slider__product {
        flex-direction: column !important;
        align-items: start;
    }

    .custom_price .f-price--on-sale .f-price__sale {
        display: flex !important;
        flex-direction: column;
        gap: 0.3rem;
    }
}

@media (max-width: 767px) {
    .f-product-form__buttons--show-buynow {
        gap: 8px !important;
        row-gap: 2px !important;
    }
.np_menu{
    display:none;
}
.drawer-hidden {
    display:block;
}
    .f-product-form__submit {
        width: calc(100% - 58px) !important;
    }

.kp-new-theme #kwikpass-drawer-desktop, .kp-new-theme #kwikpass-drawer-mobile {
    right: 22px !important;
    top: 78%;
}
.kp-new-theme #kwikpass-drawer-desktop, .kp-new-theme #kwikpass-drawer-mobile {
    right: 74px;
    top: 78%;
    width: 40%;
}
}

@media (max-width: 640.02px) {
    .site-header {
        display: block;
        align-items: center;
        justify-content: space-between;
    }
}

div#frequently-bought-together-app-block {
  margin: 60px 0px;
}
.cbb-frequently-bought-container.cbb-desktop-view {
  background: #fff;
  border: 1px solid #ece7e2;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
h2.cbb-frequently-bought-title.translatable {
  font-size: 34px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}
.cbb-frequently-bought-recommendations-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
ul.cbb-frequently-bought-products{
display: flex !important;
    align-items: center;
    gap: 20px;
    margin: 0 !important;
}
li.cbb-frequently-bought-product {
    display:flex !important;
    align-items:center;
}
.cbb-frequently-bought-product-image,
.cbb-frequently-bought-product-image-link{
    width:130px !important;
    height:130px !important;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ece7e2;
    background:#faf8f6;
}
.cbb-frequently-bought-plus-icon{
    width:36px !important;
    height:36px !important;
    line-height:36px !important;
    text-align:center;
    background:#f7f3ef;
    border-radius:50%;
    font-size:22px !important;
    color:#6b252d !important;
    margin:0 12px;
    font-weight:600;
}


/* Button */

.cbb-frequently-bought-add-button{
   --color-border: var(--color-btn-bg) !important;
    background: var(--color-btn-bg) !important;
    color: var(--color-btn-text) !important;
    border: none;
    border-radius:50px !important;
    padding:16px 42px !important;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.cbb-frequently-bought-add-button:hover{
    background:#4B1412 !important;
}

/* Product List */

.cbb-frequently-bought-selector-list{
   margin-top:30px !important;
   padding:0;
}

.cbb-frequently-bought-selector-list li{
    display:grid !important;
    grid-template-columns:40px 1.8fr 250px 140px 120px;
    align-items:center;
    gap:20px;
    padding:20px 0;
    border-bottom:1px solid #ece7e2;
}
.cbb-frequently-bought-selector-link{
    display:block !important;
    text-decoration:none;
}
/* Checkbox */

.cbb-frequently-bought-selector-input{
    margin:0 !important;
    justify-self:center;
}
.translatable{
    margin:0px !important;
}
/* Product Name */

.cbb-frequently-bought-selector-label-name{
    display:block !important;
    margin:0 !important;
    line-height:1.4;
    font-size:16px !important;
    font-weight:600 !important;
}

/* Variant */

.cbb-recommendations-variant-select{
    width:100% !important;
    max-width:100% !important;
    border:1px solid #ddd !important;
    border-radius:10px;
    padding: 3px 5px !important;
    background:#fff;
    height:100% !important;
}

/* Price */

.cbb-frequently-bought-selector-label-sale-price{
    font-size:18px !important;
    font-weight:700 !important;
    color:#111;
    justify-self:end;
    font-size:22px;
    font-weight:700;
}

.cbb-frequently-bought-selector-label-compare-at-price{
    color:#999;
    font-size:15px;
    justify-self:end;
}
/* ===========================
   Mobile
=========================== */

@media (max-width:768px){
    .f-slideshow__title {
        font-size: 30px !important;
    }
.product-usp {
    grid-template-columns: repeat(1, 1fr);
}
.cbb-frequently-bought-container{
    padding:0px !important;
    border-radius:16px;
}

.cbb-frequently-bought-title{
    font-size:28px !important;
    text-align:center;
}

.cbb-frequently-bought-recommendations-container{
    display:flex;
    flex-direction:column;
    gap:25px;
}
.cbb-frequently-bought-products{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto;
    overflow-y:hidden;
    justify-content:flex-start;
    gap:0px !important;
    padding-bottom:10px;
    width:100%;
    -webkit-overflow-scrolling:touch;
}
.cbb-frequently-bought-products::-webkit-scrollbar{
    display:none;
}

.cbb-frequently-bought-product{
    flex:0 0 auto;
}
.cbb-frequently-bought-product-image,
.cbb-frequently-bought-product-image-link{
    width:80px !important;
    height:80px !important;
    min-width:80px !important;
    min-height:80px !important;
    border-radius:12px;
    border:1px solid #ece7e2;
    overflow:hidden;
    background:#fff;
}

.cbb-frequently-bought-product-image{
    background-size:contain !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    margin: 0px !important;
}


.cbb-frequently-bought-plus-icon{
    width:28px !important;
    height:28px !important;
    line-height:28px !important;
    font-size:18px !important;
}

.cbb-frequently-bought-form{
    width:100%;
    text-align:center;
    align-items:center;
}

.cbb-frequently-bought-total-price-box{
    justify-content:center;
}

.cbb-frequently-bought-total-price-sale-price{
    font-size:24px !important;
}

.cbb-frequently-bought-add-button{
    width:100%;
    max-width:320px;
}

/* Product List */

.cbb-frequently-bought-selector-list li{

    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    padding:18px 0;
}

.cbb-frequently-bought-selector-input{
    transform:scale(1.1);
}

.cbb-frequently-bought-selector-label-name{
    width:100%;
}

.cbb-recommendations-variant-select{
    width:100%;
    min-width:100%;
}

.cbb-frequently-bought-selector-label-sale-price,
.cbb-frequently-bought-selector-label-compare-at-price{
    margin-left:38px;
}

}

.product-card__jdgm-wrapper{
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 3;
 cursor: pointer;
  pointer-events: auto !important; 
  border: 1px solid #5108141a;
    background: rgba(255, 243, 243, 0.95);
    padding: 2px 12px;
    width: fit-content;
    margin-bottom: 10px;
    pointer-events: none;
}
.product-card__jdgm-wrapper .custom-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
}
.product-card__jdgm-wrapper .divider svg{
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
}
/* Golden star */
.product-card__jdgm-wrapper .star-icon svg {
    width: 12px;
    height: 12px;
}
.product-card__jdgm-wrapper .rating-count {
    position: relative;
    top: 0px;
}
.product-card__jdgm-wrapper .star-icon svg path{
  fill: #a80000ff !important;
}
.f-inventory--low {
    --status-color: #d92d20 !important;
}
span.filter-label.font-body-bolder.text-button {
    font-weight: 600 !important;
}
/*=========================
  ZIPPY WIDGET
=========================*/

.zipcode_bar_title_1511 object{
    display:none !important;
}
.zipcode_bar_title_1511 span {
    vertical-align: middle;
    font-family: inherit !important;
    font-size: inherit !important;
    font-family: var(--font-body-family) !important;
    font-weight: var(--font-body-weight-bolder) !important;
    font-style: var(--font-body-style) !important;
}
.zipcode_bar_input_1528 {
    max-width: 100% !important;
    border-radius: 12px !important;
    height: auto !important;
    padding: 10px !important;
    font-size: 15px !important;
}
.zipcode_bar_input_1528 button {
    top: 0 !important;
    background: #6d1b20 !important;
    padding: 16px 20px !important;
    color: #fff !important;
    border-radius: 0px 12px 12px 0px !important;
    right: 0 !important;
    height: auto !important;
}
.delivery-date-msg {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 12px;
}
.zipcode_bar_input_1528 .change_btn {
    color: #6D211F !important;
}
.variant-picker__option-button--button {
  background-color: #6d211f !important;
  border-color: #6d211f !important;
  color:#fff !important;
}
.variant-picker__field[data-option-name="Touch"] {
  display: none !important;
}
.jdgm-prev-badge {
    display: block !important;
    margin-top: -8px;
}
