/*!
Theme Name: Silvie
Theme URI: http://underscores.me/
Author: Efir Media
Author URI: https://efirmedia.com/
Description: Silvie WooCommerce Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: silvie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-Bold.eot");
    src: url("wed-fonts/EinerGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Bold.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Bold.woff") format("woff"), url("wed-fonts/EinerGrotesk-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk Book';
    src: url("wed-fonts/EinerGrotesk-Book.eot");
    src: url("wed-fonts/EinerGrotesk-Book.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Book.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Book.woff") format("woff"), url("wed-fonts/EinerGrotesk-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-ExtraLight.eot");
    src: url("wed-fonts/EinerGrotesk-ExtraLight.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-ExtraLight.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-ExtraLight.woff") format("woff"), url("wed-fonts/EinerGrotesk-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-Regular.eot");
    src: url("wed-fonts/EinerGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Regular.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Regular.woff") format("woff"), url("wed-fonts/EinerGrotesk-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-Heavy.eot");
    src: url("wed-fonts/EinerGrotesk-Heavy.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Heavy.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Heavy.woff") format("woff"), url("wed-fonts/EinerGrotesk-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk Hairline';
    src: url("wed-fonts/EinerGrotesk-Hairline.eot");
    src: url("wed-fonts/EinerGrotesk-Hairline.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Hairline.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Hairline.woff") format("woff"), url("wed-fonts/EinerGrotesk-Hairline.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-Light.eot");
    src: url("wed-fonts/EinerGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Light.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Light.woff") format("woff"), url("wed-fonts/EinerGrotesk-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Einer Grotesk';
    src: url("wed-fonts/EinerGrotesk-Thin.eot");
    src: url("wed-fonts/EinerGrotesk-Thin.eot?#iefix") format("embedded-opentype"), url("wed-fonts/EinerGrotesk-Thin.woff2") format("woff2"), url("wed-fonts/EinerGrotesk-Thin.woff") format("woff"), url("wed-fonts/EinerGrotesk-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harlow Duo Script';
    src: url("wed-fonts/HarlowDuoScript-Regular.eot");
    src: url("wed-fonts/HarlowDuoScript-Regular.eot?#iefix") format("embedded-opentype"), url("wed-fonts/HarlowDuoScript-Regular.woff2") format("woff2"), url("wed-fonts/HarlowDuoScript-Regular.woff") format("woff"), url("wed-fonts/HarlowDuoScript-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sabrina';
    src: url("wed-fonts/Sabrina.eot");
    src: url("wed-fonts/Sabrina.eot?#iefix") format("embedded-opentype"), url("wed-fonts/Sabrina.woff2") format("woff2"), url("wed-fonts/Sabrina.woff") format("woff"), url("wed-fonts/Sabrina.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #2E282A;
    font-family: "Einer Grotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body,
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    padding-top: 78px;
}

@media screen and (max-width: 425px) {
    body {
        padding-top: 72px;
    }
}

.silvie-container {
    max-width: 1380px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .silvie-container {
        max-width: 100%;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .silvie-container {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .silvie-container {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .silvie-container.silvie-container--slider {
        margin-right: 0;
    }
}

@media screen and (max-width: 1440px) {
    .silvie-container.silvie-container--slider .silvie-button {
        margin-right: 30px;
    }

    .hair-extension-class {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .silvie-container.silvie-container--slider .silvie-button {
        margin-right: 20px;
    }

    .hair-extension-class {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 768px) {
    .silvie-container.silvie-container--slider .silvie-button {
        margin-right: 10px;
    }
}

.silvie-h2 {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 131px;
    line-height: 90%;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 1430px) {
    .silvie-h2 {
        font-size: 95px;
    }
}

@media screen and (max-width: 1023px) {
    .silvie-h2 {
        font-size: 72px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-h2 {
        font-size: 39px;
        line-height: 100%;
    }
}

@media screen and (max-width: 424px) {
    .silvie-h2 {
        font-size: 34px;
        line-height: 120%;
    }
}

@media screen and (max-width: 374px) {
    .silvie-h2 {
        font-size: 29px;
    }
}

.silvie-h3 {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
    .silvie-h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .silvie-h3 {
        font-size: 36px;
    }
}

@media screen and (max-width: 425px) {
    .silvie-h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.border-section {
    margin-top: 90px;
    border-top: unset;
}

@media screen and (max-width: 425px) {
    .border-section {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .border-section.border-section--plp {
        margin-top: 30px;
    }
}

.insta-gallery-feed {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .insta-gallery-feed {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 425px) {
    .insta-gallery-feed {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .silvie-button .wp-block-button {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .silvie-button .wp-block-button {
        width: 100%;
    }
}

.silvie-button .wp-block-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 120px;
    width: 1027px;
    height: 140px;
    background: #FFFFFF;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

@media screen and (max-width: 1400px) {
    .silvie-button .wp-block-button a {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .silvie-button .wp-block-button a {
        height: 70px;
    }
}

.silvie-button .wp-block-button a svg {
    margin-left: 10px;
}

.silvie-button .wp-block-button a svg path {
    transition: fill .3s ease-in-out;
}

.silvie-button .wp-block-button a:hover {
    background: #D9B47A;
    border: 1px solid #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-button .wp-block-button a:hover svg path {
    fill: #FFFFFF;
    transition: fill .3s ease-in-out;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #2E282A;
    transition: color .3s ease-in-out;
    text-decoration: none;
}

a:visited {
    color: #2E282A;
}

a:hover,
a:focus,
a:active {
    color: #D9B47A;
    transition: color .3s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (max-width: 920px) {
    #site-navigation {
        order: 1;
    }

    .header-logo {
        order: 2;
    }

    .shop-nav {
        order: 3;
    }
}

@media screen and (min-width: 920px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.silvie-footer-top-part {
    padding: 70px 0 160px 0;
    background: #FFEEE8;
    box-shadow: 0 4px 30px rgba(102, 127, 140, 0.2);
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 425px) {
    .silvie-footer-top-part {
        padding: 100px 0 32px 0;
    }
}

.silvie-footer-bottom-part {
    background: #C3D5E3;
    z-index: -1;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.silvie-footer-bottom-part .silvie-footer-bottom-part__title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 211px;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0px !important;
    z-index: 1;
    display: block;
    position: relative;
}

@media screen and (max-width: 1430px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 148px;
    }
}

@media screen and (max-width: 1023px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 111px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 424px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 53px;
    }
}

@media screen and (max-width: 375px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 32px;
        line-height: 120%;
    }
}

.silvie-footer-col-1 {
    width: 433px;
    margin-right: 272px;
}

@media screen and (max-width: 1430px) {
    .silvie-footer-col-1 {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1023px) {
    .silvie-footer-col-1 {
        margin-right: 100px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-col-1 {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 425px) {
    .silvie-footer-col-1 {
        margin-bottom: 40px;
    }
}

.silvie-footer-col-2 {
    width: 153px;
    margin-right: 200px;
}

@media screen and (max-width: 1430px) {
    .silvie-footer-col-2 {
        margin-right: 50px;
    }
}

.silvie-footer-top-part__row--1 .silvie-footer-col-1 .wpcf7 form.invalid .wpcf7-response-output,
.silvie-footer-top-part__row--1 .silvie-footer-col-1 .wpcf7 form.unaccepted .wpcf7-response-output,
.silvie-footer-top-part__row--1 .silvie-footer-col-1 .wpcf7 form.payment-required .wpcf7-response-output,
.silvie-footer-top-part__row--1 .silvie-footer-col-1 .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {

    .silvie-footer-top-part__row--1 .silvie-footer-col-2,
    .silvie-footer-top-part__row--1 .silvie-footer-col-3 {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row--1 {
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {

    .silvie-footer-top-part__row--1 .silvie-footer-col-3,
    .silvie-footer-top-part__row--1 .silvie-footer-col-2 {
        margin: 0;
    }
}

.silvie-footer-top-part__row--2 {
    margin-top: 150px;
}

@media screen and (max-width: 1023px) {
    .silvie-footer-top-part__row--2 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row--2 {
        margin-top: 40px;
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row--2 .silvie-footer-col-1 {
        margin-top: 20px;
        margin-bottom: 0;
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row--2 .silvie-footer-col-2 {
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row--2 .silvie-footer-col-2 {
        order: 1;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {

    .silvie-footer-top-part__row--2 .silvie-footer-col-3,
    .silvie-footer-top-part__row--2 .silvie-footer-col-2 {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 767px) {

    .silvie-footer-top-part__row--2 .silvie-footer-col-3,
    .silvie-footer-top-part__row--2 .silvie-footer-col-2 {
        margin: 0;
    }
}

.silvie-footer-top-part__row--2 .silvie-footer-col-3 a,
.silvie-footer-top-part__row--2 .silvie-footer-col-2 a {
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
}

.checkbox-wrapper input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    top: 0;
}

.checkbox-wrapper .wpcf7-list-item {
    margin: 0;
}

.checkbox-wrapper label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    padding-left: 27px;
    cursor: pointer;
}

@media screen and (max-width: 374px) {
    .checkbox-wrapper label {
        padding-left: 16px;
    }
}

.checkbox-wrapper label a {
    text-decoration: underline;
}

.checkbox-wrapper input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
    border: 1px solid #2E282A;
    content: "";
    background: transparent;
}

.checkbox-wrapper input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 2px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    visibility: hidden;
    background: #2E282A;
    z-index: 2;
    border: none;
}

.checkbox-wrapper input[type=checkbox]:checked+span:after {
    visibility: visible;
}

.checkbox-wrapper input[type=checkbox]:checked+span:before {
    visibility: visible;
}

.subscribe-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 90px;
    position: relative;
    margin-bottom: 20px;
}

.subscribe-form-row p {
    margin: 0;
}

.subscribe-form-row .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.subscribe-form-row .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.subscribe-form-row input[type="email"]::placeholder {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
}

.subscribe-form-row [type="submit"] {
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
    width: 20px;
    height: 23px;
    background: url("assets/arrow-btn.svg") 0 -2px no-repeat;
    background-size: contain;
}

.subscribe-form-row input[type="email"] {
    color: #2E282A;
    width: calc(100% - 20px);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    border: none;
    background: transparent;
    outline: none;
}

.subscribe-form-row input[type="email"]:-webkit-autofill,
.subscribe-form-row input[type="email"]:-webkit-autofill:hover,
.subscribe-form-row input[type="email"]:-webkit-autofill:focus,
.subscribe-form-row input[type="email"]:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #2E282A !important;
}

.silvie-footer-top-part__row {
    display: flex;
}

@media screen and (max-width: 1440px) and (min-width: 767px) {
    .silvie-footer-top-part__row {
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .silvie-footer-top-part__row {
        flex-wrap: wrap;
    }
}

.silvie-footer-top-part__row .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.silvie-footer-top-part__row .menu li:not(:last-child) {
    margin-bottom: 20px;
}

.silvie-footer-top-part__row .menu li a {
    display: flex;
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.footer-form-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 374px) {
    .footer-form-title {
        font-size: 42px;
    }
}

.footer-form-deskr {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 375px) {
    .footer-form-deskr {
        font-size: 15px;
        line-height: 140%;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #FFFFFF;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px;
}

@media screen and (max-width: 425px) {
    .header-container {
        padding: 17px 0;
    }
}

.header-logo {
    width: 235px;
}

.header-container .shop-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    width: 235px;
}

@media screen and (max-width: 1200px) {

    .header-logo,
    .header-container .shop-nav {
        width: unset;
    }

}

.pro-stilist-btn {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 80px;
    padding: 5px 15px;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    min-width: 144px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.pro-stilist-btn svg {
    margin-left: 5px;
}

.pro-stilist-btn svg path {
    transition: fill .3s ease-in-out;
}

.pro-stilist-btn.show-mobile {
    display: none;
}

.pro-stilist-btn:hover {
    background: #D9B47A;
    border: 1px solid #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.pro-stilist-btn:hover svg path {
    fill: #FFFFFF;
    transition: fill .3s ease-in-out;
}

@media screen and (max-width: 919px) {

    .silvie-head-menu li .pro-stilist-btn.show-desktop,
    .shop-nav li .pro-stilist-btn.show-desktop {
        display: none;
    }
}

.silvie-head-menu li:not(:last-child),
.shop-nav li:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 1400px) {

    .silvie-head-menu li:not(:last-child),
    .shop-nav li:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 700px) {

    .silvie-head-menu li:not(:last-child),
    .shop-nav li:not(:last-child) {
        margin-right: 10px;
    }
}

.silvie-head-menu li.current-menu-item a,
.shop-nav li.current-menu-item a {
    color: #D9B47A;
}

.silvie-head-menu li a,
.shop-nav li a {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 360px) {

    .silvie-head-menu li a,
    .shop-nav li a {
        font-size: 13px;
    }
}

.menu-close,
a.header-logo-mob {
    display: none;
}

@media screen and (max-width: 599px) {
    .mobile-menu-opened .pro-stilist-btn.show-mobile {
        display: block;
        position: absolute;
        left: 10px;
        padding: 20px 27.5px;
    }

    .mobile-menu-opened .pro-stilist-btn.show-mobile svg {
        margin-left: 10px;
    }
}

.mobile-menu-opened .menu-close {
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 10px;
    z-index: 99999;
}

.mobile-menu-opened .silvie-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 9999;
    text-align: center;
}

.mobile-menu-opened .silvie-menu-wrapper .silvie-head-menu {
    margin-top: 115px;
    margin-left: 10px;
    margin-bottom: 60px;
    text-align: center;
}

.mobile-menu-opened .silvie-menu-wrapper .silvie-head-menu li {
    margin: 0;
    margin-bottom: 20px;
}

.mobile-menu-opened .silvie-menu-wrapper .silvie-head-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.mobile-menu-opened a.header-logo-mob {
    display: block;
    position: absolute;
    top: 17px;
    left: 50px;
}

.menu-toggle {
    padding: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    width: 60px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0;
}

.home-top-section {
    min-height: 800px;
}

@media screen and (max-width: 1024px) {
    .home-top-section {
        min-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .home-top-section {
        min-height: 400px;
    }
}

@media screen and (max-width: 425px) {
    .home-top-section {
        min-height: 250px;
    }
}

.home-top-section .wp-block-getwid-section__background {
    min-height: 800px;
}

@media screen and (max-width: 1024px) {
    .home-top-section .wp-block-getwid-section__background {
        min-height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .home-top-section .wp-block-getwid-section__background {
        min-height: 400px;
    }
}

@media screen and (max-width: 425px) {
    .home-top-section .wp-block-getwid-section__background {
        min-height: 250px;
    }
}

.home-pink-section {
    padding: 60px 30px;
    background: #FFEEE8;
    box-shadow: 0px -4px 30px rgba(102, 127, 140, 0.1);
}

@media screen and (max-width: 1024px) {
    .home-pink-section {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .home-pink-section {
        padding: 30px 15px;
    }
}

.home-pink-section .home-pink-section-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 131px;
    line-height: 90%;
    text-transform: uppercase;
    color: #D9B47A;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 1439px) {
    .home-pink-section .home-pink-section-title {
        font-size: 91px;
    }
}

@media screen and (max-width: 1020px) {
    .home-pink-section .home-pink-section-title {
        font-size: 69px;
    }
}

@media screen and (max-width: 550px) {
    .home-pink-section .home-pink-section-title {
        text-align: left;
        font-size: 92px;
    }
}

@media screen and (max-width: 424px) {
    .home-pink-section .home-pink-section-title {
        font-size: 80px;
        line-height: 90%;
    }
}

@media screen and (max-width: 374px) {
    .home-pink-section .home-pink-section-title {
        font-size: 72px;
    }
}

.home-pink-section .home-pink-section-title .title-span {
    position: relative;
}

.home-pink-section .home-pink-section-title .title-span:after {
    content: "";
    width: 21px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("assets/title-spruce 4.svg") center center no-repeat;
}

@media screen and (max-width: 1024px) {
    .home-pink-section .home-pink-section-title .title-span:after {
        width: 15px;
        height: 18px;
        background-size: contain;
    }
}

.silvie-columns-section {
    margin-top: 60px;
    margin-bottom: 100px;
}

@media screen and (max-width: 425px) {
    .silvie-columns-section {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.silvie-columns-section .section-columns {
    justify-content: flex-end;
    margin-bottom: 100px;
    margin-top: 100px;
    gap: 98px;
    margin-right: 65px;
}

@media screen and (max-width: 1024px) {
    .silvie-columns-section .section-columns {
        margin-right: 0;
    }
}

@media screen and (max-width: 781px) {
    .silvie-columns-section .section-columns {
        margin-top: 30px;
        margin-bottom: 60px;
        gap: 20px;
    }
}

.silvie-columns-section .section-columns .section-column .section-column-title {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.silvie-columns-section .section-columns .section-column .section-column-deskr {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}

.silvie-columns-section .section-columns .section-column .section-column-deskr a,
.silvie-columns-section .section-columns .section-column .section-column-deskr a:visited {
    color: #d9b47a;
    text-decoration: underline;
}

.silvie-columns-section .section-columns .section-column .section-column-deskr a:hover,
.silvie-columns-section .section-columns .section-column .section-column-deskr a:visited:hover {
    color: #2E282A;
}

.silvie-columns-section .section-columns.section-columns--new {
    margin: 0;
    margin-right: 65px;
}

@media screen and (max-width: 1024px) {
    .silvie-columns-section .section-columns.section-columns--new {
        margin-right: 0;
    }
}

@media screen and (max-width: 781px) {
    .silvie-columns-section .section-columns.section-columns--new {
        gap: 62px;
    }
}

@media screen and (max-width: 425px) {
    .silvie-columns-section .section-columns.section-columns--new {
        margin-bottom: 60px;
    }
}

.silvie-columns-section .section-columns.section-columns--margin {
    margin-bottom: 60px;
    margin-top: 100px;
}

@media screen and (max-width: 781px) {
    .silvie-columns-section .section-columns.section-columns--margin {
        margin-top: 60px;
        margin-bottom: 62px;
    }
}

.silvie-columns-section.silvie-columns-section--academy .section-columns {
    margin-bottom: 0;
}

.silvie-columns-section.silvie-columns-section--plp .section-columns {
    margin-right: 65px;
}

@media screen and (max-width: 1024px) {
    .silvie-columns-section.silvie-columns-section--plp .section-columns {
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .silvie-columns-section.silvie-columns-section--plp .section-columns {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .silvie-columns-section.silvie-columns-section--plp {
        margin-bottom: 0;
    }
}

.pro-stylist-section,
.plp-top-section {
    min-height: 550px;
}

@media screen and (max-width: 768px) {

    .pro-stylist-section,
    .plp-top-section {
        min-height: 400px;
    }
}

@media screen and (max-width: 425px) {

    .pro-stylist-section,
    .plp-top-section {
        min-height: 250px;
    }
}

.pro-stylist-section .wp-block-getwid-section__background,
.plp-top-section .wp-block-getwid-section__background {
    min-height: 550px;
}

@media screen and (max-width: 768px) {

    .pro-stylist-section .wp-block-getwid-section__background,
    .plp-top-section .wp-block-getwid-section__background {
        min-height: 400px;
    }
}

@media screen and (max-width: 425px) {

    .pro-stylist-section .wp-block-getwid-section__background,
    .plp-top-section .wp-block-getwid-section__background {
        min-height: 250px;
    }
}

.pro-stylist-section-title,
.section-title-with-svg {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 131px;
    line-height: 90%;
    text-transform: uppercase;
    margin: 0;
}

.pro-stylist-section-title .world,
.section-title-with-svg .world {
    display: inline-flex;
}

@media screen and (max-width: 1439px) {

    .pro-stylist-section-title,
    .section-title-with-svg {
        font-size: 91px;
    }
}

@media screen and (max-width: 1020px) {

    .pro-stylist-section-title,
    .section-title-with-svg {
        font-size: 62px;
    }
}

@media screen and (max-width: 550px) {

    .pro-stylist-section-title,
    .section-title-with-svg {
        font-size: 60px;
    }
}

@media screen and (max-width: 360px) {

    .pro-stylist-section-title,
    .section-title-with-svg {
        font-size: 50px;
    }
}

.pro-stylist-section-title .title-span,
.section-title-with-svg .title-span {
    position: relative;
}

.pro-stylist-section-title .title-span:after,
.section-title-with-svg .title-span:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("assets/title-spruce-black.svg") center center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1024px) {

    .pro-stylist-section-title .title-span:after,
    .section-title-with-svg .title-span:after {
        width: 18px;
        height: 18px;
        background-size: contain;
    }
}

@media screen and (max-width: 425px) {
    .silvie-columns-section--pro-stylist {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

.silvie-columns-section--pro-stylist .section-columns {
    margin-left: 404px;
    margin-bottom: 0;
}

@media screen and (min-width: 781px) {
    .silvie-columns-section--pro-stylist .section-columns {
        gap: 116px;
    }
}

@media screen and (max-width: 1400px) {
    .silvie-columns-section--pro-stylist .section-columns {
        margin-left: 20%;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 781px) {
    .silvie-columns-section--pro-stylist .section-columns {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-form-wrapper {
    max-width: 674px;
    margin-left: 404px;
}

@media screen and (max-width: 1400px) {
    .contact-form-wrapper {
        margin-left: 20%;
    }
}

@media screen and (max-width: 781px) {
    .contact-form-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-form-wrapper .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contact-form-wrapper .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
}

.contact-form-wrapper .form-btn-wrapper {
    position: relative;
}

.contact-form-wrapper .form-btn-wrapper input[type="submit"] {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 100%;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    /*cursor: pointer;*/
}

@media screen and (max-width: 425px) {
    .contact-form-wrapper .form-btn-wrapper input[type="submit"] {
        height: 70px;
    }
}

.contact-form-wrapper .form-btn-wrapper:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translateY(-48%) translateX(39px);
}

.contact-form-wrapper .form-btn-wrapper:hover input[type="submit"] {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.contact-form-wrapper .form-btn-wrapper:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.contact-form-wrapper .form-row {
    margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
    .contact-form-wrapper .form-row {
        margin-bottom: 40px;
    }
}

.contact-form-wrapper .form-row.form-row--small {
    display: flex;
    gap: 31px;
}

@media screen and (max-width: 599px) {
    .contact-form-wrapper .form-row.form-row--small {
        gap: 40px;
        flex-wrap: wrap;
    }

    .contact-form-wrapper .form-row.form-row--small .wpcf7-form-control-wrap {
        width: 100%;
    }
}

.contact-form-wrapper .form-row input,
.contact-form-wrapper .form-row textarea {
    width: 100%;
    padding: 0;
    border-radius: 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #6C6C71;
    outline: none;
    margin-bottom: 20px;
}

.contact-form-wrapper .form-row input::placeholder,
.contact-form-wrapper .form-row textarea::placeholder {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
}

.contact-form-wrapper .form-row input:-webkit-autofill,
.contact-form-wrapper .form-row input:-webkit-autofill:hover,
.contact-form-wrapper .form-row input:-webkit-autofill:focus,
.contact-form-wrapper .form-row input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #6C6C71 !important;
    font-family: 'Einer Grotesk', sans-serif !important;
}

.contact-form-wrapper .input-wrapper--file {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.contact-form-wrapper .input-wrapper--file .input-wrapper--file-title {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
}

.contact-form-wrapper .input-wrapper--file .input-file-deskr {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6C6C71;
    max-width: 349px;
    margin: 0;
    margin-left: 30px;
}

@media screen and (max-width: 599px) {
    .contact-form-wrapper .input-wrapper--file .input-file-deskr {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

.contact-form-wrapper .input-wrapper--file input[type="file"] {
    display: none;
}

.contact-form-wrapper .input-wrapper--file .custom-file-upload {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50px;
    display: inline-block;
    padding: 12px 54px 12px 20px;
    cursor: pointer;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    position: relative;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.contact-form-wrapper .input-wrapper--file .custom-file-upload:after {
    content: "";
    background: url("assets/upload-file-svg.svg") center center no-repeat;
    width: 24.01px;
    height: 24.01px;
    position: absolute;
    top: 9.99px;
    right: 20px;
    transition: background .3s ease-in-out;
}

.contact-form-wrapper .input-wrapper--file .custom-file-upload:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.contact-form-wrapper .input-wrapper--file .custom-file-upload:hover:after {
    content: "";
    background: url("assets/upload-file-svg--white.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.contact-form-wrapper .checkbox-wrapper {
    margin-top: 90px;
    margin-bottom: 49px;
}

@media screen and (max-width: 599px) {
    .contact-form-wrapper .checkbox-wrapper {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

.pro-stylist-form-section,
.contact-form-section {
    margin-top: 150px;
    margin-bottom: 258px;
}

@media screen and (max-width: 1024px) {

    .pro-stylist-form-section,
    .contact-form-section {
        margin-top: 120px;
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 768px) {

    .pro-stylist-form-section,
    .contact-form-section {
        margin-top: 90px;
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 425px) {

    .pro-stylist-form-section,
    .contact-form-section {
        margin-top: 60px;
        margin-bottom: 120px;
    }
}

.pro-stylist-form-section .wpcf7 form.sent .wpcf7-response-output,
.pro-stylist-form-section .wpcf7 form.invalid .wpcf7-response-output,
.pro-stylist-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.pro-stylist-form-section .wpcf7 form.payment-required .wpcf7-response-output,
.contact-form-section .wpcf7 form.sent .wpcf7-response-output,
.contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    max-width: 675px;
    position: absolute;
    text-align: center;
    margin-left: 404px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 1400px) {

    .pro-stylist-form-section .wpcf7 form.sent .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.invalid .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.payment-required .wpcf7-response-output,
    .contact-form-section .wpcf7 form.sent .wpcf7-response-output,
    .contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
    .contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
    .contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
        margin-left: 20%;
    }
}

@media screen and (max-width: 781px) {

    .pro-stylist-form-section .wpcf7 form.sent .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.invalid .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
    .pro-stylist-form-section .wpcf7 form.payment-required .wpcf7-response-output,
    .contact-form-section .wpcf7 form.sent .wpcf7-response-output,
    .contact-form-section .wpcf7 form.invalid .wpcf7-response-output,
    .contact-form-section .wpcf7 form.unaccepted .wpcf7-response-output,
    .contact-form-section .wpcf7 form.payment-required .wpcf7-response-output {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-form-section {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .contact-form-section {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .contact-form-section {
        margin-top: 30px;
    }
}

.contact-form-section .contact-columns {
    margin-top: 100px;
    margin-bottom: 0;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .contact-form-section .contact-columns {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .contact-form-section .contact-columns {
        margin-top: 30px;
    }
}

.contact-form-section .contact-columns .contact-column-deskr {
    max-width: 323px;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.contact-form-section .contact-form-wrapper {
    max-width: 100%;
    margin: 0;
}

.contact-form-section .contact-column-form {
    flex-shrink: 0;
}

.privacy-h1 {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 75px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
    .privacy-h1 {
        font-size: 60px;
        line-height: 90%;
    }
}

.privacy-h4 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 425px) {
    .privacy-h4 {
        margin-top: 40px;
    }
}

.privacy-p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin: 0;
}

.privacy-list {
    margin: 20px 0 0 27px;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.privacy-section {
    max-width: 678px;
    margin-bottom: 150px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 720px) {
    .privacy-section {
        max-width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 425px) {
    .privacy-section {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

.not-found-section {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .not-found-section {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .not-found-section {
        margin-top: 30px;
    }
}

.silvie-h4--not-found {
    margin: 0;
    max-width: 1027px;
    margin-left: auto;
    margin-bottom: 60px;
}

@media screen and (max-width: 1400px) {
    .silvie-h4--not-found {
        width: 100%;
    }
}

.border-section--not-found {
    margin-bottom: 150px;
    padding-top: 60px;
    margin-top: 60px;
}

.instagramm-section {
    margin-bottom: 150px;
}

@media screen and (max-width: 425px) {
    .instagramm-section .silvie-h3 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .instagramm-section {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 425px) {
    .instagramm-section {
        margin-bottom: 60px;
    }
}

.instagramm-section .silvie-button {
    display: flex;
}

@media screen and (max-width: 768px) {
    .instagramm-section .insta-gallery-feed .insta-gallery-list {
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        margin: 0 !important;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .instagramm-section .insta-gallery-feed .insta-gallery-list .insta-gallery-item {
        padding: 0 !important;
    }

    .instagramm-section .insta-gallery-feed .insta-gallery-list .insta-gallery-item:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .instagramm-section .insta-gallery-feed .insta-gallery-list .insta-gallery-item {
        min-width: 220px !important;
    }
}

.product-section .wc-block-grid__product-image,
.product-section .product-photo,
.custom-products-slider-section .wc-block-grid__product-image,
.custom-products-slider-section .product-photo {
    margin-bottom: 20px;
}

@media screen and (max-width: 425px) {

    .product-section .wc-block-grid__product-image,
    .product-section .product-photo,
    .custom-products-slider-section .wc-block-grid__product-image,
    .custom-products-slider-section .product-photo {
        margin-bottom: 10px;
    }
}

.product-section .wc-block-grid__product-title,
.product-section .product-title,
.custom-products-slider-section .wc-block-grid__product-title,
.custom-products-slider-section .product-title {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: left;
    margin-bottom: 10px;
}

.product-section .wc-block-grid__product-price,
.product-section .product-price,
.custom-products-slider-section .wc-block-grid__product-price,
.custom-products-slider-section .product-price {
    text-align: left;
    margin: 0;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
}

.product-section .product-short-description p,
.custom-products-slider-section .product-short-description p {
    color: #2E282A;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    margin-top: 20px;
}

@media screen and (max-width: 425px) {

    .product-section .product-short-description p,
    .custom-products-slider-section .product-short-description p {
        margin-top: 10px;
    }
}

.product-section .wc-block-grid ul.wc-block-grid__products,
.custom-products-slider-section .wc-block-grid ul.wc-block-grid__products {
    gap: 30px;
    margin: 0;
    margin-bottom: 97px;
    display: flex;
}

@media screen and (max-width: 1024px) {

    .product-section .wc-block-grid ul.wc-block-grid__products,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products {
        gap: 20px;
    }
}

@media screen and (max-width: 480px) {

    .product-section .wc-block-grid ul.wc-block-grid__products,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products {
        display: flex;
    }
}

@media screen and (max-width: 425px) {

    .product-section .wc-block-grid ul.wc-block-grid__products,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products {
        gap: 10px;
        margin-bottom: 60px;
    }
}

.product-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product,
.custom-products-slider-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 500px;
    max-width: 500px;
    margin: 0;
    border: 0;
}

@media screen and (max-width: 1024px) {

    .product-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 365px;
        max-width: 365px;
    }
}

@media screen and (max-width: 768px) {

    .product-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 265px;
        max-width: 265px;
    }
}

@media screen and (max-width: 425px) {

    .product-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .wc-block-grid ul.wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 165px;
        max-width: 165px;
    }
}

.product-section .products-filter-columns,
.custom-products-slider-section .products-filter-columns {
    margin-top: 60px;
    gap: 30px;
    margin-bottom: 0;
}

.product-section .products-filter-columns .wc-block-components-product-button,
.custom-products-slider-section .products-filter-columns .wc-block-components-product-button {
    display: none;
}

.product-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
.custom-products-slider-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 322px;
    max-width: 322px;
    margin: 0;
    border: 0;
}

@media screen and (max-width: 1235px) {

    .product-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 225px;
        max-width: 225px;
    }
}

@media screen and (max-width: 768px) {

    .product-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 31%;
        max-width: 32%;
    }
}

@media screen and (max-width: 425px) {

    .product-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
    .custom-products-slider-section .products-filter-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 48%;
        max-width: 49%;
    }
}

.product-section .products-filter-columns .wc-block-active-filters__title,
.custom-products-slider-section .products-filter-columns .wc-block-active-filters__title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-section .products-filter-columns .filter-wrapper,
.custom-products-slider-section .products-filter-columns .filter-wrapper {
    padding: 60px 30px;
    position: relative;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 120px;
}

@media screen and (max-width: 781px) {

    .product-section .products-filter-columns .filter-wrapper,
    .custom-products-slider-section .products-filter-columns .filter-wrapper {
        max-width: 350px;
        margin: 0 auto;
        padding: 20px 20px;
    }

    .product-section .products-filter-columns .filter-wrapper h3 {
        margin: 0;
    }
}

.product-section .products-filter-columns .filter-wrapper .wp-block-woocommerce-attribute-filter,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wp-block-woocommerce-attribute-filter {
    display: none;
}

.product-section .products-filter-columns .filter-wrapper.open,
.custom-products-slider-section .products-filter-columns .filter-wrapper.open {
    border-radius: 40px;
}

.product-section .products-filter-columns .filter-wrapper.open .wp-block-woocommerce-attribute-filter,
.custom-products-slider-section .products-filter-columns .filter-wrapper.open .wp-block-woocommerce-attribute-filter {
    display: block;
}

.product-section .products-filter-columns .filter-wrapper.open:after,
.custom-products-slider-section .products-filter-columns .filter-wrapper.open:after {
    transform: rotate(180deg);
    transition: transform .3s ease-in-out;
}

.product-section .products-filter-columns .filter-wrapper.open>.wp-block-getwid-section__wrapper,
.custom-products-slider-section .products-filter-columns .filter-wrapper.open>.wp-block-getwid-section__wrapper {
    border-bottom: 1px solid #CECECE;
}

.product-section .products-filter-columns .filter-wrapper:after,
.custom-products-slider-section .products-filter-columns .filter-wrapper:after {
    content: "";
    width: 8px;
    height: 8px;
    background: url("assets/arrow-close.svg") center no-repeat;
    position: absolute;
    top: 66px;
    right: 33px;
}

@media screen and (max-width: 1024px) and (min-width: 781px) {

    .product-section .products-filter-columns .filter-wrapper:after,
    .custom-products-slider-section .products-filter-columns .filter-wrapper:after {
        top: 25px;
        right: 23px;
    }
}

@media screen and (max-width: 425px) {

    .product-section .products-filter-columns .filter-wrapper:after,
    .custom-products-slider-section .products-filter-columns .filter-wrapper:after {
        top: 33px;
        right: 23px;
    }
}

.product-section .products-filter-columns .filter-wrapper input[type=checkbox],
.custom-products-slider-section .products-filter-columns .filter-wrapper input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    top: 0;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none;
}

.product-section .products-filter-columns .filter-wrapper label,
.custom-products-slider-section .products-filter-columns .filter-wrapper label {
    position: relative;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label {
    position: relative;
    padding-left: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #6C6C71;
    height: 16px;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:before,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    top: 2px;
    left: 0;
    border: 1px solid #6C6C71;
    content: "";
    background: transparent;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:after,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:after {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    visibility: hidden;
    background: #6C6C71;
    z-index: 2;
    border: none;
}

@media screen and (max-width: 425px) {

    .product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:after,
    .custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox__label:after {
        left: 2px;
    }
}

.product-section .products-filter-columns .filter-wrapper input[type=checkbox]:checked+svg+.wc-block-components-checkbox__label:after,
.custom-products-slider-section .products-filter-columns .filter-wrapper input[type=checkbox]:checked+svg+.wc-block-components-checkbox__label:after {
    visibility: visible;
}

.product-section .products-filter-columns .filter-wrapper input[type=checkbox]:checked+svg+.wc-block-components-checkbox__label:before,
.custom-products-slider-section .products-filter-columns .filter-wrapper input[type=checkbox]:checked+svg+.wc-block-components-checkbox__label:before {
    visibility: visible;
}

.product-section .products-filter-columns .filter-wrapper .filters-title,
.custom-products-slider-section .products-filter-columns .filter-wrapper .filters-title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-attribute-filter__title,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-attribute-filter__title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #6C6C71;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #CECECE;
}

.product-section .products-filter-columns .filter-wrapper .wp-block-woocommerce-attribute-filter,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wp-block-woocommerce-attribute-filter {
    margin-top: 30px;
}

.product-section .products-filter-columns .filter-wrapper .editor-styles-wrapper .wc-block-components-checkbox-list li,
.product-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox-list li,
.custom-products-slider-section .products-filter-columns .filter-wrapper .editor-styles-wrapper .wc-block-components-checkbox-list li,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-components-checkbox-list li {
    margin-bottom: 10px;
}

.product-section .products-filter-columns .filter-wrapper .wc-block-attribute-filter,
.custom-products-slider-section .products-filter-columns .filter-wrapper .wc-block-attribute-filter {
    margin-bottom: 10px;
}

@media screen and (max-width: 425px) {
    .product-section .products-filter-columns {
        margin-top: 30px;
    }
}

/*****************************cart*******************************/
.cart-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .cart-title-row {
        margin-top: 60px;
    }
}

.cart-title-row .update-cart-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #2E282A;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: color .3s ease-in-out;
}

.cart-title-row .update-cart-btn:hover {
    color: #D9B47A;
    transition: color .3s ease-in-out;
}

.cart-border-section {
    margin: 60px 0 30px 0;
    height: 1px;
    width: 100%;
    background: #6C6C71;
}

@media screen and (max-width: 425px) {
    .cart-border-section {
        margin: 20px 0 30px 0;
    }
}

.cart-table thead {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
}

.cart-table thead tr th {
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .cart-table thead tr th {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.cart-table thead .product-remove {
    width: 0;
}

.cart-table thead .product-subtotal {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .cart-table .cart_item .product-subtotal {
        border-bottom: 1px solid #CECECE;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {
    .cart-table .cart_item {
        display: flex;
        flex-flow: column;
    }

    .cart-table .cart_item .product-quantity {
        order: 0;
    }

    .cart-table .cart_item .product-quantity .quantity {
        width: 100%;
    }

    .cart-table .cart_item .product-quantity .quantity .quantity-nav {
        position: absolute;
        height: 6px;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        display: flex;
        flex-flow: row;
        left: 50%;
        gap: 25px;
        right: auto;
        z-index: 10;
    }

    .cart-table .cart_item .product-quantity .quantity input {
        width: 100% !important;
        text-align: center;
        z-index: 2;
    }

    .cart-table .cart_item .product-price {
        order: 1;
        margin-bottom: 5px;
        justify-content: space-between;
    }

    .cart-table .cart_item .product-subtotal {
        order: 2;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .cart-table .cart_item td {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.cart-table .cart_item .product-price,
.cart-table .cart_item .product-subtotal {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #2E282A;
}

@media screen and (max-width: 768px) {

    .cart-table .cart_item .product-price,
    .cart-table .cart_item .product-subtotal {
        font-size: 14px;
        line-height: 17px;
    }
}

.cart-table .cart_item .product-subtotal {
    text-align: right;
}

.cart-table .cart_item input[type="number"] {
    width: 63px;
}

.cart-table .cart_item .product-name a {
    display: flex;
}

.cart-table .cart_item .product-name,
.cart-table .cart_item .product-name a {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

    .cart-table .cart_item .product-name,
    .cart-table .cart_item .product-name a {
        font-size: 16px;
    }
}

.cart-table .cart_item td {
    vertical-align: top;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .cart-table .cart_item td {
        padding: 0;
        border-bottom: none;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .cart-table .cart_item td.product-thumbnail {
        justify-content: flex-start;
    }

    .cart-table .cart_item td.product-thumbnail:before {
        display: none;
    }
}

.cart-table .cart_item .product-remove a {
    display: flex;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .cart-table .cart_item .product-remove a {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-table .cart_item .product-remove {
        position: absolute;
        right: 10px;
        margin-bottom: 0 !important;
    }
}

.cart-table .product-thumbnail {
    max-width: 210px;
    width: 210px;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .cart-table .product-thumbnail {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .cart-table .product-thumbnail img {
        width: 90px;
        height: 120px;
        object-fit: cover;
    }
}

.cart-table .product-thumbnail a {
    display: flex;
    max-width: 180px;
}

.cart-table .product-thumbnail img {
    width: 180px;
    height: 240px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .cart-table .product-thumbnail img {
        width: 120px;
        height: 180px;
    }
}

@media screen and (max-width: 425px) {
    .cart-table .product-thumbnail img {
        width: 90px;
        height: 120px;
    }
}

.cart-table .product-name {
    width: 440px;
    padding-right: 29px;
}

.woocommerce-cart table.shop_table_responsive tr td {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .cart-table .product-name {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .cart-table .product-name:before {
        display: none;
    }
}

.cart-table .product-price {
    width: 290px;
    padding-right: 29px;
}

@media screen and (max-width: 767px) {
    .cart-table .product-price {
        width: auto;
        padding-right: 0;
    }
}

.cart-table .product-quantity {
    width: 310px;
    padding-right: 29px;
}

@media screen and (max-width: 767px) {
    .cart-table .product-quantity {
        width: auto;
        padding-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .cart-table .product-quantity:before {
        display: none;
    }
}

.cart-total {
    display: flex;
    justify-content: flex-end;
}

.cart-total h2 {
    display: none;
}

@media screen and (max-width: 700px) {
    .cart-total .cart-collaterals {
        width: 100%;
    }
}

.cart-total .cart_totals {
    width: 676px;
}

@media screen and (max-width: 700px) {
    .cart-total .cart_totals {
        width: 100%;
    }
}

.cart-total .cart_totals .cart-subtotal th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 60px;
}

.cart-total .cart_totals .cart-subtotal td {
    text-align: right;
    padding-bottom: 60px;
}

.cart-total .cart_totals .order-total td {
    text-align: right;
}

.cart-total .cart_totals .order-total th {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    vertical-align: top;
}

.cart-total .cart_totals .order-total .woocommerce-Price-amount {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: #2E282A;
}

.cart-total .wc-proceed-to-checkout {
    text-align: right;
    margin-top: 60px;
}

.cart-total .wc-proceed-to-checkout a {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 675px;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    position: relative;
}

@media screen and (max-width: 700px) {
    .cart-total .wc-proceed-to-checkout a {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .cart-total .wc-proceed-to-checkout a {
        height: 70px;
    }
}

.cart-total .wc-proceed-to-checkout a:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-48%) translateX(100px);
}

.cart-total .wc-proceed-to-checkout a:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.cart-total .wc-proceed-to-checkout a:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

@media screen and (max-width: 550px) {
    .floating-coupon .floating-coupon-inner .floating-coupon-initial-state {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .floating-coupon .floating-coupon-inner .floating-coupon-initial-state .state-left,
    .floating-coupon .floating-coupon-inner .floating-coupon-initial-state .state-right {
        width: 100%;
        justify-content: center;
    }
}

.floating-coupon .state-left {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    gap: 10px;
}

.floating-coupon .state-right {
    gap: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

.floating-coupon .state-right svg path {
    transition: fill .3s ease-in-out;
}

.floating-coupon .state-right:hover {
    color: #D9B47A;
    transition: color .3s ease-in-out;
}

.floating-coupon .state-right:hover svg path {
    fill: #D9B47A;
    transition: fill .3s ease-in-out;
}

.floating-coupon .floating-coupon-form-state {
    margin-top: 10px;
}

.floating-coupon .floating-coupon-form-state .form-title {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 30px;
}

.floating-coupon .floating-coupon-form {
    margin: 0 auto;
    width: 450px;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    border-radius: 90px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 39px;
}

@media screen and (max-width: 500px) {
    .floating-coupon .floating-coupon-form {
        width: 100%;
    }
}

.floating-coupon .floating-coupon-form .coupon-form-btn {
    padding: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.floating-coupon .floating-coupon-form input {
    border: none;
    outline: none;
    padding: 0;
    width: calc(100% - 16px);
    background: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #2E282A;
}

.floating-coupon .floating-coupon-form input::placeholder {
    text-transform: uppercase;
    color: #6C6C71;
}

.floating-coupon .floating-coupon-form input:-webkit-autofill,
.floating-coupon .floating-coupon-form input:-webkit-autofill:hover,
.floating-coupon .floating-coupon-form input:-webkit-autofill:focus,
.floating-coupon .floating-coupon-form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #6C6C71 !important;
    font-family: 'Einer Grotesk', sans-serif !important;
}

.cart-border-section {
    width: 100%;
    height: 1px;
    background: #6C6C71;
    margin: 60px 0;
}

@media screen and (max-width: 425px) {
    .cart-border-section {
        margin: 20px 0 30px 0;
    }
}

.empty-cart-section .wp-block-button {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
}

.empty-cart-section .empty-cart-title {
    max-width: 1027px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 1400px) {
    .empty-cart-section .empty-cart-title {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .empty-cart-section .empty-cart-title {
        width: 100%;
    }
}

/*****************************Checkout****************************/
.silvie-checkout-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .silvie-checkout-title-wrapper {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .silvie-checkout-title-wrapper {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.silvie-checkout-title-wrapper .silvie-checkout-link {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: uppercase;
}

@media screen and (max-width: 550px) {
    .silvie-checkout-title-wrapper .silvie-checkout-link {
        display: none;
    }
}

.silvie-checkout-wrapper {
    display: flex;
    gap: 155px;
}

@media screen and (max-width: 1024px) {
    .silvie-checkout-wrapper {
        gap: 50px;
    }
}

@media screen and (max-width: 768px) {
    .silvie-checkout-wrapper {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-checkout-wrapper {
        gap: 60px;
        flex-wrap: wrap;
    }
}

.silvie-checkout-wrapper h3 {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 425px) {
    .silvie-checkout-wrapper h3 {
        font-size: 18px;
        line-height: 110%;
    }
}

.silvie-checkout-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.silvie-checkout-wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #2E282A;
    border-radius: 0;
    padding-bottom: 40px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right {
    width: 550px;
}

@media screen and (max-width: 1024px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right {
        width: 425px;
        display: flex;
        flex-flow: column;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 860px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right {
        width: 365px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right {
        width: 100%;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--right .payment_box p {
    margin: -10px 0 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #6C6C71;
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio] {
    position: absolute;
    visibility: hidden;
    top: 0;
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]+label {
    position: relative;
    padding-left: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    cursor: pointer;
    height: 20px;
    margin-bottom: 20px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]+label:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    top: 3px;
    left: 0;
    border: 1px solid #2E282A;
    content: "";
    background: transparent;
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]+label:after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 2px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    visibility: hidden;
    background: #2E282A;
    z-index: 2;
    border: none;
}

@media screen and (max-width: 767px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]+label:after {
        top: 5px;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]:checked+label:after {
    visibility: visible;
}

.silvie-checkout-wrapper .silvie-checkout-column--right input[type=radio]:checked+label:before {
    visibility: visible;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-privacy-policy-text {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 425px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-privacy-policy-text {
        margin-bottom: 30px;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-privacy-policy-text a {
    text-decoration: underline;
    color: #D9B47A;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-privacy-policy-text a:hover {
    color: #2E282A;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table .product-name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table>thead {
    display: none;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tbody .cart_item:last-child td {
    padding-bottom: 30px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tbody td {
    padding-bottom: 20px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    padding-top: 30px;
    border-top: 1px solid #CECECE;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount bdi {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot .order-total th,
.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot .order-total td {
    padding-top: 30px;
    border-top: 1px solid #CECECE;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
    padding-bottom: 20px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .woocommerce-checkout-review-order-table tfoot tr th {
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .button {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 100%;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    cursor: pointer;
}

@media screen and (max-width: 425px) {
    .silvie-checkout-wrapper .silvie-checkout-column--right .button {
        height: 70px;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--right .button:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translateY(-39%) translateX(61px);
}

.silvie-checkout-wrapper .silvie-checkout-column--right .button:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-checkout-wrapper .silvie-checkout-column--right .button:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.silvie-checkout-wrapper .silvie-checkout-column--left {
    width: 675px;
}

@media screen and (max-width: 767px) {
    .silvie-checkout-wrapper .silvie-checkout-column--left {
        width: 100%;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--left .form-row.woocommerce-validated input.input-text {
    box-shadow: none;
}

.silvie-checkout-wrapper .silvie-checkout-column--left .form-row.woocommerce-invalid input.input-text {
    box-shadow: none;
    border-color: red;
}

.silvie-checkout-wrapper .silvie-checkout-column--left input,
.silvie-checkout-wrapper .silvie-checkout-column--left textarea {
    width: 100%;
    padding: 0;
    border-radius: 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #6C6C71;
    outline: none;
}

.silvie-checkout-wrapper .silvie-checkout-column--left input::placeholder,
.silvie-checkout-wrapper .silvie-checkout-column--left textarea::placeholder,
.silvie-checkout-wrapper .silvie-checkout-column--left label,
.silvie-checkout-wrapper .silvie-checkout-column--left .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
}

.silvie-checkout-wrapper .silvie-checkout-column--left input:-webkit-autofill,
.silvie-checkout-wrapper .silvie-checkout-column--left input:-webkit-autofill:hover,
.silvie-checkout-wrapper .silvie-checkout-column--left input:-webkit-autofill:focus,
.silvie-checkout-wrapper .silvie-checkout-column--left input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #6C6C71 !important;
    font-family: 'Einer Grotesk', sans-serif !important;
}

.silvie-checkout-wrapper .silvie-checkout-column--left .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.silvie-checkout-wrapper .silvie-checkout-column--left .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0;
    margin-bottom: 60px;
    display: flex;
    flex-flow: column;
    width: 48%;
}

@media screen and (max-width: 768px) {
    .silvie-checkout-wrapper .silvie-checkout-column--left .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
        margin-bottom: 30px;
    }
}

.silvie-checkout-wrapper .silvie-checkout-column--left .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide {
    width: 100%;
}

/*****************************home-sliders******************************/
.slider-button {
    margin-top: 97px;
    margin-bottom: 151px;
}

@media screen and (max-width: 1024px) {
    .slider-button {
        margin-top: 70px;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    .slider-button {
        margin-top: 60px;
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 425px) {
    .slider-button {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.custom-products-slider-section .slick-slide {
    max-width: 500px;
}

.custom-products-slider-section .slick-slide img {
    object-fit: cover;
    width: 500px;
    height: 600px;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .custom-products-slider-section .slick-slide {
        max-width: 400px;
    }

    .custom-products-slider-section .slick-slide img {
        width: 400px;
        height: 465px;
    }
}

@media screen and (max-width: 768px) {
    .custom-products-slider-section .slick-slide {
        max-width: 320px;
    }

    .custom-products-slider-section .slick-slide img {
        width: 320px;
        height: 385px;
    }
}

@media screen and (max-width: 425px) {
    .custom-products-slider-section .slick-slide {
        max-width: 180px;
    }

    .custom-products-slider-section .slick-slide img {
        width: 180px;
        height: 245px;
    }
}

.custom-products-slider-section .slick-slide:not(:last-child) {
    margin-right: 30px;
}

.custom-products-slider-section .slick-slider .slick-list,
.custom-products-slider-section .slick-slider .slick-track {
    display: flex;
}

.custom-products-slider-section .slick-slide {
    height: 100%;
    flex: 1;
}

.custom-products-slider-section .slick-slide~div {
    height: 100%;
}

.custom-products-slider-section .product-item {
    height: 100%;
}

.custom-products-slider-section .product-item-inner {
    height: 100%;
}

.custom-products-slider-section a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-products-slider-section .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .custom-products-slider-section .slick-slide:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 425px) {
    .custom-products-slider-section .slick-slide:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 425px) {
    .classes-slider-section .slick-slide {
        max-width: 390px;
    }

    .classes-slider-section .slick-slide img {
        width: 390px;
        height: 455px;
    }
}

@media screen and (max-width: 375px) {
    .classes-slider-section .slick-slide {
        max-width: 330px;
    }

    .classes-slider-section .slick-slide img {
        width: 330px;
        height: 395px;
    }
}

.classes-product-list {
    margin-top: 60px;
}

.classes-product-list .classes-product-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media screen and (max-width: 1024px) {
    .classes-product-list .classes-product-list-inner {
        gap: 10px;
    }
}

.classes-product-list .classes-product-list-inner .product-photo img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

@media screen and (max-width: 900px) {
    .classes-product-list .classes-product-list-inner .product-photo img {
        height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .classes-product-list .classes-product-list-inner .product-photo img {
        height: 280px;
    }
}

@media screen and (max-width: 425px) {
    .classes-product-list .classes-product-list-inner .product-photo img {
        height: 230px;
    }
}

.classes-product-list .classes-product-list-inner .product-item {
    width: calc(25% - 22.5px);
    margin-bottom: 54px;
}

@media screen and (max-width: 1024px) {
    .classes-product-list .classes-product-list-inner .product-item {
        gap: 10px;
        width: calc(33% - 5px);
    }
}

@media screen and (max-width: 650px) {
    .classes-product-list .classes-product-list-inner .product-item {
        width: calc(50% - 5px);
        margin-bottom: 20px;
    }
}

.classes-product-list .product-title {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-align: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .classes-product-list .product-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .classes-product-list .product-title {
        font-size: 20px;
    }
}

.classes-product-list .product-price {
    text-align: left;
    margin: 0;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
}

.classes-product-list .product-short-description {
    display: none;
}

/********************************************Thank you page***********************************************/
.woocommerce-order-received .thank-you-page-title {
    margin-top: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .thank-you-page-title {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .thank-you-page-title {
        margin-top: 30px;
        font-size: 60px;
        line-height: 90%;
    }
}

.woocommerce-order-received .woocommerce-notice--success {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .woocommerce-notice--success {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.woocommerce-order-received .border-bottom-section {
    border-bottom: 1px solid #6C6C71;
    margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .border-bottom-section {
        margin-bottom: 20px;
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
    margin: 0;
    padding: 0;
    margin-bottom: 90px;
    list-style: none;
    display: flex;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details {
        flex-flow: column;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details {
        margin-bottom: 30px;
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-details li {
    display: flex;
    flex-flow: column;
    gap: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details li {
        flex-flow: row;
    }
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details li {
        font-size: 12px;
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child) {
    margin-right: 90px;
}

@media screen and (max-width: 1200px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
    font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
    margin-top: 90px;
    margin-bottom: 30px;
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {

    .woocommerce-order-received .woocommerce-order-details__title,
    .woocommerce-order-received .woocommerce-column__title {
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {

    .woocommerce-order-received .woocommerce-order-details__title,
    .woocommerce-order-received .woocommerce-column__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.woocommerce-order-received .woocommerce-customer-details address {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #2E282A;
}

.woocommerce-order-received .woocommerce-table--order-details {
    max-width: 675px;
    margin-bottom: 0;
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce-table--order-details thead {
    display: none;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr th {
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr td {
    padding-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr:last-child td {
    padding-bottom: 30px;
    border-bottom: 1px solid #CECECE;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-subtotal th,
.woocommerce-order-received .woocommerce-table--order-details tfoot .row-subtotal td {
    padding-top: 30px;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote {
        width: 140%;
    }
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote th {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #2E282A;
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote th {
        font-size: 18px;
    }
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote th,
.woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote td {
    padding-bottom: 0;
    text-align: left;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote td {
    padding-top: 20px;
    font-size: 15px;
    line-height: 140%;
    text-transform: none;
}

@media screen and (max-width: 425px) {
    .woocommerce-order-received .woocommerce-table--order-details tfoot .row-ordernote td {
        font-size: 12px;
    }
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-total th,
.woocommerce-order-received .woocommerce-table--order-details tfoot .row-total td {
    padding-top: 30px;
    border-top: 1px solid #CECECE;
    padding-bottom: 0;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot .row-total td {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
    padding-bottom: 20px;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr td {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    text-transform: uppercase;
    color: #2E282A;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-table__product-name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #2E282A;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-table__product-name {
        width: 70%;
    }
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-table__product-total {
    vertical-align: top;
    text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item bdi {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    text-transform: uppercase;
    color: #2E282A;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .wc-item-meta {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .wc-item-meta li {
    display: flex;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
    gap: 3px;
}

.woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__line-item .wc-item-meta li p {
    margin: 0;
}

/*********************************************Product**************************************/
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
    padding: 107px 0 73px 0;
}

.reset_variations {
    display: none !important;
}

.related.products {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .related.products {
        overflow: hidden;
    }
}

.related.products .slick-track {
    margin-left: 0;
}

.related.products ul.products li.product .star-rating {
    display: none;
}

@media screen and (max-width: 768px) {
    .related.products ul.products li.product h2 {
        font-size: 20px;
        line-height: 110%;
    }
}

@media screen and (max-width: 425px) {
    .related.products ul.products li.product h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .related.products ul.products li.product {
        margin-right: 0;
    }
}

.related.products ul.products li.product:last-child .related-product-item {
    margin-right: 10px !important;
}

.related.products ul.products li.product:not(:last-child) .related-product-item {
    margin-right: 30px;
}

.related.products ul.products li.product .related-product-item img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 425px) {
    .related.products ul.products li.product .related-product-item img {
        height: 280px;
    }
}

@media screen and (max-width: 420px) {
    .related.products ul.products li.product .related-product-item img {
        height: 230px;
    }
}

.related.products>h2 {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media screen and (max-width: 425px) {
    .related.products>h2 {
        font-size: 32px;
    }
}

.related.products li.product {
    margin-bottom: 0;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .related.products li.product {
        margin-right: 10px;
    }
}

.related.products li.product h2 {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.related.products li.product .add_to_cart_button.button {
    display: none;
}

.related.products li.product .woocommerce-Price-amount bdi {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
}

.related.products {
    padding-top: 30px;
    border-top: 1px solid #6C6C71;
    margin-top: 100px;
}

@media screen and (max-width: 425px) {
    .related.products {
        margin-top: 60px;
    }
}

.silvie-container.product {
    justify-content: space-between;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .silvie-container.product {
        flex-wrap: wrap;
    }
}

.silvie-container.product .woocommerce-info,
.silvie-container.product .woocommerce-noreviews,
.silvie-container.product p.no-comments {
    background: none;
    font-size: 18px;
    font-weight: 300;
}

.silvie-container.product .woocommerce-Reviews {
    width: 100%;
    margin-bottom: 150px;
    padding-top: 30px;
    border-top: 1px solid #6C6C71;
    margin-top: 190px;
}

@media screen and (max-width: 425px) {
    .silvie-container.product .woocommerce-Reviews {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

.silvie-container.product .woocommerce-Reviews .review-controls {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 100px;
}

@media screen and (max-width: 425px) {
    .silvie-container.product .woocommerce-Reviews .review-controls {
        margin-top: 60px;
    }
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 1027px;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .woocommerce-Reviews .review-controls .add-review-button {
        height: 70px;
        border-radius: 80px;
    }
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translateY(-48%) translateX(70px);
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows {
    display: flex;
    flex-shrink: 0;
    gap: 20px;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .woocommerce-Reviews .review-controls .review-arrows {
        gap: 10px;
    }
}

.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-left,
.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-right {
    width: 60px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    border-radius: 120px;
    cursor: pointer;
    transition: background .3s ease-in-out, border .3s ease-in-out;
}

@media screen and (max-width: 500px) {

    .silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-left,
    .silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-right {
        height: 120px;
        width: 40px;
    }
}

.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-left svg path,
.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-right svg path {
    transition: fill .3s ease-in-out;
}

.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-left:hover,
.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-right:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    transition: background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-left:hover svg path,
.silvie-container.product .woocommerce-Reviews .review-controls .review-arrows .review-arrow-right:hover svg path {
    fill: #FFFFFF;
    transition: fill .3s ease-in-out;
}

.silvie-container.product .woocommerce-Reviews .reviews-list {
    display: flex;
}

.silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item {
    display: flex;
    flex-flow: column;
    min-height: 250px;
}

@media screen and (max-width: 800px) {
    .silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item {
        border-right: 1px solid #CECECE;
    }
}

@media screen and (min-width: 768px) {
    .silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item {
        padding-right: 20px;
    }
}

.silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item.slick-active {
    border-right: 1px solid #CECECE;
}

@media screen and (min-width: 430px) {
    .silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item:nth-child(1) {
        padding-left: 10px;
    }
}

@media screen and (min-width: 800px) {
    .silvie-container.product .woocommerce-Reviews .reviews-list .silvie-review-item.slick-active:nth-child(3) {
        border-right: none;
    }
}

.silvie-container.product .woocommerce-Reviews .reviews-list .review-author {
    margin-bottom: 10px;
}

.silvie-container.product .woocommerce-Reviews .reviews-list .woocommerce-review__author {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
}

.silvie-container.product .woocommerce-Reviews .reviews-list .review-date {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
}

.silvie-container.product .woocommerce-Reviews .reviews-list .description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.silvie-container.product .woocommerce-Reviews .reviews-list .description p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.silvie-container.product .woocommerce-Reviews .silvie-reviews-heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.silvie-container.product .woocommerce-Reviews .silvie-reviews-heading .silvie-reviews-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2em;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .silvie-container.product .woocommerce-Reviews .silvie-reviews-heading .silvie-reviews-title {
        font-size: 32px;
        line-height: 120%;
    }
}

.silvie-container.product .woocommerce-Reviews .silvie-reviews-meta-count {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .silvie-container.product .woocommerce-Reviews .silvie-reviews-meta-count {
        font-size: 12px;
    }
}

.silvie-container.product .woocommerce-Reviews .star-rating span::before {
    color: #D9B47A;
}

.silvie-container.product .woocommerce-Reviews .silvie-reviews-meta-avarage-rating {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .silvie-container.product .woocommerce-Reviews .silvie-reviews-meta-avarage-rating {
        font-size: 32px;
        line-height: 120%;
    }
}

.silvie-container.product .product-deskr-row {
    gap: 20px;
    border-top: 1px solid #CECECE;
    padding-top: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .product-deskr-row {
        gap: 30px;
    }
}

.silvie-container.product .product-deskr-row.product-deskr-row--first {
    margin-top: 200px;
}

@media screen and (max-width: 1024px) {
    .silvie-container.product .product-deskr-row.product-deskr-row--first {
        margin-top: 150px;
    }
}

@media screen and (max-width: 500px) {
    .silvie-container.product .product-deskr-row.product-deskr-row--first {
        margin-top: 120px;
    }
}

.silvie-container.product .product-deskr-row .product-description-p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    margin-bottom: 20px;
}

.silvie-container.product .product-deskr-row .product-description-p a {
    color: #D9B47A;
}

.silvie-container.product .product-deskr-row .product-description-p a:hover {
    color: #2E282A;
}

.silvie-container.product .product-deskr-row .product-description-list {
    padding: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

.silvie-container.product .product-deskr-row .product-description-column-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.silvie-container.product .product-deskr-row .product-description-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    max-width: 260px;
}

@media screen and (min-width: 769px) {
    .silvie-container.product .summary.entry-summary {
        max-width: 550px;
    }
}

@media screen and (max-width: 767px) {
    .silvie-container.product .summary.entry-summary {
        width: 100%;
    }
}

.silvie-container.product .summary.entry-summary .variations {
    margin-bottom: 20px;
}

.silvie-container.product .summary.entry-summary .single_variation_wrap .single_variation {
    margin: 10px 0;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper.image-variable-items-wrapper {
    align-items: center;
    flex-wrap: wrap;
}

.silvie-container.product .summary.entry-summary .woocommerce-variation-availability {
    display: none;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper.button-variable-items-wrapper .button-variable-item {
    border: 1px solid #6C6C71;
    box-shadow: none;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper.button-variable-items-wrapper .button-variable-item.selected {
    background: #FFEEE8;
    border: 1px solid #FFEEE8;
}

.silvie-container.product .summary.entry-summary .woocommerce-variation-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .woocommerce-variation-description p {
        margin-bottom: 30px;
    }
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper .variable-item {
    margin: 5px 10px;
    border: 0;
    padding: 0;
    width: max-content;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper .variable-item.selected {
    border: 1px solid #6C6C71;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper .variable-item.selected .variable-item-contents:before {
    display: none;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper .variable-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.silvie-container.product .summary.entry-summary .woo-variation-swatches .variable-items-wrapper .variable-item {
    margin: 5px;
}

.silvie-container.product .summary.entry-summary .variations_button {
    display: flex;
    gap: 19px;
}

.silvie-container.product .variations tr>td {
    padding-bottom: 20px;
}


@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .variations_button {
        gap: 10px;
    }
}

.silvie-container.product .summary.entry-summary .variations_button .quantity {
    position: relative;
    border: 1px solid #2E282A;
    border-radius: 120px;
    width: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .variations_button .quantity {
        width: 40px;
    }
}

/* .silvie-container.product .summary.entry-summary .variations_button .quantity-nav,
body.single-product .quantity-nav {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 55%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
} */

.silvie-container.product .summary.entry-summary .variations_button .quantity-nav,
body.single-product .quantity-nav {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 55%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-flow: unset;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0px 20px;
}

.silvie-container.product .summary.entry-summary .variations_button .single_add_to_cart_button {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 100%;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .variations_button .single_add_to_cart_button {
        height: 120px;
        border-radius: 80px;
    }
}

.silvie-container.product .summary.entry-summary .variations_button .single_add_to_cart_button:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-48%) translateX(60px);
}

.silvie-container.product .summary.entry-summary .variations_button .single_add_to_cart_button:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-container.product .summary.entry-summary .variations_button .single_add_to_cart_button:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.silvie-container.product .summary.entry-summary .product_title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 32px;
    }
}

.silvie-container.product .summary.entry-summary .price {
    margin: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary .price {
        margin-bottom: 20px;
    }
}

.silvie-container.product .summary.entry-summary .price bdi {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: #2E282A;
    font-family: "Einer Grotesk", sans-serif;
}

.silvie-container.product .summary.entry-summary form.cart {
    display: flex;
    gap: 19px;
}

.silvie-container.product .summary.entry-summary form.cart>div {
    width: 100%;
}

.silvie-container.product .summary.entry-summary form.cart .quantity {
    position: relative;
    border: 1px solid #2E282A;
    border-radius: 120px;
    width: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    width: 100%;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 500px) {
    .silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
        height: 70px;
        border-radius: 80px;
    }
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translateY(-48%) translateX(60px);
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button:hover {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.silvie-container.product .summary.entry-summary .variations_form .variations .label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #D9B47A;
    padding: 5px 15px;
    border: 1px solid #D9B47A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 50px;
    display: inline-block;
}


@media screen and (min-width: 769px) {
    .silvie-container.product div.images {
        width: calc(100% - 610px);
    }
}

@media screen and (max-width: 767px) {
    .silvie-container.product div.images {
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (max-width: 500px) {
    .silvie-container.product div.images .wpgis-slider-nav {
        display: none;
    }
}

.silvie-container.product div.images .slick-slide.slick-current img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .silvie-container.product div.images .vertical-img-left.wpgis-slider-for {
        width: 79%;
        float: right;
        margin-left: 45px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .silvie-container.product div.images .vertical-img-left.wpgis-slider-for {
        margin-left: 1%;
    }
}

@media screen and (max-width: 500px) {
    .silvie-container.product div.images .vertical-img-left.wpgis-slider-for {
        margin-left: 0%;
        width: 100%;
        margin-bottom: 30px;
    }
}

.silvie-container.product div.images .slick-vertical li img {
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    .silvie-container.product div.images .slick-vertical li img {
        margin-bottom: 30px;
    }
}

.silvie-container.product.product_cat-classes .summary.entry-summary .variations_form .variations .label {
    display: none;
}

.silvie-container.product.product_cat-classes .button-variable-items-wrapper.wvs-style-rounded .variable-item.button-variable-item {
    margin: 0;
    margin-bottom: 10px;
}

.border-sec {
    border-top: 1px solid #6C6C71;
}

/*****************************comments form****************************/
.comment-form-rating {
    margin-bottom: 20px;
}

.comment-respond {
    max-width: 675px;
    margin: 60px auto 0 auto;
}

.comment-respond p.stars.selected a.active::before,
.comment-respond p.stars.selected a:not(.active)::before {
    color: #D9B47A;
}

.comment-respond p {
    margin: 0;
}

.comment-respond .comment-reply-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    display: block;
}

@media screen and (max-width: 425px) {
    .comment-respond .comment-reply-title {
        font-size: 18px;
    }
}

.comment-respond .comment-notes {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
    margin: 0;
    margin-bottom: 60px;
}

.comment-respond .comment-notes .required {
    color: #000000;
}

.comment-respond .comment-form-rating>label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
    margin-bottom: 170px;
}

.comment-respond .comment-form-rating>label .required {
    color: #6C6C71;
}

.comment-respond .stars {
    margin: 0;
    margin-top: 10px;
}

.comment-respond .stars:hover a:before {
    color: #D9B47A;
}

.comment-respond .stars a:hover:before {
    color: #D9B47A;
}

.comment-respond .stars a:before {
    color: #D9B47A;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    width: 100%;
    padding: 0;
    border-radius: 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #6C6C71;
    outline: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 425px) {

    .comment-respond input[type="text"],
    .comment-respond input[type="email"],
    .comment-respond textarea {
        margin-bottom: 30px;
    }
}

.comment-respond input[type="email"] {
    margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
    .comment-respond input[type="email"] {
        margin-bottom: 20px;
    }
}

.comment-respond input::placeholder,
.comment-respond textarea::placeholder,
.comment-respond label,
.comment-respond .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C6C71;
}

.comment-respond input:-webkit-autofill,
.comment-respond input:-webkit-autofill:hover,
.comment-respond input:-webkit-autofill:focus,
.comment-respond input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #6C6C71 !important;
    font-family: 'Einer Grotesk', sans-serif !important;
}

.comment-respond input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    top: 0;
}

.comment-respond input[type=checkbox]+label {
    position: relative;
    padding-left: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: none;
    color: #6C6C71;
    cursor: pointer;
}

.comment-respond input[type=checkbox]+label:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    top: 4px;
    left: 0;
    border: 1px solid #6C6C71;
    content: "";
    background: transparent;
}

.comment-respond input[type=checkbox]+label:after {
    display: block;
    position: absolute;
    content: "";
    top: 5.5px;
    left: 2.5px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    visibility: hidden;
    background: #6C6C71;
    z-index: 2;
    border: none;
}

@media screen and (max-width: 768px) {
    .comment-respond input[type=checkbox]+label:after {
        top: 6.5px;
    }
}

@media screen and (max-width: 425px) {
    .comment-respond input[type=checkbox]+label:after {
        top: 5.5px;
        left: 1.5px;
    }
}

.comment-respond input[type=checkbox]:checked+label:after {
    visibility: visible;
}

.comment-respond input[type=checkbox]:checked+label:before {
    visibility: visible;
}

.comment-respond .form-submit {
    position: relative;
}

.comment-respond .form-submit:after {
    content: "";
    height: 16px;
    width: 15px;
    background: url(assets/arrow-btn.svg) center center no-repeat;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-48%) translateX(39px);
}

.comment-respond .form-submit:hover:after {
    background: url("assets/arrow-btn-w.svg") center center no-repeat;
    transition: background .3s ease-in-out;
}

.comment-respond .form-submit:hover input[type="submit"] {
    border: 1px solid #D9B47A;
    background: #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.comment-respond .form-submit input[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2E282A;
    outline: none;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    height: 140px;
    justify-content: center;
    border-radius: 120px;
    background: #FFFFFF;
    /*cursor: pointer;*/
    margin-top: 60px;
    position: relative;
}

@media screen and (max-width: 425px) {
    .comment-respond .form-submit input[type="submit"] {
        height: 120px;
    }
}

.product-section {
    background: #FFFFFF;
}

.section-inpage-parallax,
.section-parallax,
.plp-top-section,
.pro-stylist-section {
    overflow: hidden;
}

@media screen and (min-width: 1000px) {

    .section-inpage-parallax .wp-block-getwid-section__background,
    .section-parallax .wp-block-getwid-section__background,
    .plp-top-section .wp-block-getwid-section__background,
    .pro-stylist-section .wp-block-getwid-section__background {
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
}

.home-pink-section {
    margin-bottom: 0px;
}

.home .border-section {
    z-index: 1;
    position: relative;
}

.home .border-section:before {
    position: absolute;
    content: '';
    width: 100%;
    top: -101px;
    height: 100px;
    background: #FFFFFF;
}

@media screen and (max-width: 450px) {
    .home .border-section:before {
        top: -61px;
        height: 60px;
    }
}

/****************************Shop*************************/
.product-section .catalog-inner .woocommerce-notices-wrapper,
.product-section .catalog-inner .woocommerce-result-count,
.product-section .catalog-inner .woocommerce-ordering {
    display: none;
}

.woocommerce-pagination {
    width: 100%;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.woocommerce-pagination .page-numbers.current {
    color: #D9B47A;
}

.woocommerce-pagination .page-numbers li a {
    display: flex;
    align-items: center;
}

.product .woo-variation-product-gallery {
    max-width: 55% !important;
}

@media only screen and (min-width: 767px) {
    .product .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
        width: 100%;
        height: 100px;
        background-size: cover;
    }
}

@media only screen and (min-width: 1300px) {
    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        width: calc(100% - 120px);
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
        max-width: 120px;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider {
        margin-right: 45px;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 767px) {
    .product .woo-variation-product-gallery {
        max-width: 48% !important;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        width: 100%;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider {
        margin-right: 0;
        margin-top: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container {
        flex-flow: column;
    }

    .product .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div {
        margin-bottom: 10px;
        margin-right: 10px;
        max-width: 75px;
    }

    .product .silvie-container.product div.summary.entry-summary {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .silvie-container.product {
        margin-top: 0;
    }

    .woo-variation-gallery-thumbnail-wrapper {
        display: none;
    }
}

.product-section .products-filter-columns .woocommerce-info,
.product-section .products-filter-columns .woocommerce-noreviews,
.product-section .products-filter-columns p.no-comments {
    background: none;
}

.product-section .products-filter-columns .products {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}

.product-section .products-filter-columns .products .product a {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.product-section .products-filter-columns .products .product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .product-section .products-filter-columns .products {
        gap: 10px;
    }
}

.product-section .products-filter-columns .products li.product {
    width: calc(33.333% - 20px);
    margin-right: 0;
    margin-bottom: 58px;
}

@media screen and (max-width: 1300px) {
    .product-section .products-filter-columns .products li.product {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .product-section .products-filter-columns .products li.product {
        width: calc(33.333% - 7px);
    }
}

@media screen and (max-width: 767px) {
    .product-section .products-filter-columns .products li.product {
        width: calc(50% - 5px);
    }
}

.product-section .products-filter-columns .products li.product img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

@media screen and (max-width: 1300px) {
    .product-section .products-filter-columns .products li.product img {
        height: 360px;
    }
}

@media screen and (max-width: 1024px) {
    .product-section .products-filter-columns .products li.product img {
        height: 280px;
    }
}

@media screen and (max-width: 425px) {
    .product-section .products-filter-columns .products li.product img {
        height: 230px;
    }
}

.product-section .products-filter-columns .products li.product .woocommerce-loop-product__title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Einer Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
}

@media screen and (max-width: 425px) {
    .product-section .products-filter-columns .products li.product .woocommerce-loop-product__title {
        margin-top: 10px;
    }
}

.product-section .products-filter-columns .products li.product .star-rating,
.product-section .products-filter-columns .products li.product .add_to_cart_button {
    display: none;
}

.product-section .products-filter-columns .products li.product .price {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
}

.product-section .products-filter-columns .products li.product .product_type_variable {
    display: none;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img {
    /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
	    to remove jitter on replacement */
    /*height: 150px;
			width: 150px;*/
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}

.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}

.custom-cursor {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 9999;
}

.custom-cursor svg {
    display: none;
}

.custom-cursor.drag {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.custom-cursor.drag svg {
    display: block;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

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

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

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

/* 27-2-2025 product detail page css start */

.product-description-title {
    color: #2E282A;
    font-family: "Sabrina", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}

.accordion-main-container span.wp-block-getwid-accordion__header-title {
    color: #2E282A;
    font-family: "Sabrina", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-main-container .ui-state-active span.wp-block-getwid-accordion__header-title {
    color: #D9B47A;
    font-family: "Sabrina", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-main-container i.fas.fa-chevron-down,
.accordion-main-container i.fas.fa-chevron-up {
    position: absolute;
    right: 30px;
}

a:hover .wp-block-getwid-accordion__header-title {
    color: #D9B47A;
    transition: color .3s ease-in-out;
}

.single-product-cont,
.woocommerce-product-details__short-description {
    color: #2E282A !important;
    font-family: "Einer Grotesk", sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.variable-item-contents .variable-item-span-button {
    color: #2E282A;
    font-family: "Sabrina", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.variable-item-contents .variable-item-span-button:before {
    content: '';
    position: absolute;
    opacity: 0.5;
    background-color: #D9B47A;
    width: 100%;
    height: 21px;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: -1;
}

.variable-item-span {
    z-index: 2;
}

.silvie-container.product .summary.entry-summary .variable-items-wrapper.button-variable-items-wrapper .button-variable-item {
    border: 0;
    box-shadow: unset;
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
    border: unset !important;
    backdrop-filter: unset !important;
    font-family: 'Sabrina', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    /* display: flex;
    align-items: center; */
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    height: 74px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 40px !important;
    background: #D9B47A !important;
}

.silvie-container.product .summary.entry-summary form.cart .quantity {
    position: relative;
    border: 1px solid #D9B47A;
    border-radius: 120px;
    width: 100%;
    max-width: 180px;
    overflow: hidden;
}

input.input-text.qty.text {
    color: #2E282A;
    font-family: 'Sabrina', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 1;
    width: 100% !important;
}

.silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button:after {
    content: unset !important;
}

.single_variation_wrap {
    padding: 40px 0px;
    border-top: 1px solid rgb(46 40 42 / 20%);
    border-bottom: 1px solid rgb(46 40 42 / 20%);
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border-top: 1px solid rgb(46 40 42 / 50%) !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.wp-block-getwid-accordion__content {
    padding: 0px 50px 30px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.wp-block-getwid-accordion.accordion-main-container {
    border-bottom: 1px solid rgb(46 40 42 / 50%) !important;
    margin-top: 55px !important;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    margin: 0;
    padding: 30px 30px;
    border: 0;
    width: 100%;
    display: block;
}

.silvie-container.product .woocommerce-Reviews {
    border-top: 1px solid rgb(46 40 42 / 50%);
    margin-top: 70px !important;
    margin-bottom: 0px !important;
}

.silvie-container.product .woocommerce-Reviews .silvie-reviews-heading {
    border-bottom: 1px solid rgb(46 40 42 / 50%);
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button {
    border: unset !important;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    height: 70px;
    border-radius: 40px;
    background: #D9B47A;
    max-width: 520px;
    margin: 0 auto;
    color: #FFF;
    font-family: 'Sabrina', sans-serif !important;
    font-size: 40px !important;
    font-weight: 400;
    line-height: normal;
}

.silvie-container.product .woocommerce-Reviews .review-controls {
    margin-top: 55px;
}

.silvie-container.product .woocommerce-Reviews .review-controls .add-review-button:after {
    content: unset;
}

.quantity-button.quantity-up {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 5V19" stroke="%232E282A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12H19" stroke="%232E282A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px !important;
}

.quantity-button.quantity-down {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="%232E282A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px !important;
    align-items: center;
    justify-content: center;
}

.quantity-button.quantity-up svg {
    width: 0;
}

.quantity-button.quantity-down svg {
    width: 0;
}

.quantity-nav {
    z-index: 1;
}

.silvie-reviews-meta {
    display: flex;
    align-items: center;
}

.silvie-reviews-meta-count {
    color: #2E282A;
    font-family: 'Sabrina', sans-serif;
    font-size: 40px !important;
    font-weight: 400 !important;
}

.silvie-footer-bottom-part {
    margin-top: -94px !important;
    z-index: unset !important;
}

.faq-section-title {
    color: #2E282A;
    font-family: 'Sabrina', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}

.faq-title,
.what-included-title {
    color: #2E282A;
    font-family: 'Sabrina', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}

.what-included-title {
    border-bottom: 1px solid rgb(46 40 42 / 50%);
    padding-bottom: 10px;
}

.faq-col-sec {
    border-bottom: 1px solid rgb(46 40 42 / 50%);
    max-width: 1180px;
    margin-left: auto;
}

.list-title {
    color: #2e282acc;
    font-family: "Einer Grotesk", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.image-box-sec {
    padding-bottom: 15px;
}

.list-title::marker {
    color: #D9B47A;
}

li.list-title:last-child {
    margin-bottom: 0px !important;
}

.list-main-sec li.list-title {
    margin-bottom: 15px !important;

}

.hair-extension-class {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0px 40px;
}

.silvie-columns-section {
    margin-top: 60px;
    margin-bottom: 50px !important;
}

/* 12-3-2025 product detail page css start */
.courses-box {
    background: #f5f5f5;
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courses-title {
    font-family: 'Sabrina', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0px auto 30px;
}

.courses-btn .wp-block-button a {
    border: 1px solid #2E282A;
    backdrop-filter: blur(15px);
    border-radius: 120px;
    background: transparent;
    font-family: 'Einer Grotesk', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 45px;
    line-height: 140%;
    text-transform: uppercase;
    color: #2E282A;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.courses-btn .wp-block-button a:hover {
    background: #D9B47A;
    border: 1px solid #D9B47A;
    color: #FFFFFF;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

/* 12-3-2025 product detail page css end */

@media screen and (min-width: 1321px) and (max-width: 1520px) {
    .product-description-title {
        font-size: 50px !important;
    }

    .courses-title {
        font-size: 28px;
    }

    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 50px !important;
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
        padding: 20px 10px !important;
    }

    .faq-section-title {
        font-size: 60px !important;
    }

    .faq-title,
    .what-included-title {
        font-size: 25px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 1320px) {
    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 45px !important;
        line-height: 1.2em;
    }

    .single-product-cont,
    .woocommerce-product-details__short-description {
        font-size: 18px !important;
    }

    .list-title {
        font-size: 18px !important;
    }

    .silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
        font-size: 30px !important;
        height: 65px !important;
    }

    input.input-text.qty.text {
        font-size: 30px !important;
    }

    .single_variation_wrap {
        padding: 30px 0px !important;
    }

    .wp-block-getwid-accordion.accordion-main-container {
        margin-top: 40px !important;
    }

    .accordion-main-container span.wp-block-getwid-accordion__header-title {
        font-size: 35px !important;
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
        padding: 20px 15px !important;
    }

    .product-description-title {
        font-size: 40px !important;
    }

    .faq-section-title {
        font-size: 50px !important;
    }

    .faq-title,
    .what-included-title {
        font-size: 25px !important;
    }

    .silvie-container.product .woocommerce-Reviews .silvie-reviews-heading .silvie-reviews-title {
        font-size: 40px !important;
    }

    .silvie-container.product .woocommerce-Reviews {
        margin-top: 40px !important;
    }

    .silvie-container.product .woocommerce-Reviews {
        padding-top: 20px !important;
    }

    .silvie-container.product .woocommerce-Reviews .silvie-reviews-heading {
        padding-bottom: 20px !important;
    }

    .silvie-container.product .woocommerce-Reviews .review-controls {
        margin-top: 45px !important;
    }

    .silvie-container.product .woocommerce-Reviews .review-controls .add-review-button {
        height: 60px !important;
        max-width: 400px !important;
        font-size: 30px !important;
    }

    .silvie-reviews-meta-count {
        font-size: 35px !important;
    }

    .silvie-footer-top-part {
        padding: 70px 0px 125px 0px !important;
    }

    .silvie-footer-bottom-part {
        padding-bottom: 40px !important;
        margin-top: -65px !important;
    }

    .courses-box {
        padding: 35px 25px;
    }

    .courses-box-row {
        gap: 20px !important;
    }

    .courses-title {
        font-size: 25px;
    }

    .courses-btn .wp-block-button a {
        font-size: 16px;
        padding: 15px 35px;
    }
}

@media screen and (max-width: 1080px) {

    .courses-box {
        padding: 30px 20px;
    }

    .courses-title {
        font-size: 22px;
    }

    .courses-btn .wp-block-button a {
        padding: 13px 25px;
    }
}


@media screen and (max-width: 980px) {
    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 35px !important;
    }

    .silvie-container.product .summary.entry-summary .price bdi {
        font-size: 25px !important;
    }

    .variable-item-contents .variable-item-span-button {
        font-size: 22px !important;
    }

    .variable-item-contents .variable-item-span-button:before {
        height: 12px !important;
        bottom: 0px !important;
    }

    .silvie-container.product .summary.entry-summary form.cart .quantity {
        max-width: 125px !important;
    }

    .silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
        font-size: 22px !important;
        height: 50px !important;
    }

    input.input-text.qty.text {
        font-size: 25px !important;
    }

    .single_variation_wrap {
        padding: 22px 0px !important;
    }

    .silvie-container.product .variations tr>td {
        padding-bottom: 10px !important;
    }

    .single-product-cont,
    .woocommerce-product-details__short-description {
        font-size: 16px !important;
    }

    .quantity-button.quantity-up {
        background-size: 20px !important;
    }

    .quantity-button.quantity-down {
        background-size: 20px !important;
    }

    .accordion-main-container span.wp-block-getwid-accordion__header-title {
        font-size: 30px !important;
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
        padding: 15px 10px !important;
    }

    .product-description-title {
        font-size: 35px !important;
    }

    .faq-title,
    .what-included-title {
        font-size: 25px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .single-product-cont,
    .woocommerce-product-details__short-description {
        font-size: 16px !important;
        margin-top: 0px !important;
    }

    .what-included-title {
        padding-bottom: 25px !important;
    }

    .whats-include-cont {
        padding-top: 30px !important;
    }

    .list-title {
        font-size: 16px !important;
    }

    .image-box-sec {
        padding-bottom: 10px !important;
    }

    .list-main-sec li.list-title {
        margin-bottom: 10px !important;
    }

    .silvie-container.product .woocommerce-Reviews {
        margin-top: 15px !important;
        padding-top: 25px !important;
    }

    .silvie-container.product .woocommerce-Reviews .silvie-reviews-heading {
        padding-bottom: 15px !important;
    }

    .silvie-container.product .woocommerce-Reviews .review-controls {
        margin-top: 40px !important;
    }

    .border-section {
        margin-top: 65px !important;
        border-top: 1px solid #6C6C71;
    }

    .silvie-footer-top-part {
        padding: 70px 0px 80px 0px !important;
    }

    .silvie-footer-bottom-part {
        padding-bottom: 30px !important;
        margin-top: -45px !important;
    }

    .silvie-container.product .woocommerce-Reviews .review-controls .add-review-button {
        height: 50px !important;
        max-width: 300px !important;
        font-size: 25px !important;
    }
}


@media screen and (max-width: 980px) {

    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        aspect-ratio: 1 / 1.3 !important;
        object-fit: cover !important;
    }

    .silvie-container.product .summary.entry-summary .product_title {
        font-size: 30px !important;
    }

    .affirm-as-low-as {
        display: none !important;
    }

    .silvie-container.product .summary.entry-summary .variations {
        margin-bottom: 10px !important;
    }

    .single_variation_wrap {
        padding: 15px 0px !important;
    }

    .silvie-container.product .summary.entry-summary form.cart .single_add_to_cart_button {
        font-size: 20px !important;
        height: 45px !important;
    }

    input.input-text.qty.text {
        font-size: 22px !important;
    }

    .quantity-button.quantity-up {
        background-size: 18px !important;
    }

    .quantity-button.quantity-down {
        background-size: 18px !important;
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
        padding: 10px 0px !important;
    }

    .wp-block-getwid-accordion__content {
        padding: 0px 10px 15px 10px !important;
    }

    .accordion-main-container span.wp-block-getwid-accordion__header-title {
        font-size: 22px !important;
    }

    .accordion-main-container i.fas.fa-chevron-down,
    .accordion-main-container i.fas.fa-chevron-up {
        right: 10px !important;
    }

    .product-description-title {
        font-size: 30px !important;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .wp-block-getwid-section__wrapper {
        padding: 0px !important;
    }

    .product-description-title {
        font-size: 25px !important;
    }

    .faq-section-title {
        font-size: 35px !important;
        margin-bottom: 40px !important;
    }

    .silvie-container.product .woocommerce-Reviews .silvie-reviews-heading .silvie-reviews-title {
        font-size: 30px !important;
    }

    .silvie-reviews-meta-count {
        font-size: 25px !important;
    }

    .silvie-footer-top-part {
        padding: 30px 0px 70px 0px !important;
    }

    .silvie-footer-bottom-part {
        padding-bottom: 20px !important;
        margin-top: -45px !important;
    }

    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 100px !important;
    }

    .accordion-main-container ul,
    .accordion-main-container ol {
        margin: 0 0 1.5em 0em !important;
    }

    .accordion-main-container li>ul,
    .accordion-main-container li>ol {
        margin-bottom: 0;
        margin-left: 0px !important;
    }

    .courses-box-row {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 690px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 60px !important;
    }

    .silvie-footer-bottom-part {
        padding-bottom: 10px !important;
        margin-top: -25px !important;
    }

    .silvie-footer-top-part {
        padding: 2px 0px 50px 0px !important;
    }

    .courses-box {
        padding: 25px 10px;
    }

    .courses-title {
        font-size: 18px;
    }

    .courses-btn .wp-block-button a {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 520px) {
    .silvie-footer-bottom-part .silvie-footer-bottom-part__title {
        font-size: 40px !important;
    }

    .silvie-footer-top-part {
        padding: 2px 0px 30px 0px !important;
    }

    .silvie-footer-bottom-part {
        padding-bottom: 5px !important;
        margin-top: -25px !important;
    }
}

/* 27-2-2025 product detail page css end */

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    width: max-content;

}

.silvie-container.product .summary.entry-summary .variable-items-wrapper .variable-item img {
    border-radius: 100%;
}