/** Shopify CDN: Minification failed

Line 2008:1 Expected "}" to go with "{"

**/
body {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  font-size: 1.4rem !important;
}

body.gradient {
  background: #ffffff;
}

.page-width-desktop, .page-width {
  max-width: 1920px;
}


/* Header Section */
.section-header.shopify-section-group-header-group {
  z-index: 5;
}

.header-wrapper .field__input {
  background-color: transparent;
}

@media screen and (min-width: 990px) {
  .header__icon--menu {
    display: none;
  }
}

.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
  margin-top: 0;
}

.header__menu-item {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}


.header__icons {
  width: 100%;
}

.header__search {
  width: 100%;
}

.announcement-bar__message {
  padding: 5px 10px;
  min-height: auto;
}

.header .list-menu__item svg {
  margin-right: 10px;
}

.list-menu__item svg {
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 15px !important;

  }
  .header__heading-link {
    width: 80%;
    padding: 0;
  }
  .header__icon--menu {
    width: 10%;
  }

  .header__icons {
    width: 10%;
  }

  .header__icons .header__search {
    display: none;
  }

  .header__inline-menu {
    display: block !important;
    order: 5;
    max-width: 100%;
  }

  .mobile-search {
    padding: 6px 0;
    order: 4;
    width: 100%;
  }

  .header__menu-item {
    padding: 1rem;
  }


  .list-menu--inline {
    display: flex !important;
    flex-wrap: unset !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: none; /* optional: hide scrollbar on Firefox */
  }

  .footer .list-menu__item {
    line-height: 0 !important;
  }

  .header__heading-logo {
    height: 30px;
    width: auto;
  }
  .header__icon:not(.header__icon--summary), .header__icon span {
    justify-content: start !important;
  }

  #HeaderMenu-category {
    display: none;
  }

}

.footer-block__details-content .list-menu__item--link {
  font-size: 1.4rem !important;
  padding-top: 0;
}

.list-menu__item--link {
  line-height: calc(1 + 0.4 / var(--font-body-scale)) !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 990px) {
  .mobile-search {
    display: none;
  }
}

/* Media Queries - Header */
@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-columns: 20% 80%;
  }
}


/* Search Modal */
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 95%;
  }
}

.color-bar-container {
  display: flex;
  width: 100%;
  height: 5px;
}
.color-bar {
  flex: 1;
  height: 100%;
  display: block !important;
}


@media screen and (max-width: 990px) {
  .banner {
    height: 15rem !important;
  }
  .slider.slider--tablet.contains-content-container .slider__slide {
    margin-right: 10px;
  }
  .slider.slider--tablet.contains-content-container .slider__slide:last-child {
    margin-right: 0;
  }
}
/* Slogan Section */

@media screen and (min-width: 990px) {
  .slogan {
    margin-top: 20px;
  }
}

.slogan .inner {
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 10px;
  border-radius:   6px;
  background-color: #e4e4e4;
}

.slogan .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin:0;
}

.slogan .inner ul li:first-child {
  overflow: auto;
}

.slogan .inner ul li {
  display: flex;
  align-items: center;
  white-space:nowrap;
}

.slogan .inner ul a {
  text-decoration: none;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #fff;
  border-radius: 6px;
  color: #000;
}

.slogan h1 {
  margin:0;
  font-size: 1.2rem;
}

.slogan .inner ul li:first-child h1 {
  text-wrap: auto;
}

@media (min-width: 990px) {
  .slogan .inner ul {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .slogan h1 {
  font-size: 16px;
  }
  .slogan .inner ul a {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}


/* Footer Section */
.footer {
  padding-bottom: 0 !important;
}

.footer__content-bottom {
  padding-top: 0 !important;
}

.footer-bottom {
  padding: 15px 0;
  background: #FFFFFF;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.footer-block__heading {
  display: block;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  margin-bottom: 1rem !important;
}

/* Footer - Copyright Section */
@media (min-width: 801px) {
  .footer-block__heading {
    margin-bottom: 2rem !important;
  }
  .footer-copyright .footer-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.footer-copyright .column-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  padding: 0;
}

.footer-copyright .column-1 li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.footer-copyright .column-1 img {
  max-width: 80px;
}

.footer-copyright .column-1 {
  width: auto;
}

/* Footer - Column 2 */
@media (min-width: 801px) {
  .footer-copyright .column-2 {
    overflow: hidden;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
  }
}

/* Footer - Copyright Text */
.footer-copyright .cpr,
.copyright-by, .copyright-by a {
  color: #000000 !important;
  font-size: 1.2rem;
}

.footer__content-top {
  padding-bottom: 2rem !important;
}

.footer-note {
    font-size: 1.2rem;
  }
@media screen and (max-width: 749px) {
  .footer-block__details-content {
    margin-bottom: 2rem !important;
  }

  .footer__content-top {
    padding: 0 1.5rem !important;
  }
  .footer-block.grid__item {
    padding: 0;
    margin: 0 0 2rem !important;
    display: inline-block !important;
    vertical-align: top !important;
    text-align: center;
  }

  .footer-block.grid__item  .list-menu__item {
    justify-content: center;
  }

  .footer-block--menu li {
    padding: 5px 0;
  }
  .footer-note {
    text-align: center;
  }

  .footer-copyright .cpr,
.copyright-by, .copyright-by a {
  text-align: center;
}


}

.section-sections--24634252493082__footer-padding {
  padding-top: 36px;
  padding-bottom: 0 !important;
}

/* Button Styles */
.button, .shopify-challenge__button, .customer button {
  background-color: transparent;
  border: 1px solid #0052A0;
  color: #0052A0;
  --border-offset:  #0052A0;
  border-radius: 6px;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: #0052A0;
  border-color: #0052A0;
  color: #fff;
}

.active-facets__button-inner.button {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  --border-offset: #e4e4e4;
}

cart-remove-button .button {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  --border-offset: #e4e4e4;
  color: #000000;
}

/* Marquee Section */
.marq {
  background-color: #e4e4e4;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 5px 10px;
}

/* Shipping Message */
.shipping-msg {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.shipping-msg svg[class*="icon"] {
  margin-right: 5px;
  stroke: #ffffff;
  width: 15px;
  height: 15px;
}

.shipping-msg div {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 6px;
  padding: 5px;
  font-weight: 700;
}

.shipping-msg .back-order {
  background-color: #ff6f91;
  color: #ffffff;
}

.shipping-msg .arriving-soon,
.shipping-msg .ready-ship {
  background-color: #00b894;
  color: #ffffff;
}

.shipping-msg .check-availability {
  background-color: #a66dd4;
  color: #ffffff;
}

.product-action .VariationProductInventory {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* Product Inventory */
.VariationProductInventory {
  text-align: left;
  margin: 10px 0;
}

.card__information .VariationProductInventory {
  text-align: center;
}

.product-action .shipping-msg {
  margin-top: 0;
}


/* Price Item Styles */

.price--on-sale .price__sale {
  display: block !important;
}

.product__info-container .price {
  display: flex;
  align-items: center;
}


.price__sale {
  margin-right: 10px;
}

.price .price-item {
  margin: 0 5px 0 0!important;
  display: block !important;
}

.product__info-container .price, .product__info-container .price, .product__action .price, .product__action .price-item--regular {
  font-size: 2.4rem !important;
}

.product__info-container .price--on-sale .price-item--regular {
  font-size: 1.4rem !important;
}

.price--large {
  letter-spacing: 0 !important;
}

.price--on-sale .price-item--regular {
  color: #121212 !important;
  text-decoration: none !important;
}

.price--on-sale .price-item--regular s {
  text-decoration: line-through !important;
  font-size: 1.2rem;
}

.price--on-sale .price-item--regular span {
  font-size: 1.2rem;
}

.product__info-container .price, .product__info-container .price--on-sale .price-item--regular {
  color: #121212;
}

.price__regular .price-item--regular {
  font-size: 1.7rem;
  color: #121212;
}

@media screen and (max-width: 749px) {
  .price__regular .price-item--regular {
    font-size: 1.4rem;
  }
}
.price-item--sale {
  color: #ef515c;
}

.price-item {
  font-weight: 700;
}

.price, .price--on-sale .price-item--regular {
  font-size: 1.4rem !important;
}

.price-location .price__sale .price-item--regular {
  display: none;
}

.discount-percentage {
  color: #e37800;
}

.badge {
  background-color: #cc385b;
  color: #ffffff;
}

.feefo-container {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.feefo-container img {
    width: calc(33% - 10px);
}

.cart-feefo-container {
  text-align: center;
}

.cart-feefo-container img {
  border: 1px solid #c0c0c0;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 10px;
}

.cart__warnings .cart-feefo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .feefo-container {
    margin-top: 15px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .feefo-container img {
    width: 100%;
  }
}

/* Card Heading */

.card__heading a {
  font-size: 1.4rem;
  font-weight: 400;
  height: 75px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}

@media (min-width: 801px) {
  .card__heading a {
    font-size: 1.5rem;
  }
}

.card__heading a:hover{
  color: #0052A0;
}

@media (max-width: 801px) {
  .grid__item {
    margin: 0 0 40px 0;
  }
}

/* Quick Add Section */
.quick-add form {
  display: flex;
  justify-content: center;
}

.quick-add__submit {
  min-width: auto !important;
  padding: 10px 15px !important;
  min-height: 0;
  letter-spacing: normal;
  font-size: 1.3rem;
  font-weight: 700;
}

.quick-add .button--full-width {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .quick-add {
    padding: 0 10px;
  }
}

@media screen and (min-width: 750px) {
  .card__information {
    padding-left:0;
    padding-right: 0;
  }

.contact-us {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  --border-offset: #e4e4e4;
  color: #000000;
}

@media screen and (min-width: 1024) {
  .facets__form-vertical {
    width: 325px !important;
  }
}


.facets__disclosure-vertical {
  margin-bottom: 20px;
}


@media (min-width: 1024) {
  .facets__disclosure-vertical {
    border-top: 0 !important;
  }
  #tag-filter-form .facets__display-vertical, #FacetFiltersForm .facets__display-vertical {
    border: 1px solid #ccc;
     padding: 5px 15px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 1024) {
  .facets-vertical .facets__summary {
    padding-top: 0 !important;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .facets-container {
    grid-template-columns: auto minmax(0, max-content);
    column-gap: 2rem;
    padding-bottom: 20px;
  }
}


.collection-hero__title {
  margin-top: 0;
}

.tab-container {
  width: 100%;
  list-style: none;
  padding: 0;
}

.tab-container .collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.tab-container .title {
  display: block;
  padding: 15px 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-top: 0;
  margin-bottom: -1px !important;
  font-size: 2rem;
  text-align: center;
}

.tab-container .tab-content {
  border-top: 1px solid #0053e2;
  margin-top: 0;
}

@media (min-width: 801px) {
  .tab-container .title {
    padding: 15px 0;
    font-size: 2rem;
    text-align: left;
  }
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  display: flex;
  align-items: flex-start; /* align top */
  justify-content: flex-start; /* align left */
  z-index: 9999;
}

/* Menu Container */
.menu-container {
  background: #fff;
  width: 320px; /* can adjust between 250px-300px */
  height: 100%;
  padding: 0 0 20px;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Each menu level */
.menu-level {
  display: block;
}

/* Hidden by default */
.hidden {
  display: none;
}

/* Menu Title (h2) */
.menu-level h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* Menu List */
.menu-level ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu Items */

/* Menu Links and Buttons */
.menu-link.sub {
  padding-left: 30px;
  font-weight: 400;
}

.menu-link.all {
   font-weight: 600;
}

.menu-link,
.back-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.06rem;
  font-family: var(--font-body-family);
}

/* On Hover */
.menu-link:hover,
.back-button:hover {
  background: #f0f0f0;
}

.menu-link svg,
.back-button svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.menu-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.menu-section-title {
  cursor: default;
  font-weight: 400;
  color: #969397;
}
.menu-section-title:hover {
  background: #fff;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.menu-section-separator hr,
.menu-link-separator hr {
  background-color: #e4e4e4;
  margin: 1rem 0;
}

/* Customer Profile Container */
#menu-customer-profile {
  display: flex;
  justify-content: flex-start; /* Align items to the left */
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background: #0052A0;
  border-bottom: 1px solid #ddd; /* Optional: Add border for style */
  width: 100%;
}

/* Left side - Icon and Text */
#menu-customer-profile-left {
  display: flex;
  align-items: center;
  flex-grow: 1; /* Allow the left side to take up remaining space */
}

#menu-customer-profile-left .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  stroke: #ffffff;
}

/* Right side - Close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #ffffff;
}

/* Customer Name or Sign In */
#menu-customer-name {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

#menu-customer-name a {
  color: #ffffff;
}


.product__text.caption-with-letter-spacing {
  font-size: 1.4rem;
}

.product__title h1 {
  font-size: 2.4rem;
}

.product__description h2 {
  font-size: 1.6rem;
}

.product__description h3 {
  font-size: 1.4rem;
}

.caption-with-letter-spacing {
  font-size: 1.4rem;
}

.product__text.caption-with-letter-spacing {
  text-transform: capitalize !important;
  color: #0052A0;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 990px) {
  .product__info-container {
    padding-right: 15px;
  }

  .header__heading-logo {
    height: 54px;
    width: auto;
  }
}

@media screen and (min-width: 1600px) {
  .product__info-container {
    max-width: 60rem !important;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024) {
  .product__info-wrapper--extra-padding {
    padding: 0 4rem !important;
  }
}

@media screen and (min-width: 990px) {
  .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 35% !important;
    width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}

@media screen and (min-width: 990px) {
  .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}


@media screen and (min-width: 990px) {
  .product--medium:not(.product--no-media) .product__action, .product--small:not(.product--no-media) .product__action {
    max-width: 20% !important;
    width: calc(20% - 20px) !important;
  }
}

@media only screen and (min-width:834px) {
  .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(20% - .8rem);
  }
  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 500px;
    left: 100px;
    transform-origin: left top;
    height: 100px;
    overflow: hidden;
  }
  .grid__item.product__media-wrapper {
    position: relative;

  }
  slider-component[id^="GalleryViewer-template--"]  {
    padding-left: 120px;
  }
  .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(16.8% - .8rem); /* decrease percentage and it will increase items */
  }
}



@media screen and (max-width: 834px) {
.product-form__buttons {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 1024) {
  .product--thumbnail .product__media-list, .product--thumbnail_slider .product__media-list {
    padding-left: 20px;
  }
}
.thumbnail[aria-current] {
  border-color: #0053e2 !important;
}

.product__info-container > * + * {
  margin-bottom: 0 !important;
}

.product__tax.caption.rte {
   margin: 0 0 10px 0;
}

.shipping-price {
  margin: 0 0 10px 0;
}

.quantity-location {
  margin-top: 20px;
}

media-gallery[id^="MediaGallery-template--"] {
  position: relative;
}

.product-specs dd {
  margin: 0 0 15px;
}

.product-specs dt {
  font-weight: 700;
}

.multicolumn .slider-buttons {
  display: none;
}

#shopify-section-template--24805763940634__custom_liquid_7wyYYC {
  margin: 1.5rem;
}

.main-page-title {
  text-align: center;
}

@media screen and (min-width: 990px) {
  #shopify-section-template--24805763940634__custom_liquid_7wyYYC {
    margin: 0;
  }
}

.color-scheme-1, body {
  color: rgb(var(--color-foreground)) !important;
}
.category-desc {
  padding: 10px 0;
}

.category-desc.top .top-desc {
  max-height: 38px;
  overflow: hidden;
  transition: opacity 0.3s ease; 
}

.category-desc.top .top-desc.is-ready {
  max-height: 1000px;
}

.category-desc.bottom .bottom-desc {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}

.bottom-desc h2 {
  font-size: 1.9rem;
}

.bottom-desc h3 {
  font-size: 1.7rem;
}

.product-grid-container .collection-hero__title,.main-page-title{
  font-size: 2.5rem;
}

@media screen and (min-width: 990px) {
  #Slider-template--24712598716698__multicolumn_H6YtWW .grid__item {
    margin: 0 20px 0 0 !important;
  }
}

@media screen and (min-width: 990px) {
  .mobile-only {
    display: none;
  }
  .product__media-wrapper {
    order: 1;
  }
  .product__info-wrapper--extra-padding {
    order: 2;
  }
  .product__action {
    order: 3;
  }
  .product-action {
    border: 1px solid #b4bcbe;
    border-radius: 6px;
    padding: 15px 15px 40px;
  }
}

@media screen and (max-width: 990px) {

  .desktop-only {
    display: none;
  }
  .product_sku {
    margin: 0;
  }
}

.product__tax {
  margin-top: 0 !important;
}

.related-products .card:not(.ratio) > .card__content {
  grid-template-rows: unset;
}

.related-products .card__information {
  padding-bottom: 0;
}

.related-products .quick-add {
  margin-top: 20px;
  margin-bottom: 20px;
}

.related-products .card-wrapper {
  height: auto;
}

/* Simplified search input styling */
.filter-search-container {
  margin-bottom: 15px;
}

.hidden-by-search {
  display: none !important;
}

summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-search-input {
  padding: 1rem 1.3rem;
  border: 1px solid #b4bcbe;
  border-radius: 6px;
  margin: 15px 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.2s ease;
}

.filter-search-input:focus {
  outline: none;
  border-color: #5c6ac4;
  box-shadow: 0 0 0 1px rgba(92, 106, 196, 0.2);
}

/* No results message styling */
.no-filter-results {
  padding: 1rem;
  color: #637381;
  font-size: 14px;
  display: none;
  background: #f9f9f9;
  border-radius: 6px;
  margin: 0 0 15px 0;
}

/* Ensure filter options are properly spaced */
.facets__list--vertical {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Scrollbar styling for filter options */
.facets__list--vertical::-webkit-scrollbar {
  width: 4px;
}

.facets__list--vertical::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.facets__list--vertical::-webkit-scrollbar-thumb {
  background: #d5d9db;
  border-radius: 4px;
}

.facets__list--vertical::-webkit-scrollbar-thumb:hover {
  background: #b4bcbe;
}

.footer__payment {
  margin-bottom: 20px;
}

.header__menu-item:hover {
  color:#FFD93D !important;
}

.header__menu-item:hover span {
  text-decoration: none !important;
  color: #ffffff;
}

.header__active-menu-item {
  color: #FFD93D;
  text-decoration: none;
}

.wishlist-location {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.st-wishlist-details-button[data-type="floating"] {
  z-index: 99 !important;
}

.st-wishlist-details-button.st-wishlist-details-button--bottom_right {
  bottom: 100px !important;
 
}

@media only screen and (max-width: 480px) {
  .st-wishlist-details-button.st-wishlist-details-button--bottom_right {
     right: 20px !important;
    bottom: 110px !important;
  }
}

@media only screen and (max-width: 480px) {
  .needsclick.kl-teaser-XcFF6J.undefined.kl-private-reset-css-Xuajs1 {
    margin: 160px 8px !important;
  }
}

  .filter-search-container {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

.breadcrumbs {
  font-size: .85em;
  margin: 2em auto;
}

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding-bottom: 10px;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #121212;
}

.breadcrumbs li:not(:first-child):before {
  content: ">\00a0";
  display: inline-block;
  padding-left: .75ch;
}

.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs [aria-current="page"]:hover,
.breadcrumbs [aria-current="page"]:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 989px) {
  li.breadcrumb-product-title {
    display: none;
  }
}

#last-collection-breadcrumb .collection-breadcrumb {
  display: inline-block !important;
}

/* pagination */
ul.pagination-list {
  display: block;
  margin-bottom: .73333rem;
  margin-top: .73333rem;
  text-align: center;
  list-style: none;
  padding: 0;
}

.pagination-list li {
  font-size: 16px;
  margin-left: 10px;
}

.pagination-list .pagination-item {
  display: inline-block;
}

li.pagination-item:first-child {
  margin-left: 0;
}

.pagination-item.pagination-item--current {
  background-color: #000000;
  border-radius: 4px;
}

.pagination-list li a {
  border-radius: 4px;
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination-list li a:hover {
  text-decoration: underline;
}

.pagination-item.pagination-item.pagination-item--current>a {
  color: #ffffff;
}

.pagination-item.pagination-item.pagination-item--current>a:hover {
  text-decoration: none;
}

.feefo-service-summary-widget {
  margin-bottom: 20px;
  text-align: center;
}

.feefo-product-rating-widget div {
  display: flex;
  align-items: center;
}

.feefo-card-product-rating div {
  margin: 10px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.feefo-stars {
  display: inline-flex;
}

.feefo-stars .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.feefo-service-summary-widget .feefo-stars .icon {
  width: 32px;
  height: 32px;
}

.icon--ratingFull svg {
  fill: #ffb000;
}

.icon--ratingEmpty svg {
  fill: #e4e4e4;
}

.rating-number {
  font-size: 20px;
  margin: 10px 0 30px;
}

.review-count {
  font-size: 20px;
}

.feefo-service-summary-widget a {
  color: #121212;
}

.feefo-service-summary-widget a:hover {
  color: #000000;
}

.feefo-service-review {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 16px;
    vertical-align: top;
}

.feefo-service-review p {
  margin-top: 0;
  margin-bottom: 10px;
}

.feefo-service-review .feefo-title {
  margin: 10px 0 0;
}

.feefo-service-review .feefo-products, .feefo-service-review .feefo-body {
  margin-bottom: 20px;
}

.feefo-products {
  font-size: 12px;
}

.feefo-products svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

div.feefo-product-rating-widget {
  margin-top: 0;
}

.feefo-product-rating-widget a {
  color: #000000;
}

@media screen and (max-width: 796px) {
  div.feefo-product-rating-widget {
    margin-bottom: 20px;
  }
}

ul.product-reviews {
  margin-top: 50px;
}

.count-reviews {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feefo-author {
  color: #666666;
}

.feefo-reviews-list {
  margin-left: -8px;
  margin-right: -8px;
}

.feefo-review {
  display: inline-block;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .feefo-service-review {
    width: 49%;
  }
  .feefo-review  {
    width: 49%;
  }
}

@media screen and (min-width: 1261px) {
  .feefo-service-review {
    width: 33%
  }
  .feefo-review  {
    width: 33%;
  }
}

.shopify-policy__container {
  max-width: 1920px !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 990px) {
  .shopify-policy__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.shopify-policy__body {
  margin-bottom: 40px;
}

#ContactForm-inquiry {
  min-height: 60px;
}

@media screen and (max-width: 990px) {
  .utility-bar__grid.page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-menu .link {
  font-size: 1.4rem;
}

@media screen and (min-width: 990px) {
  .list-menu .link {
    font-size: 1.4rem;
  }
}

.footer-bottom-row {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-bottom-row > div {
  flex: 1;
}

/* Stack on mobile */
@media (max-width: 749px) {
  .footer-bottom-row {
    flex-direction: column;
  }
}

.st-wishlist-details-button.st-wishlist-details-button--bottom_right {
  bottom: 100px !important;
  right: 35px !important
}

@media only screen and (max-width: 480px) {
  .st-wishlist-details-button.st-wishlist-details-button--bottom_right {
    right: 18px !important;
    bottom: 95px !important;
    height: 40px !important;
    width: 40px !important;
    padding: 0 10px !important;
  }
}

/**
-----------------------------------------------------
-----------------------------------------------------
Background Header Product Carousel
-----------------------------------------------------
-----------------------------------------------------
*/

@media (min-width: 801px) {
    .featured {
        background: url("/cdn/shop/files/header-produk-populer.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .best-sellers {
        background: url("/cdn/shop/files/header-produk-populer.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .new-releases {
        background: url("/cdn/shop/files/header-produk-terbaru.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .sales {
        background: url("/cdn/shop/files/header-produk-promo.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .brands {
        background: url("/cdn/shop/files/header-merek-terpopuler.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .related-product {
        background: url("/cdn/shop/files/header-produk-terkait.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .similiar-product {
        background: url("/cdn/shop/files/header-produk-serupa.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .best-product {
        background: url("/cdn/shop/files/header-produk-populer.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }

    .customer-reviews {
        background: url("/cdn/shop/files/header-reviews-carousel.webp") no-repeat !important;
        width: 100%;
        height: 35px;
    }
}

@media (min-width: 801px) {
  .best-sellers .tab-title,
  .new-releases .tab-title,
  .sales .tab-title,
  .brands .tab-title,
  .related-product .tab-title, 
  .similiar-product .tab-title,
  .best-product .tab-title,
  .customer-reviews .tab-title,
  .feature .tab-title {
    display: none;
  }
}

.button-ViewAll {
    text-decoration: none;
    color: inherit;
    margin: 0;
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 12px;
}

.button-ViewAll span,
.button-ViewAll i {
    display: none;
}

.button-ViewAll::before {
    content: "[";
}

.button-ViewAll::after {
    content: "]";
}

.button-ViewAll:hover,
.button-ViewAll:focus {
    text-decoration: underline;
}

@media (min-width: 801px) {
    .button-ViewAll {
        text-decoration: none;
        position: relative;
        color: inherit;
        left: 10px;
        top: 0;
        margin: 0;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .button-ViewAll span,
    .button-ViewAll i {
        display: none;
    }

    .button-ViewAll::before {
        content: "[";
    }

    .button-ViewAll::after {
        content: "]";
    }

    .button-ViewAll:hover,
    .button-ViewAll:focus {
        text-decoration: underline;
    }
}

.tab-reviews-carousel .tab {
    float: none;
}

.tab-reviews-carousel .tabs {
    position: relative;
}

.tab-reviews-carousel i {
    margin-left: 10px;
}

@media (min-width: 801px) {
    .tab-reviews-carousel .tab {
        float: left;
    }

    .tab-reviews-carousel .tabs {
        display: flex;
        align-items: center;
        max-width: 700px;
    }
}

.brand-text {
    display: none;
}

.brand-image {
    text-align: center;
    margin-bottom: 5px;

    img {
        height: 20px;
        display: inline;
    }
}

.sale {
    display: none;
}

.promo .best {
    display: none;
}

.promo .sale {
    display: block;
}

.made-in-flag {
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    z-index: 2;
    text-align: center;
}

.made-in-flag>span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 5px 10px 5px 6px;
    background: white;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.made-in-flag > span > span {
    color: #222;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    white-space: normal;
}

.flag-icon {
    width: 20px !important;
    height: 10px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

@media (min-width: 750px) {
    .made-in-flag > span > span {
        font-size: 10px;
    }
    
    .flag-icon {
        width: 30px !important;
        height: 20px;
    }
}

.product-badge {
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    z-index: 10;
}

/* Base flag styles */
.sale-flag-side,
.sale-red-side {
    display: flex;
    width: 50px;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    background-size: 50px 60px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}


.sale-flag-side {
    background-image: url('/cdn/shop/files/flag.webp?v=1784878218');
}

.sale-red-side {
    background-image: url('/cdn/shop/files/flag.webp?v=1784878218');
}

.made-in-flag {
    background-image: none;
}

.made-in-flag span {
    display: flex;
    align-items: center;
}

.made-in-flag img {
    width: 30px;
    height: auto;
    margin-bottom: 4px;
}

/* Text styles */
.sale-text,
.promo-text,
.sale-red-text {
    font-family: "Carter One", system-ui;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

@media (min-width: 750px) {
    .sale-flag-side,
    .sale-red-side {
        width: 65px;
        height: 75px;
        background-size: 65px 75px;
    }

    .sale-text,
    .promo-text,
    .sale-red-text {
        font-size: 21px;
        line-height: 25px;
        margin-top: -10px;
    }
    
    .promo-text {
        font-size: 15px;
    }
}

.badge-side-section {
    margin-top: 0;
    float: right;
    margin-right: -25px;
}

@media (min-width: 992px) {
    .badge-side-section {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
}


@media screen and (min-width: 1200px) {
  #collection-template--21044662862022__featured_collection {
    padding: 50px 0;
    background-color: #f5f5f5;
  }

  #collection-template--21044662862022__featured_collection .grid--6-col-desktop .grid__item {
    background-color: #ffffff;
    border-radius: 6px;
  }

  .grid--6-col-desktop .grid__item {
    padding: 20px 15px;
  }
}


.grid--6-col-desktop .grid__item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.card-information {
  text-align: left !important;
}