@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.reset-m-p * {
  margin: revert;
  padding: revert;
}

/* ---- site variables ---- */
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  font-style: normal;
  font-optical-sizing: auto;
  color: #1e1e1e;
  /* Define styles for cross cursor */
}
body.cross-cursor {
  cursor: url("../media/images/cursor-close.png"), pointer;
}

img.svg {
  display: none;
}

.svg {
  width: 24px;
  height: 24px;
}

.transition, main#cart-page .wc-block-components-shipping-calculator-address__button, main#checkout-page .wc-block-components-shipping-calculator-address__button, main#product-page .main-content .product .product-gallery .thumbnails.scroll-x > img.thumbnail, #login-modal #create-account-link, .slider .btn:hover, .banner > a .info, button:hover,
.button:hover,
#login-modal input[type=submit]:hover {
  transition: 0.2s linear all;
}

.container, main#home-page .filters, .product-wrapper, .blog-list {
  width: clamp(360px, 100%, 1410px);
  margin: 0 auto;
  padding: 0 16px;
}

h1 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

h2,
h3,
footer.main dt {
  color: #00415d;
}

h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

h3, footer.main dt {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

h4 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

button,
.button,
#login-modal input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
button.icon-btn,
.button.icon-btn,
#login-modal input.icon-btn[type=submit] {
  width: 30px;
  height: 30px;
}
button:hover,
.button:hover,
#login-modal input[type=submit]:hover {
  transform: scale(1.05);
}

.separator {
  width: 100%;
  border-bottom: 1px solid #ef901f;
}

body {
  height: 1000px;
  overflow-x: hidden;
}

#page {
  padding-bottom: 30px;
}
#page h1 {
  margin: 20px 0;
}
#page p {
  margin-bottom: 10px;
}

.feature-img-wrapper {
  width: clamp(360px, 100%, 1410px);
  margin: 0 auto;
  padding: 0;
  max-height: 600px;
  aspect-ratio: 1410/600;
}
.feature-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

blockquote {
  position: relative;
}
blockquote::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background: rgba(25, 79, 110, 0.6509803922);
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  text-align: left;
  padding: 10px 16px;
  margin-top: 10px;
}
.blog-list li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.blog-list li,
.blog-list li * {
  transition: all 0.2s ease-in-out;
}
.blog-list li:hover, .blog-list li:active, .blog-list li:focus {
  box-shadow: 0px 1px 9px 0px rgba(0, 65, 93, 0.17);
  border-radius: 8px;
}
.blog-list li:hover .image img, .blog-list li:active .image img, .blog-list li:focus .image img {
  transform: scale(1.2);
}
.blog-list li h2 {
  margin: 0;
}
.blog-list .image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1;
}
.blog-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list .date {
  text-transform: uppercase;
  font-weight: 500;
}
.blog-list h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list .excerpt {
  height: 45px;
  overflow: hidden;
  position: relative;
}
.blog-list a {
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
  color: #ef901f;
}
.blog-list a:hover, .blog-list a:active, .blog-list a:focus {
  color: #00415d;
}

#page-general .blog-list {
  gap: 20px 10px;
}

.wrapper-section {
  padding: 20px 0;
  text-align: center;
  background-color: rgba(247, 247, 247, 0.5411764706);
}
.wrapper-section h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #00415d;
}
.wrapper-section h1 + h4 {
  text-transform: uppercase;
}

.product-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 390px));
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.product-wrapper .product {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 1px 9px 0px rgba(0, 65, 93, 0.17);
  position: relative;
  transition: all 0.2s ease-in-out;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  align-items: center;
}
.product-wrapper .product:has(.crossed)::before {
  content: "sale!";
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-wrapper .product:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 65, 93, 0.2784313725);
  transform: scale(1.01);
}
.product-wrapper .product.hideProduct {
  display: none;
}
.product-wrapper .product .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
.product-wrapper .product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-wrapper .product h3, .product-wrapper .product footer.main dt, footer.main .product-wrapper .product dt {
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wrapper .product .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ef901f;
}
.product-wrapper .product .price span {
  display: inline-block;
}
.product-wrapper .product .price .crossed {
  margin-left: 10px;
  text-decoration: line-through;
  color: rgba(25, 79, 110, 0.6509803922);
}
.product-wrapper .product .button, .product-wrapper .product #login-modal input[type=submit], #login-modal .product-wrapper .product input[type=submit] {
  padding: 5px 10px;
  background-color: rgba(25, 79, 110, 0.6509803922);
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px #748fa2;
  position: absolute;
}
.product-wrapper .product .button-view {
  top: 20px;
  right: 20px;
}
.product-wrapper .product .button-add-to-cart {
  top: 70px;
  right: 20px;
}
.product-wrapper .product .button:hover, .product-wrapper .product #login-modal input[type=submit]:hover, #login-modal .product-wrapper .product input[type=submit]:hover {
  transform: none;
  background-color: rgba(255, 139, 0, 0.6);
}

.scroll-x {
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  overflow-x: scroll;
  cursor: grab;
  scrollbar-width: none;
  zoom: 0.79;
  padding: 10px;
}
.scroll-x > * {
  min-width: 300px;
}
.scroll-x.row-2 {
  grid-template-rows: 1fr 1fr;
}

.scroll-y {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: row;
  justify-content: center;
  overflow-y: scroll;
  cursor: grab;
  scrollbar-width: none;
  zoom: 0.79;
  padding: 10px;
}
.scroll-y > * {
  min-width: 300px;
}
.scroll-y.row-2 {
  grid-template-rows: 1fr 1fr;
}

.banner {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner > a {
  max-height: 600px;
  aspect-ratio: 1410/600;
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-blend-mode: overlay;
  text-decoration: none;
  text-align: center;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4588235294);
  letter-spacing: 2px;
}
.banner > a:hover .info, .banner > a:active .info, .banner > a:focus .info {
  transform: scale(1.02);
}
.banner > a .info {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
  padding: 30px;
  background: rgba(25, 79, 110, 0.6509803922);
  max-height: 100%;
  box-shadow: 0px 3px 7px 1px rgba(0, 65, 93, 0.2784313725);
}
.banner > a .info h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.banner > a .info h1 > span:last-child {
  color: #ef901f;
}
.banner > a .info h4 {
  display: none;
}
.banner > a .info > span {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

main#page-general,
main#page-single-blogs {
  margin-bottom: 20px;
}
main#page-general ul,
main#page-single-blogs ul {
  list-style: auto;
  list-style-position: inside;
}
main#page-general h3, main#page-general footer.main dt, footer.main main#page-general dt,
main#page-single-blogs h3,
main#page-single-blogs footer.main dt,
footer.main main#page-single-blogs dt {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
  .feature-img-wrapper {
    padding: 0 16px;
  }
  .wrapper-section {
    padding: 50px 0;
  }
  .product-wrapper {
    gap: 40px;
  }
  .product-wrapper.new-arrivals {
    margin-top: 40px;
  }
  .product-wrapper.compressed {
    grid-template-columns: repeat(auto-fill, minmax(200px, 318px));
    gap: 35px;
  }
  .product-wrapper .product .button, .product-wrapper .product #login-modal input[type=submit], #login-modal .product-wrapper .product input[type=submit] {
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  .product-wrapper .product:hover .button, .product-wrapper .product:hover #login-modal input[type=submit], #login-modal .product-wrapper .product:hover input[type=submit], .product-wrapper .product:active .button, .product-wrapper .product:active #login-modal input[type=submit], #login-modal .product-wrapper .product:active input[type=submit], .product-wrapper .product:focus .button, .product-wrapper .product:focus #login-modal input[type=submit], #login-modal .product-wrapper .product:focus input[type=submit] {
    opacity: 1;
  }
  .scroll-x {
    zoom: normal;
  }
  .blog-list {
    margin-top: 40px;
  }
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner > a {
    width: clamp(360px, 100%, 1410px);
    margin: 0 auto;
    padding: 0 16px;
    border-radius: 8px;
  }
  .banner > a .info {
    flex: 0 1 50%;
    gap: 40px;
    border-radius: 8px;
  }
  .banner > a .info h1 {
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
  }
  .banner > a .info h4 {
    display: block;
    text-transform: uppercase;
    color: #fff;
  }
  main#page-general,
  main#page-single-blogs {
    margin-bottom: 50px;
  }
  main#page-general h3, main#page-general footer.main dt, footer.main main#page-general dt,
  main#page-single-blogs h3,
  main#page-single-blogs footer.main dt,
  footer.main main#page-single-blogs dt {
    margin: 30px 0 20px;
  }
}
header.main {
  display: grid;
  background-color: #00415d;
  font-size: 15px;
  line-height: 20px;
}
header.main.fixed-header {
  position: fixed;
  inset: 0;
  height: 171px;
  z-index: 999;
}
header.main,
header.main a {
  color: #fff;
}
header.main .logo {
  width: clamp(80px, 100%, 100px);
  height: auto;
  justify-self: left;
  display: flex;
  align-items: center;
}
header.main .logo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
header.main .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
header.main .info {
  flex: auto;
  text-align: center;
  font-size: 14px;
}
header.main nav {
  display: none;
}
header.main .bottom {
  display: grid;
  grid-template-columns: 24px 1fr 24px 24px 24px;
  grid-gap: 20px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.main .bottom button.search-open {
  justify-self: right;
}
header.main .bottom form.search-product {
  display: none;
}
header.main .bottom #cart-button {
  position: relative;
}
header.main .bottom #cart-button span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #ef901f;
  right: -7px;
  top: -10px;
  color: #ffffff;
}

form.search-product {
  position: relative;
  flex: 0 1 90%;
}
form.search-product input {
  display: block;
  width: 100%;
  height: 40px;
  border: 2px solid rgba(255, 139, 0, 0.6);
  border-radius: 20px;
  padding: 10px 40px 10px 20px;
}
form.search-product button {
  position: absolute;
  top: 5px;
  right: 10px;
}

.search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(25, 79, 110, 0.6509803922);
  z-index: 999;
}
.search-overlay .search-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 150px;
  background-color: #ffffff;
}
.search-overlay .search-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.search-result-overlay {
  display: none;
  position: fixed;
  top: 210px;
  left: 0;
  background: rgba(25, 79, 110, 0.6509803922);
  width: 100%;
  height: 100%;
  z-index: 999;
  zoom: 0.7;
}
.search-result-overlay .product-wrapper {
  margin-top: 0;
  background: #fbfbfb;
  padding: 20px;
  width: 100%;
}
.search-result-overlay .product-wrapper.scroll-y {
  max-height: 60%;
}
.search-result-overlay .search-close-desktop {
  display: none;
}

.main-nav-wrapper {
  background-color: rgba(25, 79, 110, 0.6509803922);
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  overflow-y: scroll;
  left: -100vw;
  z-index: 99999;
}

nav.main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  width: clamp(300px, 90vw, 500px);
  min-height: 100%;
  padding: 16px;
  background-color: #ef901f;
  box-shadow: 2px 0px 6px -4px rgba(0, 0, 0, 0.7098039216);
}
nav.main ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
nav.main ul:has(> li.view-all) {
  padding-bottom: 20px;
}
nav.main ul ul {
  display: none;
  padding-left: 15px;
}
nav.main li {
  position: relative;
}
nav.main li.view-all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  background: #efebeb;
  font-size: 13px;
  padding: 3px 6px;
  text-align: center;
  border-radius: 4px;
}
nav.main a {
  display: block;
  color: #00415d;
  text-transform: capitalize;
  text-decoration: none;
}
nav.main a:has(~ ul) {
  font-weight: 500;
}
nav.main a:has(~ button.icon-btn) {
  max-width: calc(100% - 35px);
}
nav.main a:has(~ button.icon-btn) + button {
  position: absolute;
  top: -2px;
  right: 0;
}
nav.main a:has(~ button.icon-btn) + button .up {
  display: none;
}
nav.main a:has(~ button.icon-btn) + button .down {
  display: block;
}
nav.main a:has(~ button.icon-btn) + button.open .up {
  display: block;
}
nav.main a:has(~ button.icon-btn) + button.open .down {
  display: none;
}
nav.main > ul:last-child {
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 20px;
  border-top: 1px solid rgba(25, 79, 110, 0.6509803922);
}
nav.main > ul:last-child a {
  font-weight: 500;
  color: #fff;
}
nav.main > ul:last-child a img {
  width: 24px;
  height: 24px;
}
nav.main > ul:first-child {
  padding-top: 0;
}
nav.main > ul:first-child li {
  margin-bottom: 20px;
}
nav.main > ul:first-child li:last-child {
  margin-bottom: 0px;
}
nav.main > ul:first-child > li:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(25, 79, 110, 0.6509803922);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
nav.main > ul:first-child > li:first-child .logo {
  width: clamp(80px, 100%, 100px);
  height: auto;
  justify-self: left;
  display: flex;
  align-items: center;
}
nav.main > ul:first-child > li:first-child .logo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
nav.main > ul:first-child li.feature-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
nav.main > ul:first-child li.feature-image a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
nav.main > ul:first-child li.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 992px) {
  header.main .logo {
    width: clamp(80px, 100%, 150px);
    height: 100px;
  }
  header.main .info {
    text-align: left;
  }
  header.main nav {
    display: block;
    flex: 0 0 350px;
    text-transform: capitalize;
  }
  header.main nav ul {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
  }
  header.main nav ul li {
    width: fit-content;
  }
  header.main nav ul li a {
    display: block;
    text-underline-offset: 4px;
  }
  header.main nav ul li:hover a {
    transform: scale(1.05);
    color: #ef901f;
    transition: 0.2s linear all;
  }
  header.main nav ul li img {
    width: 24px;
    height: 24px;
  }
  header.main .bottom {
    grid-template-columns: 150px 1fr 24px 24px;
  }
  header.main .bottom button.search-open {
    display: none;
  }
  header.main .bottom form.search-product {
    display: block;
  }
  header.main .hamburger {
    display: none;
  }
  .search-result-overlay {
    zoom: normal;
    top: 170px;
  }
  .main-nav-wrapper {
    position: static;
    background-color: #fff;
    overflow: visible;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(25, 79, 110, 0.6509803922);
  }
  nav.main {
    flex-direction: row;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }
  nav.main svg.svg * {
    stroke: #ef901f;
  }
  nav.main ul {
    flex-direction: row;
  }
  nav.main li {
    position: static;
  }
  nav.main li:hover > a {
    transition: 0.2s linear all;
    color: #ef901f;
    transform: scale(1.004);
  }
  nav.main li.view-all {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 0;
  }
  nav.main a:has(~ ul) {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
  }
  nav.main > ul:first-child {
    justify-content: space-between;
    gap: 24px;
    position: relative;
    width: clamp(360px, 100%, 1410px);
    margin: 0 auto;
    padding: 0 10px;
  }
  nav.main > ul:first-child > li:first-child {
    display: none;
  }
  nav.main > ul:first-child > li {
    margin-bottom: 0px;
    padding: 16px 0;
  }
  nav.main > ul:first-child > li > a {
    font-size: 14px;
    font-weight: 500;
  }
  nav.main > ul:first-child > li:hover ul, nav.main > ul:first-child > li:active ul, nav.main > ul:first-child > li:focus ul {
    display: block;
  }
  nav.main > ul:first-child > li:hover > ul, nav.main > ul:first-child > li:active > ul, nav.main > ul:first-child > li:focus > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: repeat(auto-fill, 31px);
    gap: 10px;
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 3px 6px 0px rgba(43, 43, 43, 0.2705882353);
  }
  nav.main > ul:first-child > li:hover > ul:has(> li.view-all), nav.main > ul:first-child > li:active > ul:has(> li.view-all), nav.main > ul:first-child > li:focus > ul:has(> li.view-all) {
    padding-bottom: 55px;
  }
  nav.main > ul:first-child > li:hover > ul:has(> li.feature-image), nav.main > ul:first-child > li:active > ul:has(> li.feature-image), nav.main > ul:first-child > li:focus > ul:has(> li.feature-image) {
    padding: 20px 300px 20px 20px;
    min-height: 355px;
  }
  nav.main > ul:first-child > li:hover > ul > li, nav.main > ul:first-child > li:active > ul > li, nav.main > ul:first-child > li:focus > ul > li {
    margin-bottom: 0px;
  }
  nav.main > ul:first-child > li:hover > ul > li.feature-image, nav.main > ul:first-child > li:active > ul > li.feature-image, nav.main > ul:first-child > li:focus > ul > li.feature-image {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 9px;
    right: 9px;
  }
  nav.main > ul:first-child > li:hover > ul > li.feature-image:hover, nav.main > ul:first-child > li:active > ul > li.feature-image:hover, nav.main > ul:first-child > li:focus > ul > li.feature-image:hover {
    transform: scale(1.02);
    transition: 0.2s linear all;
  }
  nav.main > ul:first-child > li:hover > ul ul, nav.main > ul:first-child > li:active > ul ul, nav.main > ul:first-child > li:focus > ul ul {
    padding: 15px 0 0;
  }
  nav.main > ul:first-child > li:hover > ul ul li, nav.main > ul:first-child > li:active > ul ul li, nav.main > ul:first-child > li:focus > ul ul li {
    margin-bottom: 10px;
  }
  nav.main > ul:last-child {
    display: none;
  }
  nav.main a:has(~ button.icon-btn) {
    max-width: 100%;
  }
  nav.main a ~ button.icon-btn {
    display: none;
  }
}
footer.main {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #ef901f;
  font-size: 15px;
  line-height: 20px;
}
footer.main a {
  text-decoration: none;
  text-transform: capitalize;
}
footer.main a.email {
  text-transform: none;
}
footer.main a:hover {
  transition: 0.2s linear all;
  color: #00415d;
  transform: scale(1.004);
}
footer.main p,
footer.main a {
  color: #fff;
}
footer.main h2 {
  margin-bottom: 20px;
}
footer.main h3,
footer.main dt {
  margin-bottom: 10px;
}
footer.main li,
footer.main dd {
  margin-bottom: 8px;
}
footer.main li:last-child,
footer.main dd:last-child {
  margin-bottom: 0;
}
footer.main dd, footer.main dd a {
  display: flex;
  gap: 10px;
  align-items: start;
}
footer.main dd img {
  width: 18px;
  height: 18px;
}
footer.main > div {
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  justify-items: start;
}
footer.main > div:last-child {
  grid-template-columns: 1fr;
  justify-items: stretch;
}
footer.main > div:last-child > p {
  color: #00415d;
}
footer.main > div:last-child > p:first-child {
  font-weight: 600;
}
footer.main > div:last-child > p:last-child {
  font-style: italic;
  font-size: 14px;
}
footer.main > div:last-child a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (min-width: 662px) {
  footer.main > div:last-child {
    grid-template-columns: 1fr 1fr;
  }
  footer.main > div:last-child > p:last-child {
    justify-self: end;
  }
}
@media screen and (min-width: 992px) {
  footer.main > div:first-child {
    grid-template-columns: 1fr 160px 160px 1fr 150px;
  }
}

@keyframes showSlider {
  0% {
    left: 120%;
  }
  100% {
    left: 0%;
  }
}
@keyframes showSliderReverse {
  0% {
    left: -120%;
  }
  100% {
    left: 0%;
  }
}
@keyframes hideSlider {
  0% {
    left: 0%;
    z-index: 2;
  }
  50% {
    left: -120%;
    z-index: -1;
  }
  100% {
    left: 0%;
    z-index: -1;
  }
}
@keyframes hideSliderReverse {
  0% {
    left: 0%;
    z-index: 2;
  }
  50% {
    left: 120%;
    z-index: -1;
  }
  100% {
    left: 0%;
    z-index: -1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.slider-wrapper {
  width: clamp(360px, 100%, 1410px);
  margin: 0 auto;
}

.slider {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 1410/600;
  background-color: #00415d;
  position: relative;
  overflow: hidden;
  position: relative;
}
.slider .item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-color: rgba(0, 0, 0, 0.4588235294);
  background-blend-mode: overlay;
}
.slider .item .info {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(-200px);
}
.slider .item .info h1 {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.slider .item.active {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
  z-index: 2;
}
.slider .item.active .info {
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
  animation-name: slideUp;
}
.slider .item.hide {
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
}
.slider[slider-direction=next] .item.active {
  animation-name: showSlider;
}
.slider[slider-direction=next] .item.hide {
  animation-name: hideSlider;
}
.slider[slider-direction=prev] .item.active {
  animation-name: showSliderReverse;
}
.slider[slider-direction=prev] .item.hide {
  animation-name: hideSliderReverse;
}
.slider > img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 3;
}
.slider > img#prev {
  left: 0px;
}
.slider > img#next {
  right: 0px;
}
.slider > img:hover {
  transform: scale(1.1);
}
.slider .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid rgba(255, 139, 0, 0.6);
  background-color: #00415d;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 13px;
  width: fit-content;
  border-radius: 4px;
}
.slider .btn:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 992px) {
  .slider > img#prev {
    left: 50px;
  }
  .slider > img#next {
    right: 50px;
  }
  .slider .item .info {
    gap: 40px;
  }
  .slider .item .info h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .slider .btn {
    font-size: 15px;
  }
}

#login-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}
#login-modal .modal-content {
  background-color: #00415d;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: clamp(300px, 100%, 400px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
}
#login-modal #login-form-container {
  display: flex;
  flex-direction: column;
  width: clamp(300px, 100%, 400px);
  gap: 20px;
}
#login-modal form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  font-size: 18px;
}
#login-modal [class^=login-] {
  display: flex;
  gap: 10px;
  align-items: center;
}
#login-modal label {
  flex: 0 0 140px;
}
#login-modal input {
  padding: 5px 10px;
  flex: 1;
}
#login-modal input[type=submit] {
  border: 2px solid #ef901f;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  max-width: 100px;
}
#login-modal input[type=submit]:hover {
  transform: scale(1.05);
}
#login-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#login-modal #create-account-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#login-modal #create-account-link:hover {
  transform: scale(1.05);
  color: #ef901f;
}

main#home-page .filters {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main#home-page .filters > ul {
  flex: 0 0 186px;
  height: 35px;
  list-style: none;
  border: 2px solid #00415d;
  border-radius: 4px 4px 0 0;
  background-color: #00415d;
  color: #ffffff;
  box-shadow: 0px 0px 5px -1px rgba(25, 79, 110, 0.6509803922);
}
main#home-page .filters > ul:hover, main#home-page .filters > ul:has(.show-dropdown) {
  border-color: #ef901f;
  background-color: #ef901f;
}
main#home-page .filters > ul, main#home-page .filters > ul li {
  transition: all 0.2s ease-in-out;
}
main#home-page .filters > ul li {
  font-size: 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  padding: 5px 10px;
}
main#home-page .filters > ul li:not(:last-child) {
  margin-bottom: 10px;
}
main#home-page .filters > ul > li {
  height: 35px;
  margin-bottom: 0;
  padding: 5px 24px 5px 5px;
  line-height: 16px;
  text-align: left;
}
main#home-page .filters > ul > li > div {
  line-height: 23px;
}
main#home-page .filters > ul > li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../media/icons/chevron-down.svg);
  background-size: 16px 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 5px;
}
main#home-page .filters > ul > li.show-dropdown {
  box-shadow: 0px 0px 5px -1px rgba(25, 79, 110, 0.6509803922);
}
main#home-page .filters > ul > li.show-dropdown::after {
  background-image: url(../media/icons/xmark-white.svg);
}
main#home-page .filters > ul > li.show-dropdown ul {
  color: #ffffff;
  background-color: #00415d;
  display: block;
  z-index: 1;
}
main#home-page .filters > ul ul {
  width: 102%;
  height: fit-content;
  list-style: none;
  text-align: left;
  position: absolute;
  right: -2px;
  top: 34px;
  display: none;
}
main#home-page .filters > ul ul li {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}
main#home-page .filters > ul ul li:hover {
  background-color: #ef901f;
}
main#home-page .filters > ul:last-child {
  flex: 0 0 145px;
}
main#home-page .filters > ul:last-child > li {
  padding: 5px 35px 5px 10px;
}
main#home-page .filters > ul:last-child > li,
main#home-page .filters > ul:last-child > li li {
  text-align: right;
}
@media screen and (min-width: 992px) {
  main#home-page .filters {
    justify-content: flex-end;
    margin-top: 50px;
  }
}

main#page-single-blogs .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
main#page-single-blogs .navigation a {
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
  color: #ef901f;
  flex: 0 0 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main#page-single-blogs .navigation a.next-post {
  margin-left: auto;
}
main#page-single-blogs .navigation a:hover, main#page-single-blogs .navigation a:active, main#page-single-blogs .navigation a:focus {
  color: #00415d;
}
@media screen and (min-width: 992px) {
  main#page-single-blogs .navigation {
    margin-top: 50px;
  }
  main#page-single-blogs .navigation a {
    flex: 0 0 40%;
  }
}

main#product-page .main-content {
  padding: 20px 10px;
  background-color: rgba(247, 247, 247, 0.5411764706);
}
main#product-page .main-content .product {
  display: grid;
  gap: 20px;
  /*grid-template-columns: 1fr;*/
  grid-template-columns: 100%;
  grid-template-areas: "gallery" "summary" "tabs";
}
main#product-page .main-content .product .product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: gallery;
}
main#product-page .main-content .product .product-gallery .main-image {
  aspect-ratio: 1;
  max-width: 400px;
  justify-self: center;
}
main#product-page .main-content .product .product-gallery .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main#product-page .main-content .product .product-gallery .thumbnails.scroll-x {
  display: grid;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  overflow-x: scroll;
  cursor: grab;
  scrollbar-width: none;
  padding: 10px;
  gap: 10px;
}
main#product-page .main-content .product .product-gallery .thumbnails.scroll-x > img.thumbnail {
  min-width: 150px;
}
main#product-page .main-content .product .product-gallery .thumbnails.scroll-x > img.thumbnail:hover {
  transform: scale(1.05);
}
main#product-page .main-content .product .summary {
  grid-area: summary;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main#product-page .main-content .product .summary .tagged_as {
  display: none;
}
main#product-page .main-content .product .summary .in-stock {
  color: rgba(255, 139, 0, 0.6);
}
main#product-page .main-content .product .woocommerce-tabs {
  grid-area: tabs;
}
main#product-page .main-content + .wrapper-section {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  main#product-page .main-content {
    padding: 50px 10px;
  }
  main#product-page .main-content .product {
    grid-template-columns: minmax(300px, 50%) 1fr;
    grid-template-areas: "gallery summary" "tabs tabs";
  }
  main#product-page .main-content .product .woocommerce-tabs {
    margin-top: 20px;
  }
}

.single_add_to_cart_button {
  font-family: "Jost", sans-serif;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #00415d;
}

.breadcrumb {
  padding: 20px 10px;
}
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  color: #ef901f;
}
.breadcrumb .woocommerce-breadcrumb a {
  color: #00415d;
  text-underline-offset: 4px;
}
.breadcrumb .woocommerce-breadcrumb a:hover {
  color: #ef901f;
}

.onsale, .product-wrapper .product:has(.crossed)::before,
.woocommerce span.onsale {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ef901f;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0px 1px 9px 0px rgba(255, 139, 0, 0.6);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: #00415d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #00415d;
  background-color: rgba(25, 79, 110, 0.6509803922);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-color: #00415d;
  box-shadow: -2px 2px 0 rgba(25, 79, 110, 0.6509803922);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #ffffff;
}

.woocommerce .quantity .qty {
  width: 100px;
  /* Change width */
  height: 36px;
  /* Change height */
  font-size: 16px;
  /* Adjust font size */
  padding: 5px;
  /* Add padding */
  margin-right: 10px;
  /* Space between buttons and input */
  border: 2px solid #00415d;
  /* Border color and size */
  border-radius: 4px;
  /* Rounding corners */
  text-align: center;
  /* Center-align text */
  outline: none;
  /* Remove default outline */
  transition: border-color 0.3s;
  /* Smooth transition for border color */
}
.woocommerce .quantity .qty:focus {
  border-color: #005a7f;
  /* Change border color on focus */
  box-shadow: 0 0 5px rgba(0, 90, 130, 0.5);
  /* Add shadow effect */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #login-modal input.alt[type=submit],
#login-modal .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.alt[type=submit],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #login-modal input.alt[type=submit],
#login-modal :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.alt[type=submit] {
  background-color: #00415d;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #login-modal input.alt[type=submit]:hover,
#login-modal .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.alt[type=submit]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #login-modal input.alt[type=submit]:hover,
#login-modal :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.alt[type=submit]:hover {
  background-color: #ef901f;
  transform: none;
}

.woocommerce div.product .woocommerce-tabs .panel > * {
  margin-bottom: 20px;
}

.woocommerce #review_form #respond form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce #review_form #respond form label {
  min-width: 82px;
  display: inline-block;
  margin-bottom: 10px;
}
.woocommerce #review_form #respond form input,
.woocommerce #review_form #respond form textarea {
  padding: 5px 10px;
}
.woocommerce #review_form #respond form .comment-notes {
  color: #ef901f;
}
.woocommerce #review_form #respond form .required {
  color: #ef901f;
}
.woocommerce #review_form #respond form .form-submit input.submit {
  font-family: "Jost", sans-serif;
  height: 35px;
  background-color: #00415d;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  color: #ffffff;
}
.woocommerce #review_form #respond form .form-submit input.submit:hover {
  background-color: #ef901f;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 5px 10px;
  background: #00415d;
  height: 35px;
  list-style: none;
  border: 2px solid #00415d;
  border-radius: 4px 4px 0 0;
  background-color: #00415d;
  color: #ffffff;
  box-shadow: 0px 0px 5px -1px rgba(25, 79, 110, 0.6509803922);
  cursor: pointer;
}
.woocommerce .woocommerce-ordering select:hover {
  border-color: #ef901f;
  background-color: #ef901f;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #ef901f;
  background-color: rgba(25, 79, 110, 0.6509803922);
  color: #ffffff;
}

ins,
.posted_in a,
.wc-block-components-product-name {
  color: #ef901f;
  text-underline-offset: 4px;
}

.wc-block-components-product-name {
  color: #00415d;
  font-weight: 600;
}
.wc-block-components-product-name:hover {
  color: #ef901f;
}

.wc-block-components-product-badge {
  background-color: rgba(255, 139, 0, 0.6);
  color: #ffffff;
}

.wc-block-cart__sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 350px;
  background: rgba(25, 79, 110, 0.6509803922);
  padding: 10px !important;
  border-radius: 8px;
  color: #ffffff;
}

.wc-block-components-checkout-place-order-button {
  transition: all 0.2s ease-in-out !important;
  font-family: "Jost", sans-serif;
  border: 2px solid rgba(255, 139, 0, 0.6);
  background-color: #00415d;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  width: fit-content !important;
  border-radius: 4px;
  box-shadow: none;
  padding: 5px 10px !important;
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
  border-color: #ef901f !important;
}

.wc-block-components-validation-error, .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
  color: #ef901f !important;
}

main#archive-product .woocommerce-toolbar {
  display: flex;
  justify-content: center;
}
main#archive-product .woocommerce-toolbar .woocommerce-ordering {
  float: none;
}
main#archive-product .woocommerce-toolbar .woocommerce-ordering select {
  font-family: "Jost", sans-serif;
}
main#archive-product .product-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  zoom: 0.7;
}
@media screen and (min-width: 992px) {
  main#archive-product .woocommerce-toolbar {
    justify-content: flex-end;
    margin-top: 50px;
  }
  main#archive-product .product-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 306px));
    zoom: normal;
  }
}

main#cart-page h1, main#checkout-page h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
main#cart-page .cart-content-wrapper, main#checkout-page .cart-content-wrapper {
  margin-top: 20px;
}
main#cart-page .wc-block-cart-item__remove-link,
main#cart-page .wc-block-cart__submit-button, main#checkout-page .wc-block-cart-item__remove-link,
main#checkout-page .wc-block-cart__submit-button {
  text-underline-offset: 4px;
  color: #00415d;
  font-size: 14px;
}
main#cart-page .wc-block-cart-item__remove-link:hover,
main#cart-page .wc-block-cart__submit-button:hover, main#checkout-page .wc-block-cart-item__remove-link:hover,
main#checkout-page .wc-block-cart__submit-button:hover {
  color: #ef901f;
  text-decoration: underline;
}
main#cart-page .wc-block-cart__submit-button, main#checkout-page .wc-block-cart__submit-button {
  text-underline-offset: 4px;
  color: #00415d;
  font-size: 18px;
}
main#cart-page .wc-block-cart__submit-button:hover, main#checkout-page .wc-block-cart__submit-button:hover {
  color: #000;
  text-decoration: underline;
}
main#cart-page .wc-block-cart__main, main#checkout-page .wc-block-cart__main {
  flex: 1 1 auto;
}
main#cart-page .wc-block-components-shipping-calculator-address__button, main#checkout-page .wc-block-components-shipping-calculator-address__button {
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 139, 0, 0.6);
  background-color: #00415d;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 13px;
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 782px) {
  main#cart-page .wc-block-cart .wc-block-cart__submit-container--sticky, main#checkout-page .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #ffffff !important;
  }
}
@media screen and (min-width: 992px) {
  main#cart-page h1, main#checkout-page h1 {
    margin-bottom: 20px;
  }
  main#cart-page .cart-content-wrapper, main#checkout-page .cart-content-wrapper {
    margin-top: 50px;
  }
}

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