@font-face {
  font-family: "GT Walsheim LC Rg";
  src: url(/styles/fonts/GTWalsheimLC-Rg.eot?v=1720125048);
  src: url(/styles/fonts/GTWalsheimLC-Rg.eot?v=1720125048) format("embedded-opentype"), url(/styles/fonts/GTWalsheimLC-Rg.woff2?v=1720125048) format("woff2"), url(/styles/fonts/GTWalsheimLC-Rg.woff?v=1720125048) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim LC Md";
  src: url(/styles/fonts/GTWalsheimLC-Md.eot?v=1720125048);
  src: url(/styles/fonts/GTWalsheimLC-Md.eot?v=1720125048) format("embedded-opentype"), url(/styles/fonts/GTWalsheimLC-Md.woff2?v=1720125048) format("woff2"), url(/styles/fonts/GTWalsheimLC-Md.woff?v=1720125048) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim LC Rg";
  src: url(/styles/fonts/GTWalsheimLC-Bd.eot?v=1720125048);
  src: url(/styles/fonts/GTWalsheimLC-Bd.eot?v=1720125048) format("embedded-opentype"), url(/styles/fonts/GTWalsheimLC-Bd.woff2?v=1720125048) format("woff2"), url(/styles/fonts/GTWalsheimLC-Bd.woff?v=1720125048) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "GT Walsheim LC Md", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #000000;
  padding: 0;
  margin: 0;
  background: #F9F9F9;
}

.path {
  display: block !important;
}

.path_wrap {
  padding: 0;
  margin: 0 0 0.5em;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.path_item {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #4b4f54 !important;
  margin: 0;
}
.path_item a {
  color: #4b4f54 !important;
  text-decoration: none;
}
.path_item:nth-child(2n) {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #4b4f54;
  opacity: 0.4;
}
@media screen and (max-width: 780px) {
  .path_item {
    font-size: 0.75rem;
  }
}

.cart_popup_background {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
}

.item_row {
  display: flex;
  position: relative;
  max-width: 1400px;
  padding-top: 90px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .item_row {
    padding-top: 54px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 18px;
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .item_row {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    margin: 0;
  }
}

.item_images {
  position: relative;
  width: 50%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .item_images {
    width: 100%;
  }
}

.item_images_preview {
  display: flex;
  gap: 5px;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  flex-direction: column;
}

.item_image_preview {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: url("/images/icon-zoom-in.svg"), zoom-in;
}
.item_image_preview img {
  width: 100%;
  height: auto;
}

.item_slider_nav {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.item_slider_nav::-webkit-scrollbar {
  display: none;
}
.item_slider_nav div {
  flex: 0 0 auto;
}
.item_slider_nav img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
}
.item_slider_nav .slick-track {
  width: 100% !important;
  margin: 0;
  overflow: scroll;
}
.item_slider_nav .slick-slide {
  width: auto !important;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.item_slider_nav .slick-slide img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.item_slider_nav .slick-current {
  border-color: #7c7c7c;
  transition: border-color 0.2s;
}
@media screen and (max-width: 780px) {
  .item_slider_nav {
    display: flex;
  }
}

.item_images_open {
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.item_images_hide {
  display: none;
  cursor: pointer;
}

.images_button {
  font-size: 0.813rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin: 0;
  background: #F0F0F0;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}

.item_card {
  position: relative;
  width: 50%;
  padding-left: 50px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .item_card {
    width: 100%;
    padding: 0;
  }
}

.sticky {
  position: sticky;
  top: 100px;
  height: max-content;
  max-width: 550px;
  padding-bottom: 50px;
  margin: 0 auto;
  align-self: start;
}
@media screen and (max-width: 780px) {
  .sticky {
    position: relative;
    top: 0 !important;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.item_cart_title {
  position: relative;
  padding-right: 70px;
  margin-bottom: 8px;
}
.item_cart_title h1 {
  font-family: "GT Walsheim LC Rg", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #4b4f54;
}
@media screen and (max-width: 780px) {
  .item_cart_title h1 {
    font-size: 1.688rem;
  }
}
@media screen and (max-width: 780px) {
  .item_cart_title {
    padding: 0;
  }
}

.item_cart_price {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  color: #4b4f54;
  position: relative;
  padding: 4px 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}

.old_price {
  color: #666666;
  text-decoration: line-through;
  margin-left: 5px;
}

.set_color_container {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgb(175, 175, 175);
  border-bottom: 1px solid rgb(175, 175, 175);
  margin-bottom: 16px;
}

.color_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 5px;
  color: #4b4f54;
  display: block;
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 780px) {
  .color_title {
    font-size: 0.875rem;
  }
}

.color_title_name {
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.75rem;
  color: #4b4f54;
  padding-top: 4px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 780px) {
  .color_title_name {
    font-size: 0.625rem;
  }
}

.set_color_row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  justify-content: flex-start;
}

.color_image_item {
  position: relative;
  height: 100%;
  width: 35px;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.color_image_item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-sizing: border-box;
}
.color_image_item.active img {
  box-shadow: 0 0 0 3px #FFF, 0 0 0 4px var(--bg-color, #4b4f54);
}
.color_image_item.color_outofstock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1px;
  background-color: #232830;
  transform-origin: left top;
  height: 35px;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.item_cart_sizes {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4b4f54;
  position: relative;
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_cart_sizes a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #4b4f54 !important;
  text-decoration: none;
  background: linear-gradient(to right, currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 50% 86%;
  background-repeat: no-repeat;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (hover: hover) {
  .item_cart_sizes a:hover {
    background-size: 0% 1px;
  }
}
@media screen and (max-width: 780px) {
  .item_cart_sizes a {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 780px) {
  .item_cart_sizes {
    font-size: 0.875rem;
  }
}

.select2-search {
  display: none !important;
}

.select2-container .select2-selection--single {
  height: 100%;
  box-sizing: border-box;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 24px;
  padding-bottom: 10px;
  align-items: center;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--single {
  border-radius: 22px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container {
  font-family: "GT Walsheim LC Md", sans-serif;
  background-color: unset;
  color: #4b4f54;
  line-height: 1.375;
  font-size: 0.875rem;
  font-weight: 400;
}

.select2-container--open .select2-dropdown--below.select2-dropdown,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
}

.select2-results__option {
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 18px;
  align-items: center;
}

.select2-container .select2-selection__arrow b {
  border: none !important;
}

.select2-container .select2-selection__arrow::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 6.5px;
  height: 6.5px;
  border-right: 1px solid #4b4f54;
  border-bottom: 1px solid #4b4f54;
  transform: rotate(45deg);
  margin-left: -5px;
  margin-top: -5px;
}

.select2-container--open .select2-selection__arrow::after {
  top: 5px;
  transform: rotate(225deg);
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-color: #000000;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
}

.set_size_container {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(175, 175, 175);
}

.set_size_info {
  font-size: 0.75rem;
  display: block;
  width: 100%;
  padding-top: 4px;
}
@media screen and (max-width: 780px) {
  .set_size_info {
    font-size: 0.625rem;
  }
}

.set_size {
  width: 100%;
}

.size_item {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  background: #E0E0E0;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.size_item_inactive {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  background: #F0F0F0;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}

.size_item_active {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.item_cart_button {
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 7.5rem) minmax(0, 100%);
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 32px;
}
.item_cart_button .select2-container--default .select2-selection--single {
  border-color: #e3e3e3;
}
.item_cart_button .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 24px;
  padding-bottom: 5px;
}

.item_cart_error_form {
  opacity: 0;
  max-height: 0px;
  visibility: hidden;
  text-align: center;
  transform: translate3d(0px, -20px, 0px);
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out 0.2s, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
}
.item_cart_error_form.is-visible {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.5s, transform 0.5s, max-height 0.5s cubic-bezier(0, 0, 0.75, 0), visibility 0.5s;
}

.item_cart_error_message {
  font-size: 0.875rem;
  line-height: 1.375;
  text-align: left;
  display: block;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin: 0 0 10px;
  background-color: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
  border-radius: 22px;
}

.item_cart_error_form_close {
  position: absolute;
  top: -1px;
  right: 0px;
  min-height: 41.25px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  padding: 5px;
  font-family: inherit;
  font-size: 100%;
  text-transform: none;
  line-height: 1;
  color: #721C24;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: none;
  margin: 0px;
}
@media (hover: hover) {
  .item_cart_error_form_close:hover svg {
    transform: rotate(90deg);
  }
}
.item_cart_error_form_close svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: none;
  stroke: #721C24;
  stroke-width: 1.5px;
  pointer-events: none;
  transition: transform 0.3s;
}
.item_cart_error_form_close svg path {
  stroke-width: inherit;
}

.select2-dropdown.dropdown-in-cart {
  border-color: #e3e3e3;
}

.cart_button {
  position: relative;
  padding: 0;
  margin: 0;
}

.add_cart_button {
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 41.25px;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #e3e3e3;
  border-radius: 300px;
  background-color: #e3e3e3;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #545454;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  transition: 0.25s ease-out;
  transition-property: color, background, border;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.add_cart_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
  width: calc(100% + 120px);
  height: 100%;
  background-color: #d6d6d6;
  opacity: 1;
  transform: translate3d(-100%, 0, 0) skew(30deg);
  transition: transform 0.5s cubic-bezier(0.33, 0, 0, 1);
  z-index: -1;
}
.add_cart_button.loading {
  position: relative;
  top: unset;
  transform: translateY(0) !important;
}
.add_cart_button.loading::after {
  transform: translate3d(-100%, 0, 0) skew(30deg);
  background-color: transparent;
}
.add_cart_button .loading {
  position: relative;
}
.add_cart_button .loading_ico {
  width: 1rem;
  height: 1rem;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
@media (hover: hover) {
  .add_cart_button:hover:not(.loading)::after {
    transform: translateZ(0);
  }
}
@media screen and (max-width: 780px) {
  .add_cart_button {
    padding: 8px 16px;
  }
}

.goto_cart_button {
  font-family: "Nunito Sans", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  width: 100%;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 0;
  background: #009900;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}

.tabs_menu_container {
  position: relative;
}

.tabs_menu {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  padding-inline-start: 0;
  overflow: auto;
  scrollbar-width: none;
}

.tabs_menu_item {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(53, 55, 59, 0.7019607843);
  padding-top: 10px;
  padding-bottom: 8px;
  margin-right: 30px;
  background: linear-gradient(to right, rgba(53, 55, 59, 0.7019607843), rgba(53, 55, 59, 0.7019607843));
  background-size: 0% 1px;
  background-position: 50% 86%;
  background-repeat: no-repeat;
  transition: color 0.25s ease-in, background-size 0.25s ease-in;
  list-style: none;
  cursor: pointer;
}
@media (hover: hover) {
  .tabs_menu_item:hover {
    background-size: 100% 1px;
  }
}
.tabs_menu_item.active {
  color: #232830;
  background-size: 100% 1px;
}

.tabs_container > .tabs_content {
  display: block;
}

.tabs_container > .tabs_content ~ .tabs_content {
  display: none;
}

.item_text {
  position: relative;
  width: 100%;
  min-height: 6rem;
  padding: 0px 15px 15px 0px;
  margin: 0;
  box-sizing: border-box;
}
.item_text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #4b4f54;
}
@media screen and (max-width: 780px) {
  .item_text p {
    font-size: 0.875rem;
  }
}

.item_features {
  position: relative;
  width: 25%;
  padding: 0;
  margin: 0;
}
.item_features h2 {
  font-size: 0.938rem;
}
.item_features h3 {
  font-size: 0.875rem;
}
.item_features p {
  font-family: "PT Root", Helvetica, sans-serif;
  color: #666666;
  line-height: 1.7;
}
.item_features p > strong {
  color: #000000;
}

.photo_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  position: relative;
  max-width: 2000px;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.photo_item {
  position: relative;
  padding: 0;
  margin: 0;
}
.photo_item img {
  width: 100%;
  height: auto;
}

.subhead_items {
  display: flex;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
}
.subhead_items::-webkit-scrollbar {
  display: none;
}

.other_items {
  position: relative;
  max-width: 1500px;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.other_items .subhead {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(53, 55, 59, 0.7019607843);
  padding-top: 10px;
  padding-bottom: 8px;
  margin-right: 30px;
  background: linear-gradient(to right, rgba(53, 55, 59, 0.7019607843), rgba(53, 55, 59, 0.7019607843));
  background-size: 0% 1px;
  background-position: 50% 86%;
  background-repeat: no-repeat;
  transition: color 0.25s ease-in, background-size 0.25s ease-in;
  list-style: none;
  cursor: pointer;
}
@media (hover: hover) {
  .other_items .subhead:hover {
    background-size: 100% 1px;
  }
}
.other_items .subhead.active {
  color: #232830;
  background-size: 100% 1px;
}
@media screen and (max-width: 780px) {
  .other_items .subhead {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 780px) {
  .other_items {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .row {
    display: flex;
    gap: 16px;
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .row::-webkit-scrollbar {
    display: none;
  }
}

.item {
  position: relative;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .item {
    flex: 0 0 auto;
    width: calc(100% - 50px);
  }
}

.other_item_image {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.other_item_image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.other_item_price {
  font-family: "PT Root", Helvetica, sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  color: #000000;
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

.other_item_title {
  font-size: 0.813rem;
  font-weight: 400;
  position: relative;
  padding: 0;
  margin: 0;
}

.other_new_price {
  color: #CC0000;
}

.other_old_price {
  color: #666666;
  text-decoration: line-through;
  margin-left: 5px;
}

.navigation_left_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  width: 24px;
  background: url("/images/wing.png") no-repeat center;
  background-size: 8px 14px;
  scroll-behavior: smooth;
  background-color: #fff;
  cursor: pointer;
  z-index: 100;
}

.navigation_left_arrow_left {
  left: 0;
  background-position: right center;
  transform: rotate(180deg);
}

.navigation_left_arrow_right {
  right: 0;
  background-position: right center;
}

.navigation_right {
  display: flex;
  position: relative;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0;
  justify-content: flex-start;
}

.pswp {
  --pswp-bg: #FFF !important;
  --pswp-placeholder-bg: #FFF !important;
}

.pswp__button--custom-close.pswp__button {
  position: absolute;
  top: 34px;
  right: 40px;
  z-index: 4;
  width: 50px;
  height: 50px;
  border-color: #afafaf;
  border: 1px solid #afafaf !important;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  transition: all 0.4s;
}
.pswp__button--custom-close.pswp__button .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -7px;
  stroke-width: 1.5px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pswp__button--custom-close.pswp__button:hover {
  border: 1px solid #7c7c7c !important;
  transform: scale(1.1);
  transition: all 0.4s;
}
.pswp__button--custom-close.pswp__button:hover .icon {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 780px) {
  .pswp__button--custom-close.pswp__button {
    top: 50px;
    right: 10px;
  }
}

.pswp__button--arrow--prev.pswp__button {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid #afafaf !important;
  margin-top: -25px;
  background-color: #ffffff !important;
  color: #4b4f54;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pswp__button--arrow--prev.pswp__button:hover {
  border: 1px solid #7c7c7c !important;
  transform: scale(1.1);
  transition: all 0.4s;
}
.pswp__button--arrow--prev.pswp__button .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  stroke-width: 1.5px;
  stroke: #000000;
  fill: none;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .pswp__button--arrow--prev.pswp__button {
    left: 10px;
  }
}

.pswp__button--arrow--next.pswp__button {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid #afafaf !important;
  margin-top: -25px;
  background-color: #ffffff !important;
  color: #4b4f54;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: auto;
  right: 40px;
}
.pswp__button--arrow--next.pswp__button:hover {
  border: 1px solid #7c7c7c !important;
  transform: scale(1.1);
  transition: all 0.4s;
}
.pswp__button--arrow--next.pswp__button .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  stroke-width: 1.5px;
  stroke: #000000;
  fill: none;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .pswp__button--arrow--next.pswp__button {
    left: 10px;
  }
}
@media screen and (max-width: 780px) {
  .pswp__button--arrow--next.pswp__button {
    left: auto;
    right: 10px;
  }
}

.pswp__custom-caption {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 550px;
  width: 100%;
  top: 30px;
  left: 30px;
  max-width: 50vw;
  padding: 10px 20px 10px 50px;
  background: #ffffff !important;
  z-index: 1;
}
.pswp__custom-caption .pswp__custom-caption-text {
  font-family: "GT Walsheim LC Rg", sans-serif;
  font-size: 1.725rem;
  font-weight: 600;
  color: rgb(75, 79, 84);
}
.pswp__custom-caption .pswp__custom-caption-close {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #4b4f54;
  border: none;
  cursor: pointer;
}
.pswp__custom-caption .pswp__custom-caption-close .icon {
  position: absolute;
  top: 7px;
  left: 14px;
  display: inline-block;
  width: 28px;
  height: 28px;
  stroke: #4b4f54;
  fill: none;
  stroke-width: 1.5px;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .pswp__custom-caption {
    top: 50px;
    left: 10px;
    padding: 7px 14px 7px 7px;
  }
  .pswp__custom-caption .pswp__custom-caption-close {
    display: none;
  }
}

.pswp__custom-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow-x: auto;
  width: 100%;
  padding: 10px 10px 16px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pswp__custom-thumb {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
  padding-top: 0;
  color: inherit;
  vertical-align: top;
  cursor: pointer;
  filter: brightness(1);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
.pswp__custom-thumb:hover {
  transform: scale(1.1);
}
.pswp__custom-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
  transition: border-color 0.2s ease-in-out;
  content: "";
}
.pswp__custom-thumb.active::before {
  border-color: #000;
}
.pswp__custom-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: url("/images/icon-zoom-in.svg"), zoom-in !important;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: url("/images/icon-zoom-out.svg"), zoom-out !important;
}