@font-face {
  font-family: "farang";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Farang.woff2) format("woff2"), url(./fonts/Farang.woff) format("woff");
}
.custom_font {
  font-family: farang, sans-serif;
}

ul {
  margin-right: 25px;
}

.flex_grow_1 {
  flex-grow: 1;
}

.each_product_variation_select_wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .each_product_variation_select_wrapper {
    flex-direction: column;
  }
}
.each_product_variation_select_wrapper:last-child {
  margin-bottom: 0;
}
.each_product_variation_select_wrapper .product_variation_select_label {
  min-width: 150px;
  color: #B9B9B9;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.96px;
}
.each_product_variation_select_wrapper .product_variation_options_list {
  margin-top: 0;
}
.each_product_variation_select_wrapper .product_variation_options_list .each_product_att_select {
  border-radius: 30px;
  border: 2px solid #D9D9D9;
  font-weight: 700;
}
.each_product_variation_select_wrapper .product_variation_options_list .each_product_att_select.selected_att {
  border-color: var(--color-content-primary);
}

.custom_dots .owl-carousel > .owl-dots {
  --arrows-size: 20px;
  --arrows-ver-offset: 5%;
  --arrows-hor-offset: 20.9%;
  --arrows-gap: 0;
  --gap: 0rem;
  display: flex;
  gap: var(--arrows-gap, 0px);
  position: absolute;
  top: var(--gap, 0px);
  left: var(--gap, 0px);
  right: var(--gap, 0px);
  bottom: calc(var(--gap, 0px) + var(--dots-container-height, 0px));
  margin: var(--arrows-ver-offset, 0px) var(--arrows-hor-offset, 0px);
  pointer-events: none;
  align-items: flex-end;
  padding: 0;
}
.custom_dots .owl-carousel > .owl-dots > * {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .custom_dots .owl-carousel > .owl-dots {
    justify-content: center;
    --arrows-ver-offset: -5%;
  }
}

.layout_4805 article .border_right_grid {
  border-right: solid 1px #e0e0e2;
}
.layout_4805 article:first-child .border_right_grid {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .layout_4805 article .border_right_grid {
    border-bottom: solid 1px #e0e0e2;
  }
  .layout_4805 article:nth-child(odd) .border_right_grid {
    border-right: none;
  }
}
.layout_4805 .w-grid-list {
  border-radius: inherit;
  overflow: hidden;
}

.layout_39 article .border_right_grid {
  border-right: solid 1px #e0e0e2;
  border-bottom: solid 1px #e0e0e2;
}
@media screen and (max-width: 768px) {
  .layout_39 article:nth-child(odd) .border_right_grid {
    border-right: none;
  }
}

.layout_4733 {
  counter-reset: product_number;
}
.layout_4733 .w-grid-item {
  counter-increment: product_number;
}
.layout_4733 .w-grid-item .counter:after {
  content: counter(product_number);
}
@media screen and (max-width: 768px) {
  .layout_4733 .w-grid-item .counter {
    display: none;
  }
}
.layout_4733 .w-grid-item .line_after {
  position: relative;
  align-self: stretch;
}
.layout_4733 .w-grid-item .line_after:before {
  content: "";
  background-color: #f0f0f1;
  bottom: -10px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .layout_4733 .w-grid-item .line_after:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .layout_4733 .w-grid-item .line_after .post_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .layout_4733 .w-grid-item .line_after .post_title:before {
    content: counter(product_number);
    width: 22px;
    height: 22px;
    margin-left: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    border-radius: 9999px;
    display: inline-flex;
    color: #fff;
    background: #004DFF;
    justify-content: center;
  }
}
.layout_4733 .w-grid-item:nth-last-child(1) .line_after:before, .layout_4733 .w-grid-item:nth-last-child(2) .line_after:before, .layout_4733 .w-grid-item:nth-last-child(3) .line_after:before, .layout_4733 .w-grid-item:nth-last-child(4) .line_after:before {
  display: none;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer_option_row .w-hwrapper {
  mix-blend-mode: luminosity;
  border-radius: 20px;
  padding: 15px 35px;
  transition: all 0.5s ease;
}
.footer_option_row .w-hwrapper:hover {
  mix-blend-mode: normal;
}
.footer_option_row .w-hwrapper .custom_font {
  mix-blend-mode: color-burn;
  color: #8B8B8B;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.footer_option_row .w-hwrapper .secondary_text {
  color: #EDEDED;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.75px;
}

.color_dodge {
  mix-blend-mode: color-dodge;
}

.w-vwrapper.social_box_wrapper {
  gap: 12px;
  flex-direction: row;
}
.w-vwrapper.social_box_wrapper .w-iconbox.style_circle a {
  display: flex;
}
.w-vwrapper.social_box_wrapper .w-iconbox.style_circle a .w-iconbox-icon {
  width: 32px !important;
  height: 32px;
  border-radius: 4px;
  padding: 4px;
}

.custom-sort-btns {
  display: flex;
  gap: 30px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.56px;
  line-height: 21px;
}
.custom-sort-btns .sort-btn {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
.custom-sort-btns .sort-btn:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  transition: all 0.5s ease;
  height: 2px;
  background: currentColor;
  right: 0;
}
.custom-sort-btns .sort-btn.active {
  color: #31005B;
  font-weight: 600;
}
.custom-sort-btns .sort-btn.active:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .custom-sort-btns {
    position: fixed;
    width: 100vw;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    flex-direction: column;
    padding: 35px 20px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(120%);
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.25);
    gap: 0;
  }
  .custom-sort-btns.active {
    transform: translateY(0);
  }
  .custom-sort-btns .sort-btn {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    border-left: 0;
    padding: 15px 0;
  }
  .custom-sort-btns .sort-btn:before {
    display: none;
  }
  .custom-sort-btns .sort-btn:last-child {
    border-bottom: 0;
  }
}

.cart_item_row.cross_sell_row {
  flex-wrap: wrap;
}

.cross_sell_title {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.grid_atts_size {
  display: flex;
  gap: 5px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  flex-wrap: wrap;
}
.grid_atts_size .each_product_grid_size {
  padding: 3px 5px;
  border-radius: 3px;
  border: solid 1px #d2d2d2;
  cursor: pointer;
}
.grid_atts_size .each_product_grid_size.outofstock {
  opacity: 0.5;
}
.grid_atts_size .each_product_grid_size.active {
  border-color: var(--color-content-primary);
}

.l-subheader.at_top a.w-text-h {
  display: flex;
  align-items: center;
}

.whatsapp_wrapper .vc_column-inner {
  width: 180px;
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  white-space: nowrap;
}
.whatsapp_wrapper .vc_column-inner > * {
  transition: all 0.5s ease;
  cursor: pointer;
}
.whatsapp_wrapper .vc_column-inner .w-iconbox {
  opacity: 0;
  transform: translateX(-100px);
  pointer-events: none;
}
.whatsapp_wrapper .vc_column-inner .w-iconbox .w-iconbox-icon {
  margin-left: 7px;
}
.whatsapp_wrapper .vc_column-inner .w-iconbox .w-iconbox-title {
  padding-bottom: 0;
}
.whatsapp_wrapper .vc_column-inner .w-iconbox .w-iconbox-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}
.whatsapp_wrapper.active .vc_column-inner .w-iconbox {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}
.whatsapp_wrapper.active .vc_column-inner .open_whatsapp {
  opacity: 0;
  transform: translateX(-100px);
  pointer-events: none;
}

.price_box_container.outofstock {
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}
.price_box_container.outofstock .price_list {
  opacity: 0.5;
}
.price_box_container.outofstock .price_list .price_row.regular_price {
  display: none;
}
.price_box_container.outofstock .off_percent {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
