/** Shopify CDN: Minification failed

Line 329:18 Unexpected "{"
Line 329:27 Expected ":"
Line 335:18 Unexpected "{"
Line 335:27 Expected ":"
Line 339:18 Unexpected "{"
Line 339:27 Expected ":"
Line 347:18 Unexpected "{"
Line 347:27 Expected ":"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

/* Desktop Toolbar */
.koskii-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #2F0F0F;
  border-bottom: 1px solid #F4F4F4;
  max-width: 1570px;
  margin: 0 auto;
  padding: 1px 20px;
  box-sizing: border-box;
  height: 24px;
  min-height: 24px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 15;
}

/* Toolbar Left Links */
.toolbar-left a {
  margin-right: 16px;
  text-decoration: none;
  color: #2F0F0F;
  font-weight: 400;
}

/* Toolbar Right Icons */
.toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toolbar-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
}

/* Custom SVG Icons */
.toolbar-icon {
  display: block;
  object-fit: contain;
  height: 18px;
  width: 18px;
}

/* Optional: Per-Icon Custom Sizing */
.toolbar-icon--facebook,
.toolbar-icon--instagram,
.toolbar-icon--youtube,
.toolbar-icon--pinterest {
  width: 18px;
  height: 18px;
}

/* Hide toolbar on mobile/tablet */
@media screen and (max-width: 1024px) {
  .koskii-toolbar {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .announcement-bar {
    min-height: 36px !important; /* Use min-height to avoid layout shift */
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .announcement-bar__message {
    line-height: normal !important;
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 1025px) {
  .koskii-style-desktop-search {
    display: flex;
    justify-content: flex-start;
    padding: 12px 0;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .koskii-style-desktop-search form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 4px 12px;
    height: 34px;
    border: 1px solid #2F0F0F;
    background-color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    font-weight: 360;
    color: #A35252;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .koskii-style-desktop-search span {
    display: flex;
    align-items: center;
    margin-right: 4px;
    margin-left: -6px;
    padding: 0;
  }

  .koskii-style-desktop-search svg {
    width: 26px;
    height: 26px;
    stroke: #A35252;
    stroke-width: 1.1;
    fill: none;
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
  }

  .koskii-style-desktop-search input[type="search"] {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;

    color: #A35252 !important;
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-text-fill-color: #A35252 !important;
    caret-color: #A35252;
  }

  .koskii-style-desktop-search input::placeholder {
    font-size: 17px;
   font-weight: 400;
    color: #A35252 !important;
    letter-spacing: 0.01em;
    path#svgkp-path {
    stroke-width: 0.2px;
}
    -webkit-text-fill-color: #A35252 !important;
  }

  .koskii-style-desktop-search button svg {
    width: 20px;
    height: 20px;
    stroke: #A35252;
    stroke-width: 2;
    fill: none;
    margin-top: 1px;
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
  }

  .koskii-style-desktop-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .custom-mobile-search-wrapper {
    width: 100%;
    padding: 10px 12px;
    background: #ffffff;
    box-sizing: border-box;
  }

  .custom-mobile-search-wrapper .search__input-wrap {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #8A8A8A; /* ✅ fixed here */
    padding: 4px 12px;
    height: 38px;
    background: #ffffff;
    box-sizing: border-box;
  }

  .custom-mobile-search-wrapper .search__icon {
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-mobile-search-wrapper .search__icon svg {
    width: 24px;
    height: 24px;
    stroke: #A35252;
    stroke-width: 1.5;
    fill: none;
  }

  .custom-mobile-search-wrapper .search__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px;
    font-weight: 300;
    color: #A35252;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: #A35252;
    caret-color: #A35252;
    line-height: 38px;
    letter-spacing: 0.01em;
  }

  .custom-mobile-search-wrapper .search__input::placeholder {
    color: #A35252;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
  }

  .custom-mobile-search-wrapper .clear-search-button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none;
  }

  .custom-mobile-search-wrapper .clear-search-button svg {
    width: 18px;
    height: 18px;
    stroke: #A35252;
    stroke-width: 2;
    fill: none;
  }

  .custom-mobile-search-wrapper .search__input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
  }
}

@media screen and (max-width: 1025px) {
  /* Wishlist Icon */
  .header__icon--wishlist svg {
    width: 25px !important;
    height: 25px !important;
  }

  /* Cart Icon */
  .header__icon--cart svg {
    width: 26px !important;
    height: 26px !important;
  }

  /* Wishlist + Cart wrapper */
  .wishlist-cart-wrap {
    gap: 7px !important;
    align-items: center !important;
  }
}

body.cart-open {
  overflow: hidden !important;
  height: 100vh !important;
  touch-action: none !important;
  overscroll-behavior: none !important;
  position: fixed !important;
  width: 100% !important;
}

.header__icon--kwikpass {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px; /* adjust as needed */
  height: 32px;
  width:  32px;
}

.header__icon--kwikpass img,
.header__icon--kwikpass svg {
  max-height: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  .bubble-slider-{{ section.id }} .swiper-slide {
    max-width: 230px !important;
    width: 100% !important;
    margin-right: 24px !important;
  }

  .bubble-slider-{{ section.id }} .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  .bubble-slider-{{ section.id }} .img-wrapper {
    width: 230px !important;
    height: 230px !important;
    max-width: 230px !important;
    max-height: 230px !important;
    margin: 0 auto !important;
  }

  .bubble-slider-{{ section.id }} .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 50% !important;
  }
}

@media screen and (max-width: 400px) {
.salwar-suit-guide {
    padding: 20px 17px !important;
}
} 


@media screen and (max-width: 600px) {
.collection-info-item .collection-description {
        max-width: 100% !important;
    }
}

body.template-product.product-card-layout-01 span._lably_item__main {
    display: none !important;
}
path#svgkp-path {
    stroke-width: 0.2px;
}
svg#svgkp {
    width: 30px;
    height: 30px;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: rgb(247 163 163 / 30%)!important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 2;
}
body .ui-menu.ui-widget-content.ui-autocomplete > li > .gf-search-header {
    display: block;
    background: rgb(247 163 163 / 30%) !important;
    box-shadow: 0 1px #e1e3e4, 0 -1px #e1e3e4 !important;
    font-weight: 600;
    color: #2F0F0F;
}
.apicons-desktop {
    margin: 0 !important;
    background: #f7a3a3;
    text-align:center;
}
.footer__content-bottom {
    padding-bottom: 40px !important;
}
.footer__content-top {
    padding-bottom: 15px !important;
}
.apicons-desktop a img
 {
    width: 31px !important;
    height: 20px !important;
    border-radius: 0px;
}

.apicons-desktop a img {
    margin-right: 3px;
    margin-left: 3px;
}
.apicons a img {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 0px;
    box-sizing: content-box;
    margin-top: 3px;
    margin-bottom: 3px;
}
.productView-moreItem.moreItem-breadcrumb {
    display: none;
}
.product-details.product-left-thumbs {
    padding-top: 55px !important;
}
.halo-productBadges--left {
    left: var(--badge-postion-left-right);
    align-items: center !important;
    background: url(/cdn/shop/files/flat-discount.svg?v=1753642776);
    top: -6px !important;
    background-size: 53px;
    width: 53px;
    height: 53px;
    left: 7px !important;
    font-size: 12px;
    background-repeat: no-repeat;
    text-transform: uppercase;
}
.product-item.enable_background_button_card .halo-productBadges--left{
    top: 0px !important;
}
.product-item.enable_background_button_card .card-media>img{
    top: 6px;
    
}
.halo-productBadges .badge.sale-badge {
    background-color: transparent !important;
}
    .productView.layout-1 .productView-images-wrapper{
        align-items: flex-start !important;
    }



@media (min-width: 1025px) {
    .page-sidebar+.page-content {
        width: calc(100% - 210px);
        padding-left: 30px;
        float: left;
        position: sticky;
        top: 30px;
    }
  .productView.layout-1 .productView-images-wrapper{
        align-items: flex-start !important;
    }
      .productView.layout-1 .productView-thumbnail-wrapper.arrows-disable {
        margin-top: -6px !important;
    }
      .productView.layout-1 .productView-thumbnail-wrapper .productView-for {
        padding: 0px 0 38px !important;
        margin-top: -5px;
    }
}
@media (max-width: 551px) {
    .container, .container-1770, .container-1570, .container-1670, .container-1470, .container-1370, .container-1320, .container-1170 {
        padding-left: 15px ¸;
        padding-right: 15px !important;
    }
   .product-item {
    padding:0 !important;
} 
.product-details.product-left-thumbs {
    padding-top: 35px;
}  
  .card-wishlist .icon {
    width: 16px !important;
    height: 16px !important;
}
  .wishlist-icon {
        width: 25px !important;
        height: 25px !important;
        top: 8px;
        right: 8px;
    }
   .products-flex {
        gap: 10px !important;
    } 
  .card-product:hover .card-media.media--hover-effect>img:first-child:not(:only-child) {
    opacity: 1 !important;
}
  .card-product:hover .card-media.media--hover-effect>img+img {
    display: none;
}
    .product-card-layout-01 .card-information {
        padding: 8px 5px 0 !important;
    }

.card-price .price--on-sale .price__sale {
    display: inline-block !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
    .productGrid .product {
        margin-bottom: 10px !important;
    }  
}
.scrolled-header .header-navigation.header-nav-plain {
padding: 7px;
}
button.link.link-underline.read-description {
    color: #F7A3A3;
}
.sidebar--layout_1 .sidebarBlock-heading {
    border-bottom: none !important;
}
.collection-info--relative .collection-title {
    font-weight: 400;
    text-transform: capitalize;
      padding-top: 3px !important;
}
.collection-description .short-description {
    display: inline;
    font-size: 13px;
}
.collection-breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
}
.collection-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 40px;
}
h4.filter-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 35px;
    margin-top: 37px;
}
    

#CollectionFiltersForm .sidebarBlock {
    margin-bottom: 20px !important;
    border-bottom: 1px solid #dedede;
}
.sidebar--layout_2 .sidebarBlock-heading {
    padding-bottom: 20px !important;
}