%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/ |
Current File : //var/www/cwg/wp-content/themes/cwg/cwg-style.css |
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** 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; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* 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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ 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. */ ::-moz-focus-inner { border-style: none; padding: 0; } /** Restore the focus styles unset by the previous rule. */ :-moz-focusring { outline: 1px dotted ButtonText; } /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ :-moz-ui-invalid { box-shadow: none; } /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-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; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ ::-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; /* 1 */ font: inherit; /* 2 */ } /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; }/** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #9ca3af; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #9ca3af; } input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; } button, [role="button"] { cursor: pointer; } /** * Override legacy focus reset from Normalize with modern Firefox focus styles. * * This is actually an improvement over the new defaults in Firefox in our testing, * as it triggers the better focus styles even for links, which still use a dotted * outline in Firefox by default. */ :-moz-focusring { outline: auto; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } /** * Ensure the default browser behavior of the `hidden` attribute. */ [hidden] { display: none; } *, ::before, ::after { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); --tw-blur: var(--tw-empty,/*!*/ /*!*/); --tw-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-invert: var(--tw-empty,/*!*/ /*!*/); --tw-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/); --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .container { width: 100%; } @media (min-width: 372px) { .container { max-width: 372px; } } @media (min-width: 410px) { .container { max-width: 410px; } } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1366px) { .container { max-width: 1366px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } .btn-selectable { display: flex; height: 40px; width: 160px; cursor: pointer; align-items: center; justify-content: center; border-radius: 19px; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(198, 198, 198, var(--tw-border-opacity)); padding-left: 1rem; padding-right: 1rem; text-align: center; font-size: 0.75rem; line-height: 1rem; font-weight: 300; --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .btn-selectable-enquire { display: flex; height: 40px; width: 100%; cursor: pointer; align-items: center; justify-content: center; border-radius: 19px; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(198, 198, 198, var(--tw-border-opacity)); padding-left: 1rem; padding-right: 1rem; text-align: center; font-size: 0.75rem; line-height: 1rem; font-weight: 300; --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } input[type="checkbox"]:checked + .btn-selectable, input[type="radio"]:checked + .btn-selectable { border-color: transparent; --tw-bg-opacity: 1; background-color: rgba(102, 102, 102, var(--tw-bg-opacity)); font-weight: 700; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } input[type="checkbox"]:checked + .btn-selectable-enquire, input[type="radio"]:checked + .btn-selectable-enquire { --tw-bg-opacity: 1; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); font-weight: 700; } .btn-selectable-color { display: flex; height: 40px; width: 160px; min-width: 110px; cursor: pointer; align-items: center; justify-content: center; border-radius: 19px; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(198, 198, 198, var(--tw-border-opacity)); padding-left: 1rem; padding-right: 1rem; text-align: center; font-size: 0.75rem; line-height: 1rem; font-weight: 300; --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @media (min-width: 1024px) { .btn-selectable-color { max-width: 150px; } } input[type="checkbox"]:checked + .btn-selectable-color, input[type="radio"]:checked + .btn-selectable-color { --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); font-weight: 700; } .btn-selectable-light { display: flex; height: 40px; cursor: pointer; align-items: center; justify-content: center; border-radius: 19px; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); padding-left: 1.25rem; padding-right: 1.25rem; text-align: center; font-size: 0.75rem; line-height: 1rem; font-weight: 300; --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } input[type="checkbox"]:checked + .btn-selectable-light, input[type="radio"]:checked + .btn-selectable-light { --tw-bg-opacity: 1; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); font-weight: 700; } .btn-fill-grey-medium { display: flex; height: 40px; cursor: pointer; align-items: center; justify-content: center; border-width: 1px; border-style: solid; font-size: 0.75rem; line-height: 1rem; font-weight: 300; text-transform: uppercase; --tw-border-opacity: 1; border-color: rgba(65, 65, 65, var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgba(102, 102, 102, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .btn-fill-grey-medium:active { --tw-bg-opacity: 1; background-color: rgba(102, 102, 102, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .pointer-events-none { pointer-events: none; } .visible { visibility: visible; } .invisible { visibility: hidden; } .static { position: static; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .sticky { position: sticky; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .inset-y-0 { top: 0px; bottom: 0px; } .top-0 { top: 0px; } .left-0 { left: 0px; } .bottom-\[-50px\] { bottom: -50px; } .left-\[12px\] { left: 12px; } .bottom-\[10px\] { bottom: 10px; } .right-0 { right: 0px; } .bottom-\[18px\] { bottom: 18px; } .left-\[17px\] { left: 17px; } .bottom-0 { bottom: 0px; } .left-\[10px\] { left: 10px; } .-right-full { right: -100%; } .top-1\/2 { top: 50%; } .left-1\/2 { left: 50%; } .top-8 { top: 2rem; } .right-8 { right: 2rem; } .top-9 { top: 2.25rem; } .right-4 { right: 1rem; } .top-2 { top: 0.5rem; } .right-2 { right: 0.5rem; } .left-full { left: 100%; } .left-\[347px\] { left: 347px; } .left-\[calc\(100\%-227px\)\] { left: calc(100% - 227px); } .z-0 { z-index: 0; } .z-10 { z-index: 10; } .z-50 { z-index: 50; } .z-\[60\] { z-index: 60; } .z-30 { z-index: 30; } .z-20 { z-index: 20; } .z-\[-1\] { z-index: -1; } .z-40 { z-index: 40; } .col-span-2 { grid-column: span 2 / span 2; } .row-span-2 { grid-row: span 2 / span 2; } .m-auto { margin: auto; } .m-\[25px\] { margin: 25px; } .m-0 { margin: 0px; } .mx-auto { margin-left: auto; margin-right: auto; } .mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; } .my-12 { margin-top: 3rem; margin-bottom: 3rem; } .my-1\.5 { margin-top: 0.375rem; margin-bottom: 0.375rem; } .my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; } .my-4 { margin-top: 1rem; margin-bottom: 1rem; } .my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; } .my-\[30px\] { margin-top: 30px; margin-bottom: 30px; } .my-\[20px\] { margin-top: 20px; margin-bottom: 20px; } .my-auto { margin-top: auto; margin-bottom: auto; } .-mx-5 { margin-left: -1.25rem; margin-right: -1.25rem; } .my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; } .my-\[35px\] { margin-top: 35px; margin-bottom: 35px; } .my-0\.5 { margin-top: 0.125rem; margin-bottom: 0.125rem; } .my-0 { margin-top: 0px; margin-bottom: 0px; } .mb-7 { margin-bottom: 1.75rem; } .mb-3 { margin-bottom: 0.75rem; } .mt-12 { margin-top: 3rem; } .mt-\[30px\] { margin-top: 30px; } .mr-1\.5 { margin-right: 0.375rem; } .mr-1 { margin-right: 0.25rem; } .ml-auto { margin-left: auto; } .mt-\[50px\] { margin-top: 50px; } .mb-10 { margin-bottom: 2.5rem; } .mb-\[15px\] { margin-bottom: 15px; } .mt-5 { margin-top: 1.25rem; } .mb-8 { margin-bottom: 2rem; } .mb-5 { margin-bottom: 1.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mb-6 { margin-bottom: 1.5rem; } .mt-4 { margin-top: 1rem; } .mb-\[36px\] { margin-bottom: 36px; } .mb-1 { margin-bottom: 0.25rem; } .mt-6 { margin-top: 1.5rem; } .mb-20 { margin-bottom: 5rem; } .mt-8 { margin-top: 2rem; } .mt-\[32px\] { margin-top: 32px; } .mb-\[10px\] { margin-bottom: 10px; } .mb-\[40px\] { margin-bottom: 40px; } .mb-\[20px\] { margin-bottom: 20px; } .mt-\[10px\] { margin-top: 10px; } .mb-\[110px\] { margin-bottom: 110px; } .mb-2\.5 { margin-bottom: 0.625rem; } .mt-2\.5 { margin-top: 0.625rem; } .mt-2 { margin-top: 0.5rem; } .mt-\[15px\] { margin-top: 15px; } .mt-\[27px\] { margin-top: 27px; } .mt-\[19px\] { margin-top: 19px; } .mt-\[17px\] { margin-top: 17px; } .mb-\[18px\] { margin-bottom: 18px; } .mt-10 { margin-top: 2.5rem; } .ml-\[auto\] { margin-left: auto; } .mb-4 { margin-bottom: 1rem; } .mb-\[60px\] { margin-bottom: 60px; } .mt-7 { margin-top: 1.75rem; } .mb-\[30px\] { margin-bottom: 30px; } .mb-0 { margin-bottom: 0px; } .ml-3 { margin-left: 0.75rem; } .mb-\[13px\] { margin-bottom: 13px; } .mb-\[5px\] { margin-bottom: 5px; } .mt-\[80px\] { margin-top: 80px; } .ml-0\.5 { margin-left: 0.125rem; } .ml-0 { margin-left: 0px; } .ml-1 { margin-left: 0.25rem; } .mb-12 { margin-bottom: 3rem; } .mt-\[100\%\] { margin-top: 100%; } .ml-\[10px\] { margin-left: 10px; } .mr-\[12px\] { margin-right: 12px; } .mb-\[3px\] { margin-bottom: 3px; } .mr-2 { margin-right: 0.5rem; } .mt-14 { margin-top: 3.5rem; } .mt-\[55px\] { margin-top: 55px; } .mb-\[100px\] { margin-bottom: 100px; } .mr-5 { margin-right: 1.25rem; } .ml-\[22px\] { margin-left: 22px; } .mt-1 { margin-top: 0.25rem; } .mt-\[26px\] { margin-top: 26px; } .mr-\[30px\] { margin-right: 30px; } .mt-auto { margin-top: auto; } .mt-\[25px\] { margin-top: 25px; } .mt-\[20px\] { margin-top: 20px; } .mr-auto { margin-right: auto; } .ml-2 { margin-left: 0.5rem; } .mr-2\.5 { margin-right: 0.625rem; } .mt-9 { margin-top: 2.25rem; } .ml-8 { margin-left: 2rem; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .table { display: table; } .table-cell { display: table-cell; } .grid { display: grid; } .contents { display: contents; } .hidden { display: none; } .h-\[35vh\] { height: 35vh; } .h-full { height: 100%; } .h-\[51px\] { height: 51px; } .h-0 { height: 0px; } .h-8 { height: 2rem; } .h-screen { height: 100vh; } .h-\[25px\] { height: 25px; } .h-\[40px\] { height: 40px; } .h-10 { height: 2.5rem; } .h-\[24px\] { height: 24px; } .h-\[19px\] { height: 19px; } .h-\[15px\] { height: 15px; } .h-\[265px\] { height: 265px; } .h-\[125px\] { height: 125px; } .h-\[1px\] { height: 1px; } .h-3 { height: 0.75rem; } .h-\[200px\] { height: 200px; } .h-\[196px\] { height: 196px; } .h-auto { height: auto; } .h-\[70px\] { height: 70px; } .h-\[50\%\] { height: 50%; } .h-\[25\%\] { height: 25%; } .h-\[180px\] { height: 180px; } .h-\[90px\] { height: 90px; } .h-6 { height: 1.5rem; } .h-\[250px\] { height: 250px; } .h-\[100px\] { height: 100px; } .h-fit-content { height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; } .h-72 { height: 18rem; } .h-\[374px\] { height: 374px; } .h-\[340px\] { height: 340px; } .h-\[60\%\] { height: 60%; } .h-\[330px\] { height: 330px; } .h-\[30px\] { height: 30px; } .h-4 { height: 1rem; } .h-\[100\%\] { height: 100%; } .h-2\.5 { height: 0.625rem; } .h-2 { height: 0.5rem; } .h-\[120px\] { height: 120px; } .h-1 { height: 0.25rem; } .max-h-0 { max-height: 0px; } .max-h-\[372px\] { max-height: 372px; } .max-h-full { max-height: 100%; } .min-h-\[70vh\] { min-height: 70vh; } .w-full { width: 100%; } .w-7 { width: 1.75rem; } .w-\[30px\] { width: 30px; } .w-8 { width: 2rem; } .w-\[140px\] { width: 140px; } .w-\[100px\] { width: 100px; } .w-10 { width: 2.5rem; } .w-\[58px\] { width: 58px; } .w-auto { width: auto; } .w-\[calc\(100\%-40px\)\] { width: calc(100% - 40px); } .w-\[130px\] { width: 130px; } .w-\[fit-content\] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .w-\[70\%\] { width: 70%; } .w-5 { width: 1.25rem; } .w-\[160px\] { width: 160px; } .w-\[48\%\] { width: 48%; } .w-\[100\%\] { width: 100%; } .w-\[50\%\] { width: 50%; } .w-\[48\.5\%\] { width: 48.5%; } .w-\[170px\] { width: 170px; } .w-\[70px\] { width: 70px; } .w-\[95px\] { width: 95px; } .w-\[35\%\] { width: 35%; } .w-\[180px\] { width: 180px; } .w-\[47\%\] { width: 47%; } .w-\[90px\] { width: 90px; } .w-\[400px\] { width: 400px; } .w-3 { width: 0.75rem; } .w-\[120\%\] { width: 120%; } .w-\[850px\] { width: 850px; } .w-\[200px\] { width: 200px; } .w-\[28\%\] { width: 28%; } .w-\[15px\] { width: 15px; } .w-\[340px\] { width: 340px; } .w-\[300px\] { width: 300px; } .w-screen { width: 100vw; } .w-\[120px\] { width: 120px; } .w-\[330px\] { width: 330px; } .w-4 { width: 1rem; } .w-3\/5 { width: 60%; } .w-2\/5 { width: 40%; } .w-1\/2 { width: 50%; } .w-4\/6 { width: 66.666667%; } .w-2\.5 { width: 0.625rem; } .w-2 { width: 0.5rem; } .w-\[103px\] { width: 103px; } .w-6 { width: 1.5rem; } .min-w-\[340px\] { min-width: 340px; } .max-w-\[200px\] { max-width: 200px; } .max-w-\[calc\(100\%-25px\)\] { max-width: calc(100% - 25px); } .max-w-\[160px\] { max-width: 160px; } .max-w-\[180px\] { max-width: 180px; } .max-w-\[50\%\] { max-width: 50%; } .max-w-\[calc\(100\%-35px\)\] { max-width: calc(100% - 35px); } .max-w-\[80\%\] { max-width: 80%; } .max-w-full { max-width: 100%; } .max-w-\[33\%\] { max-width: 33%; } .flex-none { flex: none; } .flex-shrink-0 { flex-shrink: 0; } .-translate-x-1\/2 { --tw-translate-x: -50%; transform: var(--tw-transform); } .-translate-y-1\/2 { --tw-translate-y: -50%; transform: var(--tw-transform); } .rotate-180 { --tw-rotate: 180deg; transform: var(--tw-transform); } .transform { transform: var(--tw-transform); } @-webkit-keyframes slideInUp { 0% { transform: translate3d(0,100vh,0); } 100% { transform: translate3d(0,0vh,0); } } @keyframes slideInUp { 0% { transform: translate3d(0,100vh,0); } 100% { transform: translate3d(0,0vh,0); } } .animate-slideInUp { -webkit-animation: slideInUp 550ms ease-out forwards; animation: slideInUp 550ms ease-out forwards; } @-webkit-keyframes slideOutDown { 0% { transform: translate3d(0,0vh,0); } 100% { transform: translate3d(0,100vh,0); } } @keyframes slideOutDown { 0% { transform: translate3d(0,0vh,0); } 100% { transform: translate3d(0,100vh,0); } } .animate-slideOutDown { -webkit-animation: slideOutDown 550ms ease-out forwards; animation: slideOutDown 550ms ease-out forwards; } @-webkit-keyframes slideInLeft { 0% { transform: translate3d(100vh,0vh,0); } 100% { transform: translate3d(0vh,0,0); } } @keyframes slideInLeft { 0% { transform: translate3d(100vh,0vh,0); } 100% { transform: translate3d(0vh,0,0); } } .animate-slideInLeft { -webkit-animation: slideInLeft 550ms ease-out forwards; animation: slideInLeft 550ms ease-out forwards; } .animate-slideOutRight { -webkit-animation: slideInLeft 550ms ease-out forwards; animation: slideInLeft 550ms ease-out forwards; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .animate-fadeIn { -webkit-animation: fadeIn 400ms ease-out forwards; animation: fadeIn 400ms ease-out forwards; } @-webkit-keyframes smoothBounce { 50% { transform: translateY(-15px); } } @keyframes smoothBounce { 50% { transform: translateY(-15px); } } .animate-smoothBounce { -webkit-animation: smoothBounce 2s infinite linear; animation: smoothBounce 2s infinite linear; } .cursor-pointer { cursor: pointer; } .cursor-wait { cursor: wait; } .cursor-not-allowed { cursor: not-allowed; } .select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .resize { resize: both; } .appearance-none { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); } .grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); } .flex-row { flex-direction: row; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .gap-2 { gap: 0.5rem; } .gap-\[10px\] { gap: 10px; } .gap-3 { gap: 0.75rem; } .gap-7 { gap: 1.75rem; } .gap-5 { gap: 1.25rem; } .gap-\[30px\] { gap: 30px; } .gap-\[13px\] { gap: 13px; } .gap-6 { gap: 1.5rem; } .gap-4 { gap: 1rem; } .gap-2\.5 { gap: 0.625rem; } .gap-\[16px\] { gap: 16px; } .gap-\[40px\] { gap: 40px; } .gap-14 { gap: 3.5rem; } .gap-10 { gap: 2.5rem; } .gap-x-\[46px\] { -moz-column-gap: 46px; column-gap: 46px; } .gap-y-4 { row-gap: 1rem; } .gap-x-\[8px\] { -moz-column-gap: 8px; column-gap: 8px; } .gap-y-\[30px\] { row-gap: 30px; } .gap-x-\[50px\] { -moz-column-gap: 50px; column-gap: 50px; } .gap-y-3 { row-gap: 0.75rem; } .gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; } .gap-x-\[34px\] { -moz-column-gap: 34px; column-gap: 34px; } .space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.5rem * var(--tw-space-x-reverse)); margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } .self-end { align-self: flex-end; } .overflow-hidden { overflow: hidden; } .overflow-x-auto { overflow-x: auto; } .overflow-y-auto { overflow-y: auto; } .overflow-x-hidden { overflow-x: hidden; } .overflow-ellipsis { text-overflow: ellipsis; } .whitespace-nowrap { white-space: nowrap; } .rounded-none { border-radius: 0px; } .rounded-xl { border-radius: 0.75rem; } .rounded-full { border-radius: 9999px; } .rounded-3xl { border-radius: 1.5rem; } .border { border-width: 1px; } .border-0 { border-width: 0px; } .border-t { border-top-width: 1px; } .border-b { border-bottom-width: 1px; } .border-l { border-left-width: 1px; } .border-r { border-right-width: 1px; } .border-solid { border-style: solid; } .border-none { border-style: none; } .border-grey-medium { --tw-border-opacity: 1; border-color: rgba(102, 102, 102, var(--tw-border-opacity)); } .border-grey-textLight { --tw-border-opacity: 1; border-color: rgba(153, 153, 153, var(--tw-border-opacity)); } .border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } .border-black { --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); } .border-grey-darker { --tw-border-opacity: 1; border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } .border-\[\#eeeeee\] { --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); } .border-grey-separator { --tw-border-opacity: 1; border-color: rgba(198, 198, 198, var(--tw-border-opacity)); } .border-grey-primary { --tw-border-opacity: 1; border-color: rgba(26, 26, 26, var(--tw-border-opacity)); } .border-grey-light { --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); } .bg-grey-light { --tw-bg-opacity: 1; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-green-primary { --tw-bg-opacity: 1; background-color: rgba(232, 237, 227, var(--tw-bg-opacity)); } .bg-black { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); } .bg-grey-separator { --tw-bg-opacity: 1; background-color: rgba(198, 198, 198, var(--tw-bg-opacity)); } .bg-grey-dark { --tw-bg-opacity: 1; background-color: rgba(65, 65, 65, var(--tw-bg-opacity)); } .bg-\[\#040f25\] { --tw-bg-opacity: 1; background-color: rgba(4, 15, 37, var(--tw-bg-opacity)); } .bg-grey-darker { --tw-bg-opacity: 1; background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } .bg-grey-medium { --tw-bg-opacity: 1; background-color: rgba(102, 102, 102, var(--tw-bg-opacity)); } .bg-opacity-50 { --tw-bg-opacity: 0.5; } .bg-opacity-20 { --tw-bg-opacity: 0.2; } .bg-opacity-40 { --tw-bg-opacity: 0.4; } .bg-gradient-product { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5)); } .object-contain { -o-object-fit: contain; object-fit: contain; } .object-cover { -o-object-fit: cover; object-fit: cover; } .object-bottom { -o-object-position: bottom; object-position: bottom; } .p-5 { padding: 1.25rem; } .p-0 { padding: 0px; } .p-\[6px\] { padding: 6px; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .px-\[20px\] { padding-left: 20px; padding-right: 20px; } .py-\[30px\] { padding-top: 30px; padding-bottom: 30px; } .px-\[24px\] { padding-left: 24px; padding-right: 24px; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .px-14 { padding-left: 3.5rem; padding-right: 3.5rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-\[25\%\] { padding-left: 25%; padding-right: 25%; } .px-9 { padding-left: 2.25rem; padding-right: 2.25rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .px-50 { padding-left: 50px; padding-right: 50px; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py-9 { padding-top: 2.25rem; padding-bottom: 2.25rem; } .px-\[4\%\] { padding-left: 4%; padding-right: 4%; } .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .px-\[30px\] { padding-left: 30px; padding-right: 30px; } .px-\[25px\] { padding-left: 25px; padding-right: 25px; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .pt-4 { padding-top: 1rem; } .pt-10 { padding-top: 2.5rem; } .pb-6 { padding-bottom: 1.5rem; } .pt-\[24px\] { padding-top: 24px; } .pt-6 { padding-top: 1.5rem; } .pb-\[200px\] { padding-bottom: 200px; } .pb-\[3px\] { padding-bottom: 3px; } .pb-\[6px\] { padding-bottom: 6px; } .pt-\[22px\] { padding-top: 22px; } .pb-\[12px\] { padding-bottom: 12px; } .pt-\[60px\] { padding-top: 60px; } .pb-0 { padding-bottom: 0px; } .pl-5 { padding-left: 1.25rem; } .pb-44 { padding-bottom: 11rem; } .pb-\[44px\] { padding-bottom: 44px; } .pb-4 { padding-bottom: 1rem; } .pt-3 { padding-top: 0.75rem; } .pb-5 { padding-bottom: 1.25rem; } .pl-\[11px\] { padding-left: 11px; } .pt-1\.5 { padding-top: 0.375rem; } .pt-1 { padding-top: 0.25rem; } .pt-0\.5 { padding-top: 0.125rem; } .pt-0 { padding-top: 0px; } .pt-2 { padding-top: 0.5rem; } .pr-1 { padding-right: 0.25rem; } .pt-\[100\%\] { padding-top: 100%; } .pr-4 { padding-right: 1rem; } .pt-\[3px\] { padding-top: 3px; } .pb-3 { padding-bottom: 0.75rem; } .pt-\[70px\] { padding-top: 70px; } .pt-\[14px\] { padding-top: 14px; } .pb-\[16px\] { padding-bottom: 16px; } .pt-7 { padding-top: 1.75rem; } .pb-10 { padding-bottom: 2.5rem; } .pr-\[10px\] { padding-right: 10px; } .pt-5 { padding-top: 1.25rem; } .pb-\[10px\] { padding-bottom: 10px; } .pb-2 { padding-bottom: 0.5rem; } .pt-\[23px\] { padding-top: 23px; } .pb-\[18px\] { padding-bottom: 18px; } .pt-\[30px\] { padding-top: 30px; } .pb-\[20px\] { padding-bottom: 20px; } .pl-\[12px\] { padding-left: 12px; } .pt-\[10px\] { padding-top: 10px; } .pl-1 { padding-left: 0.25rem; } .pr-5 { padding-right: 1.25rem; } .pb-\[56\.25\%\] { padding-bottom: 56.25%; } .pb-\[350px\] { padding-bottom: 350px; } .pt-\[56\.25\%\] { padding-top: 56.25%; } .pb-\[140px\] { padding-bottom: 140px; } .text-left { text-align: left; } .text-center { text-align: center; } .align-middle { vertical-align: middle; } .font-body { font-family: HelveticaNeueLT Std, sans-serif; } .text-\[22px\] { font-size: 22px; } .text-xs { font-size: 0.75rem; line-height: 1rem; } .text-\[11px\] { font-size: 11px; } .text-\[12px\] { font-size: 12px; } .text-\[16px\] { font-size: 16px; } .text-\[20px\] { font-size: 20px; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-\[10px\] { font-size: 10px; } .text-\[13px\] { font-size: 13px; } .text-\[15px\] { font-size: 15px; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-\[18px\] { font-size: 18px; } .text-\[14px\] { font-size: 14px; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .font-normal { font-weight: 400; } .font-thin { font-weight: 100; } .font-medium { font-weight: 500; } .font-light { font-weight: 300; } .font-bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .italic { font-style: italic; } .leading-8 { line-height: 2rem; } .leading-5 { line-height: 1.25rem; } .leading-\[16px\] { line-height: 16px; } .leading-6 { line-height: 1.5rem; } .leading-4 { line-height: 1rem; } .leading-\[15px\] { line-height: 15px; } .leading-7 { line-height: 1.75rem; } .leading-\[40px\] { line-height: 40px; } .leading-tight { line-height: 1.25; } .leading-normal { line-height: 1.5; } .leading-\[18px\] { line-height: 18px; } .leading-\[11px\] { line-height: 11px; } .leading-\[29px\] { line-height: 29px; } .leading-\[1\.05rem\] { line-height: 1.05rem; } .leading-\[19px\] { line-height: 19px; } .tracking-normal { letter-spacing: 0em; } .tracking-\[1px\] { letter-spacing: 1px; } .text-grey-textLight { --tw-text-opacity: 1; color: rgba(153, 153, 153, var(--tw-text-opacity)); } .text-grey-darker { --tw-text-opacity: 1; color: rgba(36, 36, 36, var(--tw-text-opacity)); } .text-\[\#047a00\] { --tw-text-opacity: 1; color: rgba(4, 122, 0, var(--tw-text-opacity)); } .text-\[\#e88931\] { --tw-text-opacity: 1; color: rgba(232, 137, 49, var(--tw-text-opacity)); } .text-grey-dark { --tw-text-opacity: 1; color: rgba(65, 65, 65, var(--tw-text-opacity)); } .text-\[\#999999\] { --tw-text-opacity: 1; color: rgba(153, 153, 153, var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-black { --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .text-primary { --tw-text-opacity: 1; color: rgba(26, 26, 26, var(--tw-text-opacity)); } .underline { text-decoration: underline; } .placeholder-black::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(0, 0, 0, var(--tw-placeholder-opacity)); } .placeholder-black:-ms-input-placeholder { --tw-placeholder-opacity: 1; color: rgba(0, 0, 0, var(--tw-placeholder-opacity)); } .placeholder-black::placeholder { --tw-placeholder-opacity: 1; color: rgba(0, 0, 0, var(--tw-placeholder-opacity)); } .placeholder-grey-textLight::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(153, 153, 153, var(--tw-placeholder-opacity)); } .placeholder-grey-textLight:-ms-input-placeholder { --tw-placeholder-opacity: 1; color: rgba(153, 153, 153, var(--tw-placeholder-opacity)); } .placeholder-grey-textLight::placeholder { --tw-placeholder-opacity: 1; color: rgba(153, 153, 153, var(--tw-placeholder-opacity)); } .opacity-40 { opacity: 0.4; } .opacity-0 { opacity: 0; } .opacity-90 { opacity: 0.9; } .opacity-50 { opacity: 0.5; } .opacity-60 { opacity: 0.6; } .outline-none { outline: 2px solid transparent; outline-offset: 2px; } .blur { --tw-blur: blur(8px); filter: var(--tw-filter); } .filter { filter: var(--tw-filter); } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-500 { transition-duration: 500ms; } .duration-200 { transition-duration: 200ms; } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-It'), url('./assets/fonts/HelveticaNeueLTStd-It.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-It.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Roman'), url('./assets/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Lt'), url('./assets/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Lt.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Md'), url('./assets/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Md.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Bd'), url('./assets/fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-LtIt'), url('./assets/fonts/HelveticaNeueLTStd-LtIt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-LtIt.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-MdIt'), url('./assets/fonts/HelveticaNeueLTStd-MdIt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-MdIt.woff') format('woff'); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Md'), url('./assets/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Md.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Lt'), url('./assets/fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Lt.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-LtIt'), url('./assets/fonts/HelveticaNeueLTStd-LtIt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-LtIt.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Roman'), url('./assets/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-MdIt'), url('./assets/fonts/HelveticaNeueLTStd-MdIt.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-MdIt.woff') format('woff'); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-Bd'), url('./assets/fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'HelveticaNeueLT Std'; src: local('HelveticaNeueLTStd-It'), url('./assets/fonts/HelveticaNeueLTStd-It.woff2') format('woff2'), url('./assets/fonts/HelveticaNeueLTStd-It.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } .btn-dropdown-product { display: flex; flex-direction: row; align-items: center; justify-content: space-between; font-size: 0.875rem; line-height: 1.25rem; font-weight: 200; } .btn-stroked { display: flex; height: 40px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: center; justify-content: center; border-radius: 0px; font-size: 0.75rem; line-height: 1rem; font-weight: 300; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(36, 36, 36, var(--tw-border-opacity)); text-transform: uppercase; --tw-text-opacity: 1; color: rgba(65, 65, 65, var(--tw-text-opacity)); } .btn-stroked-variant { display: flex; height: 40px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: center; justify-content: center; border-radius: 0px; font-size: 0.75rem; line-height: 1rem; font-weight: 300; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(102, 102, 102, var(--tw-border-opacity)); text-transform: uppercase; --tw-text-opacity: 1; color: rgba(65, 65, 65, var(--tw-text-opacity)); } .btn-stroked-dark { display: flex; height: 40px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: center; justify-content: center; border-radius: 0px; font-size: 0.75rem; line-height: 1rem; font-weight: 300; --tw-bg-opacity: 1; background-color: rgba(102, 102, 102, var(--tw-bg-opacity)); text-transform: uppercase; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .btn-stroked-grey { display: flex; height: 40px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: center; justify-content: center; border-radius: 0px; font-size: 0.75rem; line-height: 1rem; font-weight: 300; } .btn-stroked-variant:active, .btn-stroked:active { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .btn-stroked-dark:active { border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(36, 36, 36, var(--tw-border-opacity)); background-color: transparent; --tw-text-opacity: 1; color: rgba(65, 65, 65, var(--tw-text-opacity)); } .btn-stroked-grey:active { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .responsive-child > * { max-height: 100%; max-width: 100%; } /* Auto complete */ div.searchwp-live-search-results { border-radius: 0px; } .prose strong { font-weight: 500; } .header-filters { position: fixed; left: 0px; margin-top: 42px; } @media (min-width: 1024px) { .header-filters { margin-top: 58px; } } .header-filters { box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.1); } .header-filters-panel { position: fixed; margin-top: -2px; max-height: 100%; width: 100%; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); padding-top: 1rem; padding-left: 2rem; padding-right: 24px; } @media (min-width: 1024px) { .header-filters-panel { padding-left: 12rem; padding-right: 12rem; } } .header-filters-panel { box-shadow: inset 0px 10px 16px -10px rgba(0, 0, 0, 0.05); } .header-filters-panel-content { display: grid; max-height: 374px; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: flex-start; gap: 0.75rem; overflow: auto; padding-right: 8px; } @media (min-width: 1024px) { .header-filters-panel-content { display: flex; } .header-filters-panel-content { flex-wrap: wrap; } .header-filters-panel-content { padding-top: 2rem; } .header-filters-panel-content { padding-right: 8px; } } .header-filters-panel-content { scrollbar-width: thin; scrollbar-color: black #d8d8d8; } .moz-hidden-scrollbar::-webkit-scrollbar { display: none; } .header-filters-dropdown { margin-top: 0.125rem; margin-bottom: 0.125rem; display: flex; cursor: pointer; flex-direction: row; align-items: center; border-right-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.25rem; padding-bottom: 0.25rem; vertical-align: middle; } .header-filters-dropdown:last-child { border-right-width: 0px; } .header-filters-dropdown { margin-top: 0.125rem; margin-bottom: 0.125rem; display: flex; cursor: pointer; flex-direction: row; align-items: center; border-right-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.25rem; padding-bottom: 0.25rem; vertical-align: middle; } .header-filters-dropdown:last-child { border-right-width: 0px; } .color-dot { display: inline-block; height: 0.625rem; width: 0.625rem; border-radius: 9999px; } .vp { display: none; } .vm { display: flex; } #type:checked + .vp { display: flex; } #type:not(:checked) + .vm { display: none; } /*.drop{ @apply text-red-500; }*/ .custom-placeholder::-moz-placeholder { font-weight: "200" !important; font-size: 12px; } .custom-placeholder:-ms-input-placeholder { font-weight: "200" !important; font-size: 12px; } .custom-placeholder::placeholder { font-weight: "200" !important; font-size: 12px; } /* CUSTOM CHECKBOX */ .container-checkbox { display: block; position: relative; padding-left: 35px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Create a custom checkbox */ .checkmark-checkbox { background-color: #fff; border: 1px solid; } .container-checkbox input, .checkmark-checkbox { position: absolute; top: 0; left: 0; height: 20px; width: 20px; } .container-checkbox:hover input~.checkmark-checkbox { background-color: #fff; } /* When the checkbox is checked, add a blue background */ .container-checkbox input:checked ~ .checkmark-checkbox { background-color: #1a1a1a; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark-checkbox:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .container-checkbox input:checked ~ .checkmark-checkbox:after { display: block; } /* Style the checkmark/indicator */ .container-checkbox .checkmark-checkbox:after { left: 8px; top: 4px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } .underline-carpenters { border-bottom-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); padding-bottom: 2px; } input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; } .detail-size-little-container { padding-bottom: 6px; font-size: 0.75rem; line-height: 1rem; font-weight: 300; } .whishlist-icon { position: absolute; top: 10px; right: 10px; height: 17px; width: 15px; } @media (min-width: 768px) { .whishlist-icon { top: 15px; } .whishlist-icon { right: 15px; } .whishlist-icon { height: 25px; } .whishlist-icon { width: 23px; } } .wishlist-page-links { display: none; } #btnEditWishlist { visibility: visible !important; } .back-to-all-wishlists { display: none; } #yith-wcwl-form > div.yith_wcwl_wishlist_footer > div.yith_wcwl_footer_additional_action > a { display: none; } #order_review > table > tfoot > tr.tax-rate.tax-rate-gb-vat-1 > td { display: flex; height: 43px; align-items: center; justify-content: flex-end; } #billing_last_name { margin-bottom: -2px; } .disabled { border: 1px solid #c6c6c6; color: #c6c6c6; background-color: unset; } .disabled:active { border: 1px solid #c6c6c6; color: #c6c6c6; background-color: unset; } #yith-wcwl-form > div.yith_wcwl_wishlist_footer > div.yith-wcwl-share { display: none; } .js-enquireCheck:checked + .js-btnToChange { --tw-bg-opacity: 1; background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); } .btn-hearth-white .yith-wcwl-add-button { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .yith-wcwl-add-to-wishlist { margin-top: 0; } .yith-wcwl-icon { font-weight: bold; } /* sumo select */ .SumoSelect { width: auto; } body > div.pp_pic_holder.pp_woocommerce > div.ppt { display: none; } body > div.pp_pic_holder.pp_woocommerce > div.pp_top { display: none; } body > div.pp_pic_holder.pp_woocommerce > div.pp_bottom { display: none; } body > div.pp_pic_holder.pp_woocommerce > div.pp_content_container { border-radius: 0px; } body > div.pp_pic_holder.pp_woocommerce > div.ppt { display: none !important; } body > div.pp_pic_holder.pp_woocommerce > div.pp_content_container > div > div > div > div.pp_fade > div.pp_details > a { display: none; } #pp_full_res > div > form > div > div.tab.choose > div > p > select { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 10px !important; padding-right: 10px !important; width: 100%; border: 1px solid "#c6c6c6"; } body > div.pp_pic_holder.pp_woocommerce > div.pp_content_container { padding-top: 50px !important; padding-bottom: 50px !important; padding-left: 20px; padding-right: 20px; } #pp_full_res > div > form > div.yith-wcwl-popup-content > div.tab.create > input { padding-top: 5px !important; padding-bottom: 5px !important; padding-left: 10px !important; } .heart-icon-link i { margin-left: 0px; } @media only screen and (min-width: 768px) { body > div.pp_pic_holder.pp_woocommerce { left: 30% !important; width: 40% !important; } body > div.pp_pic_holder.pp_woocommerce > div.pp_content_container { padding-left: 60px !important; padding-right: 50px !important; } } #yith-wcwl-form > div.woocommerce-message { display: none !important; } textarea:focus, input:focus { outline: none; } #pp_full_res > div > div.yith-wcwl-popup-feedback { display: none !important; } .js-callback-form > div.yith-wcwl-popup-content > div:nth-child(1) { text-align: left !important; } .js-callback-form > div.yith-wcwl-popup-content > div:nth-child(2) { text-align: left !important; } #pp_full_res > div { text-align: center !important; } /* Input with floating label */ .float-container { position: relative; border-width: 1px; --tw-border-opacity: 1; border-color: rgba(65, 65, 65, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; font-size: 0.75rem; line-height: 1rem; font-weight: 100; } .float-container :is(input, input:focus) { width: 100%; border-width: 0px; outline: 2px solid transparent; outline-offset: 2px; margin: 16px 0 10px; } .float-container label { position: absolute; transform-origin: top left; cursor: text; font-weight: 100; --tw-text-opacity: 1; color: rgba(153, 153, 153, var(--tw-text-opacity)); transform: translate(0, 13px) scale(1); transition: all 0.1s ease-in-out; } .float-container.active label { transform: translate(0, 4px) scale(0.75); } .hide-empty:empty { display: none; } .show-mobile-8 *:nth-child(n + 9) { display: none; } @media (min-width: 768px) { .show-mobile-8 *:nth-child(n + 9) { display: block; } } .show-mobile-8 > .hidden { display: none; } @media (min-width: 768px) { .show-mobile-8 > .md\:hidden { display: none; } } .jewellery-filter .btn-selectable { min-width: 115px; } .js-callback-form > div.yith-wcwl-popup-content > div.tab.create { text-align: left !important; } .slider-product-page > .slick-dots { position: absolute !important; bottom: 0.25rem; } .slider-product-page.slick-dotted.slick-slider { margin-bottom: 20px; } .slick-dots li button:before { color: White !important; } .slick-dots li { width: 5px; } .hide-inside-balise > * { display: none; } .woocommerce-price-suffix{ display: none; } #sbi_images .sbi_photo img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .disabledbutton { pointer-events: none; opacity: 0.4; } .cwg-grid-main { } .cwg-container-main { margin-left: auto; margin-right: auto; max-width: 100%; padding-left: 1.25rem; padding-right: 1.25rem; } @media (min-width: 1024px) { .cwg-container-main { padding-left: 60px; padding-right: 60px; } } .cwg-container-static { margin-left: auto; margin-right: auto; width: 100%; max-width: 64rem; padding-left: 1.25rem; padding-right: 1.25rem; } .gutter-none { padding-left: 0px; padding-right: 0px; } .gutter-lg { padding-left: 2.5rem; padding-right: 2.5rem; } @media (min-width: 1024px) { .gutter-lg { padding-left: 6rem; padding-right: 6rem; } } #wpadminbar { display: none; } @media (min-width: 768px) { #wpadminbar { display: block; } } .fixed-header { top: 0px; z-index: 50; margin-top: -9rem; transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .admin-bar { margin-top: -3rem; } @media (min-width: 1024px) { .admin-bar { margin-top: 0px; } } @media (min-width: 768px) { .admin-bar .fixed-header { top: 32px; } .admin-bar .fixed-header { margin-top: -120px; } } .no-scroll { overflow: hidden; } .menu-open .fixed-header { margin-top: 0px; } .b2c { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .menu-open .b2c { --tw-bg-opacity: 1; background-color: rgba(219, 219, 219, var(--tw-bg-opacity)); --tw-invert: invert(100%); filter: var(--tw-filter); filter: var(--tw-filter); } .fullPageMenu { bottom: 100%; height: calc(100% - 50px); } .menu-open .fullPageMenu { bottom: 0px; } .admin-bar .fullPageMenu { height: calc(100% - 82px); } .fixed-header--visible .fixed-header { margin-top: 0px; } .fixed-header--visible.admin-bar .fixed-header { margin-top: 0px; } @media (min-width: 768px) { .fixed-header--visible.admin-bar .fixed-header { top: 32px; } } .career-description :is(p, ul, li) { font-weight: 300; } .career-description p :is(strong, b) { font-weight: 400; } .career-description p { margin-bottom: 0.25rem; } .career-description :is(ul, ol) { padding-left: 1.5rem; } .prose h3 { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.85; letter-spacing: normal; margin-bottom: 4px; } .prose ul { list-style-type: disc; padding-left: 1.5rem; } .prose ol { list-style-type: decimal; padding-left: 1.5rem; } .prose a { text-decoration: underline; } .cwg-range.noUi-horizontal .noUi-handle { top: -0.625rem; height: 1.25rem; width: 1.25rem; border-radius: 9999px; --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .cwg-range.noUi-horizontal .noUi-connect { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); margin: 0px -17px 0 0px; width: calc(100% + 17px); } .cwg-range.noUi-horizontal.noUi-target { margin-top: 0.625rem; margin-bottom: 0.625rem; height: 0.125rem; --tw-border-opacity: 1; border-color: rgba(153, 153, 153, var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgba(153, 153, 153, var(--tw-bg-opacity)); } .cwg-range.noUi-horizontal .noUi-handle::after, .cwg-range.noUi-horizontal .noUi-handle::before { content: none; } .cwg-range.noUi-horizontal .noUi-base, .cwg-range.noUi-horizontal .noUi-connects { height: 0.125rem; } .cwg-range.noUi-target { padding: 0 17px 0 3px; } .productPageDropdownContainer { font-size: 0.875rem; line-height: 1.25rem; font-weight: 100; --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .btn-dropdown-product { display: flex; flex-direction: row; align-items: center; justify-content: space-between; font-size: 0.875rem; line-height: 1.25rem; font-weight: 200; } .size-product-container { width: 25%; flex-direction: row; } textarea::-moz-placeholder { font-size: 12px; font-weight: 100; font-style: italic; } textarea:-ms-input-placeholder { font-size: 12px; font-weight: 100; font-style: italic; } textarea::placeholder { font-size: 12px; font-weight: 100; font-style: italic; } .whishlist-title .yith-wcwl-icon { padding-right: 0!important; padding-top: 0!important; margin: 0px; } .artist-description { height: 2.5rem; overflow: hidden; text-overflow: ellipsis; line-height: 14px; } .slider-product-page .slick-track { height: auto; } .max-line-7-18px { position: relative; max-height: calc(18px * 7); overflow: hidden; text-overflow: ellipsis; } .collapsible-product .collapsible-toggle { padding-top: 0px; padding-bottom: 0px; } .bg-gradient-only-top { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0)); } .arrow_select { background-image: url(/wp-content/themes/cwg/assets/img/expand-more.svg); background-repeat: no-repeat; background-position: 90% 50%; } .arrow_select option:checked { background: #414141; color: white; } .arrow_select option:not(:checked) { background: #fff; } .slideshow-container { max-width: 100%; padding-left: 20px; padding-right: 20px; display: flex; justify-content: center; position: relative; margin: auto; } .slider-slides { max-width: 300px; } .slider-prev, .slider-next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .slider-next { right: 0; border-radius: 3px 0 0 3px; } .slider-prev:hover, .slider-next:hover { background-color: rgba(0,0,0,0.8); } .slider-text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } .slider-numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .slider-dot { cursor: pointer; height: 7px; width: 7px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .slider-dot.active, .slider-dot:hover { background-color: #717171; } .slider-fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes slider-fade { from {opacity: .4} to {opacity: 1} } @keyframes slider-fade { from {opacity: .4} to {opacity: 1} } /* Action on burger and area of submenus on screen */ .js-submenu, .js-submenuDesktop { display: none; } .js-menu { position: relative; } .active ~ .js-submenu, .activeDesktop ~ .js-submenuDesktop, .activeBtoc ~ .js-submenu { display: flex; height: calc(100vh - 51px); width: calc(100% + 16px); } .js-bg-Btoc { background-color: #242424; } /* Menu open/close */ /* B2B */ .burgerBtob{ display: flex; background-image: url(/wp-content/themes/cwg/assets/img/icon-burger.svg); width: 20px; height: 20px; background-repeat: no-repeat; } .active .burgerBtob { display: flex; background-image: url(/wp-content/themes/cwg/assets/img/icon-cross-header.svg); width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; } /* B2C */ .burgerBtoc{ display: flex; background-image: url(/wp-content/themes/cwg/assets/img/icon-burger-white.svg); width: 20px; height: 12px; background-repeat: no-repeat; } .activeBtoc .burgerBtoc { display: flex; background-image: url(/wp-content/themes/cwg/assets/img/icon-cross-header-white.svg); width: 20px; height: 15px; background-repeat: no-repeat; } .js-submenuDesktop { position: absolute; height: calc(100vh - 51px); width: 100%; margin: 0; flex-direction: row; top: 50px; left: 0; } .b2c-mobile { background: white !important; filter: unset !important; } .arrow { display: flex; background-image: url(/wp-content/themes/cwg/assets/img/arrow-down.svg); width: 16px; height: 16px; background-repeat: no-repeat; background-position: center; } .drop .arrow { display: flex; background-image: url(/wp-content/themes/cwg/assets/img/arrow-down.svg); width: 16px; height: 16px; background-repeat: no-repeat; transform: rotate(180deg); background-position: center; } /* .descCity { display: none; } .drop .descCity { display: flex; } */ #sb_instagram .sb_instagram_header { display: none; } #sb_instagram #sbi_images { display: flex; display: no-wrap; gap: 20px; width: 265px; /*width: 1405px;*/ } #sb_instagram #sbi_images .sbi_item { flex-shrink: 0; width: 265px; height: 265px; } #sb_instagram #sbi_images .sbi_item:last-child { margin-right: 20px; } #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item { width: 100%; } #sb_instagram #sbi_load { display: none; } .location-title { width: 100%; padding-top: 1.25rem; font-size: 13px; font-weight: 400; text-transform: uppercase; line-height: 24px; } @media (min-width: 1024px) { .location-title { padding-bottom: 3px; } .location-title { font-size: 15px; } } @media only screen and (min-width: 1024px) { #sb_instagram #sbi_images { width: 320px; gap: 13px; } #sb_instagram #sbi_images .sbi_item { width: 320px; height: 320px; } } .h-fit { height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; } .w-inherit { width: inherit; } .slick-track { height: 100vh /*95vh*/; } .slick-prev { /* background-color: black!important; top: 10%!important; */ left: 0 !important; display: none !important; } .slick-next { /* background-color: black!important; top: 10%!important; */ right: 0 !important; display: none !important; } .slick-dots { position: relative !important; /* display: none!important; */ } .slide-container { position: relative; } figure { position: absolute; height: 100%; width: 100%; } figure img, figure .img-caroussel { height: 100%; width: 100%; } figcaption { color: #fff; position: absolute; bottom: 0; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); } .slick-current { font-weight: 500 !important; opacity: 1; } .js-navSlider-b2c, .js-navArtistSlider-b2c, .js-navJewellerySlider-b2c { bottom: 80px; } @media (min-width: 1024px) { .js-navSlider-b2c, .js-navArtistSlider-b2c, .js-navJewellerySlider-b2c { bottom: 90px; } } .js-navSlider-b2c, .js-navArtistSlider-b2c, .js-navJewellerySlider-b2c { color: white; /* display: flex; gap: 24px; padding-left: 20px; */ } .artist_absolute { /* bottom: 34%; */ } .js-navSlider-b2c .slick-list, .js-navArtistSlider-b2c .slick-list, .js-navJewellerySlider-b2c .slick-list { height: 60px; } .js-navSlider-b2c .slick-track, .js-navArtistSlider-b2c .slick-track, .js-navJewellerySlider-b2c .slick-track { display: flex; margin-left: inherit; height: 60px; /* gap: 24px; */ } .js-navSlider-b2c .slick-track .slick-slide, .js-navArtistSlider-b2c .slick-track .slick-slide, .js-navJewellerySlider-b2c .slick-track .slick-slide { height: 40px !important; /* width: 90px!important; */ } .js-navSlider-b2c .slick-track > .slick-slide:first-of-type, .js-navArtistSlider-b2c .slick-track > .slick-slide:first-of-type, .js-navJewellerySlider-b2c .slick-track > .slick-slide:first-of-type { margin-left: 24px; } .js-navSlider-b2c .slick-track > .slick-slide:not(:first-child), .js-navArtistSlider-b2c .slick-track > .slick-slide:not(:first-child), .js-navJewellerySlider-b2c .slick-track > .slick-slide:not(:first-child) { padding-left: 24px; } .co-founder { height: calc(100% - 138px); } .co-founder .active { display: flex; background-color: #fff; } .co-founder .learnMore::before { content: ">"; margin-right: 5px; } .js-sliderArtist-b2c .img-mobile, .js-sliderJewellery-b2c .img-mobile { display: flex; } .js-sliderArtist-b2c .img-desktop, .js-sliderJewellery-b2c .img-desktop { display: none; } .shareHpB2c::before { content: ""; display: flex; background-image: url(/wp-content/themes/cwg/assets/img/share-black.svg); width: 19px; height: 15px; } .sliderMobile { display: flex !important; } .sliderDesktop { display: none !important; } @media only screen and (min-width: 1024px) { .sliderMobile { display: none !important; } .sliderDesktop { display: flex !important; } .js-sliderArtist-b2c .img-mobile, .js-sliderJewellery-b2c .img-mobile { display: none; } .js-sliderArtist-b2c .img-desktop, .js-sliderJewellery-b2c .img-desktop { display: flex; } .js-navSlider-b2c .slick-track .slick-slide, .js-navArtistSlider-b2c .slick-track .slick-slide, .js-navJewellerySlider-b2c .slick-track .slick-slide { height: 54px !important; } } .homecarrousel-b2b .slick-track { display: flex; height: auto; gap: 0.625rem; } @media (min-width: 1024px) { .homecarrousel-b2b .slick-track { gap: 1.75rem; } } .homecarrousel-b2b .slick-current { font-weight: auto!important; } .collectiblesCat { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); gap: 0.75rem; } @media (min-width: 1024px) { .collectiblesCat { grid-template-columns: repeat(4, minmax(0, 1fr)); } .collectiblesCat { gap: 2.5rem; } } .collectiblesCat a { position: relative; overflow: hidden; } .collectiblesCat a img { height: 100%; width: 100%; --tw-scale-x: 1; --tw-scale-y: 1; transform: var(--tw-transform); transform: var(--tw-transform); -o-object-fit: cover; object-fit: cover; transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .collectiblesCat a:hover img { height: 100%; width: 100%; --tw-scale-x: 1.1; --tw-scale-y: 1.1; transform: var(--tw-transform); -o-object-fit: cover; object-fit: cover; } .collectiblesCat a div { position: absolute; bottom: 0px; display: flex; height: 50%; width: 100%; align-items: flex-end; padding-left: 0.625rem; padding-right: 0.625rem; padding-bottom: 0.625rem; font-size: 11px; font-weight: 500; text-transform: uppercase; line-height: 1rem; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } @media (min-width: 1024px) { .collectiblesCat a div { padding-left: 0.75rem; padding-right: 0.75rem; } .collectiblesCat a div { padding-bottom: 0.75rem; } .collectiblesCat a div { font-size: 1rem; line-height: 1.5rem; } } .collectiblesCat a div { background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.54) ); } .video-artist iframe { max-height: 220px; width: 100%; width: -moz-available; width: -webkit-fill-available; width: fill-available; } .artist-carrousel { overflow: hidden; margin-bottom: 0 !important; } .artist-carrousel .slick-track { display: flex; --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); max-height: 220px; height: auto; } .artist-carrousel img { max-height: 220px; height: auto; } .radio-btn-underline input:checked + label { border-bottom-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); padding-bottom: 2px; font-weight: 500; } .radio-label-btn { cursor: pointer; padding-right: 2px; font-size: 0.75rem; line-height: 1rem; line-height: 15px; } .artist-carrousel .slick-dots { position: absolute !important; bottom: 0.25rem; } @media (min-width: 768px) { .artist-carrousel .slick-dots { bottom: 15px; } } .artist-carrousel .slick-dots li { margin: 0px; margin-right: 10px; height: 0.5rem; width: 0.5rem; } @media (min-width: 768px) { .artist-carrousel .slick-dots li { margin-right: 0.75rem; } .artist-carrousel .slick-dots li { height: 0.75rem; } .artist-carrousel .slick-dots li { width: 0.75rem; } } .artist-carrousel .slick-dots li button { height: 100%; width: 100%; } .artist-carrousel .slick-dots li button:before, .artist-carrousel .slick-dots li.slick-active button:before { margin: 0px; display: inline-block; height: 100%; width: 100%; cursor: pointer; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); background-color: transparent; opacity: 1; border-radius: 50%; content: ""; } .artist-carrousel .slick-dots li.slick-active button:before { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .show-mobile-2 > div:nth-child(n + 3), .show-mobile-2 > a:nth-child(n + 3) { display: none; } @media (min-width: 768px) { .show-mobile-2 > div:nth-child(n + 3), .show-mobile-2 > a:nth-child(n + 3) { display: block; } } .artist-collectibles a:first-child, .artist-collectibles div:first-child, .artist-collectibles a:nth-child(11), .artist-collectibles div:nth-child(11) { grid-column: span 2 / span 2; grid-row: span 2 / span 2; } .artist-collectibles a:nth-child(8), .artist-collectibles div:nth-child(8), .artist-collectibles a:nth-child(18), .artist-collectibles div:nth-child(18) { grid-column: span 1 / span 1; grid-row: span 1 / span 1; } @media (min-width: 768px) { .artist-collectibles a:nth-child(8), .artist-collectibles div:nth-child(8), .artist-collectibles a:nth-child(18), .artist-collectibles div:nth-child(18) { grid-column: span 2 / span 2; } .artist-collectibles a:nth-child(8), .artist-collectibles div:nth-child(8), .artist-collectibles a:nth-child(18), .artist-collectibles div:nth-child(18) { grid-row: span 2 / span 2; } } .artist-collectibles a:nth-child(6), .artist-collectibles div:nth-child(6), .artist-collectibles a:nth-child(16), .artist-collectibles div:nth-child(16) { grid-column: span 2 / span 2; grid-row: span 2 / span 2; } @media (min-width: 768px) { .artist-collectibles a:nth-child(6), .artist-collectibles div:nth-child(6), .artist-collectibles a:nth-child(16), .artist-collectibles div:nth-child(16) { grid-column: span 1 / span 1; } .artist-collectibles a:nth-child(6), .artist-collectibles div:nth-child(6), .artist-collectibles a:nth-child(16), .artist-collectibles div:nth-child(16) { grid-row: span 1 / span 1; } } .show-mobile-5 div:nth-child(n + 6), .show-mobile-5 a:nth-child(n + 6) { display: none; } @media (min-width: 768px) { .show-mobile-5 div:nth-child(n + 6), .show-mobile-5 a:nth-child(n + 6) { display: block; } } .artist-collectibles span.material-icons.absolute.top-2.right-2.text-white { font-size: 21px; } i.yith-wcwl-icon.fa.fa-heart, i.yith-wcwl-icon.fa.fa-heart-o { font-size: 15px; padding: 8px; margin: 0; } @media only screen and (min-width: 1024px) { .artist-carrousel .slick-track { max-height: 460px; height: auto; } .artist-carrousel .slick-list.draggable { max-width: 850px; } .artist-carrousel img { max-height: 460px; height: auto; } .video-artist iframe { max-height: 100%; width: 100%; } .artist-collectibles span.material-icons.absolute.top-2.right-2.text-white { font-size: 28px; } i.yith-wcwl-icon.fa.fa-heart, i.yith-wcwl-icon.fa.fa-heart-o { font-size: 23px; padding: 12px; } } @media only screen and (max-width: 1024px) { .grid-exhibition-artist a:not(:first-child) { display: none; } .grid-press-artist .press-artist-element:not(:first-child) { display: none; } } .artistList { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; } @media (min-width: 768px) { .artistList { margin-top: 42px; } .artistList { grid-template-columns: repeat(4, minmax(0, 1fr)); } .artistList { gap: 34px; } } .artists-grid .wpgb-card .wpgb-card-media-overlay { background: linear-gradient(358deg, rgb(0, 0, 0) 0%, rgba(252, 252, 252, 0) 92%) !important; } #woocommerce .shop_table { width: 100%; } #woocommerce .woocommerce-info { line-height: 16px; } .woocommerce-info::before, .woocommerce-message::before { color: #000; /*display: none;*/ } #woocommerce .woocommerce-message .button { display: none; } #woocommerce .woocommerce .shop_table td { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 9px 0; line-height: 1.5em; width: 100%; } #woocommerce > div > form > table > tbody > tr:nth-child(2) > td { border-bottom: none !important; } #woocommerce .shop_table thead tr { display: none; } #woocommerce .shop_table tbody tr { display: flex; flex-direction: column; } #woocommerce .woocommerce .product-remove { margin: auto; text-align: center; } #woocommerce .woocommerce a.remove { font-size: 1.5em; font-weight: 700; color: #000; line-height: 14px; } #woocommerce .woocommerce .product-thumbnail img { width: 100px; height: 100px; margin: auto; } #woocommerce .woocommerce .product-name, #woocommerce .woocommerce .product-price, #woocommerce .woocommerce .product-subtotal { text-align: right; } #woocommerce .woocommerce .product-name::before, #woocommerce .woocommerce .product-price::before, #woocommerce .woocommerce .product-subtotal::before, #woocommerce .woocommerce .product-quantity::before { content: attr(data-title) ": "; font-weight: 700; float: left; } #woocommerce .woocommerce .product-quantity .quantity .qty { height: 40px; line-height: 40px; background-color: #e5e5e5; border: 1px solid #999; color: #000; width: 100%; font-size: 12px; text-align: center; margin: 5px 0; } /* #woocommerce .woocommerce .shop_table_responsive tr:nth-child(2n) td, #woocommerce .woocommerce .shop_table_responsive tr:nth-child(2n) td { background-color: rgba(0,0,0,.025); } */ #woocommerce .shop_table .actions .coupon { gap: 14px; padding-top: 20px; display: flex; justify-content: space-between; } #woocommerce .shop_table .actions .coupon::before { display: none; } #woocommerce .shop_table .actions .coupon label { display: none; } #woocommerce .shop_table .actions .coupon #coupon_code { height: 40px; line-height: 40px; width: 100%; border: 1px solid #999; color: #000; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; margin-bottom: 16px; } #woocommerce .shop_table .actions .button { display: flex; align-items: center; justify-content: center; width: 100%; padding-left: 15px; padding-right: 15px; border: 1px solid #000; opacity: 0.5; transition: all 0.3s ease-in-out; height: 40px; line-height: 38px; font-weight: 500; font-size: 12px; color: #000; text-transform: uppercase; cursor: pointer; font-weight: 400; } #woocommerce > div > form > table > tbody > tr:nth-child(2) > td > button { width: 100% !important; } #woocommerce .cart-collaterals { background-color: #f9f9f9; border: 1px solid #cfcfcf; padding: 30px; width: 100%; margin-top: 2rem; } #woocommerce .cart-collaterals .cart_totals { width: 100%; } #woocommerce .cart-collaterals h2 { font-weight: 400; font-size: 16px; line-height: 1.5rem; text-align: center; margin-bottom: 0; color: #000; margin: 0 auto 20px auto; text-transform: uppercase; text-align: center; } #woocommerce .cart-collaterals .shop_table { text-transform: uppercase; margin: 0 0 6px; } /* #woocommerce .cart-collaterals .cart_totals .cart-subtotal .th { display: none; } */ #woocommerce .cart-subtotal th, #woocommerce .order-total th, #woocommerce .shipping th, #woocommerce .tax-rate th { display: none; } .cart-collaterals .shop_table_responsive tr td::before { content: attr(data-title) ": "; font-weight: 700; float: left; } .cart-subtotal td, .order-total td, .shipping td, .tax-rate td { text-align: right; } .order-total td { background-color: rgba(0, 0, 0, 0.025); } .tnc-message { font-weight: 400; text-align: left; font-size: 12px; margin-top: 15px; margin-bottom: 10px; } .wc-proceed-to-checkout { width: 100%; font-size: 12px; height: 40px; line-height: 40px; background-color: #666666; color: #fff; cursor: pointer; transition: all 0.3s ease-in-out; text-transform: uppercase; text-align: center; font-weight: 300; margin-top: 22px; } .wc-proceed-to-checkout .checkout-button { display: block; } #checkout .woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 1em 2em 1em 3.5em; margin: 0 0 2em; position: relative; background-color: #f7f6f7; color: #515151; border-top: 3px solid #a46497; list-style: none outside; width: auto; word-wrap: break-word; font-size: 12px; font-weight: 500; } #checkout .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { font-family: WooCommerce; content: "\e028"; /*display: inline-block;*/ position: absolute; top: 1em; left: 1.5em; } #checkout .woocommerce-info, .woocommerce-message { border-top-color: #000; } .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: 1px solid #d3ced2; padding: 20px; margin: 2em 0; text-align: left; border-radius: 5px; } .woocommerce form.checkout_coupon p, .woocommerce form.login p, .woocommerce form.register p { font-size: 11px; } .html--page--checkout .page-checkout form .form-row-first, .html--page--checkout .page-checkout form .form-row-last { width: 50%; } .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { box-sizing: border-box; width: 100%; } .form-row-first, .form-row-last { display: inline-flex; } form.checkout_coupon p:first-child { margin-bottom: 20px; } #checkout #coupon_code { height: 40px; line-height: 40px; background-color: #e5e5e5; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { margin: 0; padding: 0; } .woocommerce-form-coupon button.button { border: 1px solid #000; opacity: 0.5; transition: all 0.3s ease-in-out; background-color: transparent; height: 40px; line-height: 38px; font-weight: 500; font-size: 12px; color: #000; text-transform: uppercase; cursor: pointer; border-radius: 0; line-height: 0; } .woocommerce-billing-fields h3, .woocommerce-additional-fields h3 { text-transform: uppercase; margin-bottom: 24px; font-weight: 500; font-size: 16px; line-height: 1.5rem; display: flex; flex-direction: column; } .woocommerce-billing-fields h3::after { content: "*Mandatory fields"; font-size: 12px; font-weight: 300; height: 15px; text-transform: capitalize; } #checkout .woocommerce form .form-row .required { color: red; font-weight: 700; text-decoration: none; } #billing_first_name_field, #billing_last_name_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_city_field, #shipping_state_field, #shipping_postcode_field { width: 50%; display: inline-flex; padding: 3px; margin: 0 0 6px; flex-direction: column; vertical-align: bottom; } #billing_first_name_field label, #billing_last_name_field label, #billing_address_1_field label, #billing_address_2_field label, #billing_city_field label, #billing_state_field label, #billing_postcode_field label, #billing_phone_field label, #shipping_first_name_field label, #shipping_last_name_field label, #shipping_address_1_field label, #shipping_address_2_field label, #shipping_city_field label, #shipping_state_field label, #shipping_postcode_field label { color: #999; text-transform: uppercase; font-size: 10px; font-weight: 700; } #billing_first_name_field input, #billing_last_name_field input, #billing_address_1_field input, #billing_address_2_field input, #billing_city_field input, #billing_state_field input, #billing_postcode_field input, #billing_phone_field input, #shipping_first_name_field input, #shipping_last_name_field input, #shipping_address_1_field input, #shipping_address_2_field input, #shipping_city_field input, #shipping_state_field input, #shipping_postcode_field input { height: 40px; line-height: 40px; /* background-color: #e5e5e5; */ border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } #billing_company_field, #billing_country_field, #billing_email_field, #shipping_company_field, #shipping_country_field { width: 100%; display: inline-flex; padding: 3px; margin: 0 0 6px; flex-direction: column; } #billing_company_field label, #billing_country_field label, #billing_email_field label, #shipping_company_field label, #shipping_country_field label { color: #999; text-transform: uppercase; font-size: 10px; font-weight: 700; } #billing_company_field input, #billing_country_field .select2-container, #billing_email_field input, #shipping_company_field input, #shipping_country_field .select2-container { height: 40px; line-height: 40px; /* background-color: #e5e5e5; */ border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } .select2-container--default .select2-selection--single { border: none; } #select2-billing_country-container, #select2-shipping_country-container { /* background-color: #e5e5e5; */ margin-top: 5px; } .select2-selection__arrow { margin-top: 5px; } #order_comments_field label { color: #999; text-transform: uppercase; font-size: 10px; font-weight: 700; } #order_comments_field textarea { /* background-color: #e5e5e5; */ height: 100px; } #order_comments_field .woocommerce-input-wrapper { /* background-color: #e5e5e5; */ border: 1px solid #999; color: #000; width: 100%; display: block; padding: 15px; font-size: 12px; height: 130px; line-height: 12px; font-size: 12px; height: 130px !important; } #checkout .col-2 { margin-bottom: 30px; } #order_review_heading { font-size: 16px; font-weight: 500; line-height: 1.5; margin: 0 -20px; padding: 22px 20px 18px; background-color: #eeeeee; text-transform: uppercase; } #order_review { margin: 0 -20px; padding: 0 20px; background-color: #eeeeee; padding-bottom: 21px; } #order_review table { width: 100%; margin-bottom: 1.5rem; } #order_review table thead .product-name { text-align: left; padding-bottom: 11px; } #order_review table thead .product-total { text-align: right; padding-bottom: 11px; } #order_review table thead tr { border-bottom: solid 1px #c6c6c6; } #order_review table tbody .product-name { border-bottom: solid 1px #c6c6c6; padding: 14px 0; width: 100%; } #order_review table tbody .product-total { border-bottom: solid 1px #c6c6c6; padding: 14px 0; text-align: right; } #order_review table tfoot .cart-subtotal, #order_review table tfoot .order-total, #order_review table tfoot .shipping, #order_review table tfoot .tax-rate { border-bottom: solid 1px #c6c6c6; } #order_review table tfoot .cart-subtotal th, #order_review table tfoot .order-total th, #order_review table tfoot .shipping th, #order_review table tfoot .tax-rate th { text-align: left; padding: 9px 0 11px; text-transform: uppercase; } #order_review table tfoot .cart-subtotal td { font-weight: 500; } #order_review table tfoot .order-total td { background-color: inherit; } #payment { padding: 13px 13px 15px; border: solid 1px #999999; } #payment .wc_payment_method label { width: 100%; margin-bottom: 1rem; } #payment ul.payment_methods li img.stripe-icon { display: inline; } #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { position: relative; box-sizing: border-box; width: 100%; padding: 1em; margin: 1em 0; font-size: 12px; border-radius: 2px; line-height: 1.5; background-color: #dfdcde; } .woocommerce-privacy-policy-text p { font-size: 11px; line-height: 1.25rem; } .form-row { font-size: 12px; font-weight: 300; margin: 8px 0; } #payment > div > div > p > label { display: flex; } #my_field_name_field > span > label { height: 20px; display: flex; align-items: center; } #payment > div > div > p > label #terms, #my_field_name { width: 20px; height: 20px; margin: 0 12px 0 0; border: solid 1px #979797; background-color: #eeeeee; border-radius: 0; } #payment #terms[type="checkbox"]::after, #my_field_name::after { content: " "; width: 20px; height: 20px; border: solid 1px #979797; background-color: #eeeeee; display: flex; } #payment #terms[type="checkbox"]:checked:after, #my_field_name:checked::after { content: ""; display: block; width: 18px; height: 15px; background-size: 18px 15px; background-repeat: no-repeat; background-position: absolute; top: -4px; left: 2px; background-image: url(data:image/svg+xml;charset=utf8,%3C?xml); z-index: 99; position: absolute; display: none; } #my_field_name_field > span > label > span { display: none; } #wc-stripe-new-payment-method { width: 20px !important; height: 20px; margin: 0 12px 0 0; border: solid 1px #979797; background-color: #eeeeee; border-radius: 0; } #wc-stripe-new-payment-method[type="checkbox"]:after { content: " "; width: 20px; height: 20px; border: solid 1px #979797; background-color: #eeeeee; display: flex; } #wc-stripe-new-payment-method[type="checkbox"]:checked:after { content: ""; display: block; width: 18px; height: 15px; background-size: 18px 15px; background-repeat: no-repeat; background-position: absolute; top: -4px; left: 2px; background-image: url(data:image/svg+xml;charset=utf8,%3C?xml); display: none; } #payment .form-row #place_order { font-size: 12px; font-weight: 300; text-align: center; color: #ffffff; background-color: #666666; height: 40px; width: 100%; text-transform: uppercase; margin-top: 25px; } .woocommerce-terms-and-conditions-checkbox-text a { font-weight: 500; text-decoration: underline; } /* .woocommerce-terms-and-conditions-checkbox-text a::after { content: ' *'; color: red; font-weight: 700; text-decoration: none; } .woocommerce-terms-and-conditions-checkbox-text .required { display: none; } */ #ship-to-different-address > label > span { font-size: 12px; } #ship-to-different-address label { display: flex; align-items: center; padding-left: 3px; margin: 11px 0 20px; } #ship-to-different-address-checkbox { width: 20px !important; height: 20px; margin: 0 12px 0 0; border: solid 1px #979797; background-color: #eeeeee; border-radius: 0; } #ship-to-different-address-checkbox[type="checkbox"]:after { content: " "; width: 20px; height: 20px; border: solid 1px #979797; /* background-color: #eeeeee; */ display: flex; } #ship-to-different-address-checkbox[type="checkbox"]:checked:after { content: ""; display: block; width: 18px; height: 15px; background-size: 18px 15px; background-repeat: no-repeat; background-position: absolute; top: -4px; left: 2px; background-image: url(data:image/svg+xml;charset=utf8,%3C?xml); display: none; } #checkout .woocommerce .woocommerce-order .order_details { margin: 16px 0; border-bottom: 1px solid black; padding-bottom: 16px; } #checkout .woocommerce .woocommerce-order .shop_table.order_details { border: 0; } #checkout .woocommerce .woocommerce-order .order_details li { font-weight: 500; display: flex; justify-content: space-between; } #checkout .woocommerce .woocommerce-order .order_details li:first-child { display: flex; justify-content: space-between; } .woocommerce-order-details { border-bottom: 1px solid black; } .woocommerce-order-details thead { display: none; } .woocommerce-order-details tbody .product-name { width: 50%; } .woocommerce-order-details tbody .product-total { width: 50%; text-align: right; font-weight: 700; } .woocommerce-order-details tfoot tr th { text-align: left; display: flex; } .woocommerce-order-details tfoot tr td { text-align: right; font-weight: 700; text-align: right; } .woocommerce-customer-details { margin-top: 16px; } .woocommerce-customer-details h2 { font-weight: 500; } .woocommerce-column--billing-address { margin-bottom: 30px; } .woocommerce .cart-empty { background-color: #f7f7f7; padding: 10px; border-top: solid black 4px; } .woocommerce-thankyou-order-received { font-size: 18px; font-weight: 500; } .woocommerce-order-details__title { font-weight: 500; text-decoration: underline; } .shop_table.order_details { width: 100%; } .woocommerce-column__title { text-decoration: underline; margin-bottom: 8px; } .woocommerce-column--billing-address { border-bottom: 1px solid black; padding-bottom: 16px; } .heightList { height: calc(100vh - 260px); } .heightList div:last-of-type { border: none; } .exhib-carrousel { overflow: hidden; margin-bottom: 0 !important; } .exhib-carrousel .slick-track { display: flex; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .underlined { border-bottom-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); padding-bottom: 2px; font-weight: 500; } .bg-gradient-linear { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.54)); } .exhib-carrousel .slick-dots { position: absolute !important; bottom: 0.25rem; } @media (min-width: 768px) { .exhib-carrousel .slick-dots { bottom: 15px; } } .exhib-carrousel .slick-dots li { margin: 0px; margin-right: 10px; height: 0.5rem; width: 0.5rem; } @media (min-width: 768px) { .exhib-carrousel .slick-dots li { margin-right: 0.75rem; } .exhib-carrousel .slick-dots li { height: 0.75rem; } .exhib-carrousel .slick-dots li { width: 0.75rem; } } .exhib-carrousel .slick-dots li button { height: 100%; width: 100%; } .exhib-carrousel .slick-dots li button:before, .exhib-carrousel .slick-dots li.slick-active button:before { margin: 0px; display: inline-block; height: 100%; width: 100%; cursor: pointer; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); background-color: transparent; opacity: 1; border-radius: 50%; content: ''; } .exhib-carrousel .slick-dots li.slick-active button:before { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .exhib-carrousel .slick-track { height: auto; } @media (min-width: 768px) { .exhib-carrousel .slick-track { height: 460px; } .exhib-carrousel .slick-track { gap: 20px; } .exhib-carrousel .slick-slide { opacity: 0.6; } .exhib-carrousel .slick-slide { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .exhib-carrousel .slick-slide { transition-duration: 200ms; } .exhib-carrousel .slick-active { opacity: 1; } } .exhib-carrousel .slick-dots { height: 0px; } .exhib-carrousel .slick-dots > li { bottom: 25px; } @media (min-width: 768px) { .exhib-carrousel .slick-dots > li { bottom: 1.25rem; } } .content-description p > strong { padding-bottom: 0.75rem; } .artist-description p:nth-child(n+2) { display: none; } @media (min-width: 768px) { .artist-description p:nth-child(n+2) { display: block; } } .scrollbar-thin { scrollbar-width: none; } /* width */ .scrollbar-thin::-webkit-scrollbar { display: none; } .vimeo-video, .vimeo-video > iframe { height: 220px; width: 100%; } @media (min-width: 768px) { .vimeo-video, .vimeo-video > iframe { margin-top: 0px; margin-bottom: 0px; } .vimeo-video, .vimeo-video > iframe { height: 100%; } .vimeo-video, .vimeo-video > iframe { min-width: calc(60vw - 60px); } .vimeo-video, .vimeo-video > iframe { max-width: calc(60vw - 60px); } .carrousel-height .slick-track .slick-slide iframe { width: calc(60vw - 60px); } } @media only screen and (min-width: 1024px) { .scrollbar-thin { scrollbar-width: 5px; } /* width */ .scrollbar-thin::-webkit-scrollbar { padding-left: 0.75rem; } .scrollbar-thin::-webkit-scrollbar { display: block; width: 5px; height: 5px; } /* Track */ .scrollbar-thin::-webkit-scrollbar-track { background-color: #d8d8d8; border-radius: 200px; } /* Handle */ .scrollbar-thin::-webkit-scrollbar-thumb { background: #242424; border-radius: 200px; } } .js-JewelPopup { display: none; } .js-JewelPopup[data-show] { display: flex; } .h-screen-without-header { height: calc(100vh - 49px); } .vimeo-background iframe { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; transform: translate(-50%,-50%); } .vimeo-video-full iframe { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; } .arrow-svg-container svg { height: 20px; width: 20px; fill:black; } .unmute-btn { position: absolute; bottom: 25%; left: 50%; z-index: 40; margin-left: auto; margin-right: auto; width: 140px; cursor: pointer; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); padding-top: 6px; text-align: center; font-size: 12px; font-weight: 700; text-transform: uppercase; --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); transform: translateX(-50%); padding: 5px 10px; border-radius: 100px; background: rgba(0,0,0,.7); } .viewing-mobile-position { transform: translate(26%, 71%); } .divider { display: inline-block; padding-left: 5px; padding-right: 5px; } .title-text-vr > p { margin-bottom: 1.25rem; } .desktop-divider > .divider { display: none; } @media (min-width: 768px) { .desktop-divider > .divider { display: block; } } img.aligncenter { margin-left: auto; margin-right: auto; } .big-text { font-size: 22px; line-height: 1.75rem; } @media (min-width: 768px) { .big-text { font-size: 28px; } .big-text { line-height: 2.5rem; } } .big-text h3 { margin-bottom: 15px; } .big-text h3, .big-text p { margin-bottom: 10px; } .small-text h3 { margin-bottom: 15px; display: flex; flex-direction: column; font-size: 18px; line-height: 19px; } @media (min-width: 768px) { .small-text h3 { flex-direction: row; } } .desktop-divider.small-text > h3 > .divider { display: none; padding-left: 0.5rem; padding-right: 0.5rem; } @media (min-width: 768px) { .desktop-divider.small-text > h3 > .divider { display: block; } } .small-text h4, .small-text p { margin-bottom: 10px; font-size: 11px; line-height: 18px; } @media (min-width: 768px) { .small-text h4, .small-text p { font-size: 14px; } .small-text h4, .small-text p { line-height: 26px; } } .small-text *:last-child, .big-text *:last-child { margin-bottom: 0px; } @media (min-width: 768px) { .small-text *:last-child, .big-text *:last-child { margin-bottom: 0px; } } .workshop-shop-grid { } .wpgb-facet-34.wpgb-facet ul .wpgb-button, .wpgb-facet-3.wpgb-facet ul .wpgb-button { border: 0; color: #a9a9a9; text-transform: uppercase; } .wpgb-facet-34.wpgb-facet .wpgb-button span, .wpgb-facet-3.wpgb-facet .wpgb-button span { font-size: 13px; } .wpgb-facet-34.wpgb-facet .wpgb-button[aria-pressed="true"], .wpgb-facet-3.wpgb-facet .wpgb-button[aria-pressed="true"] { background-color: transparent; border: 0; } .wpgb-facet-34.wpgb-facet .wpgb-button[aria-pressed="true"] span, .wpgb-facet-3.wpgb-facet .wpgb-button[aria-pressed="true"] span { color: black; } .page-template-workshop-shop .wpgb-viewport { height: auto !important; } .page-template-workshop-shop .wpgb-justified { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; grid-column-gap: 20px !important; grid-row-gap: 20px !important; } .page-template-workshop-shop .wpgb-card { height: auto !important; position: static !important; width: auto !important; } .page-template-workshop-shop .wpgb-card-media { position: static !important; display: flex !important; flex-direction: column !important; } .page-template-workshop-shop .wpgb-card-media svg { display: none !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-thumbnail { position: static !important; overflow: initial !important; width: 100% !important; height: 248px !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-handle-lb { position: static !important; width: 100% !important; height: 100% !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-handle-lb > div { position: static !important; width: 100% !important; height: 100% !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-content, .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-content-bottom { position: static !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-content-bottom h3, .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-content-bottom h3 a { font-size: 14px !important; } .page-template-workshop-shop .wpgb-card-media .wpgb-card-media-content-bottom h3 { font-size: 0.875em !important; line-height: 1.6 !important; font-weight: 400 !important; padding: 0 !important; margin: 10px 0 0 !important; text-align: center !important; color: #000 !important; text-transform: uppercase !important; } .page-template-workshop-shop .wpgb-card-media-content-bottom .wpgb-block-6 { color: #a9a9a9 !important; font-size: 0.875em !important; line-height: 1.6 !important; font-weight: 400 !important; text-align: center !important; color: #a9a9a9 !important; } .page-template-workshop-shop .wp-grid-builder .wpgb-card-media-content-bottom .wpgb-block-7 { font-size: 0.8125em !important; line-height: 1.4 !important; font-weight: 400 !important; text-align: center !important; margin-top: 10px !important; color: #000 !important; } .page-template-workshop-shop .wp-grid-builder .wpgb-card-media-content-bottom .wpgb-block-2, .page-template-workshop-shop .wp-grid-builder .wpgb-card-media-content-bottom .wpgb-block-7, .page-template-workshop-shop .wp-grid-builder .wpgb-card-media-content-bottom .wpgb-block-8 { color: black !important; } .page-template-workshop-shop .wp-grid-builder .wpgb-card-media-content-bottom .wpgb-block-8 { font-size: 0.875em !important; line-height: 1.4 !important; font-weight: 400 !important; text-align: center !important; padding: 0.5em !important; border-width: 0.125em !important; border-style: solid !important; border-radius: 0.3em !important; text-transform: uppercase !important; display: block !important; margin: 15px 5em 0 !important; color: #000 !important; } .heroImageComponent { position: relative; display: flex; justify-content: center; align-items: center; } .heroImageComponent__image { width: 100%; padding-top: 56.25%; overflow: hidden; position: relative; } .heroImageComponent__image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .heroImageComponent__text { position: absolute; color: #fff; text-align: center; text-transform: uppercase; } .heroImageComponent__heroText h1 { font-size: 48px; } .heroImageComponent__heroText p { font-size: 24px; line-height: 35px; } .heroImageComponent__heroComponentSubText { font-size: 21px; width: 320px; max-width: 100%; margin: 0 auto; } .heroImageComponent hr { width: 33px; margin: 10px auto 20px; } .heroImageComponent.heroImageComponent__alignment--left { justify-content: flex-start; } .heroImageComponent.heroImageComponent__alignment--left .heroImageComponent__text { padding-left: 50px; max-width: 66%; padding-left: minmax(20%, 100px); text-align: left; } .heroImageComponent.heroImageComponent__alignment--left .heroImageComponent__text h1 { font-size: 32px; text-align: left; } .heroImageComponent.heroImageComponent__alignment--left .heroImageComponent__heroComponentSubText { font-size: 14px; text-align: left; margin: 10px auto 0 0; } .heroImageComponent.heroImageComponent__alignment--left hr { display: none; } /* My account: Login / general */ .page-template-my-account { background-color: #000; } .myaccount { max-width: 700px; background: #fff; padding-top: 50px; padding-bottom: 50px; margin-bottom: 28px; margin-left: 50px; } .myaccount-signin { color: #a9a9a9; } .myaccount-signin input[type="submit"] { margin-bottom: 50px; } .mb-50 { margin-bottom: 50px; } /* My account: Register */ .page-template-register-php { background-color: #000; } .myaccount.register { border: 1px solid #DFDFDF; background-color: #fcfcfc; margin-top: 120px; } .myaccount.register #wp-submit { background-color: #000; } /* My Account: Login / general - responsive */ @media only screen and (max-width: 768px) { .myaccount { max-width: 90%; box-sizing: border-box; margin: 228px auto 28px; } } .woocommerce-MyAccount-navigation a { width: 100%; display: flex; align-items: center; } .woocommerce-MyAccount-navigation ul li:after { content: url('assets/img/icon-grey-navigation-arrow-drop-down-off-24-px.svg'); } .woocommerce-MyAccount-navigation ul li.is-active:after { content: url('assets/img/icon-black-navigation-arrow-drop-down-24-px.svg'); } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: url('assets/img/icon-grey-action-shopping-basket-off-24-px.svg'); margin-right: 12px; } #my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders.is-active a:before { content: url('assets/img/icon-black-action-shopping-basket-24-px.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: url('assets/img/icon-grey-action-home-off.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active a:before { content: url('assets/img/icon-black-action-home-on-24-dp.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: url('assets/img/icon-grey-action-account-circle-off-24-px.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before { content: url('assets/img/icon-black-action-account-circle-24-px.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: url('assets/img/icon-grey-credit-card-black-off-24-dp.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods.is-active a:before { content: url('assets/img/icon-black-credit-card-black-24-dp.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--communication-preferences a:before { content: url('assets/img/icon-grey-action-email-off.svg'); margin-right: 12px; } .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--communication-preferences.is-active a:before { content: url('assets/img/icon-black-action-email.svg.'); margin-right: 12px; } li.woocommerce-MyAccount-navigation-link .woocommerce-MyAccount-navigation-link--orders { border-bottom: 1px solid #000; } .woocommerce-MyAccount-navigation { font-size: 16px; line-height: 24px; font-weight: 100; } .woocommerce-MyAccount-navigation ul li { border-bottom: 1px solid #000; padding-top: 16px; padding-bottom: 12px; display: flex; align-items: baseline; } .woocommerce-MyAccount-navigation .is-active { font-weight: 500; } .woocommerce-MyAccount-navigation ul li:last-child { margin-bottom: 28px; } /* ORDERS */ #my-account thead::before { content: 'MY ORDERS'; font-size: 13px; font-weight: 500; } #my-account .shop_table { width: 100%; margin-top: 8px; text-transform: uppercase; font-size: 13px; font-weight: normal; } #my-account .woocommerce .shop_table td { padding: 8px 0; line-height: 1.5em; width: 100%; } #my-acount .woocommerce-orders-table__row .woocommerce-orders-table__row--status-processing .order { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #my-account .shop_table thead tr { display: none; } #my-account .shop_table tbody tr { display: flex; flex-direction: column; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; } #my-account .shop_table tbody tr:first-child { border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 12px; margin-top: 12px; } #my-account .woocommerce td.woocommerce-orders-table__cell-order-number, #my-account .woocommerce td.woocommerce-orders-table__cell-order-date, #my-account .woocommerce td.woocommerce-orders-table__cell-order-status, #my-account .woocommerce td.woocommerce-orders-table__cell-order-total, #my-account .woocommerce td.woocommerce-orders-table__cell-order-actions { text-align: right; } #my-account .woocommerce td.woocommerce-orders-table__cell-order-number::before, #my-account .woocommerce td.woocommerce-orders-table__cell-order-date::before, #my-account .woocommerce td.woocommerce-orders-table__cell-order-status::before, #my-account .woocommerce td.woocommerce-orders-table__cell-order-total::before, #my-account .woocommerce td.woocommerce-orders-table__cell-order-actions::before { content: attr(data-title); float: left; color: #000; } #my-account .woocommerce td.woocommerce-orders-table__cell-order-date, #my-account .woocommerce td.woocommerce-orders-table__cell-order-total, #my-account .woocommerce td.woocommerce-orders-table__cell-order-actions { color: #999999; } #my-account .woocommerce td.woocommerce-orders-table__cell-order-actions { margin-bottom: 24px; } #my-account .woocommerce td.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view { border: 1px solid #000; padding: 0.8em 1.5em 0.6em 1.5em; } #my-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info.woocommerce-order-custom { display: flex; flex-direction: column-reverse; padding: 0px; background-color: #fff; } #my-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info.woocommerce-order-custom::before { display: none; } #my-account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info.woocommerce-order-custom .woocommerce-Button.button { text-align: center; padding: 12px 8px 8px 8px !important; color: #000; } /* ORDER DETAIL - VIEW ORDER */ #my-account h2.woocommerce-order-details__title { font-size: 16px; font-weight: 500; text-transform: uppercase; } #my-account tr.woocommerce-table__line-item.order_item { display: table-row; } #my-account section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3) { display: none; } #my-account section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td small { display: table-column; } #my-account section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(5) { display: none; } #my-account section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr { border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 12px; margin-top: 12px; } #my-account section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th { display: revert; } #my-account .woocommerce-MyAccount-content p mark { background-color: #fff; } /* ADRESSES */ #my-account .woocommerce-Address-title h3 { font-size: 12px; text-transform: uppercase; font-weight: normal; } #my-account .woocommerce-Address-title a { font-size: 12px; border-bottom: 1px solid #000; padding-bottom: 2px; } #my-account address { color: #999999; font-size: 12px; font-weight: 300; font-stretch: normal; font-style: italic; line-height: 1.33; margin-top: 12px; margin-bottom: 12px; } #my-account > div > div > form > h3::before { display: flex; content: 'ADDRESSES'; font-size: 13px; font-weight: 500; margin-bottom: 16px; } #my-account form h3 { font-size: 12px; text-transform: uppercase; font-weight: normal; margin-left: 2px; margin-top: 12px; margin-bottom: 6px; } #my-account .form-row.form-row-first.validate-required, #my-account .form-row.form-row-last.validate-required, #my-account .form-row.address-field.validate-required.form-row-wide, #my-account .form-row.address-field.form-row-wide, #my-account .form-row.form-row-wide.validate-required.validate-phone { width: 100%; } #my-account .form-row.form-row-first.validate-required label, #my-account .form-row.form-row-last.validate-required label, #my-account .form-row.address-field.validate-required.form-row-wide label, #my-account .form-row.address-field.form-row-wide label, #my-account .form-row.form-row-wide.validate-required.validate-phone label, #my-account .form-row.form-row-wide.validate-required.validate-email label, #my-account .form-row.form-row-wide label { font-weight: 100; font-size: 11px; } #my-account abbr[title] { text-decoration: none; } #my-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p button.button { width: 100%; background-color: #666666; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 300; padding-top: 12px !important; padding-bottom: 8px !important; margin-top: 4px; } #my-account #billing_first_name_field, #billing_last_name_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field, #shipping_first_name_field, #shipping_last_name_field, #shipping_address_1_field, #shipping_address_2_field, #shipping_city_field, #shipping_state_field, #shipping_postcode_field { margin-bottom: 8px; } /* ACCOUNT DETAILS */ #my-account .woocommerce-EditAccountForm.edit-account::before { content: 'ACCOUNT DETAILS'; font-size: 13px; font-weight: 500; margin-bottom: 16px; } #my-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first::before { content: 'INFORMATION'; font-size: 12px; font-weight: normal; margin-bottom: 8px; } #my-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first, #my-account .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last { width: 100%; flex-direction: column; } #my-account .woocommerce-Input.woocommerce-Input--text.input-text, #my-account .woocommerce-Input.woocommerce-Input--email.input-text, #my-account .woocommerce-Input.woocommerce-Input--password.input-text { height: 40px; line-height: 40px; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } #my-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first label, #my-account .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last label, #my-account .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label { text-transform: uppercase; color: #999; font-weight: 100; font-size: 11px; } #my-account .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.block-mail { margin: 20px 0 28px 0; } #my-account > div > div > form > p:nth-child(4) > span > em { font-style: normal; font-size: 11px; margin-bottom: 16px; } #my-account form.woocommerce-EditAccountForm.edit-account p button.woocommerce-Button.button { width: 100%; background-color: #666666; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 300; padding-top: 12px !important; padding-bottom: 8px !important; margin-top: 8px; } #my-account form.woocommerce-EditAccountForm.edit-account fieldset legend { text-transform: uppercase; font-size: 12px; font-weight: normal; padding-top: 24px; margin-bottom: -8px; } #my-account fieldset .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide { margin-top: 16px; } #my-account p.form-row.birthday-field.validate-required span input.input-text { height: 40px; line-height: 40px; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } #my-account p.form-row.country-field.validate-required { height: 40px; line-height: 40px; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } /* MY PAYMENT METHODS */ #my-account .woocommerce-MyAccount-content a.button { border: 1px solid #000; padding: 0.8em 1.5em 0.6em 1.5em; text-transform: uppercase; font-weight: 100; font-size: 13px; } #my-account tr.payment-method a.button.delete, #my-account tr.payment-method a.button.default { margin-right: 12px; width: 100%; display: flex; height: 40px; justify-content: center; align-items: center; } #my-account table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table tr.payment-method { margin-bottom: 12px; } #my-account table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table { margin-bottom: 10px; } #my-account table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table thead::before { content: 'MY PAYMENT METHODS'; font-size: 13px; font-weight: 500; } #my-account #checkout .woocommerce-error, .woocommerce-info, .woocommerce-message { border-top: none; background-color: #fff; padding: 0; } #my-account #checkout .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { display: none; } /* DASHBOARD */ #my-account .my-account-dashboard-intro { display: flex; align-items: center; justify-content: space-between; } #my-account .my-account-dashboard-intro a { border: 1px solid #000; padding: 0.8em 1.5em 0.6em 1.5em; text-transform: uppercase; font-weight: 100; font-size: 13px; } #my-account p.my-account-dashboard-intro, #my-account p.my-account-dashboard-intro-2 { font-size: 0.75rem; font-weight: 400; margin-top: 3rem; margin-bottom: 3rem; } @media only screen and (min-width: 768px) { #my-account .my-account-dashboard-intro { justify-content: normal; } #my-account .my-account-dashboard-intro a { margin-left: 18px; } } /* COMMUNICATION PREFERENCES */ #my-account button.communication-preferences-button { width: 100%; background-color: #666666; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 300; padding-top: 10px; margin-bottom: 32px; } input:focus { outline: 1px solid; outline-color: #000; background-color: none; } input.custom-placeholder.placeholder-grey-placeholder.w-full.placeholder-text-xs, input.custom-placeholder.w-full.placeholder-black:focus, input.js-mainSearchInput:focus { outline: none; } .slick-slide:focus { outline: none; } .input-for-login { height: 40px; line-height: 40px; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } .input-for-register { height: 40px; line-height: 30px; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; } .container-register-input label { text-transform: uppercase; color: #999; font-weight: 100; font-size: 14px; margin-bottom: 5px; display: block; } .container-register-input.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont { box-shadow: none; border-color: #000; } .press-container img { max-height: 200px; } .press-container h2 { margin-top: -50px; margin-bottom: 20px; margin-left: 12px; color: #fff; font-size: 13px; font-weight: 300; text-transform: uppercase; } .press-carrousel .slick-slide { position: relative; } .press-carrousel img.img-press-carrousel { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .press-carrousel img.img-logo-press { position: absolute; bottom: 0; bottom: 15px; left: 21px; height: 0.75rem; } .underline-carpenters-press { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } /*.ariane-press span.text-xs.font-light { display: none; }*/ .img-press-brightness { filter: brightness(0.8); } .earth-container { margin: 0 auto; height: 100%; } .glow { position: absolute; top: 50%; left: 50%; height: 100vh; transform: translate(-50%, -50%); background: radial-gradient( ellipse at center, rgba(0, 156, 255, 0.05) 25%, rgba(0, 156, 255, 0.15) 53%, rgba(0, 156, 255, 0.05) 56%, rgba(0, 156, 255, 0) 70% ); pointer-events: none; } .hotspot { display: block; cursor: pointer; pointer-events: all; } .hotspot::before { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; opacity: 0.8; background-color: white; border-radius: 50%; transform: translate(-50%, -50%) scale(1); transition: all 200ms; } .hotspot.active::before { width: 27px; height: 27px; } .hotspot:hover::before { opacity: 1; } .hotspot-exhibitions::before { --tw-bg-opacity: 1; background-color: rgba(170, 203, 76, var(--tw-bg-opacity)); } .hotspot-popups::before { --tw-bg-opacity: 1; background-color: rgba(255, 199, 92, var(--tw-bg-opacity)); } .hotspot-fairs::before { --tw-bg-opacity: 1; background-color: rgba(0, 139, 255, var(--tw-bg-opacity)); } .hotspot::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; border: 1px white solid; opacity: 0.8; border-radius: 50%; transform: translate(-50%, -50%) scale(1); -webkit-animation: pulse 3s infinite; animation: pulse 3s infinite; transition: all 200ms; } .hotspot.active::after { width: 27px; height: 27px; } .hotspot + .hotspot::after { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } @-webkit-keyframes pulse { 0% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); } 50%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.5); } } @keyframes pulse { 0% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); } 50%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.5); } } .swiper-container { position: absolute; bottom: 0; width: 100%; height: 110px; margin-bottom: 100px; } .swiper-slide { margin-left: 10px; } @media (min-width: 1024px) { .swiper-slide { margin-left: 30px; } } .swiper-slide { text-align: center; font-size: 18px; background: #fff; width: 270px; padding: 10px; opacity: 0.8; /* Center slide text vertically */ display: flex; justify-content: center; align-items: center; } .swiper-exhibitions { --tw-bg-opacity: 1; background-color: rgba(170, 203, 76, var(--tw-bg-opacity)); } .swiper-popups { --tw-bg-opacity: 1; background-color: rgba(255, 199, 92, var(--tw-bg-opacity)); } .swiper-fairs { --tw-bg-opacity: 1; background-color: rgba(0, 139, 255, var(--tw-bg-opacity)); } .swiper-nav { margin-left: 130px; display: none; } @media (min-width: 1024px) { .swiper-nav { display: flex; } } .swiper-nav { position: absolute; color: white; bottom: 230px; z-index: 50; } .swiper-button-prev-cust, .swiper-button-next-cust { width: 24px; height: 24px; text-align: center; } .swiper-button-next-cust { margin-left: 30px; } .swiper-info { height: 100%; display: flex; flex-direction: column; flex: 1; padding-right: 10px; text-transform: uppercase; align-items: flex-start; font-stretch: normal; font-style: normal; font-weight: 100; line-height: normal; letter-spacing: normal; justify-content: space-between; } .swiper-title { display: flex; align-items: baseline; padding-top: 2px; padding-bottom: 7px; font-size: 11px; color: #242424; border-bottom: solid #eeeeee 1px; align-self: normal; } .swiper-oval { border-radius: 50%; width: 10px; height: 10px; margin-right: 4px; } .swiper-content { text-align: start; } .swiper-artist { font-size: 12px; font-weight: 500; color: #242424; } .swiper-collection { font-size: 12px; color: #242424; } .swiper-position { display: flex; align-items: baseline; font-size: 11px; } .swiper-position > svg { margin-right: 3px; } .swiper-image { width: 90px; height: 90px; background-color: aqua; } .swiper-link { position: absolute; display: none; justify-content: center; align-items: center; width: 33px; height: 33px; right: 0; bottom: 0; box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5); background-color: #eee; } .swiper-slide-active .swiper-link { display: flex; } .swiper-slide-active { opacity: 1; } .js-searchWPResult { padding-left: 2em; } /* HEADER */ .admin-bar { margin-top: 0; } .b2b-header{ position: fixed; width: 100%; z-index: 100; } .b2b-header .b2b-header-top{ background:#fff; } .b2b-header .b2b-header-inner{ padding: 25px 50px; display:flex; box-sizing:border-box; justify-content: space-between; position:relative; } .b2b-header .b2b-header-left{ display:flex; align-items:center; justify-content: space-between; width: 100%; } .b2b-header .b2b-logo{ width: 298px; height:16px; background-image:url('/wp-content/themes/cwg/assets/img/cwpro-logo.svg'); background-repeat:no-repeat; background-size:cover; } .b2b-header .menu-toggle{ margin-left:50px; color:#A9A9A9; font-size:13px; background-image:url('/wp-content/themes/cwg/assets/img/menu-burger.svg'); background-size:20px; background-position:0%; padding-left:30px; background-repeat:no-repeat; cursor:pointer; } @media only screen and (max-width: 767px) { .b2b-header .b2b-header-left .b2b-header-left-inner{ flex-direction:row-reverse; } .b2b-header .b2b-logo{ width: 85px; height: 17px; background-image:url('/wp-content/themes/cwg/assets/img/cwpro-logo-black.svg'); } .b2b-header .menu-toggle{ margin-left:0px; margin-right:0px; padding-left:0px; color:transparent; } .b2b-header .b2b-header-inner{ padding: 25px 20px; } .b2b-header.header-search-open .b2b-header-left-inner{ display:none; } .mobile-menu-open .b2b-header .b2b-header-top-search{ margin-left:0px!important; } } .b2b-header .b2b-header-right{ display:flex; align-items:center; } .b2b-header .b2b-header-right .header-top-notice p{ text-transform:uppercase; font-size:11px; color:#000; line-height:15px; text-align:right; width:300px; } .b2b-header .b2b-header-right .header-top-notice p span{ color:#7F7F7F; text-transform: initial; } .b2b-header-left-inner{ display:flex; } @media only screen and (max-width: 1023px) { .header-top-notice{ display:none; } } .b2b-header .b2b-header-top-search { display: flex; width: 20px; transition: all 0.2s; } .b2b-header .b2b-header-top-search.open { width:100%; margin-left:40px; } .b2b-header .b2b-header-top-search input{ width:100%; } .b2b-header .b2b-header-right .header-icons{ display:flex; align-items:center; } .header-icon{ width:20px; height:20px; margin-left:40px; background-size:100%; background-repeat:no-repeat; } .b2b-header .b2b-header-top-search{ display:none; } .header-search{ width: 20px; height: 20px; background-size: 100%; background-repeat: no-repeat; background-image:url('/wp-content/themes/cwg/assets/img/icon-search-new.svg'); } .header-wishlist{ background-image:url('/wp-content/themes/cwg/assets/img/icon-heart-new.svg'); } .header-user{ background-image:url('/wp-content/themes/cwg/assets/img/icon-user-new.svg'); } .header-cart{ background-image:url('/wp-content/themes/cwg/assets/img/icon-cart-new.svg'); } .b2b-header.header-scroll .b2b-header-middle{ height:0; } /* B2B HEADER MIDDLE */ .b2b-header-middle { background: #252525; overflow:hidden; transition:all 0.2s; height:132px; } @media only screen and (max-width: 1023px) { .b2b-header-middle { height: 188px; } } .b2b-header-middle .b2b-header-middle-inner { display: flex; justify-content: space-between; padding: 35px 50px; align-items: center; } @media only screen and (max-width: 1023px) { .b2b-header-middle .b2b-header-middle-inner { flex-direction: column; align-items: flex-start; } } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right { width: 45%; } @media only screen and (max-width: 1023px) { .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right { width: 100%; } } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form { display: flex; align-items: center; width: 100%; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .search-button { width: 73px; height: 62px; background-color: #E2E2E2; background-image: url("/wp-content/themes/cwg/assets/img/icon-search-new.svg"); background-position: center center; background-size: 20px; background-repeat: no-repeat; border-radius: 5px 0px 0px 5px; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .middle-search-input { width: 100%; font-size: 20px; color: #000; background: #fff; border-radius: 0px 5px 5px 0px; padding: 16px; font-weight: lighter; } @media only screen and (max-width: 1023px) { .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form { margin-top:20px; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .search-button { } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .middle-search-input { font-size:16px; padding: 19px; } } @media only screen and (max-width: 767px) { .b2b-header-middle { height: 150px; } .b2b-header-middle .b2b-header-middle-inner{ padding: 25px 20px; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form { margin-top:20px; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .search-button { height:45px; width:45px; } .b2b-header-middle .b2b-header-middle-inner .b2b-header-middle-inner-right form .middle-search-input { padding: 11px; height: 45px; } } .b2b-header-middle .b2b-header-middle-inner .welcome-message { color: #fff; font-size: 18px; } .b2b-header-middle .b2b-header-middle-inner .welcome-message span { color: #D1D1D1; } @media only screen and (max-width: 1100px) { .b2b-header-middle .b2b-header-middle-inner .welcome-message { color: #fff; font-size: 12px; } } @media only screen and (max-width: 420px) { .b2b-header-middle { height: 169px; } } /* MOBILE MENU */ .mobile-menu{ position:fixed; width:100%; height:100vh; background:#fff; top:-100vh; left:0; transition:all 0.2s; z-index:10; overflow:hidden; } .mobile-menu-inner{ width: 100%; height: 100vh; position: absolute; } .mobile-menu-menu{ width: 100%; height: 100vh; position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; } .mobile-menu-menu ul{ margin:0; padding:0; } .mobile-menu-menu ul li{ } .mobile-menu-menu ul li:nth-child(3n+3){ margin-bottom:20px; padding-bottom:20px; position:relative; } .mobile-menu-menu ul li:nth-child(3n+3):after{ content:""; width:50px; height:1px; background:rgba(255,255,255,0.3); position:absolute; bottom:0; left:50%; margin-left:-25px; } .mobile-menu-menu ul li a{ font-size:20px; text-transform:uppercase; color:#fff; } .the-design-edit-logo{ margin-top:40px; } .mobile-menu.active{ top:0; } .mobile-menu-open .b2b-header-middle{ display:none; } .mobile-menu-open .filters-container{ display:none; } .mobile-menu-open .b2b-header .b2b-header-top-search{ display:flex; } .mobile-menu-open .b2b-header .b2b-header-top-search input { width: 100%; background: #000; margin-left: 10px; } .vimeo-iframe{ transform: scale(11.5); position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top:0; } .mobile-menu-open .header-top-notice{ display:none; } .mobile-menu-open .b2b-header-top{ background:transparent; } .mobile-menu-open .b2b-header-inner{ filter: invert(1); } .mobile-menu-open .b2b-header .menu-toggle{ color:#000; } .mobile-menu-open #mainSearchInput{ color:#fff; } @media only screen and (max-width: 767px) { .mobile-menu-open .b2b-header .menu-toggle{ color:transparent; } } /* @media only screen and (max-width: 1023px) { .vimeo-iframe{ transform: scale(11); } } @media only screen and (max-width: 767px) { .vimeo-iframe{ transform: scale(6.5); } } */ /* .admin-bar { margin-top: 0; } */ .b2c-header{ position: fixed; width: 100%; z-index: 100; } .b2c-header .b2c-header-top{ background:#fff; } .b2c-header .b2c-header-inner{ padding: 25px 50px; display:flex; box-sizing:border-box; justify-content: space-between; position:relative; } .b2c-header .b2c-header-left{ display:flex; align-items:center; } .b2c-header .b2c-mheader-middle{ width: 100%; display: flex; justify-content: center; position: relative; padding-left:40px; } .b2c-header .b2c-mheader-middle ul{ display:flex; margin-left:-40px; } .b2c-header .b2c-mheader-middle ul li{ margin:0px 14px; } .b2c-header .b2c-mheader-middle ul li a{ text-transform: uppercase; font-size:14px; } .b2c-header .b2c-logo{ width: 298px; height:13px; background-image:url('/wp-content/themes/cwg/assets/img/logo-cwg-gallery-black.svg'); background-repeat:no-repeat; background-size:cover; } .b2c-header .menu-toggle{ margin-left:50px; color:#A9A9A9; font-size:13px; background-image:url('/wp-content/themes/cwg/assets/img/menu-burger.svg'); background-size:20px; background-position:0%; padding-left:30px; background-repeat:no-repeat; cursor:pointer; display:none; } @media only screen and (max-width: 767px) { .b2c-header .b2c-logo{ width: 65px; height: 20px; background-image:url('/wp-content/themes/cwg/assets/img/cwg-logo.svg'); } .b2c-header .menu-toggle{ margin-left:0px; margin-right:0px; padding-left:0px; color:transparent; } .b2c-header .b2c-header-inner{ padding: 25px 20px; } .mobile-menu-open .b2c-header .b2c-header-top-search{ margin-left:0px!important; } } .b2c-header .b2c-header-right{ display:flex; align-items:center; } .b2c-header .b2c-header-right .header-top-notice p{ text-transform:uppercase; font-size:11px; color:#000; line-height:15px; text-align:right; width:300px; } .b2c-header .b2c-header-right .header-top-notice p span{ color:#7F7F7F; text-transform: initial; } @media only screen and (max-width: 1023px) { .header-top-notice{ display:none; } } .b2c-header .b2c-header-top-search { display: flex; width: 20px; transition: all 0.2s; position: absolute; right: 0; } .b2c-header .b2c-header-top-search.open { width:95%; margin-left:40px; background:#fff; } .b2c-header .b2c-header-top-search input{ width:100%; } .b2c-header .b2c-header-right .header-icons{ display:flex; align-items:center; } .header-icon{ width:20px; height:20px; margin-left:40px; background-size:100%; background-repeat:no-repeat; } .header-search{ width: 20px; height: 20px; background-size: 100%; background-repeat: no-repeat; background-image:url('/wp-content/themes/cwg/assets/img/icon-search-new.svg'); } .header-wishlist{ background-image:url('/wp-content/themes/cwg/assets/img/icon-heart-new.svg'); } .header-user{ background-image:url('/wp-content/themes/cwg/assets/img/icon-user-new.svg'); } .header-cart{ background-image:url('/wp-content/themes/cwg/assets/img/icon-cart-new.svg'); } @media only screen and (max-width: 1220px) { .b2c-header .b2c-mheader-middle .menu-items{ display:none; } .b2c-header .menu-toggle{ display:block!important; margin-left:0px; margin-right:20px; width:20px; height:20px; padding:0px; } } .b2c-header.transparent-header .b2c-header-top{ background:transparent; filter:invert(1); } .b2c-header.transparent-header .b2c-header-top-search.open{ background:transparent; } .b2c-header.transparent-header .b2c-header-top-search input{ background:#000; color:#fff; } .b2c-header.transparent-header.header-scroll .b2c-header-top-search input{ background:#fff; color:#000; } .b2c-header.header-scroll .b2c-header-top{ background:#fff; filter:invert(0); } .mobile-menu-open .b2c-header .b2c-header-top{ background:transparent; filter:invert(1); } .mobile-menu-open .b2c-header-top-search.open input{ background:#000; color:#fff; } .mobile-menu-open .b2c-header.header-scroll .b2c-header-top-search input{ background:#000; color:#fff; } @media only screen and (max-width: 767px) { .mobile-menu-open .b2c-header.header-scroll .b2c-header-top-search input{ background:#000; color:#fff; } } /* footer */ footer .footer-top{ width:100%; padding-top:70px; padding-bottom:70px; background:#FDFDFD; border-top:1px solid #f5f5f5; } footer .footer-top .locations{ width: 100%; display: flex; } footer .footer-top .location{ width:25%; text-align:center; } .location .location-name{ text-transform: uppercase; } .location .address, .location .opening, .location .phone, .location .email{ font-size:13px; color:#6D6D6D; display:block; line-height:26px; } .location .phone, .location .email{ text-decoration:underline; } .footer-middle{ background:#000; } .footer-middle .padding-container{ padding:60px 50px; display: flex; justify-content: space-between; } .form-message-container{ display:flex; margin-right: 30px; } .footer-middle form input, .footer-middle form select, .footer-middle form button{ background:0; border:1px solid #fff; color:#fff; } .footer-middle form option{ color:#000!important; } .footer-middle .footer-form{ width: 100%; flex-wrap: wrap; } .footer-middle .form-inner{ display: flex; } .footer-middle p{ font-size:17px; color:#fff; margin-right:30px; width: 170px; } .footer-middle p span{ display:block; color:#A9A9A9; } .footer-form{ display:flex; } .footer-middle form button{ font-size: 13px; width: 15%; } .footer-middle .footer-form .email-input, .footer-middle .footer-form .select-input{ width: 40%; margin-right:30px; box-sizing:border-box; padding:10px; outline:0; } .footer-middle .footer-form .select-input{ -webkit-appearance: none; background-image:url('/wp-content/themes/cwg/assets/img/white-down-arrow.svg'); background-size:10px; background-position:95%; background-repeat:no-repeat; } .footer-bottom{ } .footer-bottom .padding-container{ padding:36px 50px; display:flex; justify-content: space-between; } .footer-bottom-links{ display:flex; } .footer-bottom-links a{ margin-right:30px; font-size:13px; } .footer-bottom .back-to-top{ font-size:13px; text-transform:uppercase; padding-right:20px; background-image:url('/wp-content/themes/cwg/assets/img/arrow-up.svg'); background-position:100%; background-size:9px; background-repeat:no-repeat; cursor:pointer; } .js-resultNewsletterForm{ width:100%; color:#fff; margin-top:5px; } .footer-bottom .submit-button .js-newsletterLoader{ display:none!important; } .footer-bottom .form-container{ width: 50%; } .footer-social-section{ display:flex; align-items: center; } .footer-social-section p{ width:300px; text-transform:uppercase; } .social-links{ width:200px; display:flex; justify-content: space-around; } @media only screen and (max-width: 1570px) { .footer-middle p { font-size: 13px; } } @media only screen and (max-width: 1350px) { footer .footer-top .locations { flex-wrap: wrap; } footer .footer-top .locations .location { width:50%; } footer .footer-top .locations .location:nth-child(1), footer .footer-top .locations .location:nth-child(2) { margin-bottom:50px; } .footer-middle .padding-container{ flex-direction:column; } .form-message-container { flex-direction:column; margin-right: 0px; } .footer-middle .form-inner { width: 100%; margin-top:30px; } .footer-middle p { font-size: 17px; } .footer-social-section { justify-content: space-between; } .footer-middle .footer-form { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgb(232 232 232 / 20%); } } .location-toggle{ display:none; } @media only screen and (max-width: 767px) { footer .footer-top .locations .location { width:100%; position:relative; } .location-toggle{ display: block; width: 18px; height: 11px; background-image:url('../cwg/assets/img/down-arrow-black.svg'); background-size: 18px; position: absolute; right: 0; top: 20px; cursor:pointer; } .location-details{ overflow:hidden; height:0; } .open .location-details{ height:auto; } .open .location-toggle{ transform:rotate(180deg); } footer .footer-top .locations .location:nth-child(1), footer .footer-top .locations .location:nth-child(2), footer .footer-top .locations .location:nth-child(3) { margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #E8E8E8; } .footer-middle .form-inner { display: flex; flex-direction: column; } .footer-middle .footer-form .email-input, .footer-middle .footer-form .select-input{ width:100%; margin-bottom:15px; } .footer-middle .footer-form .submit-button{ width: 100%; padding: 12px; } .footer-social-section { flex-direction: column; text-align: center; } .footer-social-section p{ margin-right:0px; margin-bottom:20px; } .form-message-container p{ text-align:center; margin-right:0px; margin: auto; } .footer-bottom .padding-container{ flex-direction:column; text-align: center; } .footer-bottom .padding-container .back-to-top{ width: 108px; margin: auto; margin-top: 20px; } .footer-bottom-links { align-items: center; justify-content: center; } .footer-bottom-links a:nth-child(3){ margin-right:0px; } footer .footer-top .locations { width: 90%; margin: auto; } .footer-middle .footer-form { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgb(232 232 232 / 20%); } } .fullPageMenu{ visibility:hidden; } .menu-open .fullPageMenu{ visibility: visible; } .fullPageMenu ul li a{ color: #fff; } /*CAREERS PAGE*/ .careers-header{ position:relative; height:100vh; width:100%; } .careers-overlay{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background: rgb(255,255,255); background: linear-gradient( 180deg, rgba(255,255,255,0) 23%, rgba(0,0,0,1) 130%); } .careers-content{ position: relative; z-index:2; padding-left: 50px; padding-right: 50px; height: 100%; display: flex; align-items: flex-end; padding-bottom:50px; color:#fff; } .careers-content .career-header-text h2{ font-size:32px; margin-bottom:20px; line-height: 34px; } .careers-content .career-header-text p{ font-size: 14px; max-width: 100%; line-height: 27px; } .career-page-content{ padding-left: 50px; padding-right: 50px; width:100%; display:flex; margin-top: 56px; padding-bottom:70px; justify-content: space-between; } .career-page-content .left{ width:calc(100% - 630px); } .career-page-content .right{ width:630px; padding-left: 50px; } .career-page-content .right .sidebar-grey{ padding-left: 50px; padding-right: 50px; } .SumoSelect>.CaptionCont>label>i{ background-image:url('/wp-content/themes/cwg/assets/img/down-arrow-black.svg'); } .career-cta-title{ line-height: 19px; font-size: 17px; } .career-cta-text{ margin-top:26px; font-weight:normal; font-size:14px; } .career-cta-button{ text-transform:uppercase; width:192px; height:45px; color:#000; display:flex; align-items: center; justify-content: center; border:1px solid #000; margin-top:40px; } .career-page-content .search-title{ font-size:17px; margin-bottom:40px; } .career-page-content .careers-list .ml-auto svg{ width: 32px; height: 45px; } .career-page-content .careers-list a{ font-weight:normal!important; font-size:16px; } .career-page-content .careers-list p{ font-weight:normal!important; font-size:16px; } @media only screen and (max-width: 1000px) { .career-page-content{ flex-direction:column; } .career-page-content .right{ width:100%; padding-left:0px; } .career-page-content .left{ width:100%; margin-bottom:50px; } .careers-content { position:absolute; top:0; } .left .select-dropdowns{ display:flex; flex-direction:column; } } @media only screen and (max-width: 767px) { .select-dropdowns{ display:flex; flex-direction:column; } .careers-content{ padding-left:25px; padding-right:25px; } .career-page-content{ padding-left: 25px; padding-right: 25px; } .careers-content .career-header-text h2 { font-size: 30px; } .careers-content .career-header-text p { font-size: 13px; } .career-page-content .careers-list a{ font-size:14px; } .career-page-content .careers-list p{ font-size:14px; } .career-page-content .careers-list .ml-auto svg { width: 21px; } } @media only screen and (max-width: 600px) { .careers-content .career-header-text h2 { font-size: 24px; } .career-header-text p{ font-size:12px; } .career-header-text p br{ display:none; } .career-page-content .search-title{ font-size:14px; } .career-page-content .sidebar-grey{ padding: 20px!important; } .career-page-content .careers-list a{ font-size:12px; } .career-page-content .careers-list p{ font-size:12px; } } /* single press page */ .single-pressarticles{ background:#000; color:#fff; } .press-details-content-container{ display:flex; } .press-details-content-container .title{ font-size:20px; margin-bottom:19px; text-transform:uppercase; } .press-details-content-container .article-info-top{ margin-bottom:37px; padding-bottom:27px; border-bottom:1px solid #464646; } .press-details-content-container .article-info-top .by-date{ color:#6E6E6E!important; font-size:12px; margin-top:19px; } .press-details-content-container .the-content{ font-size:12px; margin-bottom:24px; } .press-details-content-container .readmore-share{ display:flex; height: 45px; } .press-details-content-container .read-article{ font-size:13px; border:1px solid #fff; text-transform:uppercase; padding: 10px 37px; display: flex; align-items: center; } .press-details-content-container .share-button{ margin-left:30px; border:1px solid #fff; padding:10px; width:45px; height:45px; } /* homepage */ .page-container{ box-sizing:border-box; padding:50px; } @media only screen and (max-width: 1024px) { .page-container{ padding: 50px 20px; } } .page-container.homepage h1{ font-size:17px; text-transform:uppercase; margin-bottom:15px; } .page-container.homepage .filtered-by{ text-transform:uppercase; display:flex; color:#000; margin-bottom:40px; font-size:11px; } .page-container.homepage .filtered-by span{ color:#A3A3A3; margin-left:10px; } @media only screen and (max-width: 768px) { .page-container.homepage h1{ margin-bottom:40px; } .page-container.homepage .filtered-by{ display:none; } } /*gridbuilder grids*/ button.wpgb-load-more{ opacity:0!important; } .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .product-price, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content h2, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content a, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content p{ font-size:14px!important; font-weight:normal; text-transform:uppercase; color:#fff!important; } .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .wpgb-card-media-content-bottom{ padding:20px; box-sizing:border-box; } .wp-grid-builder.square-grid-layout .wpgb-card-wrapper{ background: #d1d1d1; } @media only screen and (max-width: 768px) { /*gridbuilder grids*/ .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .product-price, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content h2, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content a, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content p{ font-size:12px!important; } .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .wpgb-card-media-content-bottom{ padding:15px; } } @media only screen and (max-width: 500px) { /*gridbuilder grids*/ .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .product-price, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content h2, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content a, .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content p{ font-size:10px!important; } .wp-grid-builder.square-grid-layout .wpgb-card .wpgb-card-media-content .wpgb-card-media-content-bottom{ padding:10px; } } /* SHARE BUTTON */ .share-post-btn{ position: relative; } .share-post-btn .addthis_tool{ position: relative; width: 45px; height: 45px; } .share-post-btn .at-share-tbx-element, .share-post-btn .at-share-btn-elements, .share-post-btn .addthis_tool a{ width: 100%; height: 100%; margin: 0; } .share-post-btn .addthis_tool a{ opacity: 0; z-index: 9; } .share-post-btn .addthis_tool:before{ content: ''; background: url('assets/img/share-black.svg'); background-repeat: no-repeat; background-size: 14px 15px; background-position: center; width: 45px; height: 45px; border: 1px solid #000; position: absolute; display: inline-block; left: 0; right: 0; } .share-post-btn.share-negative .addthis_tool:before{ background: url('assets/img/share-white.svg'); background-repeat: no-repeat; background-size: 14px 15px; background-position: center; border: 1px solid #fff; } .ml-15{ margin-left: 15px; } /* FILTER */ .filtered-by{ align-items: center; } .filtered-by label:first-child{ margin-right: 20px; } .filtered-by .wpgb-facet .wpgb-button.wpgb-reset[disabled]{ display: none; } .filtered-by .wpgb-facet .wpgb-button[aria-pressed="true"] { display: -ms-flexbox; margin: 0; padding: 0; line-height: 1; list-style: none; outline: none; box-shadow: none; border-radius: 0; color: #000; font-size: 11px; display: flex; flex-direction: row-reverse; background: #f5f5f5; text-transform: uppercase; font-weight: normal; margin-right: 20px!important; border: 1px solid #D3D3D3; min-height: 25px; } .filtered-by .wpgb-facet .wpgb-button{ display: flex; flex-direction: row-reverse; } .filtered-by .wpgb-facet .wpgb-button.wpgb-reset{ padding: 7px; border: none; text-transform: uppercase; font-weight: normal; color: #ababab; font-size: 11px; background: none; margin-bottom: 0; } .filtered-by .wpgb-facet .wpgb-button span{ color: #000; font-size: 11px; } .page-container.homepage .filtered-by span.wpgb-button-control { margin-right: 10px; margin-left: 0; } .filtered-by .wpgb-facet .wpgb-selection-facet .wpgb-button-control:before, .filtered-by .wpgb-facet .wpgb-selection-facet .wpgb-button-control:after{ background: #000; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color{ padding: 5px 30px; border: 1px solid #D3D3D3; align-items: center; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color .wpgb-color-label{ position: relative; opacity: 1; top: 0; left: 0; background: none; color: #000; transform: none; text-transform: uppercase; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color[aria-pressed="true"] .wpgb-color-control:after, .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color .wpgb-color-label:after{ content: none; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color[aria-pressed="true"] .wpgb-color-control{ box-shadow: inset 0 0 0 1px rgb(255 255 255); } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color:hover:not([tabindex="-1"]) .wpgb-color-label{ transform: none; } .filtered-by .wpgb-color-control, .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color-control{ height: 15px; width: 15px; border-radius: 50%; } .filtered-by .wpgb-button-label.wpgb-color-control:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; bottom: 0; right: 0; background-image: linear-gradient(45deg, silver 25%, transparent 25%, transparent 75%, silver 75%, silver 100%),linear-gradient(45deg, silver 25%, white 25%, white 75%, silver 75%, silver 100%); background-size: 12px 12px; background-position: -1px -1px, 5px 5px; border-radius: inherit; } .filtered-by .wpgb-button-label.wpgb-color-control:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border: 2px solid transparent; border-radius: inherit; transition: all ease 0.25s; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color[aria-pressed="true"]{ background: #000; color: #fff; } .tab-content .wpgb-facet .wpgb-color-facet .wpgb-color[aria-pressed="true"] .wpgb-color-label{ color: #fff; } .filtered-by .wpgb-width-control, .filtered-by .wpgb-height-control, .filtered-by .wpgb-length-control{ padding: 4px 0; font-size: 11px; line-height: 20px; } .filtered-by.filter-sticky{ position: sticky; top: 200px; /* height: 409px; */ z-index: 999999; background: black; } header .filtered-by{ display: flex; flex-direction: initial; padding: 10px 50px; background-color: rgba(0,0,0,0.8); color: #fff; } header .filtered-by .wpgb-facet .wpgb-button.wpgb-reset{ text-decoration: underline; color: #fff; } header .filtered-by .wpgb-facet .wpgb-button[aria-pressed="true"]{ color: #fff; background-color: transparent; border: none; } header .filtered-by label{ font-size: 11px; text-transform: uppercase; margin-top: 1px; } header .filtered-by .wpgb-facet .wpgb-selection-facet .wpgb-button-control:before, header .filtered-by .wpgb-facet .wpgb-selection-facet .wpgb-button-control:after{ background: #fff; } header .filtered-by .wpgb-facet .wpgb-button[aria-pressed="true"] span{ color: #fff; } .size-options .wpgb-facet .wpgb-range-facet .wpgb-range-slider{ height: 2px; } .size-options .wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-progress{ background-color: #000; } .size-options .wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb{ border-radius: 1px; border: 2px solid #fff; outline: 1px solid #000; height: 15px; width: 15px; background-color: #000; } .filters-container .tabs-nav.tabs-location{ overflow: auto; } /* PRODUCT SLIDER */ .js-product-carrousel.exhib-carrousel .slick-slide { max-height: 100%; width: auto; } .js-product-carrousel-mobile.exhib-carrousel .slick-prev{ left: 0!important; } .js-product-carrousel-mobile.exhib-carrousel .slick-next{ right: 0!important; } .js-product-carrousel.exhib-carrousel .slick-prev{ left: -25px!important; } .js-product-carrousel.exhib-carrousel .slick-next{ right: -25px!important; } .js-product-carrousel-mobile.exhib-carrousel .slick-prev, .js-product-carrousel-mobile.exhib-carrousel .slick-next, .js-product-carrousel.exhib-carrousel .slick-next, .js-product-carrousel.exhib-carrousel .slick-prev { z-index: 9; display: inline-block!important; color: #000; } .js-product-carrousel-mobile.exhib-carrousel .slick-prev:before, .js-product-carrousel.exhib-carrousel .slick-prev:before{ font-family: 'FontAwesome'; content: "\f053"; color: #000; } .js-product-carrousel-mobile.exhib-carrousel .slick-next:before, .js-product-carrousel.exhib-carrousel .slick-next:before{ font-family: 'FontAwesome'; content: "\f054"; color: #000; } .js-product-carrousel.exhib-carrousel{ overflow: visible; } /* RESPONSIVE */ @media only screen and (max-width: 767px) { .pd-md-0{ padding: 0; } } @media only screen and (max-width: 1024px) { header .filtered-by{ display: none; } .filters-container .size-options{ flex-direction: column; } .filters-container .size-options .slider-option{ width: 100%; } .wpgb-color-facet .wpgb-inline-list{ flex-direction: column; } .checkbox-square-container .wpgb-facet .wpgb-hierarchical-list li{ width: 100%; text-align: center; } } @media only screen and (max-width: 850px) { .header-search-middle{ flex-direction:column; height:auto; padding: 20px 25px; } .header-search-middle form{ width:100%; margin-top:20px; } .header-search-middle #mainSearchInput{ height:45px; font-size:14px; } .header-search-middle .search-button{ width: 50px; height: 45px; } .header-search-middle .welcome-message p{ font-size:11px; } } @media (min-width: 1280px) { .xl\:px-20 { padding-left: 20%; padding-right: 20%; } .xl\:h-\[65vh\] { height: 65vh; } } .single-product-variations-form .variations{ width: 100% } .single-product-variations-form .variations tr .label{ display: none; } .single-product-variations-form .variations tr .value{ padding-bottom: 20px; } .single-product-variations-form .variations tr .value select{ height: 40px; line-height: 40px; background-color: #e5e5e5; border: 1px solid #999; color: #000; width: 100%; display: block; padding-left: 15px; padding-right: 15px; font-size: 12px; line-height: 40px; position: relative; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; font-size: 12px; } .single_variation_wrap .woocommerce-variation-price{ display: none !important; } .single_variation_wrap .single_add_to_cart_button{ display: none; } .single_variation_wrap .quantity { display: none !important; } .selected-empty{ display: none; } .last\:border-r-0:last-child { border-right-width: 0px; } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } @media (min-width: 768px) { .md\:relative { position: relative; } .md\:left-\[20px\] { left: 20px; } .md\:col-span-1 { grid-column: span 1 / span 1; } .md\:row-span-1 { grid-row: span 1 / span 1; } .md\:m-\[60px\] { margin: 60px; } .md\:m-auto { margin: auto; } .md\:m-32 { margin: 8rem; } .md\:mx-14 { margin-left: 3.5rem; margin-right: 3.5rem; } .md\:my-\[30px\] { margin-top: 30px; margin-bottom: 30px; } .md\:my-auto { margin-top: auto; margin-bottom: auto; } .md\:my-\[60px\] { margin-top: 60px; margin-bottom: 60px; } .md\:mt-\[30px\] { margin-top: 30px; } .md\:mb-6 { margin-bottom: 1.5rem; } .md\:mb-\[30px\] { margin-bottom: 30px; } .md\:mt-\[6px\] { margin-top: 6px; } .md\:mb-\[60px\] { margin-bottom: 60px; } .md\:mb-0 { margin-bottom: 0px; } .md\:mb-\[15px\] { margin-bottom: 15px; } .md\:mt-\[15px\] { margin-top: 15px; } .md\:mb-\[20px\] { margin-bottom: 20px; } .md\:mt-\[60px\] { margin-top: 60px; } .md\:mt-\[90px\] { margin-top: 90px; } .md\:mt-\[120px\] { margin-top: 120px; } .md\:mb-\[40px\] { margin-bottom: 40px; } .md\:block { display: block; } .md\:flex { display: flex; } .md\:grid { display: grid; } .md\:hidden { display: none; } .md\:h-\[460px\] { height: 460px; } .md\:h-full { height: 100%; } .md\:h-\[485px\] { height: 485px; } .md\:h-\[716px\] { height: 716px; } .md\:h-auto { height: auto; } .md\:max-h-\[460px\] { max-height: 460px; } .md\:w-3\/5 { width: 60%; } .md\:w-auto { width: auto; } .md\:w-\[160px\] { width: 160px; } .md\:w-\[170px\] { width: 170px; } .md\:w-2\/5 { width: 40%; } .md\:w-1\/2 { width: 50%; } .md\:max-w-\[800px\] { max-width: 800px; } .md\:max-w-\[600px\] { max-width: 600px; } .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .md\:flex-row { flex-direction: row; } .md\:flex-row-reverse { flex-direction: row-reverse; } .md\:gap-7 { gap: 1.75rem; } .md\:gap-\[30px\] { gap: 30px; } .md\:gap-\[23px\] { gap: 23px; } .md\:gap-10 { gap: 2.5rem; } .md\:gap-\[55px\] { gap: 55px; } .md\:gap-x-\[54px\] { -moz-column-gap: 54px; column-gap: 54px; } .md\:overflow-y-auto { overflow-y: auto; } .md\:whitespace-nowrap { white-space: nowrap; } .md\:px-14 { padding-left: 3.5rem; padding-right: 3.5rem; } .md\:px-\[60px\] { padding-left: 60px; padding-right: 60px; } .md\:px-0 { padding-left: 0px; padding-right: 0px; } .md\:px-\[30px\] { padding-left: 30px; padding-right: 30px; } .md\:px-20 { padding-left: 5rem; padding-right: 5rem; } .md\:px-\[55px\] { padding-left: 55px; padding-right: 55px; } .md\:px-\[100px\] { padding-left: 100px; padding-right: 100px; } .md\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .md\:pb-\[12px\] { padding-bottom: 12px; } .md\:pl-14 { padding-left: 3.5rem; } .md\:pl-10 { padding-left: 2.5rem; } .md\:pr-4 { padding-right: 1rem; } .md\:pt-\[14px\] { padding-top: 14px; } .md\:pl-1 { padding-left: 0.25rem; } .md\:pr-8 { padding-right: 2rem; } .md\:pr-11 { padding-right: 2.75rem; } .md\:pl-\[20px\] { padding-left: 20px; } .md\:pb-\[20px\] { padding-bottom: 20px; } .md\:pr-\[55px\] { padding-right: 55px; } .md\:pl-\[55px\] { padding-left: 55px; } .md\:pr-0 { padding-right: 0px; } .md\:pl-0 { padding-left: 0px; } .md\:pb-\[55px\] { padding-bottom: 55px; } .md\:pb-0 { padding-bottom: 0px; } .md\:text-\[15px\] { font-size: 15px; } .md\:text-\[9\.2px\] { font-size: 9.2px; } .md\:text-\[14px\] { font-size: 14px; } .md\:text-\[13px\] { font-size: 13px; } .md\:text-\[22px\] { font-size: 22px; } .md\:text-\[50px\] { font-size: 50px; } .md\:font-normal { font-weight: 400; } .md\:uppercase { text-transform: uppercase; } .md\:leading-7 { line-height: 1.75rem; } .md\:leading-\[13\.4px\] { line-height: 13.4px; } .md\:leading-\[14px\] { line-height: 14px; } .md\:leading-8 { line-height: 2rem; } .md\:tracking-\[5px\] { letter-spacing: 5px; } } @media (min-width: 1024px) { .lg\:relative { position: relative; } .lg\:sticky { position: sticky; } .lg\:right-\[60px\] { right: 60px; } .lg\:bottom-\[60px\] { bottom: 60px; } .lg\:top-\[100px\] { top: 100px; } .lg\:right-0 { right: 0px; } .lg\:order-3 { order: 3; } .lg\:col-span-2 { grid-column: span 2 / span 2; } .lg\:col-span-1 { grid-column: span 1 / span 1; } .lg\:row-span-2 { grid-row: span 2 / span 2; } .lg\:m-0 { margin: 0px; } .lg\:mb-\[30px\] { margin-bottom: 30px; } .lg\:mt-\[15px\] { margin-top: 15px; } .lg\:mb-0 { margin-bottom: 0px; } .lg\:mr-0 { margin-right: 0px; } .lg\:mb-\[12px\] { margin-bottom: 12px; } .lg\:mt-0 { margin-top: 0px; } .lg\:mt-12 { margin-top: 3rem; } .lg\:mt-\[70px\] { margin-top: 70px; } .lg\:mt-\[30px\] { margin-top: 30px; } .lg\:mb-\[70px\] { margin-bottom: 70px; } .lg\:ml-\[100px\] { margin-left: 100px; } .lg\:mt-\[150px\] { margin-top: 150px; } .lg\:block { display: block; } .lg\:flex { display: flex; } .lg\:grid { display: grid; } .lg\:hidden { display: none; } .lg\:h-\[320px\] { height: 320px; } .lg\:h-\[54px\] { height: 54px; } .lg\:h-\[72px\] { height: 72px; } .lg\:h-full { height: 100%; } .lg\:w-\[440px\] { width: 440px; } .lg\:w-\[120px\] { width: 120px; } .lg\:w-\[70\%\] { width: 70%; } .lg\:w-\[30\%\] { width: 30%; } .lg\:w-full { width: 100%; } .lg\:w-\[48\.5\%\] { width: 48.5%; } .lg\:w-\[50\%\] { width: 50%; } .lg\:w-\[700px\] { width: 700px; } .lg\:w-\[480px\] { width: 480px; } .lg\:w-\[45\%\] { width: 45%; } .lg\:w-\[316px\] { width: 316px; } .lg\:w-\[160px\] { width: 160px; } .lg\:w-\[100px\] { width: 100px; } .lg\:min-w-\[120px\] { min-width: 120px; } .lg\:max-w-\[120px\] { max-width: 120px; } .lg\:max-w-\[50\%\] { max-width: 50%; } .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lg\:flex-row { flex-direction: row; } .lg\:flex-col { flex-direction: column; } .lg\:items-center { align-items: center; } .lg\:items-baseline { align-items: baseline; } .lg\:justify-end { justify-content: flex-end; } .lg\:justify-center { justify-content: center; } .lg\:justify-between { justify-content: space-between; } .lg\:gap-10 { gap: 2.5rem; } .lg\:gap-\[30px\] { gap: 30px; } .lg\:gap-7 { gap: 1.75rem; } .lg\:gap-x-\[50px\] { -moz-column-gap: 50px; column-gap: 50px; } .lg\:gap-y-\[24px\] { row-gap: 24px; } .lg\:border { border-width: 1px; } .lg\:border-grey-light { --tw-border-opacity: 1; border-color: rgba(238, 238, 238, var(--tw-border-opacity)); } .lg\:p-2 { padding: 0.5rem; } .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .lg\:px-\[60px\] { padding-left: 60px; padding-right: 60px; } .lg\:px-\[195px\] { padding-left: 195px; padding-right: 195px; } .lg\:px-\[30px\] { padding-left: 30px; padding-right: 30px; } .lg\:px-\[165px\] { padding-left: 165px; padding-right: 165px; } .lg\:py-\[65px\] { padding-top: 65px; padding-bottom: 65px; } .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; } .lg\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; } .lg\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .lg\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .lg\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .lg\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .lg\:px-4 { padding-left: 1rem; padding-right: 1rem; } .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .lg\:pb-\[210px\] { padding-bottom: 210px; } .lg\:pl-\[36px\] { padding-left: 36px; } .lg\:pb-\[40px\] { padding-bottom: 40px; } .lg\:pt-\[36px\] { padding-top: 36px; } .lg\:pb-\[30px\] { padding-bottom: 30px; } .lg\:pb-48 { padding-bottom: 12rem; } .lg\:pl-\[60px\] { padding-left: 60px; } .lg\:pr-7 { padding-right: 1.75rem; } .lg\:pl-12 { padding-left: 3rem; } .lg\:pt-0 { padding-top: 0px; } .lg\:pr-\[45\%\] { padding-right: 45%; } .lg\:pt-\[10px\] { padding-top: 10px; } .lg\:pb-5 { padding-bottom: 1.25rem; } .lg\:pb-3 { padding-bottom: 0.75rem; } .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .lg\:text-\[15px\] { font-size: 15px; } .lg\:text-\[14px\] { font-size: 14px; } .lg\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } .lg\:text-base { font-size: 1rem; line-height: 1.5rem; } .lg\:text-\[16px\] { font-size: 16px; } .lg\:text-xs { font-size: 0.75rem; line-height: 1rem; } .lg\:text-\[12px\] { font-size: 12px; } } @media (min-width: 1280px) { .xl\:mr-2 { margin-right: 0.5rem; } .xl\:ml-0 { margin-left: 0px; } .xl\:flex { display: flex; } .xl\:h-\[65vh\] { height: 65vh; } .xl\:h-\[650px\] { height: 650px; } .xl\:w-\[650px\] { width: 650px; } .xl\:w-\[250px\] { width: 250px; } .xl\:justify-center { justify-content: center; } .xl\:gap-5 { gap: 1.25rem; } .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; } .xl\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .xl\:px-4 { padding-left: 1rem; padding-right: 1rem; } .xl\:text-xs { font-size: 0.75rem; line-height: 1rem; } .xl\:text-\[15px\] { font-size: 15px; } } @media (min-width: 372px) { .xxs\:w-\[100px\] { width: 100px; } } @media (min-width: 410px) { .xs\:w-\[110px\] { width: 110px; } }