@charset "UTF-8";
/*----- ABSTRACTS -----*/
/*----- FLEX DIRECTION ROW -----*/
/*----- FLEX DIRECTION COLUMN -----*/
/*----- BASE -----*/
/*----- FONT FAMILY -----*/
/*----- FONT SIZE -----*/
/*----- FONT WEIGHT -----*/
@font-face {
  font-family: "Storefront";
  src: url("../../../themes/storefront/assets/fonts/storefront.woff") format("woff"), url("../../../themes/storefront/assets/fonts/storefront.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}

textarea {
  resize: none !important;
}

body {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/*----- COMPONENTS -----*/
/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.hero-content_button {
  display: block;
  margin-top: 1.5625rem;
  padding: 0.625rem 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border-radius: 0.625rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
}
.hero-content_button:hover {
  color: #1A4079 !important;
  background-color: #FFFFFF !important;
}

.add-to-cart_button {
  position: relative;
  z-index: 2;
  display: block;
  background: #1A4079;
  color: #FFFFFF !important;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.375rem;
  text-decoration: none !important;
  font-weight: 600;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease, border-color 0.5s ease;
  border: 0.1563rem solid #F9FAFC;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #1A4079;
  margin-top: auto !important;
}
@media (max-width: 446px) {
  .add-to-cart_button {
    font-size: 1rem !important;
  }
}
.add-to-cart_button:hover {
  border-color: #1A4079;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  color: #1A4079 !important;
  background-color: #FFFFFF !important;
}
.add-to-cart_button--inactive {
  border: 0.1563rem solid #ff0000;
  background: #FFFFFF;
  color: #ff0000 !important;
}
.add-to-cart_button--inactive:hover {
  border: 0.1563rem solid #ff0000;
  background: #FFFFFF;
  color: #ff0000 !important;
  pointer-events: none;
}
.add-to-cart_button--background {
  background-color: #B2B3B6;
}

.woocommerce-product-search button {
  width: 6.25rem;
  height: 2.8125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border-radius: 0 0.625rem 0.625rem 0;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
}

.woocommerce-product-search button:hover {
  background-color: #FFFFFF !important;
  color: #1A4079 !important;
  border: 0.0625rem solid #1A4079;
  border-left: none;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background-color: #1A4079;
  color: #F9FAFC;
  transform: scale(1.1);
}

.single_add_to_cart_button {
  width: 100%;
  max-width: 31.25rem;
  box-sizing: border-box;
  padding: 0.9375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0.625rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
}
.single_add_to_cart_button:hover {
  background-color: #FFFFFF !important;
  color: #1A4079 !important;
  border: 0.0625rem solid #1A4079;
}

.qty-btn {
  width: 2.75rem;
  height: 2.75rem;
  background: #F9FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.qty-btn:hover {
  background: #1A4079;
  color: #FFFFFF;
  transform: scale(1.1);
}

.qty-btn.minus {
  border-radius: 0.25rem 0 0 0.25rem;
}

.qty-btn.plus {
  border-radius: 0 0.25rem 0.25rem 0;
}

/*.variable-item {
    width: 3.125rem !important;
    height: 3.125rem !important;
}*/
.checkout-button {
  width: 50%;
  max-width: 31.25rem;
  box-sizing: border-box;
  padding: 0.9375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0.625rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
  margin-top: 0.75rem;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 1226px) {
  .checkout-button {
    width: 100%;
    max-width: none;
  }
}
.checkout-button:hover {
  background-color: #FFFFFF !important;
  color: #1A4079 !important;
  border: 0.0625rem solid #1A4079;
}

#place_order {
  box-sizing: border-box;
  padding: 0.9375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0.625rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
  margin-top: 0.75rem;
  margin-left: auto;
  text-align: center;
}
#place_order:hover {
  background-color: #FFFFFF !important;
  color: #1A4079 !important;
  border: 0.0625rem solid #1A4079;
}

/*----- LAYOUT -----*/
html, body {
  overflow: visible !important;
}

.app {
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  position: sticky;
  top: 0;
  z-index: 9999;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #F9FAFC;
  border-top: 0.9375rem solid #1A4079;
  padding: 1.5625rem 12.5rem;
  box-shadow: 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 1454px) {
  .main-navigation {
    padding: 1.5625rem;
  }
}
@media (max-width: 1080px) {
  .main-navigation {
    flex-direction: row-reverse;
  }
}
.main-navigation_link--box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
}
.main-navigation_logo {
  width: auto;
  height: 50px;
}
.main-navigation_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #1A4079;
  font-size: 1.125rem;
}
.main-navigation_text--weight {
  font-weight: 400;
}
@media (max-width: 1080px) {
  .main-navigation_text-wrapper {
    display: none;
  }
}
@media (min-width: 1081px) {
  .main-navigation_cart-mobile {
    display: none;
  }
}

.main-navigation_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1080px) {
  .main-navigation_links {
    display: none;
  }
}
@media (min-width: 1081px) {
  .main-navigation_links-mobile {
    display: none;
  }
}
.main-navigation_links-mobile .hamburger-menu_trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.main-navigation_links-mobile .hamburger-menu_trigger .bar {
  width: 100%;
  height: 3px;
  background-color: #1A4079;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.main-navigation_links-mobile .mobile-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100vh;
  background-color: #FFFFFF;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 60px 20px 30px 20px;
  transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.main-navigation_links-mobile .mobile-navigation.is-active {
  left: 0;
}
.main-navigation_links-mobile .mobile-navigation_close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: #0c3866;
  cursor: pointer;
  line-height: 1;
}
.main-navigation_links-mobile .mobile-navigation_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation_links-mobile .mobile-navigation_list li {
  border-bottom: 1px solid #f0f0f0;
}
.main-navigation_links-mobile .mobile-navigation_list li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #1A4079;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-navigation_links-mobile .mobile-navigation_list li a:hover {
  color: #1e5fa3;
}
.main-navigation_links-mobile .mobile-navigation_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.main-navigation_links-mobile .mobile-navigation_overlay.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.main-navigation_link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1A4079;
  border-bottom: 0.125rem solid transparent;
  transition: transform 0.25s ease-in-out, color 0.25s ease-in-out;
}
.main-navigation_link:hover {
  transform: scale(1.1);
}
.main-navigation_link--active {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.main-navigation_link--active:hover {
  transform: none !important;
}
.main-navigation_link::first-letter {
  text-transform: uppercase;
}

.main-navigation_cart {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #B2B3B6;
}
.main-navigation_cart-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.875rem;
  margin-right: 0.625rem;
  background-image: url("../assets/images/redesign/cart_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-navigation_cart-count {
  position: absolute;
  top: -0.3125rem;
  left: 0.9375rem;
  background-color: #1A4079;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.125rem solid #FFFFFF;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 3.125rem 12.5rem;
  background-color: #F9FAFC;
}
@media (max-width: 1454px) {
  .footer-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 1454px) {
  .footer-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 970px) {
  .footer-wrapper {
    flex-direction: column;
  }
}
.footer-wrapper_section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-wrapper_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapper_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1A4079;
}
.footer-wrapper_text--weight {
  font-weight: 700;
}
.footer-wrapper_text-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1A4079;
}
.footer-wrapper_text-link:hover {
  opacity: 0.5;
}

.post-500 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  padding: 3.125rem 12.5rem;
  background-color: #F9FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1454px) {
  .post-500 {
    padding: 1.5625rem;
  }
}
.post-500 h1 {
  font-weight: 600;
  font-size: 1.625rem;
  color: #1A4079;
  padding-bottom: 3.125rem;
}

.post-514 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  padding: 3.125rem 12.5rem;
  background-color: #F9FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1454px) {
  .post-514 {
    padding: 1.5625rem;
  }
}
.post-514 h1 {
  font-weight: 600;
  font-size: 1.625rem;
  color: #1A4079;
  padding-bottom: 3.125rem;
}

.post-517 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  padding: 3.125rem 12.5rem;
  background-color: #F9FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1454px) {
  .post-517 {
    padding: 1.5625rem;
  }
}
.post-517 h1 {
  font-weight: 600;
  font-size: 1.625rem;
  color: #1A4079;
  padding-bottom: 3.125rem;
}

.post-520 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  padding: 3.125rem 12.5rem;
  background-color: #F9FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1454px) {
  .post-520 {
    padding: 1.5625rem;
  }
}
.post-520 h1 {
  font-weight: 600;
  font-size: 1.625rem;
  color: #1A4079;
  padding-bottom: 3.125rem;
}

/* Force all list decorators to align safely inside the page text container */
.entry-content ul,
.entry-content ol,
#main ul,
#main ol {
  list-style-position: inside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Fix line wraps so indented items don't look crowded */
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 10px !important;
  line-height: 1.6 !important;
  display: list-item !important; /* Forces the browser to treat them as native lists */
}

/*----- PAGES -----*/
/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.hero-wrapper {
  width: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: auto;
  width: 100%;
}
.hero-wrapper--display {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 970px) {
  .hero-wrapper--display {
    flex-direction: column;
  }
}
.hero-wrapper--background {
  background-origin: content-box;
  background-position: right;
  padding-right: 12.5rem;
  background-size: 15%;
  box-shadow: 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.08);
}
.hero-wrapper .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 9.375rem 12.5rem;
}
@media (max-width: 1454px) {
  .hero-wrapper .hero-content {
    padding: 5rem;
  }
}
@media (max-width: 970px) {
  .hero-wrapper .hero-content {
    padding: 1rem;
  }
}
.hero-wrapper .hero-content_header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 3.25rem;
  color: #1A4079;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
}
.hero-wrapper .hero-content_header--border {
  border-bottom: 0.0625rem solid rgba(26, 64, 121, 0.4);
}
.hero-wrapper .hero-content_header--padding {
  padding-bottom: 15px;
}
.hero-wrapper .hero-content_header--color {
  color: #FFFFFF;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(255, 255, 255, 0.5);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.hero-wrapper .hero-content_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1A4079;
  padding-top: 0.9375rem;
}
.hero-wrapper .hero-content_text--width {
  max-width: 50rem;
}
.hero-wrapper .hero-content_text--color {
  color: #FFFFFF;
}
.hero-wrapper .hero-content_image {
  max-width: 17.5rem;
  filter: drop-shadow(17px 16px 26px #000000);
}
@media (max-width: 970px) {
  .hero-wrapper .hero-content_image {
    max-height: 8rem;
  }
}

.links-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  height: 100%;
  padding: 3.125rem 12.5rem;
  box-shadow: inset 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.05), 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 1454px) {
  .links-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 970px) {
  .links-wrapper {
    flex-direction: column;
  }
}
.links-wrapper_link {
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 1.25rem 0.9375rem;
  width: 28.125rem;
  height: 15.625rem;
  border-radius: 0.625rem;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  transition: transform 0.5s ease, filter 0.5s ease;
  will-change: filter;
}
@media (max-width: 1080px) {
  .links-wrapper_link {
    height: 5rem;
  }
}
@media (max-width: 970px) {
  .links-wrapper_link {
    width: 100%;
  }
}
.links-wrapper_link--books {
  background-image: url("../assets/images/redesign/books_card.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.links-wrapper_link--magazines {
  background-image: url("../assets/images/redesign/shirts_card.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.links-wrapper_link--souvenirs {
  background-image: url("../assets/images/redesign/souvenirs_card.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.links-wrapper_link:hover {
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 24px #000000);
}

.products-wrapper_title-wr {
  display: flex;
  flex-direction: column;
  padding: 3.125rem 12.5rem;
  width: 100%;
  background-color: #F9FAFC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1454px) {
  .products-wrapper_title-wr {
    padding: 1.5625rem;
  }
}

.products-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 3.125rem;
  padding-top: 3.125rem;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 1080px) {
  .products-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    padding: 0 15px !important;
  }
}
.products-wrapper--padding {
  padding-top: 0;
}
.products-wrapper_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  display: block;
}
.products-wrapper .product-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  border: 0.1563rem solid #F9FAFC;
  transition: transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
@media (max-width: 1080px) {
  .products-wrapper .product-card {
    padding: 12px !important;
  }
}
.products-wrapper .product-card:hover {
  border-color: #1A4079;
}
.products-wrapper .product-card:hover .product-card_image {
  transform: scale(1.1);
}
.products-wrapper .product-card_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.products-wrapper .product-card_image {
  width: 100%;
  aspect-ratio: 2/2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9FAFC;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1080px) {
  .products-wrapper .product-card_image {
    height: 150px !important;
  }
}
.products-wrapper .product-card_content {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .products-wrapper .product-card_content {
    padding: 8px 0 0 0;
  }
}
.products-wrapper .product-card_align {
  margin-top: auto;
}
.products-wrapper .product-card_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #1A4079;
  margin: 0 0 0.625rem 0;
  font-weight: 600;
  min-height: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .products-wrapper .product-card_title {
    font-size: 0.95rem !important;
    min-height: 45px !important;
  }
}
.products-wrapper .product-card_price {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1A4079;
  margin-bottom: 0.9375rem;
}
@media (max-width: 446px) {
  .products-wrapper .product-card_price bdi {
    font-size: 1.25rem;
  }
}
@media (max-width: 1080px) {
  .products-wrapper .product-card_price {
    font-size: 1.25rem;
  }
}

.short-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3.125rem 12.5rem;
}
@media (max-width: 1454px) {
  .short-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 970px) {
  .short-wrapper {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.short-wrapper_card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 970px) {
  .short-wrapper_card {
    flex-direction: column;
    align-items: center;
  }
}
.short-wrapper_logo {
  max-height: 3.75rem;
}
.short-wrapper_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: flex-start;
  gap: 0.125rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 970px) {
  .short-wrapper_info {
    align-items: center;
  }
}
.short-wrapper_text-main {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1A4079;
}
.short-wrapper_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 500;
  color: #1A4079;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.category-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.125rem 12.5rem;
}
@media (max-width: 1454px) {
  .category-wrapper {
    padding: 1.5625rem;
  }
}
@media (max-width: 1164px) {
  .category-wrapper {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.9375rem !important;
    padding: 0.9375rem 0.9375rem !important;
  }
}
.category-wrapper_filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 0.0625rem solid #1A4079;
  padding-bottom: 0.9375rem;
}
.category-wrapper_filter--padding {
  padding-top: 0.9375rem;
  padding-bottom: 0;
  border-bottom: none;
}
.category-wrapper .sidebar_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: #1A4079;
}

.category-wrapper_sidebar {
  flex: 0 0 17.5rem; /* Fixed width for sidebar */ /* Safari support */
  position: sticky;
  top: 11.25rem;
  max-height: calc(100vh - 8.75rem);
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  z-index: 10;
}
@media (max-width: 1164px) {
  .category-wrapper_sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.woocommerce-product-search {
  display: flex;
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.woocommerce-product-search input[type=search] {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0.75rem 0.9375rem;
  height: 2.8125rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #1A4079;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  font-size: 1.125rem;
  outline: none;
}
@media (max-width: 1164px) {
  .woocommerce-product-search input[type=search] {
    width: 100%;
  }
}

.woocommerce-product-search input[type=search]:focus {
  border: 1px solid #1A4079 important;
  border-right: none;
  color: #1A4079;
}

.woocommerce-product-search label {
  display: none;
}

#custom-sort-dropdown.category-wrapper_sort {
  width: 100%;
  height: 2.8125rem; /* Match your Search bar height */
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  font-family: inherit;
  color: #1A4079;
  background-color: #FFFFFF;
  border: 0.0625rem solid #1A4079;
  border-radius: 0.625rem;
  cursor: pointer;
  outline: none;
  /* REMOVE DEFAULT ARROW (Chrome, Safari, Firefox) */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* ADD CUSTOM NAVY ARROW */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23002d56' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 0.75rem;
  transition: border-color 0.2s ease-in-out;
}

#custom-sort-dropdown.category-wrapper_sort:hover {
  cursor: pointer;
}

#custom-sort-dropdown.category-wrapper_sort:focus {
  border-color: #1A4079;
  box-shadow: 0 0 0 0.125rem rgba(0, 45, 86, 0.1);
}

.category-products {
  padding-left: 3.125rem;
  width: 100%;
}
@media (max-width: 1164px) {
  .category-products {
    padding-left: 0;
  }
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.hero-wrapper--flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 9.375rem 12.5rem;
  box-shadow: 0rem 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 1454px) {
  .hero-wrapper--flex {
    padding: 5rem;
  }
}
@media (max-width: 970px) {
  .hero-wrapper--flex {
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
  }
}

.hero-img {
  display: block;
  max-width: 17.5rem;
  max-height: 11.25rem;
  filter: drop-shadow(17px 16px 26px #000000);
}
@media (max-width: 970px) {
  .hero-img {
    max-height: 8rem;
  }
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9.375rem;
  width: 100%;
  padding: 3.125rem 12.5rem;
}
@media (max-width: 1454px) {
  .contact-wrapper {
    padding: 5rem;
  }
}
@media (max-width: 1192px) {
  .contact-wrapper {
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
  }
}
.contact-wrapper_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
}
@media (max-width: 1192px) {
  .contact-wrapper_info {
    width: 100%;
  }
}
.contact-wrapper_info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media (max-width: 1192px) {
  .contact-wrapper_info-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-wrapper_info--border {
  border-right: 0.0625rem solid rgba(26, 64, 121, 0.4);
  padding-right: 9.375rem;
}
@media (max-width: 1192px) {
  .contact-wrapper_info--border {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 1192px) {
  .contact-wrapper iframe {
    width: 100%;
  }
}
.contact-wrapper_text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #1A4079;
}
.contact-wrapper_text--weight {
  font-weight: 600;
  font-size: 1.125rem;
}
.contact-wrapper_link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #1A4079;
}
.contact-wrapper_link:hover {
  opacity: 0.5;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #1A4079;
}
@media (max-width: 410px) {
  .wpcf7-form {
    display: none;
  }
}
.wpcf7-form label {
  font-weight: 600;
  font-size: 1.125rem;
}
@media (max-width: 1192px) {
  .wpcf7-form p:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}

.wpcf7-form-control-wrap {
  border: 0.0625rem solid rgba(26, 64, 121, 0.4);
}

.wpcf7-textarea {
  border: 0.0625rem solid rgba(26, 64, 121, 0.4);
}

.wpcf7-submit {
  display: block;
  margin-top: 1.5625rem;
  padding: 0.625rem 1.25rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  color: #FFFFFF !important;
  background-color: #1A4079 !important;
  border-radius: 0.625rem !important;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
  will-change: transform;
}
.wpcf7-submit:hover {
  color: #1A4079 !important;
  background-color: #FFFFFF !important;
  border: 0.0625rem solid rgba(26, 64, 121, 0.4);
}

.wpcf7-textarea {
  width: 100% !important;
  height: 9.375rem !important;
  resize: none;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1rem;
  color: #1A4079;
}
.wpcf7-textarea:focus {
  border: 0.1563rem solid rgba(26, 64, 121, 0.4) !important;
  outline: none;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.product-page_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5625rem 12.5rem;
}
@media (max-width: 1454px) {
  .product-page_wrapper {
    padding: 1.5625rem;
  }
}

.product-page_product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
  align-items: stretch !important;
  width: 100%;
}
@media (max-width: 1080px) {
  .product-page_product {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}

@media (max-width: 1080px) {
  .product-page_visual {
    align-self: center;
  }
}

.product-page_img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background: none;
  border: none;
}
.product-page_img:hover {
  transform: scale(1.02);
}

.product-page_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.3125rem;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
}

.product-page_title {
  font-weight: 600;
  font-size: 2.25rem;
  color: #1A4079;
}
@media (max-width: 410px) {
  .product-page_title {
    font-size: 26px;
  }
}

.product-page_price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.1875rem;
  align-items: baseline;
}

.product-page_price-info {
  display: block;
}
.product-page_price-info--weight {
  font-weight: bold;
}

@media (max-width: 670px) {
  .product-page_add-to-cart form {
    flex-direction: column;
  }
}

.woocommerce-Price-amount bdi {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 410px) {
  .woocommerce-Price-amount bdi {
    font-size: 24px;
  }
}

.product-page_stock {
  display: none;
}

.product-slider_container {
  position: relative;
  width: 100%;
  max-width: 21.875rem;
}

.product-page_bg-img {
  width: 100%;
  aspect-ratio: 4/5;
  min-height: 25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none !important;
  cursor: zoom-in;
  transition: background-size 0.2s ease-out;
}

.product-page_bg-img.is-zooming {
  background-size: 200%;
  transition: none;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.3s ease;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
}
.slider-arrow:hover {
  transform: translateY(-50%) scale(1.25);
  background: none;
  color: #1A4079;
}
.slider-arrow:focus {
  outline: none !important;
  box-shadow: none !important;
}

.prev-arrow {
  left: -0.9375rem;
}

.next-arrow {
  right: -0.9375rem;
}

.cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
}

.variations_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
}

form.variations_form > div:first-of-type {
  width: 100%;
}

.variations .woo-variation-items-wrapper {
  display: flex !important;
  align-items: center;
  background: none;
  border: none;
}
.variations .woo-selected-variation-item-name {
  display: none !important;
}
.variations th {
  background: none;
}
.variations tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
}
.variations .label {
  background: none;
  border: none;
}
.variations #pa_velicina:hover {
  cursor: pointer;
}
.variations .variable-item-span {
  font-size: 24px;
  line-height: 1 !important;
  display: block !important;
  width: inherit;
}

.variable-item-contents {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: #1A4079;
}

.reset_variations {
  color: #ff0000;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
}

.single_variation_wrap {
  width: 100%;
}

.product-page_add-to-cart {
  width: 100%;
}

.product-page_add-to-cart input::-webkit-outer-spin-button,
.product-page_add-to-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-page_add-to-cart input[type=number] {
  -moz-appearance: textfield;
}

.product-page_add-to-cart .quantity input.qty {
  width: auto;
  padding: 0.9375rem;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1A4079;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 490px) {
  .product-page_add-to-cart .quantity input.qty {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.quantity {
  display: flex;
  align-items: center;
  gap: 0;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.cart-page_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5625rem;
  padding: 3.125rem 12.5rem;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1454px) {
  .cart-page_wrapper {
    padding: 5rem;
  }
}
@media (max-width: 1226px) {
  .cart-page_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 970px) {
  .cart-page_wrapper {
    padding: 1rem;
  }
}
.cart-page_form {
  position: relative;
  width: 100%;
  flex: 0 0 65%;
}
.cart-page {
  /*&_form-block {
      @include flex-column-leftX;
      gap: 0.9375rem;
  }*/
}
.cart-page_product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
  width: 100%;
  gap: 1.5625rem;
}
@media (max-width: 970px) {
  .cart-page_product {
    flex-direction: column;
  }
}
.cart-page_product-info {
  flex-grow: 1;
}
.cart-page_product-img {
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  background-color: #F9FAFC;
  width: 100px;
  flex-shrink: 0;
}
.cart-page_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 0.3125rem;
}
.cart-page_product-name a {
  max-width: 80%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1A4079;
  flex: 1;
}
.cart-page_quantity-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
}
.cart-page_remove-item {
  text-align: end;
}
.cart-page_remove-btn {
  justify-self: end;
}
.cart-page_remove-btn:hover {
  opacity: 0.5;
}
.cart-page_remove-btn img {
  width: 1.875rem;
}
.cart-page_update-btn {
  font-family: "Source Sans Pro", sans-serif;
}
.cart-page_update-btn:hover {
  color: #000000;
  background: none;
}
.cart-page_sum {
  flex: 0 0 35%;
  position: sticky;
  top: 11.25rem;
  max-height: calc(100vh - 8.75rem);
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  z-index: 10;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
}
@media (max-width: 1226px) {
  .cart-page_sum {
    width: 100%;
  }
}
.cart-page_sum h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-weight: 600;
  font-size: 1.875rem;
  text-align: left;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #B2B3B6;
  width: 100%;
}
.cart-page_sum .shop_table {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
}

.cart_totals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
}
.cart_totals-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #B2B3B6;
}
.cart_totals-shipping-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #B2B3B6;
}
.cart_totals-tax {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart_totals-text {
  font-size: 1.25rem;
}
.cart_totals-text--weight {
  font-weight: bold;
  font-size: 2rem;
}
.cart_totals-sum {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.0625rem solid #B2B3B6;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.cart_totals {
  /*&-proceedBtn {
      width: 100%;
      margin: 0;
      padding: 0;
      margin-top: 0.75rem;
  }*/
}

.shipping-calculator-button {
  color: #1A4079;
}
.shipping-calculator-button:hover {
  opacity: 0.5;
}
.shipping-calculator-button:visited {
  color: #1A4079;
}
.shipping-calculator-button:active {
  color: #1A4079;
}

#calc_shipping_state {
  padding-top: 0.625rem;
}

.checkout {
  padding: 3.125rem 12.5rem;
}
@media (max-width: 1454px) {
  .checkout {
    padding: 5rem;
  }
}
@media (max-width: 1226px) {
  .checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 970px) {
  .checkout {
    padding: 1rem;
  }
}

@media (max-width: 1226px) {
  #customer_details {
    width: 100%;
    margin: 0;
  }
}

.custom-checkout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
}
.custom-checkout h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-weight: 600;
}
@media (max-width: 1226px) {
  .custom-checkout h3 {
    width: 100%;
    text-align: center !important;
    font-size: 2rem;
  }
}
.custom-checkout #billing_first_name {
  font-size: 1.25rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}
.custom-checkout #billing_first_name_field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.custom-checkout #billing_last_name {
  font-size: 1.25rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 8px;
}
.custom-checkout #billing_last_name_field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.custom-checkout_address {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5625rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
}
.custom-checkout_address #billing_address_1_field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.custom-checkout_address #billing_address_1_field span {
  font-weight: 600;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}
.custom-checkout_address #billing_city_field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.custom-checkout_address #billing_city_field span {
  font-weight: 600;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

.woocommerce-shipping-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
}
@media (max-width: 1226px) {
  .woocommerce-shipping-fields {
    align-items: center;
    width: 100%;
  }
}
.woocommerce-shipping-fields h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-weight: 600;
}

#shipping_first_name_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#shipping_first_name_field label {
  margin-bottom: 0.5rem;
}
#shipping_first_name_field #shipping_first_name {
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#shipping_last_name_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
}
#shipping_last_name_field label {
  margin-bottom: 0.5rem;
}
#shipping_last_name_field #shipping_last_name {
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#shipping_company_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
}
#shipping_company_field label {
  margin-bottom: 0.5rem;
}
#shipping_company_field #shipping_company {
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#shipping_country_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

#shipping_address_1_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

#shipping_address_1 {
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#shipping_address_2_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#shipping_city_field, #shipping_state_field, #shipping_postcode_field, #order_comments_field {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

#shipping_city, #shipping_state, #shipping_postcode {
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

.woocommerce-additional-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2.1875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  margin-top: 1.618em;
}
@media (max-width: 1226px) {
  .woocommerce-additional-fields {
    align-items: center;
    width: 100%;
  }
}

#order_comments_field label {
  margin-bottom: 0.5rem;
}

#order_comments {
  width: 28.125rem;
  height: 9.375rem;
  overflow-y: auto;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

.woocommerce-checkout-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
}

.payment_box {
  display: none !important;
}

.place-order {
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-privacy-policy-text p {
  text-align: left;
}

.woocommerce-terms-and-conditions-checkbox-text {
  display: flex;
  gap: 0.3125rem;
}

#terms {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #000000;
  /*&:checked {
      background-color: $pravos-blue;
      border: none;
      transition: background-color 0.3s ease;
  }*/
}

/* Target the invalid/unchecked state wrapper */
.woocommerce-checkout .woocommerce-invalid input[type=checkbox] {
  outline: 2px solid #ff0000 !important; /* Changes the red glow around the box */
  outline-offset: 2px;
}

/* Target the wrapper border if your theme adds one */
.woocommerce-checkout .woocommerce-invalid-required-field {
  border-color: #e2401c !important; /* Standard WooCommerce red */
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

/* Remove the Plaćanje page title on the checkout page */
.woocommerce-checkout .entry-header,
.woocommerce-checkout .entry-title {
  display: none !important;
}

#order_review_heading {
  font-family: "Source Sans Pro", sans-serif;
  color: #1A4079;
  font-weight: 600;
}
@media (max-width: 1226px) {
  #order_review_heading {
    width: 100%;
    margin: 0;
    margin-top: 1.5625rem !important;
    text-align: center;
    font-size: 2rem;
  }
}

@media (max-width: 1226px) {
  #order_review {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 1226px) {
  .personal-info {
    width: 100%;
  }
}

@media (max-width: 1226px) {
  .address-info {
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 1226px) {
  .address-info h3 {
    text-align: center;
    font-size: 2rem;
  }
}

@media (max-width: 1226px) {
  .shipping_address {
    width: 100%;
  }
}

@media (max-width: 1226px) {
  .input-text {
    width: 100% !important;
  }
}

@media (max-width: 1226px) {
  .woocommerce-additional-fields__field-wrapper {
    width: 100%;
  }
}

@media (max-width: 1226px) {
  #ship-to-different-address {
    font-size: 2rem;
    text-align: center;
  }
}

.order_details {
  display: flex;
  height: 100vh;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1A4079;
}

#wspay-form {
  text-align: center !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #1A4079 !important;
}

#billing_email {
  font-size: 1.25rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

#billing_phone {
  font-size: 1.25rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

.custom-checkout-field label {
  font-weight: 500 !important;
  font-size: 1.25rem;
}

#billing_oib {
  font-size: 1.25rem;
  padding: 0.3125rem;
  border: 0.0625rem solid #B2B3B6;
  border-radius: 0.5rem;
}

/* Sakrij originalni checkbox */
#terms {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label */
label.checkbox {
  position: relative;
  display: flex !important;
  align-items: flex-start;
  cursor: pointer;
  gap: 12px;
}

/* Kvadratić */
label.checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 22px;
  border: 2px solid #bdbdbd;
  border-radius: 6px;
  background: #fff;
  margin-right: 12px;
  vertical-align: middle;
  transition: 0.25s;
  box-sizing: border-box;
}

/* Kvačica */
label.checkbox .woocommerce-terms-and-conditions-checkbox-text::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
  transition: 0.2s;
}

/* Označeno */
#terms:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
  background: #2a7cff;
  border-color: #2a7cff;
}

#terms:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
  transform: scale(1);
}

/* Hover */
label.checkbox:hover .woocommerce-terms-and-conditions-checkbox-text::before {
  border-color: #2a7cff;
}

/*----- ABSTRACTS -----*/
/*----- BASE -----*/
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  padding: 9.375rem 12.5rem;
}
@media (max-width: 1454px) {
  .not-found {
    padding: 1.5625rem;
  }
}
.not-found_header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 3.25rem;
  color: #1A4079;
}
@media (max-width: 820px) {
  .not-found_header {
    text-align: center;
  }
}
.not-found_text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #B2B3B6;
}
@media (max-width: 820px) {
  .not-found_text {
    text-align: center;
  }
}/*# sourceMappingURL=custom-style.css.map */