/** Shopify CDN: Minification failed

Line 20:0 Unexpected "}"
Line 126:10 Expected identifier but found whitespace
Line 126:12 Unexpected "{"
Line 126:23 Expected ":"

**/

/* Add font imports */
/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400&family=Poppins:wght@500,600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/*********** new cart progressbar css start *************/
.progress-bar__heading {
        color: var(--brand-black-light);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
}
.progress-bar__subheading {
  font-size: 14px;
  font-family: var(--body-font-family);
  font-weight: bold;
  line-height: 1.2 !important;
  text-transform: none;
  letter-spacing: normal;
      padding: 5px 0 5px 0;
}

.progress-bar__progress {
  --height: 4px;
  --bg-progress: #45851E;
  background: #d9d9d9;
  height: var(--height);
  border-radius: var(--height);
  margin: 25px 0 0;
  position: relative;
}
.progress-bar__progress:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: var(--percentage);
  background: var(--bg-progress);
  animation: progress-bar-width 1s linear;
  border-top-left-radius: var(--height);
  border-bottom-left-radius: var(--height);
  /* clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%); */
      border-radius: 26px;
}
.progress-bar__progress.full-discount:after {
  border-radius: var(--height);
}
.progress-bar__body {
  position: relative;
}
.progress-bar__tooltip {
  --border-color: #aecc9d;
  position: absolute;
  min-width: max-content;
  top: -2px;
  left: calc(var(--left) );
  transform: translateX(-50%) translateY(-100%);
  padding: 4px 7px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  background: #fff;
  color: #000;
}
.progress-bar__tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid var(--border-color);
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.progress-bar__progress.full-discount + .progress-bar__tooltip {
  transform: translateX(-100%) translateY(-100%);
}
.progress-bar__label__list {
  display: flex;
  margin: 0;
}
.progress-bar__label__item {
  flex: 1 1 0px;
  text-align: center;
  font-size: 12px;
}
.progress-bar__label__item > strong,
.progress-bar__label__item > span {
  line-height: 1.1;
  display: block;
}
.progress-bar__label__item > strong {
  padding-top: 10px;
}
.progress-bar__label__item > span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 10px;
}
@keyframes progress-bar-width {
  from {
    width:0;
  }
  to {
    width: {{percentage}};
  }
}
.progress-bar__dot {
  --width: 12px;
  width: var(--width);
  height: var(--width);
  display: block;
  background: #d9d9d9;
  border-radius: var(--width);
  position: absolute;
  top: calc(var(--width) / -4);
  z-index: 1;
  margin-left: calc(var(--width) / -2);
}

.progress-bar__dot--amount {
  width: auto;
  height: 100%;
  top: auto;
  margin: 0;
  background: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.progress-bar__dot--amount > span {
  display: block;
  height: 100%;
  transform: translateX(-50%);
  font-family: var(--font-family-body);
  font-weight: bold;
  text-transform: none;
  color: #fff;
  height: auto;
  line-height: 1;
}

.progress-bar--gwp {
  background-color: #FCFBF7;
  border-bottom: solid .0625rem var(--brand-gray-light);
  padding: 10px 15px;
}
.progress-bar--gwp .progress-bar__label__item {
  margin-top: 6px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  color: #bcbcbc;
}
.progress-bar--gwp .progress-bar__label__item.active {
  color: #9CC386;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar__progress-candycane-bg {
  -webkit-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  -o-animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  animation: progress-bar-stripes 1s linear infinite, progress-bar-width 1s linear;
  background-image: -webkit-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #0000003d 25%, transparent 25%, transparent 50%, #0000003d 50%, #0000003d 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  background-color: #A5C792;
  position: absolute;
  height: auto;
  top: -2px;
  right: auto;
  bottom: -2px;
  left: -2px;
  width: calc(var(--percentage) + 2px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
      border-radius: 26px;
}
.progress-bar__progress.full-discount .progress-bar__progress-candycane-bg {
  border-radius: 50px;
  width: calc(var(--percentage) + 4px);
}
.progress-bar__divider--clip:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--left);
  margin-left: -12px;
  width: 12px;
  display: block;
  z-index: 1;
  background: #d9d9d9;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 50%, 0% 0%);
}

.progress-bar__divider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(var(--left) - 12px);
  width: 18px;
  background: transparent;
  z-index: 11;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 40 60' enable-background='new 0 0 40 60' xml:space='preserve'%3E%3Cpolygon points='0,60 10,60 40,30 10,0 0,0 30,30' fill='%23fcfbf7' /%3E%3C/svg%3E");
}

.progress-bar--amsm {
  padding-top: 15px;
}
.cart-line-item-list ~ .progress-bar--amsm {
  padding-top: 0;
}

/*********** new cart progressbar css end *************/


 /* General Styling */
  .product-container {
    margin: 20px auto;
    max-width: 1000px;
  }

  .new-product-details {
    margin-top: 20px;
  }

  .product-details-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .new-form-separator {
    height: 1px;
    background: #ccc;
    margin: 15px 0;
  }

  /* Style With Section */
  .new-style-with {
    margin-top: 30px;
  }

  .style-with-title {
    font-size: 20px;
    font-weight: bold;
  }

  .style-with-list {
    display: flex;
    flex-direction: column;
  }

  .style-with-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;

  }

  .style-with-item.hidden {
    display: none;
  }

  .style-with-item.hidden + .new-form-separator {
    display: none;
  }
  .style-with-img {
    width: 99px;
    height: 121px;
    background-size: cover;
    background-position: center;
  }

  .style-with-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .style-with-product-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
  }

  .style-with-product-price {
    font-size: 16px;
    color: black;
    font-weight: 700;
    padding-bottom: 38px;
  }

  .style-with-cta {
    padding: 8px 12px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    /* font-weight: 700; */
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    width: max-content;
    margin-top: -10px;
  }

  .style-with-view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: none;
    border: none;
  }

  .style-with-view-more p {
    margin: 0;
  }

  .style-with-view-more svg {
    margin-left: 5px;
    transition: transform 0.3s ease;
  }

.kaching-bundles .kaching-bundles__bar>input[type=radio] {
    display: block !important;
    display: flex !important;
    flex-shrink: 0;
    width: 28px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    box-sizing: border-box;
    /* box-shadow: 0 0 0 2px var(--bar-border-color, rgba(0, 0, 0, .3)); */
    position: absolute;
    z-index: 1;
    margin-left: 10px;
  margin-top: 18px;
  accent-color: #000;
      top: 5px;
}

.kaching-bundles .kaching-bundles__bar-image {
    margin-left: 20px;
}
.kaching-bundles .kaching-bundles__bar--selected:nth-child(2) .kaching-bundles__bar-image {
    display: none;
}

.kaching-bundles .kaching-bundles__bar--selected:nth-child(2) .kaching-bundles__bar-content-left {
    margin-left: 35px;
}
product-card.product-card .loox-rating:has(.loox-rating-content)+.product-card__info {
    padding-top: 40px;
}
product-card.product-card .loox-rating {
    padding-bottom: 5px;
  padding-top : 0px !Important;
}


/****** trust slider *********/

.trust-slider-main {
  display: flex;
  /* padding-right: 16px;
  padding-left: 16px; */
  justify-content: space-between;
  align-items: center;
  gap:0px;
}
.trust-slider-main .trustpilot-box-before-slider {
  max-width: 170px;
  color: #000;
  text-align: center;
  width: 100%;
  margin-right:25px;
}
.trust-slider-main .trustpilot-box-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 28px;
}
.trust-slider-main .trustpilot-box-stars {
  width: 120px;
  margin:0 auto;
  margin-bottom: 4px;
}
.trust-slider-main .trustpilot-box-review {
  margin-bottom: 5px;
  font-size: 13px;
}
.trust-slider-main .trustpilot-box-review p {
  margin: 0;
  font-size: 16px;
}
.trust-slider-main .trustpilot-slider-card-title {
  font-weight: 700;
  margin-bottom: 3px;
}
/* .trust_head h2 {
    text-align: center;
} */
.trust-slider-main .trustpilot-slider-card-text p {
  font-size: 15px;
  line-height: 22px;
}
.trust-slider-main .trustpilot-box-logo {
  width: 90px;
  margin:0 auto;
}
.trust-slider-main .multiple-items {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-right: 50px;
  padding-left: 50px;
}
.trust-slider-main .multiple-items button.slick-prev.slick-arrow {
  left: 0px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 1px solid #000;
  top: 50%;
  position: absolute;
  font-size: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  background: #fff;
}
.trust-slider-main .multiple-items .slick-prev:before {
  height: 15px;
  width: 12px;
  display: block;
  background-size: contain;
  background-image: url(https://cdn.shopify.com/s/files/1/0901/2903/9664/files/Vector_1_1.png?v=1740979967);
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.trust-slider-main .multiple-items button.slick-next.slick-arrow {
  right: 0px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
.trust-slider-main .multiple-items .slick-next:before {
  height: 15px;
  width: 9px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://cdn.shopify.com/s/files/1/0901/2903/9664/files/Vector_1.png?v=1740979951);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.trust-slider-main .trustpilot-slider-card {
  /* background-color:#f6f6f6 !important; */
  margin: 0 5px;
  padding: 15px;
}
.trust-slider-main .trustpilot-slider-card-author {
  font-weight: 700;
  margin-top: 5px;
}
.trust-slider-main .trustpilot-slider-card-top {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 8px;
  align-items: center;
}
.trust-slider-main img.trustpilot-stars {
  width: 90px;
  height: auto;
}
.trust-slider-main .verified-badge-wrapper {
  display: flex;
  margin-left: 3px;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}
.trust-slider-main .verified-icon {
  width: 14px;
}
/******* block review css *****/

details.product-info__accordion.block-rev_acc summary .accordion__toggle {
    padding: 0 !important;
    background: transparent !important;
}

details.product-info__accordion.block-rev_acc summary {
      color: #1d1d1d;
    border-bottom: 1px solid #ccc !important;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
}
.trustpilot-slider-card-top:empty {
    display: none;
}

.block-rev_acc .review_block_multiple button.slick-arrow {
    left: -40px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #7c7c88;
    top: 50%;
    position: absolute;
    font-size: 0px;
    transform: translateY(-50%);
    z-index: 1;
}

.block-rev_acc .review_block_multiple button.slick-arrow.slick-next {
    left: auto;
    right: -40px;
}
.block-rev_acc .review_block_multiple-items_main .review_block_multiple {
    max-width: 85%;
    margin: 0 auto;
}
.block-rev_acc .review_block_multiple button.slick-arrow:before {
    height: 15px;
    width: 15px;
    display: block;
    background-size: contain;
    background-image: url(https://shoesbyarmel.com/cdn/shop/files/left-chevron_256x256_crop_center_662c0bde-365d-4dfa-8477-7cb0b85bba52.png?v=1707392876);
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.block-rev_acc .review_block_multiple button.slick-arrow.slick-next:before {
    transform: rotate(180deg);
}

.block-rev_acc .review_block_multiple  .trustpilot-slider-card {
  background: #f6f6f6;
  color: #000000;
  padding: 15px;
}

.block-rev_acc .accordion__content {
    padding: 15px 0;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 8px;
    align-items: center;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top img.trustpilot-stars {
    width: 90px;
    height: auto;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper {
    display: flex;
    margin-left: 3px;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper img.verified-icon {
    width: 14px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-top .verified-badge-wrapper .trustpilot-slider-card-center .trustpilot-slider-card-text {
    text-align: right;
    width: 100%;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card  .trustpilot-slider-card-center .trustpilot-slider-card-text {
    font-size: 15px;
    line-height: 22px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card .trustpilot-slider-card-center  .trustpilot-slider-card-title {
    font-weight: 700;
    margin-bottom: 3px;
}

.block-rev_acc .review_block_multiple .trustpilot-slider-card  .trustpilot-slider-card-author {
    font-weight: 700;
    margin-top: 5px;
}

.block-rev_acc  .bottom_line {margin-top: 20px;}

.block-rev_acc .bottom_line .base_line {
    font-size: 15px;
    text-align: center;
}

.block-rev_acc .bottom_line  img.base_line {
    width: 80px;
    margin: 2px auto 0;
    display: block;
    object-fit: cover;
}
.block-rev_acc .accordion__toggle.bold svg {
    margin-right: 10px;
}
.block-rev_acc .review_block_multiple .trustpilot-slider-card:has(.trustpilot-slider-card-top:empty),
.trustpilot-slider-card-top:empty {
    display: none !important;
}
.product-form-info:has(+details.block-rev_acc) {
    margin: 0;
}
body .prose a.cust_anchor {
    background: unset;
}



/**** cart drawer css *********/
progress-bar.progress-bar.cust_new_des {
    height: 5px;
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
    flex: 1;
}
progress-bar.progress-bar.cust_new_des:before{
  animation: progress-bar-stripes 2s linear infinite;
  /* background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, #b2b2b2 25%, #b2b2b2 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, #b2b2b2 75%, #b2b2b2); */
  /* background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.36) 25%, transparent 25%, transparent 50%, rgb(242 242 242 / 36%) 50%, rgba(255, 255, 255, 0.36) 75%, transparent 75%, transparent); */
background : black;
  -webkit-background-size: 50px 50px;
background-size: 50px 50px;
} 


@keyframes progress-bar-stripes{ 
0% {
    background-position: 50px 0;
}
100% {
    background-position: 0 0;
}
}
.cart-drawer__top free-shipping-bar.free-shipping-bar {
    position: relative;
    gap: 20px;
}
span.new_des {
    display: flex;
    align-items: center;
  position: relative;
    justify-content: space-between;
}
span.free_img_progress {
    position: absolute;
    height: 30px;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #b2b2b2;
}
span.free_final_img_progress {
    position: absolute;
    height: 30px;
    object-fit: cover;
    right: 0px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #b2b2b2;
}
span.free_img_progress img, span.free_final_img_progress img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  object-fit: cover;
}
span.free_img_progress_tag {
    position: absolute;
    right: -10px;
    top: -34px;
    font-size: 11px;
    background: #00A341;
    color: #fff;
  font-weight: bold;
    padding: 3px 5px;
    line-height: 100%;
    z-index: 1;
    letter-spacing: .51px;
}
.product-card__badge-list on-sale-badge.badge.badge--on-sale.custom_sold_out+on-sale-badge.badge.badge--on-sale {
    display: none;
}



  /* Responsive Design */
  @media (max-width: 768px) {
    .style-with-item {
      align-items: center;
    }

    .style-with-img {
      width: 99px;
      height: 121px;
    }

    .shipping-returns-info-title {
      min-width: auto;
    }
  }

  /* Shipping & Returns */
  .shipping-returns {
    margin-top: 30px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .shipping-returns-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .shipping-returns-title svg {
    transition: transform 0.3s ease;
  }

  .shipping-returns-content {
    display: none;
    margin-top: 10px;
  }

  .shipping-returns-content.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .shipping-info,
  .returns-info {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
  }

  .shipping-info p,
  .returns-info p {
    margin: 0;
  }

  .shipping-returns-info-title {
    font-weight: bold;
    min-width: 120px;
    margin-right: 10px;
    color: #000;
  }

img.payment-icon {
    width: 38px;
    margin: 2px;
}
.fo_last .prose.text-subdued {
    display: flex;
    gap: 10px;
}

.fo_last img {
    width: 40px;
    height: 40px;
    align-self: center;
}
.fo_last .prose.text-subdued p {
    margin: 0px;
    align-self: anchor-center;
}
.center.prod_icons {
    text-align: center;
    display: flex;
    justify-content: center;
}
  .dynamic-icons-section {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }

  .dynamic-icons-container {
    display: flex;
    gap: 2rem; /* Adjust spacing between icon-text pairs */
  }

  .dynamic-icon-item {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Space between icon and text */
  }

  .dynamic-icon-item img.icon {
    width: 21px; /* Set icon width */
    height: auto; /* Maintain aspect ratio */
  }

  .dynamic-icon-item p.icon-text {
    font-size: 14px; /* Adjust text size */
    font-weight: 500;
    margin: 0;
    color: #000; /* Default text color */
  }

@media (max-width: 748px){
.dynamic-icons-container {
    display: flex;
    gap: 8.5px;
    flex-direction: column;
    align-items: center !important;
}
}

@media (max-width: 700px){
  details.product-info__accordion.block-rev_acc summary {
    font-size: 16px;
}
  
.block-rev_acc .review_block_multiple-items_main .review_block_multiple .slick-track .trustpilot-slider-card {
    height: auto;
    display: flex;
    flex-direction: column;
}
  .block-rev_acc .review_block_multiple-items_main .review_block_multiple .slick-track .trustpilot-slider-card .trustpilot-slider-card-author {
    margin-top: auto;
}
  .block-rev_acc .review_block_multiple-items_main .review_block_multiple .slick-track .trustpilot-slider-card .trustpilot-slider-card-center {
    margin-bottom: 5px;
}
  
.block-rev_acc .review_block_multiple button.slick-arrow.slick-next {
    right: -30px;
}
.block-rev_acc .review_block_multiple button.slick-arrow {
    left: -30px;
}
.block-rev_acc .review_block_multiple button.slick-arrow {
    height: 25px;
    width: 25px;
}
  .block-rev_acc .review_block_multiple-items_main .review_block_multiple {
    max-width: 90%;
}
  .block-rev_acc .bottom_line .base_line {
    font-size: 13px;
}

  
  /**** cart drawer css **********/

  


  .section:has(.new_count_down) {
    padding-bottom: 25px !important;
}
  
}

.prosr {
    padding: 30px;
}
.custom_media_grid {
    display: flex;
    gap: 40px;
  max-width:100%;
}
.first_grid {
    width: 50%;
}

.second_grid {
    width: 50%;
}
/* img#countryPopupFlag2 {
    display: none;
} */
img.alarmm {
    width: 20px;
    float: inline-start;
    margin-right: 8px;
}
img#countryPopupFlag22 {
    width: 18px!important;
      height: 18px;
}
div#variant-metafield {
    padding-top: 22px;
    font-weight: 700;
}
.product-gallery__media-list-wrapper .saved_amount {
  position: absolute;
  background: #ff6500;
  color: #fff;
  font-size: 12px;
  padding: 1px 12px;
  top: 10px;
  left: 10px;
  font-weight: bold;
}

.product-gallery__media-list-wrapper .product-gallery__media img {
  margin: 0;
}

/* .header__link-list ul.contents li:nth-child(3) {
  color: #ff0000;
  font-weight: 600;
} */

.header__link-list ul.contents li:nth-child(3) .link-faded-reverse:hover:hover {
  opacity: 1;
}

navigation-drawer .panel__scroller li button {
  text-transform: uppercase;
}
/* 
navigation-drawer .panel__scroller ul li:nth-child(3) {
  color: #ff0000;
  font-weight: 600;
} */

navigation-drawer .panel__scroller ul li:nth-child(3) .link-faded-reverse:hover:hover {
  opacity: 1;
}

ul#mega-menu__nav2 li {
  width: 100%;
}

.header__link-list ul.contents li {
  text-transform: uppercase;
}

.header__secondary-nav a[aria-controls="search-drawer"] {
  display: block !important;
}

.klarna,
.apay {
  display: none;
}

.selesctiorContry {
  padding-top: 20px !important;
  position: absolute;
  top: 0;
  z-index: 29;
  left: 0;
  color: #fff;
}

.bela {
  display: none;
}

.ideal {
  display: none;
}

#hiddenPopup1,
#hiddenPopup2 {
  display: none;
}

.selectNewCountryOver {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
}

.selectNewCountryFlag {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.selectNewCountry {
  width: 100%;
  max-width: 500px;
  margin: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, .1);
}

.selectNewCountryTexts {
  text-align: center;
}

.locationCountry {
  font-weight: 600;
}

.selectNewCountryButtons {
  display: flex;
  justify-content: space-between;
  row-gap: 10px;
  margin-top: 20px;
  flex-direction: column;
}

.selectNewCountryButtons a,
.selectNewCountryButtons div {
  flex-basis: 100%;
}

.selectNewCountryButtonsGo,
.selectNewCountryButtonsStay {
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  font-weight: 600;
  text-align: center;
}

.selectNewCountryButtonsGo {
  background: #000;
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.selectNewCountryButtonsStay {
  color: #898989;
}

.selectNewCountryButtonsGo:hover,
.selectNewCountryButtonsStay:hover {
  opacity: .6;
  cursor: pointer;
}

/* custom css  */

.main_custpop {
  display: flex;
  justify-content: center;
  align-items: self-start;
  column-gap: 6px;
}

.main_custpop .selectNewCountryFlag {
  padding-top: 0px;
  margin: 0px 0px -2px 3px;
}

.main_custpop .selectNewCountryFlag img {
  /*border-radius: 50%;*/
  height: 20px;
  width: 20px;
  object-fit: COVER;
  margin-top: 4px;
}

.main_custpop .selectNewCountryTexts {
  font-size: 21px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
}

.selectNewCountry #conselect {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 0px !important;
}

.main_custpop .locationCountry {
  text-transform: uppercase;
}

.selectNewCountry .selectNewCountryButtons {
  margin-top: 25px;
  border-radius: 0px !important;
}

.selectNewCountryButtons .selectNewCountryButtonsGo {
  font-size: 12px;
  padding: 13.5px 15px;
  border-radius: 0px;
}

.selectNewCountryButtons .selectNewCountryButtonsStay {
  color: #000000;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 400;
}

.mybt,
#with_lang .cust_currcy {
  background: #000;
  border-color: #000;
  text-transform: uppercase;
  padding: 13.5px 15px !important;
  border-radius: 7px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
}

#with_lang .cust_currcy:hover {
  opacity: .6;
}

#with_lang .selectNewCountryButtonsStay {
  margin-top: 10px;
}

.cust_currcy {
  padding-top: 5px;
  justify-content: center;
  padding-bottom: 10px;
}

.selectNewCountryButtons .relative .text-with-icon {
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 8px 10px;
  margin-top: 5px;
}

.selectNewCountryButtons .relative .popover {}

.shopify-section--featured-collection .section {
  overflow-x: hidden;
}

#without_lang,
#with_lang {
  display: none;
}

div#with_lang {
  flex-direction: column;
}

.product-gallery__media-list-wrapper .saved_amount,
on-sale-badge.badge.badge--on-sale {
  background: black !important;
}


@media screen and (min-width: 1000px) {
  .popover::part(content) {
    width: 100%;
  }

  .selectNewCountryButtons .popover {
    --popover-content-max-width: 100%;
    left: 0;
    top: 46px !important;
  }
}





.ucode,
#cart_right,
#cart_left {
  display: none;
}

.pro_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 5px 15px;
  border-radius: 5px;
  margin-top: 20px;
  color: #000;
  margin-bottom: 0;
}

.pro_cont span {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.pro_cont #shipping-date-new,
.con_bold {
  font-weight: 700;
}

.pro_cont .right_con,
.pro_cont .left_con {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pro_cont #countryPopupFlag2 {
  width: 20px;
}

.custom-date-shipping {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 16px 0px;
}

.right_con {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items:center;
}

.green-circle {
  animation: 1s ease-in-out infinite fade;
  margin-right: 2px;
  margin-bottom: -1px;
}

.loox-rating .loox-rating-content {
  gap: 5px !important;
}

.loox-rating {
  font-size: 12px !important;
  font-weight: 400 I !important;
  opacity: 0.75;
}

.cart_bot {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-weight: 500;
  flex-wrap: wrap;
}

.cart_bot img {
  width: 24px;
}

@Keyframes fade {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@media only screen and (max-width: 768px) {
  .pro_cont span {
    font-size: 12px;
  }

  .pro_cont {
    padding: 5px 5px;
  }

  .product-info__buy-buttons {
    margin-top: 0;
  }

  .cart_bot {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1220px) {
  .pro_cont {
    padding: 5px 5px;
  }
}

/* custom css az starts here */
@media screen and (max-width:480px) {
  .product-info .loox-rating .loox-rating-content img {
    max-width: 45px;
  }

  .product-info .loox-rating .loox-rating-content span.loox-rating-label {
    font-size: 9px;
  }


}

/*custom css sg start here  */
.my_nav {
  background-color: #ffffff;
  color: #000000;
  padding: var(--header-padding-block) max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  padding-top: 10px;
  padding-bottom: 10px;
  /* border: 5px solid #000; */
  border-right: 0;
  border-left: 0;
  border-top: 0;
  overflow-x: scroll;
}
.my_nav li {
    white-space: nowrap;
    font-size: 11px !important;
    gap: 10px;
    line-height: 1;
    padding: 5px 10px !important;
    color: #000;
    border: 1.2px solid #000;
    width: max-content;
;
    border-radius: 0;
    align-items: center;
}
.my_nav li.active {
    background: #000;
}
.my_nav li.active a {
    color: #FFF!important;
}
.my_nav ul.parent {
  display: flex;
  padding: 0;
  margin: 0;
  /* justify-content: space-around; */
}

.my_nav ul.parent li a {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}


.shopify-section--header height-observer {
  display: inline;
}

/* .panel-list__wrapper ul.v-stack li:nth-child(8) {
  color: #ff0000;
} */

.nav_main_img {
  display: flex;
  gap: 10px;
}

.nav_main_img>div {
  flex: 1;
}

.nav_main_img>div img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width:991px) {
  .my_nav{
  display:none;
}
}
@media screen and (min-width:1150px) {
  .mega-menu__nav {
    display: flow!important;
}
  .navigation-promo__wrapper {
    max-width: 40%;
  }

  .mega-menu__nav>li>a {
    font-size: 18px;
    line-height: 28px;
    color: #000;
  }

  .mega-menu__nav>li {
    width: 100%;
    margin-bottom: 5px;
  }

  .mega-menu__nav>li:nth-child(7) a {
    color: #000000;
  }

  /* Show the first 7 li items */
  #mega-menu__nav li:nth-child(-n+5) {
    display: block;
  }

  /* Hide the rest of the li items */
  #mega-menu__nav li:nth-child(n+6) {
    display: none;
  }

  /* Show the first 7 li items */
  #mega-menu__nav2 li:nth-child(-n+5) {
    display: none;
  }

  /* Hide the rest of the li items */
  #mega-menu__nav2 li:nth-child(n+8) {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .my_nav ul.parent li a {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .my_nav ul.parent {
    gap: 20px;
    overflow: scroll;
  }

  .my_nav ul.parent::-webkit-scrollbar {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  .product-gallery__media-list-wrapper .product-gallery__media img {
    height: auto !important;
    aspect-ratio: 1 / 1.2;
    object-fit: cover !important;
  }

  /***** trust section **/
  
  .trust-slider-main .multiple-items {
    padding-left:12px;
    padding-right:12px;
  }
  .trust-slider-main .multiple-items button.slick-prev.slick-arrow,
  .trust-slider-main .multiple-items button.slick-next.slick-arrow { 
    width:25px;
    height:25px;
  }
  .trust-slider-main .trust-slider-main .multiple-items .slick-prev:before {
    height: 13px;
    width: 11px;
  }
  .trust-slider-main .multiple-items .slick-next:before {
    height: 13px;
  }
  
}

.ooo-instagram-header {
  margin-bottom: 10px !important;
}

.ooo-instagram-header h2 {
  font-size: 24px !important;
  text-transform: capitalize !important;
  text-align: left;
  font-weight: 400 !important;
}

.ooo-instagram-header__subheading {
  font-size: 24px !important;
  text-align: left;
  font-weight: 400 !important;
  margin-block-start: 0 !important;
}

.ooo-instagram-media {
  margin: 3px !important;
}

.section-stack .justify-self-center {
  width: 100%;
}

.section-stack .justify-self-center {
  width: 100%;
}

.section-stack .justify-self-center .h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
  padding-bottom: 29px;
  position: relative;
  width: 100%;
}

.section-stack .justify-self-center .h3::before,
.section-stack .justify-self-center .h3::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #DDDDDD;
}

.section-stack .justify-self-center .h3::before {
  margin-right: 70px;
}

.section-stack .justify-self-center .h3::after {
  margin-left: 70px;
}

@media (max-width: 1150px) {

  .section-stack .justify-self-center .h3 {
    font-size: 24px;
  }

  .section-stack .justify-self-center .h3::before {
    margin-right: 10px;
  }

  .section-stack .justify-self-center .h3::after {
    margin-left: 10px;
  }
}

.text-with-icon {
  text-transform: capitalize;
}

.fieldset-with-submit button {
  padding-bottom: 14px !important;
}

.text-with-icon .icon-picto-envelope {
  display: none;
}

@media (max-width: 1150px) {
  .text-with-icons__list {
    grid: none !important;
    gap: 32px;
    padding-bottom: 64px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* .text-with-icons__list p:last-child {
    display: none;
  } */
}

@media (max-width: 699px) {
  .fieldset-with-submit {
    gap: 14px;
    border: none !important;
  }

  .fieldset-with-submit input {
    border: 1px solid black;
  }


  .fieldset-with-submit .button {
    padding: 10px 20px;
    justify-self: center !important;
    background-color: #000;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }

  @media (max-width: 768px) {
    .fieldset-with-submit {
      width: 100%;

    }
  }
}

@media (max-width: 768px) {
  on-sale-badge.badge.badge--on-sale {
    font-size: 10px !important;
  }
}

on-sale-badge.badge.badge--on-sale {
  font-size: 14px;
  font-weight: 600 !important;
  background: #F02848 !important;
  padding: 5px 8px;
}

.saved_amount {
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 5px 12px !important;
  left: 0 !important;
}

.line-through {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.text-with-icons__text-wrapper .h6 {
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 700;
}

.section-stack .justify-self-center {
  text-align: center !important;
}

#countryPopupFlag2 {
  width: 20px !important;
}

.text-with-icons__text-wrapper {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000000BF;
  opacity: 0.75;
}

.text-with-icons__text-wrapper p.h6 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 27.61px !important;
  text-align: center;
  color: #000000 !important;
}

/* :not(.is-scrollable) .text-with-icons__list {
  gap: 70px !important;
} */

@media (max-width: 750px) {
  .text-with-icons__text-wrapper p.h6 {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20.08px !important;
    text-align: center !important;
    color: #000000 !important;
  }
}

/* .image-icon {
  --mobile-icon-max-width: 120px !important;
} */

.mega-menu__bestsellers {
  display: flex !important;
  padding: 12px 0px 12px 0px !important;
  align-items: flex-start !important;
  gap: 10px !important;
  align-self: stretch !important;
}

.mega-menu__bestsellers-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu__bestsellers-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.mega-menu__see-more {
  display: flex;
  height: 48px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.mega-menu__nav-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}


.mega-menu__subnav-link {
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}

.mega-menu__subnav-link li {
  padding-bottom: 8px !important;
}

.mega-menu__nav {
  gap: 0px !important;
}

.mega-menu__subnav li {
  margin-bottom: 8px;
}

.mega-menu__subnav li:last-child {
  margin-bottom: 0;
}

.mega-menu__subnav li:first-child {
  margin-top: 16px;
}

.mega-menu {
  padding: 40px 48px 40px 48px !important;
  --mega-menu-gap: var(--spacing-12);
  --mega-menu-nav-column-gap: var(--spacing-8);
  width: 100%;
  gap: var(--mega-menu-gap);
  justify-content: var(--mega-menu-justify-content);
  padding: var(--mega-menu-block-padding) max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  max-height: calc(100vh - var(--sticky-announcement-bar-enabled, 0) * var(--announcement-bar-height, 0px)  - var(--header-height, 0px)  - 20px);
  overscroll-behavior-y: contain;
  background: rgb(var(--header-background));
  color: rgb(var(--header-text));
  mix-blend-mode: plus-lighter;
  border-block-start-width: 1px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 9999px 0 9999px #0006;
}
    .drawerlabel {
    font-size: 12px !important;
    background: #000;
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    font-weight: 500;
    alignment-baseline: middle;
    margin-left: 10px;
    }

a.mobileonly.button.button--xl {
    font-size: 16px;
}
@media (max-width: 1000px) {
.section.section-blends.section-full.text-custom {
    padding-bottom: 0!important;
}
.collection {
       gap: 0 !important;
    margin-block-start: 20px !important;
}
.facets__floating-filter {
    position: unset!important;
}
 .collection.collection--filters-sidebar button.button.button--xl {
    width: 100%;
       padding-block-start: 5px!important;
    padding-block-end: 5px!important;
}
}


/****** collection changes css ************/
.collection.collection--filters-sidebar .myfilter {
    display: none;
}


@media screen and (max-width:999px){
   .collection.collection--filters-sidebar .myfilter {
    display:block;
  }
  .collection.collection--filters-sidebar .myfilter select {
    width: 100%;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    border: 1.5px solid #000;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px 10px;
    font-size: 14px;
    outline: none !important;
    background:#fff;
    min-height:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .collection.collection--filters-sidebar {
    display:flex;
    flex-wrap:wrap;
  }
  .collection.collection--filters-sidebar .facets__floating-filter,
  .collection.collection--filters-sidebar .myfilter {
    width:calc(50% - 5px);
    margin-bottom: 20px;
  }
  .collection.collection--filters-sidebar .facets__floating-filter {
    margin-left:5px;
  }
  .collection.collection--filters-sidebar .facets__floating-filter > button {
    background: transparent;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 6px;
    font-size: 14px;
    min-height:40px;
    padding:0px 10px;
  }
  .collection.collection--filters-sidebar .facets__floating-filter > button .text-with-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .collection.collection--filters-sidebar .facets__floating-filter > button svg {
    display:none;
  }
  .collection.collection--filters-sidebar .myfilter {
    margin-right:5px;
  }
  .collection.collection--filters-sidebar .collection__results > .v-stack > .v-stack {
    display:none;
  }
  /*
  .cart-drawer__recommendations #cart-drawer-recommendations .horizontal-product__info .reversed-link{
    font-size: 13px;
  }
  */
  
}
@media screen and (max-width:450px){
 .cart-drawer__top free-shipping-bar.free-shipping-bar span.progress_text {
    padding-right: 30px;
    line-height: 1.2;
}
}

.product .product-info details.product-info__accordion summary .accordion__toggle{
  background: #000 !important;
}
.product .product-info details.product-info__accordion summary .accordion__toggle span {
    color: #fff;
}
.product .product-info details.product-info__accordion summary .accordion__toggle svg path{
  stroke: #fff;
}

.product .product-info details.product-info__accordion.yello-color summary .accordion__toggle span span.another_text {
    color: #FFD11B;
  padding-left: 3px;
}
