@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.blog {
  margin-bottom: 4rem !important;
}
@media (max-width: 1199px) {
  .blog {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .blog {
    margin-top: -15px;
  }
}
.blog__item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.blog__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 235px;
  height: 2px;
  background: #574a28;
  bottom: -1px;
}
@media (max-width: 991.98px) {
  .blog__item:after {
    width: 156px;
  }
}
.blog .blog-item {
  border-radius: 17px;
  background: #ffffff;
  width: 24%;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog .blog-item {
    width: 48%;
    margin-bottom: 22px;
  }
}
.blog .blog-item i {
  position: absolute;
  left: 0px;
  font-size: 22px;
  color: #231414;
  top: 148px;
}
@media (max-width: 1599.98px) {
  .blog .blog-item i {
    top: 115px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item i {
    top: 95px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 110px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item i {
    top: 88px;
  }
}
@media (max-width: 490.98px) {
  .blog .blog-item i {
    top: 65px;
  }
}
@media (max-width: 400.98px) {
  .blog .blog-item i {
    top: 50px;
  }
}
.blog .blog-item .blog-item__title {
  padding: 6px;
  background: #f6b71e;
  bottom: 20px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
  position: absolute;
  width: 90%;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .blog .blog-item .blog-item__title {
    width: 82%;
    padding: 1px;
  }
}
@media (max-width: 375.98px) {
  .blog .blog-item .blog-item__title {
    width: 78%;
  }
}
.blog .blog-item .blog-item__title h2 {
  font-size: 13px;
  margin-top: 7px;
  color: black;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .blog .blog-item .blog-item__title h2 {
    font-size: 11px;
  }
}
.blog .blog-item::before {
  background-image: url(.././images/background/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 161px;
  height: 160px;
  left: -61px;
  top: 80px;
  z-index: 0;
  transform: rotate(270deg);
}
@media (max-width: 1699.98px) {
  .blog .blog-item::before {
    top: 65px;
  }
}
@media (max-width: 1599.98px) {
  .blog .blog-item::before {
    top: 45px;
  }
}
@media (max-width: 1399.98px) {
  .blog .blog-item::before {
    top: 25px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item::before {
    height: 42px;
    top: 100px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item::before {
    top: 80px !important;
    left: -61px;
  }
}
@media (max-width: 490.98px) {
  .blog .blog-item::before {
    top: 55px !important;
    left: -61px;
  }
}
@media (max-width: 400.98px) {
  .blog .blog-item::before {
    top: 38px !important;
  }
}
.blog .blog-item img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 31/24;
  object-fit: cover;
}

.blog-card {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .blog-card {
    flex-wrap: wrap;
  }
}

.products {
  margin-bottom: 9rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .products {
    margin-bottom: 5.3rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .products {
    margin-bottom: 10rem;
  }
}
.products .productss {
  background-image: url(.././images/background/7.png);
  background-repeat: no-repeat;
  background-position: center right 72px;
  background-size: 91%;
}
@media only screen and (max-width: 1399.98px) {
  .products .productss {
    background-position: center right 95px;
    background-size: 85%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .products .productss {
    background-position: center right 42px;
    background-size: 92%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .productss {
    background-position: center right -10px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .productss {
    background-position: right center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .products .productss {
    background-image: unset;
  }
}
.products .productss .product-slider-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .products .productss .product-slider-wrapper {
    margin-top: 1rem !important;
  }
}
.products .productss::before {
  background-image: url(.././images/background/55.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.3;
  right: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 575.98px) {
  .products .productss::before {
    z-index: -1;
  }
}
.products .productss::after {
  background-image: url(.././images/background/56.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 75px;
  height: 235px;
  opacity: 0.5;
  left: 0;
  top: 58px;
  z-index: 1;
  animation: rotateShape 12s linear infinite;
  transform-origin: center center;
}
@media only screen and (max-width: 767.98px) {
  .products .productss::after {
    z-index: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .productss::after {
    z-index: -1;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products {
    background-size: 85%;
  }
}
.products .swiper-wrapper {
  z-index: 9 !important;
}
@keyframes rotateShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.products .text-product-title {
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  color: #f6b71e;
}
@media (max-width: 480.98px) {
  .products .text-product-title {
    margin-top: 0;
  }
}
.products .text-product-title .icon-arrow-left {
  color: #f6b71e;
}
.products .swiper-button-next, .products .swiper-button-prev {
  position: absolute;
  top: 35%;
}
@media only screen and (max-width: 991.98px) {
  .products__title {
    font-size: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title {
    gap: 7px !important;
  }
}
.products__title h2 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: unset;
}
@media only screen and (max-width: 1199.98px) {
  .products__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products__title h2 {
    font-size: 13px;
  }
}
.products__title sapn {
  font-size: 23px;
  font-weight: 800;
  color: #f6b71e;
}
@media only screen and (max-width: 1199.98px) {
  .products__title sapn {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title sapn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title sapn {
    font-size: 13px;
  }
}
.products .products-card__wrapper {
  padding: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 11px;
  background: #ffffff;
}
.products .products-card__wrapper img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.products .products-card__wrapper .products-card__title {
  padding: 3px;
  background: #f6b71e;
  bottom: 20px;
  right: 21px;
  border-radius: 9px;
  z-index: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  height: 40px;
}
.products .products-card__wrapper .products-card__title .icon-arrow-left {
  background: black;
  color: white;
  padding: 10px;
  border-radius: 30%;
}
.products .products-card__wrapper .products-card__title h3 {
  font-size: 10px;
  color: black;
  font-weight: 800;
  margin-top: 11px;
}
@media only screen and (max-width: 480.98px) {
  .products .products-card__wrapper .products-card__title h3 {
    font-size: 10px;
  }
}
.products .products-ships {
  width: 14%;
  position: absolute;
  right: -14px;
  top: 0px;
  opacity: 0.4;
}
@media only screen and (max-width: 575.98px) {
  .products .products-ships {
    right: -11px;
    top: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .products .products-ships {
    right: 0px;
  }
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  color: #dcb34c;
  font-size: 27px;
  font-weight: bolder !important;
}
@media (max-width: 575.98px) {
  .products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #dcb34c;
  font-size: 27px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
  }
}

.mt-0-atuo {
  margin: 0 auto;
}

.discounts {
  position: relative;
}
.discounts .products {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575.98px) {
  .discounts .products {
    margin-bottom: 4rem;
  }
}

.video {
  position: absolute;
  top: 40%;
  font-size: 28px;
  z-index: 999;
  color: white;
  background: #fdfdfd;
  border: 1px solid #f6b71e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .video {
    top: 30%;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.video span {
  color: #8c8572;
}

.video-card {
  position: relative;
}
.video-card:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  border-radius: 10px;
}

.mobile-product-card {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  .mobile-product-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .mobile-product-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 767.98px) {
  .mobile-product-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  .mobile-product-card .swiper-slide {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-product-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 575.98px) {
  .desktop-product-card {
    display: none !important;
  }
}

#bodyPrice {
  /*! jQuery UI - v1.12.1 - 2016-09-14
  * http://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
  /* support: IE8 - See #6727 */
  /* more specificity required here to override default borders */
  /* Component containers
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* Overrides for right-to-left sliders. */
}
#bodyPrice .ui-slider {
  position: relative;
  text-align: left;
}
#bodyPrice .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 0 !important;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
}
#bodyPrice .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-handle,
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#bodyPrice .ui-slider-horizontal {
  height: 7px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-handle {
  top: -1px;
  margin-left: -0.6em;
  background: #1D1A17;
  border-radius: 100%;
  transition: 0s all;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range {
  top: 1px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#bodyPrice .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
#bodyPrice .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#bodyPrice .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#bodyPrice .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
#bodyPrice .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#bodyPrice .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
#bodyPrice .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
#bodyPrice .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
#bodyPrice .ui-spinner-up {
  top: 0;
}
#bodyPrice .ui-spinner-down {
  bottom: 0;
}
#bodyPrice .ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
#bodyPrice .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
#bodyPrice .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#bodyPrice .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#bodyPrice .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
#bodyPrice .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
#bodyPrice .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
#bodyPrice body .ui-tooltip {
  border-width: 2px;
}
#bodyPrice .ui-widget.ui-widget-content {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
}
#bodyPrice .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #f6b71e 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  margin-top: 4px;
  height: 3px !important;
}
#bodyPrice .ui-state-highlight,
#bodyPrice .ui-widget-content .ui-state-highlight,
#bodyPrice .ui-widget-header .ui-state-highlight {
  border: 1px solid #fefefe;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
  left: auto;
  right: 0;
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
  left: 0;
  right: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
  top: 0;
  bottom: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
  top: auto;
  bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: #f7be35;
}

.irs--flat .irs-bar {
  background-color: #1D1A17;
}

.amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
}

.price__button {
  display: flex;
  padding: 13px 20px;
  margin: 0 auto;
  border-radius: 25px;
}

#amount0 {
  background: transparent !important;
  border: 0;
  color: #585858;
  text-align: right;
  padding: 10px 0;
  font-size: 12px;
}

#amount1 {
  background: transparent !important;
  border: 0;
  color: #585858;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
}

.p-abs {
  position: absolute;
}

.filter-accordion {
  width: 100%;
  /* filter accordion collapse show */
  /* filter accordion item */
  /* filter accordion header */
  /* filter accordion button */
  /* filter accordion icon */
  /* filter accordion filter done */
  /* filter accordion body item */
  /* filter accordion collapse color */
  /* filter accordion show more less */
  /* filter accordion more item */
  /* filter accordion show less */
}
.filter-accordion .collapse.show {
  margin-bottom: 15px;
}
.filter-accordion .collapse.show > ul {
  max-height: 350px;
  overflow: auto;
}
.filter-accordion__item {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.filter-accordion__header {
  font-size: 14.5px;
  margin: 0;
}
.filter-accordion__button {
  background-color: transparent;
  border: none;
  color: #333;
  width: 100%;
  cursor: pointer;
  padding: 10px 0 10px;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.filter-accordion__icon {
  font-size: 14px;
  color: #888;
}
.filter-accordion .filter-done {
  color: #fff;
  background: #f6b71e;
  border-radius: 20px;
  padding: 12px 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  transition: all 300ms linear;
}
.filter-accordion .filter-done:hover {
  background-color: #f7be35;
}
.filter-accordion__body-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.filter-accordion .collapse-color {
  /* collapse color check box */
}
.filter-accordion .collapse-color .checkbox-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  background-color: var(--data-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
  z-index: 0;
}
.filter-accordion .show-more-less {
  text-align: left;
}
.filter-accordion .more-item {
  font-size: 12px;
  color: #f6b71e;
  margin: 15px 0;
}
.filter-accordion .show-less {
  font-size: 12px;
  color: #f6b71e;
  display: none;
}

/* filter accordion */
.filter-switch {
  /* filter switch toggle control */
}
.filter-switch .toggle-control {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  user-select: none;
  /* toggle control input */
  /* toggle control input checked control */
  /* toggle control control */
}
@media (max-width: 1199.98px) {
  .filter-switch .toggle-control {
    font-size: 14px;
  }
}
.filter-switch .toggle-control input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-switch .toggle-control input:checked ~ .control {
  background-color: #f6b71e;
}
.filter-switch .toggle-control input:checked ~ .control:after {
  left: 26px;
}
.filter-switch .toggle-control .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: #e0e0e0;
  transition: background-color 0.15s ease-in;
  white-space: nowrap;
  padding-right: 43px;
}
.filter-switch .toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: white;
  transition: left 0.15s ease-in;
}

/* filter switch */
.color {
  /* color field div */
  /* color input checkbox */
  /* color input checkbox red */
  /* color input checkbox blue */
  /* color input checkbox black */
  /* color input checkbox checked */
}
.color__field div {
  display: inline-block;
}
@media (max-width: 360px) {
  .color__field div {
    margin-bottom: 10px;
  }
}
.color__field div .color__input[type=checkbox] {
  display: none;
}
.color__input[type=checkbox] + .color__label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color__input[type=checkbox]#red + .color__label span {
  background-color: #c91524;
}
.color__input[type=checkbox]#blue + .color__label span {
  background-color: #314780;
}
.color__input[type=checkbox]#black + .color__label span {
  background-color: #323232;
}
.color__input[type=checkbox]:checked + .color__label span {
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.8666666667);
  text-align: center;
  padding-top: 4px;
}
.color__input[type=checkbox]:checked + .color__label span:before {
  font-size: 1.3rem;
  content: "\e974";
  font-family: "icomoon";
  color: #fff;
}

/* color */
.filter-box {
  justify-content: center;
  /* filter box query */
  /* filter box active */
  /* filter box close */
  /* filter box wrapper */
}
@media only screen and (max-width: 991.98px) {
  .filter-box {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    z-index: 999999;
    padding: 0;
    overflow: auto;
    transition: all 300ms linear;
  }
}
.filter-box.active {
  right: 0;
}
.filter-box__close {
  margin-top: 10px;
  margin-bottom: 15px;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #f6b71e;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__close {
    display: flex;
  }
}
.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__wrapper {
    position: relative;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    height: 100%;
  }
}

/* filter box */
.filter-sm {
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479.98px) {
  .filter-sm__button {
    font-size: 11px;
  }
}

/* filter sm */
.show-more-wrapper .show-more-item {
  display: none;
}

.product-archive-box {
  padding: 17.5px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px;
}

.show-more {
  height: auto;
  overflow: visible;
  padding-bottom: 40px;
}
.show-more-wrapper {
  position: relative;
}

.hide-more {
  height: 200px;
  overflow: hidden;
}
.hide-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .hide-more::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-more {
    height: 150px;
  }
}

.show-more-button {
  position: absolute;
  bottom: 15px;
  left: 30px;
  cursor: pointer;
  z-index: 2;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  transition: all 300ms linear;
}
.show-more-button.active {
  color: #f6b71e;
  font-size: 14px;
}
.show-more-button.active [class^=icon-] {
  transform: rotate(90deg);
}
.show-more-button:hover {
  color: #f6b71e;
}
.show-more-button [class^=icon-] {
  font-size: 10px;
  transform: rotate(-90deg);
  transition: all 300ms linear;
}

.show-more-wrapper {
  display: none; /* مخفی در حالت عادی */
}

.show-more-wrapper.active {
  display: block; /* وقتی فعال شد، دیده بشه */
}

.filter-accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.filter-accordion__content.active {
  opacity: 1;
}

.filter-accordion__button {
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: right;
}

.filter-accordion__button .filter-accordion__icon {
  transition: transform 0.3s ease;
}

.filter-accordion__button.collapsed .filter-accordion__icon {
  transform: rotate(180deg);
}

/* وضعیت پیش‌فرض باکس (بسته) */
.show-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* انیمیشن نرم */
}

/* وضعیت فعال (باز) */
.show-box.active {
  /* maxHeight توسط JS مقداردهی می‌شود */
}

/* چرخش آیکون (اگر از font-awesome یا آیکون مشابه استفاده می‌کنید) */
.filter-accordion__button.collapsed .filter-accordion__icon {
  transform: rotate(0deg);
}

.filter-accordion__button:not(.collapsed) .filter-accordion__icon {
  transform: rotate(180deg);
}

.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 20px;
}

.blog-item {
  width: unset !important;
}

@media (max-width: 400.98px) {
  .blog .blog-item .blog-item__title {
    width: 70%;
    padding: 1px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item::before {
    top: 60px !important;
    z-index: 99;
  }
}
@media (max-width: 575.98px) {
  .blog .blog-item::before {
    top: 65px !important;
    z-index: 99;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 69px;
    z-index: 99;
  }
}
@media (max-width: 1199.98px) {
  .blog .blog-item::before {
    top: -10px;
  }
}
@media (max-width: 1199.98px) {
  .blog .blog-item i {
    top: 60px;
  }
}
@media (max-width: 991.98px) {
  .blog .blog-item i {
    top: 75px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item::before {
    top: 120px;
  }
}
@media (max-width: 767.98px) {
  .blog .blog-item i {
    top: 75px;
  }
}
@media (max-width: 480.98px) {
  .blog .blog-item i {
    top: 45px;
  }
}
@media (max-width: 401.98px) {
  .blog .blog-item i {
    top: 32px;
  }
}
@media (max-width: 480.98px) {
  .blog .blog-item::before {
    top: 35px !important;
  }
}
@media (max-width: 401.98px) {
  .blog .blog-item::before {
    top: 25px !important;
  }
}
@media (max-width: 390.98px) {
  .blog .blog-item::before {
    top: 21px !important;
    left: -53px;
    width: 82%;
  }
}
#playButton {
  visibility: hidden;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
}

.img-video {
  width: 100%;
  border-radius: 5px;
}

.play-vedeo {
  position: absolute;
  left: 42%;
  top: 42%;
  font-size: 23px;
  color: #8c8572;
  background: #f8f8f8;
  /* padding: 7px; */
  border-radius: 25px;
  border: 2px solid #dcb34c;
  width: 40px;
  display: flex;
  padding: 3px;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media screen and (max-width: 1399px) {
  .play-vedeo {
    top: 6rem;
    left: 11rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .play-vedeo {
    top: 7rem;
    left: 8rem;
  }
}
@media screen and (max-width: 999.98px) {
  .play-vedeo {
    top: 4rem;
    left: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .play-vedeo {
    top: 35px;
    left: 59px;
    font-size: 19px;
  }
}
@media screen and (max-width: 575.98px) {
  .play-vedeo {
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
  }
}

.video-item {
  width: 32%;
}
@media screen and (max-width: 991.98px) {
  .video-item {
    width: 31%;
  }
}
@media screen and (max-width: 575.98px) {
  .video-item {
    width: 100%;
  }
}

.title-video {
  position: absolute;
  bottom: 0;
  background: rgba(1, 1, 1, 0.6196078431);
  color: #fff;
  font-weight: 700;
  z-index: 0;
  width: 100%;
  padding: 7px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 58px;
  font-size: 14px;
  border-radius: 3px;
}

.discount {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.article-box {
  margin-bottom: 5rem;
}

.blog .blog-item .blog-item__title {
  width: 90%;
  padding: 1px;
}

/*# sourceMappingURL=archives.css.map */
