@import url('./utilities/columns.css');
@import url('./components/tudor-contact-form.css');

/**
Palm CSS
**/
#tudor-hero-banner {
    max-width: 100%;
}
.disableclick .tudor-cta-red-outline {
    pointer-events: none;
}
.disableclick:hover .tudor-cta-red-outline {
    background-color: var(--Primary-100);
    color: #fff;
}
.tudor-carousel-with-hyperlink {
    text-decoration: none;
}
.overlap_specific_bg {
    background: var(--Neutral-900);
}
.tudor-breadcrumbs {
    padding: 12px 0;
    color: var(--Neutral-500);
    text-transform: uppercase;
}

.tudor-breadcrumb__separator,
.tudor-breadcrumbs span,
.tudor-breadcrumbs a {
    color: var(--Neutral-500);
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 1px;
}

.tudor-breadcrumbs a {
    text-decoration: none;
}

.tudor-location-group__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 20px;
}

.tudor-location-card {
    grid-column: span 4;
}

.tudor-location-card__thumbnail {
    margin-bottom: 20px;
}

.tudor-location-card__thumbnail img {
    display: block;
    width: 100%;
}

.tudor-locations-wrapper {
    display: flex;
    gap: 0 12px;
    margin: 0 -12px;
}

.tudor-locations-link a {
    padding: 10px 12px;
    font-family: var(--primary-font-family);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--Neutral-400);
    transition: 0.35s ease-in-out;
    display: block;
}

.tudor-locations-link.active a,
.tudor-locations-link a:hover {
    letter-spacing: 1.1px;
    font-weight: 400;
    color: var(--Neutral-800);
    transition: none;
}

.tudor-location-menu {
    padding: 12px 0;
    border-bottom: 1px solid #f5f4f2;
    background-color: #fff;
    position: sticky;
    top: 54px;
    z-index: 5;
}

.tudor-location-group {
    margin-top: 40px;
}

.tudor-location-group__title * {
    margin-bottom: 20px;
    font-family: var(--headline-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.tudor-location-group__country {
    margin-bottom: 64px;
}

.tudor-location-group__country:last-child {
    margin-bottom: 40px;
}

.tudor-location-card__body * {
    margin: 0;
}

.tudor-location-card__sub-title {
    color: var(--Neutral-600);
    margin-bottom: 12px;
}

.tudor-location-card__body {
    margin-bottom: 17px;
}

.tudor-location-card__footer {
    display: flex;
    gap: 16px;
}

.tudor-location-group__country {
    scroll-margin-top: 188px;
}

.tudor-grid__item--media-left {
    margin: 0 -16px;
}

.tudor-media-swiper {
    position: relative;
    margin: 0 -16px;
}

.tudor-grid__item--content {
    padding: 0 0 24px 0;
}

.locate-us__content--title * {
    margin-bottom: 20px;
}

.locate-us__title {
    display: flex;
    gap: 0 8px;
}

.locate-us__list,
.locate-us__address,
.locate-us__footer {
    margin: 0 0 0 28px;
}

.locate-us__title {
    margin-bottom: 12px;
}

.locate-us__address {
    margin-bottom: 20px;
}

.locate-us__content {
    margin-bottom: 16px;
}

.locate-us__content.locate-us__content--address {
    margin-bottom: 24px;
}

.locate-us__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 0 4px;
}

.locate-us__icon {
    display: flex;
}

.locate-us__item .locate-us__icon:not(.locate-us__icon--whatsapp) {
    padding: 4px;
}

.locate-us__footer {
    display: flex;
    gap: 0 16px;
}

.swiper-button-prev--tudor-slide:after,
.swiper-button-next--tudor-slide:after {
    content: "";
}

.swiper-button-prev--tudor-slide,
.swiper-button-next--tudor-slide {
    width: 28px;
    height: 28px;
    background: var(--Neutral-100);
    border-radius: 100px;
    transition: 0.35s ease-in-out;
}

.swiper-button-prev--tudor-slide:hover,
.swiper-button-next--tudor-slide:hover {
    background: var(--Primary-100);
}

.swiper-button-prev--tudor-slide svg path,
.swiper-button-next--tudor-slide svg path {
    transition: 0.35s ease-in-out;
}

.swiper-button-prev--tudor-slide:hover svg path,
.swiper-button-next--tudor-slide:hover svg path {
    stroke: #fff;
}

.swiper-button-prev--tudor-slide svg,
.swiper-button-next--tudor-slide svg {
    width: 20px;
}

.swiper-button-prev--tudor-slide {
    transform: translateX(-14px);
}

.swiper-button-next--tudor-slide {
    transform: translateX(14px);
}

.tudor-grid__item--content {
    display: flex;
}

.opening-hour-item {
    display: flex;
}

.opening-hour__day {
    flex-basis: 84px;
}

.opening-hour-item {
    margin-bottom: 12px;
    gap: 0 32px;
}

.locate-us__wrapper {
    width: 100%;
}

.locate-us__item a:visited,
.locate-us__item a {
    color: var(--Neutral-800);
    text-decoration: none;
}

.tudor-section-locate-us-detail .tudor-grid__item--content {
    order: 2;
}

.tudor-section-locate-us-detai .tudor-grid__item--media {
    order: 1;
}

.tudor-section-map {
    padding-top: 0;
}

.tudor-media-map #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tudor-media-map .tudor-wrp-media #map button img {
    object-fit: contain;
    left: 50%;
    position: absolute;
    top: 50%;
}

.slide-swiper-button {
    display: none;
}

.locate-us__content--opening-hours .h-primary-28 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.filter__text {
    font-family: var(--headline-font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.filter__clear {
    font-family: "Jost";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.18px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    display: none;
}

.filter__group {
    display: flex;
    justify-content: space-between;
}

.filter__group--has-filter .filter__clear {
    opacity: 1;
    pointer-events: all;
}

.tudor-filter__wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: white;
    transition: top 0.7s ease-in-out;
    padding: 32px 16px;
    z-index: 22;
}

.tudor-watches__wrapper {
    grid-column: span 12;
}

.product-filter-list {
    padding-left: 16px;
    margin-left: 16px;
    margin-bottom: 0;
    list-style: none;
    background-color: var(--system-white);
    display: block;
    height: 0px;
    overflow: hidden;
    transition: height 0.75s;
    z-index: 1;
}

.product-filter-list--show {
    height: auto;
}
.product-filter-list--collection .attr-item label::before {
    border-radius: 50%;
    transition: 0.3 ease-in-out;
}
.product-filter-list--collection .attr-item label::after {
    top: calc(50% - 4px);
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #760c44;
}
.product-filter-list--collection .attr-item input[type="checkbox"]:checked + label:before {
    border-color: #760c44;
}
.filter_front_toggle_opened:after {
    transform: rotate(180deg);
}

.filter_front_toggle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10%205V15M15%2010L5%2010%22%20stroke%3D%22%23760C44%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
    top: calc(50% - 10px);
    right: 0;
}

.filter_front_toggle_opened:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14%2010H6%22%20stroke%3D%22black%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.tudor-filter-title {
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 1.4px;
}

.product-filter-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.product-filter-list .attr-item {
    line-height: 1;
    padding: 0 4px;
}

.attr-item label {
    position: relative;
    /* text-transform: capitalize; */
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.18px;
    padding: 0 28px;
    cursor: pointer;
}

.attr-item label:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #760c44;
    background: #760c44
        url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.3167 5.90446C15.5076 6.0794 15.5205 6.37591 15.3455 6.56675L8.47054 14.0667C8.38415 14.161 8.26301 14.2159 8.13518 14.2186C8.00736 14.2214 7.88395 14.1719 7.79354 14.0815L4.66854 10.9565C4.48549 10.7734 4.48549 10.4766 4.66854 10.2935C4.8516 10.1105 5.1484 10.1105 5.33146 10.2935L8.11028 13.0724L14.6545 5.93326C14.8294 5.74242 15.1259 5.72953 15.3167 5.90446Z" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center;
    background-size: contain;
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.attr-item label:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d3d4db;
    border-radius: 4px;
}

.attr-item input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.attr-item input[type="checkbox"] {
    display: none;
}
.tudor-card__items,
.tudor-card__wrapper {
    grid-column: span 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 20px;
}
.tudor-card__wrapper {
    grid-template-rows: auto;
    align-content: start;
}

.tudor-card__item {
    grid-column: span 2;
}
.tudor-card__item--col-12 {
    grid-column: span 4;
}
.tudor-card__image {
    position: relative;
    padding: 50px 0;
    margin-bottom: 20px;
}
.tudor-card__label {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #fff;
    background: var(--Secondary-100);
}
.tudor-card__image img {
    height: 300px;
    object-fit: contain;
}
.tudor-card__brands {
    color: var(--Primary-100);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.21px;
}
.tudor-card__title {
    color: var(--Neutral-800);
}
.tudor-card__brands,
.tudor-card__title {
    margin-bottom: 8px;
}
.tudor-card__price {
    color: var(--Neutral-500);
}
.tudor-card__title,
.tudor-card__price {
    line-height: 22px;
    letter-spacing: 0.32px;
}
.tudor-card__item > a {
    text-decoration: none;
}
.tudor-card__item > a img {
    transition: 0.3s ease-in-out;
}
.tudor-card__item > a:hover img {
    transform: scale(1.05);
}
.tudor-filter__wrapper--mobile-opened {
    top: 57px;
}
.tudor-top-filter__wrapper {
    grid-column: span 4;
    display: flex;
    justify-content: space-between;
}
.tudor-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 3;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.mobile-filter-opened .tudor-overlay {
    pointer-events: all;
    opacity: 1;
}
.filter-toggle__wrapper {
    height: 294px;
    overflow: auto;
}
.filter-toggle__wrapper::-webkit-scrollbar {
    background-color: #e5e5e5;
    border-radius: 4px;
    width: 8px;
}

.filter-toggle__wrapper::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 4px;
    width: 8px;
}
.filter__wrapper {
    margin-bottom: 10px;
}
.tudor-sort {
    position: relative;
    text-align: right;
}
.tudor-sort__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background: var(--Neutral-50);
    width: 166px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    z-index: 2;
}
.tudor-sort--opened .tudor-sort__list {
    opacity: 1;
    pointer-events: all;
}
.tudor-sort__item {
    padding: 0 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.tudor-sort__item:last-child {
    margin-bottom: 0;
}
.tudor-sort__title {
    padding: 8px;
    margin-bottom: 4px;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0 4px;
    cursor: pointer;
    display: inline-flex;
    text-transform: uppercase;
}
.tudor-sort__title:after {
    content: "";
    width: 16px;
    height: 18px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18" fill="none"%3E%3Cpath d="M12 11.6992L8 7.19922L4 11.6992" stroke="black" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E');
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);
}
.tudor-sort--opened .tudor-sort__title:after {
    transform: rotate(0deg);
}
.tudor-sort__item label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.tudor-sort__item label:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d3d4db;
    border-radius: 50em;
    background: white;
}
.tudor-sort__item label:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #760c44;
    background: #760c44
        url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3167 5.90446C15.5076 6.0794 15.5205 6.37591 15.3455 6.56675L8.47054 14.0667C8.38415 14.161 8.26301 14.2159 8.13518 14.2186C8.00736 14.2214 7.88395 14.1719 7.79354 14.0815L4.66854 10.9565C4.48549 10.7734 4.48549 10.4766 4.66854 10.2935C4.8516 10.1105 5.1484 10.1105 5.33146 10.2935L8.11028 13.0724L14.6545 5.93326C14.8294 5.74242 15.1259 5.72953 15.3167 5.90446Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50em;
}
.tudor-sort__item input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.tudor-sort__item input[type="checkbox"] {
    display: none;
}
.tudor-section--in-store-selection {
    padding: 40px 0;
}
.tudor-pagination__wrapper {
    display: flex;
    gap: 0 10px;
    justify-content: center;
    margin-top: 60px;
    grid-column: span 4;
}
.tudor-pagination__wrapper a {
    text-decoration: none;
    color: var(--Neutral-600);
}
.tudor-pagination__wrapper span.current {
    text-decoration: underline;
    color: var(--Neutral-800);
}
.tudor-product__slide-images {
    grid-column: span 4;
}
.tudor-product__detail {
    grid-column: span 4;
}
.tudor-product__detail-title h1 {
    font-family: var(--headline-font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 16px 0;
}
.tudor-product__detail-price span:not(.vat-info) {
    font-weight: 300;
    color: var(--Neutral-700);
}
.tudor-product__detail-price {
    position: relative;
    display: flex;
    gap: 0 12px;
    margin-bottom: 24px;
}
.tudor-price-info {
    height: 16px;
    width: 16px;
}
.tudor-price-info svg rect {
    fill: var(--Neutral-300);
}
.tudor-currency {
    margin-right: 8px;
}
.tudor-product__taxonomy {
    margin-bottom: 12px;
}
.tudor-product__taxonomy,
.tudor-product__sku {
    color: var(--Neutral-700);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.21px;
}
.tudor-product__sku {
    margin-bottom: 24px;
}
.tudor-product__detail-button a {
    display: block;
    max-width: 206px;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.tudor-product__detail-button a:last-child {
    margin-bottom: 0;
}
.detail-shared-icon-group,
.tudor-product__detail-top-title {
    display: flex;
    justify-content: space-between;
}
.detail-shared-text {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.tudor-product__detail-shared {
    position: relative;
    cursor: pointer;
}
.tudor-product__detail-shared--desktop:hover .detail-shared-icon-group,
.tudor-product__detail-shared--opened .detail-shared-icon-group {
    opacity: 1;
    pointer-events: all;
}
.detail-shared-icon-group {
    position: absolute;
    width: 100%;
    top: -1px;
    right: 0;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.tudor-product__wrapper--product-hero {
    padding-top: 0px;
    padding-bottom: 0px;
}
.tudor-product__detail-shared--desktop {
    display: none;
}
.tudor-product__detail-shared--mobile {
    display: flex;
    justify-content: end;
    margin: 20px 0 4px 0;
    max-width: 132px;
    margin-left: auto;
}
.swiper-scrollbar-drag {
    background: var(--Primary-100);
    border-radius: 0;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background: var(--Secondary-50);
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
}
.tudor-product__detail-button .tudor-cta {
    padding: 9px 12px;
}

.tudor-product__wrapper--slide-thumb {
    display: none;
}
.tudor-product__wrapper--technical {
    padding-top: 40px;
    padding-bottom: 40px;
}
.technical_title {
    font-family: var(--headline-font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}
.technical-item {
    margin-bottom: 16px;
}
.technical-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.21px;
    margin-bottom: 4px;
    color: var(--Neutral-800);
}
.technical-item-value {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.21px;
    color: var(--Neutral-800);
}
.tudor-product__technical-image,
.tudor-product__technical-detail {
    grid-column: span 4;
}
.tudor-product__technical-detail {
    margin-bottom: 16px;
}
.tudor-product__technical-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tudor-product__technical-image .tudor-wrp-media,
.tudor-product__technical-image figure {
    height: 100%;
}

.tudor-product__technical-image .tudor-wrp-media img {
    object-fit: contain;
}
.tudor-product__technical-title {
    grid-column: span 4;
}
.tudor-product__technical.tudor-grid {
    gap: 0;
}
.single-tudor_watches .tudor-wysiwyg--style {
    text-align: center;
}
.tudor-product__related .swiper-button {
    margin-top: 0;
}
.tudor-product__related .tudor-progressbar--carousel {
    display: none;
}
.tudor-product__related .tudor-card__image {
    padding: 34px 0;
}
.tudor-product__related .tudor-card__image img {
    height: 154px;
}
.tudor-product__related .tudor-card__label {
    padding: 3px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.15px;
}
.tudor-product__related .tudor-card__image {
    margin-bottom: 12px;
}
.tudor-product__related .tudor-card__title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.21px;
}
.tudor-product__related .tudor-card__price {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.18px;
}
.vat-info {
    visibility: hidden;
    width: 440px;
    text-align: left;
    border-radius: 6px;
    padding: 15px 20px;
    background-color: var(--Neutral-800);
    color: var(--White);
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 70px;
    transition: ease-in-out 0.5s all;
}
.priceinfo:hover ~ .vat-info,
.priceinfo.active ~ .vat-info {
    visibility: visible;
}
.hidefrm {
    display: none;
}
.contact-form__row {
    grid-column: span 12;
}
#contact-form {
    margin-bottom: 0;
}
#contact-form .wrap-grid {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#contactForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/mainsite/icon-select-contact.svg") 93% / 20px no-repeat var(--White);

    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    padding: 12px 45px 10px 20px;
    margin-bottom: 0;
}
#contactForm select:focus {
    outline: none;
}
#contactForm .h-primary-20 {
    font-size: 20px;
    margin-bottom: 20px;
}

.thankyou-modal {
	display: block;
	margin: 0 auto;
	padding: 50px 30px 70px;
	text-align: center;
	max-width: 37.5rem;
	width: 100%;
}
.thankyou-modal h1 {
	color: #928379;
	margin: 20px auto 15px;
}
.thankyou-modal h2 {
    padding: 12px 0;
}
.thankyou-modal p {
    padding-bottom: 32px;
}

@media only screen and (min-width: 320px) {
    .tudor-grid__item--media-left {
        margin: 0 -32px;
    }

    .tudor-media-swiper {
        margin: 0 -32px;
    }
    .vat-info {
        visibility: hidden;
        width: 100%;
        text-align: left;
        border-radius: 6px;
        padding: 15px 20px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 0;
        transition: ease-in-out 0.5s all;
    }
}

@media only screen and (min-width: 360px) {
}

@media only screen and (min-width: 375px) {
}

@media only screen and (min-width: 540px) {
    .tudor-location-menu {
        top: 66px;
    }
}

@media only screen and (min-width: 768px) {
    .tudor-breadcrumbs {
        padding: 20px 0;
    }

    .tudor-breadcrumb__separator,
    .tudor-breadcrumbs span,
    .tudor-breadcrumbs a {
        font-size: 12px !important;
        line-height: 14px !important;
        letter-spacing: 1.2px;
    }

    .tudor-location-group__wrapper {
        grid-template-columns: repeat(8, 1fr);
    }

    .tudor-location-card {
        grid-column: span 4;
    }

    .tudor-location-group__country {
        margin-bottom: 60px;
    }

    .tudor-location-group {
        margin-top: 60px;
    }

    .tudor-location-group__country:last-child {
        margin-bottom: 120px;
    }

    .tudor-location-group__title * {
        margin-bottom: 48px;
        font-size: 28px;
        line-height: 32px;
    }

    .tudor-locations-link a {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.4px;
    }

    .tudor-location-card__sub-title {
        margin-bottom: 8px;
    }

    .locate-us__footer {
        gap: 0 20px;
    }

    .slide-swiper-button {
        position: absolute;
        top: 50%;
        display: flex;
        justify-content: space-between;
        width: calc(100% - 40px);
        margin: 0 20px;
        transform: translateY(-50%);
        z-index: 2;
        box-sizing: border-box;
    }
    .tudor-card__item {
        grid-column: span 3;
    }

    .tudor-section--in-store-selection {
        padding: 60px 0;
    }
    .tudor-product__detail-button a {
        max-width: 282px;
    }
    .vat-info {
        width: 440px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 95px;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1024px) {
    .tudor-location-group__wrapper {
        grid-template-columns: repeat(12, 1fr);
    }

    .tudor-location-card {
        grid-column: span 4;
    }

    .tudor-grid__item--media-left {
        margin: 0 -48px;
        margin-right: 0;
    }

    .tudor-media-swiper {
        margin: 0 -48px;
        margin-left: 0;
    }

    .tudor-section-locate-us-detail .tudor-grid__item--content {
        order: 1;
    }

    .tudor-section-locate-us-detail .tudor-grid__item--media {
        order: 2;
    }

    .tudor-section-map {
        padding-top: 60px;
    }

    .tudor-section-map .tudor-grid__item--content {
        padding: 0 40px;
    }

    .tudor-grid__item--content {
        padding: 24px 0;
    }

    .slide-swiper-button {
        display: block;
        position: absolute;
        top: 50%;
        display: flex;
        justify-content: space-between;
        width: calc(100% - 40px);
        margin: 0 20px;
        transform: translateY(-50%);
        z-index: 2;
        box-sizing: border-box;
    }

    .locate-us__content {
        margin-bottom: 24px;
    }

    .locate-us__content--opening-hours .h-primary-28 {
        font-size: 28px;
        line-height: 32px;
    }

    .tudor-location-menu {
        top: 67px;
    }

    .tudor-filter__wrapper {
        display: block;
        grid-column: span 3;
        position: relative;
        top: auto;
        left: auto;
        padding: 0 30px 0 0;
    }
    .tudor-card__items,
    .tudor-card__wrapper {
        grid-template-columns: repeat(9, 1fr);
    }
    .tudor-pagination__wrapper,
    .tudor-card__items,
    .tudor-card__wrapper {
        grid-column: span 9;
    }

    .tudor-card__items {
        min-height: 508px;
    }
    .archive__wrapper--tudor-filter {
        max-width: 240px;
    }
    .filter__close {
        display: none;
    }
    .filter__clear {
        display: block;
    }
    .filter-toggle__wrapper {
        height: auto;
        overflow: unset;
    }
    .tudor-filter__wrapper {
        z-index: 2;
    }
    .tudor-top-filter__wrapper button {
        visibility: hidden;
        pointer-events: none;
    }
    .tudor-top-filter__wrapper {
        grid-column: span 12;
    }
    .tudor-card__item--col-12 {
        grid-column: span 12;
    }
    .tudor-product__wrapper--product-hero {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .tudor-product__detail-shared--mobile {
        display: none;
    }
    .tudor-product__detail-shared--desktop {
        display: block;
    }
    .tudor-product__slide-images {
        grid-column: span 5;
    }
    .tudor-product__detail {
        grid-column: span 7;
    }
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: none;
    }
    .tudor-product__detail-title h1 {
        margin: 20px 0 32px 0;
        font-size: 40px;
        line-height: 44px;
    }
    .tudor-product__detail-price span:not(.vat-info) {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.32px;
        color: var(--Neutral-800);
    }
    .tudor-product__detail-price {
        margin-bottom: 20px;
    }
    .tudor-product__taxonomy {
        margin-bottom: 8px;
    }
    .tudor-product__taxonomy,
    .tudor-product__sku {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.32px;
        color: var(--Neutral-600);
    }
    .tudor-product__sku {
        margin-bottom: 40px;
    }
    .tudor-price-info svg rect {
        fill: var(--Neutral-400);
    }
    .tudor-product__detail-button a {
        margin-bottom: 20px;
    }

    .tudor-product__detail-button .tudor-cta {
        padding: 11px 16px;
    }
    .tudor-product__wrapper--slide-thumb {
        display: block;
    }
    .tudor-product__wrapper--technical {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .technical_title {
        margin-bottom: 32px;
    }
    .technical-item {
        margin-bottom: 24px;
    }
    .technical-item-label {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.32px;
        margin-bottom: 8px;
    }
    .technical-item-value {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.32px;
        color: var(--Neutral-700);
    }
    .tudor-product__technical-image,
    .tudor-product__technical-detail {
        grid-column: span 6;
    }
    .tudor-product__technical-title {
        grid-column: span 12;
    }
    .tudor-product__technical-detail {
        margin-bottom: 0;
    }
    .tudor-product__technical-image .tudor-wrp-media.w08_1:after {
        content: none;
    }
    .tudor-product__related .tudor-card__image img {
        height: 300px;
    }
    .tudor-product__related .tudor-card__image {
        padding: 50px;
    }
    .tudor-product__related .tudor-card__label {
        padding: 8px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1.2px;
    }
    .tudor-product__related .tudor-card__image {
        margin-bottom: 12px;
    }
    .tudor-product__related .tudor-card__title,
    .tudor-product__related .tudor-card__price {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.32px;
    }
    .vat-info {
        width: 440px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 70px;
    }
    .contact-form__row {
        grid-column: 3 / span 8;
    }
}

@media only screen and (min-width: 1366px) {
    .locate-us__content--title * {
        margin-bottom: 40px;
    }

    .locate-us__title,
    .locate-us__address {
        margin-bottom: 20px;
    }

    .locate-us__content {
        margin-bottom: 30px;
    }

    .locate-us__item {
        margin-bottom: 12px;
    }

    .tudor-grid__item--content {
        padding: 60px 0;
    }

    .tudor-grid__item--content {
        display: block;
    }
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (min-width: 1920px) {
    .tudor-card__item {
        grid-column: span 2;
    }
}

@media only screen and (min-width: 2500px) {
}
