@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
}

.fullwidth {
  width: 100%;
  float: left;
}

.halfwidth {
  width: 100%;
  float: left;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

body,
button,
input,
textarea {
  font-family: "Kanit", sans-serif;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 0px !important;
}

body {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
  /*
    &::-webkit-scrollbar {
  width: 4px;
   }
  &::-webkit-scrollbar-thumb {
  background-color: #A6A5A3;
  border-radius: 2px;
   }
   */
}
body .container {
  max-width: 1800px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
}
body .container.container-2 {
  max-width: 750px;
}
body .container.container-img {
  max-width: 1450px;
}
body h1, body h2, body h3, body h4, body h5, body h6, body ul {
  padding: 0;
  margin: 0;
}
body h2.primary-title {
  color: #0E2457;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media screen and (max-width: 991px) {
  body h2.primary-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 850px) {
  body h2.primary-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body h2.primary-title {
    font-size: 32px;
  }
}
body h4 {
  color: #757494;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
}
body p {
  color: #364153;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
body form {
  margin: 0;
}
body form button.add-to-cart-btn {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #484A72;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 300%;
  text-transform: uppercase;
}
body form button.add-to-cart-btn:hover {
  background: #484A72;
}

header {
  margin: 0px;
  padding-bottom: 30px;
  position: fixed;
  z-index: 100;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
header .header-promotions {
  background: #0E2457;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
}
header .header-promotions .container {
  max-width: 1000px;
}
header .header-promotions .promo-txt {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: 2px;
}
header .header-promotions .header-promos .slick-arrow {
  padding: 0;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
header .header-promotions .header-promos .slick-arrow.slick-prev {
  background: url("../images/icons/heade-arrow-left.svg") center no-repeat #0E2457;
  left: 0;
}
header .header-promotions .header-promos .slick-arrow.slick-next {
  background: url("../images/icons/heade-arrow-right.svg") center no-repeat #0E2457;
  right: 0;
}
header .mainheader {
  padding-top: 20px;
}
header .mainheader .mainheader-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .mainheader .mainheader-inner .mainheaader-left {
  display: flex;
  flex-direction: row-reverse;
  width: calc(50% + 75px);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header .mainheader .mainheader-inner .mainheaader-left {
    height: 50px;
  }
}
@media (max-width: 500px) {
  header .mainheader .mainheader-inner .mainheaader-left {
    width: calc(40% + 75px);
  }
}
header .mainheader .mainheader-inner .mainheaader-left .web-logo img {
  min-width: 100px;
}
@media (max-width: 991px) {
  header .mainheader .mainheader-inner .mainheaader-left .web-logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .mainheader .mainheader-inner .mainheaader-left .left-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 991px) {
  header .mainheader .mainheader-inner .mainheaader-left .left-links {
    display: none;
  }
}
header .mainheader .mainheader-inner .mainheaader-left .left-links a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
header .mainheader .mainheader-inner .mainheaader-left .left-links a.branch-btn {
  padding: 4px 8px;
  border-radius: 80px;
  background: #4A4A4A;
  color: #fff !important;
}
header .mainheader .mainheader-inner .mainheaader-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
header .mainheader .mainheader-inner .mainheaader-right .head-separator {
  width: 1px;
  height: 40px;
  background: rgba(225, 225, 225, 0.4);
  display: flex;
}
header .mainheader .mainheader-inner .mainheaader-right a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  gap: 5px;
}
@media (max-width: 991px) {
  header .mainheader .mainheader-inner .mainheaader-right a.made-australia {
    display: none;
  }
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* User Menu Wrapper */
}
header .mainheader .mainheader-inner .mainheaader-right .user-menu-wrapper {
  position: relative;
  display: inline-block;
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* User Icon */
}
header .mainheader .mainheader-inner .mainheaader-right .user-icon-trigger {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
}
header .mainheader .mainheader-inner .mainheaader-right .online-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #4CAF50;
  border: 2px solid #fff;
  border-radius: 50%;
}
header .mainheader .mainheader-inner .mainheaader-right .user-icon-trigger:hover {
  opacity: 0.7;
}
header .mainheader .mainheader-inner .mainheaader-right .user-icon-trigger img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* Dropdown Container - Hidden by default */
}
header .mainheader .mainheader-inner .mainheaader-right .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* Show dropdown on hover */
}
header .mainheader .mainheader-inner .mainheaader-right .user-menu-wrapper:hover .user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* User Info Section (Logged in) */
}
header .mainheader .mainheader-inner .mainheaader-right .user-info {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
}
header .mainheader .mainheader-inner .mainheaader-right .user-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
header .mainheader .mainheader-inner .mainheaader-right .user-email {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* Dropdown Menu */
}
header .mainheader .mainheader-inner .mainheaader-right .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .mainheader .mainheader-inner .mainheaader-right .dropdown-menu.inline-dropdown {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
header .mainheader .mainheader-inner .mainheaader-right .dropdown-menu li {
  margin: 0;
  padding: 0;
}
header .mainheader .mainheader-inner .mainheaader-right .dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease;
}
header .mainheader .mainheader-inner .mainheaader-right .dropdown-menu li a:hover {
  background: #f5f5f5;
}
header .mainheader .mainheader-inner .mainheaader-right {
  /* Triangle pointer (optional) */
}
header .mainheader .mainheader-inner .mainheaader-right .user-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.05));
}
header .mainheader .mainmenu-wrap {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 991px) {
  header .mainheader .mainmenu-wrap {
    display: none;
  }
}
header .mainheader .mainmenu-wrap nav {
  width: 100%;
}
header .mainheader .mainmenu-wrap nav .primary-navigation {
  width: 100%;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu li a {
  padding: 0;
  margin: 0;
  color: #E5E5E5;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.6px;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu li a:after {
  display: none;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu li ul.sub-menu {
  border-top: 2.216px solid #1ECAD3;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu li ul.sub-menu li {
  display: flex;
  justify-content: flex-start;
}
header .mainheader .mainmenu-wrap nav .primary-navigation .menu li ul.sub-menu li a {
  color: #192957;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
header .mainheader .mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 80px 20px 20px;
  display: none;
}
@media (max-width: 991px) {
  header .mainheader .mobile-menu {
    display: block;
  }
}
header .mainheader .mobile-menu.open {
  right: 0;
}
header .mainheader .mobile-menu .menu-toggle {
  display: none !important;
}
header .mainheader .mobile-menu .menu {
  display: none;
}
header .mainheader .mobile-menu .primary-navigation {
  display: block;
}
header .mainheader .mobile-menu .primary-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
header .mainheader .mobile-menu .primary-navigation ul li {
  padding: 0;
}
header .mainheader .mobile-menu .primary-navigation ul li a {
  padding: 0;
  color: #0E2457;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.6px;
}
header .submenu-wrapper {
  border-top: 2.216px solid #1ECAD3;
  background: #FFF;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  display: none;
  width: 100%;
}
header .submenu-wrapper.active {
  display: block;
  animation: slideDown 0.3s ease;
}
header .submenu-wrapper .submenu-container {
  display: none;
}
header .submenu-wrapper .submenu-container.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
header .submenu-wrapper .submenu-container .metrass-message {
  border-bottom: 1px solid #E5E7EB;
  background: #F8F4F0;
  display: flex;
  height: 36px;
  padding: 0 22px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
}
header .submenu-wrapper .submenu-container .metrass-message a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #1A3A52;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
header .submenu-wrapper .submenu-container .submenu-box {
  display: flex;
  width: 100%;
  padding: 32px 24px 40px 24px;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content {
  max-width: 1400px;
  width: 100%;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-self: stretch;
  min-width: 250px;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li > a {
  color: #1A3A52;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-left: 9px;
  position: relative;
  border-bottom: 1.108px solid #E5E7EB;
  width: 100%;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li > a:before {
  width: 2.994px;
  height: 15.993px;
  background: #192957;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li ul {
  padding: 6px 0 0 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li ul li {
  position: relative;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-content > li ul li a {
  color: #4A5565;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.5px; /* 150% */
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer {
  max-width: 1400px;
  width: 100%;
  border-top: 1.108px solid #E5E7EB;
  padding-top: 9px;
  display: flex;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: center;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer .viewall-link {
  display: flex;
  gap: 3px;
  color: #1A3A52;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px; /* 150% */
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer .submenu-footer-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 36px;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer .submenu-footer-link li {
  position: relative;
  color: #6A7282;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 12px;
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer .submenu-footer-link li:before {
  border-radius: 50%;
  background: #00C950;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
}
header .submenu-wrapper .submenu-container .submenu-box .submenu-footer .submenu-footer-link li:last-child:before {
  background: #1A3A52;
}
header .submenu-wrapper .submenu-container.beds-submenu .submenu-footer {
  display: none;
}
header .submenu-wrapper .submenu-container.beds-submenu .metrass-message {
  display: none;
}
header .submenu-wrapper .submenu-container.beds-submenu .submenu-box .submenu-content li {
  min-width: auto;
}
header .view-all-link {
  background: #f8f9fa;
  padding: 10px 15px !important;
  border-radius: 4px;
  font-weight: 700 !important;
  color: #007cba !important;
  margin-bottom: 15px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
header .view-all-link::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}
header .view-all-link:hover::after {
  transform: translateX(5px);
}
header .has-badge {
  position: relative;
}
header .has-badge::after {
  content: attr(data-badge);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ff6b6b;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
header .has-badge.badge-new::after {
  content: "NEW";
  background: #ff6b6b;
}
header .has-badge.badge-popular::after {
  content: "POPULAR";
  background: #ffa94d;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  header .submenu-wrapper {
    position: static;
    max-height: none;
    box-shadow: none;
  }
  header .submenu-wrapper::before {
    display: none;
  }
  header .submenu-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
header.scrolled, header.white-header {
  background: #fff;
  transition: 0.3s;
  border-bottom: 1px solid #636363;
}
header.scrolled .mainheader .mainheader-inner .mainheaader-left .left-links a, header.scrolled .mainheader .mainheader-inner .mainheaader-right a, header.scrolled .mainheader .mainmenu-wrap nav .primary-navigation .menu li a, header.white-header .mainheader .mainheader-inner .mainheaader-left .left-links a, header.white-header .mainheader .mainheader-inner .mainheaader-right a, header.white-header .mainheader .mainmenu-wrap nav .primary-navigation .menu li a {
  color: #3F3F3F;
}
header.scrolled .mainheader .mainheader-inner .mainheaader-left .left-links a img.with-colour-change, header.scrolled .mainheader .mainheader-inner .mainheaader-right a img.with-colour-change, header.white-header .mainheader .mainheader-inner .mainheaader-left .left-links a img.with-colour-change, header.white-header .mainheader .mainheader-inner .mainheaader-right a img.with-colour-change {
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(96%) contrast(91%);
}
header.scrolled .mainheader .mainheader-inner .mainheaader-right .head-separator, header.white-header .mainheader .mainheader-inner .mainheaader-right .head-separator {
  background: rgba(0, 0, 0, 0.5);
}
header.scrolled header .mainheader .mainheader-inner .mainheaader-right .user-icon-trigger img, header.white-header header .mainheader .mainheader-inner .mainheaader-right .user-icon-trigger img {
  filter: invert(0);
}
header .mobile-menu-icon {
  display: none;
  background: 0;
  margin-left: -20px;
  padding: 0;
  border: 0;
  transform: scale(0.3, 0.3);
  max-width: 50px;
  background: transparent !important;
}
header .mobile-menu-icon .line {
  fill: none;
  stroke: #8D8F94;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .mobile-menu-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
header .mobile-menu-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
header .mobile-menu-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
header .mobile-menu-icon.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
header .mobile-menu-icon.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
header .mobile-menu-icon.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media (max-width: 991px) {
  header .mobile-menu-icon {
    display: block;
  }
}

footer {
  background: url("../images/mics/footer-bg.png") bottom left no-repeat, linear-gradient(92deg, #576689 4.42%, #8FBDCA 90.88%);
  backdrop-filter: blur(1px);
  position: relative;
  padding: 100px 0 50px 0px;
}
footer:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 135px;
  height: 135px;
  content: "";
  background: url("../images/mics/footer-bg-right.png") top right no-repeat;
}
footer .widget {
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-top-in {
  display: flex;
  gap: 30px;
}
footer .footer-top .footer-top-in .footer-intro {
  width: 40%;
  flex-shrink: 0;
}
footer .footer-top .footer-top-in .footer-intro .widget {
  margin: 0;
  width: 100%;
  max-width: 290px;
}
footer .footer-top .footer-top-in .footer-intro .widget figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-top-in .footer-intro .widget figure {
    display: flex;
    justify-content: center;
  }
}
footer .footer-top .footer-top-in .footer-intro .widget p {
  color: #F2EEE4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
footer .footer-top .footer-top-in .footer-intro ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-top .footer-top-in .footer-intro ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
}
footer .footer-top .footer-top-in .footer-intro ul li a img {
  width: max-content;
}
footer .footer-top .footer-top-in .footer-menus {
  display: flex;
  width: 100%;
}
footer .footer-top .footer-top-in .footer-menus div {
  width: 100%;
}
footer .footer-top .footer-top-in .footer-menus ul.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li {
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li:before {
  display: none;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li > a {
  color: #F4F0E6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li > a:after {
  width: 22px;
  height: 1.5px;
  content: "";
  background: #192957;
  display: block;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li ul {
  padding: 16px 0 0 0;
  margin: 0;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li ul li {
  padding: 0 0 15px 0;
  margin: 0;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li ul li:before {
  display: none;
}
footer .footer-top .footer-top-in .footer-menus ul.menu > li ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
footer .footer-top .footer-top-in .footer-newsletter {
  display: flex;
  margin-left: auto;
  max-width: 400px;
  padding-left: 30px;
  flex-direction: column;
  width: 100%;
}
footer .footer-top .footer-top-in .footer-newsletter h3 {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
footer .footer-top .footer-top-in .footer-newsletter .footer-contact p {
  color: #F2EEE4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
footer .footer-top .footer-top-in .footer-newsletter form {
  margin: 0 0 20px 0;
}
footer .footer-top .footer-top-in .footer-newsletter form .wpcf7-response-output {
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
}
footer .footer-top .footer-top-in .footer-newsletter form.sent .wpcf7-response-output {
  color: #16a606;
  border: 1px solid #16a606;
  background: #a3fadf;
  display: block !important;
}
footer .footer-top .footer-top-in .footer-newsletter form.invalid .wpcf7-response-output {
  color: #5e0202;
  border: 1px solid #5e0202;
  background: #fae0e0;
  display: block;
  display: block !important;
}
footer .footer-top .footer-top-in .footer-newsletter form .form-wrap {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
footer .footer-top .footer-top-in .footer-newsletter form .form-wrap p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .footer-top-in .footer-newsletter form .form-wrap input[type=email] {
  max-width: 100%;
  display: flex;
  width: 100%;
  padding: 4.918px 16.599px;
  align-items: center;
  gap: 3.689px;
  align-self: stretch;
  border: 0;
  background: transparent;
  color: #605C52;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  box-shadow: none;
}
footer .footer-top .footer-top-in .footer-newsletter form .form-wrap input[type=submit] {
  border-radius: 4px;
  background: #192957;
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  gap: 4.918px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
}
footer .footer-top .footer-top-in .footer-newsletter form .form-wrap .wpcf7-spinner {
  position: absolute;
}
footer .footer-top .footer-top-in .footer-newsletter .contactbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .footer-top .footer-top-in .footer-newsletter .contactbox .footer-contact {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  color: #F2EEE4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
footer .footer-top .footer-top-in .footer-newsletter .contactbox .footer-contact img {
  max-width: 10px;
  margin-top: 5px;
}
footer .footer-top .footer-top-in .footer-newsletter .contactbox .footer-contact a {
  color: #F2EEE4;
}
footer .footer-bottom .container {
  max-width: 1500px;
  border-top: 1px solid rgba(245, 238, 224, 0.2);
  padding-top: 35px;
  margin-top: 70px;
}
footer .footer-bottom .container .footer-bottom-in {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer .footer-bottom .container .footer-bottom-in p {
  color: #F2EEE4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  text-transform: uppercase;
}
footer .footer-bottom .container .footer-bottom-in .footer-cardlogos {
  margin: 0px auto;
}
footer .footer-bottom .container .footer-bottom-in .footer-cardlogos ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  list-style-type: none;
}
footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul li {
  color: #F2EEE4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  text-transform: uppercase;
}
footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul li a {
  color: #F2EEE4;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-top-in {
    flex-wrap: wrap;
    gap: 40px;
  }
  footer .footer-top .footer-top-in .footer-intro {
    width: 100%;
    flex-shrink: 1;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-intro .widget {
    max-width: 100%;
    margin: 0 auto;
  }
  footer .footer-top .footer-top-in .footer-intro ul {
    justify-content: center;
  }
  footer .footer-top .footer-top-in .footer-menus {
    width: 100%;
    order: 3;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li {
    flex: 0 0 auto;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li > a:after {
    margin: 0 auto;
  }
  footer .footer-top .footer-top-in .footer-newsletter {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    align-items: center;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-newsletter form .form-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  footer .footer-top .footer-top-in .footer-newsletter .contactbox {
    justify-content: center;
    gap: 30px;
  }
  footer .footer-bottom .container .footer-bottom-in {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 30px 0;
  }
  footer:after {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  footer .footer-top .footer-top-in {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-top .footer-top-in .footer-intro {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-intro ul {
    justify-content: center;
    gap: 15px;
  }
  footer .footer-top .footer-top-in .footer-intro ul li a {
    width: 36px;
    height: 36px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li {
    width: 100%;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li > a:after {
    margin: 0 auto;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li ul {
    padding-top: 10px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li ul li {
    padding-bottom: 10px;
  }
  footer .footer-top .footer-top-in .footer-newsletter {
    padding-left: 0;
    max-width: 100%;
  }
  footer .footer-top .footer-top-in .footer-newsletter h3 {
    font-size: 18px;
  }
  footer .footer-top .footer-top-in .footer-newsletter form .form-wrap {
    max-width: 100%;
  }
  footer .footer-top .footer-top-in .footer-newsletter form .form-wrap p {
    flex-direction: column;
    gap: 10px;
  }
  footer .footer-top .footer-top-in .footer-newsletter form .form-wrap input[type=email] {
    padding: 12px 16px;
    text-align: center;
  }
  footer .footer-top .footer-top-in .footer-newsletter form .form-wrap input[type=submit] {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 0;
  }
  footer .footer-top .footer-top-in .footer-newsletter .contactbox {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  footer .footer-top .footer-top-in .footer-newsletter .contactbox .footer-contact {
    justify-content: center;
  }
  footer .footer-bottom .container {
    padding-top: 25px;
    margin-top: 40px;
  }
  footer .footer-bottom .container .footer-bottom-in {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-cardlogos ul {
    flex-wrap: wrap;
    gap: 8px;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-cardlogos ul li img {
    max-height: 30px;
    width: auto;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding: 40px 0 20px 0;
  }
  footer .footer-top .footer-top-in .footer-intro .widget p {
    font-size: 11px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li > a {
    font-size: 14px;
    padding-bottom: 10px;
  }
  footer .footer-top .footer-top-in .footer-menus ul.menu > li ul li a {
    font-size: 14px;
  }
  footer .footer-top .footer-top-in .footer-newsletter h3 {
    font-size: 16px;
  }
  footer .footer-bottom .container .footer-bottom-in p {
    font-size: 10px;
  }
  footer .footer-bottom .container .footer-bottom-in .footer-privacylinks ul li {
    font-size: 10px;
  }
}

a.button-white {
  display: flex;
  width: 200px;
  height: 50px;
  padding: 3px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2457;
  background: #fff;
  color: #0E2457;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: uppercase;
}
a.button-white:hover {
  border: 1px solid #fff;
  background: #484A72;
  color: #fff;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #0E2457 !important;
}

.xoo-el-wrap .xoo-el-sidebar {
  background-image: url("../images/home/login-bg.png");
}

.header-promotions {
  background: #2c3e50;
  padding: 12px 0;
  position: relative;
  z-index: 100;
}
.header-promotions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header-promotions .header-promos {
  position: relative;
}
.header-promotions .header-promos .header-promo-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header-promotions .header-promos .header-promo-swiper .swiper-wrapper {
  transition-timing-function: ease;
}
.header-promotions .header-promos .header-promo-swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18px;
  padding: 0 60px;
}
.header-promotions .header-promos .header-promo-swiper .swiper-slide .promo-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .header-promotions .header-promos .header-promo-swiper .swiper-slide .promo-text {
    font-size: 12px;
    padding: 0 10px;
  }
}
.header-promotions .header-promos .header-promo-swiper .header-button-next,
.header-promotions .header-promos .header-promo-swiper .header-button-prev {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  display: flex;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
.header-promotions .header-promos .header-promo-swiper .header-button-next.header-button-next,
.header-promotions .header-promos .header-promo-swiper .header-button-prev.header-button-next {
  background: url("../images/icons/heade-arrow-right.svg") center no-repeat;
  right: 0;
}
.header-promotions .header-promos .header-promo-swiper .header-button-next.header-button-prev,
.header-promotions .header-promos .header-promo-swiper .header-button-prev.header-button-prev {
  background: url("../images/icons/heade-arrow-left.svg") center no-repeat;
  left: 0;
}
@media (max-width: 768px) {
  .header-promotions .header-promos .header-promo-swiper .header-button-next,
  .header-promotions .header-promos .header-promo-swiper .header-button-prev {
    width: 30px;
    height: 30px;
  }
  .header-promotions .header-promos .header-promo-swiper .header-button-next::after,
  .header-promotions .header-promos .header-promo-swiper .header-button-prev::after {
    font-size: 14px;
  }
}
.header-promotions .header-promos .header-promo-swiper .swiper-button-prev {
  left: 0;
}
@media (max-width: 768px) {
  .header-promotions .header-promos .header-promo-swiper .swiper-button-prev {
    left: 5px;
  }
}
.header-promotions .header-promos .header-promo-swiper .swiper-button-next {
  right: 0;
}
@media (max-width: 768px) {
  .header-promotions .header-promos .header-promo-swiper .swiper-button-next {
    right: 5px;
  }
}
.header-promotions .header-promos .header-promo-swiper .swiper-pagination {
  position: relative;
  margin-top: 8px;
  bottom: auto;
}
.header-promotions .header-promos .header-promo-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}
.header-promotions .header-promos .header-promo-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 20px;
  border-radius: 4px;
}
.header-promotions .header-promos .header-promo-swiper:hover .swiper-wrapper {
  animation-play-state: paused;
}

.header-promo-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-promo-swiper .swiper-slide-active {
  opacity: 1;
}

@media (prefers-color-scheme: dark) {
  .header-promotions {
    background: #1a1a2e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-promo-swiper .swiper-wrapper {
    transition-duration: 0.001ms !important;
  }
  .header-promo-swiper .swiper-slide {
    transition: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header-promos .promo-text {
    font-size: 11px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .header-promos .promo-text {
    font-size: 10px;
    padding: 0 20px;
  }
}
.page-home .video-hero {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen height */
  overflow: hidden;
}
.page-home .video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes it behave like background */
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page-home .video-hero .video-overlay {
  position: absolute;
  width: 100%;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.page-home .video-hero .video-overlay .video-overlay-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.page-home .video-hero .video-overlay h4 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.page-home .video-hero .video-overlay h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
.page-home .video-hero .video-overlay p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0 0 20px 0;
}
.page-home .promo-line {
  background: #0E2457;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.page-home .promo-line .container {
  max-width: 600px;
  overflow: hidden;
}
.page-home .promo-line .promo-track {
  display: inline-block;
  animation: scrollPromo 25s linear infinite;
  white-space: nowrap;
}
.page-home .promo-line .promo-track p {
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  padding: 0 50px;
}
.page-home .promo-line .promo-track p a {
  color: #6DBEE6;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}
.page-home .promo-line .promo-track p a:hover {
  text-decoration: underline;
}
.page-home .promo-line:hover .promo-track {
  animation-play-state: paused;
}
@keyframes scrollPromo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 768px) {
  .page-home .promo-line {
    padding: 8px 0;
  }
  .page-home .promo-line .promo-track {
    animation-duration: 18s;
  }
  .page-home .promo-line .promo-track p {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .promo-line {
    padding: 6px 0;
  }
  .page-home .promo-line .promo-track {
    animation-duration: 15s;
  }
  .page-home .promo-line .promo-track p {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 20px;
  }
}
.page-home .tablist-filter {
  padding-top: 124px;
}
.page-home .tabs-filtered-list {
  padding-top: 50px;
  padding-bottom: 80px;
}
.page-home .home-about-intro {
  padding: 75px 0px;
}
.page-home .home-about-intro .video-about {
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-home .home-about-intro .video-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.page-home .home-about-intro .video-overlay h4 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  margin: 0 0 48px 0;
  padding: 0;
}
.page-home .home-about-intro .video-overlay h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding: 0;
  margin: 38px;
}
.page-home .home-about-intro .video-overlay p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 48px 0;
  padding: 0;
}
.page-home .home-about-intro .video-overlay a {
  margin: auto;
}
.page-home .home-about-intro .video-overlay .container {
  max-width: 770px;
}
.page-home .category-lider {
  padding: 200px 0px;
}
.page-home .category-lider .category-slider-inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
.page-home .category-lider .category-slider-inner .cat-intro {
  width: 450px;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .category-lider .category-slider-inner .cat-intro h3 {
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
}
.page-home .category-lider .category-slider-inner .cat-intro p {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap {
  width: 100%;
  max-width: calc(100% - 450px);
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider {
  position: relative;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .swiper-wrapper {
  align-items: center;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item {
  height: 580px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item.odd {
  height: 530px;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-slide-itmIn {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-slide-itmIn .category_banner {
  display: flex;
  position: relative;
  width: 100%;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-slide-itmIn .category_banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(116.3% 116.3% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(40, 129, 129, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-slide-itmIn .category_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-link {
  width: 100%;
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-link a {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
}
.page-home .category-lider .buttons-wrapper {
  top: 20%;
  left: 64%;
}
.page-home .before-ater-wrap .container {
  position: relative;
}
.page-home .before-ater-wrap .section-intro {
  display: flex;
  flex-direction: column;
  position: absolute;
  pointer-events: none;
  gap: 10px;
  max-width: 770px;
  z-index: 2;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-home .before-ater-wrap .section-intro h4 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.page-home .before-ater-wrap .section-intro h2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 114.583% */
}
.page-home .before-ater-wrap .section-intro p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .before-ater-wrap .dragSlider {
  position: relative;
}
.page-home .before-ater-wrap .dragSlider .separator-bullet {
  background: url("../images/mics/drag-btn.svg") center no-repeat #fff;
  width: 2.8rem;
  height: 4.8rem;
  border-radius: 4rem;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 20px;
}
.page-home .before-ater-wrap .dragSlider .separator-bullet i {
  opacity: 0;
}
.page-home .brands-slider-wrap {
  padding: 120px 0 50px 0;
}
.page-home .brands-slider-wrap .brand-slider-in {
  display: flex;
  gap: 30px;
  align-items: center;
}
.page-home .brands-slider-wrap .brand-slider-in .brandslider-intro {
  width: 580px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .brands-slider-wrap .brand-slider-in .brandslider-intro h2 {
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
}
.page-home .brands-slider-wrap .brand-slider-in .brandslider-intro p {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list {
  width: 100%;
  position: relative;
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list:after {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, #FFF 20.56%, rgba(255, 255, 255, 0) 100%);
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-slide {
  width: auto !important;
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-slide .barndimg {
  display: flex;
  width: 214px;
  height: 120px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
}
.page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-slide .barndimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in {
  padding: 65px 0;
  background: #40BECA;
  display: flex;
  flex-direction: column;
  gap: 65px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .info-details {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  gap: 8px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .info-details h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .info-details p {
  color: #E8E8E8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider {
  width: 100%;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .swiper-wrapper {
  padding: 20px 0 80px 20px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-scrollbar {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  max-width: 1500px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 4px;
  top: auto;
  position: absolute;
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  bottom: 4px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-scrollbar .swiper-scrollbar-drag {
  background: #192957;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .buttons-wrapper {
  display: none;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm {
  box-shadow: 55px 80px 27px 0 rgba(133, 133, 133, 0), 35px 51px 25px 0 rgba(133, 133, 133, 0.01), 20px 29px 21px 0 rgba(133, 133, 133, 0.05), 9px 13px 15px 0 rgba(133, 133, 133, 0.09), 2px 3px 8px 0 rgba(133, 133, 133, 0.1);
  max-width: 800px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm.odd .product-inner {
  background: #fff;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm.even .product-inner {
  background: #D2FDFF;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .product-banner {
  display: flex;
  padding: 28px 0 28px 42px;
  width: 300px;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .product-banner img {
  width: auto;
  max-width: 100%;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  padding-bottom: 15px;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info h3 a {
  color: #0E2457;
}
.page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info p {
  padding: 0;
  margin: 0;
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}
.page-home .review-slider-wrapper {
  background: rgba(14, 36, 87, 0.06);
  padding: 140px 0 90px 0;
  width: 100%;
}
.page-home .review-slider-wrapper h2 {
  width: 100%;
  text-align: center;
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
}
.page-home .review-slider-wrapper .slider-pagination {
  padding-top: 60px;
}
.page-home .review-slider-wrapper .tabs-filtered-list {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 0;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list {
  width: 100%;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider {
  width: 100%;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item {
  border-radius: 4px;
  background: var(--Shades-White, #FFF);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 260px;
  height: auto;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .slider-itm-inner {
  gap: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .ratingwrap {
  display: flex;
  position: relative;
  width: max-content;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .ratingwrap .rate-light {
  width: max-content;
  position: relative;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .ratingwrap .rate-colour {
  display: inline-block;
  background: url("../images/mics/review-stars.png") left center no-repeat;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .verified-badge {
  border-radius: 8px;
  background: var(--Success-Green-50, #ECFDF5);
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 8px;
  color: var(--Success-Green-900, #064E3B);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  width: max-content;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .review-content {
  overflow: hidden;
  color: #0E2457;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .review-content p {
  padding: 0;
  margin: 0;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .date-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: auto;
}
.page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .date-name span {
  color: #757494;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .bulk-order-wrap {
  padding: 80px 0 110px 0;
}
.page-home .bulk-order-wrap .blk-info-inner {
  display: flex;
  background: url("../images/home/bulk-bg.png") right center no-repeat #F4F3EF;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 40%;
  flex-shrink: 0;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title {
  padding: 33px 23px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h4 {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h3 {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-banner {
  width: 100%;
  position: relative;
  z-index: -1;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right {
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right button.blue-bg-btn {
  width: 100%;
  max-width: 700px;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  width: 100%;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm {
  border-bottom: 1px solid #192957;
  padding-bottom: 17px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in {
  display: flex;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-img {
  display: flex;
  width: 91px;
  height: 91px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #E6EAED;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-img a {
  width: 100%;
  height: 100%;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info {
  display: flex;
  flex-direction: column;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info h2 {
  color: #0E2457;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 112% */
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info h2 a {
  color: #0E2457;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info p {
  color: #1ECAD3;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  margin-bottom: 15px;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info select {
  overflow: hidden;
  border: 0px;
  color: rgba(25, 41, 87, 0.75);
  text-overflow: ellipsis;
  font-size: 11.6px;
  font-style: normal;
  width: max-content;
  font-weight: 300;
  line-height: 18px; /* 155.172% */
  letter-spacing: 0.4px;
  padding: 4px 28px 4px 8px;
  -webkit-appearance: none;
  background: url("../images/icons/select-arrow.svg") right 8px center no-repeat #fff;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price {
  display: flex;
  flex-direction: column;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .regular-price, .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price span {
  color: #40BECA;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .regular-price strong, .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price span strong {
  color: #0E2457;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .sale-price, .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .price {
  color: #535967;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 112% */
}
.page-home .quizeline-wrap {
  margin: 175px 0;
  background: #1ECAD3;
  position: relative;
}
.page-home .quizeline-wrap .quizline-inner {
  display: flex;
  justify-content: space-between;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left {
  background: #F1F2F5;
  padding: 92px 80px 0 92px;
  width: 40%;
  position: relative;
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left .quizeline-left-in {
  position: relative;
  z-index: 2;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left:after {
  position: absolute;
  width: 100%;
  left: -50%;
  height: calc(100% + 160px);
  top: -80px;
  content: "";
  z-index: 1;
  background: #F1F2F5;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left:before {
  position: absolute;
  width: 130%;
  left: 0%;
  height: calc(100% + 160px);
  top: -80px;
  content: "";
  z-index: -1;
  background: #F1F2F5;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left h3 {
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-left p {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0 50px 50px;
  background: url("../images/home/quesion-shape.png") left bottom no-repeat;
  padding-bottom: 25px;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right .scroll-line {
  display: flex;
  padding-bottom: 25px;
  justify-content: space-between;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right .scroll-line span {
  color: #0E2457;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.5px; /* 117.857% */
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.4px;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right h3 span {
  color: #0E2457;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul {
  display: flex;
  overflow-x: auto;
  gap: 20px;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li {
  list-style-type: none;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.62);
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a h4 {
  color: #1A3A52;
  font-size: 13.557px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.336px; /* 150% */
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a p {
  color: #0E2457;
  font-size: 11.621px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.431px; /* 150% */
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a img {
  transition: all 0.3s ease;
}
.page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a:hover img {
  margin-right: 5px;
}
.page-home .shopnow-wrapper {
  padding: 160px 0;
  background-position: bottom center;
  background-size: cover;
}
.page-home .shopnow-wrapper .container {
  max-width: 900px;
}
.page-home .shopnow-wrapper .shopnw-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.page-home .shopnow-wrapper .shopnw-in h4 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.page-home .shopnow-wrapper .shopnw-in h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 114.583% */
  text-transform: capitalize;
}
.page-home .shopnow-wrapper .shopnw-in p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 30px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.branches-lsit-wrap {
  padding: 200px 0 150px 0;
}
.branches-lsit-wrap h2 {
  text-align: center;
  text-transform: capitalize;
}
.branches-lsit-wrap .branch-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.branches-lsit-wrap .branch-list .branch-itm {
  flex: 1;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.branches-lsit-wrap .branch-list .branch-itm h2 {
  color: #172957;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.branches-lsit-wrap .branch-list .branch-itm p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #757494;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.branches-lsit-wrap .branch-list .branch-itm p a {
  color: #757494;
}
.branches-lsit-wrap .branch-list .branch-itm .visit-us {
  color: #1ECAD3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  width: max-content;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}
.branches-lsit-wrap .branch-list .branch-itm .visit-us svg {
  transition: all 0.3s ease;
}
.branches-lsit-wrap .branch-list .branch-itm .visit-us:hover svg {
  margin-right: 10px;
}
.branches-lsit-wrap .branch-list .branch-itm .branch-img {
  width: 100%;
  position: relative;
}
.branches-lsit-wrap .branch-list .branch-itm .branch-img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: width 0.6s ease;
  background: rgba(255, 255, 255, 0.8);
}
.branches-lsit-wrap .branch-list .branch-itm .branch-img:hover:after {
  width: 0;
}
.branches-lsit-wrap .branch-list .branch-itm .branch-img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .page-home .video-hero {
    height: 70vh;
  }
  .page-home .video-hero .video-overlay {
    bottom: 60px;
  }
  .page-home .video-hero .video-overlay h2 {
    font-size: 36px;
  }
  .page-home .category-lider {
    padding: 100px 0;
  }
  .page-home .category-lider .category-slider-inner {
    flex-direction: column;
  }
  .page-home .category-lider .category-slider-inner .cat-intro {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap {
    max-width: 100%;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item {
    height: 450px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item.odd {
    height: 400px;
  }
  .page-home .category-lider .buttons-wrapper {
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }
  .page-home .home-about-intro .video-about {
    height: 100%;
  }
  .page-home .home-about-intro .video-overlay h2 {
    font-size: 36px;
    margin: 20px;
  }
  .page-home .before-ater-wrap .section-intro {
    top: auto;
    width: 100%;
    position: relative;
    background: #0E2457;
    left: 0;
    max-width: 100%;
    padding: 30px;
  }
  .page-home .before-ater-wrap .section-intro h2 {
    font-size: 36px;
  }
  .page-home .brands-slider-wrap .brand-slider-in {
    flex-direction: column;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brandslider-intro {
    width: 100%;
    text-align: center;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in {
    padding: 40px 20px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm {
    max-width: 100%;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner {
    flex-direction: column;
    align-items: center;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .product-banner {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info {
    padding: 0 20px 20px;
    align-items: center;
    text-align: center;
  }
  .page-home .review-slider-wrapper {
    padding: 80px 0 60px 0;
  }
  .page-home .bulk-order-wrap .blk-info-inner {
    flex-direction: column;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left {
    width: 100%;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h3 {
    font-size: 36px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right {
    padding: 30px;
  }
  .page-home .quizeline-wrap {
    margin: 80px 0;
  }
  .page-home .quizeline-wrap .quizline-inner {
    flex-direction: column;
    padding-top: 30px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left {
    width: 100%;
    padding: 40px 30px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left:after, .page-home .quizeline-wrap .quizline-inner .quizeline-left:before {
    display: none;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right {
    padding: 30px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li {
    width: 240px;
  }
  .page-home .shopnow-wrapper {
    padding: 100px 0;
  }
  .page-home .branches-lsit-wrap {
    padding: 100px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-home .video-hero {
    height: 60vh;
  }
  .page-home .video-hero .video-overlay {
    bottom: 40px;
  }
  .page-home .video-hero .video-overlay h2 {
    font-size: 28px;
  }
  .page-home .video-hero .video-overlay h4 {
    font-size: 14px;
  }
  .page-home .video-hero .video-overlay p {
    font-size: 14px;
  }
  .page-home .tablist-filter {
    padding-top: 60px;
  }
  .page-home .tabs-filtered-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .page-home .home-about-intro {
    padding: 40px 0;
  }
  .page-home .home-about-intro .video-about {
    height: 350px;
  }
  .page-home .home-about-intro .video-about video {
    max-width: none;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .page-home .home-about-intro .video-overlay h2 {
    font-size: 28px;
    margin: 15px;
  }
  .page-home .home-about-intro .video-overlay h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page-home .home-about-intro .video-overlay p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page-home .category-lider {
    padding: 60px 0;
  }
  .page-home .category-lider .category-slider-inner .cat-intro h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item {
    height: 350px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item.odd {
    height: 320px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-link a {
    font-size: 24px;
    line-height: 36px;
  }
  .page-home .before-ater-wrap .section-intro {
    top: 30px;
  }
  .page-home .before-ater-wrap .section-intro h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-home .before-ater-wrap .section-intro h4 {
    font-size: 14px;
  }
  .page-home .before-ater-wrap .section-intro p {
    font-size: 14px;
  }
  .page-home .brands-slider-wrap {
    padding: 60px 0 30px 0;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brandslider-intro h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-slide .barndimg {
    width: 150px;
    height: 80px;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brand-slider-list:after {
    width: 80px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in {
    padding: 30px 15px;
    gap: 30px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .info-details h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .info-details p {
    font-size: 14px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info h3 {
    font-size: 18px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info p {
    font-size: 14px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-scrollbar {
    max-width: 90%;
  }
  .page-home .review-slider-wrapper {
    padding: 50px 0 40px 0;
  }
  .page-home .review-slider-wrapper h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list {
    padding-top: 30px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item {
    min-height: 220px;
  }
  .page-home .bulk-order-wrap {
    padding: 40px 0 60px 0;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title {
    padding: 20px 15px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h3 {
    font-size: 28px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h4 {
    font-size: 14px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right {
    padding: 15px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-img {
    width: 70px;
    height: 70px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info h2 {
    font-size: 17px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info p {
    font-size: 14px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .regular-price,
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .sale-price {
    font-size: 17px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right button.blue-bg-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .page-home .quizeline-wrap {
    margin: 50px 0;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left {
    padding: 30px 20px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left p {
    font-size: 14px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right {
    padding: 20px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul {
    gap: 12px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li {
    width: 100%;
    padding: 12px 16px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a {
    gap: 15px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a h4 {
    font-size: 12px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a p {
    font-size: 10px;
  }
  .page-home .shopnow-wrapper {
    padding: 60px 0;
  }
  .page-home .shopnow-wrapper .shopnw-in h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .page-home .shopnow-wrapper .shopnw-in h4 {
    font-size: 14px;
  }
  .page-home .shopnow-wrapper .shopnw-in p {
    font-size: 14px;
  }
  .page-home .branches-lsit-wrap {
    padding: 60px 0 40px 0;
  }
  .page-home .branches-lsit-wrap h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .video-hero {
    height: 50vh;
  }
  .page-home .video-hero .video-overlay {
    bottom: 30px;
  }
  .page-home .video-hero .video-overlay h2 {
    font-size: 22px;
  }
  .page-home .video-hero .video-overlay h4 {
    font-size: 12px;
  }
  .page-home .video-hero .video-overlay p {
    font-size: 12px;
  }
  .page-home .home-about-intro .video-overlay h2 {
    font-size: 22px;
    margin: 10px;
  }
  .page-home .home-about-intro .video-overlay h4 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .page-home .home-about-intro .video-overlay p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .page-home .category-lider {
    padding: 40px 0;
  }
  .page-home .category-lider .category-slider-inner .cat-intro h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .category-lider .category-slider-inner .cat-intro p {
    font-size: 14px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item {
    height: 280px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item.odd {
    height: 260px;
  }
  .page-home .category-lider .category-slider-inner .cat-slider-wrap .catslider .slider-item .cat-link a {
    font-size: 20px;
    line-height: 28px;
  }
  .page-home .before-ater-wrap .section-intro {
    top: 20px;
  }
  .page-home .before-ater-wrap .section-intro h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .before-ater-wrap .section-intro h4 {
    font-size: 12px;
  }
  .page-home .before-ater-wrap .section-intro p {
    font-size: 12px;
  }
  .page-home .brands-slider-wrap {
    padding: 40px 0 20px 0;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brandslider-intro h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brandslider-intro p {
    font-size: 14px;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brand-slider-list .swiper-slide .barndimg {
    width: 120px;
    height: 60px;
  }
  .page-home .brands-slider-wrap .brand-slider-in .brand-slider-list:after {
    width: 50px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in {
    padding: 20px 10px;
    gap: 20px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .info-details h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .info-details p {
    font-size: 13px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info h3 {
    font-size: 16px;
  }
  .page-home .ergonomic-info-wrap .ergonomic-info-in .product-slider .product-itm .product-inner .preduct-info p {
    font-size: 13px;
  }
  .page-home .review-slider-wrapper {
    padding: 30px 0 30px 0;
  }
  .page-home .review-slider-wrapper h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list {
    padding-top: 20px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item {
    min-height: 180px;
    padding: 12px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .review-content {
    font-size: 14px;
  }
  .page-home .review-slider-wrapper .tabs-filtered-list .review-slide-list .review-slider .review-slider-item .date-name {
    font-size: 14px;
  }
  .page-home .bulk-order-wrap {
    padding: 30px 0 40px 0;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-box .product-itm {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-box .product-itm .product-info-in {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-box .product-itm .prod-price {
    align-items: center;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title {
    padding: 15px 12px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h3 {
    font-size: 22px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-left .order-title h4 {
    font-size: 12px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right {
    padding: 12px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm {
    padding-bottom: 12px;
    gap: 15px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in {
    gap: 12px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-img {
    width: 60px;
    height: 60px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info h2 {
    font-size: 15px;
    line-height: 18px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .product-info-in .product-info select {
    font-size: 10px;
    padding: 3px 24px 3px 6px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .regular-price,
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right .bulk-order-box .product-itm .prod-price .sale-price {
    font-size: 15px;
  }
  .page-home .bulk-order-wrap .blk-info-inner .bulk-order-right button.blue-bg-btn {
    font-size: 12px;
    padding: 10px 16px;
  }
  .page-home .quizeline-wrap {
    margin: 30px 0;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left {
    padding: 20px 15px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-left p {
    font-size: 13px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right {
    padding: 15px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul {
    gap: 10px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li {
    padding: 10px 14px;
    width: 100%;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a {
    gap: 10px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a h4 {
    font-size: 11px;
    line-height: 16px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a p {
    font-size: 9px;
    line-height: 14px;
  }
  .page-home .quizeline-wrap .quizline-inner .quizeline-right ul li a img {
    width: 16px;
  }
  .page-home .shopnow-wrapper {
    padding: 40px 0;
  }
  .page-home .shopnow-wrapper .shopnw-in {
    gap: 15px;
  }
  .page-home .shopnow-wrapper .shopnw-in h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .shopnow-wrapper .shopnw-in h4 {
    font-size: 12px;
  }
  .page-home .shopnow-wrapper .shopnw-in p {
    font-size: 13px;
  }
  .page-home .branches-lsit-wrap {
    padding: 40px 0 30px 0;
  }
  .page-home .branches-lsit-wrap h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-home .branches-lsit-wrap .branch-list .branch-itm {
    padding: 12px;
  }
  .page-home .branches-lsit-wrap .branch-list .branch-itm h2 {
    font-size: 16px;
  }
  .page-home .branches-lsit-wrap .branch-list .branch-itm p {
    font-size: 14px;
  }
  .page-home .branches-lsit-wrap .branch-list .branch-itm .visit-us {
    font-size: 11px;
  }
}
.quizeline-right {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.quizeline-right .title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.quizeline-right .title-line h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.quizeline-right .title-line h3 span {
  color: #007cba;
}
.quizeline-right .title-line .step-counter {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.quizeline-right .progress-bar {
  width: 100%;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  margin: 15px 0 25px;
  overflow: hidden;
}
.quizeline-right .progress-bar .progress-fill {
  height: 100%;
  background: #007cba;
  border-radius: 2px;
  transition: width 0.5s ease;
  width: 0%;
}
.quizeline-right .quiz-container {
  min-height: 300px;
}
.quizeline-right .quiz-container .question-content {
  margin-bottom: 20px;
}
.quizeline-right .quiz-container .question-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.quizeline-right .answers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quizeline-right .answers-list li {
  margin-bottom: 12px;
}
.quizeline-right .answers-list li a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 15px 20px !important;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.quizeline-right .answers-list li a:hover {
  background: #e9ecef !important;
  border-color: #007cba !important;
  transform: translateX(5px);
}
.quizeline-right .answers-list li a.selected {
  background: #f0f7ff !important;
  border-color: #007cba !important;
}
.quizeline-right .answers-list li a .txt-wrap {
  flex: 1;
}
.quizeline-right .answers-list li a .txt-wrap h4 {
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
}
.quizeline-right .answers-list li a .txt-wrap p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #666;
}
.quizeline-right .answers-list li a img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  margin-left: 15px;
}
.quizeline-right .answers-list li a:hover img {
  transform: translateX(5px);
}
.quizeline-right .results-container {
  text-align: center;
  padding: 20px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quizeline-right .results-container .results-content {
  max-width: 500px;
}
.quizeline-right .results-container .results-content h4 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.quizeline-right .results-container .results-content .result-message {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}
.quizeline-right .results-container .results-content .view-products-btn {
  display: inline-block;
  background: #007cba;
  color: #fff !important;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.quizeline-right .results-container .results-content .view-products-btn:hover {
  background: #005a87;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 124, 186, 0.3);
}

.fade-in {
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.selected-animation {
  animation: selectedPulse 0.4s ease;
}

@keyframes selectedPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.slide-up {
  animation: slideUp 0.6s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-line .pregress-bar {
  position: relative;
  overflow: hidden;
  transition: width 0.5s ease;
}
.scroll-line .pregress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #007cba;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.fade-in-title {
  animation: fadeInDown 0.5s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-answers li {
  opacity: 0;
  animation: fadeInUp 0.4s ease forwards;
}
.fade-in-answers li:nth-child(1) {
  animation-delay: 0.1s;
}
.fade-in-answers li:nth-child(2) {
  animation-delay: 0.2s;
}
.fade-in-answers li:nth-child(3) {
  animation-delay: 0.3s;
}
.fade-in-answers li:nth-child(4) {
  animation-delay: 0.4s;
}
.fade-in-answers li:nth-child(5) {
  animation-delay: 0.5s;
}
.fade-in-answers li:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.selected-animation {
  animation: selectedPulse 0.4s ease;
}

@keyframes selectedPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.answer-option.selected {
  background: #f0f7ff !important;
  border-color: #007cba !important;
}

.slide-up {
  animation: slideUp 0.6s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.results-content {
  text-align: center;
  padding: 20px 0;
  animation: slideUp 0.6s ease forwards;
}

.quizeline-right ul li a {
  transition: all 0.3s ease;
}
.quizeline-right ul li a:hover {
  transform: translateX(5px);
}
.quizeline-right ul li a:hover img {
  transform: translateX(5px);
}
.quizeline-right ul li a img {
  transition: transform 0.3s ease;
}

.view-products-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.view-products-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 124, 186, 0.3);
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.results-container {
  display: none;
}
.results-container.active {
  display: block;
  animation: slideUp 0.6s ease forwards;
}

@media (max-width: 768px) {
  .quizeline-right ul li a:hover {
    transform: translateX(3px);
  }
  .fade-in-answers li {
    animation-duration: 0.3s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fade-in-title,
  .fade-in-answers li,
  .selected-animation,
  .slide-up,
  .results-content {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .scroll-line .pregress-bar::after {
    transition: none !important;
  }
}
.tablist-filter .tab-content-block {
  display: none;
}
.tablist-filter .tabs-title-list {
  width: auto;
  flex-shrink: 0;
}
.tablist-filter .tabs-title-list:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
}
.tablist-filter .tabs-title-list .swiper-wrapper {
  display: flex;
}
.tablist-filter .tabs-title-list .slider-item {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #757494;
  width: auto;
}
.tablist-filter .tabs-title-list .slider-item a {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.6px;
  position: relative;
}
.tablist-filter .tabs-title-list .slider-item a.active {
  font-weight: 600;
  color: #0E2457;
}
.tablist-filter .tabs-title-list .slider-item a.active:after {
  width: 100%;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slider-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  background: url("../images/mics/slider-btn-selected.svg") center no-repeat;
  cursor: pointer;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.product-box {
  display: flex;
  flex-direction: column;
}
.product-box .product-banners {
  width: 100%;
  height: 330px;
  background: #E6EDF2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product-box .product-banners img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.product-box .product-banners a {
  display: none;
}
.product-box .product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 22px;
}
.product-box .product-info .rating-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-box .product-info .rating-list .price strong {
  color: #0E2457;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-box .product-info .rating-list .price span {
  color: #20B5AD;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-family: "Lato", sans-serif;
}
.product-box .product-info .title-line {
  padding-top: 10px;
}
.product-box .product-info .title-line a {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.product-box .product-info .title-line p {
  padding: 8px 0 0 0;
  margin: 0;
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
}
.product-box .product-info .features-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product-box .product-info .features-line span {
  border-radius: 8px;
  border: 1px solid #1E1E1E;
  display: flex;
  padding: 0 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #0E2457;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px; /* 160% */
}
.product-box .product-info .features-line ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 11px;
  margin-left: auto;
}
.product-box .product-info .features-line ul li {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.buttons-wrapper {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: rgba(84, 99, 109, 0.6);
  backdrop-filter: blur(2.6666667461px);
  width: 64px;
  gap: 20px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}
.buttons-wrapper div {
  cursor: pointer;
}
.buttons-wrapper .swiper-button-lock {
  opacity: 0.5;
  display: flex;
}

a.blue-bg-btn, button.blue-bg-btn {
  display: flex;
  padding: 4px 34.13px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2457;
  background-color: #0E2457;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 287.5% */
  text-transform: uppercase;
  gap: 8px;
}
a.blue-bg-btn:hover, button.blue-bg-btn:hover {
  border: 1px solid #0E2457;
  background-color: #061435;
}

.content-in .wc-block-components-button {
  display: flex;
  padding: 4px 34.13px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2457 !important;
  background-color: #0E2457 !important;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 287.5% */
  text-transform: uppercase;
  gap: 8px;
}
.content-in .wc-block-components-button:hover {
  background-color: #061435 !important;
}

a.btn-black {
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--White, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: inline-flex;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.primary-title {
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 178%;
}

a.line-animate {
  position: relative;
}
a.line-animate:after {
  content: "";
  width: 0;
  border-bottom: 1px solid #0E2457;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  transition: width 0.3s ease;
}
a.line-animate:hover:after {
  width: 100%;
}

.main-banner {
  height: 50vh;
  min-height: 518px;
  background-position: top center;
  background-size: cover;
  width: 100%;
}
.main-banner .container {
  height: 100%;
}
.main-banner .banner-info {
  position: absolute;
  left: 15px;
  bottom: 60px;
}
.main-banner .banner-info h1 {
  color: #E9EFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main-banner .banner-info h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .main-banner .banner-info h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .main-banner .banner-info h1 {
    font-size: 26px;
  }
}

.breadcurmb-wrap .storefront-breadcrumb {
  padding: 0;
  margin: 0;
}
.breadcurmb-wrap .storefront-breadcrumb .col-full {
  margin: 0;
  padding: 0;
}
.breadcurmb-wrap .storefront-breadcrumb .col-full nav {
  display: flex;
  gap: 10px;
}
.breadcurmb-wrap .storefront-breadcrumb a:first-of-type {
  font-size: 0;
}
.breadcurmb-wrap .storefront-breadcrumb a:first-of-type:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-home.svg") center no-repeat;
}
.breadcurmb-wrap .storefront-breadcrumb span {
  color: #9CA0AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.single-breadcrumb-wrap .single-breadcurmb {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single-breadcrumb-wrap .single-breadcurmb a, .single-breadcrumb-wrap .single-breadcurmb span {
  color: #192957;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
  position: relative;
}
.single-breadcrumb-wrap .single-breadcurmb a:after {
  content: "";
  position: absolute;
  background: url("../images/icons/bredcrumb-arrow.svg") center no-repeat;
  width: 5px;
  height: 8px;
  top: 50%;
  transform: translate(0, -50%);
  right: -14px;
}

.main-intro-wrap {
  width: 100%;
  padding: 80px 0 60px 0;
}
.main-intro-wrap .main-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.main-intro-wrap .main-intro h4, .main-intro-wrap .main-intro h2, .main-intro-wrap .main-intro p {
  text-align: center;
}
.main-intro-wrap .main-intro .container-img {
  text-align: center;
}

.whats-sets-wrapper {
  width: 100%;
  margin-top: 50px;
}
.whats-sets-wrapper .whatses-inner {
  padding: 86px 30px;
  background: url("../images/faqs/whats-sets-bg.jpg") right center no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  background-size: cover;
}
.whats-sets-wrapper .whatses-inner h3 {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 137.5% */
}
.whats-sets-wrapper .whatses-inner .cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
.whats-sets-wrapper .whatses-inner .card-itm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.whats-sets-wrapper .whatses-inner .card-itm:before {
  content: "";
  position: absolute;
  height: 80px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  left: -74px;
  background: rgba(255, 255, 255, 0.78);
}
.whats-sets-wrapper .whatses-inner .card-itm img {
  width: max-content;
}
.whats-sets-wrapper .whatses-inner .card-itm span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 105% */
}

@media screen and (max-width: 1200px) {
  .whats-sets-wrapper .whatses-inner {
    padding: 60px 20px;
    gap: 50px;
  }
  .whats-sets-wrapper .whatses-inner h3 {
    font-size: 34px;
    line-height: 46px;
  }
  .whats-sets-wrapper .whatses-inner .cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .whats-sets-wrapper .whatses-inner .card-itm:before {
    display: none;
  }
  .whats-sets-wrapper .whatses-inner .card-itm img {
    width: 48px;
    height: 48px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .whats-sets-wrapper .whatses-inner {
    padding: 40px 15px;
    gap: 35px;
    background-position: center center;
  }
  .whats-sets-wrapper .whatses-inner h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .whats-sets-wrapper .whatses-inner .cards-wrapper {
    flex-direction: column;
    gap: 25px;
    align-items: stretch;
  }
  .whats-sets-wrapper .whatses-inner .card-itm {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .whats-sets-wrapper .whatses-inner .card-itm:last-child {
    border-bottom: none;
  }
  .whats-sets-wrapper .whatses-inner .card-itm:before {
    display: none;
  }
  .whats-sets-wrapper .whatses-inner .card-itm img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .whats-sets-wrapper .whatses-inner .card-itm span {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .whats-sets-wrapper .whatses-inner {
    padding: 30px 12px;
    gap: 25px;
  }
  .whats-sets-wrapper .whatses-inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .whats-sets-wrapper .whatses-inner .cards-wrapper {
    gap: 15px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm {
    gap: 14px;
    padding: 10px 12px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm img {
    width: 32px;
    height: 32px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 360px) {
  .whats-sets-wrapper .whatses-inner {
    padding: 20px 10px;
    gap: 20px;
  }
  .whats-sets-wrapper .whatses-inner h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .whats-sets-wrapper .whatses-inner .cards-wrapper {
    gap: 12px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm {
    gap: 12px;
    padding: 8px 10px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm img {
    width: 28px;
    height: 28px;
  }
  .whats-sets-wrapper .whatses-inner .card-itm span {
    font-size: 12px;
    line-height: 16px;
  }
}
.about-page .scienc-of-sleep-wrap {
  background: url("../images/about/scinece-of-sleep-bg.jpg") right center no-repeat;
  background-size: cover;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in {
  padding: 60px 0 110px 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro {
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro p {
  color: #757494;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn {
  border-radius: 12px;
  border: 1px solid #F1F5F9;
  background: rgba(255, 255, 255, 0.43);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt {
  display: flex;
  flex-direction: column;
  color: #0F172A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt span {
  color: #94A3B8;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(247, 247, 249, 0.49);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm img {
  width: 48px;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm h4 {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
  text-transform: uppercase;
  margin: 20px 0 8px 0;
}
.about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm p {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  padding: 0;
  margin: 0;
}

.zigzag-cards {
  padding-top: 60px;
  padding-bottom: 200px;
}
.zigzag-cards .zigazag-card-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 170px;
}
.zigzag-cards .zigazag-card-in .zigzag-itm {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  width: 100%;
}
.zigzag-cards .zigazag-card-in .zigzag-itm.odd {
  padding-left: 150px;
}
.zigzag-cards .zigazag-card-in .zigzag-itm.even {
  padding-right: 150px;
  flex-direction: row-reverse;
}
.zigzag-cards .zigazag-card-in .zigzag-itm h3 {
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.zigzag-cards .zigazag-card-in .zigzag-itm p {
  color: #757494;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.zigzag-cards .zigazag-card-in .zigzag-itm .card-info {
  width: 100%;
  max-width: 580px;
  padding: 60px 0px;
}
.zigzag-cards .zigazag-card-in .zigzag-itm .banner {
  width: 100%;
  height: stretch;
}
.zigzag-cards .zigazag-card-in .zigzag-itm .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .about-page .scienc-of-sleep-wrap .science-sleep-in {
    padding: 40px 0 70px 0;
    gap: 60px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro {
    max-width: 100%;
    gap: 30px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .about-page .zigzag-cards {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .about-page .zigzag-cards .zigazag-card-in {
    gap: 100px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm.odd {
    padding-left: 80px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm.even {
    padding-right: 80px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm h3 {
    font-size: 28px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm p {
    font-size: 16px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .card-info {
    max-width: 450px;
    padding: 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .about-page .scienc-of-sleep-wrap .science-sleep-in {
    padding: 30px 0 50px 0;
    gap: 40px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro {
    gap: 20px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro p {
    font-size: 16px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn {
    padding: 12px 16px;
    width: 100%;
    justify-content: center;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt {
    font-size: 14px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt span {
    font-size: 11px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm {
    padding: 16px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm img {
    width: 36px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm h4 {
    font-size: 14px;
    margin: 12px 0 6px 0;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .zigzag-cards {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .about-page .zigzag-cards .zigazag-card-in {
    gap: 50px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm {
    flex-direction: column !important;
    padding: 0 !important;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm.odd, .about-page .zigzag-cards .zigazag-card-in .zigzag-itm.even {
    padding: 0 !important;
    flex-direction: column !important;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm h3 {
    font-size: 24px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm p {
    font-size: 15px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .card-info {
    max-width: 100%;
    padding: 20px 0px;
    order: 2;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .banner {
    order: 1;
    height: auto;
    width: 100%;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .banner img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .about-page .scienc-of-sleep-wrap .science-sleep-in {
    padding: 20px 0 40px 0;
    gap: 30px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro {
    gap: 15px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-intro p {
    font-size: 14px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn {
    padding: 10px 14px;
    gap: 10px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn img {
    width: 32px;
    height: 32px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt {
    font-size: 12px;
    line-height: 18px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleep-in-heading .sleep-in-btn .btn-txt span {
    font-size: 10px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm {
    padding: 12px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm img {
    width: 28px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm h4 {
    font-size: 12px;
    margin: 8px 0 4px 0;
    line-height: 18px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm p {
    font-size: 12px;
    line-height: 18px;
  }
  .about-page .zigzag-cards {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about-page .zigzag-cards .zigazag-card-in {
    gap: 30px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm h3 {
    font-size: 20px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm p {
    font-size: 14px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .card-info {
    padding: 15px 0px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .banner img {
    max-height: 280px;
  }
}
@media screen and (max-width: 360px) {
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm {
    padding: 14px;
    align-items: center;
    text-align: center;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm img {
    width: 32px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm h4 {
    font-size: 14px;
  }
  .about-page .scienc-of-sleep-wrap .science-sleep-in .sleepin-cards .card-itm p {
    font-size: 13px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm h3 {
    font-size: 18px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm p {
    font-size: 13px;
  }
  .about-page .zigzag-cards .zigazag-card-in .zigzag-itm .banner img {
    max-height: 220px;
  }
}
.faq-page .quiz-wrapper {
  padding: 120px 0;
}
.faq-page .quiz-wrapper .container {
  max-width: 1200px;
}
.faq-page .quiz-wrapper .quize-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set {
  display: flex;
  gap: 40px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box {
  width: 450px;
  flex-shrink: 0;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box h3 {
  color: var(--Gray-900, #101828);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm {
  display: flex;
  width: 704px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4 {
  color: var(--Gray-900, #101828);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  padding-right: 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/circle-plus.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box {
  display: none;
  padding-right: 40px;
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box p {
  padding: 0;
  margin: 0;
  color: var(--Gray-500, #667085);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm.open h4:after {
  background-image: url("../images/icons/circle-minus.png");
}
.faq-page .get-started-wrap {
  padding: 60px 0;
}
.faq-page .get-started-wrap .container {
  max-width: 1500px;
}
.faq-page .get-started-wrap .get-start-in {
  background: #F0F8F8;
  display: flex;
  width: 100%;
  padding: 50px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.faq-page .get-started-wrap .get-start-in h2 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}
.faq-page .get-started-wrap .get-start-in p {
  color: var(--Gray-500, #667085);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 1200px) {
  .faq-page .quiz-wrapper {
    padding: 80px 0;
  }
  .faq-page .quiz-wrapper .quize-inner {
    gap: 80px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set {
    gap: 30px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box {
    width: 300px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm {
    width: 100%;
    max-width: 704px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4 {
    font-size: 17px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box p {
    font-size: 15px;
  }
  .faq-page .get-started-wrap {
    padding: 40px 0;
  }
  .faq-page .get-started-wrap .get-start-in {
    padding: 40px 24px;
  }
  .faq-page .get-started-wrap .get-start-in h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .faq-page .get-started-wrap .get-start-in p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .quiz-wrapper {
    padding: 50px 0;
  }
  .faq-page .quiz-wrapper .quize-inner {
    gap: 50px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set {
    flex-direction: column;
    gap: 20px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box {
    width: 100%;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list {
    gap: 20px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm {
    width: 100%;
    max-width: 100%;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4 {
    font-size: 16px;
    padding-right: 35px;
    line-height: 150%;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box {
    padding-right: 0;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .faq-page .get-started-wrap {
    padding: 30px 0;
  }
  .faq-page .get-started-wrap .get-start-in {
    padding: 30px 20px;
    gap: 12px;
  }
  .faq-page .get-started-wrap .get-start-in h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .faq-page .get-started-wrap .get-start-in p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .faq-page .get-started-wrap .get-start-in .btn-black {
    font-size: 14px;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 480px) {
  .faq-page .quiz-wrapper {
    padding: 30px 0;
  }
  .faq-page .quiz-wrapper .quize-inner {
    gap: 35px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set {
    gap: 15px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list {
    gap: 15px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4 {
    font-size: 14px;
    padding-right: 30px;
    line-height: 140%;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4:after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box p {
    font-size: 13px;
    line-height: 20px;
  }
  .faq-page .get-started-wrap {
    padding: 20px 0;
  }
  .faq-page .get-started-wrap .get-start-in {
    padding: 24px 16px;
    gap: 10px;
  }
  .faq-page .get-started-wrap .get-start-in h2 {
    font-size: 19px;
    line-height: 26px;
  }
  .faq-page .get-started-wrap .get-start-in p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .faq-page .get-started-wrap .get-start-in .btn-black {
    font-size: 13px;
    padding: 10px 24px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .faq-page .quiz-wrapper {
    padding: 20px 0;
  }
  .faq-page .quiz-wrapper .quize-inner {
    gap: 25px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set {
    gap: 12px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .cat-box h3 {
    font-size: 19px;
    line-height: 24px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list {
    gap: 12px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4 {
    font-size: 13px;
    padding-right: 25px;
    line-height: 135%;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm h4:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 2px;
  }
  .faq-page .quiz-wrapper .quize-inner .quiz-set .quzie-list .quiz-itm .answr-box p {
    font-size: 12px;
    line-height: 18px;
  }
  .faq-page .get-started-wrap {
    padding: 15px 0;
  }
  .faq-page .get-started-wrap .get-start-in {
    padding: 20px 12px;
    gap: 8px;
  }
  .faq-page .get-started-wrap .get-start-in h2 {
    font-size: 17px;
    line-height: 24px;
  }
  .faq-page .get-started-wrap .get-start-in p {
    font-size: 13px;
    line-height: 20px;
  }
  .faq-page .get-started-wrap .get-start-in .btn-black {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.delivery-page {
  padding-bottom: 120px;
}
.delivery-page .cms-content-wrap {
  padding: 120px 0 0 0;
}
.delivery-page .cms-content-wrap .container {
  max-width: 1200px;
}

.content-in {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-in h3 {
  color: var(--Gray-900, #101828);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  padding: 0;
  margin: 0;
}
.content-in figure {
  padding: 0;
  margin: 24px 0;
}
.content-in figure img {
  width: 100%;
}
.content-in ul {
  color: var(--Gray-500, #667085);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 0 0 0 20px;
  margin: 0;
}
.content-in ul li {
  width: 100%;
}
.content-in p {
  color: var(--Gray-500, #667085);
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

@media screen and (max-width: 1200px) {
  .delivery-page {
    padding-bottom: 80px;
  }
  .delivery-page .cms-content-wrap {
    padding: 80px 0 0 0;
  }
  .content-in {
    gap: 20px;
  }
  .content-in h3 {
    font-size: 22px;
  }
  .content-in figure {
    margin: 20px 0;
  }
  .content-in ul {
    font-size: 15px;
    padding-left: 18px;
  }
  .content-in p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .delivery-page {
    padding-bottom: 50px;
  }
  .delivery-page .cms-content-wrap {
    padding: 50px 0 0 0;
  }
  .content-in {
    gap: 16px;
  }
  .content-in h3 {
    font-size: 20px;
    line-height: 130%;
  }
  .content-in figure {
    margin: 16px 0;
  }
  .content-in figure img {
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }
  .content-in ul {
    font-size: 14px;
    line-height: 165%;
    padding-left: 16px;
  }
  .content-in ul li {
    margin-bottom: 4px;
  }
  .content-in ul li:last-child {
    margin-bottom: 0;
  }
  .content-in p {
    font-size: 14px;
    line-height: 165%;
  }
}
@media screen and (max-width: 480px) {
  .delivery-page {
    padding-bottom: 35px;
  }
  .delivery-page .cms-content-wrap {
    padding: 30px 0 0 0;
  }
  .content-in {
    gap: 12px;
  }
  .content-in h3 {
    font-size: 18px;
    line-height: 128%;
  }
  .content-in figure {
    margin: 12px 0;
  }
  .content-in figure img {
    max-height: 280px;
    border-radius: 4px;
  }
  .content-in ul {
    font-size: 13px;
    line-height: 160%;
    padding-left: 14px;
  }
  .content-in ul li {
    margin-bottom: 3px;
    word-break: break-word;
  }
  .content-in p {
    font-size: 13px;
    line-height: 160%;
    word-break: break-word;
  }
}
@media screen and (max-width: 360px) {
  .delivery-page {
    padding-bottom: 25px;
  }
  .delivery-page .cms-content-wrap {
    padding: 20px 0 0 0;
  }
  .content-in {
    gap: 10px;
  }
  .content-in h3 {
    font-size: 16px;
    line-height: 125%;
  }
  .content-in figure {
    margin: 10px 0;
  }
  .content-in figure img {
    max-height: 200px;
    border-radius: 3px;
  }
  .content-in ul {
    font-size: 12px;
    line-height: 155%;
    padding-left: 12px;
  }
  .content-in ul li {
    margin-bottom: 2px;
  }
  .content-in p {
    font-size: 12px;
    line-height: 155%;
  }
}
.contact-page .introduction-wrap {
  padding: 60px 0 75px 0;
}
.contact-page .introduction-wrap .container {
  max-width: 550px;
}
.contact-page .introduction-wrap .intro-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.contact-page .introduction-wrap .intro-inner h2 {
  text-align: center;
}
.contact-page .introduction-wrap .intro-inner p {
  color: #364153;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.contact-page .form-wrapper .container {
  max-width: 1200px;
}
.contact-page .form-wrapper .form-box-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.contact-page .form-wrapper .form-box-wrap .form-box {
  width: 100%;
  max-width: 580px;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p .wpcf7-spinner {
  position: absolute;
  bottom: 12px;
  right: -10px;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text], .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email] {
  height: 53px;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p textarea {
  height: 218px;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text], .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email], .contact-page .form-wrapper .form-box-wrap .form-box form > p textarea, .contact-page .form-wrapper .form-box-wrap .form-box form > p select {
  padding: 14px 12px;
  border: 1px solid #0E2457;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  color: #364153;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text]::placeholder, .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email]::placeholder, .contact-page .form-wrapper .form-box-wrap .form-box form > p textarea::placeholder, .contact-page .form-wrapper .form-box-wrap .form-box form > p select::placeholder {
  color: #868FA1;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p select {
  background: url("../images/icons/dropdown-arrow-down.svg") right 15px center no-repeat;
  -webkit-appearance: none;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=submit] {
  border-radius: 4px;
  border: 1px solid #0E2457;
  background: #FFF;
  display: flex;
  height: 50px;
  padding: 0 44.391px 3px 44.609px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  color: #0E2457;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: uppercase;
  width: max-content;
  margin-left: auto;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=submit]:hover {
  background: #0E2457;
  color: #fff;
}
.contact-page .form-wrapper .form-box-wrap .form-box form > p br {
  display: none;
}
.contact-page .form-wrapper .form-box-wrap .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex-shrink: 0;
}
.contact-page .form-wrapper .form-box-wrap .contact-info .social-links {
  display: flex;
  width: 240px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.contact-page .form-wrapper .form-box-wrap .contact-info .social-links a {
  cursor: pointer;
}
.contact-page .form-wrapper .form-box-wrap .contact-info .social-links a:hover {
  margin-bottom: 3px;
}
.contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: #0E2457;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm a, .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm span {
  color: var(--Neutral-700, #344054);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.contact-page .branches-lsit-wrap {
  padding-top: 100px;
}
.contact-page .branches-lsit-wrap h2 {
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .contact-page .form-wrapper .form-box-wrap {
    gap: 40px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box {
    max-width: 100%;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info {
    flex-shrink: 1;
    width: 100%;
    max-width: 400px;
  }
  .contact-page .branches-lsit-wrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .contact-page .introduction-wrap {
    padding: 40px 0 50px 0;
  }
  .contact-page .introduction-wrap .intro-inner {
    gap: 15px;
  }
  .contact-page .introduction-wrap .intro-inner h2 {
    font-size: 28px;
  }
  .contact-page .introduction-wrap .intro-inner p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-page .form-wrapper .form-box-wrap {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box {
    max-width: 100%;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p {
    gap: 20px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text],
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email] {
    height: 48px;
    font-size: 14px;
    padding: 12px 10px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p textarea {
    height: 160px;
    font-size: 14px;
    padding: 12px 10px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p select {
    height: 48px;
    font-size: 14px;
    padding: 12px 10px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=submit] {
    height: 44px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 42px;
    width: 100%;
    margin-left: 0;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p .wpcf7-spinner {
    bottom: 8px;
    right: 0;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info {
    max-width: 100%;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links {
    width: 100%;
    max-width: 240px;
    justify-content: center;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links a img {
    width: 32px;
    height: 32px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm {
    align-items: center;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm h3 {
    font-size: 20px;
    justify-content: center;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm a,
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm span {
    font-size: 14px;
  }
  .contact-page .branches-lsit-wrap {
    padding-top: 50px;
  }
  .contact-page .branches-lsit-wrap h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page .introduction-wrap {
    padding: 30px 0 35px 0;
  }
  .contact-page .introduction-wrap .intro-inner {
    gap: 12px;
  }
  .contact-page .introduction-wrap .intro-inner h2 {
    font-size: 24px;
  }
  .contact-page .introduction-wrap .intro-inner p {
    font-size: 13px;
    line-height: 18px;
  }
  .contact-page .form-wrapper .form-box-wrap {
    gap: 35px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p {
    gap: 16px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text],
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email] {
    height: 44px;
    font-size: 13px;
    padding: 10px 8px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p textarea {
    height: 130px;
    font-size: 13px;
    padding: 10px 8px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p select {
    height: 44px;
    font-size: 13px;
    padding: 10px 8px;
    background-position: right 10px center;
    background-size: 12px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=submit] {
    height: 40px;
    padding: 0 24px;
    font-size: 13px;
    line-height: 38px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info {
    gap: 24px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links {
    max-width: 200px;
    gap: 16px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links a img {
    width: 28px;
    height: 28px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm h3 {
    font-size: 18px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm a,
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm span {
    font-size: 13px;
  }
  .contact-page .branches-lsit-wrap {
    padding-top: 35px;
  }
  .contact-page .branches-lsit-wrap h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .contact-page .introduction-wrap {
    padding: 20px 0 25px 0;
  }
  .contact-page .introduction-wrap .intro-inner {
    gap: 10px;
  }
  .contact-page .introduction-wrap .intro-inner h2 {
    font-size: 20px;
  }
  .contact-page .introduction-wrap .intro-inner p {
    font-size: 12px;
    line-height: 17px;
  }
  .contact-page .form-wrapper .form-box-wrap {
    gap: 25px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p {
    gap: 12px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=text],
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=email] {
    height: 40px;
    font-size: 12px;
    padding: 8px 6px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p textarea {
    height: 100px;
    font-size: 12px;
    padding: 8px 6px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p select {
    height: 40px;
    font-size: 12px;
    padding: 8px 6px;
  }
  .contact-page .form-wrapper .form-box-wrap .form-box form > p input[type=submit] {
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 34px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info {
    gap: 18px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links {
    max-width: 170px;
    gap: 12px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .social-links a img {
    width: 24px;
    height: 24px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm h3 {
    font-size: 16px;
  }
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm a,
  .contact-page .form-wrapper .form-box-wrap .contact-info .contact-itm span {
    font-size: 12px;
  }
  .contact-page .branches-lsit-wrap {
    padding-top: 25px;
  }
  .contact-page .branches-lsit-wrap h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.store-locations-page .zigzag-cards {
  padding: 140px 0;
}
.store-locations-page .zigazag-card-in {
  gap: 80px;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info {
  gap: 0;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info h3 {
  padding-bottom: 24px;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
  text-transform: capitalize;
  padding-bottom: 14px;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 br {
  display: none;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info p {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  padding-bottom: 14px;
  margin: 0;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info span.holiday-txt {
  color: #757494;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
  padding-bottom: 24px;
}
.store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 24px;
}
.store-locations-page .whats-sets-wrapper {
  padding-bottom: 110px;
}

@media screen and (max-width: 1200px) {
  .store-locations-page .zigzag-cards {
    padding: 80px 0;
  }
  .store-locations-page .zigazag-card-in {
    gap: 60px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm.odd {
    padding-left: 60px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm.even {
    padding-right: 60px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h3 {
    font-size: 28px;
    padding-bottom: 16px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 {
    font-size: 15px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info p {
    font-size: 15px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.holiday-txt {
    font-size: 12px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num {
    font-size: 15px;
  }
  .store-locations-page .whats-sets-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .store-locations-page .zigzag-cards {
    padding: 50px 0;
  }
  .store-locations-page .zigazag-card-in {
    gap: 40px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm {
    flex-direction: column !important;
    padding: 0 !important;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm.odd, .store-locations-page .zigazag-card-in .zigzag-itm.even {
    padding: 0 !important;
    flex-direction: column !important;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .banner {
    order: 1;
    width: 100%;
    height: auto;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .banner img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info {
    order: 2;
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
    align-items: center;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h3 {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 br {
    display: block;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info p {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.holiday-txt {
    font-size: 12px;
    padding-bottom: 16px;
    text-align: center;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num {
    font-size: 14px;
    margin-bottom: 16px;
    justify-content: center;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info .button-white {
    margin: 0 auto;
  }
  .store-locations-page .whats-sets-wrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .store-locations-page .zigzag-cards {
    padding: 30px 0;
  }
  .store-locations-page .zigazag-card-in {
    gap: 30px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .banner img {
    max-height: 250px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info {
    padding: 15px 0;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 {
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 20px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info p {
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 20px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.holiday-txt {
    font-size: 11px;
    padding-bottom: 12px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num {
    font-size: 13px;
    margin-bottom: 12px;
    gap: 6px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num img {
    width: 16px;
    height: 16px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info .button-white {
    font-size: 14px;
    padding: 12px 30px;
  }
  .store-locations-page .whats-sets-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  .store-locations-page .zigzag-cards {
    padding: 20px 0;
  }
  .store-locations-page .zigazag-card-in {
    gap: 25px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .banner img {
    max-height: 200px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info {
    padding: 10px 0;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h3 {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info h4 {
    font-size: 12px;
    padding-bottom: 6px;
    line-height: 18px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info p {
    font-size: 12px;
    padding-bottom: 6px;
    line-height: 18px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.holiday-txt {
    font-size: 10px;
    padding-bottom: 10px;
    line-height: 12px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 5px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info span.phon-num img {
    width: 14px;
    height: 14px;
  }
  .store-locations-page .zigazag-card-in .zigzag-itm .card-info .button-white {
    font-size: 12px;
    padding: 10px 24px;
  }
  .store-locations-page .whats-sets-wrapper {
    padding-bottom: 20px;
  }
}
.blog-page .blog-list-wrapper {
  padding: 70px 0;
}
.blog-page .blog-list-wrapper .container {
  max-width: 1480px;
}
.blog-page .blog-list-wrapper .blog-list-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog-page .blog-list-wrapper .tags-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-page .blog-list-wrapper .tags-wrapper h2 {
  font-size: 32px;
}
.blog-page .blog-list-wrapper .tags-wrapper ul {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-page .blog-list-wrapper .tags-wrapper ul li a {
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Gray-500, #667085);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 6px;
}
.blog-page .blog-list-wrapper .tags-wrapper ul li a.active {
  background: rgba(30, 202, 211, 0.12);
  color: #0E2457;
}
.blog-page .blog-list-wrapper .post-list-wrap .post-list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.blog-page .blog-list-wrapper .post-list-wrap .post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.post-itm {
  display: flex;
  flex-direction: column;
}
.post-itm .post-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  flex-shrink: 0;
}
.post-itm .post-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-itm .blog-txt {
  display: flex;
  padding: 16px 10px 16px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  height: 100%;
}
.post-itm .blog-txt h3 {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
  text-transform: uppercase;
  padding-bottom: 5px;
}
.post-itm .blog-txt h3 a {
  color: #0E2457;
  font-weight: 500;
}
.post-itm .blog-txt .meta-info {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  width: 100%;
}
.post-itm .blog-txt .meta-info span {
  color: #757494;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
}
.post-itm .blog-txt p {
  padding: 0;
  margin: 0;
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  max-width: 1030px;
}
.post-itm .blog-txt .post-link {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  margin-top: auto;
}

.custom-pagination {
  margin: 100px 0 70px auto;
  display: flex;
  width: max-content;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
}
.custom-pagination a, .custom-pagination span {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-left: 1px solid var(--Gray-300, #D0D5DD);
}
.custom-pagination a:nth-child(1), .custom-pagination span:nth-child(1) {
  border-left: 0px;
}
.custom-pagination a {
  color: var(--Gray-800, #1D2939);
}
.custom-pagination span {
  color: var(--Gray-800, #7e9ac6);
}

.single-content-wrap .container {
  max-width: 1500px;
}
.single-content-wrap .single-content-in {
  display: flex;
  flex-direction: column;
}
.single-content-wrap .single-content-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  justify-content: center;
  padding: 45px 0;
}
.single-content-wrap .single-content-head .date-authur {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: #757494;
  font-size: 13px;
  font-style: normal;
  position: relative;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
}
.single-content-wrap .single-content-head .date-authur span {
  position: relative;
}
.single-content-wrap .single-content-head .date-authur span.autor-info:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #364153;
  top: 50%;
  transform: translate(0, -50%);
  left: -22px;
}
.single-content-wrap .single-main-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-content-wrap .single-main-banner img {
  width: auto;
  max-width: 100%;
  max-height: 680px;
}

.single-txt-wrap {
  padding-top: 90px;
  padding-bottom: 170px;
}
.single-txt-wrap .container {
  max-width: 1200px;
}
.single-txt-wrap .share-box {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #E4E7EC;
  padding-top: 24px;
  margin-top: 48px;
}
.single-txt-wrap .share-box p {
  padding: 0;
  margin: 0;
  color: var(--Gray-500, #667085);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.single-txt-wrap .share-box .share-btns {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.single-txt-wrap .share-box .share-btns .share-copy {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--White, #FFF);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Gray-700, #344054);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.copy-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #0E2457;
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.copy-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .blog-page .blog-list-wrapper {
    padding: 50px 0;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
  .single-txt-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .blog-page .blog-list-wrapper {
    padding: 30px 0;
  }
  .blog-page .blog-list-wrapper .blog-list-inner {
    gap: 30px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper {
    gap: 15px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper h2 {
    font-size: 24px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper ul {
    flex-wrap: wrap;
    gap: 6px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper ul li a {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-list {
    gap: 30px;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .post-itm .post-banner {
    height: 220px;
  }
  .post-itm .blog-txt {
    padding: 12px 8px;
  }
  .post-itm .blog-txt h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .post-itm .blog-txt .meta-info {
    gap: 15px;
    flex-wrap: wrap;
  }
  .post-itm .blog-txt .meta-info span {
    font-size: 12px;
  }
  .post-itm .blog-txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .post-itm .blog-txt .post-link {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-pagination {
    margin: 50px 0 40px auto;
    width: 100%;
    justify-content: center;
  }
  .custom-pagination a,
  .custom-pagination span {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .single-content-wrap .single-content-head {
    padding: 30px 0;
  }
  .single-content-wrap .single-content-head h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .single-content-wrap .single-content-head .date-authur {
    gap: 20px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .single-content-wrap .single-content-head .date-authur span.autor-info:before {
    display: none;
  }
  .single-content-wrap .single-main-banner img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .single-txt-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .single-txt-wrap .share-box {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 30px;
  }
  .single-txt-wrap .share-box p {
    font-size: 14px;
  }
  .single-txt-wrap .share-box .share-btns {
    flex-wrap: wrap;
    width: 100%;
  }
  .single-txt-wrap .share-box .share-btns .share-copy {
    padding: 8px 14px;
    font-size: 13px;
    flex: 1;
    justify-content: center;
    min-width: 120px;
  }
  .copy-toast {
    right: 10px;
    bottom: 10px;
    padding: 12px 16px;
    font-size: 14px;
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .blog-page .blog-list-wrapper {
    padding: 20px 0;
  }
  .blog-page .blog-list-wrapper .blog-list-inner {
    gap: 20px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper {
    gap: 12px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper h2 {
    font-size: 20px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper ul {
    gap: 4px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper ul li a {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-list {
    gap: 20px;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .post-itm .post-banner {
    height: 180px;
  }
  .post-itm .blog-txt {
    padding: 10px 6px;
    gap: 6px;
  }
  .post-itm .blog-txt h3 {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 3px;
  }
  .post-itm .blog-txt .meta-info {
    gap: 10px;
    padding-bottom: 3px;
  }
  .post-itm .blog-txt .meta-info span {
    font-size: 11px;
  }
  .post-itm .blog-txt p {
    font-size: 13px;
    line-height: 19px;
  }
  .post-itm .blog-txt .post-link {
    font-size: 13px;
    line-height: 19px;
  }
  .custom-pagination {
    margin: 30px 0 30px auto;
  }
  .custom-pagination a,
  .custom-pagination span {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .single-content-wrap .single-content-head {
    padding: 20px 0;
  }
  .single-content-wrap .single-content-head h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .single-content-wrap .single-content-head .date-authur {
    gap: 12px;
    font-size: 11px;
    flex-direction: column;
    align-items: center;
  }
  .single-content-wrap .single-main-banner img {
    max-height: 280px;
  }
  .single-txt-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .single-txt-wrap .share-box {
    gap: 15px;
    padding-top: 16px;
    margin-top: 20px;
  }
  .single-txt-wrap .share-box p {
    font-size: 13px;
  }
  .single-txt-wrap .share-box .share-btns {
    gap: 8px;
  }
  .single-txt-wrap .share-box .share-btns .share-copy {
    padding: 6px 12px;
    font-size: 12px;
    min-width: 80px;
  }
  .copy-toast {
    right: 10px;
    bottom: 10px;
    padding: 10px 14px;
    font-size: 13px;
    max-width: 95%;
    border-radius: 6px;
  }
}
@media screen and (max-width: 360px) {
  .blog-page .blog-list-wrapper {
    padding: 15px 0;
  }
  .blog-page .blog-list-wrapper .tags-wrapper h2 {
    font-size: 18px;
  }
  .blog-page .blog-list-wrapper .tags-wrapper ul li a {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .blog-page .blog-list-wrapper .post-list-wrap .post-grid {
    gap: 15px;
  }
  .post-itm .post-banner {
    height: 150px;
  }
  .post-itm .blog-txt h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .post-itm .blog-txt .meta-info span {
    font-size: 10px;
  }
  .post-itm .blog-txt p {
    font-size: 12px;
    line-height: 18px;
  }
  .post-itm .blog-txt .post-link {
    font-size: 12px;
    line-height: 18px;
  }
  .custom-pagination a,
  .custom-pagination span {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .single-content-wrap .single-content-head h1 {
    font-size: 19px;
    line-height: 26px;
  }
  .single-content-wrap .single-main-banner img {
    max-height: 200px;
  }
  .single-txt-wrap .share-box .share-btns .share-copy {
    padding: 5px 10px;
    font-size: 11px;
    min-width: 60px;
  }
}
.cat-main-intro {
  padding: 41px 0 31px 0;
}
.cat-main-intro .container {
  max-width: 890px;
}
.cat-main-intro .cat-intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.cat-main-intro .cat-intro-inner h2 {
  font-size: 32px;
}
.cat-main-intro .cat-intro-inner p {
  color: #757494;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cat-product-list-wrap .cat-product-list {
  display: flex;
  gap: 78px;
  justify-content: space-between;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar {
  display: flex;
  width: 283px;
  flex-shrink: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar form {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 21px;
  width: 100%;
  margin: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .filter-line {
  position: relative;
  padding-bottom: 21px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .filter-line:after {
  content: "";
  height: 1px;
  width: 174px;
  background: #1ECAD3;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .filter-line h4 {
  color: #0E2457;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.12px;
  padding-bottom: 8px;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter p {
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter p .price-text {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter p .price-label {
  color: #767676;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter .price-slider {
  height: 5px;
  border-radius: 40px;
  background: #F2F2F2;
  width: 100%;
  border: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter .price-slider .ui-slider-range {
  border-radius: 40px;
  background: #0E2457;
  height: 5px;
  border: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .price-range-filter .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #FFF;
  top: -8px;
  border-radius: 50%;
  border: 0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  color: var(--Dark-Gray-Dark-Gray-2, #252C32);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #B0BABF;
  background: var(--Light-Gray-Light-Gray-5, #F6F8F9);
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label input[type=checkbox]:after {
  position: absolute;
  font-size: 9px;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "✓";
}
.cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label input[type=checkbox]:checked {
  background: #0E2457;
}
.cat-product-list-wrap .cat-product-list .catproduct-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form {
  margin: 0;
  gap: 23px;
  width: 100%;
  display: flex;
  align-items: center;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #081637;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form label input {
  background: #A6A6A6;
  position: relative;
  width: 28px;
  height: 16px;
  border: 1px solid #A6A6A6;
  border-radius: 7px;
  -webkit-appearance: none;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form label input:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form label input:checked {
  background: #40BECA;
  border: 1px solid #40BECA;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form label input:checked:before {
  left: auto;
  right: 1px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap {
  border-radius: 6px;
  border: 1px solid var(--Light-Gray-Light-Gray-2, #DDE2E4);
  background: var(--black-white-white, #FFF);
  display: inline-flex;
  padding: 4px 4px 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap span {
  color: var(--Mid-Gray-Mid-Gray-4, #9AA6AC);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap select {
  color: var(--Dark-Gray-Dark-Gray-2, #252C32);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  border: 0;
  background: url("../images/icons/dropdown-arrow.svg") right 5px center #fff;
  background-repeat: no-repeat;
  padding: 0px 30px 0px 15px;
  -webkit-appearance: none;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results {
  display: flex;
  flex-direction: column;
  gap: 170px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products:before, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products:after {
  display: none;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination {
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul {
  padding: 14px 14px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 25px;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul:before, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul:after {
  display: none;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  background: transparent;
  padding: 0;
  margin: 0;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a.prev, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a.next, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span.prev, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span.next {
  text-indent: unset;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a.prev:after, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a.next:after, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span.prev:after, .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span.next:after {
  display: none;
}
.cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span {
  color: #0E2457;
}

.product-category .branches-lsit-wrap h2 {
  padding-bottom: 40px;
}

.products .product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.products .product-card:hover .product-box .product-banners .view-product-btn {
  opacity: 1;
}
.products .product-card:hover .product-box .product-banners img {
  transform: scale(1.1, 1.1);
}

.product-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-box .product-banners {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
  height: 300px;
  justify-content: center;
}
.product-box .product-banners .view-product-btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 120%;
  opacity: 0;
}
.product-box .product-banners img {
  transition: all 0.3s ease;
}
.product-box .product-banners .product-label-badge {
  display: inline-flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #0E2457;
  color: #FFF;
  text-align: center;
  font-size: 13.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 123.188% */
  text-transform: uppercase;
  top: 16px;
  left: 5px;
}
.product-box .product-banners:hover .view-product-btn {
  opacity: 1;
}

.product-infobox {
  display: flex;
  flex-direction: column;
  padding: 16px 10px 10px 10px;
}
.product-infobox .price-line {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 12px;
}
.product-infobox .price-line .price-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-infobox .price-line .price-tag strong {
  color: #0E2457;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-infobox .price-line .price-tag bdi {
  color: #20B5AD;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px; /* 98% */
}
.product-infobox .price-line .sale-badge {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 118.519% */
  text-transform: uppercase;
  border-radius: 4px;
  background: #0E2457;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-infobox .title-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  padding-bottom: 24px;
  text-align: left;
}
.product-infobox .title-info h4 {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.product-infobox .title-info h4 a {
  color: #0E2457;
}
.product-infobox .title-info h3 {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 0;
}
.product-infobox .title-info h3 a {
  color: #757494;
}
.product-infobox .ratings-stocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 12px;
}
.product-infobox .ratings-stocks .rating {
  color: #0E2457;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 100% */
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-infobox .ratings-stocks .rating .star-rating {
  margin: 0;
}
.product-infobox .ratings-stocks .stock-status span {
  font-size: 12.9px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px; /* 141.085% */
  padding-left: 17px;
  display: block;
  position: relative;
}
.product-infobox .ratings-stocks .stock-status span:before {
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.product-infobox .ratings-stocks .stock-status span.in-stock {
  color: #0E2457;
}
.product-infobox .ratings-stocks .stock-status span.in-stock:before {
  background: #090;
}
.product-infobox .ratings-stocks .stock-status span.out-of-stock {
  color: #666;
}
.product-infobox .ratings-stocks .stock-status span.out-of-stock:before {
  background: #e60707;
}
.product-infobox .coloursvarations {
  text-align: left;
  padding-bottom: 24px;
}
.product-infobox .coloursvarations p {
  padding: 0 0 6px 0;
  margin: 0;
  color: #757494;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
}
.product-infobox .coloursvarations .colous-wrap {
  display: flex;
  gap: 6px;
}
.product-infobox .coloursvarations .colous-wrap span {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
}
.product-infobox .savailability {
  display: flex;
  text-align: left;
}
.product-infobox .savailability .sizes-available {
  color: #0E2457;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px; /* 160% */
  border-radius: 8px;
  border: 1px solid #1E1E1E;
  display: flex;
  padding: 0 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.recomnded-wrap h3 {
  color: #0E2457;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 156.25% */
  letter-spacing: 1px;
  padding-bottom: 45px;
  text-transform: capitalize;
}
.recomnded-wrap .recomnd-sldier {
  overflow: hidden;
}
.recomnded-wrap .recomnd-sldier .swiper-slide {
  width: auto;
}
.recomnded-wrap .recomnd-sldier .product-card {
  width: 340px;
  list-style-type: none;
}

@media screen and (max-width: 1200px) {
  .cat-main-intro {
    padding: 30px 0 20px 0;
  }
  .cat-main-intro .cat-intro-inner h2 {
    font-size: 28px;
  }
  .cat-main-intro .cat-intro-inner p {
    font-size: 15px;
  }
  .cat-product-list-wrap .cat-product-list {
    gap: 40px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar {
    width: 240px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }
  .product-box .product-banners {
    height: 250px;
  }
  .recomnded-wrap h3 {
    font-size: 28px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 850px) {
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .cat-main-intro {
    padding: 25px 0 15px 0;
  }
  .cat-main-intro .cat-intro-inner {
    gap: 10px;
  }
  .cat-main-intro .cat-intro-inner h2 {
    font-size: 24px;
  }
  .cat-main-intro .cat-intro-inner p {
    font-size: 14px;
  }
  .cat-product-list-wrap .cat-product-list {
    flex-direction: column;
    gap: 30px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar {
    width: 100%;
    flex-shrink: 1;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .filter-line {
    flex: 1 1 calc(50% - 10px);
    min-width: 150px;
    padding-bottom: 15px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .filter-line:after {
    width: 100%;
    max-width: 174px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .filter-line h4 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .price-range-filter {
    flex: 1 1 100%;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .custom-tax-filter {
    flex: 1 1 calc(50% - 10px);
    min-width: 150px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar .filter-line .price-range-filter p .price-text {
    font-size: 15px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar .filter-line .price-range-filter p .price-label {
    font-size: 14px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label {
    font-size: 13px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar .custom-tax-filter label input[type=checkbox] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list {
    gap: 30px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form label {
    font-size: 13px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form label input {
    width: 24px;
    height: 14px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form label input:before {
    width: 10px;
    height: 10px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap {
    padding: 2px 2px 2px 10px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap span {
    font-size: 13px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap select {
    font-size: 13px;
    padding: 0px 24px 0px 12px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results {
    gap: 80px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination {
    padding-bottom: 80px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul {
    padding: 10px 12px;
    gap: 15px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a,
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span {
    font-size: 14px;
  }
  .product-box .product-banners {
    height: 200px;
  }
  .product-box .product-banners .view-product-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
  .product-box .product-banners .product-label-badge {
    font-size: 12px;
    padding: 4px 10px;
    top: 12px;
    left: 4px;
  }
  .product-infobox {
    padding: 12px 8px 8px 8px;
  }
  .product-infobox .price-line {
    gap: 20px;
    padding-bottom: 10px;
  }
  .product-infobox .price-line .price-tag bdi {
    font-size: 18px;
  }
  .product-infobox .price-line .price-tag strong {
    font-size: 11px;
  }
  .product-infobox .price-line .sale-badge {
    font-size: 12px;
    padding: 2px 6px;
  }
  .product-infobox .title-info {
    padding-bottom: 16px;
  }
  .product-infobox .title-info h4 {
    font-size: 14px;
  }
  .product-infobox .title-info h3 {
    font-size: 14px;
  }
  .product-infobox .ratings-stocks {
    gap: 6px;
    padding-bottom: 10px;
  }
  .product-infobox .ratings-stocks .rating {
    font-size: 13px;
    gap: 10px;
  }
  .product-infobox .ratings-stocks .stock-status span {
    font-size: 12px;
    padding-left: 16px;
  }
  .product-infobox .ratings-stocks .stock-status span:before {
    width: 10px;
    height: 10px;
  }
  .product-infobox .coloursvarations {
    padding-bottom: 16px;
  }
  .product-infobox .coloursvarations p {
    font-size: 12px;
  }
  .product-infobox .coloursvarations .colous-wrap span {
    width: 18px;
    height: 18px;
  }
  .product-infobox .savailability .sizes-available {
    font-size: 13px;
    padding: 0 6px;
  }
  .recomnded-wrap h3 {
    font-size: 24px;
    padding-bottom: 25px;
    line-height: 36px;
  }
  .recomnded-wrap .recomnd-sldier .product-card {
    max-width: 280px;
  }
  .product-category .branches-lsit-wrap h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .product-category .branches-lsit-wrap .branch-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-category .branches-lsit-wrap .branch-list .branch-itm {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .cat-main-intro {
    padding: 20px 0 10px 0;
  }
  .cat-main-intro .cat-intro-inner {
    gap: 8px;
  }
  .cat-main-intro .cat-intro-inner h2 {
    font-size: 20px;
  }
  .cat-main-intro .cat-intro-inner p {
    font-size: 13px;
  }
  .cat-product-list-wrap .cat-product-list {
    gap: 25px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form {
    flex-direction: column;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .filter-line {
    flex: 1 1 100%;
    min-width: 100%;
    padding-bottom: 12px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .filter-line h4 {
    font-size: 16px;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .custom-tax-filter {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .cat-product-list-wrap .cat-product-list .product-filter-sidebar form .custom-tax-filter label {
    font-size: 13px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list {
    gap: 25px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form label {
    justify-content: flex-start;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap {
    justify-content: space-between;
    width: 100%;
    padding: 4px 4px 4px 12px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list form .sort-wrap select {
    flex: 1;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results {
    gap: 50px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination {
    padding-bottom: 50px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul {
    padding: 8px 10px;
    gap: 10px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a,
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span {
    font-size: 13px;
    padding: 0 4px;
  }
  .product-box .product-banners {
    height: 160px;
  }
  .product-box .product-banners .view-product-btn {
    font-size: 11px;
    padding: 6px 12px;
  }
  .product-box .product-banners .product-label-badge {
    font-size: 10px;
    padding: 3px 8px;
    top: 10px;
    left: 3px;
    border-width: 1px;
  }
  .product-infobox {
    padding: 10px 6px 6px 6px;
  }
  .product-infobox .price-line {
    gap: 12px;
    padding-bottom: 8px;
    flex-direction: column;
  }
  .product-infobox .price-line .price-tag bdi {
    font-size: 16px;
  }
  .product-infobox .price-line .price-tag strong {
    font-size: 10px;
  }
  .product-infobox .price-line .sale-badge {
    font-size: 10px;
    padding: 2px 5px;
  }
  .product-infobox .title-info {
    padding-bottom: 12px;
  }
  .product-infobox .title-info h4 {
    font-size: 13px;
  }
  .product-infobox .title-info h3 {
    font-size: 13px;
  }
  .product-infobox .ratings-stocks {
    gap: 5px;
    padding-bottom: 8px;
  }
  .product-infobox .ratings-stocks .rating {
    font-size: 12px;
    gap: 8px;
  }
  .product-infobox .ratings-stocks .rating .star-rating {
    font-size: 12px;
  }
  .product-infobox .ratings-stocks .stock-status span {
    font-size: 11px;
    padding-left: 14px;
  }
  .product-infobox .ratings-stocks .stock-status span:before {
    width: 8px;
    height: 8px;
  }
  .product-infobox .coloursvarations {
    padding-bottom: 12px;
  }
  .product-infobox .coloursvarations p {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .product-infobox .coloursvarations .colous-wrap {
    gap: 4px;
  }
  .product-infobox .coloursvarations .colous-wrap span {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  .product-infobox .savailability .sizes-available {
    font-size: 12px;
    padding: 0 5px;
  }
  .recomnded-wrap h3 {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px;
  }
  .recomnded-wrap .recomnd-sldier .product-card {
    max-width: 220px;
  }
  .product-category .branches-lsit-wrap h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .product-category .branches-lsit-wrap .branch-list {
    flex-direction: column;
    align-items: center;
  }
  .product-category .branches-lsit-wrap .branch-list .branch-itm {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 360px) {
  .cat-main-intro {
    padding: 15px 0 8px 0;
  }
  .cat-main-intro .cat-intro-inner h2 {
    font-size: 18px;
  }
  .cat-main-intro .cat-intro-inner p {
    font-size: 12px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results ul.products {
    gap: 12px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination {
    padding-bottom: 35px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul {
    padding: 6px 8px;
    gap: 6px;
  }
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li a,
  .cat-product-list-wrap .cat-product-list .catproduct-list #product-results .woocommerce-pagination ul li span {
    font-size: 12px;
    padding: 0 3px;
  }
  .product-box .product-banners {
    height: 140px;
  }
  .product-infobox .price-line .price-tag bdi {
    font-size: 14px;
  }
  .product-infobox .title-info h4 {
    font-size: 12px;
  }
  .product-infobox .title-info h3 {
    font-size: 12px;
  }
  .recomnded-wrap .recomnd-sldier .product-card {
    max-width: 180px;
  }
  .product-category .branches-lsit-wrap h2 {
    font-size: 20px;
  }
}
.discover-wrap {
  padding: 87px 0 180px 0;
  margin-top: 30px;
  border-top: 1px solid #C6C5D8;
}
.discover-wrap h2 {
  color: #172957;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
  padding-bottom: 58px;
}
.discover-wrap .discover-inner {
  display: flex;
  gap: 21px;
  width: 100%;
}
.discover-wrap .discover-inner h2 {
  margin-bottom: 14px;
  padding: 0;
}
.discover-wrap .discover-inner p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  max-width: 600px;
}
.discover-wrap .discover-inner .discover-info {
  padding: 50px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom center;
  min-height: 500px;
  width: 100%;
}
.discover-wrap .discover-inner .discover-info h2 {
  color: #fff;
}
.discover-wrap .discover-inner .discover-info p {
  color: #FFF;
}
.discover-wrap .discover-inner .discover-ndis {
  background: #EBF0FF;
  padding: 50px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.discover-wrap .discover-inner .discover-ndis h2 {
  color: #564646;
  z-index: 1;
}
.discover-wrap .discover-inner .discover-ndis p {
  color: #564646;
  position: relative;
  z-index: 1;
}
.discover-wrap .discover-inner .discover-ndis a {
  position: relative;
  z-index: 1;
}
.discover-wrap .discover-inner .discover-ndis .logo-box {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 35px;
  width: 100%;
  gap: 150px;
}

.product-single-wrap .intro-section-wrap {
  padding-top: 20px;
}
.product-single-wrap .intro-section-wrap .intro-section {
  display: flex;
  gap: 52px;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider {
  display: flex;
  gap: 20px;
  width: 51%;
  height: 100%;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider {
  width: 132px;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-wrapper {
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-slide {
  max-height: 132px;
  height: max-content !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  overflow: hidden;
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
  border: 2px solid transparent;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0E2457;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider {
  width: 100%;
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
}
.product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-wrap .intro-section-wrap .intro-section .reset-button-wrapper {
  padding-top: 10px;
}
.product-single-wrap .intro-section-wrap .intro-section .reset-button-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  padding: 5px 15px;
  background: #666;
}
.product-single-wrap .intro-section-wrap .intro-section .reset-button-wrapper button span {
  font-weight: 400;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .info-box-inner {
  background: rgba(241, 242, 245, 0.58);
  padding: 14px 44px;
  display: flex;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
  margin-top: 30px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set h4 {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors {
  display: flex;
  align-items: flex-start;
  gap: 8.391px;
  flex-shrink: 0;
  align-self: stretch;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label {
  position: relative;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 90px;
  border: 1px solid #D1D5DC;
  color: #0A0A0A;
  text-align: center;
  font-family: "Arial";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label:has(input:checked) {
  background: #0E2457;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  color: #FFF;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label.disabled {
  opacity: 0.5;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label.disabled input {
  cursor: unset;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors table {
  display: none !important;
  height: 0px;
  overflow: hidden;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .brand-name {
  color: #1ECAD3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px; /* 157.5% */
  text-transform: uppercase;
  padding-bottom: 18px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox h2 {
  padding-bottom: 18px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .rating-line {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 28px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .rating-line .rating-count {
  color: #0E2457;
  font-size: 13.892px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.892px; /* 100% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .woocommerce-variation {
  padding-bottom: 10px;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .woocommerce-Price-amount {
  color: #20B5AD;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 96.154% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .stock {
  text-align: center;
  width: 100%;
  color: #757494;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 196.875% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .stock strong {
  color: #FF5437;
}
.product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .stock:before {
  display: none;
}
.product-single-wrap .intro-section-wrap .intro-section .woocommerce-variation-price {
  display: none !important;
}
.product-single-wrap .intro-section-wrap .intro-section .price {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-single-wrap .intro-section-wrap .intro-section .price .woocommerce-Price-amount {
  color: #20B5AD;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.product-single-wrap .intro-section-wrap .intro-section .price del .woocommerce-Price-amount {
  color: #9CA0AE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  text-decoration-line: line-through;
}
.product-single-wrap .intro-section-wrap .intro-section .save-details-wrapper {
  background: #0E2457;
  display: flex;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}
.product-single-wrap .intro-section-wrap .intro-section .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.product-single-wrap .intro-section-wrap .intro-section {
  /* Quantity Input Styling */
}
.product-single-wrap .intro-section-wrap .intro-section .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #D1D5DC;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  width: max-content;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  background: #f8f9fa;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn:hover {
  background: #e9ecef;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn:active {
  transform: scale(0.95);
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn.minus {
  border-right: 1px solid #D1D5DC;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn.plus {
  border-left: 1px solid #D1D5DC;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity input.qty {
  width: 60px;
  height: 44px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  background: transparent;
  padding: 0;
  outline: none;
  -moz-appearance: textfield;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity input.qty::-webkit-outer-spin-button,
.product-single-wrap .intro-section-wrap .intro-section .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-single-wrap .intro-section-wrap .intro-section .single_add_to_cart_button.added {
  background: #27ae60;
}
.product-single-wrap .intro-section-wrap .intro-section .single_add_to_cart_button.added::after {
  content: " ✓";
}
.product-single-wrap .intro-section-wrap .intro-section {
  /* Responsive */
}
@media (max-width: 768px) {
  .product-single-wrap .intro-section-wrap .intro-section .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }
  .product-single-wrap .intro-section-wrap .intro-section .quantity {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .intro-section .quantity input.qty {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .intro-section .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
  }
}
.product-single-wrap .intro-section-wrap .intro-section {
  /* Disabled state for quantity buttons */
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity .qty-btn:disabled:hover {
  background: #f8f9fa;
}
.product-single-wrap .intro-section-wrap .intro-section .product-description {
  padding-top: 25px;
  color: #364153;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.product-single-wrap .intro-section-wrap .intro-section .product-description a {
  color: #0E2457;
  text-decoration: underline;
}
.product-single-wrap .intro-section-wrap .intro-section .product-description h3, .product-single-wrap .intro-section-wrap .intro-section .product-description h4, .product-single-wrap .intro-section-wrap .intro-section .product-description h5 {
  color: #364153;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 10px;
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap strong {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap .suitable-for-list {
  display: flex;
  gap: 16px;
  align-items: center;
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap .suitable-for-list span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap .suitable-for-list span img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 0.5px solid #0E2457;
}
.product-single-wrap .intro-section-wrap .intro-section .suitfor-wrap .suitable-for-list span strong {
  font-size: 14px;
  font-family: "Arial";
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm h3 {
  color: #0E2457;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px; /* 157.5% */
  text-transform: uppercase;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  cursor: pointer;
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm h3 img {
  margin-right: 20px;
  transition: transform 0.3s ease;
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm p {
  color: #52637e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  padding: 0;
  margin: 0;
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm .acrodian-text {
  display: none;
}
.product-single-wrap .intro-section-wrap .intro-section .more-info-wrap .accordian-itm.active h3 img {
  transform: rotate(180deg);
}
.product-single-wrap .intro-section-wrap .intro-section .pickup-availability {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 30px;
  padding: 16px 0 24px 0;
}
.product-single-wrap .intro-section-wrap .intro-section .pickup-availability p {
  padding: 0;
  margin: 0;
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.product-single-wrap .intro-section-wrap .intro-section .pickup-availability p a {
  color: #1ECAD3;
}
.product-single-wrap .intro-section-wrap .intro-section .pickup-availability .store-list {
  color: #4A5565;
  text-align: center;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 130.612% */
  text-decoration: underline;
}
.product-single-wrap .intro-section-wrap .intro-section .delivery-info-txt {
  color: #0E2457;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  padding-bottom: 40px;
}
.product-single-wrap .intro-section-wrap .intro-section .stock-count {
  padding-top: 40px;
  color: #757494;
  text-align: center;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 196.875% */
}
.product-single-wrap .intro-section-wrap .intro-section .stock-count strong {
  color: #FF5437;
  font-weight: 500;
}
.product-single-wrap .intro-section-wrap .intro-section form.cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-single-wrap .intro-section-wrap .intro-section .price-container {
  color: #20B5AD;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 96.154% */
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-single-wrap .intro-section-wrap .intro-section .price-container .from-label {
  color: #0E2457;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-single-wrap .intro-section-wrap .intro-section .quantity-wrapper label {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}
.product-single-wrap .intro-section-wrap .intro-section .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .intro-section .add-to-cart-btn {
  width: 100%;
}
.product-single-wrap .intro-section-wrap .intro-section .payment-info {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  padding: 16px 0;
}
.product-single-wrap .intro-section-wrap .intro-section .payment-info span {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 196.875% */
}
.product-single-wrap .intro-section-wrap .intro-section .contact-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.product-single-wrap .intro-section-wrap .intro-section .contact-buttons a {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #0E2457;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0E2457;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: uppercase;
  height: 50px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap {
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap h3 {
  text-align: center;
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
  text-transform: capitalize;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item {
  max-width: 510px;
  width: 100%;
  padding-bottom: 30px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .bundle-product {
  display: flex;
  gap: 20px;
  width: 100%;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .product-img {
  background: #E6E8E9;
  width: 164px;
  height: 164px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .product-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .product-info-box {
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .product-info-box a.product-title {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 3px;
  line-height: 22.4px; /* 140% */
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .price-lin {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .price-lin .sale-badge {
  padding: 2px 5px;
  background: #0E2457;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .price-lin .from-label {
  color: #0E2457;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item .price-lin .woocommerce-Price-amount {
  color: #20B5AD;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px; /* 98% */
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form {
  display: flex;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-variations {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select {
  display: flex;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select label {
  padding-bottom: 8px;
  color: #0E2457;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select select {
  width: 100%;
  border-radius: 4px;
  border: 0.5px solid #0E2457;
  display: flex;
  padding: 6px 40px 6px 10px;
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px; /* 196.875% */
  text-transform: uppercase;
  background: url("../images/icons/dropdown-arrow-down.svg") right 15px center no-repeat;
  -webkit-appearance: none;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-single_variation_wrap {
  padding-top: 10px;
  width: 100%;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-single_variation_wrap .variations_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item form .bundle-single_variation_wrap .add-to-cart-btn {
  width: 100%;
}
.product-single-wrap .faq-box-wrap {
  padding: 90px 0 150px 0;
}
.product-single-wrap .faq-box-wrap .container {
  max-width: 1500px;
}
.product-single-wrap .faq-box-wrap .faq-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding-bottom: 54px;
}
.product-single-wrap .faq-box-wrap .faq-title h2 {
  font-size: 32px;
}
.product-single-wrap .faq-box-wrap .faq-title a {
  color: #4A5565;
  text-align: center;
  font-size: 12.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 130.612% */
  text-decoration-line: underline;
}
.product-single-wrap .faq-box-wrap .faq-quize-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm {
  overflow: hidden;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #F1F2F5;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4 {
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4:after {
  content: "+";
  font-size: 24px;
  color: #1E1E1E;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox {
  display: none;
  padding: 10px 0;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox p {
  margin: 0;
  color: #757494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm.active h4 {
  color: #1E1E1E;
}
.product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm.active h4:after {
  content: "-";
}
.product-single-wrap .product-bedding-guide {
  padding-bottom: 160px;
}
.product-single-wrap .product-bedding-guide .bedding-guide {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.product-single-wrap .product-bedding-guide .bedding-guide .side-banner {
  width: 60%;
}
.product-single-wrap .product-bedding-guide .bedding-guide .side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-single-wrap .product-bedding-guide .bedding-guide .main-intro {
  width: 40%;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}
.product-single-wrap .product-bedding-guide .bedding-guide .main-intro h3 {
  color: #172957;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 171.875% */
}
.product-single-wrap .product-bedding-guide .bedding-guide .main-intro p {
  max-width: 460px;
  color: #757494;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .discover-wrap {
    padding: 60px 0 100px 0;
  }
  .discover-wrap h2 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .discover-wrap .discover-inner {
    flex-direction: column;
    gap: 20px;
  }
  .discover-wrap .discover-inner .discover-info {
    min-height: 350px;
    padding: 40px;
  }
  .discover-wrap .discover-inner .discover-ndis {
    padding: 40px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box {
    gap: 80px;
  }
  .product-single-wrap .intro-section-wrap .intro-section {
    flex-direction: column;
    gap: 30px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider {
    width: 100px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .together-buying-wrap {
    padding: 30px;
  }
  .product-single-wrap .intro-section-wrap .together-buying-wrap .bundle-item {
    max-width: 100%;
  }
  .product-single-wrap .product-bedding-guide {
    padding-bottom: 100px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide {
    flex-direction: column;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .side-banner {
    width: 100%;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro {
    width: 100%;
    padding: 30px 20px;
  }
  .product-single-wrap .faq-box-wrap {
    padding: 60px 0 100px 0;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box {
    flex-direction: column;
    gap: 15px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .discover-wrap {
    padding: 40px 0 60px 0;
    margin-top: 20px;
  }
  .discover-wrap h2 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 30px;
  }
  .discover-wrap .discover-inner .discover-info {
    min-height: 280px;
    padding: 30px 20px;
  }
  .discover-wrap .discover-inner .discover-info h2 {
    font-size: 22px;
  }
  .discover-wrap .discover-inner .discover-info p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
  .discover-wrap .discover-inner .discover-ndis {
    padding: 30px 20px;
  }
  .discover-wrap .discover-inner .discover-ndis h2 {
    font-size: 22px;
  }
  .discover-wrap .discover-inner .discover-ndis p {
    font-size: 14px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box {
    gap: 40px;
    bottom: 20px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box img {
    max-width: 80px;
    height: auto;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider {
    flex-direction: column-reverse;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider {
    width: 100%;
    height: 80px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-wrapper {
    flex-direction: row;
    gap: 8px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-slide {
    max-height: 80px;
    max-width: 80px;
    height: 80px !important;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider .swiper-slide {
    min-height: 300px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .info-box-inner {
    padding: 14px 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .brand-name {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox h2 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .rating-line {
    gap: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .woocommerce-Price-amount {
    font-size: 22px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price .woocommerce-Price-amount {
    font-size: 22px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price del .woocommerce-Price-amount {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .save-details-wrapper {
    font-size: 12px;
    padding: 0 10px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors {
    flex-wrap: wrap;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label {
    padding: 6px 16px;
    min-width: 70px;
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px 0;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity input.qty {
    width: 100%;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .product-description {
    font-size: 14px;
    padding-top: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list {
    flex-wrap: wrap;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list span strong {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list span img {
    width: 38px;
    height: 38px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm h3 {
    font-size: 17px;
    gap: 15px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm h3 img {
    margin-right: 10px;
    width: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm p {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .pickup-availability {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0 16px 0;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .pickup-availability p {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .delivery-info-txt {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .contact-buttons {
    flex-direction: column;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .contact-buttons a {
    font-size: 14px;
    height: 44px;
    line-height: 42px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .payment-info {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .payment-info span {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .payment-info img {
    max-height: 30px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price-container {
    font-size: 22px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .quantity-wrapper label {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .stock-count {
    font-size: 14px;
    padding-top: 25px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap {
    padding: 20px 15px;
    gap: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .bundle-product {
    flex-direction: column;
    align-items: center;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-img {
    width: 140px;
    height: 140px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-info-box {
    align-items: center;
    text-align: center;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-info-box a.product-title {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .price-lin .woocommerce-Price-amount {
    font-size: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select select {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item form .bundle-single_variation_wrap .variations_button .add-to-cart-btn {
    font-size: 14px;
    padding: 12px;
  }
  .product-single-wrap .faq-box-wrap {
    padding: 40px 0 60px 0;
  }
  .product-single-wrap .faq-box-wrap .faq-title {
    padding-bottom: 30px;
  }
  .product-single-wrap .faq-box-wrap .faq-title h2 {
    font-size: 24px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col {
    gap: 15px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm {
    padding: 8px 12px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4:after {
    font-size: 20px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox p {
    font-size: 14px;
  }
  .product-single-wrap .product-bedding-guide {
    padding-bottom: 60px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .discover-wrap {
    padding: 30px 0 40px 0;
  }
  .discover-wrap h2 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .discover-wrap .discover-inner .discover-info {
    min-height: 220px;
    padding: 20px 15px;
  }
  .discover-wrap .discover-inner .discover-info h2 {
    font-size: 18px;
  }
  .discover-wrap .discover-inner .discover-info p {
    font-size: 13px;
    line-height: 18px;
  }
  .discover-wrap .discover-inner .discover-ndis {
    padding: 20px 15px;
  }
  .discover-wrap .discover-inner .discover-ndis h2 {
    font-size: 18px;
  }
  .discover-wrap .discover-inner .discover-ndis p {
    font-size: 13px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box {
    gap: 20px;
    bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box img {
    max-width: 60px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider {
    height: 60px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .thumb-slider .swiper-slide {
    max-height: 60px;
    max-width: 60px;
    height: 60px !important;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider .swiper-slide {
    min-height: 220px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .info-box-inner {
    padding: 12px 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .brand-name {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox h2 {
    font-size: 19px;
    padding-bottom: 8px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .rating-line {
    gap: 12px;
    padding-bottom: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .rating-line .rating-count {
    font-size: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .woocommerce-Price-amount {
    font-size: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .stock {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price .woocommerce-Price-amount {
    font-size: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price del .woocommerce-Price-amount {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .save-details-wrapper {
    font-size: 11px;
    padding: 0 8px;
    line-height: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set h4 {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label {
    padding: 5px 12px;
    min-width: 60px;
    font-size: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart {
    padding: 15px 0;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity .qty-btn {
    width: 36px;
    height: 38px;
    font-size: 16px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity input.qty {
    height: 38px;
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 14px;
    padding: 5px 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .product-description {
    font-size: 13px;
    padding-top: 14px;
    line-height: 19px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap strong {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list span strong {
    font-size: 12px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list span img {
    width: 32px;
    height: 32px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm {
    padding: 12px 0;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm h3 img {
    width: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm p {
    font-size: 13px;
    line-height: 19px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .pickup-availability p {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .delivery-info-txt {
    font-size: 13px;
    padding-bottom: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .contact-buttons a {
    font-size: 13px;
    height: 40px;
    line-height: 38px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .payment-info span {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .payment-info img {
    max-height: 24px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price-container {
    font-size: 20px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .stock-count {
    font-size: 13px;
    padding-top: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap {
    padding: 15px 10px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-img {
    width: 120px;
    height: 120px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-info-box a.product-title {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .price-lin .woocommerce-Price-amount {
    font-size: 16px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select label {
    font-size: 11px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item form .bundle-variations .bundle-variation-select select {
    font-size: 13px;
    padding: 4px 30px 4px 8px;
  }
  .product-single-wrap .faq-box-wrap {
    padding: 30px 0 40px 0;
  }
  .product-single-wrap .faq-box-wrap .faq-title {
    padding-bottom: 20px;
  }
  .product-single-wrap .faq-box-wrap .faq-title h2 {
    font-size: 20px;
  }
  .product-single-wrap .faq-box-wrap .faq-title a {
    font-size: 11px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col {
    gap: 10px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm {
    padding: 6px 10px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4:after {
    font-size: 18px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox {
    padding: 8px 0;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox p {
    font-size: 13px;
  }
  .product-single-wrap .product-bedding-guide {
    padding-bottom: 40px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro p {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .discover-wrap {
    padding: 20px 0 30px 0;
  }
  .discover-wrap h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .discover-wrap .discover-inner .discover-info {
    min-height: 180px;
    padding: 15px 12px;
  }
  .discover-wrap .discover-inner .discover-info h2 {
    font-size: 16px;
  }
  .discover-wrap .discover-inner .discover-info p {
    font-size: 12px;
  }
  .discover-wrap .discover-inner .discover-ndis {
    padding: 15px 12px;
  }
  .discover-wrap .discover-inner .discover-ndis h2 {
    font-size: 16px;
  }
  .discover-wrap .discover-inner .discover-ndis p {
    font-size: 12px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box {
    gap: 15px;
  }
  .discover-wrap .discover-inner .discover-ndis .logo-box img {
    max-width: 50px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .main-slider .single-product-slider .swiper-slide {
    min-height: 180px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .info-box-inner {
    padding: 10px 8px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .brand-name {
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox h2 {
    font-size: 17px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .price-container {
    font-size: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .single_variation_wrap .woocommerce-Price-amount {
    font-size: 18px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity .qty-btn {
    width: 32px;
    height: 34px;
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .woocommerce-variation-add-to-cart .quantity input.qty {
    height: 34px;
    font-size: 13px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .varations-selectors .woocommerce-variation-attributes .variation-set .variation-selectors label {
    padding: 4px 10px;
    min-width: 50px;
    font-size: 11px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .suitfor-wrap .suitable-for-list span img {
    width: 28px;
    height: 28px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .more-info-wrap .accordian-itm h3 {
    font-size: 14px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .product-infobox .contact-buttons a {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-img {
    width: 100px;
    height: 100px;
  }
  .product-single-wrap .intro-section-wrap .intro-section .together-buying-wrap .bundle-item .product-info-box a.product-title {
    font-size: 12px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm h4 {
    font-size: 12px;
    line-height: 17px;
  }
  .product-single-wrap .faq-box-wrap .faq-quize-box .faq-col .faq-itm .answerbox p {
    font-size: 12px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .product-single-wrap .product-bedding-guide .bedding-guide .main-intro p {
    font-size: 12px;
  }
}
.single-defalt-page .single-txt-wrap {
  padding: 50px 0;
}
.single-defalt-page .single-txt-wrap .wp-block-woocommerce-empty-cart-block {
  padding-bottom: 50px;
}
.single-defalt-page .single-txt-wrap .wp-block-woocommerce-empty-cart-block .wp-block-separator:before {
  display: none;
}
.single-defalt-page .single-txt-wrap .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #172957;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.single-defalt-page .single-txt-wrap .wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon {
  color: #172957;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  padding: 50px 0;
  background: rgba(14, 36, 87, 0.06);
}
.single-defalt-page .single-txt-wrap .wp-block-woocommerce-empty-cart-block .wp-block-heading.with-empty-cart-icon:before {
  background: url("../images/icons/shopping-cart.png");
  background-size: cover;
  mask-image: none;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-image {
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-onsale {
  background: #0E2457;
  color: #fff;
  border: 1px solid #0E2457;
  left: auto;
  padding: 5px 10px;
  line-height: 120%;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-title {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: max-content;
  position: relative;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-title:after {
  content: "";
  width: 0;
  border-bottom: 1px solid #0E2457;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  transition: width 0.3s ease;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-title:hover:after {
  width: 100%;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-price {
  color: #20B5AD;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-family: "Lato", sans-serif;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wp-block-button {
  text-align: center;
}
.single-defalt-page .single-txt-wrap .wp-block-product-new .wc-block-grid__product .wp-block-button a {
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2457;
  background-color: #0E2457;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  gap: 8px;
}
.single-defalt-page .wc-block-cart .wc-block-cart-items .wc-block-cart-item__image a img {
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
}
.single-defalt-page .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap a {
  color: #0E2457;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.single-defalt-page .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices span {
  color: #20B5AD;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.single-defalt-page .wc-block-cart .wc-block-cart-items .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper span {
  color: #20B5AD;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.single-defalt-page .wc-block-cart .wc-block-components-sidebar {
  background: rgba(14, 36, 87, 0.06);
  padding: 15px;
}
.single-defalt-page .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item {
  color: #0E2457;
}
.single-defalt-page .wc-block-cart .wp-element-button {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #484A72;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: uppercase;
}
.single-defalt-page .wc-block-cart .wp-element-button:hover {
  background: #484A72;
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block {
  background: rgba(14, 36, 87, 0.06);
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
  color: #0E2457;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  text-align: center;
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-product-name {
  color: #0E2457;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-formatted-money-amount {
  color: #20B5AD;
}
.single-defalt-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
  color: #0E2457;
}
.single-defalt-page .wc-block-components-main form .wc-block-components-address-form {
  align-items: flex-end;
}
.single-defalt-page .wc-block-components-main form .wc-block-components-title {
  color: #172957;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.single-defalt-page .wc-block-components-main form .wc-blocks-components-select label {
  position: relative;
  top: auto;
}
.single-defalt-page .wc-block-components-main form .wc-blocks-components-select select {
  -webkit-appearance: none;
}
.single-defalt-page .wc-block-components-main form .wc-blocks-components-select svg {
  display: none;
}
.single-defalt-page .wc-block-components-main form input[type=text], .single-defalt-page .wc-block-components-main form input[type=email] {
  height: 53px;
}
.single-defalt-page .wc-block-components-main form textarea {
  height: 218px;
}
.single-defalt-page .wc-block-components-main form input[type=text], .single-defalt-page .wc-block-components-main form input[type=email], .single-defalt-page .wc-block-components-main form textarea, .single-defalt-page .wc-block-components-main form select {
  padding: 14px 12px;
  border: 1px solid #0E2457;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  color: #364153;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
}
.single-defalt-page .wc-block-components-main form input[type=text]::placeholder, .single-defalt-page .wc-block-components-main form input[type=email]::placeholder, .single-defalt-page .wc-block-components-main form textarea::placeholder, .single-defalt-page .wc-block-components-main form select::placeholder {
  color: #868FA1;
}
.single-defalt-page .wc-block-components-main form select {
  background: url("../images/icons/dropdown-arrow-down.svg") right 15px center no-repeat;
  -webkit-appearance: none;
}
.single-defalt-page .wc-block-components-main form br {
  display: none;
}

.content-in .woocommerce {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .content-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.content-in .woocommerce .woocommerce-MyAccount-navigation {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px 0;
  border: 1px solid #e0e0e0;
  height: fit-content;
  position: sticky;
  top: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .content-in .woocommerce .woocommerce-MyAccount-navigation {
    position: static;
    order: 2;
  }
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 24px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  position: relative;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: rgba(44, 62, 80, 0.05);
  color: #2c3e50;
  border-left-color: #2c3e50;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  vertical-align: middle;
  opacity: 0.6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: rgba(44, 62, 80, 0.08);
  color: #2c3e50;
  border-left-color: #2c3e50;
  font-weight: 600;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1;
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='3' width='7' height='7'%3E%3C/rect%3E%3Crect x='14' y='14' width='7' height='7'%3E%3C/rect%3E%3Crect x='3' y='14' width='7' height='7'%3E%3C/rect%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z'%3E%3C/path%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cpath d='M16 10a4 4 0 01-8 0'%3E%3C/path%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4'%3E%3C/path%3E%3Cpolyline points='16 17 21 12 16 7'%3E%3C/polyline%3E%3Cline x1='21' y1='12' x2='9' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.content-in .woocommerce .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 8px;
  padding: 30px 35px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .content-in .woocommerce .woocommerce-MyAccount-content {
    padding: 20px;
    order: 1;
  }
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account {
  max-width: 700px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px 30px 20px;
  margin: 25px 0 20px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  letter-spacing: 0.5px;
  background: #fff;
  width: auto;
  float: none;
  border: none;
  margin-bottom: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row {
  margin-bottom: 20px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row label .required {
  color: #e74c3c;
  font-weight: 700;
  margin-left: 3px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text],
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email],
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password] {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: #fafafa;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text]:focus,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email]:focus,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password]:focus {
  outline: none;
  border-color: #3498db;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text]:hover,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email]:hover,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password]:hover {
  border-color: rgb(198.5, 198.5, 198.5);
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input {
  position: relative;
  display: block;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input input {
  padding-right: 44px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 4px 8px;
  font-size: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input::after {
  content: "👁️";
  font-size: 18px;
  line-height: 1;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input:hover {
  color: #2c3e50;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input.display-password::after {
  content: "🙈";
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-first, .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-last {
  width: 48%;
  float: left;
  clear: none;
}
@media (max-width: 480px) {
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-first, .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-last {
    width: 100%;
    float: none;
    clear: both;
  }
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-first {
  margin-right: 4%;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-last {
  margin-right: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row.form-row-wide {
  clear: both;
  float: none;
  width: 100%;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .clear {
  clear: both;
  display: block;
  height: 0;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account #account_display_name_description {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
  font-style: italic;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account #account_display_name_description em {
  font-style: italic;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button.button {
  background: #2c3e50;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  width: auto;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button.button:hover {
  background: rgb(25.9032258065, 36.5, 47.0967741935);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button.button:active {
  transform: translateY(0);
  box-shadow: none;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-message,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-error {
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  border-left: 4px solid;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-message::before,
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-message {
  background: rgba(39, 174, 96, 0.08);
  border-left-color: #27ae60;
  color: rgb(24.9929577465, 111.5070422535, 61.5211267606);
}
.content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-notices-wrapper .woocommerce-error {
  background: rgba(231, 76, 60, 0.08);
  border-left-color: #e74c3c;
  color: rgb(190.9931506849, 39.1780821918, 23.5068493151);
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address .woocommerce-Address-title a {
  font-size: 13px;
  color: #3498db;
  text-decoration: none;
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address .woocommerce-Address-title a:hover {
  text-decoration: underline;
}
.content-in .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard .woocommerce-Address address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    padding: 20px 15px 15px;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 14px;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text],
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email],
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password] {
    padding: 10px 14px;
    font-size: 13px;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-Button.button {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}
@media (prefers-color-scheme: dark) {
  .content-in .woocommerce .woocommerce-MyAccount-content {
    background: #1a1a1a;
    border-color: #333;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    border-color: #333;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    background: #1a1a1a;
    color: #fff;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row label {
    color: #ddd;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text],
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email],
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password] {
    background: #2a2a2a;
    border-color: #444;
    color: #eee;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=text]:focus,
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=email]:focus,
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row input[type=password]:focus {
    border-color: #3498db;
    background: #333;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input {
    color: #777;
  }
  .content-in .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .password-input .show-password-input:hover {
    color: #ddd;
  }
  .content-in .woocommerce .woocommerce-MyAccount-navigation {
    background: #1a1a1a;
    border-color: #333;
  }
  .content-in .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #ccc;
  }
  .content-in .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
  }
  .content-in .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
    filter: invert(1);
  }
}

.search-wrapper {
  position: relative;
  display: inline-block;
}
.search-wrapper .search-toggle {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.search-wrapper .search-toggle:hover {
  opacity: 0.7;
}
.search-wrapper .search-toggle img {
  width: 24px;
  height: 24px;
  display: block;
}
.search-wrapper .search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 380px;
  max-width: 90vw;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.search-wrapper .search-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.search-wrapper .search-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.search-wrapper .search-dropdown .search-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper {
  display: flex;
  align-items: center;
  background: #f5f6f7;
  border-radius: 8px;
  padding: 0 4px 0 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper:focus-within {
  background: #fff;
  border-color: #3498db;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-field {
  flex: 1;
  padding: 12px 8px 12px 0;
  font-size: 15px;
  background: transparent;
  border: none;
  outline: none;
  color: #333;
  font-family: inherit;
  box-shadow: 0px;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-field::placeholder {
  color: #999;
  font-size: 14px;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit {
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit:hover {
  color: #3498db;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit svg {
  width: 20px;
  height: 20px;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close {
  background: none;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: #999;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -4px;
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close:hover {
  color: #e74c3c;
  transform: rotate(90deg);
}
.search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close svg {
  width: 18px;
  height: 18px;
}
.search-wrapper .search-dropdown .search-form .search-category .search-category-select {
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  background: #fafafa;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.search-wrapper .search-dropdown .search-form .search-category .search-category-select:focus {
  outline: none;
  border-color: #3498db;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.search-wrapper .search-dropdown .search-form .search-category .search-category-select:hover {
  border-color: #bbb;
}
.search-wrapper .search-dropdown .search-form .search-suggestions {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list li {
  margin: 0;
}
.search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list li a {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}
.search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list li a:hover {
  background: #3498db;
  color: #fff;
}

@media (max-width: 768px) {
  .search-wrapper .search-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 60px 20px 20px;
    transform: translateY(-100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    height: auto;
    min-height: 200px;
  }
  .search-wrapper .search-dropdown.open {
    transform: translateY(0);
  }
  .search-wrapper .search-dropdown::before {
    display: none;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper {
    padding: 0 4px 0 16px;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-field {
    padding: 14px 8px 14px 0;
    font-size: 16px;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit {
    padding: 10px 14px;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close {
    padding: 10px 14px;
  }
}
@media (prefers-color-scheme: dark) {
  .search-wrapper .search-dropdown {
    background: #1a1a1a;
    border-color: #333;
  }
  .search-wrapper .search-dropdown::before {
    background: #1a1a1a;
    border-color: #333;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper {
    background: #2a2a2a;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper:focus-within {
    background: #1a1a1a;
    border-color: #3498db;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-field {
    color: #eee;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-field::placeholder {
    color: #777;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit {
    color: #999;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-submit:hover {
    color: #3498db;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close {
    color: #777;
  }
  .search-wrapper .search-dropdown .search-form .search-input-wrapper .search-close:hover {
    color: #e74c3c;
  }
  .search-wrapper .search-dropdown .search-form .search-category .search-category-select {
    background-color: #2a2a2a;
    border-color: #444;
    color: #eee;
  }
  .search-wrapper .search-dropdown .search-form .search-category .search-category-select:focus {
    border-color: #3498db;
    background-color: #1a1a1a;
  }
  .search-wrapper .search-dropdown .search-form .search-suggestions {
    border-top-color: #333;
  }
  .search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-label {
    color: #777;
  }
  .search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list li a {
    background: #2a2a2a;
    color: #aaa;
  }
  .search-wrapper .search-dropdown .search-form .search-suggestions .suggestion-list li a:hover {
    background: #3498db;
    color: #fff;
  }
}
.search-results-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}
@media (max-width: 768px) {
  .search-results-container {
    padding: 16px 16px 30px;
  }
}

.search-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.search-header .search-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px;
}
.search-header .search-title .search-term {
  color: #3498db;
}
.search-header .search-count {
  font-size: 16px;
  color: #999;
  margin: 0;
}
@media (max-width: 768px) {
  .search-header .search-title {
    font-size: 24px;
  }
  .search-header .search-count {
    font-size: 14px;
  }
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
  }
}
.shop-toolbar .toolbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-toolbar .toolbar-left .results-count {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.shop-toolbar .toolbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop-toolbar .toolbar-right .sort-select {
  padding: 8px 36px 8px 14px;
  font-size: 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: all 0.3s ease;
}
.shop-toolbar .toolbar-right .sort-select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.shop-toolbar .toolbar-right .sort-select:hover {
  border-color: rgb(185.75, 185.75, 185.75);
}

.products-results .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-results .products::before, .products-results .products::after {
  display: none;
}
@media (max-width: 992px) {
  .products-results .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .products-results .products {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.products-results .product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.products-results .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-color: #3498db;
}
.products-results .product-card .product-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-results .product-card .product-banners {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  aspect-ratio: 1/1;
}
.products-results .product-card .product-banners img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.products-results .product-card .product-banners:hover img {
  transform: scale(1.05);
}
.products-results .product-card .product-banners .view-product-btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 24px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  white-space: nowrap;
  height: max-content;
}
.products-results .product-card .product-banners .view-product-btn:hover {
  background: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}
.products-results .product-card .product-banners:hover .view-product-btn {
  bottom: 20px;
  opacity: 1;
}
.products-results .product-card .product-banners .product-label-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  background: #3498db;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.products-results .product-card .product-infobox {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-results .product-card .product-infobox .price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-results .product-card .product-infobox .price-line .price-tag {
  font-size: 14px;
  color: #666;
}
.products-results .product-card .product-infobox .price-line .price-tag strong {
  font-weight: 600;
  color: #333;
}
.products-results .product-card .product-infobox .price-line .price-tag .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
}
.products-results .product-card .product-infobox .price-line .price-tag del {
  color: #999;
  font-size: 16px;
  margin-left: 6px;
}
.products-results .product-card .product-infobox .price-line .price-tag ins {
  text-decoration: none;
  color: #e67e22;
}
.products-results .product-card .product-infobox .price-line .sale-badge {
  padding: 2px 10px;
  background: rgba(230, 126, 34, 0.12);
  color: #e67e22;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.products-results .product-card .product-infobox .title-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
}
.products-results .product-card .product-infobox .title-info h3 a {
  color: inherit;
  text-decoration: none;
}
.products-results .product-card .product-infobox .title-info h3 a:hover {
  color: #3498db;
}
.products-results .product-card .product-infobox .ratings-stocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  border-top: 1px solid #e0e0e0;
}
.products-results .product-card .product-infobox .ratings-stocks .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.products-results .product-card .product-infobox .ratings-stocks .rating .star-rating {
  position: relative;
  width: 80px;
  height: 14px;
  font-size: 12px;
  color: #f1c40f;
  overflow: hidden;
}
.products-results .product-card .product-infobox .ratings-stocks .rating .star-rating::before {
  content: "★★★★★";
  color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.products-results .product-card .product-infobox .ratings-stocks .rating .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.products-results .product-card .product-infobox .ratings-stocks .rating .star-rating span::before {
  content: "★★★★★";
  color: #f1c40f;
  position: absolute;
  top: 0;
  left: 0;
}
.products-results .product-card .product-infobox .ratings-stocks .rating .rating-count {
  font-size: 12px;
  color: #999;
}
.products-results .product-card .product-infobox .ratings-stocks .stock-status {
  font-size: 12px;
  font-weight: 600;
}
.products-results .product-card .product-infobox .ratings-stocks .stock-status .in-stock {
  color: #27ae60;
}
.products-results .product-card .product-infobox .ratings-stocks .stock-status .out-of-stock {
  color: #e74c3c;
}

.search-pagination {
  text-align: center;
  margin-top: 40px;
}
.search-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.search-pagination .page-numbers.current {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}
.search-pagination .page-numbers:hover:not(.current) {
  background: #f8f9fa;
  border-color: rgb(185.75, 185.75, 185.75);
}

.search-no-results {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 12px;
}
.search-no-results .no-results-icon {
  margin-bottom: 20px;
  color: #ccc;
}
.search-no-results .no-results-icon svg {
  width: 64px;
  height: 64px;
}
.search-no-results h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 10px;
}
.search-no-results p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.search-no-results .search-form-no-results {
  display: flex;
  max-width: 500px;
  margin: 0 auto 30px;
  gap: 10px;
}
.search-no-results .search-form-no-results .search-field-no-results {
  flex: 1;
  padding: 12px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.search-no-results .search-form-no-results .search-field-no-results:focus {
  outline: none;
  border-color: #3498db;
}
.search-no-results .search-form-no-results .search-submit-no-results {
  padding: 12px 30px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-no-results .search-form-no-results .search-submit-no-results:hover {
  background: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}
.search-no-results .popular-categories h3 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 16px;
}
.search-no-results .popular-categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.search-no-results .popular-categories ul li a {
  display: inline-block;
  padding: 6px 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.search-no-results .popular-categories ul li a:hover {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  .search-results-container .search-header {
    border-bottom-color: #333;
  }
  .search-results-container .search-header .search-title {
    color: #eee;
  }
  .search-results-container .shop-toolbar {
    background: #1a1a1a;
    border-color: #333;
  }
  .search-results-container .shop-toolbar .toolbar-left .results-count {
    color: #999;
  }
  .search-results-container .shop-toolbar .toolbar-right .sort-select {
    background-color: #2a2a2a;
    border-color: #444;
    color: #ddd;
  }
  .search-results-container .product-card {
    background: #1a1a1a;
    border-color: #333;
  }
  .search-results-container .product-card .product-banners {
    background: #2a2a2a;
  }
  .search-results-container .product-card .product-infobox .price-line .price-tag {
    color: #999;
  }
  .search-results-container .product-card .product-infobox .price-line .price-tag .woocommerce-Price-amount {
    color: #eee;
  }
  .search-results-container .product-card .product-infobox .title-info h3 {
    color: #eee;
  }
  .search-results-container .product-card .product-infobox .ratings-stocks {
    border-top-color: #333;
  }
  .search-results-container .search-no-results {
    background: #1a1a1a;
  }
  .search-results-container .search-no-results h2 {
    color: #eee;
  }
  .search-results-container .search-no-results p {
    color: #999;
  }
  .search-results-container .search-no-results .search-form-no-results .search-field-no-results {
    background: #2a2a2a;
    border-color: #444;
    color: #eee;
  }
  .search-results-container .search-no-results .popular-categories ul li a {
    background: #2a2a2a;
    border-color: #444;
    color: #ccc;
  }
  .search-results-container .search-no-results .popular-categories ul li a:hover {
    background: #3498db;
    color: #fff;
  }
  .search-results-container .search-pagination .page-numbers {
    background: #1a1a1a;
    border-color: #333;
    color: #ddd;
  }
  .search-results-container .search-pagination .page-numbers.current {
    background: #3498db;
  }
  .search-results-container .search-pagination .page-numbers:hover:not(.current) {
    background: #2a2a2a;
  }
}
@media (max-width: 768px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-card .product-banners .view-product-btn {
    display: none;
  }
  .search-no-results {
    padding: 40px 16px;
  }
  .search-no-results h2 {
    font-size: 22px;
  }
  .search-no-results .search-form-no-results {
    flex-direction: column;
  }
  .search-no-results .search-form-no-results .search-field-no-results {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .products {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .product-card .product-infobox {
    padding: 12px 14px 16px;
  }
  .product-card .product-infobox .price-line .price-tag .woocommerce-Price-amount {
    font-size: 17px;
  }
  .product-card .product-infobox .title-info h3 {
    font-size: 14px;
  }
  .product-card .product-infobox .ratings-stocks .rating .star-rating {
    width: 70px;
    font-size: 11px;
  }
}
.page-content-404 {
  padding: 40px 0 60px;
  min-height: 600px;
}

.error-404-container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.bed-animation {
  position: relative;
  display: inline-block;
  margin: 0 auto 40px;
  padding: 20px 40px 30px;
}
.bed-animation .bed-frame {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
.bed-animation .bed-frame .pillow {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 80px;
  height: 50px;
  background: #f5f0eb;
  border-radius: 30px 30px 15px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
}
.bed-animation .bed-frame .pillow .pillow-inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #faf5f0;
  border-radius: 20px 20px 10px 10px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}
.bed-animation .bed-frame .pillow::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 30%;
  width: 40%;
  height: 8px;
  background: #e8e0d8;
  border-radius: 0 0 50% 50%;
}
.bed-animation .bed-frame .mattress {
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, #4a90d9 0%, #357abd 100%);
  border-radius: 20px 20px 10px 10px;
  box-shadow: 0 8px 30px rgba(52, 152, 219, 0.3);
  position: relative;
  overflow: hidden;
}
.bed-animation .bed-frame .mattress .mattress-lines {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 0 rgba(255, 255, 255, 0.1), 0 -15px 0 rgba(255, 255, 255, 0.1), 0 30px 0 rgba(255, 255, 255, 0.05), 0 -30px 0 rgba(255, 255, 255, 0.05);
}
.bed-animation .bed-frame .mattress::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 21px);
}
.bed-animation .bed-frame .bed-legs {
  display: flex;
  justify-content: space-around;
  padding: 0 15px;
  margin-top: -5px;
}
.bed-animation .bed-frame .bed-legs span {
  width: 12px;
  height: 30px;
  background: linear-gradient(180deg, #8B7355, #6b5a44);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.bed-animation .bed-frame .bed-legs span:nth-child(1), .bed-animation .bed-frame .bed-legs span:nth-child(4) {
  height: 35px;
}
.bed-animation .zzz-animation {
  position: absolute;
  top: -30px;
  right: -20px;
}
.bed-animation .zzz-animation .zzz {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #4a90d9;
  opacity: 0;
  animation: floatZ 3s ease-in-out infinite;
}
.bed-animation .zzz-animation .zzz.zzz1 {
  animation-delay: 0s;
  font-size: 28px;
  right: 0;
  top: 0;
}
.bed-animation .zzz-animation .zzz.zzz2 {
  animation-delay: 0.6s;
  font-size: 22px;
  right: 20px;
  top: 15px;
}
.bed-animation .zzz-animation .zzz.zzz3 {
  animation-delay: 1.2s;
  font-size: 18px;
  right: 35px;
  top: 30px;
}
.bed-animation .zzz-animation .zzz.zzz4 {
  animation-delay: 1.8s;
  font-size: 30px;
  right: -10px;
  top: -10px;
}
.bed-animation .floating-pillow {
  position: absolute;
  bottom: -20px;
  left: -30px;
  font-size: 40px;
  animation: floatPillow 4s ease-in-out infinite;
}

.error-message {
  margin-bottom: 40px;
}
.error-message .error-code {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.error-message .error-code .digit {
  font-size: 80px;
  font-weight: 900;
  color: #2c3e50;
  display: inline-block;
  animation: bounceDigit 2s ease-in-out infinite;
}
.error-message .error-code .digit.digit-1 {
  animation-delay: 0s;
}
.error-message .error-code .digit.digit-2 {
  animation-delay: 0.3s;
}
.error-message .error-code .digit.digit-3 {
  animation-delay: 0.6s;
}
.error-message h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
}
.error-message p {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.6;
}
.error-message .error-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.error-message .error-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error-message .error-actions a svg {
  transition: transform 0.3s ease;
}
.error-message .error-actions a:hover svg {
  transform: translateX(-4px);
}
.error-message .error-actions .btn-home {
  background: #2c3e50;
  color: #fff;
}
.error-message .error-actions .btn-home:hover {
  background: #1a252f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}
.error-message .error-actions .btn-shop {
  background: #3498db;
  color: #fff;
}
.error-message .error-actions .btn-shop:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
.error-message .error-actions .btn-store {
  background: #1ECAD3;
  color: #fff;
}
.error-message .error-actions .btn-store:hover {
  background: #17a2b8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(30, 202, 211, 0.3);
}

.sleep-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}
.sleep-tips .tip-card {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.sleep-tips .tip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: #e0e0e0;
}
.sleep-tips .tip-card .tip-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 8px;
}
.sleep-tips .tip-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 6px;
}
.sleep-tips .tip-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

@keyframes floatBed {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatZ {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.5);
  }
  20% {
    opacity: 1;
    transform: translateY(-10px) scale(1);
  }
  80% {
    opacity: 1;
    transform: translateY(-40px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-60px) scale(1.2);
  }
}
@keyframes floatPillow {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}
@keyframes bounceDigit {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .error-message .error-code .digit {
    font-size: 60px;
  }
  .error-message h2 {
    font-size: 24px;
  }
  .error-message p {
    font-size: 16px;
    padding: 0 16px;
  }
  .error-message .error-actions a {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  .sleep-tips {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sleep-tips .tip-card {
    padding: 20px;
  }
  .bed-animation .bed-frame {
    width: 220px;
  }
  .bed-animation .bed-frame .mattress {
    height: 100px;
  }
  .bed-animation .bed-frame .pillow {
    width: 60px;
    height: 40px;
    top: -15px;
    left: 15px;
  }
  .bed-animation .zzz-animation {
    right: -10px;
  }
  .bed-animation .zzz-animation .zzz {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .error-message .error-code .digit {
    font-size: 44px;
  }
  .error-message h2 {
    font-size: 20px;
  }
  .bed-animation .bed-frame {
    width: 180px;
  }
  .bed-animation .bed-frame .mattress {
    height: 80px;
    border-radius: 15px 15px 8px 8px;
  }
  .bed-animation .bed-frame .pillow {
    width: 50px;
    height: 32px;
    top: -12px;
    left: 10px;
  }
  .bed-animation .bed-frame .pillow .pillow-inner {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
  .bed-animation .bed-frame .bed-legs span {
    width: 8px;
    height: 20px;
  }
}
@media (prefers-color-scheme: dark) {
  .error-message .error-code .digit {
    color: #eee;
  }
  .error-message h2 {
    color: #eee;
  }
  .error-message p {
    color: #999;
  }
  .sleep-tips .tip-card {
    background: #1a1a1a;
  }
  .sleep-tips .tip-card h4 {
    color: #eee;
  }
  .sleep-tips .tip-card p {
    color: #999;
  }
  .bed-animation .bed-frame .pillow {
    background: #2a2a2a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  .bed-animation .bed-frame .pillow .pillow-inner {
    background: #333;
  }
  .bed-animation .bed-frame .pillow::after {
    background: #222;
  }
  .bed-animation .bed-frame .mattress {
    background: linear-gradient(180deg, #2980b9 0%, #1a5276 100%);
    box-shadow: 0 8px 30px rgba(52, 152, 219, 0.2);
  }
  .bed-animation .bed-frame .bed-legs span {
    background: linear-gradient(180deg, #5a4a3a, #3a2a1a);
  }
  .bed-animation .zzz-animation .zzz {
    color: #3498db;
  }
}
.custom-shop-page .shop-product-list-wrap {
  padding: 60px 0 100px 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list {
  display: flex;
  gap: 40px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar {
  width: 280px;
  flex-shrink: 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 20px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section {
  padding: 8px 0;
  border-bottom: 1px solid #E8EAED;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section:last-child {
  border-bottom: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.all-products-link {
  padding-bottom: 12px;
  border-bottom: 2px solid #0E2457;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.all-products-link a {
  font-weight: 600;
  color: #0E2457;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter {
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid #E8EAED;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter .clear-link {
  color: #e74c3c;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter .clear-link .clear-icon {
  font-size: 12px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter .clear-link:hover {
  text-decoration: underline;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #4A5565;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .cat-icon svg {
  width: 20px;
  height: 20px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .count {
  margin-left: auto;
  color: #999;
  font-size: 12px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link:hover {
  background: rgba(14, 36, 87, 0.05);
  color: #0E2457;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link.active {
  background: rgba(14, 36, 87, 0.08);
  color: #0E2457;
  font-weight: 600;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area {
  width: 100%;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8EAED;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .results-count h3 {
  font-size: 24px;
  color: #0E2457;
  margin: 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .stock-filter-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4A5565;
  cursor: pointer;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .stock-filter-form label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 12px;
  border: 1px solid #DDE2E4;
  border-radius: 6px;
  background: #fff;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap span {
  color: #9AA6AC;
  font-size: 14px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap select {
  border: none;
  padding: 4px 30px 4px 12px;
  font-size: 14px;
  color: #252C32;
  background: url("../images/icons/dropdown-arrow.svg") right 10px center no-repeat;
  -webkit-appearance: none;
  cursor: pointer;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap select:focus {
  outline: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card {
  list-style-type: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-banners {
  position: relative;
  height: 250px;
  background: linear-gradient(202deg, #E5E5E5 14.27%, #E6EDF2 103.2%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-banners .sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e74c3c;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-banners img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox {
  padding: 16px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .title-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0E2457;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .title-info h4 a {
  color: #0E2457;
  text-decoration: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .title-info h3 {
  font-size: 13px;
  color: #757494;
  margin: 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .title-info h3 a {
  color: #757494;
  text-decoration: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .price-line {
  padding: 12px 0;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .price-line .price-tag .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #20B5AD;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .price-line .price-tag del .woocommerce-Price-amount {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .price-line .price-tag ins {
  text-decoration: none;
  margin-left: 8px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .button-outline {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #0E2457;
  border-radius: 4px;
  color: #0E2457;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-infobox .button-outline:hover {
  background: #0E2457;
  color: #fff;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  border: 0px;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li a, .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  color: #1D2939;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li a:hover, .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li span:hover {
  background: #0E2457;
  color: #fff;
  border-color: #0E2457;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li a.current, .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li span.current {
  background: #0E2457;
  color: #fff;
  border-color: #0E2457;
}
.custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .custom-pagination ul li.active a {
  background: #0E2457;
  color: #fff;
  border-color: #0E2457;
}
.custom-shop-page .shop-page-intro {
  padding: 40px 0;
}
.custom-shop-page .shop-page-intro .intro-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.custom-shop-page .shop-page-intro .intro-inner h2 {
  font-size: 32px;
  color: #0E2457;
  margin-bottom: 16px;
}
.custom-shop-page .shop-page-intro .intro-inner p {
  color: #757494;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar {
    width: 240px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .custom-shop-page .shop-product-list-wrap .shop-product-list {
    flex-direction: column;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar {
    width: 100%;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    top: 0;
    padding: 16px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section {
    border-bottom: none;
    padding: 0;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.all-products-link, .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    background: #f0f0f0;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .cat-icon {
    display: none;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link .count {
    font-size: 11px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link.active {
    background: #0E2457;
    color: #fff;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section.clear-filter .clear-link {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    background: #fee;
    color: #e74c3c;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .results-count h3 {
    font-size: 20px;
    text-align: center;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls {
    justify-content: center;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .stock-filter-form label {
    font-size: 13px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap span {
    font-size: 13px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .shop-top-controls .shop-controls .sort-wrap select {
    font-size: 13px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-banners {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner {
    padding: 12px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-filter-sidebar .sidebar-inner .filter-section a.category-link {
    font-size: 12px;
    padding: 4px 12px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .custom-shop-page .shop-product-list-wrap .shop-product-list .shop-products-area .products-grid .product-card .product-box .product-banners {
    height: 220px;
  }
}

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