/*!
Theme Name: lon
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: EBGaramond-Regular !important;
    color: #2D2926;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; 
	height: 0; 
	overflow: visible; 
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; 
	text-decoration: underline; 
	text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; 
	font-size: 1em; 
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; 
	font-size: 100%; 
	line-height: 1.15; 
	margin: 0; 
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0;
	white-space: normal; 
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; 
	outline-offset: -2px; 
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; 
	font: inherit; 
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
  --basic_color: #ED1B24;
  --secondary_color: #000000;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: EBGaramond-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/lon/fonts/EBGaramond-Regular.woff2") format("woff2");

}
.EBGaramond-Regular {
	font-family:EBGaramond-Regular;
}

@font-face {
    font-family: EBGaramond-Italic;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/lon/fonts/EBGaramond-Italic.woff2") format("woff2");

}
.EBGaramond-Italic {
	font-family:EBGaramond-Italic;
}

@font-face {
    font-family: Pliant-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/lon/fonts/Pliant-Regular.woff2") format("woff2");

}
.Pliant-Regular {
	font-family:Pliant-Regular;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor2 {
	color: #000000;
}

.blackFontColor {
	color: #282828;
}

.blackBackgroundColor {
	background-color: #282828;
}

.beigeFontColor {
    color: #D3CABD;
}

.beigeFontColor3 {
    color: #6C635D;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit !important;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.error404 #colophon {
	display: none !important;
}

.site-header {
    background: transparent !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

.kuka_panel p {
    font-size: small;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#menu {
    height: 100dvh;
    border: none;
}

.btn-close {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #C35B56;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offcanvas .menu a {
	color: #282828;
    text-transform: uppercase;
    font-family: Geologica-Regular;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

a.remove::before {
    color: #000;
}

#masthead {
    width: 100%;
    background-color: transparent;
	z-index: 99;
}

.desktop #masthead .menu {
    display: flex;
    align-items: center;
}

.mobile #masthead .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox__toolbar__column.is-right .f-button:not(.f-button[title="Close"]) {
    display: none !important;
}

.mobile .btn-close {
    width: max-content;
}

.f-button:hover:not([disabled]) {
    background-color: transparent !important;
}

#masthead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.fadeInUp {
	opacity: 0;
}

.show-fade-element {
	opacity: 1;
	animation: fadeInUp 1.3s ease forwards;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0px, 40px);
		opacity: 0;
	}
	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

.fancybox__backdrop {
    background: #fffbecb5 !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

.f-button {
    background: transparent !important;
    filter: invert(1) !important;
    opacity: 1 !important;
}

.fancybox__infobar {
    filter: invert(1) !important;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0 !important;
}

.story_title span, .cart_menu span {
    font-family: 'EBGaramond-Italic';
}

.stories .row.mb224:last-child {
    margin-bottom: 0;
}

.post_date {
    text-transform: uppercase;
    border: 1px solid #6C635D;
    width: max-content;
}

.story_title_wrapper {
    display: flex;
    align-items: center;
}

.mobile .half_story_col .story_title_wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.lon-product__video video {
    width: 100%;
    object-fit: cover;
}

.single-product .post-navigation {
    display: none !important;
}

.product-story {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-quote {
    position: relative;
}

.product-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.lon-product__right {
    display: flex;
    align-items: center;
    height: 100dvh;
}

.single-product .product-price * {
    color: #D3CABD;
}

.single-product div.product form.cart .button {
    width: 100%;
    background: transparent;
    border: 1px solid #2D2926;
    color: #2D2926;
    font-weight: normal;
    border-radius: 0;
}

.single-product div.product form.cart .button:hover {
    background: #2D2926;
    color: #FFFFFF;
}

.pickup-marquee__track {
    display: inline-flex;
    width: max-content;
    animation: marquee 105s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.single-product .lon-product__right .product-summary {
    overflow: hidden;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.pickup-marquee__gradient {
    position: relative;
}

.pickup-marquee__gradient::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transform: rotate(90deg);
    z-index: 1;
}

.pickup-marquee__gradient::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transform: rotate(-90deg);
    z-index: 1;
}

#product_attributes_accordion *:not(ul) {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    color: #2D2926;
}

.single-product .variations tr:has(select[name="attribute_pa_size"]) {
    display: none;
}

.woocommerce div.product form.cart .variations label {
    font-weight: normal;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single-product button.variation-option {
    background: transparent;
    border: none;
    padding: 0;
}

.single-product span.variation-options {
    display: flex;
    height: auto;
    align-items: self-end;
}

.single-product .product-size h4 {
    display: flex;
    align-items: baseline;
}

ul.attribute-list {
    margin-bottom: 0;
    padding: 0 !important;
}

ul.attribute-list li {
    list-style: none;
    position: relative;
}

ul.attribute-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.variation-option.active {
    text-decoration: underline;
}

.single-product header.entry-header {
    display: none !important;
}

.lon-product__left .product-gallery {
    display: flex;
    justify-content: space-between;
}

.product-gallery__thumbs img {
    width: auto;
}

.product-gallery__thumbs .product-gallery__thumb.is-active img {
    padding: 2px;
    border: 1px solid #2D2926;
}

body:not(.home) #masthead .upper_header_row {
    display: none !important;
}

#product_attributes_accordion .accordion-item, .dotted_border, .woocommerce-cart-form__cart-item.cart_item, #order_review table.shop_table tr, .woocommerce-checkout #payment ul.payment_methods {
    position: relative;
}

.dotted_border {
    background: transparent;
    opacity: 1;
    margin: 0;
}

#product_attributes_accordion .accordion-item::before, .dotted_border::before, .woocommerce-cart-form__cart-item.cart_item::before, #order_review table.shop_table tr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

#product_attributes_accordion .accordion-item::after, .woocommerce-cart-form__cart-item.cart_item::after, #order_review table.shop_table tr::after, .woocommerce-checkout #payment ul.payment_methods::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

.single-product .lon-product__right, .single-product .product-gallery__thumbs {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Crect x='8.41797' y='1.5' width='1' height='9' fill='%232D2926'/%3E%3Crect x='4.41797' y='5.5' width='9' height='1' fill='%232D2926'/%3E%3Cpath d='M15.4178 0.87931H16.8015V11.1207H15.4178V12H17.8359V0H15.4178V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
    transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Crect x='13.418' y='5.5' width='1' height='9' transform='rotate(90 13.418 5.5)' fill='%232D2926'/%3E%3Crect x='4.41797' y='5.5' width='9' height='1' fill='%232D2926'/%3E%3Cpath d='M15.4178 0.87931H16.8015V11.1207H15.4178V12H17.8359V0H15.4178V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
}

.product-gallery__thumb {
    cursor: pointer;
}

.main_content_legal .main_content_col_legal:first-child .dotted_border {
    display: none;
}

.main_content_legal .main_content_col_legal:last-child .legal_text {
    margin-bottom: 0;
}

.basic_btn {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.single-product .product-gallery .product-gallery__image img {
    object-fit: cover;
}

.woocommerce-cart header.entry-header, .woocommerce-cart footer.entry-footer,
body.woocommerce-checkout.checkout header.entry-header, body.woocommerce-checkout.checkout footer.entry-footer {
    display: none;
}

.woocommerce-cart .my-empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.beigeFontColor2 {
    color: #ABA7A3 !important;
}

.woocommerce-cart #colophon {
    display: none !important;
}

.woocommerce-cart form.woocommerce-cart-form, .woocommerce-cart form.woocommerce-cart-form td {
    border: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
}

textarea#cart_order_note {
    background: #F5F5F5;
    width: 100%;
    border: none;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
}

textarea#cart_order_note::placeholder {
    font-family: "EBGaramond-Italic";
}

.woocommerce-cart .cart-collaterals table th, .woocommerce-cart .cart-collaterals table.shop_table tbody:first-child tr:first-child td {
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: none;
}

.woocommerce-cart .cart-collaterals table.shop_table tbody:first-child tr:first-child td {
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    background-color: #2D2926 !important;
    color: #FFFFFF !important;
    font-weight: normal;
    border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after, #place_order::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath fill='white' d='M5.50781 4.88086C5.50781 4.99805 5.4668 5.09766 5.37891 5.17969L0.697266 9.63867C0.615234 9.71484 0.521484 9.75586 0.404297 9.75586C0.181641 9.75586 0 9.58594 0 9.35156C0 9.24023 0.046875 9.14062 0.117188 9.07031L4.51758 4.88086L0.117188 0.691406C0.046875 0.615234 0 0.515625 0 0.404297C0 0.175781 0.181641 0 0.404297 0C0.521484 0 0.615234 0.0410156 0.697266 0.117188L5.37891 4.58203C5.4668 4.66406 5.50781 4.76367 5.50781 4.88086Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.woocommerce-cart table.shop_table {
    border: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}

.woocommerce-cart table.cart img {
    object-fit: cover;
}

.woocommerce a.remove {
    color: #ABA7A3 !important;
    width: max-content;
    height: max-content;
    background: transparent !important;
    border: none !important;
    font-weight: normal !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.woocommerce a.remove:hover h4 {
    color: #ABA7A3 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.woocommerce-cart table.shop_table td {
    padding: 0;
    vertical-align: top;
    height: 100%;
}

.woocommerce-cart-form__cart-item {
    display: grid;
}

.woocommerce-cart table.shop_table td.product-remove, .woocommerce-cart table.shop_table td.product-subtotal {
    justify-self: flex-end;
}

.project_info_row {
    opacity: 0.3;
}

.our_story_first_section a {
    color: inherit;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.mobile .product-gallery__images .product-gallery__image {
    width: 100vw;
}

.mobile .single-product .lon-product__right, .mobile .single-product .product-gallery__thumbs {
    position: relative;
    height: auto;
}

.mobile .product-story {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .product-gallery__images {
    display: flex;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
}

.mobile .product-gallery__images::-webkit-scrollbar {
    display: none;
}

.mobile .single-product .lon-product__right .product-summary {
    margin-top: 12px;
}

.mobile .product-quote h4 p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.18px;
}

.woocommerce ul.products li.product a img, .woocommerce ul.products li.product a video {
    width: 100%;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #2D2926;
}

ul.products {
    margin: 0 !important;
}

.woocommerce ul.products li.product .price * {
    color: #2D2926;
    font-weight: normal;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}

.single-product .product-price .amount {
    font-weight: normal !important;
}

.single-product .product-price .price ins {
    text-decoration: none !important;
}

.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}

.badge-new, .onsale {
    position: absolute !important;
    background: #ffffff !important;
    color: #2D2926 !important;
    border: 1px solid #6C635D !important;
    text-transform: uppercase;
    font-family: 'Pliant-Regular';
    z-index: 1;
}

.product-loop-image {
    position: relative;
    overflow: hidden;
}

.product-loop-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .4s ease;
}

.product-loop-image .hover-image {
    position: absolute;
    inset: 0;
    opacity: 0;
}

ul.products > li:hover .product-loop-image.has-hover-image .primary-image, .related.products li:hover .product-loop-image.has-hover-image .primary-image, .carousel_section ul.products li:hover .product-loop-image.has-hover-image .primary-image {
    opacity: 0;
}

ul.products > li:hover .product-loop-image.has-hover-image .hover-image, .related.products li:hover .product-loop-image.has-hover-image .hover-image, .carousel_section li:hover .product-loop-image.has-hover-image .hover-image {
    opacity: 1;
}

.product-sizes_c {
    opacity: 0;
    min-width: max-content;
    transition: opacity .25s ease;
}

ul.products > li:hover .product-sizes_c,
.related.products li:hover .product-sizes_c,
.carousel_section li:hover .product-sizes_c {
    opacity: 1;
}

.product-title-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-size span.size-divider:last-child {
    display: none;
}

.product-colors {
    display: flex;
    align-items: center;
    gap: 1px;
}

.product-color {
    flex-shrink: 0;
}

.product-color-more {
    white-space: nowrap;
    color: #2D2926;
}

.screen-reader-text {
    height: 0;
}

.onsale {
    width: max-content;
    min-width: max-content !important;
    min-height: max-content !important;
    font-weight: normal !important;
    margin: 0 !important;
    border-radius: 0 !important;
    left: auto !important;
}

.woocommerce-shop ul.products li.product:nth-of-type(4n), .single-product ul.products li.product:nth-of-type(4n), .carousel_section ul.products li.product:nth-of-type(4n) {
    margin-right: 0 !important;
}

.woocommerce-shop .entry-header {
    display: none;
}

.desktop .single-product .product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktop .single-product .product-gallery .product-gallery__image img {
    max-height: 95dvh;
}

.product-gallery__thumb:not(.is-active) {
    opacity: 0.3;
}

#ajax-products .woocommerce-ordering, #ajax-products .woocommerce-result-count {
    display: none !important;
}

.product-filter {
    background-color: transparent;
    padding: 0;
    outline: 0;
    border: none;
    box-shadow: none;
}

.desktop .product-filter.active::before {
    content: '(';
}

.desktop .product-filter.active::after {
    content: ')';
}

.shop-filters {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-shop .no-products-found {
    text-align: center;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

#main_filter_row {
    display: flex;
    align-items: flex-start;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #FFFFFF;
}

#shopOrdering, #shopOrdering *, #shopCategoryAccordion, #shopCategoryAccordion * {
    padding: 0;
    border: none;
    width: auto;
    background-color: transparent;
    color: #2D2926;
    outline: 0;
    box-shadow: none;
}

#shopOrdering .accordion-body button, #shopCategoryAccordion .accordion-body button {
    width: 100%;
    display: block;
}

#shopOrdering .accordion-header, #shopCategoryAccordion .accordion-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.product-filter {
    position: relative;
}

.desktop .product-filter.active::before, .desktop .product-filter.active::after {
    position: absolute;
}

.woocommerce-page ul.products li.product.outofstock a.button, .carousel_section ul.products li.product.outofstock a.button {
    display: none;
}

#shopOrdering .sort-option::after, #shopCategoryAccordion .product-filter::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

#shopOrdering .sort-option.active::after, #shopCategoryAccordion .product-filter.active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cg clip-path='url(%23clip0_18_167)'%3E%3Cpath d='M4.375 6.75L7 9.375L13 3.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3Cdefs%3E%3CclipPath id='clip0_18_167'%3E%3Crect width='12' height='12' fill='white' transform='translate(2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

#shopOrdering button.sort-option, #shopCategoryAccordion button.product-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
}

.woocommerce span.onsale {
    z-index: 1;
}

#main_filter_row {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
}

.mobile #main_filter_row {
    top: -1px;
}

.shop-ordering, .shop-filter-mobile {
    position: relative;
}

.shop-ordering .accordion-collapse, #shopCategoryCollapse {
    position: relative;
    top: 100%;
    right: 0;
    width: max-content;
    min-width: max-content;
}

.shop-ordering .accordion-body, .shop-filter-mobile .accordion-body {
    background: #FFFFFF;
}

.outer_filters_wrapper {
    height: auto;
    background: #FFFFFF;
    position: absolute;
}

#shopOrderingCollapse.collapsing, #shopCategoryCollapse.collapsing {
    transition: height 0.8s ease;
}

.editorial-break-wrapper, .hotspot-block-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.mb-siwc-tag {
    border: 1px solid #6C635D;
    border-radius: 0;
}

.siwc-icon-plus_thin:before {
    display: none;
}

#main_filter_row {
    z-index: 99;
}

body.menu_open #main_filter_row {
    z-index: 9;
}

.outer_filters_wrapper {
    opacity: 1;
    transition: opacity .3s ease;
}

.outer_filters_wrapper.hidden {
    opacity: 0;
}

span.mb-siwc-tag i[class*=siwc-icon] {
    line-height: 0 !important;
    font-family: EBGaramond-Regular !important;
}

.woocommerce-shop #ajax-products ul.products li.product .price, .carousel_section #ajax-products ul.products li.product .price {
    margin-bottom: 0;
}

.mb-siwc-popup {
    border-radius: 2px !important;
    box-shadow: none !important;
    top: auto !important;
    left: auto !important;
}

div.mb-siwc-popup div.mb-siwc-popup-inner .siwc-thumb-wrapper {
    border-radius: 0;
    object-fit: cover;
}

div.mb-siwc-popup:after {
    display: none;
}

div.mb-siwc-popup div.mb-siwc-popup-inner h1, div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
    font-weight: normal;
    padding: 0;
    text-align: left !important;
}

div.mb-siwc-popup .siwc-inner-text {
    padding: 0;
    display: flex !important;
    text-align: left !important;
    justify-content: space-between;
}

div.mb-siwc-popup div.mb-siwc-popup-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-family: EBGaramond-Regular;
    border-radius: 0 !important;
    background: #F3F0EB !important;
    border: none !important;
    color: #2D2926 !important;
    margin: 0;
}

.mb-siwc-popup.mabel-invisible {
    visibility: visible !important;
    opacity: 0;
    transition: all .4s ease;
}

.mb-siwc-popup:not(.mabel-invisible) {
    visibility: visible !important;
    opacity: 1;
    transition: all .4s ease;
}

.mabel-siwc-img-wrapper {
    overflow: hidden;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
    margin: 0;
}

.mb-siwc-tag:not(.active) {
    opacity: 0.5;
}

.mb-siwc-tag.load {
    opacity: 1;
}

.mobile .hotspot-block-wrapper.croppedContentBg {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .product-title-wrapper, .mobile .woocommerce-shop #ajax-products ul.products li.product .price, .mobile ul.products li .product-colors {
    padding-left: 16px;
    padding-right: 16px;
}

div.mb-siwc-popup {
    z-index: 30;
    margin: 0 !important;
}

.mobile .mb-siwc-popup {
    width: auto !important;
    left: 16px !important;
    right: 16px !important;
    max-width: 100% !important;
}

.mobile .outer_filters_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.mobile #shopCategoryAccordion .accordion-header {
    align-items: flex-start;
    justify-content: flex-start;
}

.mobile #main_filter_row .col-6 {
    padding-left: 16px;
    padding-right: 16px;
}

#shopCategoryAccordion button.product-filter {
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.mobile #shopCategoryAccordion .accordion-button {
    flex-direction: row-reverse;
}

.mobile #shopCategoryAccordion .accordion-button::after {
    margin-right: 8px;
}

.mobile #shopCategoryAccordion .product-filter::after {
    margin-left: 0;
    margin-right: 8px;
}

.mobile .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.mobile #main_filter_row {
    margin-bottom: 0;
}

.mobile .editorial-break-wrapper img, .mobile .hotspot-block-wrapper img {
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.mobile .related_products {
    padding-left: 0;
    padding-right: 0;
}

.mobile .info_related {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .related.products .price {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .related.products ul.products li.product a img,
.mobile .related.products ul.products li.product a video,
.mobile .related.products .product-loop-image,
.mobile .related.products ul.products li.product a.woocommerce-loop-product__link,
.mobile .related.products ul.products[class*=columns-] li.product,
.mobile .related.products ul.products[class*=columns-] li.product,
.mobile .carousel_section ul.products li.product a img,
.mobile .carousel_section ul.products li.product a video,
.mobile .carousel_section .product-loop-image,
.mobile .carousel_section ul.products li.product a.woocommerce-loop-product__link,
.mobile .carousel_section ul.products[class*=columns-] li.product,
.mobile .carousel_section ul.products[class*=columns-] li.product{
    margin-right: 0 !important;
    height: 93vw !important;
    max-height: 93vw !important;
}

.mobile .related.products ul.products li.product, .mobile .related.products ul.products li.product,
.mobile .carousel_section ul.products li.product, .mobile .carousel_section ul.products li.product {
    margin-right: 8px !important;
}

.relatedSwiper {
	width: 100%;
    display: flex;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
}

.relatedSwiper::-webkit-scrollbar {
    display: none;
}

.mobile .relatedSwiper li.product, .mobile .relatedSwiper li.product {
    min-width: 69vw !important;
}

.mobile .related.products ul.products li.product a.woocommerce-loop-product__link,
.mobile .related.products ul.products[class*=columns-] li.product,
.mobile .carousel_section ul.products li.product a.woocommerce-loop-product__link,
.mobile .carousel_section ul.products[class*=columns-] li.product {
    height: max-content !important;
    max-height: max-content !important;
}

.mobile .related.products ul.products[class*=columns-] li.product, .mobile .carousel_section ul.products[class*=columns-] li.product {
    margin-right: 8px !important;
}

.mobile .related.products .product-title-wrapper, .mobile .carousel_section .product-title-wrapper {
    margin-top: 8px;
}

.mobile .related.products li.product .price, .mobile .carousel_section li.product .price {
    margin-bottom: 0 !important;
}

.single-stories .hotpost.full_width .mabel-siwc-img-wrapper, .single-stories .hotpost.full_width .mabel-siwc-img-wrapper img {
    width: 100% !important;
    height: auto !important;
}

.single_stories_section {
    padding-top: 0 !important;
}

.img_l_wrapper {
    padding-left: 0 !important;
}

.img_r_wrapper {
    padding-right: 0 !important;
}

.upper_header_row {
    position: relative;
}

.upper_header_row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

form.woocommerce-checkout #customer_details textarea,
form.woocommerce-checkout #customer_details .select2 .select2-selection,
form.woocommerce-checkout #customer_details .input-text {
    background: #F5F5F5;
    width: 100%;
    border: none;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
}

form.woocommerce-checkout #customer_details .input-text::placeholder,
form.woocommerce-checkout #customer_details .select2 .select2-selection::placeholder,
form.woocommerce-checkout #customer_details textarea::placeholder {
    font-family: "EBGaramond-Italic";
}

form.woocommerce-checkout #customer_details .select2 .select2-selection,
form.woocommerce-checkout #customer_details .input-text:not(textarea) {
    height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.woocommerce-checkout.checkout form .form-row {
    padding: 0;
    margin: 0;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
}

.woocommerce-checkout.checkout form .woocommerce-billing-fields .form-row:last-child input {
    margin-bottom: 0 !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

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

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 46%;
}

.woocommerce-checkout.checkout .col-2 {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow-y: auto;
}

.woocommerce-checkout.checkout .col-2 .form-row.place-order a {
    color: inherit;
}

.woocommerce-checkout.checkout table.shop_table {
    border: none;
    border-radius: 0;
}

#order_review table.shop_table th, #order_review table.shop_table td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: text-bottom;
}

.woocommerce-checkout.checkout .col-2::-webkit-scrollbar {
    display: none;
}

.woocommerce table.shop_table * {
    border: none !important;
}

#order_review table.shop_table .cart-subtotal *, #order_review table.shop_table .shipping *, #order_review .order-total * {
    font-weight: normal;
}

#order_review table.shop_table th {
    font-weight: normal;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #2D2926 !important;
    color: #ffffff;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    background-color: #2D2926 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #2D2926 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.payment_box {
    margin-bottom: 0 !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods::after {
    width: 100%;
}

.woocommerce-terms-and-conditions-wrapper label {
    padding-left: 4px;
}

#ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#ship-to-different-address-checkbox + span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#ship-to-different-address-checkbox:checked + span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cg clip-path='url(%23clip0_18_167)'%3E%3Cpath d='M4.375 6.75L7 9.375L13 3.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3Cdefs%3E%3CclipPath id='clip0_18_167'%3E%3Crect width='12' height='12' fill='white' transform='translate(2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F5F5F5;
    color: #000000 !important;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}

.wc_payment_methods .input-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.wc_payment_methods label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wc_payment_methods .input-radio + label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wc_payment_methods .input-radio:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cg clip-path='url(%23clip0_18_167)'%3E%3Cpath d='M4.375 6.75L7 9.375L13 3.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3Cdefs%3E%3CclipPath id='clip0_18_167'%3E%3Crect width='12' height='12' fill='white' transform='translate(2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#shipping_method .shipping_method {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

#shipping_method label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#shipping_method .shipping_method + label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#shipping_method .shipping_method:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cg clip-path='url(%23clip0_18_167)'%3E%3Cpath d='M4.375 6.75L7 9.375L13 3.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3Cdefs%3E%3CclipPath id='clip0_18_167'%3E%3Crect width='12' height='12' fill='white' transform='translate(2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#order_review table.shop_table .shipping label {
    display: flex;
    align-items: center;
}

#terms {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

label[for="terms"],
.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

#terms + .woocommerce-terms-and-conditions-checkbox-text::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#terms:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M2.4181 0.87931H1.03448V11.1207H2.4181V12H0V0H2.4181V0.87931Z' fill='%232D2926'/%3E%3Cg clip-path='url(%23clip0_18_167)'%3E%3Cpath d='M4.375 6.75L7 9.375L13 3.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M14.5819 0.87931H15.9655V11.1207H14.5819V12H17V0H14.5819V0.87931Z' fill='%232D2926'/%3E%3Cdefs%3E%3CclipPath id='clip0_18_167'%3E%3Crect width='12' height='12' fill='white' transform='translate(2.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox, span.woocommerce-terms-and-conditions-checkbox-text {
    display: flex;
    align-items: center;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #F5F5F5;
    outline: 0;
    box-shadow: none;
}

.bottom_header_row .menu li a {
    color: inherit;
}

#colophon .menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 12px;
}

#colophon .menu li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#colophon .menu li a {
    color: inherit;
}

.top_footer_row .third_column a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: inherit;
}

.top_footer_row .third_column {
    position: relative;
}

.top_footer_row .third_column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 1px 9px;
    background-repeat: repeat-y;
}

.top_footer_row .first_column p {
    display: none;
}

div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    margin: 0 !important;
}

.tnp-email {
    background: transparent !important;
    border-bottom: 1px solid #2D2926 !important;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin: 0 !important;
}

.tnp-subscription form {
    display: flex;
    align-items: flex-end;
    max-width: max-content;
}

.tnp-field.tnp-field-email {
    width: 100%;
}

.tnp-field.tnp-field-email label {
    display: none;
}

.tnp-email {
    outline: 0;
    box-shadow: none;
    padding: 0 !important;
    color: #2D2926 !important;
}

.tnp-field.tnp-field-button {
    position: relative;
}

.tnp-submit {
    position: absolute !important;
    right: 0;
    padding: 0 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9'%3E%3Cpath fill='%236C635D' d='M4.39031 3.85998L0.640313 0.109983C0.587867 0.0574786 0.521022 0.0217158 0.44824 0.00722185C0.375458 -0.00727205 0.300012 0.000154685 0.231454 0.0285619C0.162895 0.056969 0.104307 0.105079 0.063105 0.166802C0.0219034 0.228525 0 0.301084 0 0.375295V7.8753C0 7.94951 0.0219034 8.02207 0.063105 8.08379C0.104307 8.14551 0.162895 8.19362 0.231454 8.22203C0.300012 8.25044 0.375458 8.25786 0.44824 8.24337C0.521022 8.22888 0.587867 8.19311 0.640313 8.14061L4.39031 4.39061C4.42518 4.35578 4.45284 4.31442 4.47171 4.2689C4.49058 4.22337 4.50029 4.17458 4.50029 4.1253C4.50029 4.07601 4.49058 4.02722 4.47171 3.98169C4.45284 3.93617 4.42518 3.89481 4.39031 3.85998Z'/%3E%3C/svg%3E") center center / 5px 9px no-repeat !important;
}

.top_footer_row {
    height: auto;
}

.tnp-email::placeholder {
    color: #D3CABD;
}

.mobile .full_w_mbl {
    width: 100%;
}

#menu_curtain {
    position: fixed;
    inset: 0;
    background-color: #ffffff;
    height: 0;
    overflow: hidden;
    transition: all 0.9s ease-in-out;
}

#menu_curtain * {
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-in-out;
}

#menu_curtain.toggled * {
    visibility: visible;
    opacity: 1;
    transition: all 0.9s ease-in-out;
}

#menu_curtain.toggled {
    transition: all 0.9s ease-in-out;
}

#menu_curtain .main_menu_outter_wrapper {
    transition: all 0.9s ease-in-out;
}

#menu_curtain.toggled .main_menu_outter_wrapper {
    transform: translateY(0);
    transition: all 0.9s ease-in-out;
}

.bottom_header_row {
    position: relative;
    z-index: 1;
}

.selected_categories img {
    object-fit: cover;
}

.selected_categories {
    display: flex;
    justify-content: flex-end;
}

.main_menu_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu_toggler {
    cursor: pointer;
}

#menu_toggler.toggled {
    font-family: EBGaramond-Italic;
}

.main_menu_categories {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lh1 {
    line-height: 1 !important;
}

.main_menu_categories ul li h4 {
    display: flex;
    align-items: center;
}

.main_menu_categories ul li h4::before {
    content: '';
    background-color: #2D2926;
    display: block;
    opacity: 0;
}

.main_menu_categories ul li:hover h4::before {
    opacity: 1;
}

.modal-backdrop {
    z-index: 9;
}

.upper_header_row {
    z-index: 1;
}

.modal-backdrop {
    transition: opacity 0.9s ease-in-out;
}

.home #menu_curtain {
    top: 0;
}

nav.main-navigation, nav.main-navigation * {
    line-height: 1;
}

.main-navigation .menu li {
    display: flex;
}

li.product.outofstock img {
    opacity: 0.5;
}

.women_shop, .men_shop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.women_shop h3, .men_shop h3 {
    position: absolute;
}

.interior_module_section_right_column .interior_module_section_right_column_img {
    align-self: flex-end;
    position: sticky;
    object-fit: cover;
    top: 0;
}

.interior_module_section_info_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    inset: 0;
    text-align: left;
    position: absolute;
    margin: auto;
}

.instagram_feed_section img {
    object-fit: cover;
}

.header_slider_section img {
    position: absolute;
}

.mood-item {
    position: absolute;
    opacity: 0;
    transition: top .6s ease, left .6s ease, opacity .6s ease, transform .6s ease;
}

.mood-item img {
    display: block;
    transform: scale(1.08);
    transform-origin: center center;
    transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mood-item.active {
    opacity: 1;
}

.mood-item.active img {
    transform: scale(1);
}

.mood-item.prev_img {
    opacity: .1;
    z-index: 1;
}

.mood-item.prev_img img {
    transform: scale(1);
}

.woocommerce-shop.shop .bottom_header_row:not(#shop_menu_header) .site-branding {
    display: none;
}

#shop_menu_header {
    position: absolute;
    inset: 0;
    height: auto;
    max-height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}

#shop_menu_header .site-branding {
    width: max-content;
}

.mobile .basic_btn {
    text-underline-offset: 3px;
}

.mobile .page-template-template-legal-pages-builder .mt32 {
    margin-top: 32px;
}

.mobile .woocommerce-cart .my-empty-cart h3,
.mobile .shop_women__men_section .women_shop h3, .mobile .shop_women__men_section .men_shop h3,
.mobile .home .carousel_section h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0.22px !important;
}

.mobile .error404 .error_wrapper_text .mt32 {
    margin-top: 16px;
}

.mobile .shop_women__men_section img {
    object-fit: cover;
    min-height: 700px;
}

.mobile .home .carousel_section.woocommerce {
    padding-left: 0;
    padding-right: 0;
}

.mobile .home .carousel_section a.basic_btn, .mobile .home .journal_module_section a.basic_btn {
    margin-bottom: 14px;
}

.mobile .home .carousel_section .product-title-wrapper {
    margin-top: 16px;
}

.mobile .home .carousel_section .price {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .home .carousel_section.woocommerce {
    padding-bottom: 146px;
}

.mobile .home .tagline_section {
    padding-left: 53px;
    padding-right: 53px;
}

.mobile .home .interior_module_section img.w-100 {
    min-height: 815px;
    object-fit: cover;
}

.mobile #colophon .menu-footer-menu-2-container {
    display: none;
}

.mobile #colophon {
    padding-bottom: 69px;
}

.mobile #colophon .croppedContent {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile #colophon .first_column {
    padding-top: 24px;
    padding-left: 46px;
    padding-right: 46px;
    padding-bottom: 36px;
}

.mobile #colophon h4.EBGaramond-Italic {
    text-align: center;
}

.mobile #colophon .third_column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.mobile .top_footer_row .third_column::before {
    display: none;
}

.mobile #colophon .col-12.col-lg-3:not(.first_column):not(.third_column) {
    padding-top: 32px;
    padding-bottom: 32px;
}

.mobile #colophon .col-12.col-lg-3:not(.first_column):not(.third_column) .mb32 {
    margin-bottom: 22px;
}

.mobile #colophon .pr16 {
    padding-right: 10.84px;
}

.mobile #colophon .col-12.col-lg-3:not(.first_column):not(.third_column) a.basic_btn.mb32 {
    text-decoration: none;
}

.mobile #colophon .footer_contact_info::before, .mobile #colophon .footer_email::before, .mobile #colophon .appointment_text::before, .mobile #colophon .footer_copyright_wrapper::before {
    content: 'A.';
    width: 46px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.mobile #colophon .footer_email::before {
    content: 'E.';
}

.mobile #colophon .appointment_text::before {
    content: '';
}

.mobile #colophon .footer_copyright_wrapper::before {
    content: '©';
    padding-top: 1px;
}

.mobile #colophon .footer_contact_info, .mobile #colophon .footer_email, .mobile #colophon .appointment_text, .mobile #colophon .footer_copyright_wrapper {
    display: flex;
    margin-bottom: 22px;
}

.desktop .footer_email {
    padding-top: 6px;
}

.mobile #colophon table {
    margin-bottom: 22px;
}

.newsletter-error span {
    font-family: EBGaramond-Italic;
}

.newsletter-error {
    color: #6C635D;
}

.mobile #colophon .footer_copyright_wrapper {
    margin-bottom: 0;
}

.mobile #colophon .appointment_text {
    margin-bottom: 0;
}

#menu-footer-menu-mobile-left, #menu-footer-menu-mobile-right {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding-left: 46px !important;
    padding-right: 46px !important;
}

.mobile #colophon .mobile_bottom_footer_row {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.mobile #colophon .footer_copyright_wrapper {
    padding-top: 16px;
}

.mobile #colophon .first_column,
.mobile #colophon .col-12.col-lg-3:not(.first_column):not(.third_column),
.mobile #colophon .third_column,
.mobile #colophon .mobile_bottom_footer_row,
.mobile #colophon .copyrights_col {
    position: relative;
}

.mobile #colophon .first_column::after,
.mobile #colophon .col-12.col-lg-3:not(.first_column):not(.third_column)::after,
.mobile #colophon .third_column::after,
.mobile #colophon .mobile_bottom_footer_row::after,
.mobile #colophon .copyrights_col::after {
    content: '';
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

.mobile .our_story_third_section {
    position: relative;
}

.mobile .our_story_third_section::before {
    content: '';
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

.mobile #colophon #menu-footer-menu-mobile-left::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: auto 9px;
    background-repeat: repeat-y;
    background-position: center top;
}

.mobile #colophon #menu-footer-menu-mobile-left {
    position: relative;
}

.mobile #colophon .footer_contact_info {
    margin-bottom: 0;
}

.mobile .open_maps {
    margin-left: 46px;
}

.mobile .our_story_title {
    margin-left: 38px;
    display: block;
    margin-bottom: 32px;
}

.mobile .our_story_second_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile .our_story_first_section a {
    text-decoration-thickness: 1px;
}

.mobile .our_story_second_section img {
    margin-bottom: 120px;
}

.mobile .our_story_second_section h4 {
    padding-left: 54px;
    padding-right: 54px;
}

.mobile .half_story_col .post_date {
    margin-bottom: 10px;
}

.mobile .header_story {
    padding-left: 32px;
    padding-right: 32px;
}

.mobile .single_stories_section {
    padding-left: 16px;
    padding-right: 16px;
}

.mobile .single-stories .our_story_third_section::before {
    display: none;
}

.mobile section.hotpost.full_width {
    padding-left: 0;
    padding-right: 0;
}

.mobile .image_single.single_stories_section.croppedContentXl {
    padding-left: 62px;
    padding-right: 62px;
}

.mobile .image_double.single_stories_section {
    padding-left: 0;
    padding-right: 0;
}

.mobile .image_single.single_stories_section {
    padding-left: 0;
    padding-right: 0;
}

.mobile .image_double.single_stories_section.croppedContent {
    padding-left: 16px;
    padding-right: 16px;
}

.single-stories .single_stories_section:last-of-type {
    padding-bottom: 0;
}

.stories .row.gx-0.mb224:last-of-type {
    margin-bottom: 0;
}

.mobile .single-product .product-title,
.mobile .single-product .product-price,
.mobile .single-product .product-price *,
.mobile .single-product .related_products h3.mb14,
.mobile .home .instagram_feed_section h4:not(.insta_title),
.mobile .home .journal_module_section h3:not(.story_title),
.mobile .home .interior_module_section .interior_module_section_right_column h3,
.mobile .home .interior_module_section .interior_module_section_right_column h3 p {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0.22px !important;
}

.mobile .single-product .product-accordions.mt48 {
    margin-top: 45px;
}

.mobile .single-product .related.products a.basic_btn {
    margin-bottom: 14px;
}

footer.entry-footer {
    display: none;
}

.mobile .cart_menu_main_wrapper .cart_menu .header-cart-count {
    margin-left: 10px;
}

.mobile #menu_curtain .selected_categories {
    display: none;
}

.mobile #menu_curtain .main_menu_categories {
    justify-content: flex-start;
    height: 100%;
}

.mobile #masthead #menu_curtain .menu-item, .mobile #masthead #menu_curtain .menu-item * {
    list-style: none;
    text-decoration: none;
    color: inherit !important;
}

.mobile #menu_curtain {
    width: 101%;
}

.mobile #menu_curtain .main_menu_outter_wrapper {
    padding: 0 !important;
}

#mobileMenuAccordion * {
    border: none !important;
    outline: 0;
    background: transparent;
    box-shadow: none !important;
    color: inherit !important;
}

#mobileMenuAccordion .accordion-button.main_tax {
    padding: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0;
    line-height: 20px !important;
    padding-left: 16px;
    padding-right: 19px;
    position: relative;
}

.mobile .bottom_menu_items {
    padding-left: 16px;
    padding-right: 19px;
}

.mobile #menu_curtain .main_menu_categories *, .mobile #menu_curtain .bottom_menu_items * {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.mobile #menu_curtain #mobileMenuAccordion .menu {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mobile #menu_curtain .main_menu_categories .accordion-collapse {
    padding-left: 16px;
    padding-right: 19px;
}

#mobileMenuAccordion .accordion-item {
    position: relative;
}

#mobileMenuAccordion .accordion-item::after {
    content: '';
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-position: left center;
}

#mobileMenuAccordion .accordion-body {
    padding-bottom: 16px !important;
}

#mobileMenuAccordion .accordion-body li {
    margin-bottom: 5px;
}

.mobile #masthead .menu-icon {
    width: 20px;
    margin-right: 18px;
}

.menu-icon {
	overflow: visible;
}

.menu-icon rect {
	transform-box: fill-box;
	transform-origin: center;
	transition: transform 0.3s ease;
}

.toggled .menu-icon {
	width: 18px;
	height: 12px;
	viewBox: 0 0 18 12;
}

.toggled .menu-icon .top {
    transform: rotate(30deg) translateY(2.5px);
}

.toggled .menu-icon .bottom {
    transform: rotate(-30deg) translateY(-3px);
}

.mobile .woocommerce .col2-set .col-2, .mobile .woocommerce-page .col2-set .col-2 {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    margin-top: 32px;
    padding-bottom: 0;
}

.mobile #shipping_phone_field {
    margin-bottom: 32px;
}

.mobile .shop #masthead {
    position: absolute;
}

.mobile #shop_menu_header {
    position: fixed;
}

.mobile .shop #main_filter_row, .mobile .shop .outer_filters_wrapper {
    transition: all .3s ease;
}

.mobile .shop.scrolled #main_filter_row {
    min-height: 68px;
    transition: all .3s ease;
}

.mobile .shop.scrolled .outer_filters_wrapper {
    padding-top: 21px;
    transition: all .3s ease;
}

.mobile .home .journal_module_section img, .mobile .home .journal_module_section .half_story_col {
    min-width: 346px !important;
    flex: 0 0 auto !important;
}

.mobile .home .journal_module_section .row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
}

.mobile .home .journal_module_section .row::-webkit-scrollbar {
    display: none;
}

.mobile .home .journal_module_section .half_story_col .story_title_wrapper {
    flex-direction: row;
}

.mobile .post_date {
    height: 15px;
    display: flex;
    align-items: center;
}

.mobile .home .header_slider_section img {
    position: relative;
    inset: unset;
    max-width: 56vw;
}

.mobile .home .hero-moodboard {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile .home .instagram_feed_section .d-flex.croppedContentSm {
    justify-content: space-between;
}

.mobile .home .interior_module_section .interior_module_section_right_column {
    justify-content: center !important;
    align-items: center !important;
}

.mobile .home .interior_module_section_right_column .interior_module_section_right_column_img {
    position: relative;
    inset: 0;
    margin: auto;
    padding: 0;
}

.mobile .home .interior_module_section_right_column .interior_module_section_right_column_img img {
    padding: 0;
    margin: 0;
}

.mobile .home .interior_module_section .interior_module_section_right_column {
    height: 100dvh;
}

.mobile .home .interior_module_section {
    padding-bottom: 0 !important;
}

.mobile .home .interior_module_section_right_column .interior_module_section_right_column_img::before {
    content: '';
    background: url("/wp-content/themes/lon/images/Bust.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 79px;
    height: 165px;
    display: block;
    position: absolute;
    top: -50%;
    right: -15%;
}

.mobile .home .interior_module_section .interior_module_section_info_wrapper {
    margin-left: 16px;
}

.mobile .home .men_shop_col {
    z-index: 1;
}

.mobile .home .tagline_section, .mobile .home .interior_module_section {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.mobile .home .interior_module_section_top_mbl_img {
	z-index: 1;
}

.mobile .home .interior_module_section_right_column,
.mobile .home .journal_module_section,
.mobile .home .instagram_feed_section,
.mobile .home #colophon {
	position: relative;
	z-index: 2;
	background: #fff;
}

.mobile .home .shop_women__men_section {
    padding-bottom: 0 !important;
}

.mobile .home .tagline_section {
    padding-top: 120px;
}

.mobile .home .journal_module_section,
.mobile .home .instagram_feed_section,
.mobile .home #colophon {
    margin-top: -1px;
}

.wc-notice-close {
    position: absolute;
    top: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: inherit;
    cursor: pointer;
    opacity: .7;
}

.wc-notice-close:hover {
    opacity: 1;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce-notices-wrapper:not(:empty) {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
    margin: 0;
}

.woocommerce-notices-wrapper:not(:empty) * {
    outline: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.woocommerce-notices-wrapper ul[role="alert"]:before, .woocommerce-notices-wrapper div[role="alert"]:before {
    display: none;
}

.woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
    width: 100%;
    background: transparent;
    border: 1px solid #2D2926;
    color: #2D2926;
    font-weight: normal;
    border-radius: 0;
    text-align: center;
    float: none;
}

.woocommerce-notices-wrapper ul[role="alert"] a:hover, .woocommerce-notices-wrapper div[role="alert"] a:hover {
    background: #2D2926;
    color: #FFFFFF;
}

.woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-notices-wrapper ul[role="alert"], .woocommerce-notices-wrapper div[role="alert"] {
    border: none;
}

.mobile .cart .woo-cart_wrapper {
    padding-bottom: 32px;
}

.mobile-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile-cart-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
}

.mobile-cart-item .mobile-cart-item__image, .mobile-cart-item .mobile-cart-item__image * {
    width: 9.67vw;
    height: 12.214vw;
    object-fit: cover;
}

.mobile-cart-item__actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: -webkit-fill-available;
}

.mobile-cart-item:last-child::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left center;
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
}

.mobile .cart .cart-collaterals {
    margin-top: 32px;
}

.main_cart_item_info {
    display: flex;
}

.mobile-cart-item__image {
    margin-right: 8px;
}

.mobile .woocommerce table.shop_table_responsive tr td::before, .mobile .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: normal;
}

.mobile-cart-item__details * {
    line-height: 1;
}

.mobile-cart-item__details {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: -webkit-fill-available;
    justify-content: space-between;
}

.mobile .cart .cart_totals_outer_wrapper {
    position: absolute;
    width: calc(100% - 32px);
    bottom: 0;
}

.mobile .cart_totals_inner_wrapper {
    position: relative;
    padding-top: 20px;
}

.mobile .cart_totals_inner_wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
    margin-left: -16px;
    margin-right: 16px;
    width: calc(100% + 32px);
}

.mobile .cart .continue_shopping_btn {
    display: none !important;
}

.mobile .product-sizes_c {
    opacity: 1;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
    margin-left: 4px;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
    margin-top: 3px;
    position: absolute;
}

.mobile .woocommerce-checkout .checkout .checkout-inline-error-message {
    font-size: 10px;
}

.woocommerce-NoticeGroup-checkout ul {
    border: none;
    background: transparent;
}

.woocommerce-NoticeGroup-checkout ul::before {
    display: none;
}

.woocommerce-NoticeGroup-checkout * {
    color: inherit !important;
}

.woocommerce-NoticeGroup-checkout::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: 7px;
    background: radial-gradient(circle, #000 1px, transparent 0px) 0 0 / 9px 10.5px round;
}

.woocommerce-NoticeGroup-checkout {
    position: relative;
}

.woocommerce-NoticeGroup-checkout button.wc-notice-close {
    display: none;
}

.page-template-template-legal-pages-builder .legal_text a {
    color: inherit !important;
}

.page-template-template-legal-pages-builder #colophon {
    position: relative;
}

.page-template-template-legal-pages-builder #colophon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: left center;
    height: 1px;
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 9px 1px;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.25px;
    }
    
    h2, h2 p {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.25px;
    }

    h1 span, h1 span p, h2 span, h2 span p {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0;
    }

    h3, h3 p, .single-product .product-price *, #order_review .order-total *, #order_review table.shop_table th {
        font-size: 18px !important;
        line-height: 18px !important;
        letter-spacing: 0.18px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        font-size: 16px !important;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    h4, h4 p, .single-product div.product form.cart .button, .single-product .product-variations .stock.out-of-stock, .woocommerce div.product form.cart .variations label, .attribute-list li, ul.attribute-list li::before, .woocommerce a.remove, .our_story_title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price *, .single-product .stock.out-of-stock, .product-filter, .product-filter.active::before, .product-filter.active::after, .woocommerce-shop .no-products-found, #shopOrdering button, #shopCategoryAccordion button, .siwc-icon-plus_thin, .woocommerce ul.products li.product .price, .woocommerce form .form-row label, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, .bottom_header_row .menu li a, #colophon .menu li, .woocommerce-notices-wrapper li, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup-checkout li {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    .single-product .stock.out-of-stock, .siwc-inner-text h1, .siwc-inner-text h2, div.mb-siwc-popup div.mb-siwc-popup-inner a, .tnp-email {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.16px !important;
    }

    h4.lh100_ls0, h4.lh100_ls0 p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
    }

    h4.lh100_ls2, h4.lh100_ls2 p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.32px;
    }

    h5, h5 p, #order_review table.shop_table *, .woocommerce-privacy-policy-text *, .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
    }

    h5.ls2, h5.ls2 p, textarea#cart_order_note, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details .select2 .select2-selection, form.woocommerce-checkout #customer_details .input-text {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.28px;
    }

    h6, h6 p, .woocommerce-checkout .checkout .checkout-inline-error-message {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.6px;
    }

    .badge_prod, .badge-new, .onsale {
        font-size: 10px !important;
        line-height: 5px !important;
        letter-spacing: 0.5px !important;
    }

    .post_date {
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 0.5px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .main_logo {
        width: 111px;
        height: 37px !important;
    }

    .croppedContentSm {
        padding-left: 16px;
        padding-right: 16px;
    }

    .croppedContent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .stories #main, .projects #main {
        padding-top: 69px;
    }

    .mb18 {
        margin-bottom: 18px;
    }

    .mt48 {
        margin-top: 32px;
    }

    .pt34 {
        padding-top: 34px !important;
    }

    .pt46 {
        padding-top: 46px;
    }

    .mt32 {
        margin-top: 32px;
    }

    .mr10 {
        margin-right: 10px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mr16, .bottom_header_row .menu li:first-child a {
        margin-right: 16px;
    }

    .mb40 {
        margin-bottom: 40px !important;
    }

    .mb24 {
        margin-bottom: 24px;
    }

    .mb32 {
        margin-bottom: 32px;
    }

    .mb224 {
        margin-bottom: 60px;
    }

    .story_title_wrapper {
        padding-top: 16px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .post_date {
        padding: 4px;
        margin-right: 8px;
    }

    .woocommerce-shop {
        padding-top: 160px;
    }

    .lon-product__video video {
        height: 145vw;
    }

    .product-story .product-quote {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .pl16 {
        padding-left: 16px;
    }

    .pr16 {
        padding-right: 16px;
    }

    .pb16 {
        padding-bottom: 16px;
    }

    .mb16 {
        margin-bottom: 16px;
    }

    .mb14 {
        margin-bottom: 14px;
    }

    .product-quote::before {
        padding: 7px;
        background: radial-gradient(circle, #000 1px, transparent 0px) 0 0 / 9px 10.5px round;
    }

    .related_products {
        padding-bottom: 192px;
    }

    .lon-product__right {
        padding-left: 16px;
        padding-right: 16px;
    }

    .single-product div.product form.cart .button {
        height: 42px;
        margin-top: 28px;
    }

    .pickup-marquee__track {
        margin-bottom: 48px;
        padding-top: 8.5px;
        gap: 32px;
    }

    .pickup-marquee__gradient::before {
        width: 26px;
        height: 26px;
    }

    .pickup-marquee__gradient::after {
        width: 26px;
        height: 26px;
    }

    .single-product .product-variations .stock.out-of-stock {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    span.variation-options {
        margin-left: 4px;
    }

    ul.attribute-list {
        padding-left: 19px;
        padding-bottom: 24px !important;
    }

    #product_attributes_accordion .accordion-button {
        min-height: 44px;
    }

    .variation-option.active {
        text-underline-offset: 3px;
    }

    .product-gallery__thumbs img {
        width: 63px;
        height: 84.06px !important;
    }

    .product-gallery__thumbs {
        padding-left: 16px;
        padding-right: 65px;
    }

    .single-product .product-gallery .product-gallery__image img {
        width: 100%;
        height: 162.5vw;
    }

    #product_attributes_accordion .accordion-item::before, #product_attributes_accordion .accordion-item::after, .dotted_border::before, .woocommerce-cart-form__cart-item.cart_item::before, .woocommerce-cart-form__cart-item.cart_item::after, .upper_header_row::after, #order_review table.shop_table tr::before, .woocommerce-checkout #payment ul.payment_methods::after, #order_review table.shop_table tr::after {
        height: 1px;
        background-image: radial-gradient(circle, #000 1px, transparent 1px);
        background-size: 9px 1px;
    }

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        width: 18px;
        height: 12px;
    }

    ul.attribute-list li {
        padding-left: 13px !important;
    }

    .main_content_legal {
        width: 286px;
        padding-top: 140px;
        padding-bottom: 100px;
    }

    .woo-cart_wrapper {
        padding-top: 66px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 100%;
    }

    textarea#cart_order_note {
        height: 101px;
        padding: 16px;
        margin-bottom: 20px;
        margin-top: 16px;
    }

    .woocommerce-cart table.shop_table {
        margin-bottom: 32px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin-bottom: 5px;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        height: 52px;
        margin-top: 16px;
        margin-bottom: 20px !important;
        padding-top: 21px !important;
        padding-bottom: 21px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button::after, #place_order::after {
        width: 9px;
        height: 12px;
    }

    .woocommerce-cart table.cart img {
        width: 50px;
        height: 64px !important;
    }

    .woocommerce-cart table.shop_table td {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 50px 232px 66px 1fr 65px 65px;
        gap: 16px;
    }

    .project_info {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .project_info .project_title {
        margin-bottom: 6px;
    }

    .our-story #main {
        padding-top: 118px;
    }

    .our_story_first_section {
        padding-bottom: 76.5px;
    }

    .our_story_second_section {
        padding-top: 76.5px;
        padding-bottom: 160px;
    }

    .our_story_third_section {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .pe8 {
        padding-right: 8px;
    }

    .ps8 {
        padding-left: 8px;
    }

    .our_story_title {
        margin-right: 0;
    }

    .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a video {
        height: 62vw;
        margin-bottom: 8px;
    }

    .product-story {
        padding-top: 128px;
        padding-bottom: 128px;
    }

    .badge-new {
        top: 10px !important;
        left: 10px !important;
        padding: 4px !important;
    }
    
    .onsale {
        top: 10px !important;
        padding: 4px !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
        margin-right: auto !important;
        margin-bottom: 40px !important;
    }

    .product-colors {
        margin-top: 16px;
    }

    .product-color {
        width: 16px;
        height: 10px;
    }

    .product-color-more {
        margin-left: 8px;
    }

    .onsale {
        right: 10px !important;
    }

    .single-product .stock.out-of-stock {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #main_filter_row {
        min-height: 47px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .product-filter.active::before {
        left: auto;
    }

    .product-filter.active::after {
        right: auto;
    }

    .shop-filters {
        gap: 27px;
    }

    .woocommerce-shop .no-products-found {
        padding-top: 50px;
    }

    #shopOrdering .accordion-button::after, #shopCategoryAccordion .accordion-button::before {
        margin-left: 8px;
    }

    #shopOrdering .sort-option::after, #shopCategoryAccordion .product-filter::after {
        width: 17px;
        height: 12px;
        margin-left: 10px;
    }

    #shopOrdering .sort-option.active::after, #shopCategoryAccordion .product-filter.active::after {
        width: 17px;
        height: 12px;
    }

    #shopOrdering button.sort-option, #shopCategoryAccordion button.product-filter {
        margin-bottom: 12px;
    }

    #shopOrdering .accordion-body .sort-option:last-child, #shopCategoryAccordion .accordion-body .product-filter:last-child {
        margin-bottom: 32px;
    }

    .croppedContentXl {
        padding-left: 16px;
        padding-right: 16px;
    }

    .croppedContentBg {
        padding-left: 62px;
        padding-right: 62px;
    }

    .hotspot-block-wrapper {
        padding-top: 74px;
        padding-bottom: 114px;
    }

    .editorial-break-wrapper {
        padding-top: 74px;
        padding-bottom: 90px;
    }

    span.mb-siwc-tag {
        width: 35px;
        height: 35px;
    }

    .mb-siwc-popup {
        width: 340px !important;
        padding: 8px;
        height: 96px;
        bottom: 16px !important;
        right: 16px !important;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner .siwc-thumb-wrapper {
        width: 60px;
        height: 80px;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner a {
        width: 28px;
        height: 27px;
        padding: 9px;
        margin-left: 8px;
    }

    .siwc-product-info {
        margin-left: 8px;
    }

    .mb-siwc-popup.mabel-invisible {
        bottom: -100px !important;
    }

    .mb-siwc-popup:not(.mabel-invisible) {
        bottom: 16px !important;
    }

    .product-loop-image {
        max-height: 63vw;
    }

    .badge_prod, .badge-new, .onsale {
        height: 15px;
    }

    .single_stories_section {
        padding-bottom: 120px;
    }

    .gap_row > * {
        margin: 0;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .bottom_header_row {
        padding: 16px;
    }

    body.woocommerce-checkout.checkout {
        padding-top: 66px;
        padding-left: 16px;
        padding-right: 16px;
    }

    form.woocommerce-checkout #customer_details textarea,
    form.woocommerce-checkout #customer_details .select2 .select2-selection,
    form.woocommerce-checkout #customer_details .input-text {
        height: 101px;
        padding: 16px;
        margin-top: 16px;
    }

    .single-stories #main {
        padding-top: 149px;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
        right: 20px;
        width: 16px;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        background-size: 16px;
        width: 16px;
        height: 16px;
    }

    #customer_details .woocommerce-billing-fields h3, #customer_details .woocommerce-shipping-fields h3, #order_review_heading {
        margin-bottom: 32px;
    }

    #customer_details .woocommerce-shipping-fields h3 {
        margin-top: 32px;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 16px;
        margin: 16px 0;
        border-radius: 0;
    }

    .woocommerce-privacy-policy-text {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .woocommerce-checkout.checkout table.shop_table {
        margin-bottom: 32px;
    }

    .woocommerce-checkout.checkout .col-2 {
        padding-bottom: 32px;
    }

    #order_review table.shop_table th, #order_review table.shop_table td {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .wc_payment_method {
        padding-bottom: 16px !important;
    }

    #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0;
        margin-right: 8px;
    }

    #ship-to-different-address-checkbox + span::before, .wc_payment_methods .input-radio + label::before, #shipping_method .shipping_method + label::before, #terms + .woocommerce-terms-and-conditions-checkbox-text::before {
        width: 17px;
        height: 12px;
        margin-right: 10px;
    }

    .woocommerce form .form-row label:not(label[for="order_comments"]):not(label[for="billing_first_name"]):not(label[for="billing_last_name"]):not(label[for="shipping_first_name"]):not(label[for="shipping_last_name"]) {
        margin-top: 32px;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        margin: 3px;
    }

    .select2-results__option, .select2-search__field {
        padding: 6px;
        font-size: 14px;
    }

    .upper_header_row svg {
        width: 8.36px;
        height: 9.66px;
        margin-right: 8px;
    }

    .bottom_header_row .menu li, .bottom_header_row .menu li *, .cart_menu_main_wrapper, .cart_menu_main_wrapper * {
        line-height: 1 !important;
    }

    .bottom_footer_row {
        height: auto;
    }

    .top_footer_row .third_column table td.pr16 {
        width: auto;
    }

    .tnp-subscription form {
        width: 100%;
        max-width: 100%;
    }

    .top_footer_row {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .tnp-email {
        padding-bottom: 2px !important;
        margin-bottom: 12px !important;
        margin-top: 5px !important;
    }

    .tnp-submit {
        bottom: 16.87px;
        width: 4.5px !important;
        height: 8.25px !important;
    }

    #menu_curtain.toggled {
        height: 100dvh;
        padding-top: 90px;
        padding-bottom: 96px;
    }

    .selected_categories img.single_img {
        width: 512px;
        height: 360px;
    }

    .selected_categories img.double_img {
        width: 248px;
        height: 360px;
    }
    
    .selected_categories {
        gap: 16px;
    }

    .main_menu_outter_wrapper {
        transform: translateY(-15px);
    }

    .main_tax {
        margin-bottom: 8px;
    }
    
    #menu_toggler {
        width: 32.55px;
    }

    .main_menu_categories h4:not(.main_tax) {
        margin-bottom: 0.5px;
    }

    .main_menu_categories ul li h4::before {
        margin-right: 8px;
        width: 17px;
        height: 0.5px;
    }

    .home section:not(.header_slider_section):not(.instagram_feed_section) {
        padding-bottom: 120px;
    }

    .interior_module_section_info_wrapper {
        width: max-content;
    }

    .interior_module_section_right_column img {
        width: 46.7vw;
        height: auto;
    }

    .instagram_feed_section img {
        width: 145.45px;
        height: 193.91px;
    }

    .header_slider_img_1 {
        top: 174px;
        bottom: 175px;
        left: 593px;
        right: 594px;
    }

    .header_slider_img_2 {
        top: 127px;
        bottom: 354px;
        left: 742px;
        right: 543.89px;
    }

    .header_slider_img_3 {
        top: 208px;
        bottom: 97px;
        left: 412px;
        right: 742px;
    }

    .header_slider_img_4 {
        top: 284px;
        bottom: 285px;
        left: 676px;
        right: 676px;
    }

    .header_slider_section, .hero-moodboard {
        height: 100dvh;
    }

    .wc-notice-close {
        right: 6px;
        font-size: 24px;
    }

    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
        width: calc(100% - 32px);
    }

    .woocommerce-notices-wrapper ul[role="alert"], .woocommerce-notices-wrapper div[role="alert"] {
        padding: 16px;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
        margin-top: 10px !important;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a.button, .woocommerce-notices-wrapper div[role="alert"] a {
        height: 42px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-right: 16px;
    }

    .woocommerce-NoticeGroup-checkout ul {
        padding: 16px;
    }
    
    .woocommerce-NoticeGroup-checkout button.wc-notice-close {
        top: 10px;
        right: 16px;
    }
}

@media (max-width: 991px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 1vw);
        margin: 0;
    }

    .woocommerce-shop .croppedContent {
        padding: 0;
    }

    .woocommerce-shop ul.products li.product:nth-of-type(2n), .single-product ul.products li.product:nth-of-type(2n), .carousel_section ul.products li.product:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .single-product ul.products li.product, .carousel_section ul.products li.product {
        margin-bottom: 0 !important;
    }

    .single-product .product-gallery .product-gallery__image img {
        min-width: 100vw;
    }
        
    .single-product .product-gallery .product-gallery__image img {
        max-height: 80dvh;
    }

    .single-product .product-gallery .product-gallery__image img {
        height: auto;
        object-fit: contain;
        object-position: top;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0.025vw;
    }
    
    h2, h2 p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0.025vw;
    }

    h1 span, h1 span p, h2 span, h2 span p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0;
    }

    h3, h3 p, .single-product .product-price *, #order_review .order-total *, #order_review table.shop_table th {
        font-size: 1.375vw !important;
        line-height: 1.75vw !important;
        letter-spacing: 0.014vw !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        font-size: 1vw !important;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    h4, h4 p, .single-product div.product form.cart .button, .single-product .product-variations .stock.out-of-stock, .woocommerce div.product form.cart .variations label, .attribute-list li, ul.attribute-list li::before, .woocommerce a.remove, .our_story_title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price *, .single-product .stock.out-of-stock, .product-filter, .product-filter.active::before, .product-filter.active::after, .woocommerce-shop .no-products-found, #shopOrdering button, #shopCategoryAccordion button, .siwc-icon-plus_thin, .woocommerce ul.products li.product .price, .woocommerce form .form-row label, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, .bottom_header_row .menu li a, #colophon .menu li, .woocommerce-notices-wrapper li, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup-checkout li {
        font-size: 1vw;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    .single-product .stock.out-of-stock, .siwc-inner-text h1, .siwc-inner-text h2, div.mb-siwc-popup div.mb-siwc-popup-inner a, .tnp-email {
        font-size: 1vw !important;
        line-height: 1.25vw !important;
        letter-spacing: 0.01vw !important;
    }

    h4.lh100_ls0, h4.lh100_ls0 p {
        font-size: 1vw;
        line-height: 1vw;
        letter-spacing: 0;
    }

    h4.lh100_ls2, h4.lh100_ls2 p {
        font-size: 1vw;
        line-height: 1vw;
        letter-spacing: 0.02vw;
    }

    h5, h5 p, #order_review table.shop_table *, .woocommerce-privacy-policy-text *, .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 0.875vw;
        line-height: 0.875vw;
        letter-spacing: 0;
    }

    h5.ls2, h5.ls2 p, textarea#cart_order_note, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details .select2 .select2-selection, form.woocommerce-checkout #customer_details .input-text {
        font-size: 0.875vw;
        line-height: 0.875vw;
        letter-spacing: 0.018vw;
    }

    h6, h6 p, .woocommerce-checkout .checkout .checkout-inline-error-message {
        font-size: 0.75vw;
        line-height: 0.75vw;
        letter-spacing: 0.037vw;
    }

    .badge_prod, .badge-new, .onsale {
        font-size: 0.625vw !important;
        line-height: 0.313vw !important;
        letter-spacing: 0.031vw !important;
    }

    .post_date {
        font-size: 0.625vw;
        line-height: 0.313vw;
        letter-spacing: 0.031vw;
    }

    .menu_toggler svg {
        width: 2.313vw;
    }

    .main_logo {
        width: 7.625vw;
        height: 2.563vw !important;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContentSm {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .croppedContent {
        padding-left: 9.25vw;
        padding-right: 9.25vw;
    }

    .f-button svg {
        width: 1.25vw !important;
        height: 1.25vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.25vw !important;
        right: 1.25vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.25vw !important;
        margin-left: 1.25vw !important;
    }

    .upper_header_row {
        height: 1.875vw;
        padding-right: 1vw;
        padding-left: 1vw;
        padding-top: 0.625vw;
        padding-bottom: 0.625vw;
    }

    .stories #main, .projects #main {
        padding-top: 4.563vw;
    }

    .mb18 {
        margin-bottom: 1.125vw;
    }

    .mt48 {
        margin-top: 3vw;
    }

    .pt34 {
        padding-top: 2.125vw !important;
    }

    .pt46 {
        padding-top: 2.875vw;
    }

    .mt32 {
        margin-top: 2vw;
    }

    .mr10 {
        margin-right: 0.625vw;
    }

    .mb80 {
        margin-bottom: 5vw;
    }

    .mr16, .bottom_header_row .menu li:first-child a {
        margin-right: 1vw;
    }

    .mb40 {
        margin-bottom: 2.5vw !important;
    }

    .mb24 {
        margin-bottom: 1.5vw;
    }

    .mb32 {
        margin-bottom: 2vw;
    }

    .mb224 {
        margin-bottom: 14vw;
    }

    .story_title_wrapper {
        padding-top: 0.906vw;
        padding-bottom: 0.906vw;
        padding-left: 0.625vw;
        padding-right: 0.625vw;
    }

    .post_date {
        padding: 0.375vw;
        margin-right: 0.5vw;
    }

    .woocommerce-shop {
        padding-top: 9.25vw;
    }

    .lon-product__video video {
        height: 50vw;
    }

    .product-story {
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
    }

    .product-story .product-quote {
        width: 40.125vw;
        padding-top: 6vw;
        padding-bottom: 6vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .pl16 {
        padding-left: 1vw;
    }

    .pr16 {
        padding-right: 1vw;
    }

    .pb16 {
        padding-bottom: 1vw;
    }

    .mb16 {
        margin-bottom: 1vw;
    }

    .mb14 {
        margin-bottom: 0.875vw;
    }

    .product-quote::before {
        padding: 7px;
        background: radial-gradient(circle, #000 1px, transparent 0px) 0 0 / 9px 10.5px round;
    }

    .related_products {
        padding-bottom: 12.5vw;
    }

    .lon-product__right {
        padding-left: 13.438vw;
        padding-right: 13.438vw;
    }

    .single-product div.product form.cart .button {
        height: 2.625vw;
        margin-top: 2vw;
    }

    .pickup-marquee__track {
        margin-bottom: 3vw;
        padding-top: 0.5vw;
        gap: 2vw;
    }

    .pickup-marquee__gradient::before {
        width: 1.625vw;
        height: 1.625vw;
    }

    .pickup-marquee__gradient::after {
        width: 1.625vw;
        height: 1.625vw;
    }

    .single-product .product-variations .stock.out-of-stock {
        margin-top: 1.563vw;
        margin-bottom: 1.563vw;
    }

    span.variation-options {
        margin-left: 0.25vw;
    }

    ul.attribute-list {
        padding-left: 1.188vw;
        padding-bottom: 1.5vw !important;
    }

    #product_attributes_accordion .accordion-button {
        min-height: 2.75vw;
    }

    .variation-option.active {
        text-underline-offset: 0.188vw;
    }

    .product-gallery__thumbs img {
        width: 3.938vw;
        height: 5.254vw !important;
    }

    .product-gallery__thumbs {
        padding-left: 1vw;
        padding-right: 4.063vw;
    }

    .single-product .product-gallery .product-gallery__image img {
        width: 40.188vw;
        height: 53.622vw;
    }

    #product_attributes_accordion .accordion-item::before, #product_attributes_accordion .accordion-item::after, .dotted_border::before, .woocommerce-cart-form__cart-item.cart_item::before, .woocommerce-cart-form__cart-item.cart_item::after, .upper_header_row::after, #order_review table.shop_table tr::before, .woocommerce-checkout #payment ul.payment_methods::after, #order_review table.shop_table tr::after {
        height: 1px;
        background-image: radial-gradient(circle, #000 1px, transparent 1px);
        background-size: 9px 1px;
    }

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        width: 1.125vw;
        height: 0.75vw;
    }

    ul.attribute-list li {
        padding-left: 0.813vw !important;
    }

    .main_content_legal {
        width: 25.063vw;
        padding-top: 10.938vw;
        padding-bottom: 9.375vw;
    }

    .woo-cart_wrapper {
        padding-top: 5.813vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 32vw;
    }

    textarea#cart_order_note {
        height: 6.313vw;
        padding: 1vw;
        margin-bottom: 1.25vw;
        margin-top: 1vw;
    }

    .woocommerce-cart table.shop_table {
        margin-bottom: 2vw;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin-bottom: 0.313vw;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        height: 2.75vw;
        margin-top: 2vw;
        margin-bottom: 1vw !important;
        padding-top: 1.063vw !important;
        padding-bottom: 1.063vw !important;
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button::after, #place_order::after {
        width: 0.563vw;
        height: 0.75vw;
    }

    .woocommerce-cart table.cart img {
        width: 3.125vw;
        height: 4vw !important;
    }

    .woocommerce-cart table.shop_table td {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 3.125vw 14.5vw 4.125vw 1fr 4.063vw 4.063vw;
        gap: 1vw;
    }

    .project_info {
        padding-top: 1vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .project_info .project_title {
        margin-bottom: 0.375vw;
    }

    .our-story #main {
        padding-top: 14.375vw;
    }

    .our_story_first_section {
        padding-bottom: 3.75vw;
    }

    .our_story_second_section {
        padding-top: 3.75vw;
        padding-bottom: 3.75vw;
    }

    .our_story_third_section {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .pe8 {
        padding-right: 0.5vw;
    }

    .ps8 {
        padding-left: 0.5vw;
    }

    .our_story_title {
        margin-right: 3.625vw;
    }

    .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a video {
        height: 26.188vw;
        margin-bottom: 0.5vw;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 100%;
    }

    .badge-new {
        top: 0.75vw !important;
        left: 0.75vw !important;
        padding: 0.375vw !important;
    }

    .onsale {
        top: 0.75vw !important;
        padding: 0.375vw !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
        margin-right: 1vw !important;
        margin-bottom: 2vw !important;
    }

    .product-colors {
        margin-top: 1vw;
    }

    .product-color {
        width: 1vw;
        height: 0.625vw;
    }

    .product-color-more {
        margin-left: 0.5vw;
    }

    .onsale {
        right: 0.75vw !important;
    }

    .single-product .stock.out-of-stock {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw;
    }

    #main_filter_row {
        min-height: 2.75vw;
        padding-top: 0.75vw;
        padding-bottom: 0.75vw;
    }

    .product-filter.active::before {
        left: -0.625vw;
    }

    .product-filter.active::after {
        right: -0.625vw;
    }

    .shop-filters {
        gap: 1.688vw;
    }

    .woocommerce-shop .no-products-found {
        padding-top: 3.125vw;
    }

    #shopOrdering .accordion-button::after, #shopCategoryAccordion .accordion-button::before {
        margin-left: 0.5vw;
    }

    #shopOrdering .sort-option::after, #shopCategoryAccordion .product-filter::after {
        width: 1.063vw;
        height: 0.75vw;
        margin-left: 0.625vw;
    }

    #shopOrdering .sort-option.active::after, #shopCategoryAccordion .product-filter.active::after {
        width: 1.063vw;
        height: 0.75vw;
    }

    #shopOrdering button.sort-option, #shopCategoryAccordion button.product-filter {
        margin-bottom: 0.75vw;
    }

    #shopOrdering .accordion-body .sort-option:last-child, #shopCategoryAccordion .accordion-body .product-filter:last-child {
        margin-bottom: 2vw;
    }

    .croppedContentXl {
        padding-left: 17.563vw;
        padding-right: 17.563vw;
    }

    .croppedContentBg {
        padding-left: 8.25vw;
        padding-right: 8.25vw;
    }

    .hotspot-block-wrapper {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }

    .editorial-break-wrapper {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }

    span.mb-siwc-tag {
        width: 2.188vw;
        height: 2.188vw;
    }

    .mb-siwc-popup {
        width: 21.25vw !important;
        padding: 0.5vw;
        height: 6vw;
        bottom: 1vw !important;
        right: 1vw !important;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner .siwc-thumb-wrapper {
        width: 3.75vw;
        height: 5vw;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner a {
        width: 1.75vw;
        height: 1.688vw;
        padding: 0.563vw;
        margin-left: 0.5vw;
    }

    .siwc-product-info {
        margin-left: 0.5vw;
    }

    .mb-siwc-popup.mabel-invisible {
        bottom: -6.25vw !important;
    }

    .mb-siwc-popup:not(.mabel-invisible) {
        bottom: 1vw !important;
    }

    .woocommerce-shop .products.columns-4, .single-product .products.columns-4, .carousel_section .products.columns-4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
        width: calc(25% - 0.75vw);
    }

    .single-product ul.products li.product, .carousel_section ul.products li.product {
        margin-bottom: 0 !important;
    }

    .product-loop-image {
        max-height: 26.687vw;
    }

    .badge_prod, .badge-new, .onsale {
        height: 1.188vw;
    }

    .single-stories #main {
        padding-top: 12vw;
    }

    .single_stories_section {
        padding-bottom: 9.375vw;
    }

    .gap_row > * {
        margin: 0;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }

    .bottom_header_row {
        padding: 1vw;
    }

    body.woocommerce-checkout.checkout {
        padding-top: 5.813vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    form.woocommerce-checkout #customer_details textarea,
    form.woocommerce-checkout #customer_details .select2 .select2-selection,
    form.woocommerce-checkout #customer_details .input-text {
        height: 6.313vw;
        padding: 1vw;
        margin-top: 1vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
        right: 1.25vw;
        width: 1vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        background-size: 1vw;
        width: 1vw;
        height: 1vw;
    }

    #customer_details .woocommerce-billing-fields h3, #customer_details .woocommerce-shipping-fields h3, #order_review_heading {
        margin-bottom: 2vw;
    }

    #customer_details .woocommerce-shipping-fields h3 {
        margin-top: 2vw;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 1vw;
        margin: 1vw 0;
        border-radius: 0;
    }

    .woocommerce-privacy-policy-text {
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .woocommerce-checkout.checkout table.shop_table {
        margin-bottom: 2vw;
    }

    .woocommerce-checkout.checkout .col-2 {
        padding-bottom: 2vw;
    }

    #order_review table.shop_table th, #order_review table.shop_table td {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .wc_payment_method {
        padding-bottom: 1vw !important;
    }

    #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0;
        margin-right: 0.5vw;
    }

    #ship-to-different-address-checkbox + span::before, .wc_payment_methods .input-radio + label::before, #shipping_method .shipping_method + label::before, #terms + .woocommerce-terms-and-conditions-checkbox-text::before {
        width: 1.063vw;
        height: 0.75vw;
        margin-right: 0.625vw;
    }

    .woocommerce form .form-row label:not(label[for="order_comments"]):not(label[for="billing_first_name"]):not(label[for="billing_last_name"]):not(label[for="shipping_first_name"]):not(label[for="shipping_last_name"]) {
        margin-top: 2vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        margin: 0.188vw;
    }

    .select2-results__option, .select2-search__field {
        padding: 0.375vw;
        font-size: 0.875vw;
    }

    .upper_header_row svg {
        width: 0.522vw;
        height: 0.604vw;
        margin-right: 0.5vw;
    }

    .bottom_header_row .menu li, .bottom_header_row .menu li *, .cart_menu_main_wrapper, .cart_menu_main_wrapper * {
        line-height: 1 !important;
    }

    .bottom_footer_row {
        height: 2.625vw;
    }

    .top_footer_row .third_column table td.pr16 {
        width: 4.125vw;
    }

    .tnp-subscription form {
        width: 23.688vw;
        max-width: 23.688vw;
    }

    .top_footer_row {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }

    .tnp-email {
        padding-bottom: 0.188vw !important;
        margin-bottom: 0.625vw !important;
        margin-top: 0.313vw !important;
    }

    .tnp-submit {
        bottom: 1.054vw;
        width: 0.281vw !important;
        height: 0.516vw !important;
    }

    #menu_curtain.toggled {
        height: 29.125vw;
        padding-top: 3.625vw;
        padding-bottom: 1vw;
    }

    .selected_categories img.single_img {
        width: 32vw;
        height: 22.5vw;
    }

    .selected_categories img.double_img {
        width: 15.5vw;
        height: 22.5vw;
    }

    .selected_categories {
        gap: 1vw;
    }

    .main_menu_outter_wrapper {
        transform: translateY(-0.938vw);
    }

    .main_tax {
        margin-bottom: 0.5vw;
    }

    #menu_toggler {
        width: 2.034vw;
    }

    .main_menu_categories h4:not(.main_tax) {
        margin-bottom: 0.031vw;
    }

    .main_menu_categories ul li h4::before {
        margin-right: 0.5vw;
        width: 1.063vw;
        height: 0.031vw;
    }

    .home #menu_curtain.toggled {
        top: 0;
        padding-top: 5.5vw;
        height: 31vw;
    }

    .home section:not(.header_slider_section):not(.instagram_feed_section) {
        padding-bottom: 14vw;
    }

    .interior_module_section_info_wrapper {
        width: 23.75vw;
    }

    .interior_module_section_right_column img {
        width: 19.625vw;
        height: 25.427vw;
    }

    .instagram_feed_section img {
        width: 9.091vw;
        height: 12.119vw;
    }

    .header_slider_img_1 {
        top: 10.875vw;
        bottom: 10.938vw;
        left: 37.063vw;
        right: 37.125vw;
    }

    .header_slider_img_2 {
        top: 7.938vw;
        bottom: 22.125vw;
        left: 46.375vw;
        right: 33.993vw;
    }

    .header_slider_img_3 {
        top: 13vw;
        bottom: 6.063vw;
        left: 25.75vw;
        right: 46.375vw;
    }

    .header_slider_img_4 {
        top: 17.75vw;
        bottom: 17.813vw;
        left: 42.25vw;
        right: 42.25vw;
    }

    .header_slider_section, .hero-moodboard {
        height: 56.25vw;
    }

    .wc-notice-close {
        right: 0.38vw;
        font-size: 1.5vw;
    }

    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
        width: 31.25vw;
    }

    .woocommerce-notices-wrapper ul[role="alert"], .woocommerce-notices-wrapper div[role="alert"] {
        padding: 1vw;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
        margin-top: 0.63vw !important;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a.button, .woocommerce-notices-wrapper div[role="alert"] a {
        height: 2.63vw;
        font-size: 1vw;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    .cart .continue_shopping_btn {
        padding-bottom: 2vw;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-right: 1vw;
    }

    #shipping_phone_field {
        margin-bottom: 2vw;
    }

    .woocommerce-NoticeGroup-checkout ul {
        padding: 1vw;
    }

    .woocommerce-NoticeGroup-checkout button.wc-notice-close {
        top: 0.63vw;
        right: 1vw;
    }
}

@media (min-width: 1600px) {
    h1, h1 p {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0.4px;
    }
    
    h2, h2 p {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0.4px;
    }

    h1 span, h1 span p, h2 span, h2 span p {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0;
    }

    h3, h3 p, .single-product .product-price *, #order_review .order-total *, #order_review table.shop_table th {
        font-size: 22px !important;
        line-height: 28px !important;
        letter-spacing: 0.22px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        font-size: 16px !important;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    h4, h4 p, .single-product div.product form.cart .button, .single-product .product-variations .stock.out-of-stock, .woocommerce div.product form.cart .variations label, .attribute-list li, ul.attribute-list li::before, .woocommerce a.remove, .our_story_title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price *, .single-product .stock.out-of-stock, .product-filter, .product-filter.active::before, .product-filter.active::after, .woocommerce-shop .no-products-found, #shopOrdering button, #shopCategoryAccordion button, .siwc-icon-plus_thin, .woocommerce ul.products li.product .price, .woocommerce form .form-row label, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, .bottom_header_row .menu li a, #colophon .menu li, .woocommerce-notices-wrapper li, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup-checkout li {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    .single-product .stock.out-of-stock, .siwc-inner-text h1, .siwc-inner-text h2, div.mb-siwc-popup div.mb-siwc-popup-inner a, .tnp-email {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.16px !important;
    }

    h4.lh100_ls0, h4.lh100_ls0 p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
    }

    h4.lh100_ls2, h4.lh100_ls2 p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.32px;
    }

    h5, h5 p, #order_review table.shop_table *, .woocommerce-privacy-policy-text *, .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0;
    }

    h5.ls2, h5.ls2 p, textarea#cart_order_note, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details .select2 .select2-selection, form.woocommerce-checkout #customer_details .input-text {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.28px;
    }

    h6, h6 p, .woocommerce-checkout .checkout .checkout-inline-error-message {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.6px;
    }

    .badge_prod, .badge-new, .onsale {
        font-size: 10px !important;
        line-height: 5px !important;
        letter-spacing: 0.5px !important;
    }

    .post_date {
        font-size: 10px;
        line-height: 5px;
        letter-spacing: 0.5px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .main_logo {
        width: 122px;
        height: 41px !important;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContentSm {
        padding-left: 16px;
        padding-right: 16px;
    }

    .croppedContent {
        padding-left: 148px;
        padding-right: 148px;
    }

    .f-button svg {
        width: 20px !important;
        height: 20px !important;
    }

    button.f-button[title="Close"] {
        top: 20px !important;
        right: 20px !important;
    }

    .fancybox__infobar {
        margin-top: 20px !important;
        margin-left: 20px !important;
    }

    .upper_header_row {
        height: 30px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .stories #main, .projects #main {
        padding-top: 73px;
    }

    .mb18 {
        margin-bottom: 18px;
    }

    .mt48 {
        margin-top: 48px;
    }

    .pt34 {
        padding-top: 34px !important;
    }

    .pt46 {
        padding-top: 46px;
    }

    .mt32 {
        margin-top: 32px;
    }

    .mr10 {
        margin-right: 10px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mr16, .bottom_header_row .menu li:first-child a {
        margin-right: 16px;
    }

    .mb40 {
        margin-bottom: 40px !important;
    }

    .mb24 {
        margin-bottom: 24px;
    }

    .mb32 {
        margin-bottom: 32px;
    }

    .mb224 {
        margin-bottom: 224px;
    }

    .story_title_wrapper {
        padding-top: 14.5px;
        padding-bottom: 14.5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .post_date {
        padding: 6px;
        margin-right: 8px;
    }

    .woocommerce-shop {
        padding-top: 148px;
    }

    .lon-product__video video {
        height: 800px;
    }

    .product-story {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .product-story .product-quote {
        width: 642px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 64px;
        padding-right: 64px;
    }

    .pl16 {
        padding-left: 16px;
    }

    .pr16 {
        padding-right: 16px;
    }

    .pb16 {
        padding-bottom: 16px;
    }

    .mb16 {
        margin-bottom: 16px;
    }

    .mb14 {
        margin-bottom: 14px;
    }

    .product-quote::before {
        padding: 7px;
        background: radial-gradient(circle, #000 1px, transparent 0px) 0 0 / 9px 10.5px round;
    }

    .related_products {
        padding-bottom: 200px;
    }

    .lon-product__right {
        padding-left: 215px;
        padding-right: 215px;
    }

    .single-product div.product form.cart .button {
        height: 42px;
        margin-top: 32px;
    }

    .pickup-marquee__track {
        margin-bottom: 48px;
        padding-top: 8px;
        gap: 32px;
    }

    .pickup-marquee__gradient::before {
        width: 26px;
        height: 26px;
    }

    .pickup-marquee__gradient::after {
        width: 26px;
        height: 26px;
    }

    .single-product .product-variations .stock.out-of-stock {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    span.variation-options {
        margin-left: 4px;
    }

    ul.attribute-list {
        padding-left: 19px;
        padding-bottom: 24px !important;
    }

    #product_attributes_accordion .accordion-button {
        min-height: 44px;
    }

    .variation-option.active {
        text-underline-offset: 3px;
    }

    .product-gallery__thumbs img {
        width: 63px;
        height: 84.06px !important;
    }

    .product-gallery__thumbs {
        padding-left: 16px;
        padding-right: 65px;
    }

    .single-product .product-gallery .product-gallery__image img {
        width: 643px;
        height: 857.95px;
    }

    #product_attributes_accordion .accordion-item::before, #product_attributes_accordion .accordion-item::after, .dotted_border::before, .woocommerce-cart-form__cart-item.cart_item::before, .woocommerce-cart-form__cart-item.cart_item::after, .upper_header_row::after, #order_review table.shop_table tr::before, .woocommerce-checkout #payment ul.payment_methods::after, #order_review table.shop_table tr::after {
        height: 1px;
        background-image: radial-gradient(circle, #000 1px, transparent 1px);
        background-size: 9px 1px;
    }

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        width: 18px;
        height: 12px;
    }

    ul.attribute-list li {
        padding-left: 13px !important;
    }

    .main_content_legal {
        width: 401px;
        padding-top: 175px;
        padding-bottom: 150px;
    }

    .woo-cart_wrapper {
        padding-top: 93px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 512px;
    }

    textarea#cart_order_note {
        height: 101px;
        padding: 16px;
        margin-bottom: 20px;
        margin-top: 16px;
    }

    .woocommerce-cart table.shop_table {
        margin-bottom: 32px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin-bottom: 5px;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        height: 44px;
        margin-top: 32px;
        margin-bottom: 16px !important;
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button::after, #place_order::after {
        width: 9px;
        height: 12px;
    }

    .woocommerce-cart table.cart img {
        width: 50px;
        height: 64px !important;
    }

    .woocommerce-cart table.shop_table td {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 50px 232px 66px 1fr 65px 65px;
        gap: 16px;
    }

    .project_info {
        padding-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .project_info .project_title {
        margin-bottom: 6px;
    }

    .our-story #main {
        padding-top: 230px;
    }

    .our_story_first_section {
        padding-bottom: 60px;
    }

    .our_story_second_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our_story_third_section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .pe8 {
        padding-right: 8px;
    }

    .ps8 {
        padding-left: 8px;
    }

    .our_story_title {
        margin-right: 58px;
    }

    .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a video {
        height: 419px;
        margin-bottom: 8px;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 314px;
    }

    .badge-new {
        top: 12px !important;
        left: 12px !important;
        padding: 6px !important;
    }

    .onsale {
        top: 12px !important;
        padding: 6px !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
        margin-right: 1vw !important;
        margin-bottom: 32px !important;
    }

    .product-colors {
        margin-top: 16px;
    }

    .product-color {
        width: 16px;
        height: 10px;
    }

    .product-color-more {
        margin-left: 8px;
    }

    .onsale {
        right: 12px !important;
    }

    .single-product .stock.out-of-stock {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #main_filter_row {
        min-height: 44px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .product-filter.active::before {
        left: -10px;
    }

    .product-filter.active::after {
        right: -10px;
    }

    .shop-filters {
        gap: 27px;
    }

    .woocommerce-shop .no-products-found {
        padding-top: 50px;
    }

    #shopOrdering .accordion-button::after, #shopCategoryAccordion .accordion-button::before {
        margin-left: 8px;
    }

    #shopOrdering .sort-option::after, #shopCategoryAccordion .product-filter::after {
        width: 17px;
        height: 12px;
        margin-left: 10px;
    }

    #shopOrdering .sort-option.active::after, #shopCategoryAccordion .product-filter.active::after {
        width: 17px;
        height: 12px;
    }

    #shopOrdering button.sort-option, #shopCategoryAccordion button.product-filter {
        margin-bottom: 12px;
    }

    #shopOrdering .accordion-body .sort-option:last-child, #shopCategoryAccordion .accordion-body .product-filter:last-child {
        margin-bottom: 32px;
    }

    .croppedContentXl {
        padding-left: 281px;
        padding-right: 281px;
    }

    .croppedContentBg {
        padding-left: 132px;
        padding-right: 132px;
    }

    .hotspot-block-wrapper {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .editorial-break-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    span.mb-siwc-tag {
        width: 35px;
        height: 35px;
    }

    .mb-siwc-popup {
        width: 340px !important;
        padding: 8px;
        height: 96px;
        bottom: 16px !important;
        right: 16px !important;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner .siwc-thumb-wrapper {
        width: 60px;
        height: 80px;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner a {
        width: 28px;
        height: 27px;
        padding: 9px;
        margin-left: 8px;
    }

    .siwc-product-info {
        margin-left: 8px;
    }

    .mb-siwc-popup.mabel-invisible {
        bottom: -100px !important;
    }

    .mb-siwc-popup:not(.mabel-invisible) {
        bottom: 16px !important;
    }

    .single-product ul.products li.product, .carousel_section ul.products li.product {
        margin-bottom: 0 !important;
    }

    .product-loop-image {
        max-height: 427px;
    }

    .badge_prod, .badge-new, .onsale {
        height: 19px;
    }

    .single-stories #main {
        padding-top: 192px;
    }

    .single_stories_section {
        padding-bottom: 150px;
    }

    .gap_row > * {
        margin: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .bottom_header_row {
        padding: 16px;
    }

    body.woocommerce-checkout.checkout {
        padding-top: 93px;
        padding-left: 16px;
        padding-right: 16px;
    }

    form.woocommerce-checkout #customer_details textarea,
    form.woocommerce-checkout #customer_details .select2 .select2-selection,
    form.woocommerce-checkout #customer_details .input-text {
        height: 101px;
        padding: 16px;
        margin-top: 16px;
    }
    
    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
        right: 20px;
        width: 16px;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        background-size: 16px;
        width: 16px;
        height: 16px;
    }

    #customer_details .woocommerce-billing-fields h3, #customer_details .woocommerce-shipping-fields h3, #order_review_heading {
        margin-bottom: 32px;
    }

    #customer_details .woocommerce-shipping-fields h3 {
        margin-top: 32px;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 16px;
        margin: 16px 0;
        border-radius: 0;
    }

    .woocommerce-privacy-policy-text {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .woocommerce-checkout.checkout table.shop_table {
        margin-bottom: 32px;
    }

    .woocommerce-checkout.checkout .col-2 {
        padding-bottom: 32px;
    }

    #order_review table.shop_table th, #order_review table.shop_table td {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .wc_payment_method {
        padding-bottom: 16px !important;
    }

    #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0;
        margin-right: 8px;
    }

    #ship-to-different-address-checkbox + span::before, .wc_payment_methods .input-radio + label::before, #shipping_method .shipping_method + label::before, #terms + .woocommerce-terms-and-conditions-checkbox-text::before {
        width: 17px;
        height: 12px;
        margin-right: 10px;
    }

    .woocommerce form .form-row label:not(label[for="order_comments"]):not(label[for="billing_first_name"]):not(label[for="billing_last_name"]):not(label[for="shipping_first_name"]):not(label[for="shipping_last_name"]) {
        margin-top: 32px;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        margin: 3px;
    }

    .select2-results__option, .select2-search__field {
        padding: 6px;
        font-size: 14px;
    }

    .upper_header_row svg {
        width: 8.36px;
        height: 9.66px;
        margin-right: 8px;
    }

    .bottom_header_row .menu li, .bottom_header_row .menu li *, .cart_menu_main_wrapper, .cart_menu_main_wrapper * {
        line-height: 1 !important;
    }

    .bottom_footer_row {
        height: 42px;
    }

    .top_footer_row .third_column table td.pr16 {
        width: 66px;
    }

    .tnp-subscription form {
        width: 379px;
        max-width: 379px;
    }
    
    .top_footer_row {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .tnp-email {
        padding-bottom: 3px !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }

    .tnp-submit {
        bottom: 16.87px;
        width: 4.5px !important;
        height: 8.25px !important;
    }

    #menu_curtain.toggled {
        height: 466px;
        padding-top: 58px;
        padding-bottom: 16px;
    }

    .selected_categories img.single_img {
        width: 512px;
        height: 360px;
    }

    .selected_categories img.double_img {
        width: 248px;
        height: 360px;
    }

    .selected_categories {
        gap: 16px;
    }

    .main_menu_outter_wrapper {
        transform: translateY(-15px);
    }

    .main_tax {
        margin-bottom: 8px;
    }

    #menu_toggler {
        width: 32.55px;
    }

    .main_menu_categories h4:not(.main_tax) {
        margin-bottom: 0.5px;
    }
    
    .main_menu_categories ul li h4::before {
        margin-right: 8px;
        width: 17px;
        height: 0.5px;
    }

    .home #menu_curtain.toggled {
        top: 0;
        padding-top: 88px;
        height: 496px;
    }

    .home section:not(.header_slider_section):not(.instagram_feed_section) {
        padding-bottom: 224px;
    }

    .interior_module_section_info_wrapper {
        width: 380px;
    }
    
    .interior_module_section_right_column img {
        width: 314px;
        height: 406.84px;
    }
    
    .instagram_feed_section img {
        width: 145.45px;
        height: 193.91px;
    }

    .header_slider_img_1 {
        top: 174px;
        bottom: 175px;
        left: 593px;
        right: 594px;
    }

    .header_slider_img_2 {
        top: 127px;
        bottom: 354px;
        left: 742px;
        right: 543.89px;
    }

    .header_slider_img_3 {
        top: 208px;
        bottom: 97px;
        left: 412px;
        right: 742px;
    }

    .header_slider_img_4 {
        top: 284px;
        bottom: 285px;
        left: 676px;
        right: 676px;
    }

    .header_slider_section, .hero-moodboard {
        height: 900px;
    }

    .wc-notice-close {
        right: 6px;
        font-size: 24px;
    }

    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
        width: 500px;
    }

    .woocommerce-notices-wrapper ul[role="alert"], .woocommerce-notices-wrapper div[role="alert"] {
        padding: 16px;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
        margin-top: 10px !important;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a.button, .woocommerce-notices-wrapper div[role="alert"] a {
        height: 42px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.16px;
    }

    .cart .continue_shopping_btn {
        padding-bottom: 32px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-right: 16px;
    }

    #shipping_phone_field {
        margin-bottom: 32px;
    }

    .woocommerce-NoticeGroup-checkout ul {
        padding: 16px;
    }

    .woocommerce-NoticeGroup-checkout button.wc-notice-close {
        top: 10px;
        right: 16px;
    }
}

@media (min-width: 1601px) {
    h1, h1 p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0.025vw;
    }
    
    h2, h2 p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0.025vw;
    }

    h1 span, h1 span p, h2 span, h2 span p {
        font-size: 2.5vw;
        line-height: 2.813vw;
        letter-spacing: 0;
    }

    h3, h3 p, .single-product .product-price *, #order_review .order-total *, #order_review table.shop_table th {
        font-size: 1.375vw !important;
        line-height: 1.75vw !important;
        letter-spacing: 0.014vw !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        font-size: 1vw !important;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    h4, h4 p, .single-product div.product form.cart .button, .single-product .product-variations .stock.out-of-stock, .woocommerce div.product form.cart .variations label, .attribute-list li, ul.attribute-list li::before, .woocommerce a.remove, .our_story_title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price *, .single-product .stock.out-of-stock, .product-filter, .product-filter.active::before, .product-filter.active::after, .woocommerce-shop .no-products-found, #shopOrdering button, #shopCategoryAccordion button, .siwc-icon-plus_thin, .woocommerce ul.products li.product .price, .woocommerce form .form-row label, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, .bottom_header_row .menu li a, #colophon .menu li, .woocommerce-notices-wrapper li, .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-NoticeGroup-checkout li {
        font-size: 1vw;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    .single-product .stock.out-of-stock, .siwc-inner-text h1, .siwc-inner-text h2, div.mb-siwc-popup div.mb-siwc-popup-inner a, .tnp-email {
        font-size: 1vw !important; 
        line-height: 1.25vw !important; 
        letter-spacing: 0.01vw !important; 
    }

    h4.lh100_ls0, h4.lh100_ls0 p {
        font-size: 1vw;
        line-height: 1vw;
        letter-spacing: 0;
    }

    h4.lh100_ls2, h4.lh100_ls2 p {
        font-size: 1vw;
        line-height: 1vw;
        letter-spacing: 0.02vw;
    }

    h5, h5 p, #order_review table.shop_table *, .woocommerce-privacy-policy-text *, .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 0.875vw;
        line-height: 0.875vw;
        letter-spacing: 0;
    }

    h5.ls2, h5.ls2 p, textarea#cart_order_note, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details textarea, form.woocommerce-checkout #customer_details .select2 .select2-selection, form.woocommerce-checkout #customer_details .input-text {
        font-size: 0.875vw;
        line-height: 0.875vw;
        letter-spacing: 0.018vw;
    }

    h6, h6 p, .woocommerce-checkout .checkout .checkout-inline-error-message {
        font-size: 0.75vw;
        line-height: 0.75vw;
        letter-spacing: 0.037vw;
    }

    .badge_prod, .badge-new, .onsale {
        font-size: 0.625vw !important;
        line-height: 0.313vw !important;
        letter-spacing: 0.031vw !important;
    }

    .post_date {
        font-size: 0.625vw;
        line-height: 0.313vw;
        letter-spacing: 0.031vw;
    }

    .menu_toggler svg {
        width: 2.313vw;
    }

    .main_logo {
        width: 7.625vw;
        height: 2.563vw !important;
    }

    .error404 .error-404 {
        top: 0;
    }

    .croppedContentSm {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .croppedContent {
        padding-left: 9.25vw;
        padding-right: 9.25vw;
    }

    .f-button svg {
        width: 1.25vw !important;
        height: 1.25vw !important;
    }

    button.f-button[title="Close"] {
        top: 1.25vw !important;
        right: 1.25vw !important;
    }

    .fancybox__infobar {
        margin-top: 1.25vw !important;
        margin-left: 1.25vw !important;
    }

    .upper_header_row {
        height: 1.875vw;
        padding-right: 1vw;
        padding-left: 1vw;
        padding-top: 0.625vw;
        padding-bottom: 0.625vw;
    }

    .stories #main, .projects #main {
        padding-top: 4.563vw;
    }

    .mb18 {
        margin-bottom: 1.125vw;
    }

    .mt48 {
        margin-top: 3vw;
    }

    .pt34 {
        padding-top: 2.125vw !important;
    }

    .pt46 {
        padding-top: 2.875vw;
    }

    .mt32 {
        margin-top: 2vw;
    }

    .mr10 {
        margin-right: 0.625vw;
    }

    .mb80 {
        margin-bottom: 5vw;
    }

    .mr16, .bottom_header_row .menu li:first-child a {
        margin-right: 1vw;
    }

    .mb40 {
        margin-bottom: 2.5vw !important;
    }

    .mb24 {
        margin-bottom: 1.5vw;
    }

    .mb32 {
        margin-bottom: 2vw;
    }

    .mb224 {
        margin-bottom: 14vw;
    }

    .story_title_wrapper {
        padding-top: 0.906vw;
        padding-bottom: 0.906vw;
        padding-left: 0.625vw;
        padding-right: 0.625vw;
    }

    .post_date {
        padding: 0.375vw;
        margin-right: 0.5vw;
    }

    .woocommerce-shop {
        padding-top: 9.25vw;
    }

    .lon-product__video video {
        height: 50vw;
    }

    .product-story {
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
    }

    .product-story .product-quote {
        width: 40.125vw;
        padding-top: 6vw;
        padding-bottom: 6vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .pl16 {
        padding-left: 1vw;
    }

    .pr16 {
        padding-right: 1vw;
    }

    .pb16 {
        padding-bottom: 1vw;
    }

    .mb16 {
        margin-bottom: 1vw;
    }

    .mb14 {
        margin-bottom: 0.875vw;
    }

    .product-quote::before {
        padding: 7px;
        background: radial-gradient(circle, #000 1px, transparent 0px) 0 0 / 9px 10.5px round;
    }

    .related_products {
        padding-bottom: 12.5vw;
    }

    .lon-product__right {
        padding-left: 13.438vw;
        padding-right: 13.438vw;
    }

    .single-product div.product form.cart .button {
        height: 2.625vw;
        margin-top: 2vw;
    }

    .pickup-marquee__track {
        margin-bottom: 3vw;
        padding-top: 0.5vw;
        gap: 2vw;
    }

    .pickup-marquee__gradient::before {
        width: 1.625vw;
        height: 1.625vw;
    }

    .pickup-marquee__gradient::after {
        width: 1.625vw;
        height: 1.625vw;
    }

    .single-product .product-variations .stock.out-of-stock {
        margin-top: 1.563vw;
        margin-bottom: 1.563vw;
    }

    span.variation-options {
        margin-left: 0.25vw;
    }

    ul.attribute-list {
        padding-left: 1.188vw;
        padding-bottom: 1.5vw !important;
    }

    #product_attributes_accordion .accordion-button {
        min-height: 2.75vw;
    }

    .variation-option.active {
        text-underline-offset: 0.188vw;
    }

    .product-gallery__thumbs img {
        width: 3.938vw;
        height: 5.254vw !important;
    }

    .product-gallery__thumbs {
        padding-left: 1vw;
        padding-right: 4.063vw;
    }

    .single-product .product-gallery .product-gallery__image img {
        width: 40.188vw;
        height: 53.622vw;
    }

    #product_attributes_accordion .accordion-item::before, #product_attributes_accordion .accordion-item::after, .dotted_border::before, .woocommerce-cart-form__cart-item.cart_item::before, .woocommerce-cart-form__cart-item.cart_item::after, .upper_header_row::after, #order_review table.shop_table tr::before, .woocommerce-checkout #payment ul.payment_methods::after, #order_review table.shop_table tr::after {
        height: 1px;
        background-image: radial-gradient(circle, #000 1px, transparent 1px);
        background-size: 9px 1px;
    }

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        width: 1.125vw;
        height: 0.75vw;
    }

    ul.attribute-list li {
        padding-left: 0.813vw !important;
    }

    .main_content_legal {
        width: 25.063vw;
        padding-top: 10.938vw;
        padding-bottom: 9.375vw;
    }

    .woo-cart_wrapper {
        padding-top: 5.813vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 32vw;
    }

    textarea#cart_order_note {
        height: 6.313vw;
        padding: 1vw;
        margin-bottom: 1.25vw;
        margin-top: 1vw;
    }

    .woocommerce-cart table.shop_table {
        margin-bottom: 2vw;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        margin-bottom: 0.313vw;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button, #place_order {
        height: 2.75vw;
        margin-top: 2vw;
        margin-bottom: 1vw !important;
        padding-top: 1.063vw !important;
        padding-bottom: 1.063vw !important;
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button::after, #place_order::after {
        width: 0.563vw;
        height: 0.75vw;
    }

    .woocommerce-cart table.cart img {
        width: 3.125vw;
        height: 4vw !important;
    }

    .woocommerce-cart table.shop_table td {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 3.125vw 14.5vw 4.125vw 1fr 4.063vw 4.063vw;
        gap: 1vw;
    }

    .project_info {
        padding-top: 1vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .project_info .project_title {
        margin-bottom: 0.375vw;
    }

    .our-story #main {
        padding-top: 14.375vw;
    }

    .our_story_first_section {
        padding-bottom: 3.75vw;
    }

    .our_story_second_section {
        padding-top: 3.75vw;
        padding-bottom: 3.75vw;
    }

    .our_story_third_section {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .pe8 {
        padding-right: 0.5vw;
    }

    .ps8 {
        padding-left: 0.5vw;
    }

    .our_story_title {
        margin-right: 3.625vw;
    }

    .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a video {
        height: 26.188vw;
        margin-bottom: 0.5vw;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        width: 100%;
    }

    .badge-new {
        top: 0.75vw !important;
        left: 0.75vw !important;
        padding: 0.375vw !important;
    }

    .onsale {
        top: 0.75vw !important;
        padding: 0.375vw !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .carousel_section ul.products li.product {
        margin-right: 1vw !important;
        margin-bottom: 2vw !important;
    }

    .product-colors {
        margin-top: 1vw;
    }

    .product-color {
        width: 1vw;
        height: 0.625vw;
    }

    .product-color-more {
        margin-left: 0.5vw;
    }

    .onsale {
        right: 0.75vw !important;
    }

    .single-product .stock.out-of-stock {
        margin-top: 2.5vw;
        margin-bottom: 2.5vw;
    }

    #main_filter_row {
        min-height: 2.75vw;
        padding-top: 0.75vw;
        padding-bottom: 0.75vw;
    }

    .product-filter.active::before {
        left: -0.625vw;
    }

    .product-filter.active::after {
        right: -0.625vw;
    }

    .shop-filters {
        gap: 1.688vw;
    }

    .woocommerce-shop .no-products-found {
        padding-top: 3.125vw;
    }

    #shopOrdering .accordion-button::after, #shopCategoryAccordion .accordion-button::before {
        margin-left: 0.5vw;
    }

    #shopOrdering .sort-option::after, #shopCategoryAccordion .product-filter::after {
        width: 1.063vw;
        height: 0.75vw;
        margin-left: 0.625vw;
    }

    #shopOrdering .sort-option.active::after, #shopCategoryAccordion .product-filter.active::after {
        width: 1.063vw;
        height: 0.75vw;
    }

    #shopOrdering button.sort-option, #shopCategoryAccordion button.product-filter {
        margin-bottom: 0.75vw;
    }

    #shopOrdering .accordion-body .sort-option:last-child, #shopCategoryAccordion .accordion-body .product-filter:last-child {
        margin-bottom: 2vw;
    }

    .croppedContentXl {
        padding-left: 17.563vw;
        padding-right: 17.563vw;
    }

    .croppedContentBg {
        padding-left: 8.25vw;
        padding-right: 8.25vw;
    }

    .hotspot-block-wrapper {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }

    .editorial-break-wrapper {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }

    span.mb-siwc-tag {
        width: 2.188vw;
        height: 2.188vw;
    }

    .mb-siwc-popup {
        width: 21.25vw !important;
        padding: 0.5vw;
        height: 6vw;
        bottom: 1vw !important;
        right: 1vw !important;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner .siwc-thumb-wrapper {
        width: 3.75vw;
        height: 5vw;
    }

    div.mb-siwc-popup div.mb-siwc-popup-inner a {
        width: 1.75vw;
        height: 1.688vw;
        padding: 0.563vw;
        margin-left: 0.5vw;
    }

    .siwc-product-info {
        margin-left: 0.5vw;
    }

    .mb-siwc-popup.mabel-invisible {
        bottom: -6.25vw !important;
    }

    .mb-siwc-popup:not(.mabel-invisible) {
        bottom: 1vw !important;
    }

    .single-product ul.products li.product, .carousel_section ul.products li.product {
        margin-bottom: 0 !important;
    }

    .product-loop-image {
        max-height: 26.687vw;
    }

    .badge_prod, .badge-new, .onsale {
        height: 1.188vw;
    }

    .single-stories #main {
        padding-top: 12vw;
    }

    .single_stories_section {
        padding-bottom: 9.375vw;
    }

    .gap_row > * {
        margin: 0;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }

    .bottom_header_row {
        padding: 1vw;
    }

    body.woocommerce-checkout.checkout {
        padding-top: 5.813vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    form.woocommerce-checkout #customer_details textarea,
    form.woocommerce-checkout #customer_details .select2 .select2-selection,
    form.woocommerce-checkout #customer_details .input-text {
        height: 6.313vw;
        padding: 1vw;
        margin-top: 1vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
        right: 1.25vw;
        width: 1vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        background-size: 1vw;
        width: 1vw;
        height: 1vw;
    }

    #customer_details .woocommerce-billing-fields h3, #customer_details .woocommerce-shipping-fields h3, #order_review_heading {
        margin-bottom: 2vw;
    }

    #customer_details .woocommerce-shipping-fields h3 {
        margin-top: 2vw;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        padding: 1vw;
        margin: 1vw 0;
        border-radius: 0;
    }

    .woocommerce-privacy-policy-text {
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .woocommerce-checkout.checkout table.shop_table {
        margin-bottom: 2vw;
    }

    .woocommerce-checkout.checkout .col-2 {
        padding-bottom: 2vw;
    }

    #order_review table.shop_table th, #order_review table.shop_table td {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .wc_payment_method {
        padding-bottom: 1vw !important;
    }

    #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
        margin: 0;
        margin-right: 0.5vw;
    }

    #ship-to-different-address-checkbox + span::before, .wc_payment_methods .input-radio + label::before, #shipping_method .shipping_method + label::before, #terms + .woocommerce-terms-and-conditions-checkbox-text::before {
        width: 1.063vw;
        height: 0.75vw;
        margin-right: 0.625vw;
    }

    .woocommerce form .form-row label:not(label[for="order_comments"]):not(label[for="billing_first_name"]):not(label[for="billing_last_name"]):not(label[for="shipping_first_name"]):not(label[for="shipping_last_name"]) {
        margin-top: 2vw;
    }

    :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b {
        margin: 0.188vw;
    }

    .select2-results__option, .select2-search__field {
        padding: 0.375vw;
        font-size: 0.875vw;
    }

    .upper_header_row svg {
        width: 0.522vw;
        height: 0.604vw;
        margin-right: 0.5vw;
    }

    .bottom_header_row .menu li, .bottom_header_row .menu li *, .cart_menu_main_wrapper, .cart_menu_main_wrapper * {
        line-height: 1 !important;
    }

    .bottom_footer_row {
        height: 2.625vw;
    }

    .top_footer_row .third_column table td.pr16 {
        width: 4.125vw;
    }

    .tnp-subscription form {
        width: 23.688vw;
        max-width: 23.688vw;
    }

    .top_footer_row {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }

    .tnp-email {
        padding-bottom: 0.188vw !important;
        margin-bottom: 0.625vw !important;
        margin-top: 0.313vw !important;
    }

    .tnp-submit {
        bottom: 1.054vw;
        width: 0.281vw !important;
        height: 0.516vw !important;
    }

    #menu_curtain.toggled {
        height: 29.125vw;
        padding-top: 3.625vw;
        padding-bottom: 1vw;
    }

    .selected_categories img.single_img {
        width: 32vw;
        height: 22.5vw;
    }

    .selected_categories img.double_img {
        width: 15.5vw;
        height: 22.5vw;
    }

    .selected_categories {
        gap: 1vw;
    }

    .main_menu_outter_wrapper {
        transform: translateY(-0.938vw);
    }

    .main_tax {
        margin-bottom: 0.5vw;
    }

    #menu_toggler {
        width: 2.034vw;
    }

    .main_menu_categories h4:not(.main_tax) {
        margin-bottom: 0.031vw;
    }

    .main_menu_categories ul li h4::before {
        margin-right: 0.5vw;
        width: 1.063vw;
        height: 0.031vw;
    }

    .home #menu_curtain.toggled {
        top: 0;
        padding-top: 5.5vw;
        height: 31vw;
    }

    .home section:not(.header_slider_section):not(.instagram_feed_section) {
        padding-bottom: 14vw;
    }

    .interior_module_section_info_wrapper {
        width: 23.75vw;
    }

    .interior_module_section_right_column img {
        width: 19.625vw;
        height: 25.427vw;
    }

    .instagram_feed_section img {
        width: 9.091vw;
        height: 12.119vw;
    }

    .header_slider_img_1 {
        top: 10.875vw;
        bottom: 10.938vw;
        left: 37.063vw;
        right: 37.125vw;
    }

    .header_slider_img_2 {
        top: 7.938vw;
        bottom: 22.125vw;
        left: 46.375vw;
        right: 33.993vw;
    }

    .header_slider_img_3 {
        top: 13vw;
        bottom: 6.063vw;
        left: 25.75vw;
        right: 46.375vw;
    }

    .header_slider_img_4 {
        top: 17.75vw;
        bottom: 17.813vw;
        left: 42.25vw;
        right: 42.25vw;
    }

    .header_slider_section, .hero-moodboard {
        height: 56.25vw;
    }

    .wc-notice-close {
        right: 0.38vw;
        font-size: 1.5vw;
    }

    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
        width: 31.25vw;
    }

    .woocommerce-notices-wrapper ul[role="alert"], .woocommerce-notices-wrapper div[role="alert"] {
        padding: 1vw;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a, .woocommerce-notices-wrapper div[role="alert"] a {
        margin-top: 0.63vw !important;
    }

    .woocommerce-notices-wrapper ul[role="alert"] a.button, .woocommerce-notices-wrapper div[role="alert"] a {
        height: 2.63vw;
        font-size: 1vw;
        line-height: 1.25vw;
        letter-spacing: 0.01vw;
    }

    .cart .continue_shopping_btn {
        padding-bottom: 2vw;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-right: 1vw;
    }

    #shipping_phone_field {
        margin-bottom: 2vw;
    }

    .woocommerce-NoticeGroup-checkout ul {
        padding: 1vw;
    }

    .woocommerce-NoticeGroup-checkout button.wc-notice-close {
        top: 0.63vw;
        right: 1vw;
    }
}