/** Shopify CDN: Minification failed

Line 721:0 Expected "}" to go with "{"

**/
@media screen and (max-width: 767px) {
  .add-to-cart-js {
    padding: 25px 0;
    font-size: 1rem;
  }

  .size-selector-button-js {
    border: 1px solid #2225;
    padding: 10px 15px;
    min-width: 50px;
    font-size: 15px;
  }

  color-variants .color-variants__swatch-image-wrapper a {
    width: 2.5rem;
  }

  color-variants .color-variants__swatch-image-wrapper a img {
    width: 32px;
  }   
}
.disabled{
  opacity: 0.3;
}

coverage-variants .coverage-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

coverage-variants .coverage-container .order-0{
  order: 0;
}

coverage-variants .coverage-container .order-1{
  order: 1;
}

coverage-variants [data-coverage-options] {
  display: flex;
  flex-wrap: wrap;
}

coverage-variants .coverage-link {
  text-transform: capitalize;
}

coverage-variants .coverage-link.active {
  font-weight: bold;
  text-decoration: underline;
}

coverage-variants .coverage-variants__link-wrapper {
  margin-left: 10px;
}

.template--product .collection-carousel-products .swiper-wrapper {
  display: grid;
}
.mobile-icons search-toggle .site-container {
  padding: 0;
  padding-right: 0;
  justify-content: center;
  border: none;
}
.mobile-icons search-toggle .site-container svg {
  height: 26px;
  width: 22px;
}
@media(max-width: 767px){
  .mobile-icons search-toggle {margin-right: 10px;}
  .mobile-icons cart-toggle button {min-width: 26px !important;}
}

.template--product .collection-carousel-products .swiper-wrapper {
  display: grid;
}

/* frenzy carousel placeholder css */
.frenzy_content_loader_row .frenzy_loader_row {
  width: 100%;
  gap: 10px;
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_1 {
  grid-template-columns: repeat(1, 1fr);
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_2 {
  grid-template-columns: repeat(2, 1fr);
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 {
  grid-template-columns: repeat(4, 1fr);
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_5 {
  grid-template-columns: repeat(5, 1fr);
}

.frenzy_content_loader_row .frenzy_loader_row.loader_grid_6 {
  grid-template-columns: repeat(6, 1fr);
}

.frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row {
  gap: 30px;
}

.frenzy_product_details_carousel_section.frenzy_mix_match .frenzy_loader_row {
  gap: 12px;
}

.frenzy_product_details_carousel_section.frenzy_mix_match .frenzy_loader_grid figure {
  padding-bottom: 157%;
}

.frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 {
  display: flex;
}

@media(min-width: 1024px) {
  .frenzy_landing_page_carousel_section .frenzy_container {
    padding: 0;
  }

  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 .frenzy_loader_grid {
    max-width: 29.4%;
    flex: 0 0 29.4%;
  }
}

@media(max-width: 1023px) {
  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 .frenzy_loader_grid {
    max-width: 38.8%;
    flex: 0 0 38.8%;
  }

  .frenzy_landing_page_carousel_section .frenzy_container {
    padding-right: 0;
  }
}

@media (max-width: 991px) {

  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .frenzy_content_loader_row .frenzy_loader_grid:nth-child(n + 5) {
    display: block;
  }

  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_grid:nth-child(n + 4),
  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_grid:nth-child(n + 4) {
    display: none;
  }

  .frenzy_content_loader_row .frenzy_loader_row.loader_grid_3,
  .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_collections_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_search_page .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .frenzy_product_details_carousel_section.frenzy_mix_match .frenzy_loader_grid figure {
    padding-bottom: 155%;
  }

  .frenzy_product_details_carousel_section.frenzy_mix_match .frenzy_loader_row {
    display: flex;
    flex-wrap: nowrap;
  }

  .frenzy_product_details_carousel_section.frenzy_mix_match .frenzy_loader_row .frenzy_loader_grid {
    max-width: 45%;
    flex: 0 0 45%;
  }

  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 .frenzy_loader_grid {
    max-width: 44.8%;
    flex: 0 0 44.8%;
  }
}

@media (max-width: 575px) {

  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4,
  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_5,
  .frenzy_product_details_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_6 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .frenzy_landing_page_carousel_section .frenzy_content_loader_row .frenzy_loader_row.loader_grid_4 .frenzy_loader_grid {
    max-width: 45%;
    flex: 0 0 45%;
  }
}

/* frenzy container css */
.frenzy_container {
  max-width: 100%;
  padding: 0 24px;
}

.frenzy_flex_col,
.frenzy_collections_page .frenzy_collection_page_loader_content .frenzy_container,
.frenzy_search_page .frenzy_collection_page_loader_content .frenzy_container {
  padding: 0 24px;
}

/* frenzy container css end */

/* Placeholder Loader CSS */
@keyframes placeHolderShimmer {
  0% {
    background-position: -20px 0
  }

  100% {
    background-position: 468px 0
  }
}

.frenzy_collection_page_loader_content.full-width .frenzy_container {
  padding: 0 !important;
}

.frenzy_collection_page_loader_content {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 44px !important;
}

.frenzy_collection_page_loader_content .frenzy_loader_container {
  width: 100%;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.frenzy_collection_page_loader_content .frenzy_loader_grid .frenzy_grid_inner:empty {
  display: block;
}

.filter_animation_loader_frame {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #CCD1D9;
  background: linear-gradient(to right, #f5f5f4 8%, #E7E6E6 18%, #f5f5f4 33%);
  background-size: 800px 104px;
}

.frenzy_topbar_loader_content {
  background: #fff;
  height: 50px;
  margin-bottom: 24px !important;
  ;
  padding: 8px 8px;
  display: flex;
  border: 2px solid #f5f5f4;
  opacity: 0 !important;
  visibility: hidden !important;
}

.frenzy_filter_loader_content:empty,
.frenzy_sorting_loader_content:empty,
.frenzy_empty_loader_content:empty,
.frenzy_filter_title_loader:empty,
.frenzy_filter_checkbox_loader:empty,
.frenzy_filter_content_loader:empty {
  display: block;
}

.frenzy_filter_loader_content,
.frenzy_sorting_loader_content {
  background: #e9e9e9;
  height: 100%;
  width: 10%;
  margin-right: 10px;
}

.frenzy_orientation_loader_content {
  display: flex;
  background: #fff;
  height: 100%;
  width: 7%;
  margin-right: 10px;
  gap: 7px;
  padding: 7px;
}

.frenzy_orientation_loader_content span {
  width: 30.30%;
  background: #e9e9e9;
}

.frenzy_empty_loader_content {
  width: 72%;
}

.frenzy_content_loader_row {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.frenzy_sidebar_loader_content {
  width: 25%;
  padding-right: 20px;
}

.frenzy_loader_row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
}

.frenzy_filter_title_loader {
  height: 25px;
  background: #e9e9e9;
  width: 80%;
}

.frenzy_filter_title_ct_loader {
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
}

.frenzy_filter_checkbox_loader {
  width: 20px;
  height: 100%;
  background: #e9e9e9;
  height: 18px;
}

.frenzy_filter_content_loader {
  height: 100%;
  /* background: #e9e9e9; */
  width: 90px;
  margin-left: 5px;
  height: 15px;
}

.frenzy_filter_title_ct_loader:nth-child(odd) .frenzy_filter_content_loader {
  width: 90px;
}

.frenzy_filter_title_ct_loader:nth-child(even) .frenzy_filter_content_loader {
  width: 150px;
}

.frenzy_side_bar_filter_loader_content {
  margin-bottom: 20px;
}

.frenzy_loader_grid p,
.frenzy_loader_grid span {
  display: block;
  height: 26px;
  background: #dddddd;
  margin-bottom: 5px;
}

.frenzy_loader_grid span {
  width: 54px;
}

.frenzy_loader_grid img {
  width: 100%;
}

.frenzy_variant_option:has(button:focus-visible) {
  bottom: 0 !important;
}

.frenzy_loader_grid {
  position: relative;
  border: 1px solid #d9d9d9;
  padding-bottom: 80px;
}

.frenzy_loader_grid img {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.frenzy_recommendation .frenzy_loader_row.loader_grid_3 {
  width: 100%;
}

.frenzy_loader_grid figure {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 150%;
  border-bottom: 1px solid #d9d9d9;
}

.frenzy_loader_grid svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.frenzy_loader_grid svg path {
  transform: none;
}

.frenzyScrollLoader .frenzy_collection_page_loader_content {
  padding: 0 !important;
}

.frenzyScrollLoader .frenzy_topbar_loader_content {
  display: none;
}

.frenzy_search_page .frenzy_topbar_loader_content {
  margin-bottom: 40px !important;
}

.frenzy_search_page {
  padding: 0 !important;
}

/* cartpopup and all carsoual placeholder css */
.frenzy-recommendation-section .frenzy_loader_row {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.frenzy-recommendation-section .frenzy_loader_row.loader_grid_2 {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.frenzy-recommendation-section .frenzy_loader_row.loader_grid_3 {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.frenzy-recommendation-section .frenzy_loader_row.loader_grid_4 {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.frenzy-recommendation-section .frenzy_loader_row.loader_grid_5 {
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}

.frenzy_cart_popup_section {
  margin: initial !important;
}

.frenzy_cart_popup_section .frenzy_loader_row {
  display: flex;
  width: 100%;
}

.frenzy_cart_popup_section .frenzy_loader_grid {
  flex: 0 0 80%;
}

.frenzy_cart_popup_section .filter_animation_loader_frame {
  background: linear-gradient(to right, #DADADA 8%, #C2C2C2 18%, #E7E7E7 33%);
}

.frenzy_cart_popup_section .frenzy_content_loader_row {
  padding: 20px 0px;
}

@media screen and (max-width: 1023px) {
  .filter_animation_loader_frame {
    height: 300px !important;
  }

  .frenzy_loader_row {
    grid-template-columns: repeat(3, 33.33%);
  }

  .frenzy_topbar_loader_content {
    height: 32px !important;
    padding: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .frenzy_collection_page_loader_content {
    padding-top: 20px !important;
  }

  body .frenzy_topbar_loader_content {
    margin-bottom: 32px !important;
  }

  .frenzy_search_page .frenzy_topbar_loader_content {
    margin-top: 0px;
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 575px) {
  .frenzy_collection_page_loader_content .frenzy_loader_container {
    padding: 0 15px;
  }

  .frenzy_loader_row {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .frenzy_loader_grid:nth-child(n + 5) {
    display: block;
  }

  .frenzy_sidebar_loader_content {
    display: none !important;
  }

  .frenzy_filter_loader_content,
  .frenzy_sorting_loader_content {
    width: 40%;
  }

  .frenzy_empty_loader_content {
    width: 44%;
  }

  .frenzy_orientation_loader_content {
    width: 30%;
  }

  body .frenzy_grid_inner.filter_animation_loader_frame {
    background-color: #e9e9e9;
    height: 792.5px;
  }

  body .frenzy_collection_page_loader_content .frenzy_loader_grid .frenzy_grid_inner:empty {
    display: block;
  }

  .frenzy_collection_page_loader_content:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .frenzy_loader_row .frenzy_loader_grid {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .frenzy_collection_page_loader_content .frenzy_loader_container {
    padding: 0 15px;
  }

  .frenzy_loader_row {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .frenzy_loader_grid:nth-child(n + 5) {
    display: none;
  }

  .frenzy_sidebar_loader_content {
    display: none !important;
  }

  .frenzy_filter_loader_content,
  .frenzy_sorting_loader_content {
    width: 40%;
  }

  .frenzy_empty_loader_content {
    width: 44%;
  }

  .frenzy_orientation_loader_content {
    width: 30%;
  }

  body .frenzy_grid_inner.filter_animation_loader_frame {
    background-color: #e9e9e9;
    height: 792.5px;
  }

  body .frenzy_collection_page_loader_content .frenzy_loader_grid .frenzy_grid_inner:empty {
    display: block;
  }

  body .frenzy_topbar_loader_content {
    height: 90.33px;
  }

  .frenzy_collection_page_loader_content:nth-child(2) {
    display: none;
  }

  @media screen and (max-width: 479px) {
    .frenzy_loader_row .frenzy_loader_grid {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }

  #quick-buy-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 51;
  }

  .product-small-details {
    transition: opacity 0.3s ease-in-out;
  }

  .product-small-details.active {
    opacity: 1;
    visibility: visible;
  }

  .product-small-content {
    transition: transform 0.3s ease-in-out;
  }

  .product-small-details.active .product-small-content {
    transform: translateY(0);
    z-index: 53;
  }

  /* Mobile specific styles */
  @media (max-width: 1023px) {
    .product-small-content {
      transform: translateY(100%);
    }
  }

  /* Desktop specific styles */
  @media (min-width: 1024px) {
    .product-small-content {
      transform: translateY(100%);
    }
  }

  .hidden-coverage {
    display: none !important;
  }

  /* For mobile carousel slides */
  .swiper-slide.hidden-coverage {
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
