.elementor-widget-theme-post-content *:first-child,
.elementor-text-editor *:first-child,
.entry-content *:first-child {
  margin-top: 0;
}
.elementor-widget-theme-post-content *:last-child,
.elementor-text-editor *:last-child,
.entry-content *:last-child {
  margin-bottom: 0;
}
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6,
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: var(--e-global-typography-secondary-font-family);
  line-height: 1.25;
  color: var(--e-global-color-text);
  margin-top: 2.25rem;
  margin-bottom: 0.85rem;
  font-weight: 700;
}
.elementor-widget-theme-post-content h1:first-child,
.elementor-widget-theme-post-content h2:first-child,
.elementor-widget-theme-post-content h3:first-child,
.elementor-widget-theme-post-content h4:first-child,
.elementor-widget-theme-post-content h5:first-child,
.elementor-widget-theme-post-content h6:first-child,
.elementor-text-editor h1:first-child,
.elementor-text-editor h2:first-child,
.elementor-text-editor h3:first-child,
.elementor-text-editor h4:first-child,
.elementor-text-editor h5:first-child,
.elementor-text-editor h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.elementor-widget-theme-post-content h2,
.elementor-text-editor h2,
.entry-content h2 {
  font-size: 1.875rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h2,
  .elementor-text-editor h2,
  .entry-content h2 {
    font-size: 1.625rem;
    margin-top: 1.75rem;
  }
}
.elementor-widget-theme-post-content h3,
.elementor-text-editor h3,
.entry-content h3 {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h3,
  .elementor-text-editor h3,
  .entry-content h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
.elementor-widget-theme-post-content h4,
.elementor-text-editor h4,
.entry-content h4 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h4,
  .elementor-text-editor h4,
  .entry-content h4 {
    font-size: 1.125rem;
  }
}
.elementor-widget-theme-post-content h5,
.elementor-text-editor h5,
.entry-content h5 {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h5,
  .elementor-text-editor h5,
  .entry-content h5 {
    font-size: 1rem;
  }
}
.elementor-widget-theme-post-content h6,
.elementor-text-editor h6,
.entry-content h6 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h6,
  .elementor-text-editor h6,
  .entry-content h6 {
    font-size: 0.95rem;
  }
}
.elementor-widget-theme-post-content p,
.elementor-text-editor p,
.entry-content p {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--e-global-color-text);
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content p,
  .elementor-text-editor p,
  .entry-content p {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
.elementor-widget-theme-post-content a,
.elementor-text-editor a,
.entry-content a {
  color: var(--e-global-color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.elementor-widget-theme-post-content a:hover,
.elementor-text-editor a:hover,
.entry-content a:hover {
  color: var(--e-global-color-secondary);
  text-decoration-color: var(--e-global-color-secondary);
}
.elementor-widget-theme-post-content ul,
.elementor-text-editor ul,
.entry-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.75rem 1.5rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content ul,
  .elementor-text-editor ul,
  .entry-content ul {
    margin-left: 1.125rem;
  }
}
.elementor-widget-theme-post-content ul ul,
.elementor-widget-theme-post-content ul ol,
.elementor-text-editor ul ul,
.elementor-text-editor ul ol,
.entry-content ul ul,
.entry-content ul ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.elementor-widget-theme-post-content ul li,
.elementor-text-editor ul li,
.entry-content ul li {
  position: relative;
  margin-bottom: 0.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--e-global-color-text);
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content ul li,
  .elementor-text-editor ul li,
  .entry-content ul li {
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 1.25rem;
  }
}
.elementor-widget-theme-post-content ul li::before,
.elementor-text-editor ul li::before,
.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
}
.elementor-widget-theme-post-content ol,
.elementor-text-editor ol,
.entry-content ol {
  padding-left: 1.25rem;
  margin: 0 0 1.75rem 0;
}
.elementor-widget-theme-post-content ol ul,
.elementor-widget-theme-post-content ol ol,
.elementor-text-editor ol ul,
.elementor-text-editor ol ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.elementor-widget-theme-post-content ol li,
.elementor-text-editor ol li,
.entry-content ol li {
  margin-bottom: 0.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--e-global-color-text);
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content ol li,
  .elementor-text-editor ol li,
  .entry-content ol li {
    font-size: 1rem;
    margin-bottom: 8px;
    padding-left: 8px;
  }
}
.elementor-widget-theme-post-content blockquote,
.elementor-text-editor blockquote,
.entry-content blockquote {
  margin: 2.5rem 0;
  padding: 1.75rem 2.25rem;
  border-left: 4px solid var(--e-global-color-primary);
  background: rgba(0, 83, 117, 0.04);
  font-size: 1.25rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--e-global-color-primary);
  border-radius: 0 12px 12px 0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content blockquote,
  .elementor-text-editor blockquote,
  .entry-content blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
  }
}
.elementor-widget-theme-post-content blockquote p,
.elementor-text-editor blockquote p,
.entry-content blockquote p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor-widget-theme-post-content img,
.elementor-text-editor img,
.entry-content img {
  display: block;
  height: auto;
  border-radius: 20px !important;
}
.elementor-widget-theme-post-content figcaption,
.elementor-text-editor figcaption,
.entry-content figcaption {
  margin-top: 10px;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content figcaption,
  .elementor-text-editor figcaption,
  .entry-content figcaption {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.elementor-widget-theme-post-content figcaption:last-child,
.elementor-text-editor figcaption:last-child,
.entry-content figcaption:last-child {
  margin-bottom: 0;
}
.elementor-widget-theme-post-content table,
.elementor-text-editor table,
.entry-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.5rem 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content table,
  .elementor-text-editor table,
  .entry-content table {
    margin: 1.75rem 0;
    display: block;
    overflow-x: auto;
  }
}
.elementor-widget-theme-post-content table th,
.elementor-text-editor table th,
.entry-content table th {
  background: #F8FAFC;
  color: #231F20;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #E2E8F0;
}
.elementor-widget-theme-post-content table th,
.elementor-widget-theme-post-content table td,
.elementor-text-editor table th,
.elementor-text-editor table td,
.entry-content table th,
.entry-content table td {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  border-right: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}
.elementor-widget-theme-post-content table th:last-child,
.elementor-widget-theme-post-content table td:last-child,
.elementor-text-editor table th:last-child,
.elementor-text-editor table td:last-child,
.entry-content table th:last-child,
.entry-content table td:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content table th,
  .elementor-widget-theme-post-content table td,
  .elementor-text-editor table th,
  .elementor-text-editor table td,
  .entry-content table th,
  .entry-content table td {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }
}
.elementor-widget-theme-post-content table tr:last-child td,
.elementor-text-editor table tr:last-child td,
.entry-content table tr:last-child td {
  border-bottom: none;
}
.elementor-widget-theme-post-content hr,
.elementor-text-editor hr,
.entry-content hr {
  border: none;
  height: 1px;
  background: #E2E8F0;
  margin: 3.125rem 0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content hr,
  .elementor-text-editor hr,
  .entry-content hr {
    margin: 2rem 0;
  }
}
.elementor-widget-theme-post-content code,
.elementor-text-editor code,
.entry-content code {
  background: #F4F4F4;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
  font-size: 0.95em;
  font-family: monospace;
}
.elementor-widget-theme-post-content pre,
.elementor-text-editor pre,
.entry-content pre {
  background: #111111;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow-x: auto;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content pre,
  .elementor-text-editor pre,
  .entry-content pre {
    padding: 1rem;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
  }
}
.elementor-widget-theme-post-content pre code,
.elementor-text-editor pre code,
.entry-content pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.elementor-widget-theme-post-content iframe,
.elementor-widget-theme-post-content video,
.elementor-text-editor iframe,
.elementor-text-editor video,
.entry-content iframe,
.entry-content video {
  width: 100%;
  border: none;
  border-radius: 1.25rem;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content iframe,
  .elementor-widget-theme-post-content video,
  .elementor-text-editor iframe,
  .elementor-text-editor video,
  .entry-content iframe,
  .entry-content video {
    border-radius: 0.75rem;
    margin: 1.5rem 0;
  }
}

body .gform_wrapper {
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans");
  color: var(--e-global-color-text, #231F20);
  background-color: transparent;
  height: 100%;
}
body .gform_wrapper .gform_validation_errors {
  display: none;
}
body .gform_wrapper .gform_heading {
  display: none;
}
body .gform_wrapper form {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
}
body .gform_wrapper form .gform_body .gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (max-width: 768px) {
  body .gform_wrapper form .gform_body .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
body .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: inherit;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  font-size: 1.125rem;
}
body .gform_wrapper form .gform_body .gform_fields .gfield label.gform-field-label {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  cursor: pointer;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=search],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper form .gform_body .gform_fields .gfield textarea,
body .gform_wrapper form .gform_body .gform_fields .gfield select {
  height: 40px;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #fff;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=url]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=search]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield select:focus {
  outline: none;
  border-color: var(--e-global-color-primary);
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  min-height: 94px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice {
  margin-bottom: 5px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label::after {
  display: block;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--e-global-color-text);
  background-color: transparent;
  border-radius: 100%;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio .gchoice label::after {
  display: none;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--e-global-color-text);
  border-radius: 100%;
  left: 4px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  position: relative;
  margin-left: 26px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: -26px;
  top: 9px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input:checked + label::before {
  display: block;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 9px;
  display: none;
  width: 15px;
  height: 15px;
  background-color: var(--e-global-color-secondary);
  border-radius: 3px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgS2VuYW4gR3VuZG9nYW46IGh0dHBzOi8vZ2l0aHViLmNvbS9rZW5hbmd1bmRvZ2FuL2ZvbnRpc3RvIC0tPgo8c3ZnIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgLTQuNSAzMyAzMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMCAxMC45MDkgNC4zNjQtNC4zNjQgOC43MjcgOC43MjcgMTUuMjczLTE1LjI3MyA0LjM2NCA0LjM2NC0xOS42MzYgMTkuNjM2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-image: url("/wp-content/uploads/2026/05/gray-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_description.validation_message {
  margin-top: 5px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0.9rem;
  width: -moz-fit-content;
  width: fit-content;
}
body .gform_wrapper form .gform_footer {
  width: 100%;
  padding: 0 !important;
  margin: 40px 0 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  body .gform_wrapper form .gform_footer {
    margin: 24px 0 0 !important;
  }
}
body .gform_wrapper form .gform_footer input[type=submit] {
  width: 100%;
  border: none;
  background-color: var(--e-global-color-secondary);
}
body .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: var(--e-global-color-primary);
}
body .gform_wrapper form .gform_footer input[type=submit] {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 1rem;
  }
}
body .gform_wrapper form .gform_footer .gform-loader {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 16px;
  width: 20px;
  height: 20px;
}
body .gform_confirmation_wrapper .gform_confirmation_message {
  color: #333;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
}

body .gform_wrapper.worksheet-form_wrapper {
  background-color: #C6EFFE;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  body .gform_wrapper.worksheet-form_wrapper {
    padding: 30px 20px;
  }
}
body .gform_wrapper.worksheet-form_wrapper form.worksheet-form .gform_footer {
  margin-top: 30px !important;
}
body .gform_wrapper.worksheet-form_wrapper form.worksheet-form .gform_footer input[type=submit] {
  background-color: var(--e-global-color-primary);
  margin-bottom: 0;
}
body .gform_wrapper.worksheet-form_wrapper form.worksheet-form .gform_footer input[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
}
body .gform_wrapper.worksheet-form_wrapper form.worksheet-form .gform_footer input[type=submit]:active {
  transform: scale(0.98);
}

.woocommerce .products .product .product-tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
}
.woocommerce .products .product .product-tags .product-tag {
  padding: 7px 10px;
  color: var(--Black, #231F20);
  font-family: var(--e-global-typography-primary-font-family, "Plus Jakarta Sans", Sans-serif);
  font-size: 0.625rem;
  font-style: normal;
  line-height: 1.1;
  font-weight: 500;
  background-color: var(--e-global-color-f62bd18, #C6EFFE);
  border-radius: 20px;
}
.woocommerce .products .product .product-tags .product-tag.newly-updated {
  background-color: var(--e-global-color-97eba3e, #FDEEB7);
}
.woocommerce .products .product .product-tags .product-tag.short-version {
  background-color: var(--e-global-color-2aff9a9, #DCD1F2);
}
.woocommerce .products .product .product-tags .product-tag.long-version {
  background-color: var(--e-global-color-e0250d0, #D8EAC7);
}
.woocommerce .products .product .product-tags .product-tag.new-arrival {
  background-color: var(--e-global-color-5e87840, #FCCDE5);
}

body.single-product .summary.entry-summary {
  width: 100% !important;
}
body.single-product main.site-main {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 80px 40px;
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
}
@media (max-width: 767px) {
  body.single-product main.site-main {
    padding: 50px 20px !important;
  }
}
body.single-product main.site-main .woocommerce-breadcrumb {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  padding: 0;
  margin-bottom: 32px;
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
}
body.single-product main.site-main .woocommerce-breadcrumb a {
  color: #005375;
  text-decoration: none;
  transition: color 0.25s ease;
}
body.single-product main.site-main .woocommerce-breadcrumb a:hover {
  color: #0091B3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.single-product main.site-main > .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 991px) {
  body.single-product main.site-main > .product {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  body.single-product main.site-main > .product {
    gap: 30px;
  }
}
body.single-product main.site-main .woocommerce-product-gallery {
  width: 100%;
}
body.single-product main.site-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.single-product main.site-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    border-radius: 12px;
  }
}
body.single-product main.site-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  body.single-product main.site-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    border-radius: 12px;
  }
}
body.single-product main.site-main .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
body.single-product main.site-main .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
}
body.single-product main.site-main .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.25s ease, opacity 0.25s ease;
  opacity: 0.6;
}
body.single-product main.site-main .woocommerce-product-gallery .flex-control-thumbs li img:hover, body.single-product main.site-main .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #005375;
  opacity: 1;
}
body.single-product main.site-main .summary.entry-summary .product_title {
  font-family: var(--e-global-typography-secondary-font-family, "League Spartan", sans-serif);
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--e-global-color-accent, #231F20);
  margin: 0 0 16px;
}
body.single-product main.site-main .summary.entry-summary p.price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--e-global-color-text);
  margin-bottom: 24px;
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
}
@media (max-width: 767px) {
  body.single-product main.site-main .summary.entry-summary p.price {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
body.single-product main.site-main .summary.entry-summary p.price del {
  color: #999;
  font-weight: 400;
  margin-right: 8px;
}
body.single-product main.site-main .summary.entry-summary p.price ins {
  text-decoration: none;
}
body.single-product main.site-main .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #231F20;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body.single-product main.site-main .summary.entry-summary .woocommerce-product-details__short-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
body.single-product main.site-main .summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body.single-product main.site-main .summary.entry-summary form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body.single-product main.site-main .summary.entry-summary form.cart {
    margin-bottom: 24px;
  }
}
body.single-product main.site-main .summary.entry-summary form.cart .quantity {
  display: flex;
  align-items: center;
}
body.single-product main.site-main .summary.entry-summary form.cart .quantity input.qty {
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 600;
  color: #231F20;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #f9f9f9;
  transition: border-color 0.25s ease;
}
body.single-product main.site-main .summary.entry-summary form.cart .quantity input.qty:focus {
  outline: none;
  border-color: #005375;
}
body.single-product main.site-main .summary.entry-summary form.cart .single_add_to_cart_button {
  flex: 1;
  height: 50px;
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--e-global-color-secondary, #0091B3);
  border: none;
  border-radius: 32px;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body.single-product main.site-main .summary.entry-summary form.cart .single_add_to_cart_button {
    padding: 0 20px;
    font-size: 0.9375rem;
  }
}
body.single-product main.site-main .summary.entry-summary form.cart .single_add_to_cart_button:hover {
  background-color: var(--e-global-color-accent, #005375);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body.single-product main.site-main .summary.entry-summary form.cart .single_add_to_cart_button:active {
  transform: scale(0.98);
}
body.single-product main.site-main .summary.entry-summary .product_meta {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
  padding-top: 24px;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 767px) {
  body.single-product main.site-main .summary.entry-summary .product_meta {
    padding-top: 20px;
  }
}
body.single-product main.site-main .summary.entry-summary .product_meta > span {
  display: block;
  margin-bottom: 6px;
}
body.single-product main.site-main .summary.entry-summary .product_meta > span:last-child {
  margin-bottom: 0;
}
body.single-product main.site-main .summary.entry-summary .product_meta a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  transition: color 0.25s ease;
}
body.single-product main.site-main .summary.entry-summary .product_meta a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.single-product main.site-main .related.products {
  grid-column: 1/-1;
  padding-top: 60px;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 767px) {
  body.single-product main.site-main .related.products {
    padding-top: 40px;
  }
}
body.single-product main.site-main .related.products > h2 {
  font-family: var(--e-global-typography-secondary-font-family, "League Spartan", sans-serif);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--e-global-color-accent, #231F20);
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  body.single-product main.site-main .related.products > h2 {
    margin-bottom: 24px;
  }
}
body.single-product main.site-main .related.products ul.products::before, body.single-product main.site-main .related.products ul.products::after {
  display: none !important;
}
body.single-product main.site-main .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  body.single-product main.site-main .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  body.single-product main.site-main .related.products ul.products {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
body.single-product main.site-main .related.products ul.products li.product {
  width: 100%;
  text-align: center;
  background-color: var(--e-global-color-ed9b819);
  border-radius: 27px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin: 0;
  box-shadow: 2px 7px 7px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
@media (max-width: 1024px) {
  body.single-product main.site-main .related.products ul.products li.product {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  body.single-product main.site-main .related.products ul.products li.product {
    padding: 24px;
    border-radius: 20px;
  }
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
  flex: 1;
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link img {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link:hover img {
  transform: scale(1.02);
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--e-global-color-text);
  padding: 0;
  margin: 0 0 5px;
  text-decoration: none;
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link .price {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  margin-bottom: 30px;
  display: block;
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link .price del {
  color: #999;
  font-weight: 400;
  margin-right: 4px;
}
body.single-product main.site-main .related.products ul.products li.product a.woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
body.single-product main.site-main .related.products ul.products li.product .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
body.single-product main.site-main .related.products ul.products li.product .quantity input.qty {
  width: 36px;
  height: 32px;
  text-align: center;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  color: #231F20;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: var(--e-global-color-ed9b819);
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0;
}
body.single-product main.site-main .related.products ul.products li.product .quantity input.qty:focus {
  outline: none;
}
body.single-product main.site-main .related.products ul.products li.product .quantity input.qty::-webkit-outer-spin-button, body.single-product main.site-main .related.products ul.products li.product .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product main.site-main .related.products ul.products li.product .quantity .minus,
body.single-product main.site-main .related.products ul.products li.product .quantity .plus {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: #231F20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
body.single-product main.site-main .related.products ul.products li.product .quantity .minus:hover,
body.single-product main.site-main .related.products ul.products li.product .quantity .plus:hover {
  background-color: #f0f0f0;
}
body.single-product main.site-main .related.products ul.products li.product a.button.add_to_cart_button,
body.single-product main.site-main .related.products ul.products li.product button.button.add_to_cart_button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 10px 20px;
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--e-global-color-ed9b819);
  background-color: var(--e-global-color-primary);
  line-height: 1.5;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
body.single-product main.site-main .related.products ul.products li.product a.button.add_to_cart_button:hover,
body.single-product main.site-main .related.products ul.products li.product button.button.add_to_cart_button:hover {
  background-color: var(--e-global-color-secondary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
body.single-product main.site-main .woocommerce-notices-wrapper .woocommerce-message,
body.single-product main.site-main .woocommerce-notices-wrapper .woocommerce-error,
body.single-product main.site-main .woocommerce-notices-wrapper .woocommerce-info {
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.9375rem;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
body.single-product main.site-main .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #e6f7ed;
  border-color: #2ecc71;
  color: #231F20;
}
body.single-product main.site-main .onsale {
  font-family: var(--e-global-typography-text-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  background-color: var(--e-global-color-5e87840, #FCCDE5);
  color: var(--e-global-color-text);
  border-radius: 20px;
  padding: 6px 14px;
  line-height: 1;
  min-height: auto;
  min-width: auto;
  z-index: 2;
}

.zoom-products li.product {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.zoom-products li.product.zoom-in {
  opacity: 1;
  transform: scale(1);
}

body.woocommerce-cart main.site-main:has(.wp-block-woocommerce-empty-cart-block) {
  min-height: 50vh;
}
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-cart {
  margin-inline: 0 !important;
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-components-sidebar-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
  }
  body.woocommerce-cart main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
    width: 100%;
  }
  body.woocommerce-cart main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items {
  background: #f9f9f9 !important;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-family: var(--e-global-typography-text-font-family);
  overflow: hidden;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items th {
  border: none;
  border-bottom: 1px solid #ddd;
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__header {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__header th {
  padding: 20px 16px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__header th {
    padding: 15px;
  }
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row {
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 80px 1fr;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row:last-child {
    border-bottom: none;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 12px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  font-size: 1rem;
  text-decoration: none;
  color: var(--e-global-color-accent);
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__total {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__total {
    justify-content: end;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-components-main table.wc-block-cart-items tr.wc-block-cart-items__row .wc-block-cart-item__total .price .wc-block-components-product-price__value {
  font-size: 1rem;
  font-weight: 700;
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar {
  height: 100%;
  font-family: var(--e-global-typography-text-font-family);
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ddd;
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar {
    margin: 0;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-size: 1.5rem;
  color: var(--e-global-color-accent);
}
@media (max-width: 795px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-cart__totals-title {
    display: block;
    font-size: 1.25rem;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  font-size: 0.938rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input:focus {
  border-color: var(--e-global-color-accent);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--e-global-color-accent-rgb), 0.2);
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label {
  opacity: 0 !important;
  visibility: hidden !important;
  top: 50% !important;
  transform: translateY(-50%) scale(1) !important;
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button {
  font-size: 0.938rem;
  background-color: var(--e-global-color-accent);
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--e-global-color-accent) 85%, black);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-panel .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  cursor: not-allowed;
  opacity: 0.7;
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-cart__submit-button {
  background-color: var(--e-global-color-secondary);
  color: #fff;
  font-weight: 600;
  border-radius: 32px;
  padding: 12px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-cart__submit-button {
    font-size: 1rem;
    padding: 12px 20px;
  }
}
body.woocommerce-cart main.site-main .page-content .wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
  background-color: var(--e-global-color-accent);
}
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-empty-cart-block hr,
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title),
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none;
}
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  color: var(--e-global-color-primary);
}
body.woocommerce-cart main.site-main .page-content .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
  background-color: var(--e-global-color-primary);
  -webkit-mask-size: 3em;
          mask-size: 3em;
  margin: 0 auto 1em;
}

body.woocommerce-checkout main.site-main .page-content .wp-block-woocommerce-checkout {
  margin-inline: 0 !important;
  padding-top: 0;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-content p.content a {
  color: var(--e-global-color-primary) !important;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option {
  box-shadow: none;
  border: 1px solid var(--e-global-color-9500430);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-components-address-card__edit:hover {
  background-color: var(--e-global-color-primary);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .wc-block-components-checkout-step__heading {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .wc-block-components-checkout-step__heading {
    font-size: 1.25rem;
  }
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  background-color: var(--e-global-color-secondary);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__image img {
  border-radius: 12px;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__total-price span.wc-block-formatted-money-amount {
  font-weight: 600;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  font-size: 0.938rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input:focus {
  border-color: var(--e-global-color-accent);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--e-global-color-accent-rgb), 0.2);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label {
  opacity: 0 !important;
  visibility: hidden !important;
  top: 50% !important;
  transform: translateY(-50%) scale(1) !important;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button {
  font-size: 0.938rem;
  background-color: var(--e-global-color-accent);
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--e-global-color-accent) 85%, black);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  cursor: not-allowed;
  opacity: 0.7;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions .checkout-order-summary-block-fill .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.125rem;
  }
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions button {
  border: none;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions button {
    font-size: 1rem;
  }
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-checkout__actions button:hover {
  background-color: var(--e-global-color-primary);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__heading-container .wc-block-components-checkout-step__heading .wc-block-components-title {
  font-size: 1.25rem;
  color: var(--e-global-color-primary);
  font-weight: 600;
}
@media (max-width: 767px) {
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__heading-container .wc-block-components-checkout-step__heading .wc-block-components-title {
    font-size: 1.125rem;
  }
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  font-family: var(--e-global-typography-text-font-family);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
  color: var(--e-global-color-primary);
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
    font-size: 1.25rem;
  }
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  background-color: var(--e-global-color-secondary);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__image img {
  border-radius: 12px;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary-item__total-price span.wc-block-formatted-money-amount {
  font-weight: 600;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  font-size: 0.938rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input input:focus {
  border-color: var(--e-global-color-accent);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--e-global-color-accent-rgb), 0.2);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label {
  opacity: 0 !important;
  visibility: hidden !important;
  top: 50% !important;
  transform: translateY(-50%) scale(1) !important;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button {
  font-size: 0.938rem;
  background-color: var(--e-global-color-accent);
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:hover:not(:disabled) {
  background-color: color-mix(in srgb, var(--e-global-color-accent) 85%, black);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__content .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.wc-block-components-button:disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  cursor: not-allowed;
  opacity: 0.7;
}
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout main.site-main .page-content .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 600;
}

.course-accordion-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.course-accordion-wrapper .course-accordion-item {
  border: none;
  border-top: 2px dashed #577282;
}
.course-accordion-wrapper .course-accordion-item:last-child {
  border-bottom: 2px dashed #577282;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  text-align: left;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .course-accordion-wrapper .course-accordion-item .course-accordion-header {
    padding: 20px 0;
  }
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header .course-accordion-title {
  margin: 0;
  flex: 1;
  padding-right: 20px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--e-global-color-text);
  line-height: 1.1;
  white-space: normal;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .course-accordion-wrapper .course-accordion-item .course-accordion-header .course-accordion-title {
    font-size: 1.25rem;
  }
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header .course-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  flex-shrink: 0;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header .course-accordion-icon svg {
  width: 19px;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header.active .course-accordion-icon svg {
  transform: rotate(180deg);
}
.course-accordion-wrapper .course-accordion-item .course-accordion-icon .elementor-accordion-icon-opened {
  display: none;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header.active .course-accordion-icon .elementor-accordion-icon-closed:has(+ .elementor-accordion-icon-opened) {
  display: none;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-header.active .course-accordion-icon .elementor-accordion-icon-opened {
  display: block;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content {
  display: none;
  padding-bottom: 30px;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-content-inner {
  color: var(--e-global-color-text);
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: var(--e-global-typography-primary-font-family);
}
@media (max-width: 1024px) {
  .course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-content-inner {
    font-size: 1rem;
  }
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  color: var(--e-global-color-primary);
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item {
    font-size: 1rem;
  }
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-accent);
  flex-shrink: 0;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item .step-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item .step-title {
  line-height: 1.4;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.course-accordion-wrapper .course-accordion-item .course-accordion-content .course-accordion-steps .course-accordion-step-item a:hover {
  color: var(--e-global-color-secondary);
}

.learndash-wrapper .ld-registration__wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #f8fbfd;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .learndash-wrapper .ld-registration__wrapper {
    padding: 25px;
  }
}
.learndash-wrapper .ld-registration__heading {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.learndash-wrapper .ld-registration__p {
  color: var(--e-global-color-text);
  margin-bottom: 30px;
  font-size: 1rem;
}
.learndash-wrapper .ld-registration__p a {
  color: var(--e-global-color-secondary);
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
}
.learndash-wrapper .ld-registration__p a:hover {
  color: var(--e-global-color-accent);
}
.learndash-wrapper .ld-form label {
  display: block;
  color: var(--e-global-color-primary);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}
.learndash-wrapper .ld-form label .required {
  color: #e2401c;
  font-size: 0.8em;
  margin-left: 5px;
  font-weight: 400;
}
.learndash-wrapper .ld-form .ld-form__field,
.learndash-wrapper .ld-form input[type=text],
.learndash-wrapper .ld-form input[type=email],
.learndash-wrapper .ld-form input[type=password] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 15px;
  color: var(--e-global-color-text);
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.learndash-wrapper .ld-form .ld-form__field:focus,
.learndash-wrapper .ld-form input[type=text]:focus,
.learndash-wrapper .ld-form input[type=email]:focus,
.learndash-wrapper .ld-form input[type=password]:focus {
  border-color: var(--e-global-color-secondary);
  outline: none;
  box-shadow: 0 0 0 1px var(--e-global-color-secondary);
}
.learndash-wrapper .ld-form .ld-form__field-outer-wrapper,
.learndash-wrapper .ld-form .login-username,
.learndash-wrapper .ld-form .login-password {
  margin-bottom: 25px;
}
.learndash-wrapper .ld-form .login-remember {
  margin-bottom: 25px;
}
.learndash-wrapper .ld-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  cursor: pointer;
}
.learndash-wrapper .ld-form .login-remember label input[type=checkbox] {
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.learndash-wrapper .ld-form .ld-form__field-password-wrapper {
  position: relative;
}
.learndash-wrapper .ld-form .ld-form__field-password-wrapper .ld-button__password-visibility-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 13px;
  cursor: pointer;
  color: var(--e-global-color-text);
  min-width: 65px !important;
}
.learndash-wrapper .ld-form .ld-form__field-password-wrapper .ld-button__password-visibility-toggle:hover {
  background: #f0f0f0;
}
.learndash-wrapper .ld-form input[type=password]::-ms-reveal,
.learndash-wrapper .ld-form input[type=password]::-ms-clear {
  display: none;
}
.learndash-wrapper .ld-form .ld-password-strength__hint {
  font-size: 0.85rem;
  color: #666;
  margin-top: -15px;
  margin-bottom: 25px;
  font-style: italic;
}
.learndash-wrapper .ld-form input[type=submit] {
  width: 100%;
  height: 50px;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  border: none;
  border-radius: 32px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.learndash-wrapper .ld-form input[type=submit]:hover {
  background-color: var(--e-global-color-accent);
}

.oup-success-message {
  text-align: center;
  max-width: 500px;
  margin: 40px auto;
}
.oup-success-message .success-icon {
  color: var(--e-global-color-secondary);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.oup-success-message .success-icon svg {
  width: 100%;
  height: 100%;
}
.oup-success-message h2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.oup-success-message p {
  color: var(--e-global-color-text);
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.1rem;
}
.oup-success-message .button {
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  padding: 15px 40px;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.oup-success-message .button:hover {
  background-color: var(--e-global-color-accent);
  transform: translateY(-2px);
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage.ld-secondary-color {
  color: var(--e-global-color-primary);
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
  color: var(--e-global-color-secondary);
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage.ld-secondary-background {
  background-color: var(--e-global-color-secondary) !important;
}

body.woocommerce-page main.site-main,
body:has(.learndash-wrapper) main.site-main,
body.page-registration-success main.site-main {
  max-width: 100%;
}
@media (max-width: 767px) {
  body.woocommerce-page main.site-main,
  body:has(.learndash-wrapper) main.site-main,
  body.page-registration-success main.site-main {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
}
body.woocommerce-page main.site-main .page-header,
body:has(.learndash-wrapper) main.site-main .page-header,
body.page-registration-success main.site-main .page-header {
  width: 100%;
  padding: 80px 0;
  margin: auto;
  background-image: url(/wp-content/uploads/2026/05/about-hero-blu-shape.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body.woocommerce-page main.site-main .page-header,
  body:has(.learndash-wrapper) main.site-main .page-header,
  body.page-registration-success main.site-main .page-header {
    padding: 50px 0;
  }
}
body.woocommerce-page main.site-main .page-header .entry-title,
body:has(.learndash-wrapper) main.site-main .page-header .entry-title,
body.page-registration-success main.site-main .page-header .entry-title {
  max-width: 100%;
  font-family: var(--e-global-typography-secondary-font-family, "League Spartan", Sans-serif);
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.48px;
  color: var(--e-global-color-accent);
  text-align: center;
  padding: 0 40px;
  margin: 0;
}
@media (max-width: 767px) {
  body.woocommerce-page main.site-main .page-header .entry-title,
  body:has(.learndash-wrapper) main.site-main .page-header .entry-title,
  body.page-registration-success main.site-main .page-header .entry-title {
    padding: 0 20px;
  }
}
body.woocommerce-page main.site-main .page-content,
body:has(.learndash-wrapper) main.site-main .page-content,
body.page-registration-success main.site-main .page-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px;
  font-family: var(--e-global-typography-text-font-family);
}
@media (max-width: 767px) {
  body.woocommerce-page main.site-main .page-content,
  body:has(.learndash-wrapper) main.site-main .page-content,
  body.page-registration-success main.site-main .page-content {
    padding: 50px 20px;
  }
}

.woocommerce-order {
  font-family: var(--e-global-typography-text-font-family);
}
.woocommerce-order a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.woocommerce-order a:hover {
  color: var(--e-global-color-accent);
}
.woocommerce-order h2 {
  color: var(--e-global-color-primary);
  font-weight: 600;
  font-size: 1.875rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.woocommerce-order h2:first-child {
  margin-top: 0;
}
.woocommerce-order table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.woocommerce-order table.shop_table th {
  font-weight: 600;
  color: var(--e-global-color-primary);
}
.woocommerce-order table.shop_table tfoot th,
.woocommerce-order table.shop_table tfoot td {
  border-top: 2px solid #eee;
  font-weight: 600;
}
.woocommerce-order address {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  font-style: normal;
  line-height: 1.6;
}
.woocommerce-order address p {
  margin-bottom: 5px;
}

body.woocommerce-account .woocommerce {
  font-family: var(--e-global-typography-text-font-family);
}

body.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 500px;
  margin: 0 auto;
}
body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  color: var(--e-global-color-primary);
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register {
  background: var(--e-global-color-ed9b819);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in) .woocommerce form.login,
  body.woocommerce-account:not(.logged-in) .woocommerce form.register {
    padding: 20px;
  }
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .form-row {
  margin-bottom: 20px;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row label,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--e-global-color-text);
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .form-row input.input-text {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .form-row input.input-text:focus,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .form-row input.input-text:focus {
  border-color: var(--e-global-color-primary);
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-button,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-button {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-ed9b819);
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-button:hover {
  background-color: var(--e-global-color-primary);
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-LostPassword,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-LostPassword {
  margin-top: 15px;
  text-align: center;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-LostPassword a,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-LostPassword a {
  color: var(--e-global-color-primary);
  text-decoration: none;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.login .woocommerce-LostPassword a:hover,
body.woocommerce-account:not(.logged-in) .woocommerce form.register .woocommerce-LostPassword a:hover {
  color: var(--e-global-color-accent);
}

body.woocommerce-account.logged-in .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account.logged-in .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  background: #dfdfdf;
  border-radius: 8px;
  color: var(--e-global-color-text);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-ed9b819);
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-ed9b819);
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
  width: calc(75% - 30px);
  background: var(--e-global-color-ed9b819);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px;
  }
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-weight: 500;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a:hover {
  color: var(--e-global-color-accent);
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3 {
  color: var(--e-global-color-primary);
  margin-top: 0;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border: none;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  border-top: none;
  border-left: none;
  border-right: none;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table th {
  font-weight: 600;
  color: var(--e-global-color-primary);
  background: transparent;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table .woocommerce-button {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-ed9b819);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table.shop_table .woocommerce-button:hover {
  background: var(--e-global-color-secondary);
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row input.input-text:focus,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form .form-row textarea:focus {
  border-color: var(--e-global-color-primary);
  outline: none;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form button.button {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-ed9b819);
  border: none;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form button.button:hover {
  background: var(--e-global-color-primary);
}

.sce-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.sce-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.938rem;
  line-height: 1.6;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family);
}
@media (max-width: 767px) {
  .sce-meta-item {
    font-size: 0.875rem;
  }
}

.sce-meta-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  color: inherit;
}
.sce-meta-icon svg {
  display: block;
}

.sce-meta-lines {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sce-meta-line {
  display: block;
}

.sce-pricing-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sce-pricing-wrap {
    margin-bottom: 24px;
  }
}

.sce-price-item {
  display: flex;
  flex-direction: column;
}

.sce-price-amount-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.sce-price-amount {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--e-global-color-text);
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  .sce-price-amount {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .sce-price-amount {
    font-size: 1.5rem;
  }
}

.sce-price-suffix {
  font-size: 0.938rem;
  color: var(--e-global-color-text);
  font-weight: 400;
  line-height: 1;
}

.sce-price-label {
  font-size: 0.938rem;
  color: var(--e-global-color-text);
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sce-price-label {
    font-size: 0.875rem;
  }
}

.hero-reveal.reveal-heading .elementor-heading-title, .hero-reveal.reveal-heading > * {
  clip-path: inset(0% 100% 0% 0%);
}
.hero-reveal.reveal-image img, .hero-reveal.reveal-image .elementor-widget-container {
  clip-path: inset(0% 0% 100% 0%);
}
.hero-reveal.reveal-image-parallax {
  overflow: hidden;
}
.hero-reveal.reveal-image-parallax img,
.hero-reveal.reveal-image-parallax .elementor-widget-container img {
  transform: scale(1.15) translateY(20px);
  transform-origin: bottom center;
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
  will-change: transform;
}
.hero-reveal.reveal-image-parallax .elementor-widget-container {
  clip-path: inset(100% 0% 0% 0%);
  overflow: hidden;
}
.hero-reveal.split-text-reveal .split-word-mask {
  display: inline-flex;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 0.25em;
}
.hero-reveal.split-text-reveal .split-word {
  display: inline-block;
  transform: translateY(115%);
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-reveal.is-revealed.reveal-heading .elementor-heading-title, .hero-reveal.is-revealed.reveal-heading > * {
  will-change: clip-path;
  animation: clipRevealLeftToRight 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
}
.hero-reveal.is-revealed.reveal-image img, .hero-reveal.is-revealed.reveal-image .elementor-widget-container {
  will-change: clip-path;
  animation: clipRevealTopToBottom 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.3s;
}
.hero-reveal.is-revealed.reveal-image-parallax .elementor-widget-container {
  will-change: clip-path;
  animation: clipRevealBottomToTop 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.3s;
}
.hero-reveal.is-revealed.reveal-image-parallax img,
.hero-reveal.is-revealed.reveal-image-parallax .elementor-widget-container img {
  transform: scale(1) translateY(0);
}
.hero-reveal.is-revealed.split-text-reveal .split-word {
  transform: translateY(0);
}
@keyframes clipRevealLeftToRight {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clipRevealTopToBottom {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clipRevealBottomToTop {
  0% {
    clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
.elementor-editor-active .hero-reveal.reveal-heading .elementor-heading-title, .elementor-editor-active .hero-reveal.reveal-heading > *, .elementor-editor-active .hero-reveal.reveal-image img, .elementor-editor-active .hero-reveal.reveal-image .elementor-widget-container, .elementor-editor-active .hero-reveal.reveal-image-parallax img, .elementor-editor-active .hero-reveal.reveal-image-parallax .elementor-widget-container, .elementor-editor-active .hero-reveal.reveal-image-parallax .elementor-widget-container img,
.elementor-edit-mode .hero-reveal.reveal-heading .elementor-heading-title,
.elementor-edit-mode .hero-reveal.reveal-heading > *,
.elementor-edit-mode .hero-reveal.reveal-image img,
.elementor-edit-mode .hero-reveal.reveal-image .elementor-widget-container,
.elementor-edit-mode .hero-reveal.reveal-image-parallax img,
.elementor-edit-mode .hero-reveal.reveal-image-parallax .elementor-widget-container,
.elementor-edit-mode .hero-reveal.reveal-image-parallax .elementor-widget-container img {
  clip-path: none !important;
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

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