@media (max-width: 991.98px) {
  body .product-simple-card {
    max-width: 280px;
  }
}
body .product-simple-card .wbs-timer-box {
  background: var(--secondary);
  color: var(--primary);
  border-radius: 20px 20px 0 0;
  z-index: -1;
  height: 48px;
  margin: 0 15px;
  direction: ltr;
  font-size: 16px;
}
body .product-simple-card .wbs-timer-box span.separator {
  margin: 0 10px;
}
body .product-simple-card .wbs-timer-box span:not(.separator) {
  width: 20px;
}
body .product-simple-card .wbs-timer-box.not-stock {
  color: #fff;
}
body .product-simple-card .product-simple-card-item {
  width: 100%;
  border: 1px solid var(--d9-secondary);
  border-radius: 20px;
  background: var(--white-dark);
  position: relative;
}
body .product-simple-card .product-simple-card-item:after {
  content: "";
  background: var(--f5-secondary-001);
  width: 95%;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-radius: 20px;
  z-index: -1;
  transition-duration: 0.2s;
}
body .product-simple-card .product-simple-card-item.hide-bar:after {
  bottom: 0;
  background: #B6E30C;
}
body .product-simple-card .product-simple-card-item .compare-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 12px;
  background: var(--white-dark);
  color: var(--black-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #d9d9d9;
  font-variation-settings: "wght" 300;
  padding: 6px 16px 6px 11px;
  width: 100px;
  z-index: 7;
}
body .product-simple-card .product-simple-card-item .compare-btn i {
  color: #B6E30C;
  font-size: 22px;
  margin-right: 5px;
}
body .product-simple-card .product-simple-card-item .compare-btn.remove-from-compare {
  border-color: #B6E30C;
  color: #fff;
  background: #002864;
}
body .product-simple-card .product-simple-card-item .compare-btn.remove-from-compare i {
  color: #B6E30C;
}
body .product-simple-card .product-simple-card-item .image-panel {
  background: #fff;
  padding: 6px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
body .product-simple-card .product-simple-card-item .image-panel:not(.has-gallery) {
  border-bottom: 1px solid #d9d9d9;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .favorite-btn {
  line-height: 0;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  border: 1px solid #002864;
  padding-left: 1px;
  cursor: pointer;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .favorite-btn i {
  font-size: 15px;
  margin-top: 1px;
  color: #002864;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .favorite-btn.added {
  background: #002864;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .favorite-btn.added i {
  color: #B6E30C;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .brand {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: #242424;
  line-height: 0;
  color: #fff;
  transition-duration: 0.2s;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .brand i.icon-ultimate-ears-logo {
  font-size: 7px;
}
body .product-simple-card .product-simple-card-item .image-panel .top-panel .brand i.icon-tehranspeaker-logo {
  font-size: 16px;
}
@media (min-width: 991.98px) {
  body .product-simple-card .product-simple-card-item .image-panel .top-panel .brand i {
    padding-left: 2px;
  }
  body .product-simple-card .product-simple-card-item .image-panel .top-panel .brand:hover {
    background: #B6E30C;
    color: #002864;
  }
}
body .product-simple-card .product-simple-card-item .image-panel .image {
  margin: 10px 0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel {
  margin-block: 15px 10px;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .wbs-badge {
  font-size: 12px;
  color: #002864;
  border-color: #002864 !important;
  padding: 4px 8px;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .wbs-badge i {
  margin-left: 4px;
  font-size: 14px;
  margin-top: -2px;
  position: relative;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .wbs-badge i:after {
  position: absolute;
  content: "\e9c0";
  color: #B6E30C;
  font-size: 3px;
  right: 2.2px;
  bottom: 2.2px;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors {
  line-height: 0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors i {
  color: #002864;
  font-size: 17px;
  margin-left: -4px;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  margin-left: -7px;
  border: 1px solid #d9d9d9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span:last-child {
  margin-left: 0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black {
  background: #000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.turquoise {
  background: #30d5c8;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-anthracite {
  background: #000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dark-grey {
  background: #686864;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mono-pure {
  background: #b9723b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.moon {
  background: #ecd1c4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dune {
  background: #b37f66;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.earth {
  background: #66423a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.white {
  background: #ffffff;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.minity-green {
  background: #b0dec0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.neutral-silver {
  background: #d5d5d5;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-and-copper {
  background: #3c2b25;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.earth-blue {
  background: #2f80ba;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.interstellar-gray {
  background: #535f66;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dolomite-white {
  background: #f4f4f4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.buds-green {
  background: #8fb096;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.misty-blue {
  background: #a3b2b9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.arctic-white {
  background: #eaebe8;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.camo {
  background: #898f80;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mint-blue {
  background: #bee1e0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.aurora-white {
  background: #e8ece9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.pink-aura {
  background: #faafd3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.teal-oasis {
  background: #10b5b0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.glacier-blue {
  background: #76a0ca;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.raspberry-red {
  background: #af2e43;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.wooden {
  background: #be863f;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.wood {
  background: #be863f;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cherry {
  background: #d30c34;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.rose-red {
  background: #c4255b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.grey-mist {
  background: #b4b4b4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.timber {
  background: #aa8568;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gold-tone {
  background: #dfccac;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.natural {
  background: #d3d3d3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.bronze-tone {
  background: #a2806d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.smoked-oak {
  background: #684f34;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.navy {
  background: #131925;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.chestnut {
  background: #6b5755;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dark-oak {
  background: #0f0d0b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.nordic-weave {
  background: #b49270;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.spaced-aluminium {
  background: #dbdbdb;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.anthracite-oxygen {
  background: #434343;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blossom-pink {
  background: #747275;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.charcoal-gray {
  background: #565656;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cream-white {
  background: #f8f4e9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.majestic-blue {
  background: #27297d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.calming-pink {
  background: #ff93b2;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.revive-grey {
  background: #868783;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gentle-black {
  background: #3b3c43;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dawn {
  background: #c5bce2;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cloud {
  background: #c1c1bf;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.eclipse {
  background: #64676c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sunset-apricot {
  background: #ffb483;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.infinite-black {
  background: #242424;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.hourglass-sand {
  background: #a4723b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.natural-oak {
  background: #b18a67;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-oak {
  background: #2e2c2b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.white-marble {
  background: #fdfdfd;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.starlight {
  background: #f7f3e8;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.glitzy-blue {
  background: #1b489b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mirage-black {
  background: #191e22;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.frost-blue {
  background: #7595b0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.fern-green {
  background: #557d48;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.fresh-green {
  background: #6ed954;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-deluxe {
  background: #242424;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.latte {
  background: #ae967a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cyan {
  background: #7fc5b9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.pink-punch {
  background: #f1707a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.enchanting-lilac {
  background: #d39bfc;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.active-black {
  background: #404040;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cobalt-blue {
  background: #084cb4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.hyper-pink {
  background: #d03474;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.joyous-bright {
  background: #c3c5c7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.charcoal-black {
  background: #404040;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.azure-blue {
  background: #0883ff;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lilac {
  background: #c1a5db;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.raspberry {
  background: #e41361;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cotton-white {
  background: #f7f0e5;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.pearl {
  background: #e6e6e6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.onyx {
  background: #838383;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.amber {
  background: #dad0ae;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.statement-red {
  background: #b91f26;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.platinum-silver {
  background: #cfc4ba;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sage-green {
  background: #d0e8d0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blue {
  background: #0826d3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.chilled-lilac {
  background: #c5c6e1;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.stone-blue {
  background: #7f98a5;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.phantom-black {
  background: #313131;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.explorer-blue {
  background: #274a68;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.adventure-green {
  background: #587758;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.bora-purple {
  background: #b2a1cd;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lavender {
  background: #bfb1d2;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.red {
  background: #da1919;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sunset-red {
  background: #ce3041;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.nightblack {
  background: #252a2d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lagoon-blue {
  background: #2f4a74;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ultraviolet-purple {
  background: #655085;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.olive-green {
  background: #426256;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.forest-gray {
  background: #566157;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.off-white {
  background: #c7ccc5;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ultraviolet {
  background: #472690;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.slate-blue {
  background: #577792;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.matte-black {
  background: #27272a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.glacier-white {
  background: #eae4da;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cloud-pink {
  background: #eccac3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.bright-orange {
  background: #f7a000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.baltic-blue {
  background: #49a1d6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blue-dusk {
  background: #6b838c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.arctic-purple {
  background: #bec1e4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.transparent-red {
  background: #a9182a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.storm-gray {
  background: #c7ccca;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dark-blue {
  background: #00264f;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.grey {
  background: #7c7c7c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.green {
  background: #38c70c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.pink {
  background: #db3bb9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.silver {
  background: #e3dbdb;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.yellow {
  background: #fffb00;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.natural {
  background: #dadada;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.natural-aluminium {
  background: #dadada;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.teal {
  background: #3cf3db;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gold {
  background: #d6ad26;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.purple {
  background: #bb4af0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.orange {
  background: #ff7b00;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.brown {
  background: #493838;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-stone {
  background: #141617;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ice-lake-blue {
  background: #bccde0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lilac-purple {
  background: #c9bfe0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.shell-white {
  background: #efebe0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sprout-green {
  background: #c5d8b3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lotus-pink {
  background: #dc8bd4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.glossy-light-blue {
  background: #0888ce;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.glossy-black {
  background: #090909;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cool-gray {
  background: #cdcdcd;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.light-silver {
  background: #ebebeb;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.squad {
  background: conic-gradient(#506238 0deg, #506238 90deg, #e5d2c0 90deg, #e5d2c0 180deg, #506238 180deg, #506238 270deg, #e5d2c0 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.camou-green {
  background: conic-gradient(#506238 0deg, #506238 90deg, #e5d2c0 90deg, #e5d2c0 180deg, #506238 180deg, #506238 270deg, #e5d2c0 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.camou-gray {
  background: conic-gradient(#2B2D2F 0deg, #2B2D2F 90deg, #E6E8EA 90deg, #E6E8EA 180deg, #2B2D2F 180deg, #2B2D2F 270deg, #E6E8EA 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cream {
  background: #f5dab2;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.warm-oak {
  background: #945b35;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.navy-blue {
  background: #0d1666;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.rose-gold {
  background: #e8a5a0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mint-green {
  background: #aaf0e3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-and-red {
  background: conic-gradient(#000000 0deg, #000000 90deg, #cf1010 90deg, #cf1010 180deg, #000000 180deg, #000000 270deg, #cf1010 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ferrari-edition {
  background: conic-gradient(#000000 0deg, #000000 90deg, #cf1010 90deg, #cf1010 180deg, #000000 180deg, #000000 270deg, #cf1010 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.beige {
  background: #d1ac7d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.olive {
  background: #a7a015;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.jade {
  background: #026b00;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-and-white {
  background: conic-gradient(#000000 0deg, #000000 90deg, #ffffff 90deg, #ffffff 180deg, #000000 180deg, #000000 270deg, #ffffff 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.indigo {
  background: #444195;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-gold {
  background: conic-gradient(#000000 0deg, #000000 90deg, #d89e21 90deg, #d89e21 180deg, #000000 180deg, #000000 270deg, #d89e21 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.bronze {
  background: #9f6b3a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.jean {
  background: #1f596e;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.squad-white {
  background: conic-gradient(#506238 0deg, #506238 90deg, #ffffff 90deg, #ffffff 180deg, #506238 180deg, #506238 270deg, #ffffff 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-matte {
  background: #29292b;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.apricot {
  background: #F6D0C3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gray {
  background: #8a8888;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.latte-cream {
  background: #f2d4a6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.jet-black {
  background: #1d1d1d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.electric-purple {
  background: #967BC7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.aqua-blue {
  background: #d7f6fe;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.calm-white {
  background: #f7f7f7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.coral-red {
  background: #E2605B;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blue-and-red {
  background: conic-gradient(#001b94 0deg, #001b94 90deg, #d31c1c 90deg, #d31c1c 180deg, #001b94 180deg, #001b94 270deg, #d31c1c 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-and-green {
  background: conic-gradient(#000000 0deg, #000000 90deg, #22d31c 90deg, #22d31c 180deg, #000000 180deg, #000000 270deg, #22d31c 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.icy {
  background: #72f6ff;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.coral {
  background: #f77b4d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.champagne {
  background: #e3c79c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.midnight {
  background: #242a38;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dark-violet {
  background: conic-gradient(#008394 0deg, #008394 90deg, #0fcc10 90deg, #0fcc10 180deg, #008394 180deg, #008394 270deg, #0fcc10 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.crimson {
  background: #d51339;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.triangular-grey {
  background: #aaa6a3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.green-mosaic {
  background: #1f746c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.hemp-blue {
  background: #1b7488;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-and-blue {
  background: conic-gradient(#000000 0deg, #000000 90deg, #1475a9 90deg, #1475a9 180deg, #000000 180deg, #000000 270deg, #1475a9 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.green-palm {
  background: #1fa439;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.quartz {
  background: #000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-orange {
  background: conic-gradient(#000000 0deg, #000000 90deg, #ff6900 90deg, #FF6900 180deg, #000000 180deg, #000000 270deg, #FF6900 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blush {
  background: #efb7b3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.soapstone {
  background: #e5dfd3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.luxe-silver {
  background: #cecece;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.blue-pink {
  background: conic-gradient(#0557b4 0deg, #0557b4 90deg, #e954d5 90deg, #e954d5 180deg, #0557b4 180deg, #0557b4 270deg, #e954d5 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ocean-blue {
  background: #0a7f8f;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.triple-black {
  background: #292828;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.midnight-black {
  background: #383737;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.navy {
  background: #0d0c4d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sandstone {
  background: #c09a39;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.orchid {
  background: #b452cc;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.rock-edition {
  background: #242323;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.rose {
  background: #ba7c7d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.moon-gray {
  background: #b5c3c6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.tripple-midnight-blue {
  background: #28435e;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.coral-pink {
  background: conic-gradient(#F77B4D 0deg, #F77B4D 90deg, #E814DF 90deg, #E814DF 180deg, #F77B4D 180deg, #F77B4D 270deg, #E814DF 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-2 {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.brass-tone {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sunset-pink {
  background: #f2cfde;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.coral-orange {
  background: #f57d37;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.light-blue {
  background: #68a6ff;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.taupe {
  background: #c9c331;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.champagne-gold {
  background: #f39418;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.white-smoke {
  background: #cac4c4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ghost-edition-black {
  background: #1a1919;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gun-metal {
  background: #535353;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.stone-purple {
  background: #8f8799;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ghost-edition-orange {
  background: #e67315;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.ivory {
  background: #f7f7e8;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.magenta {
  background: #f700f7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.powder-blue {
  background: #265d83;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.parisian-night-blue {
  background: #071641;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.classic-black {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-camo {
  background: conic-gradient(#506238 0deg, #506238 90deg, #000000 90deg, #000000 180deg, #506238 180deg, #506238 270deg, #000000 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sage-grey {
  background: #afb7a1;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.steel-blue {
  background: #447eae;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.white-and-grey {
  background: conic-gradient(#ffffff 0deg, #ffffff 90deg, #d5d5d5 90deg, #d5d5d5 180deg, #ffffff 180deg, #ffffff 270deg, #d5d5d5 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.tropical {
  background: #e18ba7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.matte-gold {
  background: #7e560d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.brick-red {
  background: #9a372a;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.striped-black {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.chrome {
  background: #a7a8bf;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cloud-white {
  background: #c4b7b7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mint {
  background: #4ae698;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mercury {
  background: #b67126;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-leather {
  background: #131111;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.burgundy {
  background: #521329;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.peacock-green {
  background: #00674d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gun-metal-2 {
  background: #7d8185;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.onyx-black {
  background: #181717;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.titanium-white {
  background: #ececec;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.forest-green {
  background: #335b39;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.frost-white {
  background: #aac2aa;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dusk-purple {
  background: #786872;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.fog-gray {
  background: #9c9596;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.mustard-yellow {
  background: #daa801;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sand {
  background: #bcac7c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.smoke-gray {
  background: #71777e;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.yuzu-yellow {
  background: #f5cb00;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.flame-blue {
  background: #005b84;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.graphite {
  background: #313131;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.shadow-grey {
  background: #797e82;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.matt-black {
  background: #252424;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.defiant-black-red {
  background: conic-gradient(#252727 0deg, #252727 90deg, #e03315 90deg, #e03315 180deg, #252727 180deg, #252727 270deg, #e03315 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.silver-grey {
  background: conic-gradient(#c2c6c7 0deg, #c2c6c7 90deg, #585858 90deg, #585858 180deg, #c2c6c7 180deg, #c2c6c7 270deg, #585858 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.charcoal-grey {
  background: #56575c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.space-gray {
  background: #7c7c7c;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sky-blue {
  background: #4c8ec7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.metallic-black {
  background: 0;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.polar-gray {
  background: #d9dad5;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.aurora-green {
  background: #66d595;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.lunar-blue {
  background: #68b9dc;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.eclipse-gray {
  background: #3e3e3e;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.transparent {
  background: #f1e9e9;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-gold-2 {
  background: conic-gradient(#181818 0deg, #181818 90deg, #e0a80d 90deg, #e0a80d 180deg, #181818 180deg, #181818 270deg, #e0a80d 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.true-black {
  background: #1e1e1f;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.violet {
  background: #cbc3e3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.violet {
  background: #cbc3e3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gold-tone {
  background: #dfcaa7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.midnight-blue {
  background: #072547;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.sapphire-blue {
  background: #0f4fb4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.oat-white {
  background: #e4dccf;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.limited-edition-black {
  background: #171817;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.black-ghost {
  background: #2b2929;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.white-ghost {
  background: #dfd3d3;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.purple-ghost, body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span .ghost-purple {
  background: #dfabe6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.deep-brown {
  background: #352d2d;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.velvet-black {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.clear-white {
  background: #e7e4e4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.pastel-pink {
  background: #f664dd;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.light-blue-2 {
  background: #55bbd7;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.light-gray {
  background: #c4c4c4;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.rice {
  background: #FAF3E6;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.dark-chrome {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.gloss-black {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.satin-walnut {
  background: conic-gradient(#b88762 0deg, #b88762 90deg, #855f44 90deg, #855f44 180deg, #b88762 180deg, #b88762 270deg, #855f44 270deg);
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.cypress-green {
  background: #4b9f70;
}
body .product-simple-card .product-simple-card-item .image-panel .bottom-panel .colors span.money {
  background: #000000;
}
body .product-simple-card .product-simple-card-item .image-panel .swiper-scrollbar {
  bottom: -2px;
  z-index: 1;
  background: #d9d9d9;
  opacity: 1;
  width: 100%;
  margin-inline: auto;
  position: relative;
  right: 0;
}
body .product-simple-card .product-simple-card-item .image-panel .swiper-scrollbar .swiper-scrollbar-drag {
  background: #002864;
}
body .product-simple-card .product-simple-card-item .details {
  padding: 15px 10px;
}
body .product-simple-card .product-simple-card-item .details header a {
  min-height: 80px;
  display: block;
}
body .product-simple-card .product-simple-card-item .details header .primary-title {
  color: var(--black-white);
  font-size: 14px;
  line-height: normal;
  margin-bottom: 7px;
  transition-duration: 0.2s;
}
body .product-simple-card .product-simple-card-item .details header .sub-title {
  font-size: 14px;
  color: #939393;
}
body .product-simple-card .product-simple-card-item .details .footer a {
  font-size: 12px;
  color: var(--secondary-white);
}
body .product-simple-card .product-simple-card-item .details .footer a i {
  background: #002864;
  color: #B6E30C;
  width: 36px;
  font-size: 14px;
  height: 24px;
  padding-right: 8px;
  padding-left: 10px;
  margin-left: 5px;
  border: 1.5px solid #B6E30C;
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
  padding-block: 0;
}
@media (max-width: 991.98px) {
  body .product-simple-card .product-simple-card-item .image-panel .image {
    margin: 0;
  }
  body .product-simple-card .product-simple-card-item .image-panel .bottom-panel {
    margin-top: 9px;
  }
  body .product-simple-card .product-simple-card-item .details header a {
    min-height: 50px;
  }
}
@media (min-width: 991.98px) {
  body .product-simple-card .product-simple-card-item:not(.no-hover):hover:after {
    bottom: -10px;
    background: #B6E30C;
  }
  body .product-simple-card .product-simple-card-item:not(.no-hover):hover header .primary-title {
    color: var(--secondary);
  }
  body .product-simple-card .product-simple-card-item:not(.no-hover):hover .footer a i {
    background: #B6E30C;
    color: #002864;
  }
}
body .wbs-button {
  background: #B6E30C;
  color: #002864;
  padding: 9px 10px;
  border-radius: 50px;
  min-width: 148px;
  font-variation-settings: "wght" 450;
  border: none;
}
body .wbs-button i {
  font-size: 13px;
  margin-left: 0;
  line-height: 0;
  position: relative;
  transition-duration: 0.3s;
}
body .wbs-button i:not(.no-bullet):after {
  content: "";
  position: absolute;
  right: 0;
  background: #002864;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  top: -2px;
}
body .wbs-button i.icon-Arrow-Left {
  font-size: 22px;
}
body .wbs-button i.icon-arrow-down {
  margin-left: 8px;
  margin-top: 1px;
}
body .wbs-button i.icon-arrow-down:after {
  top: -6px;
  left: -1px;
  margin: 0 auto;
}
body .wbs-button.button-outline {
  background: none;
  border: 1px solid #B6E30C;
  color: #B6E30C;
}
body .wbs-button.button-outline i:after {
  background: #B6E30C;
}
@media (min-width: 991.98px) {
  body .wbs-button:not(.button-no-hover):hover i {
    transform: rotateY(180deg) translateX(-10px);
  }
}
body .wbs-button.button-simple {
  background: none;
  border: none;
  color: var(--black-white);
  padding: 0;
}
body .wbs-button.button-simple i {
  color: var(--black-white);
}
body .wbs-button.button-simple i:after {
  background: var(--black-white);
}
body .wbs-button.button-secondary.button-outline {
  border-color: var(--secondary);
  color: var(--secondary);
}
body .wbs-button.button-secondary.button-outline i {
  color: var(--secondary);
}
body .wbs-button.button-secondary.button-outline i:after {
  background: var(--secondary);
}
body .wbs-button.button-secondary:not(.button-outline) {
  background: var(--secondary);
  color: var(--white-black);
}
body .wbs-button.button-secondary:not(.button-outline) i {
  color: var(--white-black);
}
body .wbs-button.button-secondary:not(.button-outline) i:after {
  background: var(--white-black);
}
body .wbs-button.colored-btn {
  color: #fff;
}
body .wbs-button.colored-btn.purple-btn {
  background: #6702E9;
}
body .wbs-button.colored-btn.blue-btn {
  background: #025EE9;
}
body .wbs-button.colored-btn.red-btn {
  background: #ff0000;
}
body .wbs-button.colored-btn i:after {
  background: #fff;
}
@media (max-width: 991.98px) {
  body .wbs-button {
    min-width: 127px;
    padding-block: 7px;
    font-size: 13px;
  }
  body .wbs-button i {
    font-size: 12px;
  }
}
body .wbsLoading {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000;
  inset: 0;
  background: rgba(255, 255, 255, 0.226);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wbsLoading .music {
  width: 90px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
body .wbsLoading .music .bar {
  width: 4px;
  border-radius: 10px;
  animation: loader 1s ease-in-out infinite;
  background: var(--secondary) !important;
}
@keyframes loader {
  0%, 100% {
    height: 2px;
  }
  50% {
    height: 30px;
  }
}
body .wbsLoading .music .bar:nth-child(5),
body .wbsLoading .music .bar:nth-child(6) {
  animation-delay: 0.2s;
}
body .wbsLoading .music .bar:nth-child(4),
body .wbsLoading .music .bar:nth-child(7) {
  animation-delay: 0.4s;
}
body .wbsLoading .music .bar:nth-child(3),
body .wbsLoading .music .bar:nth-child(8) {
  animation-delay: 0.6s;
}
body .wbsLoading .music .bar:nth-child(2),
body .wbsLoading .music .bar:nth-child(9) {
  animation-delay: 0.8s;
}
body .wbsLoading .music .bar:nth-child(1),
body .wbsLoading .music .bar:nth-child(10) {
  animation-delay: 1s;
}
body .loading-svg rect {
  transform-origin: center;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  animation-duration: 0.4s;
  fill: var(--secondary);
}
body .loading-svg rect.rect1-r {
  transform: translate(6px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect1-r;
}
body .loading-svg rect.rect2-r {
  transform: translate(9px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect2-r;
  animation-delay: 1s;
}
body .loading-svg rect.rect3-r {
  transform: translate(12px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect3-r;
  animation-delay: 2s;
}
body .loading-svg rect.rect4-r {
  transform: translate(15px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect4-r;
  animation-delay: 1s;
}
body .loading-svg rect.rect5-r {
  transform: translate(18px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect5-r;
}
@keyframes rect1-r {
  100% {
    transform: translate(6px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect2-r {
  100% {
    transform: translate(9px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect3-r {
  100% {
    transform: translate(12px, 0px) skew(320deg) rotate(0deg) scaleY(0.2);
  }
}
@keyframes rect4-r {
  100% {
    transform: translate(15px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect5-r {
  100% {
    transform: translate(18px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
body .loading-svg rect.rect1 {
  transform: translate(6px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect1;
}
body .loading-svg rect.rect2 {
  transform: translate(9px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect2;
  animation-delay: 1s;
}
body .loading-svg rect.rect3 {
  transform: translate(12px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect3;
  animation-delay: 2s;
}
body .loading-svg rect.rect4 {
  transform: translate(15px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect4;
  animation-delay: 1s;
}
body .loading-svg rect.rect5 {
  transform: translate(18px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect5;
}
@keyframes rect1 {
  100% {
    transform: translate(6px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect2 {
  100% {
    transform: translate(9px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect3 {
  100% {
    transform: translate(12px, 0px) rotate(0deg) scaleY(0.2);
  }
}
@keyframes rect4 {
  100% {
    transform: translate(15px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect5 {
  100% {
    transform: translate(18px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@media (max-width: 991.98px) {
  body .wbs-breadcrumb {
    margin-top: 15px;
  }
}
body .wbs-breadcrumb .rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .wbs-breadcrumb .rank-math-breadcrumb p a {
  transition-duration: 0.2s;
  font-size: 12px;
  color: var(--black-white);
}
body .wbs-breadcrumb .rank-math-breadcrumb p a:hover {
  color: #81a109;
}
body .wbs-breadcrumb .rank-math-breadcrumb p span.separator i {
  font-size: 9px;
  margin-top: 1px;
  float: right;
  color: var(--black-white);
}
body .wbs-breadcrumb .rank-math-breadcrumb p span.last {
  font-size: 12px;
  color: var(--secondary);
}
@media (max-width: 991.98px) {
  body .wbs-breadcrumb {
    margin-block: 20px;
  }
  body .wbs-breadcrumb .rank-math-breadcrumb p {
    overflow: auto;
    max-width: 100%;
    padding-inline: 0 12px;
  }
  body .wbs-breadcrumb .rank-math-breadcrumb p a {
    white-space: pre;
  }
  body .wbs-breadcrumb .rank-math-breadcrumb p span.last {
    white-space: pre;
  }
}
body .wbs-switch {
  position: relative;
}
body .wbs-switch label {
  align-items: center;
  display: flex;
  position: relative;
}
body .wbs-switch label .slider {
  background-color: #d9d9d9;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  position: relative;
  transition: 0.4s;
  width: 38px;
}
body .wbs-switch label .slider:before {
  background-color: var(--white-secondary);
  bottom: 1px;
  content: "";
  height: 21px;
  left: 1px;
  position: absolute;
  transition: 0.4s;
  width: 21px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0.1px 0.3px rgba(0, 0, 0, 0.1));
}
body .wbs-switch label .slider.round {
  border-radius: 34px;
}
body .wbs-switch label .slider.round:before {
  border-radius: 50%;
}
body .wbs-switch label input {
  height: 0;
  opacity: 0;
  width: 0;
}
body .wbs-switch label input:checked + .slider {
  background: #B6E30C;
  border-color: transparent;
}
body .wbs-switch label input:checked + .slider:before {
  background-color: var(--white-secondary);
  transform: translateX(15px);
}
body .poper-message-box {
  background: var(--black-pink);
  border-radius: 7px;
  bottom: 60px;
  color: #fff;
  display: none;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 15px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
body .poper-message-box a {
  color: #B6E30C;
}
body .poper-message-box.position-top {
  bottom: inherit;
  top: 60px;
}
@media (max-width: 575.98px) {
  body .poper-message-box.position-top {
    margin: 0 15px;
    max-width: 100%;
  }
}
body .wbs-tooltip {
  position: absolute;
  background: #B6E30C;
  color: #242424;
  padding: 4px;
  z-index: 3;
  border-radius: 7px;
  font-size: 12px;
  opacity: 0;
  width: -moz-max-content;
  width: max-content;
  min-height: 30px;
}
body .wbs-tooltip:after {
  content: "";
  position: absolute;
  left: -4px;
  width: 8px;
  height: 8px;
  background: #B6E30C;
  z-index: -1;
  transform: rotate(45deg);
}
body .wbs-tooltip.left-side:after {
  left: inherit;
  right: -4px;
}
body .wbs-tooltip.top-side:after {
  bottom: -5px;
  right: -2px;
  margin: 0 auto;
}
body .wbs-tooltip.bottom-side:after {
  top: -4px;
  right: -3.5px;
  margin: 0 auto;
}
body #dynamic-iland {
  position: fixed;
  bottom: -200px;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
  transition-duration: 0.7s;
}
body #dynamic-iland.show {
  opacity: 1;
  bottom: 30px;
}
body #dynamic-iland .online-support-panel {
  min-width: 178px;
  position: relative;
}
body #dynamic-iland .online-support-panel .online-support {
  background: linear-gradient(180deg, rgba(21, 35, 167, 0.2) 0%, rgba(21, 35, 167, 0) 100%);
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  width: -moz-min-content;
  width: min-content;
}
body #dynamic-iland .online-support-panel .online-support i {
  font-size: 34px;
  background: #00112b;
  border-radius: 50%;
  color: #B6E30C;
  width: 52px;
  height: 52px;
}
body #dynamic-iland .items-box {
  background: linear-gradient(360deg, rgba(21, 35, 167, 0.2) 0%, rgba(21, 35, 167, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50px;
  padding: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body #dynamic-iland .items-box .items {
  background: #00112b;
  padding: 7px 10px 7px 18px;
  border-radius: 50px;
}
body #dynamic-iland .items-box .items button {
  min-width: 80px;
  padding: 4px 5px 4px 10px;
}
body #dynamic-iland .items-box .items ul {
  display: flex;
  margin-inline: 0 15px;
  align-items: center;
}
body #dynamic-iland .items-box .items ul li {
  position: relative;
  color: #fff;
  cursor: pointer;
}
body #dynamic-iland .items-box .items ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #454545;
  margin: 0 5px;
  top: 3px;
  left: -16px;
}
body #dynamic-iland .items-box .items ul li i {
  margin-left: 2px;
}
body #dynamic-iland .items-box .items ul li i.icon-headphone:after {
  bottom: 2px;
}
body #dynamic-iland .items-box .items ul li i.icon-other-products:after {
  bottom: 2px;
}
body #dynamic-iland .items-box .items ul li:not(:last-child) {
  margin-left: 22px;
}
body #dynamic-iland .items-box .items ul li:first-child {
  margin-left: 10px;
}
body #dynamic-iland .items-box .items ul li:first-child:after {
  display: none;
}
body #dynamic-iland .items-box .items ul li:last-child:after {
  display: none;
}
body #dynamic-iland .items-box .items ul li.active {
  color: #B6E30C;
}
body #dynamic-iland .items-box .items ul li.active i {
  color: #B6E30C;
}
body #dynamic-iland .items-box .items .go-top {
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.3s;
}
body #dynamic-iland .items-box .items .go-top i {
  color: #fff;
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-top: 2px;
  transition-duration: 0.2s;
}
body #dynamic-iland .items-box .items .go-top:hover i {
  color: #B6E30C;
}
body #dynamic-iland .iland-brands {
  background: rgba(21, 35, 167, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50px;
  padding: 0 5px;
}
body #dynamic-iland .iland-brands .brand-items {
  border-radius: 50px;
  background: #00112b;
}
body #dynamic-iland .iland-brands .brand-items a {
  padding: 10px 15px;
  line-height: 0;
  color: #fff;
  width: 168px;
  height: 52px;
  transition-duration: 0.3s;
}
body #dynamic-iland .iland-brands .slide {
  display: none;
}
body #dynamic-iland .iland-brands .fade {
  animation: fade 3s infinite;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    transform: scaleY(1);
  }
  75% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
  }
}
body .iland-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
body .iland-popup .close-dynamic {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}
body .iland-popup .container {
  position: absolute;
  bottom: 120px;
}
body .iland-popup .container .iland-item {
  background: #00112b;
  border-radius: 16px;
  padding: 10px 20px;
  width: 73%;
  position: absolute;
  display: none;
  bottom: 20px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  body .iland-popup .container .iland-item {
    bottom: 25px;
    padding-bottom: 10px !important;
  }
}
body .iland-popup .container .iland-item .parent-item {
  background: #B6E30C;
  padding: 15px 32px;
  border-radius: 16px;
  margin: 10px;
}
@media (max-width: 767.98px) {
  body .iland-popup .container .iland-item .parent-item {
    padding: 15px 15px;
  }
}
body .iland-popup .container .iland-item .parent-item span {
  font-size: 18px;
  color: #002864;
}
body .iland-popup .container .iland-item .parent-item span i {
  color: #002864;
  font-size: 20px;
  margin-left: 10px;
}
body .iland-popup .container .iland-item .parent-item span i:after {
  color: #002864;
}
body .iland-popup .container .iland-item .parent-item a {
  color: #002864;
}
body .iland-popup .container .iland-item .sub-items {
  gap: 15px;
  padding: 25px 10px;
  max-height: calc(100vh - 350px);
  overflow: auto;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a {
  color: #fff;
  width: calc(50% - 8px);
  padding: 20px;
  background: var(--002-body-bg);
  border-radius: 16px;
  padding: 20px 30px;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a p {
  font-size: 16px;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a .info {
  margin-top: 50px;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a .info .wbs-badge {
  font-size: 12px;
  padding-bottom: 3px;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a .info .wbs-button {
  min-width: auto;
  color: #fff;
  font-variation-settings: "wght" 300;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a .info .wbs-button i {
  margin-right: 10px;
  color: #fff;
}
body .iland-popup .container .iland-item .sub-items:not(.list-item) a .info .wbs-button i:after {
  background: #fff;
}
body .iland-popup .container .iland-item .sub-items.list-item {
  padding: 25px 40px;
}
body .iland-popup .container .iland-item .sub-items.list-item .items {
  gap: 30px;
}
body .iland-popup .container .iland-item .sub-items.list-item .items a {
  color: #fff;
  width: calc(33.3333333333% - 30px);
  font-size: 16px;
  transition-duration: 0.2s;
}
body .iland-popup .container .iland-item .sub-items.list-item .items a:hover {
  color: #B6E30C;
}
body .iland-popup .container .iland-item .sub-items.list-item .items a:before {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px rgba(182, 227, 12, 0.3);
  background: #B6E30C;
  content: "";
  display: inline-block;
  border-radius: 50px;
  margin-left: 8px;
}
body .iland-popup .container .iland-item .sub-items.list-item .banner {
  line-height: 200px;
}
body .iland-popup .container .iland-item .sub-items.list-item .banner img {
  border-radius: 8px;
  max-width: 340px;
}
body .wbs-panel {
  margin-bottom: 45px;
  position: relative;
}
body .wbs-panel header i {
  font-size: 20px;
  margin-left: 5px;
  color: var(--secondary-white);
}
body .wbs-panel header p {
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--black-white);
}
body .wbs-panel header small {
  font-size: 18px;
  color: var(--white-93-d9);
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
body .wbs-panel header h2 {
  color: var(--secondary-white);
  font-size: 20px;
  font-variation-settings: "wght" 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  body .wbs-panel {
    margin-bottom: 35px;
  }
  body .wbs-panel header h2 {
    font-size: 14px;
  }
  body .wbs-panel .panel-title {
    padding-inline: 12px;
  }
}
body #wbsFaq .items {
  margin-top: 25px;
}
body #wbsFaq .items .item {
  border: 1px solid rgba(var(--secondary-rgb), var(--secondary-opacity-01));
  border-radius: 16px;
}
body #wbsFaq .items .item:not(:last-child) {
  margin-bottom: 15px;
}
body #wbsFaq .items .item header {
  padding: 7px;
  cursor: pointer;
}
body #wbsFaq .items .item header .right {
  gap: 15px;
}
body #wbsFaq .items .item header .right span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 3px;
  border: 1px solid var(--secondary);
  font-size: 20px;
  transition-duration: 0.2s;
  color: var(--secondary);
  background: rgba(var(--secondary-rgb), 0.1);
}
body #wbsFaq .items .item header .right h3 {
  font-size: 15px;
  font-variation-settings: "wght" 400;
  color: var(--black-white);
  margin: 0;
}
body #wbsFaq .items .item header i {
  font-size: 14px;
  margin-left: 15px;
  transition-duration: 0.2s;
  color: var(--secondary);
}
body #wbsFaq .items .item .content {
  padding-inline: 73px 25px;
  padding-bottom: 25px;
  line-height: 2.5;
  text-align: justify;
  -moz-text-align-last: right;
       text-align-last: right;
  display: none;
  color: var(--black-white);
}
body #wbsFaq .items .item.open header .right span {
  background: var(--secondary);
  color: var(--white-black);
}
body #wbsFaq .items .item.open header .right h3 {
  color: var(--secondary);
}
body #wbsFaq .items .item.open header i {
  transform: rotate(180deg);
}
body #wbsFaq .load-all {
  margin-top: 30px;
}
body #wbsFaq .load-all button {
  min-width: 180px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  body #wbsFaq .items .item header {
    padding: 13px;
    align-items: flex-start;
  }
  body #wbsFaq .items .item header .right h3 {
    font-size: 13px;
    font-variation-settings: "wght" 400;
    line-height: 26px;
  }
  body #wbsFaq .items .item header i {
    margin-inline: 10px;
    margin-top: 7px;
  }
  body #wbsFaq .items .item .content {
    padding: 0 15px 15px;
  }
  body #wbsFaq .items .item.open header i {
    margin-top: 4px;
  }
}
body .wbs-products-nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  background: #002864;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  transition-duration: 0.2s;
}
body .wbs-products-nav:not(.swiper-button-disabled):hover {
  background: #B6E30C;
  color: #002864;
}
body .wbs-products-nav:not(.is-vertical).wbs-prev {
  right: -18px;
  padding-left: 5px;
}
body .wbs-products-nav:not(.is-vertical).wbs-next {
  left: -18px;
}
body .wbs-products-nav.swiper-button-disabled {
  opacity: var(--nav-btn-opacity);
  cursor: inherit;
}
body .wbs-products-nav.swiper-button-lock {
  display: none;
}
@media (max-width: 1399.98px) {
  body .wbs-products-nav.wbs-prev {
    right: 0;
  }
  body .wbs-products-nav.wbs-next {
    left: 0;
  }
}
body .wbs-products-nav.is-vertical {
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .wbs-products-nav.is-vertical.wbs-prev {
  top: -20px;
  padding-left: 3px;
}
body .wbs-products-nav.is-vertical.wbs-next {
  bottom: -20px;
  padding-left: 3px;
  padding-top: 2px;
}
body .wbs-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 2;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--body-bg);
  border-radius: 20px 20px 0 0;
  height: 45px;
  margin: 0 auto;
}
body .wbs-slider-controls .wbs-slider-pagination {
  margin-top: 6px;
}
body .wbs-slider-controls .wbs-slider-pagination .swiper-pagination-bullet {
  transition-duration: 0.2s;
}
body .wbs-slider-controls .wbs-slider-pagination.full-bullet .swiper-pagination-bullet-active {
  width: 21px;
  border-radius: 20px;
}
body .wbs-slider-controls .wbs-slider-btn {
  cursor: pointer;
  margin-top: 10px;
}
body .wbs-slider-controls .wbs-slider-btn i {
  color: var(--secondary);
  font-size: 12px;
}
body .wbs-slider-controls .wbs-slider-btn.wbs-slider-prev {
  margin-left: 15px;
}
body .wbs-slider-controls .wbs-slider-btn.wbs-slider-next {
  margin-right: 15px;
}
body .wbs-slider-controls .wbs-slider-btn.swiper-button-disabled {
  opacity: 0.2;
}
body .wbs-slider-controls .swiper-pagination-bullet {
  background: var(--secondary-white);
  width: 6px;
  height: 6px;
}
body .wbs-slider-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary);
}
body .wbs-alert {
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  background: #f5f5f5;
  font-size: 15px;
}
body .wbs-alert i {
  font-size: 24px;
  margin-left: 10px;
}
body .wbs-alert.info {
  background: var(--blue-e6-blue);
  color: var(--blue-white);
}
body .wbs-alert.success {
  background: var(--success_green) !important;
  color: var(--secondary);
}
body #site-header {
  position: sticky;
  top: 0;
  margin-bottom: 8px;
  z-index: 11;
  background: var(--body-bg);
}
body #site-header .top-banner {
  position: relative;
}
body #site-header .top-banner a {
  height: 48px;
  background-color: #B6E30C;
}
body #site-header .top-banner a .banner-image {
  width: 100%;
  height: 48px;
}
@media (max-width: 991.98px) {
  body #site-header .top-banner a {
    height: 46px;
  }
  body #site-header .top-banner a .banner-image {
    height: 46px;
    background-size: cover !important;
  }
}
body #site-header .top-banner p {
  margin-bottom: 0;
  color: #242424;
}
body #site-header .header-box {
  padding-top: 24px;
  padding-bottom: 24px;
}
body #site-header .header-box .logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 180px;
}
body #site-header .header-box .logo a img {
  transition-duration: 0.4s;
}
body #site-header .header-box .search-panel {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 12;
}
body #site-header .header-box .search-panel form {
  width: 100%;
  margin-top: 2px;
  border: 1px solid var(--d9-secondary);
  position: relative;
  display: flex;
  align-items: center;
  padding: 1px 0;
  background: var(--white-dark);
  border-radius: 50px;
  position: relative;
}
body #site-header .header-box .search-panel form:after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 0 3.4rem 3.4rem 0;
  border: 2px solid rgba(182, 227, 12, 0.568627451);
  width: 50%;
  border-left: none;
}
body #site-header .header-box .search-panel form input {
  width: 100%;
  padding: 7px 0;
  border: none;
  border-radius: 50px 0 0 50px;
  margin-bottom: 0;
  background: var(--white-dark);
  z-index: 1;
  color: var(--black-white);
  font-size: 16px;
  font-variation-settings: "wght" 300;
}
body #site-header .header-box .search-panel form input::-moz-placeholder {
  color: var(--white-7d-white);
  opacity: 1;
}
body #site-header .header-box .search-panel form input::placeholder {
  color: var(--white-7d-white);
  opacity: 1;
}
body #site-header .header-box .search-panel form p {
  color: var(--pink-white);
  display: inline-block;
  width: auto;
  height: 36px;
  background: var(--white-fa-pink);
  border: none;
  display: inline-flex;
  padding-inline: 20px;
  font-variation-settings: "wght" 200;
  border-radius: 12px;
}
body #site-header .header-box .search-panel form i.icon-search-circle {
  margin: 0 12px;
  font-size: 20px;
  color: var(--secondary-white);
  transition-duration: 1s;
  transform: rotate(0deg);
}
body #site-header .header-box .search-panel form .icon-cancel, body #site-header .header-box .search-panel form .loader-search {
  position: absolute;
  left: 15px;
  z-index: 10;
  cursor: pointer;
  font-size: 13px;
  color: var(--white-a3-white);
  display: none;
}
body #site-header .header-box .search-panel form .loader-search {
  fill: var(--white-a3-white);
}
body #site-header .header-box .search-panel form .loading-svg rect {
  transform-origin: center;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
  animation-duration: 0.4s;
}
body #site-header .header-box .search-panel form .rect1-r {
  transform: translate(6px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect1-r;
}
body #site-header .header-box .search-panel form .rect2-r {
  transform: translate(9px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect2-r;
  animation-delay: 1s;
}
body #site-header .header-box .search-panel form .rect3-r {
  transform: translate(12px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect3-r;
  animation-delay: 2s;
}
body #site-header .header-box .search-panel form .rect4-r {
  transform: translate(15px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect4-r;
  animation-delay: 1s;
}
body #site-header .header-box .search-panel form .rect5-r {
  transform: translate(18px, 0px) skew(320deg) rotate(0deg) scaleY(1);
  animation-name: rect5-r;
}
@keyframes rect1-r {
  100% {
    transform: translate(6px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect2-r {
  100% {
    transform: translate(9px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect3-r {
  100% {
    transform: translate(12px, 0px) skew(320deg) rotate(0deg) scaleY(0.2);
  }
}
@keyframes rect4-r {
  100% {
    transform: translate(15px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect5-r {
  100% {
    transform: translate(18px, 0px) skew(320deg) rotate(0deg) scaleY(0.3);
  }
}
body #site-header .header-box .search-panel form .rect1 {
  transform: translate(6px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect1;
}
body #site-header .header-box .search-panel form .rect2 {
  transform: translate(9px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect2;
  animation-delay: 1s;
}
body #site-header .header-box .search-panel form .rect3 {
  transform: translate(12px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect3;
  animation-delay: 2s;
}
body #site-header .header-box .search-panel form .rect4 {
  transform: translate(15px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect4;
  animation-delay: 1s;
}
body #site-header .header-box .search-panel form .rect5 {
  transform: translate(18px, 0px) rotate(0deg) scaleY(1);
  animation-name: rect5;
}
@keyframes rect1 {
  100% {
    transform: translate(6px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect2 {
  100% {
    transform: translate(9px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect3 {
  100% {
    transform: translate(12px, 0px) rotate(0deg) scaleY(0.2);
  }
}
@keyframes rect4 {
  100% {
    transform: translate(15px, 0px) rotate(0deg) scaleY(0.3);
  }
}
@keyframes rect5 {
  100% {
    transform: translate(18px, 0px) rotate(0deg) scaleY(0.3);
  }
}
body #site-header .header-box .search-panel form.open i.icon-search-circle {
  transform: rotate(360deg);
}
body #site-header .header-box .search-panel .search-result-panel {
  display: none;
  background: var(--white-dark);
  width: 100%;
  position: absolute;
  z-index: 9;
  border-radius: 10px;
  top: 50px;
  padding: 15px 15px 25px;
}
body #site-header .header-box .search-panel .search-result-panel:after {
  width: 100.7%;
  bottom: 0 !important;
  border-radius: 0 0 10px 10px;
  inset: 31px -2px;
}
body #site-header .header-box .search-panel .search-result-panel .banner picture img {
  border-radius: 8px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result {
  padding: 0 10px;
  max-height: calc(100vh - 370px);
  overflow-y: auto;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel {
  margin-bottom: 30px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel strong {
  font-variation-settings: "wght" 500;
  margin-bottom: 15px;
  display: block;
  color: var(--black-white);
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list:not(:first-child) {
  border-top: 1px solid var(--f5-secondary);
  padding-top: 25px;
  margin-top: 25px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list .items {
  max-height: 303px;
  overflow: auto;
  padding-inline: 0 10px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a {
  background: var(--f5-secondary-001);
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--black-white);
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a .detail img {
  border-radius: 5px;
  max-width: 56px;
  height: auto;
  margin-left: 10px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a .detail .wbs-badge {
  background: #FF0066;
  border-color: #FF0066;
  color: #fff;
  font-size: 11px;
  padding: 3px 9px;
  margin-right: 7px;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a .detail .wbs-badge.stop-production {
  background: #5f5f5f;
  border-color: #5f5f5f;
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a:after {
  content: "\e9c1";
  margin-left: 10px;
  margin-right: auto;
  font-family: "icomoon";
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .search-result-list a:hover {
  color: var(--secondary);
}
body #site-header .header-box .search-panel .search-result-panel .search-result .search-list-panel .more-btn {
  width: 200px;
  margin-inline: auto;
  margin-top: 5px;
}
body #site-header .header-box .search-panel .search-result-panel .suggest-box-panel {
  margin-top: 20px;
}
body #site-header .header-box .search-panel .search-result-panel .suggest-box-panel.has-result {
  margin-top: 0;
  border-top: 1px solid #B6E30C;
  padding-top: 13px;
}
body #site-header .header-box .search-panel .search-result-panel .suggest-box-panel strong {
  font-variation-settings: "wght" 500;
  font-size: 15px;
  color: var(--black-white);
}
body #site-header .header-box .search-panel .search-result-panel .suggest-box-panel .suggest-box {
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgb(0, 0, 0) 2rem, rgb(0, 0, 0) 96%, transparent 102%);
  mask-image: linear-gradient(90deg, transparent 0%, rgb(0, 0, 0) 2rem, rgb(0, 0, 0) 96%, transparent 102%);
  padding-inline: 8px 13px;
}
body #site-header .header-box .search-panel .search-result-panel .suggest-box-panel .suggest-box .swiper-slide {
  width: auto !important;
}
body #site-header .header-box .search-panel .search-result-panel .tag-items-panel.product-tag:not(:first-child) {
  border-top: 1px solid var(--f5-secondary);
  padding-top: 25px;
  margin-top: 25px;
}
body #site-header .header-box .search-panel .search-result-panel .tag-items-panel.brands {
  border-top: 1px solid var(--f5-secondary);
  padding-top: 25px;
  margin-top: 25px;
}
body #site-header .header-box .search-panel .search-result-panel .tag-items-panel .tag-items {
  margin-top: 10px;
  gap: 8px;
}
body #site-header .header-box .search-panel .search-result-panel .fix-item {
  border-radius: 50px;
  border: 1px solid var(--d9-white);
  padding: 10px 12px;
  line-height: 13px;
  font-size: 13px;
  gap: 8px;
  font-size: 13px;
  transition-duration: 0.2s;
  color: var(--black-white);
}
body #site-header .header-box .search-panel .search-result-panel .fix-item:after {
  content: "\e9c1";
  font-family: "icomoon";
  font-size: 9px;
}
body #site-header .header-box .search-panel .search-result-panel .fix-item:hover {
  border-color: #B6E30C;
  color: var(--secondary);
}
body #site-header .header-box .search-panel.isTyping .banner {
  display: none;
}
body #site-header .header-box .quick-access {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
body #site-header .header-box .quick-access > ul {
  display: flex;
}
body #site-header .header-box .quick-access > ul > li {
  position: relative;
  padding-inline: 15px;
}
body #site-header .header-box .quick-access > ul > li:after {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  background: #d9d9d9;
  left: 0;
  top: 2px;
}
body #site-header .header-box .quick-access > ul > li > a, body #site-header .header-box .quick-access > ul > li > span {
  display: inline-flex;
  align-items: center;
  color: var(--text-color);
  cursor: pointer;
}
body #site-header .header-box .quick-access > ul > li > a .wbs-badge, body #site-header .header-box .quick-access > ul > li > span .wbs-badge {
  margin: 0 7px;
}
body #site-header .header-box .quick-access > ul > li > a i, body #site-header .header-box .quick-access > ul > li > span i {
  color: var(--secondary);
  font-size: 15px;
  line-height: 0;
}
body #site-header .header-box .quick-access > ul > li.user-panel i {
  margin-left: 7px;
}
body #site-header .header-box .quick-access > ul > li.user-panel i.icon-logout {
  margin-left: 9px;
}
body #site-header .header-box .quick-access > ul > li.user-panel i.icon-logout:before {
  margin-right: -2px;
}
body #site-header .header-box .quick-access > ul > li:last-child {
  margin-left: 0;
}
body #site-header .header-box .quick-access > ul > li:last-child:after {
  display: none;
}
body #site-header .header-box .quick-access > ul > li .switch-darkmode-w {
  border: 1.5px solid var(--secondary);
  width: 32px;
  height: 18px;
  border-radius: 2rem;
  display: block;
  position: relative;
  cursor: pointer;
}
body #site-header .header-box .quick-access > ul > li .switch-darkmode-w .toggle-darkmode {
  --size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  box-shadow: inset calc(var(--size) * -0.4) calc(var(--size) * 0.1) 0;
  border-radius: 999px;
  color: var(--secondary-white);
  transition: all 500ms;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(22deg);
}
body #site-header .header-box .quick-access > ul > li .switch-darkmode-w .toggle-darkmode:checked {
  --ray-size: calc(var(--size) * -0.4);
  --offset-orthogonal: calc(var(--size) * 0.65);
  --offset-diagonal: calc(var(--size) * 0.45);
  transform: scale(0.8) translateY(-50%) rotate(22deg);
  right: 14px;
  color: var(--secondary-white);
  box-shadow: inset 0 0 0 var(--size), calc(var(--offset-orthogonal) * -1) 0 0 var(--ray-size), var(--offset-orthogonal) 0 0 var(--ray-size), 0 calc(var(--offset-orthogonal) * -1) 0 var(--ray-size), 0 var(--offset-orthogonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) calc(var(--offset-diagonal) * -1) 0 var(--ray-size), var(--offset-diagonal) var(--offset-diagonal) 0 var(--ray-size), calc(var(--offset-diagonal) * -1) var(--offset-diagonal) 0 var(--ray-size), var(--offset-diagonal) calc(var(--offset-diagonal) * -1) 0 var(--ray-size);
  transform-origin: top;
}
@media (max-width: 1399.98px) {
  body #site-header .header-box .quick-access > ul > li {
    padding-inline: 10px;
  }
  body #site-header .header-box .quick-access > ul > li .cart-btn .title {
    display: none;
  }
}
body #site-header .header-box .quick-access > ul > li .mini-box {
  background: var(--white-dark);
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 12px;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid var(--white-secondary);
  display: none;
  z-index: 9;
}
body #site-header .header-box .quick-access > ul > li .mini-box.mini-cart-panel {
  width: 400px;
}
body #site-header .header-box .quick-access > ul > li .mini-box.mini-cart-panel .empty-cart {
  margin-top: -15px;
}
body #site-header .header-box .quick-access > ul > li .mini-box.mini-cart-panel .empty-cart .footer {
  color: var(--black-white);
}
body #site-header .header-box .quick-access > ul > li .mini-box.mini-profile-panel {
  width: 210px;
}
body #site-header .header-box .quick-access > ul > li .mini-box.mini-profile-panel:after {
  height: 45px;
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel {
  background: var(--f9-dark);
  border-radius: 12px 12px 0 0;
  padding: 13px 15px;
  color: var(--black-white);
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel.is-link {
  background: rgba(var(--primary-rgb), 0.2);
  margin: 4px;
  padding-block: 10px;
  border-radius: 6px;
  padding-inline: 10px;
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel.is-link span {
  color: var(--black-white);
  font-variation-settings: "wght" 400;
  transition-duration: 0.2s;
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel.is-link i {
  font-size: 10px;
  color: var(--secondary);
  opacity: 0.6;
  transition-duration: 0.2s;
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel.is-link:hover span {
  color: var(--secondary);
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel.is-link:hover i {
  opacity: 1;
}
body #site-header .header-box .quick-access > ul > li .mini-box .top-panel a {
  color: var(--secondary);
}
body #site-header .header-box .quick-access > ul > li .mini-box .content .links {
  flex-direction: column;
  gap: 18px;
  padding: 12px;
}
body #site-header .header-box .quick-access > ul > li .mini-box .content .links a {
  font-variation-settings: "wght" 300;
  gap: 8px;
  color: var(--black-white);
  transition-duration: 0.2s;
  width: 100%;
}
body #site-header .header-box .quick-access > ul > li .mini-box .content .links a i {
  font-size: 18px;
  opacity: 0.3;
  color: var(--secondary-white);
  transition-duration: 0.2s;
}
@media (max-width: 991.98px) {
  body #site-header .header-box .quick-access > ul > li .mini-box .content .links a i.icon-logout {
    margin-left: 2px;
  }
  body #site-header .header-box .quick-access > ul > li .mini-box .content .links a i.icon-logout:before {
    margin-right: -2px;
  }
}
body #site-header .header-box .quick-access > ul > li .mini-box .content .links a:hover {
  color: var(--secondary);
}
body #site-header .header-box .quick-access > ul > li .mini-box .content .links a:hover i {
  opacity: 1;
}
body #site-header.isSticky .logo a img:first-child {
  transform: rotate(180deg);
}
body #site-header.has-hover-bg:after {
  transition-duration: 0.4s;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
body #site-header.has-hover-bg.full:after {
  top: 0;
  z-index: 11;
}
body #site-header #main-menu-panel {
  background: var(--secondary-dark);
}
body #site-header #main-menu-panel .main-menu ul {
  display: flex;
}
body #site-header #main-menu-panel .main-menu ul > li {
  padding-left: 40px;
}
body #site-header #main-menu-panel .main-menu ul > li:first-child i {
  margin-right: -4px;
}
body #site-header #main-menu-panel .main-menu ul > li > a, body #site-header #main-menu-panel .main-menu ul > li > span {
  display: flex;
  color: #fff;
  padding: 13px 0;
  font-size: 16px;
  position: relative;
}
body #site-header #main-menu-panel .main-menu ul > li > a:after, body #site-header #main-menu-panel .main-menu ul > li > span:after {
  width: 0;
  transition-duration: 0.6s;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  background: #B6E30C;
}
body #site-header #main-menu-panel .main-menu ul > li:hover > a:after, body #site-header #main-menu-panel .main-menu ul > li:hover > span:after {
  width: 100%;
  left: 0;
  right: inherit;
}
@media (max-width: 1199.98px) {
  body #site-header #main-menu-panel .main-menu ul > li {
    padding-left: 20px;
  }
  body #site-header #main-menu-panel .main-menu ul > li > a, body #site-header #main-menu-panel .main-menu ul > li > span {
    font-size: 14px;
  }
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu {
  display: none;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel {
  position: absolute;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu {
  background: var(--white-dark);
  width: 100%;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 144px 0 rgba(163, 163, 163, 0.16);
  padding: 10px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .all-links {
  margin-top: 10px;
  padding-inline: 30px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .all-links a {
  max-width: 180px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .mega-menu-p {
  padding: 30px;
  max-height: calc(100vh - 335px);
  overflow: auto;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel:first-child {
  padding-left: 30px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel:last-child {
  padding-right: 30px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel > strong {
  display: block;
  padding-bottom: 15px;
  color: var(--black-white);
  font-size: 16px;
  border-bottom: 1px solid var(--d9-text-color-70);
  margin-bottom: 32px;
  font-variation-settings: "wght" 400;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .items a {
  width: 100%;
  font-variation-settings: "wght" 300;
  transition-duration: 0.2s;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .items a:hover {
  color: var(--secondary);
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .items a:hover i {
  color: var(--secondary);
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .items a:hover i:after {
  background: var(--secondary);
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .brand-items {
  gap: 17px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .brand-items a {
  background: #707070;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .brand-items a img {
  border-radius: 8px;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.mega-menu-panel .mega-menu .item-panel .brand-items a strong {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 95%;
  background: #fff;
  margin: 0 auto;
  left: 0;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.sample-menu {
  position: absolute;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  padding-inline: 20px;
  background: var(--white-dark);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 144px 0 rgba(163, 163, 163, 0.16);
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.sample-menu a {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--d9-text-color-70);
  padding-block: 14px;
  color: var(--black-white);
  transition-duration: 0.2s;
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.sample-menu a:hover {
  color: var(--secondary);
}
body #site-header #main-menu-panel .main-menu ul > li .sub-menu.sample-menu a:last-child {
  border: none;
}
body #site-header #main-menu-panel .brands {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
body #site-header #main-menu-panel .brands ul {
  justify-content: flex-start;
  direction: ltr;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  body #site-header #main-menu-panel .brands ul {
    gap: 20px;
  }
}
body #site-header #main-menu-panel .brands ul li a i {
  color: #fff;
  transition-duration: 0.2s;
  display: block;
}
body #site-header #main-menu-panel .brands ul li a i.icon-bose, body #site-header #main-menu-panel .brands ul li a i.icon-sennheiser, body #site-header #main-menu-panel .brands ul li a i.icon-sony {
  transform: scale(0.9);
  margin-top: 1px;
}
body #site-header #main-menu-panel .brands ul li a i.icon-skullcandy {
  transform: scale(1.1);
  margin-top: 2px;
}
body #site-header #main-menu-panel .brands ul li a i.icon-anker {
  margin-top: 5px;
}
body #site-header #main-menu-panel .brands ul li a:hover i {
  color: #B6E30C;
}
body #site-header #main-menu-panel .brands ul li:first-child a i {
  color: #B6E30C;
}
body .archive-banner {
  margin-top: 25px;
}
body .archive-banner img {
  border-radius: 20px;
}
body .archive-banner .page-title {
  text-align: center;
  background: var(--white-body-bg);
  width: 95%;
  position: relative;
  margin: -60px auto 0 !important;
  border-radius: 20px;
  padding: 30px;
}
body .archive-banner .page-title h1 {
  color: var(--secondary);
  font-size: 32px;
  margin-bottom: 15px;
}
body .archive-banner .page-title p {
  font-size: 20px;
  color: var(--black-white);
}
body .description-panel {
  margin: 100px 0 50px;
  padding: 35px 57px;
  border: 1px solid var(--secondary);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
body .description-panel:before, body .description-panel:after {
  content: "\e931";
  font-size: 25px;
  font-family: "icomoon";
  position: absolute;
  line-height: 1;
  font-size: 140px;
  color: var(--secondary-white);
  opacity: 0.1;
}
body .description-panel:before {
  left: -75px;
  top: -82px;
  transform: rotate(175deg);
}
body .description-panel:after {
  right: -75px;
  bottom: -82px;
  transform: rotate(175deg);
}
body .description-panel h1 {
  font-size: 23px;
  font-variation-settings: "wght" 500;
  color: var(--secondary);
}
body .description-panel .content {
  height: 160px;
  overflow: hidden;
}
body .description-panel .content p {
  text-align: justify;
  -moz-text-align-last: right;
       text-align-last: right;
  line-height: 39px;
  color: var(--black-white);
  margin-block: 10px 0;
}
body .description-panel .content p a {
  color: var(--secondary);
  transition-duration: 0.2s;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-variation-settings: "wght" 400;
}
body .description-panel .content p a:hover {
  color: #B6E30C;
}
body .description-panel .content p {
  text-align: justify !important;
  margin-bottom: 0 !important;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}
body .description-panel .content strong {
  margin-top: 30px !important;
}
body .description-panel .content hr {
  border-bottom: none !important;
  border-top: 2px dashed #68b756 !important;
  opacity: 1;
  margin: 0;
}
body .description-panel .content h2, body .description-panel .content h3, body .description-panel .content h4, body .description-panel .content h5, body .description-panel .content h6, body .description-panel .content h2 strong, body .description-panel .content h3 strong, body .description-panel .content h4 strong, body .description-panel .content h5 strong, body .description-panel .content h6 strong {
  line-height: 1.9 !important;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  margin: 0;
  color: var(--secondary);
  font-size: 18px !important;
  font-variation-settings: "wght" 500 !important;
  margin-bottom: 10px !important;
  text-align: right !important;
}
body .description-panel .content h2, body .description-panel .content h3, body .description-panel .content h4, body .description-panel .content h5, body .description-panel .content h6 {
  margin-top: 30px !important;
  margin-bottom: 5px !important;
}
body .description-panel .content ul {
  list-style: inherit !important;
  padding-right: 20px !important;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
body .description-panel .content ul li::marker {
  color: var(--secondary);
}
body .description-panel .content a {
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 7px;
  font-variation-settings: "wght" 400;
  transition-duration: 0.2s;
}
body .description-panel .content a:hover {
  color: #B6E30C;
}
body .description-panel .content img {
  border-radius: 25px;
  display: block;
  float: none;
  height: auto;
  margin: 30px 0 30px auto !important;
  width: 100%;
}
body .description-panel .content table {
  width: 100% !important;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  margin-bottom: 30px;
}
body .description-panel .content table thead, body .description-panel .content table tbody, body .description-panel .content table tfoot, body .description-panel .content table tr, body .description-panel .content table td, body .description-panel .content table th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border: 1px solid #323232;
  padding: 10px;
  -moz-text-align-last: right;
       text-align-last: right;
  background: #f5f5f5;
}
body .description-panel .content hr, body .description-panel .content img, body .description-panel .content .h_iframe-aparat_embed_frame {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
body .description-panel .content strong {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  font-variation-settings: "wght" 600;
  font-size: 16px;
}
body .description-panel .content > strong {
  display: inline-block;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
body .description-panel .content h2, body .description-panel .content h3, body .description-panel .content h4, body .description-panel .content h5, body .description-panel .content h6, body .description-panel .content h2 strong, body .description-panel .content h3 strong, body .description-panel .content h4 strong, body .description-panel .content h5 strong, body .description-panel .content h6 strong {
  margin-top: 0 !important;
}
body .description-panel .content.open {
  height: auto;
}
body .description-panel .load-more {
  gap: 5px;
  color: var(--secondary);
  cursor: pointer;
  border-bottom: 1px solid;
  margin-block: 20px 30px;
  z-index: 8;
  position: relative;
}
body .description-panel .load-more i {
  color: var(--secondary);
  font-size: 18px;
}
body .description-panel .load-more i:after {
  background: var(--secondary);
}
@media (max-width: 991.98px) {
  body .description-panel {
    padding-inline: 15px;
    margin-block: 0 50px;
  }
  body .description-panel h1 {
    font-size: 18px;
  }
  body .description-panel p {
    line-height: 36px;
  }
}
body .description-panel {
  margin: 0 0 50px;
}
body.dark .hover-change .swiper-slide a img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(55%) saturate(3622%) hue-rotate(26deg) brightness(112%) contrast(91%) !important;
}
body #site-footer {
  background: #001330;
}
body #site-footer .features {
  gap: 150px;
  background: var(--secondary-dark);
  padding-block: 15px;
}
body #site-footer .features .item {
  width: 120px;
  text-align: center;
}
body #site-footer .features .item i {
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
body #site-footer .features .item i:not(.icon-certificate):after {
  content: "";
  border-radius: 50px;
  background: #B6E30C;
  position: absolute;
  margin: 0 auto;
}
body #site-footer .features .item i.icon-phone:after {
  width: 10px;
  height: 10px;
  left: -18px;
  right: 0;
}
body #site-footer .features .item i.icon-footer-express:after {
  width: 7.2px;
  height: 7.2px;
  left: 0;
  right: -25px;
  bottom: 4px;
}
body #site-footer .features .item i.icon-certificate:after {
  content: "\e9ba";
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 2px;
  top: 6px;
  color: #B6E30C;
}
body #site-footer .features .item p {
  font-size: 14px;
  margin-block: 10px 0;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  body #site-footer .features {
    gap: 10px;
    justify-content: space-between;
    padding-inline: 10px;
    position: relative;
    padding-top: 35px;
  }
  body #site-footer .features .go-top {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: var(--secondary-dark);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }
  body #site-footer .features .go-top i {
    position: relative;
    font-size: 20px;
    color: #fff;
  }
  body #site-footer .features .go-top i:after {
    left: 7px;
    font-size: 5px;
  }
  body #site-footer .features .item p {
    font-size: 12px;
  }
}
body #site-footer .about-me {
  padding-block: 40px;
  background: #00112b;
  filter: drop-shadow(0px 3px 20px rgba(21, 35, 167, 0.2));
  border-bottom: 1px solid #002864;
}
body #site-footer .about-me .load-more {
  background-image: linear-gradient(to bottom, rgba(0, 17, 43, 0.5), #00112b);
  box-shadow: none;
  top: 168px;
}
body #site-footer .about-me p {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin-block: 20px 0;
  font-variation-settings: "wght" 200;
}
@media (max-width: 991.98px) {
  body #site-footer .about-me p {
    font-size: 13px;
  }
}
body #site-footer .about-me h1,
body #site-footer .about-me h2 {
  color: #fff;
  font-variation-settings: "wght" 400;
  margin-block: 10px 0;
  line-height: 34px;
}
body #site-footer .about-me h1 {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  body #site-footer .about-me h1 {
    font-size: 16px;
    line-height: 30px;
  }
}
body #site-footer .about-me h2 {
  font-size: 17px;
}
@media (max-width: 991.98px) {
  body #site-footer .about-me h2 {
    font-size: 15px;
    line-height: 30px;
  }
}
body #site-footer .widgets-panel {
  background: #001330;
  padding-block: 40px 0;
}
body #site-footer .widgets-panel .widgets .widget .widget-title {
  margin-bottom: 25px;
}
body #site-footer .widgets-panel .widgets .widget .widget-title h3 {
  font-size: 16px;
  font-variation-settings: "wght" 300;
  color: #B6E30C;
}
body #site-footer .widgets-panel .widgets .widget .content a {
  transition-duration: 0.2s;
}
body #site-footer .widgets-panel .widgets .widget .content a:hover {
  color: #B6E30C;
}
body #site-footer .widgets-panel .widgets .widget .content .item {
  color: #fff;
  margin-bottom: 35px;
}
body #site-footer .widgets-panel .widgets .widget .content .item i {
  font-size: 18px;
  margin-left: 15px;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content {
  font-size: 16px;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a {
  position: relative;
  margin-left: 20px;
  padding: 3px;
  transition-duration: 0.2s;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:hover {
  color: #B6E30C;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:not(body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:last-child):after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  margin-right: 15px;
  top: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a {
    display: inline-block;
    margin-left: 0;
    font-size: 12px;
  }
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:not(body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:last-child):after {
    margin-right: 10px;
  }
}
@media (max-width: 340px) {
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a {
    font-size: 11px;
  }
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:not(body #site-footer .widgets-panel .widgets .widget .content .item .item-content.numbers a:last-child):after {
    height: 12px;
  }
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.address {
  font-size: 14px;
  font-variation-settings: "wght" 300;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.address span {
  line-height: normal;
}
body #site-footer .widgets-panel .widgets .widget .content .item .item-content.address a {
  color: #B6E30C;
  font-size: 13px;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991.98px) {
  body #site-footer .widgets-panel .widgets .widget .content .item {
    margin-bottom: 15px;
  }
  body #site-footer .widgets-panel .widgets .widget .content .item .item-content.address span {
    line-height: 31px;
  }
}
body #site-footer .widgets-panel .widgets .widget .content #newsletter {
  background: #000D21;
  border-radius: 50px;
  position: relative;
  max-width: 85%;
}
body #site-footer .widgets-panel .widgets .widget .content #newsletter input {
  background: none;
  border: none;
  padding: 17px 15px 17px 25px;
  width: 100%;
  font-variation-settings: "wght" 300;
}
body #site-footer .widgets-panel .widgets .widget .content #newsletter input::-moz-placeholder {
  color: #fff;
}
body #site-footer .widgets-panel .widgets .widget .content #newsletter input::placeholder {
  color: #fff;
}
body #site-footer .widgets-panel .widgets .widget .content #newsletter button {
  background: #fff;
  position: absolute;
  left: 15px;
  top: 12px;
  min-width: 112px;
  padding: 5px 10px;
}
@media (max-width: 991.98px) {
  body #site-footer .widgets-panel .widgets .widget .content #newsletter {
    margin-bottom: 25px;
    max-width: 100%;
  }
  body #site-footer .widgets-panel .widgets .widget .content #newsletter input {
    font-size: 12px;
  }
  body #site-footer .widgets-panel .widgets .widget .content #newsletter button {
    min-width: 70px;
  }
}
body #site-footer .widgets-panel .widgets .widget .content ul li a {
  display: inline-block;
  color: #fff;
  font-variation-settings: "wght" 100;
  margin-bottom: 10px;
}
body #site-footer .widgets-panel .widgets .widget .content.enamad {
  display: flex;
  flex-wrap: wrap;
}
body #site-footer .widgets-panel .widgets .widget .content.enamad a {
  background: #fff;
  border-radius: 20px;
  width: 92px;
  border-radius: 24px;
  height: 100px;
  margin-left: 17px;
  margin-bottom: 20px;
}
body #site-footer .widgets-panel .widgets .widget .content.enamad a img {
  border-radius: 20px;
}
@media (min-width: 1399.98px) {
  body #site-footer .widgets-panel .widgets .widget .content.enamad a:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1399.98px) {
  body #site-footer .widgets-panel .widgets .widget .content.enamad {
    justify-content: center;
  }
  body #site-footer .widgets-panel .widgets .widget .content.enamad a {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  body #site-footer .widgets-panel .widgets .widget .content.enamad {
    justify-content: center;
  }
  body #site-footer .widgets-panel .widgets .widget .content.enamad a {
    background: #fff;
    border-radius: 20px;
    width: 92px;
    border-radius: 24px;
    height: 100px;
    margin-left: 17px;
    margin-bottom: 20px;
  }
}
body #site-footer .widgets-panel .widgets .widget-group {
  gap: 80px;
}
@media (max-width: 991.98px) {
  body #site-footer .widgets-panel .widgets .widget-group {
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 25px;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget {
    width: 100%;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget .widget-title {
    background: #000917;
    padding: 15px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget .widget-title h3 {
    margin-bottom: 0;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget .widget-title:after {
    content: "\e94e";
    font-family: icomoon, serif;
    color: #B6E30C;
    transition-duration: 0.2s;
    font-size: 18px;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget .content {
    background: #000917;
    padding-inline: 15px;
    border-radius: 0 0 16px 16px;
    display: none;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget .content ul li {
    margin-bottom: 5px;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget.open .widget-title {
    border-radius: 16px 16px 0 0;
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget.open .widget-title:after {
    content: "\e94f";
  }
  body #site-footer .widgets-panel .widgets .widget-group .widget.open .content {
    display: block;
  }
}
body #site-footer .copyright {
  background: #000917;
  color: #fff;
  padding-block: 24px 8px;
}
body #site-footer .copyright a {
  transition-duration: 0.2s;
}
body #site-footer .copyright a:hover {
  color: #B6E30C;
}
body #site-footer .copyright p a {
  color: #B6E30C;
}
body #site-footer .copyright .social {
  direction: ltr;
  gap: 20px;
}
body #site-footer .copyright .social i {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  body #site-footer .copyright {
    padding-bottom: 100px;
  }
  body #site-footer .copyright p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
  }
  body #site-footer .copyright .social {
    justify-content: center;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=archiveModular.css.map */