@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Bold-FD.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Medium-FD.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Regular-FD.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Casablanca;
  src: url("../fonts/Mj_Casablanca.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "font-icon";
  src: url("../fonts/font-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=icon-] {
  display: var(--font-icon-display, inline-block);
  font-family: "font-icon" !important;
  font-size: var(--font-icon-font-size, 24px);
  font-weight: var(--font-icon-font-weight, 400);
  width: var(--font-icon-width, auto);
  color: var(--font-icon-color, #0f0f0f);
  speak: never;
  font-style: normal;
  font-variant: normal;
  margin: var(--font-icon-margin, 0);
  text-transform: none;
  vertical-align: var(--font-icon-vertical-align, inherit);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i[class^=icon-]::before {
  display: block;
}

.icon-trash:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e907";
}

.icon-dashboard:before {
  content: "\e906";
}

.icon-whatsapp:before {
  content: "\e900";
}

.icon-basket:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-telegram:before {
  content: "\e904";
}

.icon-user:before {
  content: "\e905";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html, body {
  width: 100%;
  margin: 0;
  direction: rtl;
}

body {
  font-family: var(--body-font-family, Vazir, Vazir);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-font-weight, 400);
  line-height: var(--body-line-height, 1.5);
  text-align: var(--body-text-align, right);
  color: var(--body-color, #000);
  background-color: var(--body-bg, #3d3d3d);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#page {
  background-color: #fff;
}

h1 {
  font-family: var(--heading-1-font-family, Vazir, Vazir);
  font-size: var(--heading-1-font-size, 24px);
  font-weight: var(--heading-1-font-weight, 700);
  line-height: var(--heading-1-line-height, 1.5);
  text-align: var(--heading-1-text-align, right);
  color: var(--heading-1-color, #000);
  margin: var(--heading-1-margin, 0 0 16px 0);
}

h2 {
  font-family: var(--heading-2-font-family, Vazir, Vazir);
  font-size: var(--heading-2-font-size, 20px);
  font-weight: var(--heading-2-font-weight, 700);
  line-height: var(--heading-2-line-height, 1.5);
  text-align: var(--heading-2-text-align, right);
  color: var(--heading-2-color, #000);
  margin: var(--heading-2-margin, 0 0 16px 0);
}

h3 {
  font-family: var(--heading-3-font-family, Vazir, Vazir);
  font-size: var(--heading-3-font-size, 18px);
  font-weight: var(--heading-3-font-weight, 700);
  line-height: var(--heading-3-line-height, 1.5);
  text-align: var(--heading-3-text-align, right);
  color: var(--heading-3-color, #000);
  margin: var(--heading-3-margin, 0 0 16px 0);
}

h4 {
  font-family: var(--heading-4-font-family, Vazir, Vazir);
  font-size: var(--heading-4-font-size, 16px);
  font-weight: var(--heading-4-font-weight, 700);
  line-height: var(--heading-4-line-height, 1.5);
  text-align: var(--heading-4-text-align, right);
  color: var(--heading-4-color, #000);
  margin: var(--heading-4-margin, 0 0 16px 0);
}

h5 {
  font-family: var(--heading-5-font-family, Vazir, Vazir);
  font-size: var(--heading-5-font-size, 14px);
  font-weight: var(--heading-5-font-weight, 700);
  line-height: var(--heading-5-line-height, 1.5);
  text-align: var(--heading-5-text-align, right);
  color: var(--heading-5-color, #000);
  margin: var(--heading-5-margin, 0 0 16px 0);
}

h6 {
  font-family: var(--heading-6-font-family, Vazir, Vazir);
  font-size: var(--heading-6-font-size, 12px);
  font-weight: var(--heading-6-font-weight, 700);
  line-height: var(--heading-6-line-height, 1.5);
  text-align: var(--heading-6-text-align, right);
  color: var(--heading-6-color, #000);
  margin: var(--heading-6-margin, 0 0 16px 0);
}

p {
  font-family: var(--paragraph-font-family, Vazir, Vazir);
  font-size: var(--paragraph-font-size, 16px);
  font-weight: var(--paragraph-font-weight, 400);
  line-height: var(--paragraph-line-height, 1.5);
  text-align: var(--paragraph-text-align, right);
  color: var(--paragraph-color, #000);
  margin: var(--paragraph-margin, 0 0 16px 0);
}

a {
  display: var(--link-display, inline);
  font-weight: var(--link-font-weight, inherit);
  color: #3a126c;
  padding: var(--link-padding, 0);
  text-decoration: none;
}

a:hover {
  color: #3a126c;
}

ul,
ol {
  font-size: var(--list-font-size, inherit);
  font-weight: var(--list-font-weight, inherit);
  color: var(--list-color, inherit);
  list-style: var(--list-style, none);
  margin: var(--list-margin, 0);
  padding: var(--list-padding, 0);
}
ul li,
ol li {
  font-weight: var(--item-font-weight, inherit);
  color: var(--item-color, inherit);
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: var(--item-margin-bottom, 0);
}

b,
strong,
.strong {
  font-weight: 500;
}

svg {
  vertical-align: middle;
}

input:not([type=submit]):not([type=checkbox]), textarea, select {
  display: var(--input-display, block);
  font-family: var(--input-font-family, Vazir, Vazir);
  font-size: var(--input-font-size, 16px);
  font-weight: var(--input-font-weight, 400);
  line-height: var(--input-line-height, 1.5);
  text-align: var(--input-text-align, rtl);
  color: var(--input-color, #000);
  background-color: var(--input-background-color, #fff);
  border: var(--input-border-width, 1px) solid var(--input-border-color, rgba(0, 0, 0, 0.4));
  border-radius: var(--input-border-radius, 6px);
  width: var(--input-width, 100%);
  padding: var(--input-padding, 8px);
  margin: var(--input-margin, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: var(--input-box-shadow, none);
  background-clip: padding-box;
  appearance: none;
  resize: none;
}
input:not([type=submit]):not([type=checkbox]):focus, textarea:focus, select:focus {
  color: var(--input-focus-color, #000);
  border-color: var(--input-focus-border-color, #3a126c);
  outline: 0;
  --input-box-shadow: 0 0 0 4px rgba(var(--input-focus-box-shadow-rgb, 58, 18, 108), 0.25);
}
input:not([type=submit]):not([type=checkbox]):-webkit-autofill, input:not([type=submit]):not([type=checkbox]):-webkit-autofill:hover, input:not([type=submit]):not([type=checkbox]):-webkit-autofill:focus, input:not([type=submit]):not([type=checkbox]):-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: var(--autofill-color, #484848) !important;
}
input:not([type=submit]):not([type=checkbox]):-webkit-autofill:disabled, textarea:-webkit-autofill:disabled, select:-webkit-autofill:disabled {
  --autofill-color: #c9c9c9;
  pointer-events: none;
  opacity: 0.65;
}

button, .button, input[type=submit], a.added_to_cart {
  display: var(--button-display, inline-block);
  font-family: var(--button-font-family, Vazir, Vazir);
  font-size: var(--button-font-size, 14px);
  font-weight: var(--button-font-weight, 500);
  line-height: var(--button-line-height, 1);
  text-align: var(--button-text-align, center);
  text-decoration: none;
  color: #fff;
  background-color: #3a126c;
  border: var(--button-border-width, 0) solid transparent;
  border-radius: var(--button-border-radius, 5px);
  padding: var(--button-padding, 10px 16px);
  margin: var(--button-margin, 0);
  cursor: pointer;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: var(--button-box-shadow, none);
  user-select: none;
}
button.link-button, .button.link-button, input[type=submit].link-button, a.added_to_cart.link-button {
  color: inherit;
  background-color: transparent;
}
button:not(.link-button):focus, .button:not(.link-button):focus, input[type=submit]:not(.link-button):focus, a.added_to_cart:not(.link-button):focus {
  --button-box-shadow: 0 0 0 4px rgba(var(--button-focus-box-shadow-rgb, 58, 18, 108), 0.25);
}
button:not(.link-button):hover, .button:not(.link-button):hover, input[type=submit]:not(.link-button):hover, a.added_to_cart:not(.link-button):hover {
  color: #fff;
  background-color: rgb(81.4761904762, 25.2857142857, 151.7142857143);
  border-color: transparent;
}
button:not(.link-button):active, .button:not(.link-button):active, input[type=submit]:not(.link-button):active, a.added_to_cart:not(.link-button):active {
  color: #fff;
  background-color: rgb(81.4761904762, 25.2857142857, 151.7142857143);
  border-color: transparent;
}
button:disabled, button.loading, .button:disabled, .button.loading, input[type=submit]:disabled, input[type=submit].loading, a.added_to_cart:disabled, a.added_to_cart.loading {
  pointer-events: none;
  opacity: 0.65;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 2);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent !important;
}
body.home header.site-header .menu-header-menu-container {
  border-radius: 10px !important;
}

header.site-header {
  width: 100%;
  z-index: 1;
  background-image: url("../images/shape-bg-layout.svg");
  background-color: #ffcc01;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: -100px;
}
header.site-header .toolbar {
  position: relative;
  background-color: #3d3d3d;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2509803922);
  z-index: 11;
}
header.site-header .toolbar .inner-content {
  height: 45px;
  width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .toolbar strong {
  display: none;
  font-size: 15px;
}
header.site-header .toolbar strong a {
  color: #fff;
}
header.site-header .social-media {
  display: flex;
  gap: 8px;
  --font-icon-font-size: 16px;
  --font-icon-color: #fff;
  --font-icon-display: block;
}
header.site-header .social-media a {
  display: block;
  align-items: center;
  background-color: #9e9e9e;
  padding: 5px;
  border-radius: 4px;
}
header.site-header .links {
  display: none;
}
header.site-header .main-content {
  width: 1340px;
  margin: 0 auto;
}
header.site-header .branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
header.site-header .branding .cart-widget {
  display: flex;
  align-items: center;
  gap: 16px;
  --font-icon-color: #fff;
}
header.site-header .branding .call-info {
  display: block;
  direction: ltr;
  text-align: left;
}
header.site-header .branding .call-info span {
  display: block;
  font-weight: 500;
}
header.site-header .branding .logo-widget {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 36px;
  font-family: Casablanca;
}
header.site-header .branding .custom-logo-link img {
  display: block;
  width: 85px;
  height: auto;
}
header.site-header .menu-header-menu-container {
  background-color: #3a126c;
  border-radius: 10px 10px 0 0;
}
header.site-header .menu-header-menu-container ul {
  display: flex;
  font-size: 14px;
}
header.site-header .menu-header-menu-container a {
  display: block;
  padding: 16px 20px;
  color: #fff;
}
header.site-header .menu-header-menu-container a:hover {
  color: #ffcc01;
}
header.site-header .login-button {
  font-size: 13px;
  color: #fff;
  --font-icon-color: #fff;
  --font-icon-font-size: 15px;
  --font-icon-margin: 0 0 0 4px;
  --font-icon-vertical-align: middle;
}

.user-popup {
  --dm-popup-background: #1a1a1a;
  --dm-popup-width: 200px;
  --dm-popup-border-color: transparent;
}
.user-popup .dm-popup {
  top: 42px;
}
.user-popup .dm-popup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 72px;
  height: 4px;
  left: 12px;
  background-color: #ffcc01;
}
.user-popup .dm-toggler {
  color: #fff;
  --font-icon-color: #fff;
  --font-icon-font-size: 15px;
  --font-icon-margin: 0 0 0 4px;
  --button-font-size: 13px;
}
.user-popup .user-popup-inner {
  padding: 14px;
}
.user-popup span.avatar {
  display: block;
  margin-bottom: 24px;
}
.user-popup span.avatar img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #6e6e6e;
  padding: 3px;
}
.user-popup .logout-button {
  background-color: #ffcc01;
  color: #000;
  --button-display: block;
  --button-padding: 8px 16px;
  --button-margin: 16px 0 0 0;
}
.user-popup .logout-button:hover {
  background-color: rgb(230.5, 184.218503937, 0);
  color: #000;
}
.user-popup .logout-button:active {
  background-color: rgb(230.5, 184.218503937, 0);
}
.user-popup .dashboard {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #495057;
  padding-bottom: 5px;
  color: #fff;
  --font-icon-color: #12af3a;
  --font-icon-font-size: 15px;
}

.basket-popup {
  --dm-popup-background: #1a1a1a;
  --dm-popup-width: 330px;
  --dm-popup-border-color: transparent;
}
.basket-popup .dm-popup {
  top: 62px;
}
.basket-popup .dm-popup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 72px;
  height: 4px;
  left: 12px;
  background-color: #ffcc01;
}
.basket-popup .dm-toggler {
  background-color: #12af3a;
  --button-focus-box-shadow-rgb: 15.621761658, 151.878238342, 50.3367875648;
  --button-padding: 16px;
}
.basket-popup .dm-toggler:hover {
  background-color: rgb(15.621761658, 151.878238342, 50.3367875648);
}
.basket-popup .dm-toggler:active {
  background-color: rgb(15.621761658, 151.878238342, 50.3367875648);
}
.basket-popup .widgettitle {
  display: none;
}
.basket-popup .row-span {
  display: flex;
  align-items: start;
  gap: 14px;
  --heading-3-font-size: 12px;
  --heading-3-font-weight: 400;
  --heading-3-margin: 3px 0 0 0;
}
.basket-popup .row-span:hover h3 {
  color: #fff;
}
.basket-popup .row-span img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.basket-popup .row-span h3 {
  width: 170px;
  color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.basket-popup ul {
  max-height: 339px;
  overflow: hidden auto;
  --sb-track-color: #1a1a1a;
  --sb-thumb-color: #daae00;
  --sb-size: 6px;
}
.basket-popup ul::-webkit-scrollbar {
  width: var(--sb-size);
}
.basket-popup ul::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}
.basket-popup ul::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}
.basket-popup li {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #495057;
  --font-icon-font-size: 15px;
}
.basket-popup .remove_from_cart_button {
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 1;
  --link-padding: 2px 6px;
  --font-icon-color: #eee;
}
.basket-popup .remove_from_cart_button:hover {
  --font-icon-color: #ff6c6c;
}
.basket-popup .quantity {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  font-size: 12px;
  color: #eee;
}
.basket-popup .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --paragraph-color: #fff;
  --paragraph-margin: 16px 20px 6px 20px;
}
.basket-popup .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 16px;
}
.basket-popup .woocommerce-mini-cart__buttons a {
  background-color: #ffcc01;
  color: #000;
}
.basket-popup .woocommerce-mini-cart__buttons a:hover {
  background-color: rgb(230.5, 184.218503937, 0);
  color: #000;
}
.basket-popup .woocommerce-mini-cart__buttons a:active {
  background-color: rgb(230.5, 184.218503937, 0);
}
.basket-popup .woocommerce-mini-cart__empty-message {
  --paragraph-font-size: 14px;
  --paragraph-margin: 24px 0;
  --paragraph-color: #fff;
  --paragraph-text-align: center;
}

@media (max-width: 1388px) {
  header.site-header .toolbar .inner-content {
    width: 100%;
    padding: 0 24px;
  }
  header.site-header .main-content {
    width: 100%;
    padding: 0 24px;
  }
}
footer.site-footer .inner-content {
  width: 1340px;
  margin: 0 auto;
}
footer.site-footer .accessibility {
  background-color: #eee;
  padding: 32px 0;
  border-top: 1px solid #b3b3b3;
  --link-font-weight: 500;
}
footer.site-footer .accessibility .inner-content {
  display: flex;
  align-items: start;
  gap: 72px;
}
footer.site-footer .accessibility .scroll-top {
  margin-right: auto;
  background-color: #919191;
  --button-focus-box-shadow-rgb: 119.5, 119.5, 119.5;
}
footer.site-footer .accessibility .scroll-top:hover {
  background-color: rgb(119.5, 119.5, 119.5);
}
footer.site-footer .accessibility .scroll-top:active {
  background-color: rgb(119.5, 119.5, 119.5);
}
footer.site-footer .accessibility .icon-arrow {
  transform: rotate(-90deg);
  --font-icon-color: #fff;
}
footer.site-footer .contact-us a {
  color: #3c3c3c;
}
footer.site-footer .contact-us a:hover {
  color: #000;
}
footer.site-footer .contact-us span {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
footer.site-footer .copyright {
  background-color: #3d3d3d;
  padding: 24px 0;
  color: #f0f0f0;
  font-size: 14px;
}
footer.site-footer .copyright .inner-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.site-footer .brading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
footer.site-footer .brading .blog-name {
  font-size: 22px;
  font-weight: 700;
}
footer.site-footer .design {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: end;
  font-size: 12px;
}
footer.site-footer .design span:nth-child(1) {
  font-weight: 700;
  border-left: 3px solid;
  padding: 5px 8px 3px 8px;
  line-height: 1;
}
footer.site-footer .design a {
  color: #01d4ef;
}
footer.site-footer .design a:hover {
  color: #00c0da;
}
footer.site-footer nav {
  --list-font-size: 14px;
  --item-margin-bottom: 8px;
}
footer.site-footer nav a {
  color: #3c3c3c;
}
footer.site-footer nav a:hover {
  color: #000;
}

@media (max-width: 1388px) {
  footer.site-footer .inner-content {
    width: 100%;
    padding: 0 24px;
  }
}
.drop-menu-container {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 10;
}
.drop-menu-container.dm-show .dm-popup {
  display: block;
}
.drop-menu-container .dm-toggler {
  outline: none;
}
.drop-menu-container .dm-popup {
  display: none;
  position: absolute;
  left: 0;
  width: var(--dm-popup-width, auto);
  background-color: var(--dm-popup-background, #fff);
  border: 1px solid var(--dm-popup-border-color, #000);
  border-radius: var(--dm-popup-border-radius, 8px);
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.4588235294);
  overflow: hidden;
  z-index: 10;
}

#comments {
  --paragraph-font-size: 14px;
  --list-font-size: 14px;
}
#comments article {
  background-color: rgba(58, 18, 108, 0.05);
  border-width: 1px 3px 1px 1px;
  border-style: solid;
  border-color: #3a126c;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 10px;
}
#comments .comment-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a126c;
}
#comments .comment-meta .avatar {
  display: block;
  border-radius: 50%;
}
#comments .comment-meta .edit-link {
  display: inline-block;
  border: 1px solid #dc3545;
  padding: 0 12px;
  margin-right: 6px;
}
#comments .comment-meta .edit-link:active {
  transform: scale(0.95);
}
#comments .comment-content {
  margin-top: 10px;
}
#comments .comment-reply-link {
  display: inline-block;
  border: 1px solid #dc3545;
  padding: 0 12px;
}
#comments .comment-reply-link:active {
  transform: scale(0.95);
}
#comments .children {
  margin-right: 12px;
}

.pagination-container .nav-links, .comments-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 42px;
}
.pagination-container .page-numbers, .comments-pagination .page-numbers {
  display: block;
  padding: 6px 16px;
  border: 1px solid;
}
.pagination-container .page-numbers:not(.current):active, .comments-pagination .page-numbers:not(.current):active {
  transform: scale(0.95);
}

.post-cards-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.post-card {
  --line-clamp: 3;
  --heading-3-margin: 0;
  --paragraph-font-size: 14px;
}
.post-card .post-thumbnail {
  position: relative;
}
.post-card .post-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-card .post-thumbnail img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.post-card .post-content {
  padding: 8px 6px 0;
}
.post-card .header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  --line-clamp: 2;
}
.post-card .header span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: rgba(33, 37, 41, 0.7490196078);
  white-space: nowrap;
}

section.single-post {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
}
section.single-post .post-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
  margin-bottom: 16px;
}
section.single-post .post-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section.single-post .post-thumbnail {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
section.single-post .post-thumbnail .wp-post-image {
  display: block;
  width: 100%;
}
section.single-post aside {
  padding-left: 24px;
}

aside .post-details, aside .posts-categories-widget {
  font-size: 14px;
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #3a126c;
  --item-margin-bottom: 10px;
}
aside .post-details strong, aside .posts-categories-widget strong {
  display: inline-block;
}
aside .post-details .date, aside .posts-categories-widget .date {
  display: block;
  margin: 8px 0;
}
aside .post-details .avatar, aside .posts-categories-widget .avatar {
  display: block;
  margin: 0 auto 48px auto;
  border-radius: 50%;
}
aside .post-details .cat-item a, aside .posts-categories-widget .cat-item a {
  display: inline-block;
}

@media (max-width: 768px) {
  section.single-post {
    grid-template-columns: minmax(0, 1fr);
  }
  section.single-post aside {
    padding: 0;
  }
}
.post-archive {
  width: 1340px;
  margin: 0 auto 42px auto;
}

.latest-posts {
  width: 1340px;
  margin: 0 auto 42px auto;
}

section.single-post {
  width: 1340px;
  margin: 0 auto 42px auto;
}

.related-posts {
  width: 1340px;
  margin: 0 auto 42px auto;
}

#comments {
  margin: 0 auto 42px auto;
}

.post-cards-grid-container,
#comments,
footer.site-footer .inner-content {
  width: 1340px;
}

.content-area {
  width: 1340px;
  margin: 48px auto;
}

@media (max-width: 1388px) {
  .post-archive,
  .latest-posts,
  section.single-post,
  #comments,
  .related-posts {
    width: 100%;
    padding: 0 24px;
  }
  .post-cards-grid-container,
  footer.site-footer .inner-content {
    width: 100%;
  }
  .content-area {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .post-archive,
  .latest-posts,
  section.single-post,
  #comments,
  .related-posts {
    padding: 0 16px;
  }
}
.required {
  color: #dc3545;
}

body.woocommerce-checkout section.page {
  width: 1340px;
  margin: 48px auto;
}

form.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  gap: 36px;
  --input-font-size: 14px;
}
form.woocommerce-checkout #order_review_heading {
  display: none;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 16px;
}
form.woocommerce-checkout .woocommerce-NoticeGroup {
  grid-column-start: 1;
  grid-column-end: 3;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  --paragraph-font-size: 14px;
}
form.woocommerce-checkout #billing_address_2_field {
  margin-top: 24px;
}
form.woocommerce-checkout .shop_table {
  font-size: 14px;
  width: 100%;
  border: 1px solid #aaa;
  margin-bottom: 36px;
  border-collapse: collapse;
}
form.woocommerce-checkout .shop_table th, form.woocommerce-checkout .shop_table td {
  padding: 8px;
  border-bottom: 1px solid #a9a9a9;
}
form.woocommerce-checkout .shop_table tbody {
  background-color: rgba(var(--primary-rgb-color), 0.1);
}
form.woocommerce-checkout .shop_table tfoot tr:last-child th, form.woocommerce-checkout .shop_table tfoot tr:last-child td {
  border-width: 0;
}
form.woocommerce-checkout .shop_table thead, form.woocommerce-checkout .shop_table tfoot {
  background-color: rgba(var(--primary-rgb-color), 0.3);
}
form.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  --button-padding: 16px;
}

.woocommerce-checkout .woocommerce-order-details, .woocommerce-account .woocommerce-order-details {
  margin: 48px 0;
}
.woocommerce-checkout .woocommerce-order-details table, .woocommerce-account .woocommerce-order-details table {
  font-size: 14px;
  width: 100%;
  min-width: 768px;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce-order-details table th, .woocommerce-checkout .woocommerce-order-details table td, .woocommerce-account .woocommerce-order-details table th, .woocommerce-account .woocommerce-order-details table td {
  padding: 8px;
  border-bottom: 1px solid #a9a9a9;
}
.woocommerce-checkout .woocommerce-customer-details, .woocommerce-account .woocommerce-customer-details {
  --paragraph-font-size: 14px;
  --paragraph-margin: 8px 0;
}
.woocommerce-checkout .woocommerce-customer-details address, .woocommerce-account .woocommerce-customer-details address {
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}
.woocommerce-checkout .woocommerce-columns--addresses, .woocommerce-account .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

@media (max-width: 1388px) {
  body.woocommerce-checkout section.page {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  form.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
    gap: 32px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  form.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.hero {
  position: relative;
  background-color: #ffcc01;
  background-image: url("../images/shape-bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.hero .inner-content {
  width: 1340px;
  margin: 0 auto;
  height: calc(100vh - 32px);
  min-height: 730px;
  max-height: 750px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.hero .head-slider span {
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
}
.hero .head-slider span:nth-child(1) {
  animation: DogHeadSlide 16s infinite forwards;
}
.hero .head-slider span:nth-child(2) {
  animation: CatHeadSlide 16s infinite forwards;
}
.hero .head-slider span:nth-child(3) {
  animation: BirdHeadSlide 16s infinite forwards;
}
.hero .head-slider img {
  display: block;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2509803922));
}
.hero .promotion {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
  --link-display: block;
  --heading-1-color: #fff;
  --heading-1-font-size: 56px;
  --heading-1-line-height: 1.1;
  --heading-1-margin: 0 0 10px 0;
  --heading-1-text-align: left;
  --heading-2-color: #fff;
  --heading-2-font-size: 28px;
  --heading-2-line-height: 1;
  --heading-2-margin: 0;
  --heading-2-text-align: left;
}
.hero .promotion .content {
  margin-top: 272px;
}
.hero .promotion h1, .hero .promotion h2 {
  text-shadow: 0 0 2px #000;
}
.hero .promotion a:first-child {
  margin-bottom: 12px;
}
.hero .promotion img {
  display: block;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2509803922));
}

@media (max-width: 1388px) {
  .hero {
    background-position: -200px top;
  }
  .hero .inner-content {
    width: 100%;
    padding: 0 24px;
  }
  .hero .head-slider img {
    width: 595px;
    height: auto;
  }
}
@keyframes DogHeadSlide {
  5% {
    right: 0;
  }
  32% {
    right: 0;
  }
  37% {
    right: -100%;
  }
}
@keyframes CatHeadSlide {
  32% {
    right: -100%;
  }
  37% {
    right: 0;
  }
  64% {
    right: 0;
  }
  69% {
    right: -100%;
  }
}
@keyframes BirdHeadSlide {
  63% {
    right: -100%;
  }
  68% {
    right: 0;
  }
  95% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 255px));
  gap: 24px 16px;
  margin-top: 32px;
}

li.product {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 20px 8px 8px 8px;
  background-color: #fff;
  user-select: none;
  --link-display: block;
  --button-display: block;
  --button-margin: 18px 0 0 0;
  --heading-2-font-size: 16px;
  --heading-2-margin: 10px 0;
}
li.product::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background: linear-gradient(180deg, #ffcc01, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
li.product .add_to_cart_button {
  color: #fff;
}
li.product .star-rating {
  position: absolute;
  bottom: 40px;
  left: 14px;
}
li.product .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  background-image: url("../images/sale.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffe500;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
li.product .attachment-woocommerce_thumbnail, li.product .woocommerce-placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 1;
}
li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
li.product .price {
  height: 48px;
  display: block;
}
li.product .price del {
  display: block;
  color: #dc3545;
  font-size: 14px;
  font-weight: 500;
}
li.product .price ins {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
li.product .price bdi {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0 2px;
}
li.product .added_to_cart {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  background-color: #ffcc01;
  color: #3a126c;
}
li.product .added_to_cart:hover {
  background-color: rgb(230.5, 184.218503937, 0);
  color: #3a126c;
}

.trending {
  background-color: #a10856;
  padding: 64px 0 42px 0;
}
.trending .inner-content {
  width: 1340px;
  margin: 0 auto;
  position: relative;
}
.trending .trending-title {
  position: absolute;
  top: -88px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 24px;
  --heading-1-font-size: 18px;
  --heading-1-color: #3a126c;
  --heading-1-margin: 0;
}
.trending .swiper-slide {
  flex-basis: 255px;
  width: 255px;
}
.trending .swiper-pagination {
  position: relative;
  --button-padding: 8px;
  --button-border-radius: 50%;
  --font-icon-color: #fff;
}
.trending .swiper-pagination button {
  position: absolute;
  bottom: 182px;
  width: 52px;
  height: 52px;
  background-color: #9e9e9e;
}
.trending .swiper-pagination button:active {
  transform: scale(0.94);
  background-color: #9e9e9e;
}
.trending .swiper-pagination button:hover {
  background-color: #9e9e9e;
}
.trending .swiper-pagination .prev {
  right: -60px;
}
.trending .swiper-pagination .next {
  left: -60px;
}
.trending .swiper-pagination .next .icon-arrow {
  transform: rotate(-180deg);
}

@media (max-width: 1388px) {
  .trending .inner-content {
    width: 100%;
  }
  .trending .swiper-pagination {
    display: none;
  }
  .trending .trending-title {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .trending .swiper-slide:first-child {
    margin-right: 24px;
  }
  .trending .swiper-slide:last-child {
    margin-left: 24px;
  }
}
.product-categories {
  padding: 48px 0 56px 0;
  user-select: none;
}
.product-categories .inner-content {
  width: 1340px;
  margin: 0 auto;
}
.product-categories .product-categories-title {
  width: 158px;
  margin: 0 auto 48px auto;
  --heading-1-color: #3a126c;
  --heading-1-font-size: 18px;
  --heading-1-font-weight: 600;
  --heading-1-text-align: center;
  --heading-1-margin: 0 0 6px 0;
  --heading-2-color: #3a126c;
  --heading-2-font-size: 16px;
  --heading-2-font-weight: 500;
  --heading-2-text-align: center;
  --heading-2-margin: 0;
}
.product-categories .product-categories-title h1 {
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.product-categories .swiper-slide {
  flex-basis: 255px;
  width: 255px;
}
.product-categories .category-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-categories .category-card span {
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 1;
  font-size: 21px;
  font-family: Casablanca;
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 0px 6px;
  border-radius: 5px;
  max-width: 223px;
  text-shadow: 0 0 #dc3545;
}
.product-categories .swiper-pagination {
  position: relative;
  --button-padding: 8px;
  --button-border-radius: 50%;
  --font-icon-color: #fff;
}
.product-categories .swiper-pagination button {
  position: absolute;
  bottom: 182px;
  width: 52px;
  height: 52px;
  background-color: #9e9e9e;
}
.product-categories .swiper-pagination button:active {
  transform: scale(0.94);
  background-color: #9e9e9e;
}
.product-categories .swiper-pagination button:hover {
  background-color: #9e9e9e;
}
.product-categories .swiper-pagination .prev {
  right: -60px;
}
.product-categories .swiper-pagination .next {
  left: -60px;
}
.product-categories .swiper-pagination .next .icon-arrow {
  transform: rotate(-180deg);
}

@media (max-width: 1388px) {
  .product-categories .inner-content {
    width: 100%;
  }
  .product-categories .swiper-pagination {
    display: none;
  }
  .product-categories .swiper-slide:first-child {
    margin-right: 24px;
  }
  .product-categories .swiper-slide:last-child {
    margin-left: 24px;
  }
}
.categories-page {
  width: 1340px;
  margin: 48px auto;
}
.categories-page .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 255px);
  gap: 16px;
}
.categories-page .category-card {
  position: relative;
}
.categories-page .category-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.categories-page .category-card span {
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 1;
  font-size: 21px;
  font-family: Casablanca;
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 0px 6px;
  border-radius: 5px;
  max-width: 223px;
  text-shadow: 0 0 #dc3545;
}

@media (max-width: 1388px) {
  .categories-page {
    width: 100%;
    padding: 0 24px;
  }
}
.product-brands {
  padding: 48px 0 56px 0;
  background-color: #3d3d3d;
  user-select: none;
}
.product-brands .inner-content {
  width: 1340px;
  margin: 0 auto;
}
.product-brands .product-brands-title {
  width: 64px;
  margin: 0 auto 48px auto;
  --heading-1-color: #fff;
  --heading-1-font-size: 18px;
  --heading-1-font-weight: 600;
  --heading-1-text-align: center;
  --heading-1-margin: 0 0 6px 0;
  --heading-2-color: #fff;
  --heading-2-font-size: 16px;
  --heading-2-font-weight: 500;
  --heading-2-text-align: center;
  --heading-2-margin: 0;
}
.product-brands .product-brands-title h1 {
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.product-brands .product-brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 225px);
  gap: 32px;
  justify-content: center;
}
.product-brands .brand-card {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 4px 0px #fff;
}
.product-brands .brand-card img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1388px) {
  .product-brands .inner-content {
    width: 100%;
    padding: 0 24px;
  }
}
.single-product .product.type-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
  gap: 32px;
}
.single-product .product.type-product .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  background-image: url("../images/sale.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffe500;
  font-weight: 500;
}
.single-product .product.type-product .woocommerce-product-gallery__wrapper {
  --link-display: block;
}
.single-product .product.type-product .woocommerce-product-gallery__wrapper img {
  width: 100% !important;
  height: auto;
  border: 1px solid #aaa;
}
.single-product .product.type-product .xzoom-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.single-product .product.type-product .summary {
  display: flex;
  flex-direction: column;
  --paragraph-font-size: 14px;
  --heading-1-font-size: 22px;
  --paragraph-font-weight: 500;
}
.single-product .product.type-product .summary .price {
  margin-top: 38px;
  order: 5;
  text-align: left;
  --paragraph-font-size: 16px;
}
.single-product .product.type-product .summary del {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #dc3545;
}
.single-product .product.type-product .summary ins {
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-top: 6px;
}
.single-product .product.type-product .product_title {
  order: 1;
  --heading-1-margin: 0;
}
.single-product .product.type-product .woocommerce-product-details__short-description {
  border-top: 1px solid #ccc;
  margin-top: 16px;
  padding-top: 16px;
  order: 3;
  --paragraph-line-height: 2;
}
.single-product .product.type-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 79px;
  order: 6;
  --button-border-radius: 8px 0 0 8px;
  --button-padding: 14px 16px;
}
.single-product .product.type-product form.cart input {
  width: 72px;
  margin-right: auto;
  --input-border-radius: 0 6px 6px 0;
}
.single-product .product.type-product form.cart button[type=submit] {
  white-space: nowrap;
}
.single-product .product.type-product form.cart select {
  width: 164px;
  --input-font-size: 13px;
  --input-margin: 0 8px 0 0;
}
.single-product .product.type-product form.cart .reset_variations {
  display: none !important;
}
.single-product .product.type-product .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 32px;
  margin-right: auto;
  --paragraph-font-size: 11px;
  --paragraph-margin: 8px 0 0 0;
}
.single-product .product.type-product .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product .product.type-product .product_meta {
  font-size: 13px;
  margin-top: 18px;
  order: 4;
  --link-display: inline-block;
}
.single-product .product.type-product .product_meta > span {
  display: block;
}
.single-product .product.type-product .product_meta > span:not(:last-child) {
  margin-bottom: 10px;
}
.single-product .product.type-product .product_meta a {
  margin-right: 4px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5019607843);
}
.single-product .product.type-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  order: 2;
}
.single-product .product.type-product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 52px;
}
.single-product .product.type-product .woocommerce-tabs table {
  --paragraph-margin: 0;
}
.single-product .product.type-product ul.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  --link-display: block;
  --link-padding: 12px 26px;
  --link-line-height: 1;
  --item-margin: 0 0 0 8px;
  --list-padding: 0 12px 0 0;
}
.single-product .product.type-product ul.tabs li {
  transform: translateY(1px);
  background-color: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #fff #ccc;
  border-radius: 8px 8px 0 0;
}
.single-product .product.type-product ul.tabs li.active {
  border-color: #3a126c #3a126c #fff #3a126c;
  background-color: rgba(var(--primary-rgb-color), 0.1);
}
.single-product .product.type-product .woocommerce-Tabs-panel {
  padding: 42px 12px 0 12px;
}

@media (max-width: 992px) {
  .single-product .product.type-product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .single-product .product.type-product .summary {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.login-page {
  margin: 48px 0;
}
.login-page #woocommerce-form-login,
.login-page #woocommerce-form-register,
.login-page #woocommerce-form-reset-password {
  display: none;
  --paragraph-font-size: 13px;
  --input-font-size: 14px;
}
.login-page #woocommerce-form-login.form-active,
.login-page #woocommerce-form-register.form-active,
.login-page #woocommerce-form-reset-password.form-active {
  display: block;
}
.login-page p:empty {
  display: none;
}
.login-page .woocommerce-privacy-policy-link {
  border-bottom: 1px solid rgba(var(--primary-rgb-color), 0.5);
  --link-font-weight: 500;
}
.login-page .woocommerce {
  width: 100%;
  max-width: 320px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 16px;
  margin: auto;
}
.login-page label {
  display: block;
}
.login-page label:not([for=password]):not(.woocommerce-form__label-for-checkbox) {
  margin-bottom: 5px;
}
.login-page label[for=password] {
  margin-bottom: -11px;
}
.login-page label.woocommerce-form__label-for-checkbox {
  padding-right: 8px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.login-page label.woocommerce-form__label-for-checkbox input {
  margin: 0;
}
.login-page button[type=submit] {
  width: 100%;
  margin-top: 18px;
  --button-padding: 11px 16px;
}
.login-page .switchs-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #2c2c2c;
  --button-font-size: 13px;
}

.woocommerce-password-strength {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce-password-strength.short, .woocommerce-password-strength.bad {
  color: #dc3545;
}
.woocommerce-password-strength.good {
  color: #fd7e14;
}
.woocommerce-password-strength.strong {
  color: #198754;
}

.form-field-password {
  position: relative;
  --input-padding: 8px 8px 8px 50px;
}
.form-field-password button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.form-field-password svg {
  fill: rgba(44, 44, 44, 0.5019607843);
}

.dashboard-page {
  width: 1340px;
  margin: 48px auto;
}
.dashboard-page .woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  --list-font-size: 15px;
}
.dashboard-page .woocommerce-MyAccount-navigation ul {
  display: flex;
  overflow-x: auto;
  background-color: rgba(var(--primary-rgb-color), 0.1);
  --link-display: block;
  --link-padding: 22px 16px 20px 16px;
}
.dashboard-page .woocommerce-MyAccount-navigation ul li {
  position: relative;
}
.dashboard-page .woocommerce-MyAccount-navigation ul li:not(.is-active)::before {
  content: "";
  display: block;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out;
  transform-origin: 50% 50%;
  transform: scaleX(0);
}
.dashboard-page .woocommerce-MyAccount-navigation ul li:hover::before {
  transform: none;
}
.dashboard-page .woocommerce-MyAccount-navigation .is-active a {
  border-bottom: 3px solid var(--primary-color);
  --link-font-weight: 700;
}
.dashboard-page .woocommerce-MyAccount-content {
  padding: 46px 24px 36px 24px;
  font-size: 14px;
  --paragraph-font-size: 14px;
  --input-font-size: 14px;
}
.dashboard-page .woocommerce-MyAccount-content .woocommerce-message, .dashboard-page .woocommerce-MyAccount-content .woocommerce-info, .dashboard-page .woocommerce-MyAccount-content .woocommerce-error {
  position: static;
  animation: none;
}
.dashboard-page .woocommerce-MyAccount-content p:not(:empty) label {
  font-size: 13px;
  font-weight: 700;
  color: #4c4c4c;
}
.dashboard-page .woocommerce-MyAccount-content em {
  font-style: normal;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
.dashboard-page .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
}
.dashboard-page #shipping_address_2_field, .dashboard-page #billing_address_2_field {
  --paragraph-margin: 21px 0 16px 0;
}
.dashboard-page .woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
}
.dashboard-page .woocommerce-EditAccountForm .clear {
  display: none;
}
.dashboard-page .woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 24px 0;
}
.dashboard-page .woocommerce-Addresses .woocommerce-Address:first-child {
  margin-bottom: 24px;
}
.dashboard-page .woocommerce-Addresses header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  --heading-2-font-size: 22px;
  --heading-2-margin: 0;
  --link-font-weight: 700;
}
.dashboard-page .woocommerce-Addresses address {
  line-height: 1.5;
}
.dashboard-page fieldset, .dashboard-page .woocommerce-Addresses {
  border: 1px solid #8c8c8c;
  border-radius: 6px;
  padding: 24px;
  margin: 0;
}
.dashboard-page fieldset legend, .dashboard-page .woocommerce-Addresses legend {
  font-weight: 700;
  font-size: 22px;
  padding: 0 10px;
}
.dashboard-page fieldset > p.form-row:last-child, .dashboard-page .woocommerce-Addresses > p.form-row:last-child {
  margin: 0;
}
.dashboard-page .woocommerce-orders-table {
  width: 100%;
  min-width: 768px;
  border-collapse: collapse;
}
.dashboard-page .woocommerce-orders-table th, .dashboard-page .woocommerce-orders-table td {
  padding: 8px;
  border: 1px solid #dee2e6;
}

@media (max-width: 1388px) {
  .dashboard-page {
    width: 100%;
    padding: 0 24px;
  }
  .dashboard-page .woocommerce-MyAccount-navigation {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 576px) {
  .dashboard-page .woocommerce-EditAccountForm p,
  .dashboard-page .woocommerce-address-fields__field-wrapper p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .dashboard-page .woocommerce-MyAccount-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: fixed;
  left: 24px;
  bottom: 24px;
  outline: 0;
  width: var(--notice-width, 320px);
  font-size: 13px;
  color: var(--notice-color);
  background: var(--notice-background);
  border: 1px solid var(--notice-border-color);
  padding: 10px;
  border-radius: 5px;
  animation: fadeOut 1s ease-out 8s forwards;
  z-index: 10;
  --button-display: block;
  --button-font-size: 12px;
  --button-padding: 7px 10px;
  --button-margin: 8px 0 0 0;
  --button-border-radius: 4px;
}

.woocommerce-message {
  --notice-background: #a8d99c;
  --notice-color: #486f42;
  --notice-border-color: #81ba73;
}

.woocommerce-info {
  --notice-background: #ffd044;
  --notice-color: #454545;
  --notice-border-color: #ffbf00;
}

.woocommerce-error {
  --notice-background: #ff9292;
  --notice-color: #7f0000;
  --notice-border-color: #ff6161;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 357px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    left: 16px;
    --notice-width: calc(100% - 32px);
  }
}
body.woocommerce-shop {
  --input-font-size: 15px;
}

.woocommerce-result-count {
  display: none;
}

.cart-page {
  width: 1340px;
  margin: 48px auto;
}
.cart-page .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  column-gap: 32px;
  --input-font-size: 14px;
}
.cart-page .woocommerce-notices-wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
}
.cart-page .woocommerce-cart-form .shop_table {
  width: 100%;
  text-align: right;
  font-size: 14px;
  border: 1px solid #3a126c;
  border-radius: 6px;
}
.cart-page .woocommerce-cart-form .shop_table th, .cart-page .woocommerce-cart-form .shop_table td {
  padding: 12px;
  border-bottom: 1px solid #3a126c;
}
.cart-page .woocommerce-cart-form .shop_table thead {
  background-color: rgba(58, 18, 108, 0.1);
  white-space: nowrap;
}
.cart-page .woocommerce-cart-form .shop_table .actions {
  background-color: rgba(58, 18, 108, 0.1);
  border-bottom-width: 0;
}
.cart-page .woocommerce-cart-form .shop_table .product-remove .remove {
  color: #dc3545;
  font-size: 35px;
}
.cart-page .woocommerce-cart-form .shop_table .coupon {
  display: flex;
  --button-border-radius: 8px 0 0 8px;
  --input-border-radius: 0 6px 6px 0;
}
.cart-page .woocommerce-cart-form .shop_table .coupon button {
  white-space: nowrap;
}
.cart-page .woocommerce-cart-form .shop_table button[name=update_cart] {
  display: block;
  margin-top: 24px;
  margin-right: auto;
}
.cart-page .product-thumbnail img {
  width: 100px;
  height: auto;
}
.cart-page .cart_totals {
  background-color: rgba(58, 18, 108, 0.1);
  border: 1px solid #3a126c;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  --heading-2-font-size: 18px;
}
.cart-page .cart_totals .shop_table {
  width: 100%;
}
.cart-page .cart_totals .shop_table td:last-child {
  padding: 8px;
  text-align: left;
}
.cart-page .cart_totals .button {
  display: block;
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 1388px) {
  body.woocommerce-cart section.page {
    width: 100%;
    padding: 0 24px;
  }
}
.child-categories {
  width: 1340px;
  margin: 48px auto;
}
.child-categories .thumbnail {
  width: 100%;
  height: 100%;
}

.child-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 242px);
  gap: 32px;
  margin-top: 32px;
}

.child-category-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 6px;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.5019607843);
}
.child-category-card svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.child-category-card span {
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 206px;
  background-color: #ffcc01;
  z-index: 1;
  text-align: center;
  color: #272727;
  font-weight: 600;
  font-size: 15px;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 1388px) {
  .child-categories {
    width: 100%;
    padding: 0 24px;
  }
}
.d-none, .show-password-input {
  display: none !important;
}