/* Variables */

:root {
    --lpc-color-black: #00425D;
    --lpc-color-white: #fff;
    --lpc-color-grey: #47646F;
    --lpc-color-violet: #562482;
    --lpc-color-violet-dark: #430983;
    --lpc-color-red: #FF5649;
    --lpc-color-blue: #0E5D7D;
    --lpc-color-green: #00A44C;
    --lpc-color-yellow: #FFB349;
    --lpc-color-white-border: #E6ECEF;

    /*--lpc-marquee-item-width: 727px;*/
}

/* Fonts */

/* Quicksand */

@font-face {
    font-family: Quicksand;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/quicksand/Quicksand-Light.ttf');
}

@font-face {
    font-family: Quicksand;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/quicksand/Quicksand-Regular.ttf');
}

@font-face {
    font-family: Quicksand;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/quicksand/Quicksand-Medium.ttf');
}

@font-face {
    font-family: Quicksand;
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/quicksand/Quicksand-SemiBold.ttf');
}

@font-face {
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/quicksand/Quicksand-Bold.ttf');
}

/* Gilroy */

@font-face {
    font-family: Gilroy;
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Thin.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 100;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-ThinItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-UltraLight.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 200;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-UltraLightItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Light.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-LightItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Regular.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-RegularItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Medium.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-MediumItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-SemiBold.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-SemiBoldItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Bold.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-BlackItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-ExtraBold.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/gilroy/Gilroy-Black.ttf');
}

@font-face {
    font-family: Gilroy;
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/gilroy/Gilroy-BlackItalic.ttf');
}

/* Outfit */

@font-face {
    font-family: Outfit;
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Thin.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-ExtraLight.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Light.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Regular.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Medium.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-SemiBold.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Bold.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-ExtraBold.ttf');
}

@font-face {
    font-family: Outfit;
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/outfit/Outfit-Black.ttf');
}

/* Body */

body {
    margin: 0;
    overflow: hidden auto;
    font-family: Gilroy, Arial, sans-serif;
    background-color: #F1F7FF;
    font-weight: 500;
    color: var(--lpc-color-grey);
    font-size: 16px;
    line-height: 1.65;
    font-style: normal;
}

body.lpc-header-mobile-open {
    height: 100vh;
    overflow: hidden;
}

/* Common */

body * {
    box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    white-space: pre-line;
}

ul, ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:not(.lpc-icon):not(.lpc-button):not(.lpc-header-product):not(.lpc-product-title):hover {
    text-decoration: underline;
}

a.lpc-icon,
a.lpc-button {
    transition: opacity .2s ease;
}

a.lpc-icon:hover,
a.lpc-button:hover {
    opacity: .7;
}

a.lpc-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 8px;
    border: 2px solid currentColor;
    border-radius: 40px;
    background-color: transparent;
    width: max-content;
    max-width: 100%;
    color: var(--lpc-color-black);
}

a.lpc-button svg {
    max-height: 16px;
}

a.lpc-button svg:not(.lpc-nofill-paths) path {
    fill: currentColor;
}

a.lpc-button span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: currentColor;
}

a.lpc-button.lpc-button-big {
    padding: 20px 32px;
    gap: 16px;
}

a.lpc-button.lpc-button-big span {
    font-size: 16px;
}

a.lpc-button.lpc-button-white {
    color: var(--lpc-color-white);
}

a.lpc-button.lpc-button-no-border {
    border: 0;
}

a.lpc-button.lpc-button-bg-violet {
    background-color: var(--lpc-color-violet);
    transition: all .3s ease;
}

a.lpc-button.lpc-button-bg-violet:hover {
    opacity: 1;
    background-color: var(--lpc-color-violet-dark);
}

a.lpc-button.lpc-button-full-width {
    width: 100%;
}

/*.lpc-animated {
    opacity: 0;
}*/

.lpc-copy {
    cursor: pointer;
}

.lpc-copied-notice {
    width: max-content;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    color: var(--lpc-color-white);
    font-family: 'Quicksand';
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 16px 24px;
    background-color: var(--lpc-color-violet);
    border-radius: 40px;
    display: none;
}

.lpc-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 40px 56px;
    gap: 16px;
    position: relative;
    width: 338px;
    min-width: 338px;
    background-color: #fff;
    border-radius: 24px;
}

.lpc-product > .lpc-product-new {
    display: block;
    padding: 6px 8px;
    background-color: var(--lpc-color-violet);
    border-radius: 49px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 2;
}

.lpc-product > svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.lpc-product-image-wrapper {
    width: 100%;
    height: 196px;
    overflow: hidden;
    display: block;
}

.lpc-product-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

.lpc-product-image-wrapper:hover img {
    transform: scale(1.1);
}

.lpc-product-title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--lpc-color-black);
    width: 100%;
}

.lpc-product-title:hover {
    text-decoration: none;
    color: var(--lpc-color-violet);
}

.lpc-product-rating-price {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lpc-product-rating-price .lpc-product-rating {
    display: flex;
    padding-right: 17px;
    position: relative;
    align-items: flex-start;
    line-height: 1;
    display: none;
}

.lpc-product-rating-price .lpc-product-rating svg {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.lpc-product-rating-price .lpc-product-rating:after {
    content: ' ';
    display: block;
    height: 100%;
    width: 1px;
    background-color: var(--lpc-color-violet);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
}

.lpc-product-rating-price .lpc-product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--lpc-color-violet);
    /*margin-left: 16px;*/
}

.lpc-product .lpc-button {
    color: var(--lpc-color-violet);
    padding: 12px 16px;
    border-radius: 40px;
}

.lpc-product .lpc-button svg {
    width: 8px;
}

.lpc-product .lpc-button span {
    font-size: 12px;
}

/* Header */

.lpc-header {
    padding: 35px 12px 27px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: padding .3s ease;
}

.lpc-header.sticky {
    padding: 0 12px;
}

.lpc-header-container {
    width: 100%;
    max-width: 1208px;
    background-color: #fff;
    border-radius: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 48px;
    margin: 0 auto;
    gap: 32px;
}

.lpc-header .lpc-header-icon-mobile-open {
    display: none;
    width: 22px;
    height: 22px;
}

.lpc-header .lpc-header-icon-mobile-open svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-header .lpc-logo-wrapper {
    display: block;
    width: 165px;
    height: auto;
}

.lpc-header .lpc-logo-wrapper img,
.lpc-header .lpc-logo-wrapper svg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.lpc-header .lpc-icon-cart {
    width: 48px;
    height: 48px;
    position: relative;
    margin-left: 33px;
}

.lpc-header .lpc-icon-cart svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-header .lpc-icon-cart:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    height: 27px;
    left: -33px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: var(--lpc-color-black);
    opacity: .2;
}

.lpc-header .lpc-icon-cart.lpc-cart-has-items:after {
    content: attr(data-count);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--lpc-color-white);
    border-radius: 50%;
    background-color: var(--lpc-color-red);
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
    position: absolute;
    right: -6px;
    top: -10px;
    width: 22px;
    height: 22px;
}

.lpc-header .lpc-header-nav-menu {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    flex: 1 1 0;
}

.lpc-header .lpc-header-nav-menu-right {
    justify-content: flex-end;
}

.lpc-header .lpc-header-nav-menu .menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lpc-header .lpc-header-nav-menu .menu-item > svg {
    display: block;
    width: 18px;
    height: 18px;
}

.lpc-header .lpc-header-nav-menu .menu-item > svg path {
    fill: var(--lpc-color-black);
}

.lpc-header .lpc-header-nav-menu .menu-item:hover > svg path {
    fill: var(--lpc-color-violet);
}

.lpc-header .lpc-header-nav-menu .menu-item > a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-nav-menu .menu-item > a:hover {
    color: var(--lpc-color-violet);
    text-decoration: none !important;
}

.lpc-header .lpc-header-nav-menu .lpc-menu-item-has-products {
    position: relative;
    overflow: hidden;
}

.lpc-header .lpc-header-nav-menu .lpc-menu-item-has-products > a {
    display: flex;
    align-items: center;
}

.lpc-header .lpc-header-nav-menu .lpc-menu-item-has-products > a svg {
    margin-left: 9px;
    display: block;
    width: 11px;
    height: 6px;
    transition: transform .3s ease;
}

.lpc-header .lpc-header-nav-menu .lpc-menu-item-has-products > a svg path {
    fill: currentColor;
}

.lpc-header.lpc-header-open-products-menu .lpc-header-nav-menu .lpc-menu-item-has-products > a svg {
    transform: rotate(-180deg);
}

.lpc-header .lpc-header-nav-menu .lpc-menu-item-has-products .lpc-header-products-menu-divider {
    position: absolute;
    width: 100%;
    height: 34px;
    top: 100%;
    left: 0;
}

.lpc-header .lpc-header-products-menu {
    position: absolute;
    width: 100vw;
    max-width: 1208px;
    top: calc(100% + 34px);
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 44.2621px 53.7469px rgba(200, 222, 248, 0.3);
    border-radius: 41px;
    max-height: 0;
    transition: max-height .5s ease;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    gap: 69px;
}

.lpc-header.lpc-header-open-products-menu .lpc-menu-item-has-products {
    overflow: unset;
}

.lpc-header.lpc-header-open-products-menu .lpc-header-products-menu {
    padding: 64px 66px 72px 75px;
    max-height: max-content;
}

.lpc-header .lpc-header-products-menu-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 364px;
    width: 100%;
    margin-bottom: 6px;
}

.lpc-header .lpc-header-products-menu-content h2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-products-menu-content .lpc-top-section-options {
    margin-top: auto;
}

.lpc-header .lpc-header-products {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 10px;
    width: calc(100% - 434px);
}

.lpc-header .lpc-header-products-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.lpc-header .lpc-header-products-category {
    padding: 8px 12px;
    border-radius: 100px;
    font-family: 'Quicksand';
    font-weight: 700;
    line-height: 1.1;
    color: var(--lpc-color-black);
    display: block;
    cursor: pointer;
}

.lpc-header .lpc-header-products-category:hover {
    text-decoration: underline;
}

.lpc-header .lpc-header-products-category.active {
    background-color: rgba(217, 217, 217, .2);
    pointer-events: none;
    cursor: default;
}

.lpc-header .lpc-header-products-slider {
    position: relative;
    width: 100%;
    display: none !important;
}

.lpc-header .lpc-header-products-slider.active {
    display: block !important;
}

.lpc-header .lpc-header-products-slider .owl-stage {
    display: flex;
}

.lpc-header .lpc-header-products-slider .owl-nav {
    display: block !important;
    position: absolute;
    right: -32px;
    top: 75px;
}

.lpc-header .lpc-header-products-slider .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.lpc-header .lpc-header-products-slider .owl-nav .owl-next:hover {
    opacity: .7;
}

.lpc-header .lpc-header-products-slider .owl-nav .owl-prev {
    display: none !important;
}

.lpc-header .lpc-header-product {
    display: block;
    width: 181px;
    height: 100%;
}

.lpc-header .lpc-header-product:hover {
    text-decoration: none;
}

.lpc-header .lpc-header-product .lpc-header-product-image-wrapper {
    width: 100%;
    height: 181px;
    overflow: hidden;
}

.lpc-header .lpc-header-product .lpc-header-product-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.lpc-header .lpc-header-product:hover .lpc-header-product-image-wrapper img {
    transform: scale(1.1);
}

.lpc-header .lpc-header-product .lpc-header-product-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -18px;
    height: calc(100% - 163px);
}

.lpc-header .lpc-header-product .lpc-header-product-content > svg {
    width: 56px;
    height: 56px;
    min-height: 56px;
    display: block;
}
.lpc-header .lpc-header-product .lpc-header-product-content > .lpc-product-new-wrapper {
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpc-header .lpc-header-product .lpc-header-product-content > .lpc-product-new-wrapper .lpc-product-new {
    padding: 6px 8px;
    background-color: var(--lpc-color-violet);
    border-radius: 49px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
}

.lpc-header .lpc-header-product .lpc-header-product-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--lpc-color-black);
    text-align: center;
    width: 100%;
    margin-top: auto;
    position: relative;
    padding: 0 32px;
}

.lpc-header .lpc-header-product:hover .lpc-header-product-title {
    color: var(--lpc-color-violet);
    text-decoration: none;
}

.lpc-header .lpc-header-product .lpc-header-product-title > svg {
    position: absolute;
    right: 18px;
    display: block;
    top: 8px;
    transition: right .3s ease;
    z-index: 2;
}

.lpc-header .lpc-header-product .lpc-header-product-title > svg path {
    stroke: currentColor;
}

.lpc-header .lpc-header-product:hover .lpc-header-product-title > svg {
    right: 0;
}

.lpc-header .lpc-header-product .lpc-header-product-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: var(--lpc-color-violet);
    margin-top: 4px;
}

.lpc-header .lpc-header-product .lpc-header-product-rating {
    font-size: 12px;
    line-height: 1;
    color: var(--lpc-color-grey);
}

.lpc-header .lpc-header-breadcrumbs {
    width: 100%;
    max-width: 1152px;
    margin: 32px auto 0;
    display: flex;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1;
    white-space: pre-wrap;
}

.lpc-header .lpc-header-breadcrumbs span {
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-breadcrumbs a {
    color: #A7C2CD;
}

body.home .lpc-header .lpc-header-breadcrumbs,
body.woocommerce-page:not(.single-product) .lpc-header .lpc-header-breadcrumbs,
.lpc-header.sticky .lpc-header-breadcrumbs {
    display: none;
}

.lpc-header .lpc-header-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden auto;
    left: 0;
    max-width: 0;
    transition: max-width .3s ease;
    width: 100vw;
    min-height: 100vh;
    background-color: #fff;
    padding: 35px 0;
    z-index: 10;
}

body.lpc-iphone .lpc-header .lpc-header-mobile {
    padding-bottom: 100px;
}

.lpc-header.lpc-header-mobile-open .lpc-header-mobile {
    max-width: 100vw;
}

.lpc-header .lpc-header-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto 31px;
}

.lpc-header .lpc-header-mobile-menu-title {
    /*width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto 24px;*/
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-menu {
    list-style-type: none;
    width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lpc-header .lpc-header-mobile-menu > .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.lpc-header .lpc-header-mobile-menu > .menu-item > .svg-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0;
}

.lpc-header .lpc-header-mobile-menu > .menu-item > .svg-wrapper svg {
    display: block;
    width: 8px;
    margin-right: 4px;
}

.lpc-header .lpc-header-mobile-menu > .menu-item > .lpc-menu-item-link-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lpc-header .lpc-header-mobile-menu > .menu-item > .lpc-menu-item-link-wrapper a {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--lpc-color-black);
    display: block;
}

.lpc-header .lpc-header-mobile-menu > .menu-item > .lpc-menu-item-link-wrapper p {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-products-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden auto;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    padding: 44px 0;
    transition: max-width .3s ease;
    max-width: 0;
    z-index: 12;
}

body.lpc-iphone .lpc-header .lpc-header-mobile-products-menu {
    padding-bottom: 100px;
}

.lpc-header .lpc-menu-item-mobile-has-products.active > .lpc-header-mobile-products-menu {
    max-width: 100%;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-top {
    margin-bottom: 40px;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-top h3 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 17px;
    line-height: 1.1;
    text-align: center;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-product-menu-image {
    width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto;
    position: relative;
    border-radius: 16.6667px;
    height: 96px;
    margin-bottom: 32px;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-product-menu-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16.6667px;
    object-position: center;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-product-menu-image svg {
    display: block;
    position: absolute;
    top: 3px;
    right: 33px;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-product-menu-image .lpc-product-new {
    padding: 6px 8px;
    background-color: var(--lpc-color-violet);
    border-radius: 49px;
    position: absolute;
    top: 13px;
    right: 33px;
    color: var(--lpc-color-white);
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}

.lpc-header .lpc-header-mobile-products-menu > .lpc-header-mobile-product-categories {
    width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category h3 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category li {
    width: 100%;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category a {
    display: flex;
    gap: 9px;
    align-items: center;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category a span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    min-width: 53px;
    min-height: 48px;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category a span:first-child img,
.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category a span:first-child svg {
    display: block;
    max-height: 81.25%;
    max-width: 100%;
    object-fit: contain;
}

.lpc-header .lpc-header-mobile-products-menu .lpc-header-mobile-products-category a span:last-child {
    display: block;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-blocks {
    width: calc(100% - 56px);
    min-width: calc(100vw - 56px);
    margin: 0 auto;
}

.lpc-header .lpc-header-mobile-blocks .lpc-header-mobile-block {
    padding: 24px 0;
    border-top: 1px solid #D9D9D9;
}

.lpc-header .lpc-header-mobile-blocks .lpc-header-mobile-block:last-child {
    padding-bottom: 0;
}

.lpc-header .lpc-header-mobile-block-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    color: var(--lpc-color-black);
    margin-bottom: 8px;
}

.lpc-header .lpc-header-mobile-block-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.lpc-header .lpc-header-mobile-block-icons a {
    display: block;
    width: 48px;
    height: 48px;
}

.lpc-header .lpc-header-mobile-block-icons a svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lpc-header .lpc-header-mobile-block-address a,
.lpc-header .lpc-header-mobile-block-address p {
}

.lpc-header .lpc-header-mobile-block-address a {
    display: flex;
    align-items: center;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-block-address a span {
    display: block;
    margin-left: 10px;
    width: 13px;
    height: 16px;
}

.lpc-header .lpc-header-mobile-block-address a span svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-header .lpc-header-mobile-block-address a span svg path {
    stroke: currentColor;
}

.lpc-header .lpc-header-mobile-block-address p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 29px;
    color: var(--lpc-color-black);
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-menu a {
    width: 100%;
    color: var(--lpc-color-black);
    font-size: 14px;
    line-height: 29px;
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-options {
    display: flex;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 23px;
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-options li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-options li img,
.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-options li svg {
    display: block;
    width: 14px;
    height: 14px;
}

.lpc-header .lpc-header-mobile-block .lpc-header-mobile-block-options li span {
    font-size: 15px;
    line-height: 18px;
    color: var(--lpc-color-black);
}

/* Footer */

.lpc-footer {
    background-color: var(--lpc-color-black);
    padding: 44px 32px 24px;
}

.lpc-footer p,
.lpc-footer a,
.lpc-footer h3 {
    color: var(--lpc-color-white);
}

.lpc-footer-container {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
}

.lpc-footer .lpc-logo-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.lpc-footer .lpc-logo-wrapper img,
.lpc-footer .lpc-logo-wrapper svg {
    display: block;
    object-fit: contain;
}

.lpc-footer-upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.lpc-footer-upper > .lpc-footer-menu-wrapper {
    width: 25%;
    max-width: 240px;
}

.lpc-footer-menu-wrapper .lpc-footer-menu-title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.lpc-footer-menu-wrapper .lpc-nav-menu {
    list-style-type: none;
}

.lpc-footer-menu-wrapper .lpc-nav-menu .menu-item {
    opacity: 0.7;
    width: max-content;
}

.lpc-footer-menu-wrapper .lpc-icons {
    display: flex;
    flex-wrap: wrap;
    width: 96px;
}

.lpc-footer-menu-wrapper .lpc-icons a,
.lpc-footer-menu-wrapper .lpc-icons .lpc-icon {
    display: block;
    width: 48px;
    height: 48px;
}

.lpc-footer-menu-wrapper .lpc-email,
.lpc-footer-menu-wrapper .lpc-address {
    opacity: .7;
    display: block;
}

.lpc-footer-menu-wrapper .lpc-email {
    margin-bottom: 16px;
}

.lpc-footer-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--lpc-color-blue);
    width: 100%;
}

.lpc-footer-lower-text {
    opacity: .4;
    white-space: inherit;
}

.lpc-footer-lower-text a {
    display: inline;
    margin-left: 24px;
}

.lpc-footer-lower .lpc-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.lpc-footer-lower .lpc-icons .lpc-icon-wrapper {
    width: 37px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpc-footer-lower .lpc-icons .lcp-icon {
    display: block;
    width: auto;
    height: auto;
    max-height: 15px;
    object-fit: contain;
    max-width: 95%;
}

/* Top Section */

.lpc-top-section {
    width: 100%;
    padding: 52px 22px 78px;
}

.lpc-top-section-container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.lpc-top-section-image {
    display: block;
    margin-right: 96px;
    max-width: 650px;
}

.lpc-top-section-content {
    width: 100%;
    max-width: 416px;
}

.lpc-top-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 24px
}

.lpc-top-section-text {
    margin-bottom: 24px;
}

.lpc-top-section a.lpc-top-section-button {
    margin-bottom: 24px;
    background-color: var(--lpc-color-violet);
    border-color: var(--lpc-color-violet);
}

.lpc-top-section-options {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.lpc-top-section-options li {
    display: flex;
    align-items: center;
}

.lpc-top-section-options li svg {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 14px;
}

.lpc-top-section-options li svg path {
    fill: var(--lpc-color-black);
}

.lpc-top-section-options li span {
    font-weight: 600;
    line-height: 20px;
    color: var(--lpc-color-black);
}

/* Options Section */

.lpc-options-section {
    width: 100%;
    padding: 0 20px;
}

.lpc-options-section-container {
    width: 100%;
    max-width: 1032px;
    background-color: #fff;
    box-shadow: 0px 44.2621px 53.7469px rgba(200, 222, 248, 0.3);
    border-radius: 32px;
    margin: 0 auto;
    display: flex;
    padding: 24px 56px;
}

.lpc-options-section-item {
    width: 25%;
    padding: 0 5px;
}

.lpc-options-section-item svg {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 8px;
}

.lpc-options-section-item p {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: var(--lpc-color-black);
    white-space: pre-line;
}

/* Products Slider Section */

.lpc-products-slider-section {
    width: 100%;
    padding: 95px 0 152px;
    position: relative;
}

.lpc-products-slider-section-container {
    width: 87.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    gap: 72px;
}

.lpc-products-slider-section-left-content {
    width: 298px;
    min-width: 298px;
}

.lpc-products-slider-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 24px;
}

.lpc-products-slider-section-text {
    margin-bottom: 24px;
}

.lpc-products-slider.owl-carousel {
    position: initial;
}

.lpc-products-slider .owl-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 60px;
    display: flex;
    gap: 8px;
}

.lpc-products-slider .owl-nav button {
    transition: opacity .3s ease;
    width: 32px;
    height: 32px;
    display: block;
}

.lpc-products-slider .owl-nav button svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-products-slider .owl-nav button:hover {
    opacity: .7;
}

.lpc-products-slider .owl-nav button.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
}

.lpc-products-slider .lpc-product {
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 4px;
}

/* Images Section */

.lpc-images-section {
    width: 100%;
    padding: 50px 46px 0;
    min-height: 935px;
    position: relative;
}

.lpc-images-section .lpc-images-section-gradient-rectangle {
    width: 100%;
    height: 593px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 4;
    background: linear-gradient(360deg, #FFFFFF 13.43%, rgba(246, 249, 255, 0) 85.19%);
}

.lpc-images-section .lpc-images-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
    text-align: center;
    max-width: 574px;
    margin: 0 auto 24px;
}

.lpc-images-section .lpc-button.lpc-button-images-section {
    margin: 0 auto -62px;
    position: relative;
    z-index: 3;
    transition: background-color .2s ease, color .3s ease;
}

.lpc-images-section .lpc-button.lpc-button-images-section:hover {
    opacity: 1;
    background-color: var(--lpc-color-black);
    color: var(--lpc-color-white);
}

.lpc-images-section .lpc-button.lpc-button-bg-violet {
    display: none;
}

.lpc-images-section > img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* Blocks Section */

.lpc-blocks-section {
    padding: 62px 12px 82px;
    background-color: #fff;
    width: 100%;
}

.lpc-blocks-section-top-shaped {
    padding-top: 100px;
    border-radius: 44px 44px 0 0;
}

.lpc-blocks-section-container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1032px;
    gap: 24px;
}

.lpc-blocks-section-container > div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.lpc-blocks-section-container .lpc-blocks-section-left-content {
    justify-content: space-between;
    flex-direction: column;
}

.lpc-blocks-section-item {
    border-radius: 24px;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:nth-child(odd) {
    background-color: #EEFAEF;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:nth-child(even) {
    background-color: #FFF7F0;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item {
    width: 100%;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big {
    padding: 72px;
    flex-grow: 1;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px;
    position: relative;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper > *:first-child {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper > *:last-child {
    display: block;
    width: 142px;
    height: 51px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    left: 66px;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title span {
    color: #80D777;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-text {
    text-align: center;
    color: #424245;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) {
    padding: 58px 68px;
    position: relative;
    height: fit-content;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper {
    width: 165px;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper svg {
    display: block;
    height: 100%;
    width: auto;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 31.4676px;
    line-height: 1.1;
    letter-spacing: -1.12384px;
    color: var(--lpc-color-grey);
    max-width: 278px;
    width: 100%;
}

.lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title span {
    color: var(--lpc-color-white);
    position: relative;
    display: inline;
    background-image: url('../img/blocks-section-left-item-title-wrapper-bg.svg');
    padding: 0 17px 0 6px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big {
    padding: 72px;
    width: 100%;
    background-color: #EEFAEF;
    background-size: cover;
    min-height: 528px;
    display: flex;
    flex-direction: column;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-content-wrapper {
    margin-top: auto;
    padding: 24px 18.25px;
    background-color: #fff;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper {
    width: 53.5px;
    height: 53.5px;
    margin-right: 24px;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper svg,
.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title span {
    color: var(--lpc-color-red);
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) {
    width: calc(50% - 12px);
    padding: 43px 31.5px 32px;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big):nth-child(odd) {
    background-color: #EFF5FF;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big):nth-child(even) {
    background-color: #FFF7F0;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper {
    width: 93px;
    height: auto;
    margin: 0 auto 30px;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper svg {
    display: block;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

/* Testimonials Slider Section */

.lpc-testimonials-slider-section {
    padding: 108px 0 133px;
    background-color: #FFF7F0;
}

.lpc-testimonials-slider-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
    padding: 0 12px;
    margin-bottom: 42px;
}

.lpc-testimonials-slider-section .lpc-testimonials-slider.owl-carousel {
    width: 100%;
}

.lpc-testimonials-slider .owl-stage {
    display: flex;
}

.lpc-testimonials-slider .owl-item {
    margin-bottom: 4px;
}

.lpc-testimonials-slider .owl-nav {
    display: flex;
    gap: 8px;
    margin-top: 40px;
    justify-content: center;
}

.lpc-testimonials-slider .owl-nav button {
    transition: opacity .3s ease;
    width: 32px;
    height: 32px;
    display: block;
}

.lpc-testimonials-slider .owl-nav button svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-testimonials-slider .owl-nav button:hover {
    opacity: .7;
}

.lpc-testimonials-slider .owl-nav button.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
}

.lpc-testimonials-slider-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px;
    width: 100%;
}

.lpc-testimonials-slider-item-image-wrapper {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

.lpc-testimonials-slider-item-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lpc-testimonials-slider-item-image-wrapper svg {
    height: 55%;
    width: auto;
    display: block;
}

.lpc-testimonials-slider-item-text {
    margin-bottom: 23px;
}

.lpc-testimonials-slider-item-reviewer-name {
    margin-top: auto;
    font-weight: 600;
    line-height: 17px;
    color: var(--lpc-color-black);
    margin-bottom: 4px;
}

.lpc-testimonials-slider-item-reviewer-job {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 23px;
}

.lpc-testimonials-slider-item-stars {
    display: flex;
    padding: 4px 8px;
    gap: 8px;
    background: #F5F5F5;
    border-radius: 40px;
    width: max-content;
}

.lpc-testimonials-slider-item-stars svg {
    width: 16px;
    height: 16px;
    display: block;
}

.lpc-testimonials-slider-item-stars .lpc-testimonials-slider-item-stars-white {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 16px;
}

.lpc-testimonials-slider-item-stars .lpc-testimonials-slider-item-stars-white span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.lpc-testimonials-slider-item-stars .lpc-testimonials-slider-item-stars-white svg {
    display: block;
    width: 12px;
    height: 12px;
}

.lpc-testimonials-slider-item-stars .lpc-testimonials-slider-item-stars-white svg path {
    fill: #fff;
}

/* Find Us Section */

.lpc-find-us-section {
    width: 100%;
    padding: 0 12px;
    background-color: #fff;
    position: relative;
}

.lpc-find-us-section-container {
    width: 100%;
    max-width: 856px;
    top: -68px;
    margin: 0 auto;
    background: var(--lpc-color-violet);
    border-radius: 24px;
    padding: 57px 20px;
    position: relative;
}

.lpc-find-us-section-container > svg,
.lpc-find-us-section-container > img {
    position: absolute;
    display: block;
    max-height: 133px;
    object-fit: contain;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.12));
}

.lpc-find-us-section-container > svg:first-child,
.lpc-find-us-section-container > img:first-child {
    /*transform: rotate(-15deg);*/
    left: -55px;
    top: 14px;
}

.lpc-find-us-section-container > svg:nth-child(2),
.lpc-find-us-section-container > img:nth-child(2) {
    /*transform: rotate(13.88deg);*/
    left: 67px;
    bottom: 38.25px;
}

.lpc-find-us-section-container > svg:nth-child(3),
.lpc-find-us-section-container > img:nth-child(3) {
    /*transform: rotate(12.86deg);*/
    right: 30px;
    top: -46px;
}

.lpc-find-us-section-container > svg:nth-child(4),
.lpc-find-us-section-container > img:nth-child(4) {
    /*transform: rotate(10.25deg);*/
    right: 51px;
    bottom: 49px;
}

.lpc-find-us-section-title {
    width: 100%;
    max-width: 547px;
    margin: 0 auto 24px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-white);
}

.lpc-find-us-section-text {
    text-align: center;
    color: var(--lpc-color-white);
    opacity: 0.5;
    width: 100%;
    max-width: 547px;
    margin: 0 auto 24px;
}

.lpc-find-us-section-container a.lpc-find-us-section-button {
    margin: 0 auto;
}

/* Simple Images Section */

.lpc-simple-images-section {
    padding: 85px 12px 0;
    width: 100%;
    background-color: #fff;
}

.lpc-simple-images-section-container {
    width: 100%;
    max-width: 1038px;
    margin: 0 auto;
}

.lpc-simple-images-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
    margin-bottom: 24px;
}

.lpc-simple-images-section-button {
    margin: 0 auto 35px;
}

.lpc-simple-images-section-image {
    width: 100%;
    display: block;
}

/* Email Section */

.lpc-email-section {
    width: 100%;
    padding: 108px 12px 98px;
    background-color: #fff;
}

.lpc-email-section-container {
    width: 100%;
    max-width: 856px;
    background-color: #FFF1F1;
    border-radius: 21px;
    padding: 70px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.lpc-email-section-container > svg,
.lpc-email-section-container > img {
    position: absolute;
    display: block;
    object-fit: contain;
    max-height: 136px;
}

.lpc-email-section-container > svg:first-child,
.lpc-email-section-container > img:first-child {
    left: 74px;
    top: -22px;
}

.lpc-email-section-container > svg:nth-child(2),
.lpc-email-section-container > img:nth-child(2) {
    right: 297px;
    top: -11px;
}

.lpc-email-section-container > svg:nth-child(3),
.lpc-email-section-container > img:nth-child(3) {
    right: 64px;
    top: -36px;
}

.lpc-email-section-container > svg:nth-child(4),
.lpc-email-section-container > img:nth-child(4) {
    right: -50px;
    top: 26px;
}

.lpc-email-section-container > svg:nth-child(5),
.lpc-email-section-container > img:nth-child(5) {
    left: 226px;
    bottom: -55px;
}

.lpc-email-section-container > svg:nth-child(6),
.lpc-email-section-container > img:nth-child(6) {
    left: -32px;
    bottom: -18px;
}

.lpc-email-section-container .lpc-email-section-left-content,
.lpc-email-section-container .lpc-email-section-form {
    width: 48%;
    max-width: 334px;
}

.lpc-email-section-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 24px;
}

.lpc-email-section-form input {
    width: 100%;
    background-color: #fff;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
    padding: 16px 4px 16px 24px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    margin-bottom: 16px;
}

.lpc-email-section-form input::placeholder {
    opacity: .7;
}

.lpc-email-section-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--lpc-color-violet);
    color: var(--lpc-color-white);
    border: 0;
    outline: 0;
    transition: opacity .2s ease;
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 40px;
}

.lpc-email-section-form button .success,
.lpc-email-section-form button .static,
.lpc-email-section-form button .error {
    display: flex;
    gap: 8px;
    align-items: center;
}

.lpc-email-section-form button .success,
.lpc-email-section-form button .error {
    display: none;
}

.lpc-email-section-form button:hover {
    opacity: .7;
}

.lpc-email-section-form button span {
    color: currentColor;
}

.lpc-email-section-form button svg {
    width: 16px;
    height: auto;
}

.lpc-email-section-form button svg path {
    fill: currentColor;
}

.lpc-email-section-form p {
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

.lpc-email-section-form .loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #fff transparent #fff;
    animation: loader 1.2s linear infinite;
    display: none;
}

.lpc-email-section-form.loading .loader {
    display: block;
}

.lpc-email-section-form.loading .static,
.lpc-email-section-form.loading .success,
.lpc-email-section-form.loading .error {
    display: none;
}

.lpc-email-section-form.success .success {
    display: flex;
}

.lpc-email-section-form.success .static,
.lpc-email-section-form.success .error {
    display: none;
}

.lpc-email-section-form.error .error {
    display: flex;
}

.lpc-email-section-form.error .static,
.lpc-email-section-form.error .success {
    display: none;
}

/* Full-width Options Section */

.lpc-fullwidth-options-section {
    width: 100%;
    padding: 24px 20px 33px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 66, 93, 0.1);
}

.lpc-fullwidth-options-section-container {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    display: flex;
}

.lpc-fullwidth-options-section-item {
    width: 25%;
    padding: 0 5px;
}

.lpc-fullwidth-options-section-item svg {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 8px;
}

.lpc-fullwidth-options-section-item p {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: var(--lpc-color-black);
    white-space: pre-line;
}

/* Marquee Section */

.lpc-marquee-section {
    padding: 14px 0;
    width: 100%;
    background-color: #FFF7F0;
    gap: 16px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center;
}

.lpc-marquee-section .js-marquee-wrapper,
.lpc-marquee-section .js-marquee {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin: 0 !important;
}

/*.lpc-marquee-section-content-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    /*animation: marquee 10s linear infinite;
    flex-wrap: nowrap;
}*/

.lpc-marquee-section svg {
    width: 32px;
    height: 32px;
    display: block;
    min-width: 32px;
}

.lpc-marquee-section svg path {
    fill: var(--lpc-color-black);
}

.lpc-marquee-section p {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: var(--lpc-color-black);
    white-space: nowrap;
    width: max-content;
}

/* FAQ Section */

.lpc-faq-section {
    width: 100%;
    padding: 134px 12px 132px;
    background-color: #fff;
    border-radius: 44px 44px 0 0;
}

.lpc-faq-section-container {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
}

.lpc-faq-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 48px;
    width: 100%;
}

.lpc-faq-questions {
    width: 100%;
}

.lpc-faq-questions .lpc-faq-question {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid var(--lpc-color-white-border);
}

.lpc-faq-questions .lpc-faq-question:last-child {
    border-bottom: 1px solid var(--lpc-color-white-border);
}

.lpc-faq-question .lpc-faq-question-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.lpc-faq-question .lpc-faq-question-head svg {
    width: 8px;
    height: 16px;
    display: block;
    /*transition: transform .3s ease;*/
    margin-left: 10px;
    min-width: 8px;
}

.lpc-faq-question.opened .lpc-faq-question-head svg {
    transform: rotate(90deg);
}

.lpc-faq-question .lpc-faq-question-title {
    font-weight: 600;
    font-size: 18.6552px;
    line-height: 23px;
    color: var(--lpc-color-black);
}

.lpc-faq-question .lpc-faq-question-text {
    margin-top: 8px;
    display: none;
}

/* Other Products Section */

.lpc-other-products-section {
    padding: 73px 0 83px;
    width: 100%;
}

.lpc-other-products-section-container {
    width: 100%;
    max-width: 1046px;
    margin: 0 auto;
}

.lpc-other-products-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 50px;
}

.lpc-other-products {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.lpc-other-products.owl-carousel {
    display: block;
}

.lpc-other-products.owl-carousel .lpc-product {
    width: 100%;
    box-shadow: 0px 2.33191px 0px rgba(0, 0, 0, 0.12);
}

.lpc-other-products .owl-item {
    margin-bottom: 4px;
}

.lpc-other-products .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
}

.lpc-other-products .owl-nav button {
    transition: opacity .3s ease;
    width: 32px;
    height: 32px;
    display: block;
}

.lpc-other-products .owl-nav button svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-other-products .owl-nav button:hover {
    opacity: .7;
}

.lpc-other-products .owl-nav button.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
}

/* Single Product Section */

.lpc-single-product-section {
    border-radius: 44px;
    background-color: #fff;
    padding: 70px 10px 36px;
}

.lpc-single-product-section + .lpc-blocks-section {
    padding-top: 0;
}

.lpc-single-product-section-container {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.lpc-single-product-images {
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    position: relative;
    height: max-content;
}

.lpc-single-product-images > svg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 90px;
    height: 90px;
}

.lpc-single-product-images > .lpc-single-product-new {
    display: block;
    padding: 8px 12px;
    background-color: var(--lpc-color-violet);
    border-radius: 49px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 2;
}

.lpc-single-product-images .lpc-single-product-image-wrapper {
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
}

.lpc-single-product-images .lpc-single-product-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.lpc-single-product-images .lpc-single-product-image-wrapper:first-of-type {
    width: 100%;
    height: auto;
}

.lpc-single-product-images .lpc-single-product-image-wrapper:not(:first-of-type) {
    margin-top: 2px;
    width: calc(50% - 11px)
}

.lpc-single-product-images .owl-carousel {
    width: 100%;
    position: relative;
    border-radius: 16px;
}

.lpc-single-product-images .owl-carousel .lpc-single-product-image-wrapper {
    border-radius: 0;
}

.lpc-single-product-images .owl-dots {
    position: absolute;
    z-index: 2;
    background-color: #D9D9D9;
    mix-blend-mode: multiply;
    border-radius: 56px;
    height: 3px;
    width: calc(100% - 80px);
    bottom: 32px;
    left: 40px;
    display: flex;
}

.lpc-single-product-images .owl-dots button {
    flex: 1 1 0;
    height: 100%;
    border-radius: 115px;
    background-color: transparent;
    transition: background-color .3s ease;
}

.lpc-single-product-images .owl-dots button.active {
    background-color: var(--lpc-color-black);
}

.lpc-single-product-content {
    width: 100%;
    max-width: 416px;
}

.lpc-single-product-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
}

.lpc-single-product-rating {
    display: flex;
    padding: 8px;
    background-color: #F5F5F5;
    border-radius: 46px;
    width: max-content;
    align-self: center;
    margin-bottom: 16px;
}

.lpc-single-product-stars {
    display: flex;
    gap: 4px;
    position: relative;
}

.lpc-single-product-stars > svg {
    width: 16px;
    height: 16px;
    display: block;
}

.lpc-single-product-stars .lpc-single-product-stars-white {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 16px;
}

.lpc-single-product-stars .lpc-single-product-stars-white span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.lpc-single-product-stars .lpc-single-product-stars-white svg {
    display: block;
    width: 12px;
    height: 12px;
}

.lpc-single-product-stars .lpc-single-product-stars-white svg path {
    fill: #fff;
}

.lpc-single-product-reviews-count {
    font-size: 12px;
    margin-left: 12px;
    font-family: 'Quicksand';
}

.lpc-single-product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: var(--lpc-color-violet);
    margin-bottom: 16px;
}

.lpc-single-product-description {
    font-family: 'Quicksand';
    line-height: 1.55;
    margin-bottom: 29px;
}

.lpc-single-product-delivery {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
    margin-bottom: 27px;
    padding: 14px 22px;
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 16px;
    line-height: 102%;
    color: var(--lpc-color-grey);
    white-space: unset;
}

.lpc-single-product-delivery span:first-of-type {
    font-weight: 500;
}

.lpc-single-product-delivery span:nth-of-type(2) {
    font-weight: 400;
}

.lpc-single-product-delivery b {
    font-weight: 600;
    color: var(--lpc-color-black);
}

.lpc-single-product-delivery + .stock {
    display: none;
}

.lpc-single-product-options {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.lpc-single-product-options .lpc-single-product-option {
    width: 176px;
    min-width: 176px;
}

.lpc-single-product-options .lpc-single-product-option svg,
.lpc-single-product-options .lpc-single-product-option img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 auto 8px;
}

.lpc-single-product-options .lpc-single-product-option p {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: var(--lpc-color-black);
}

.lpc-single-product-info-blocks {
    margin-top: 32px;
}

.lpc-single-product-info-blocks .lpc-single-product-info-block {
    width: 100%;
    border-top: 1px solid var(--lpc-color-white-border);
    padding: 32px 0;
}

.lpc-single-product-info-blocks .lpc-single-product-info-block:last-child {
    border-bottom: 1px solid var(--lpc-color-white-border);
}

.lpc-single-product-info-block .lpc-single-product-info-block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.lpc-single-product-info-block-head .lpc-single-product-info-block-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: var(--lpc-color-black);
}

.lpc-single-product-info-block-head:hover .lpc-single-product-info-block-title {
    color: var(--lpc-color-violet);
}

.lpc-single-product-info-block-head svg {
    width: 12px;
    min-width: 12px;
    margin-left: 10px;
    height: 12px;
    display: block;
    /*transition: transform .3s ease;*/
}

.lpc-single-product-info-block-head svg path {
    fill: var(--lpc-color-black);
}

.lpc-single-product-info-block.opened .lpc-single-product-info-block-head .lpc-single-product-info-block-title {
    color: var(--lpc-color-violet);
}

.lpc-single-product-info-block.opened .lpc-single-product-info-block-head svg {
    transform: rotate(135deg);
}

.lpc-single-product-info-block .lpc-single-product-info-block-text {
    font-family: 'Quicksand';
    margin-top: 32px;
    display: none;
}

.lpc-single-product-images-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}

.lpc-single-product-images-modal.active {
    display: flex;
}

.lpc-single-product-images-modal .lpc-close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.lpc-single-product-images-modal-content {
    position: relative;
    width: 756px !important;
    height: 756px !important;
    display: block;
    border-radius: 16px;
}

.lpc-single-product-images-modal-content .owl-item {
    width: 756px !important;
    height: 756px !important;
}

.lpc-single-product-images-modal-content .lpc-single-product-image-wrapper {
    width: 100%;
    height: 100%;
}

.lpc-single-product-images-modal-content .lpc-single-product-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.lpc-single-product-images-modal-content .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% + 204px);
    left: -102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lpc-single-product-images-modal-content .owl-nav button {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: opacity .3s ease;
}

.lpc-single-product-images-modal-content .owl-nav button:hover {
    opacity: .7;
}

.lpc-single-product-images-modal-content .owl-nav button.disabled {
    cursor: default;
    opacity: .5;
}

/* About Top Section */

.lpc-about-top-section {
    width: 100%;
    padding: 23px 22px 70px;
}

.lpc-about-top-section-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.lpc-about-top-section-texts {
    width: 100%;
    max-width: 477px;
    display: flex;
    flex-direction: column;
    gap: 37px;
}

body:not(.lpc-mobile) .lpc-about-top-section-texts {
	margin-left: 105px;
}

.lpc-about-top-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-about-top-section-text {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-about-top-section img {
    display: block;
    width: 100%;
    max-width: 488px;
}

/* History Section */

.lpc-history-section {
    width: 100%;
    padding: 107px 22px 58px;
    background-color: #fff;
}

.lpc-history-section-container {
    width: 100%;
    margin: 0 auto;
    max-width: 832px;
}

.lpc-history-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 112px;
    width: 100%;
    text-align: center;
}

.lpc-history-section-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    position: relative;
}

.lpc-history-section-items:after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background-color: #D9D9D9;
    content: ' ';
    display: block;
    z-index: 1;
}

.lpc-history-section-items .lpc-history-section-item {
    z-index: 3;
    display: flex;
    gap: 116px;
    justify-content: space-between;
    margin-bottom: 63px;
}

.lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) {
    margin-bottom: 93px;
}

.lpc-history-section-items .lpc-history-section-item:last-child {
    margin-bottom: 0;
}

.lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-year {
    width: calc(50% - 58px);
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -2.5px;
    color: var(--lpc-color-violet);
    position: relative;
    text-align: right;
    height: max-content;
}

.lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-year:after {
    position: absolute;
    content: ' ';
    display: block;
    background-color: #fff;
    border: 5px solid currentColor;
    top: 50%;
    right: -69px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-year {
    order: 1;
    text-align: left;
}

.lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-year:after {
    right: calc(100% + 47px);
}

.lpc-history-section-items .lpc-history-section-item:first-child .lpc-history-section-item-year {
    margin-top: -49px;
}

.lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(50% - 58px);
}

.lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-title {
    font-weight: 600;
    font-size: 18.6552px;
    line-height: 23px;
    color: var(--lpc-color-black);
}

.lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-title,
.lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-text {
    text-align: right;
}

/* Numbers Section */

.lpc-numbers-section {
    width: 100%;
    background-color: #fff;
    padding: 0 22px;
}

.lpc-numbers-section-container {
    display: flex;
    padding: 40px;
    gap: 64px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1030px;
    background-color: #FFF7F0;
    border-radius: 24px;
    margin: 0 auto;
}

.lpc-numbers-section-item {
    width: 100%;
    max-width: 274px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lpc-numbers-section-item-number {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 76px;
    line-height: 1;
    text-align: center;
    letter-spacing: -2.5px;
    color: var(--lpc-color-black);
}

.lpc-numbers-section-item-title {
    font-weight: 600;
    font-size: 18.6552px;
    line-height: 23px;
    text-align: center;
    color: var(--lpc-color-black);
}

.lpc-numbers-section-item-text {
    text-align: center;
}

/* Founders Section */

.lpc-founders-section {
    width: 100%;
    background-color: #fff;
    padding: 70px 22px 80px;
}

.lpc-founders-section-container {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin: 0 auto;
}

.lpc-founders-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    text-align: center;
}

.lpc-founders-section-founders {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.lpc-founders-section-founders .lpc-founders-section-founder {
    width: 354px;
    height: 496px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    padding: 46px 22px;
}

.lpc-founders-section-founders .lpc-founders-section-founder:first-child {
    transform: rotate(-5.92deg);
    margin-top: 64px;
}

.lpc-founders-section-founders .lpc-founders-section-founder:last-child {
    transform: rotate(6.96deg) translate(-20px, 0);
}

.lpc-founders-section-founder .lpc-founders-section-founder-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: transform .3s ease;
}

.lpc-founders-section-founder:hover .lpc-founders-section-founder-image {
    transform: scale(1.2);
}

.lpc-founders-section-founder .lpc-founders-section-founder-name {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1px;
    color: var(--lpc-color-white);
    text-align: center;
    z-index: 2;
}

/* Support Title Section */

.lpc-support-title-section {
    padding: 32px 10px 20px;
}

.lpc-support-title-section-title {
    width: 100%;
    text-align: center;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

/* Support Track Order Section */

.lpc-support-track-order-section {
    padding: 38px 0;
}

.lpc-support-track-order-section-container {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 44px;
    padding: 45px 30px 56px 60px;
}

.lpc-support-track-order-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
    padding: 0 6px;
    margin-bottom: 27px;
}

.lpc-support-track-order-section-text {
    margin-bottom: 36px;
    white-space: pre-line;
}

.lpc-support-track-order-section-text ul,
.lpc-support-track-order-section-text ol {
    white-space: normal;
}

.lpc-support-track-order-section-form {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.lpc-support-track-order-section-form input {
    display: block;
    outline: 0;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
    padding: 16px 24px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
    min-width: 308px;
    height: 44px;
    transition: border-color .3s ease;
}

.lpc-support-track-order-section-form input::placeholder {
    opacity: .4;
}

.lpc-support-track-order-section-form input:focus {
    border: 2px solid var(--lpc-color-violet);
}

.lpc-support-track-order-section-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 244px;
    background-color: var(--lpc-color-violet);
    color: var(--lpc-color-white);
    border: 0;
    outline: 0;
    transition: background-color .3s ease;
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 40px;
    height: 44px;
}

.lpc-support-track-order-section-form button .success,
.lpc-support-track-order-section-form button .static,
.lpc-support-track-order-section-form button .error {
    display: flex;
    gap: 8px;
    align-items: center;
}

.lpc-support-track-order-section-form button .success,
.lpc-support-track-order-section-form button .error {
    display: none;
}

.lpc-support-track-order-section-form button:hover {
    background-color: var(--lpc-color-violet-dark);
}

.lpc-support-track-order-section-form button span {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.lpc-support-track-order-section-form button svg {
    width: 16px;
    height: auto;
}

.lpc-support-track-order-section-form button svg path {
    fill: currentColor;
}

.lpc-support-track-order-section-form .loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #fff transparent #fff;
    animation: loader 1.2s linear infinite;
    display: none;
}

.lpc-support-track-order-section-form .success,
.lpc-support-track-order-section-form .error {
    width: 100%;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 18px;
}

.lpc-support-track-order-section-form .success {
    color: var(--lpc-color-green);
    background-color: rgba(0, 164, 76, .1);
}

.lpc-support-track-order-section-form .error {
    color: var(--lpc-color-red);
    background-color: rgba(255, 86, 73, .1);
}

.lpc-support-track-order-section-form.loading .loader {
    display: block;
}

.lpc-support-track-order-section-form.loading .static,
.lpc-support-track-order-section-form.loading .success,
.lpc-support-track-order-section-form.loading .error {
    display: none;
}

.lpc-support-track-order-section-form.success .success {
    display: flex;
}

/*.lpc-support-track-order-section-form.success .static,*/
.lpc-support-track-order-section-form.success .error {
    display: none;
}

.lpc-support-track-order-section-form.error .error {
    display: flex;
}

/*.lpc-support-track-order-section-form.error .static,*/
.lpc-support-track-order-section-form.error .success {
    display: none;
}

/* Support Contact Section */

.lpc-support-contact-section {
    width: 100%;
}

.lpc-support-contact-section-container {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
    border-radius: 44px;
    background-color: #fff;
    padding: 45px 30px 58px 60px;
}

.lpc-support-contact-section-title {
    width: 100%;
    padding: 0 6px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-support-contact-section-text {
    margin-top: 27px;
}

.lpc-support-contact-section-email-wrapper {
    display: flex;
    width: max-content;
    background-color: #FFF7F0;
    border-radius: 16px;
    margin: 27px auto 0;
    align-items: center;
    padding: 16px;
}

.lpc-support-contact-section-email-wrapper > svg {
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 20px;
}

.lpc-support-contact-section-email-wrapper a {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: var(--lpc-color-violet);
}

.lpc-support-contact-section-email-wrapper .lpc-copy {
    display: flex;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.lpc-support-contact-section-email-wrapper .lpc-copy svg {
    display: block;
    height: 100%;
}

.lpc-support-contact-section-email-wrapper .lpc-copy svg path {
    stroke: var(--lpc-color-violet);
}

/* Support FAQ Section */

.lpc-support-faq-section {
    width: 100%;
    padding: 48px 0 122px;
}

.lpc-support-faq-section-container {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto;
    border-radius: 44px;
    background-color: #fff;
    padding: 45px 66px 86px;
}

.lpc-support-faq-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 43px;
}

.lpc-support-faq-section .lpc-faq-questions {
    padding: 0 9px;
    max-width: 856px;
}

/* Shop Top Section */

.lpc-shop-top-section {
    width: 100%;
    padding: 17px 12px;
    background-color: #E1EEFE;
    background-image: url('../img/shop-top-section-bg.svg');
    background-size: 312px 372px;
    background-repeat: no-repeat;
    background-position: top 8px left 26px;
    margin-top: 17px;
    min-height: 462px;
}

.lpc-shop-top-section-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1194px;
    margin: 0 auto;
    align-items: center;
}

.lpc-shop-top-section-content {
    margin-left: 70px;
    width: 100%;
    max-width: 609px;
}

.lpc-shop-top-section-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 13px;
}

.lpc-shop-top-section-text {
    margin-bottom: 33px;
}

.lpc-shop-top-section-content + svg,
.lpc-shop-top-section-content + img {
    height: auto;
    display: block;
    object-fit: contain;
    max-width: calc(100% - 620px);
}

/* Shop Section */

.lpc-shop-section {
    padding: 122px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.lpc-shop-section-category {
    width: 100%;
}

.lpc-shop-section-category-head {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    padding: 0 12px;
}

.lpc-shop-section-category-head:before {
    content: ' ';
    display: block;
    width: 100%;
    border-top: 2px solid #E1EEFE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.lpc-shop-section-category-head-content {
    padding: 0 24px;
    display: flex;
    gap: 34px;
    align-items: center;
    background-color: #F1F7FF;
    z-index: 2;
}

.lpc-shop-section-category-head-content svg,
.lpc-shop-section-category-head-content img {
    display: block;
    max-width: 116px;
    height: auto;
    object-fit: contain;
}

.lpc-shop-section-category-head-content h2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

.lpc-shop-section-category-items {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
}

.lpc-shop-section-category-items .lpc-product {
    padding: 59px 42px 35px 48px;
    width: 251px;
    min-width: 251px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
    gap: 0;
}

.lpc-shop-section-category-items .lpc-product > .lpc-product-new {
    top: 19px;
}

.lpc-shop-section-category-items .lpc-product-image-wrapper {
    height: 130px;
    margin-bottom: 21px;
}

.lpc-shop-section-category-items .lpc-product-title {
    margin-bottom: 6px;
}

.lpc-shop-section-category-items .lpc-product-rating-price {
    margin-bottom: 24px;
}

.lpc-shop-section-category-items .lpc-product-price {
    line-height: 22px;
}

.lpc-shop-section-category-items.owl-carousel {
    display: block;
}

.lpc-shop-section-category-items.owl-carousel .lpc-product {
    width: 100%;
    padding: 32px 16px;
    min-width: 100%;
}

.lpc-shop-section-category-items .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.lpc-shop-section-category-items .owl-item {
    margin-bottom: 4px;
    width: 251px !important;
}

.lpc-shop-section-category-items .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
}

.lpc-shop-section-category-items .owl-nav button {
    transition: opacity .3s ease;
    width: 32px;
    height: 32px;
    display: block;
}

.lpc-shop-section-category-items .owl-nav button svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-shop-section-category-items .owl-nav button:hover {
    opacity: .7;
}

.lpc-shop-section-category-items .owl-nav button.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none;
}

/* WooCommerce */

.woocommerce-store-notice.demo_store {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 8px;
    background-color: var(--lpc-color-violet);
    color: var(--lpc-color-white);
    font-family: 'Gilroy';
    font-size: 14px;
    line-height: 1.1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
}

.woocommerce-store-notice.demo_store:before,
.woocommerce-store-notice.demo_store:after {
    content: url('../img/woo-store-notice-stars.svg');
    display: block;
}

.woocommerce-store-notice.demo_store:before {
    margin-right: 32px;
}

.woocommerce-store-notice.demo_store:after {
    margin-left: 32px;
}

.woocommerce-store-notice.demo_store a {
    display: block;
    text-decoration: underline;
    margin-left: 16px;
}

body.woocommerce.single-product form.cart #wcpay-payment-request-wrapper {
	padding: 0 !important;
}

body.woocommerce.single-product form.cart #wcpay-payment-request-button-separator {
	margin: 12px 0 !important;
}

body.woocommerce.single-product form.cart .quantity {
    display: none;
}

body.woocommerce.single-product form.cart button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    gap: 16px;
    background-color: var(--lpc-color-violet);
    border-radius: 40px;
    transition: background-color .3s ease;
}

body.woocommerce.single-product form.cart button:before {
    content: url('../img/cart.svg');
    display: block;
    width: 16px;
    height: 16px;
}

body.woocommerce.single-product form.cart button:hover {
    background-color: var(--lpc-color-violet-dark);
}

.woocommerce-message {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 48px;
    gap: 24px;
    position: fixed;
    top: 35px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 24px);
    max-width: 1208px;
    z-index: 2;
    border: 0;
    box-shadow: 0px 44.2621px 53.7469px rgb(200 222 248 / 30%);
    border-radius: 65px;
/* 	display: none; */
}

.woocommerce-message:before,
.woocommerce-message:after {
/*     display: none; */
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
/*     display: none; */
}

.woocommerce-message .lpc-woo-notice-product-name {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: max-content;
    display: block;
}

.woocommerce-message .lpc-woo-notice-product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: var(--lpc-color-violet);
    display: block;
    width: max-content;
    margin-left: auto;
}

.woocommerce-message .lpc-woo-notice-product-price + a {
    margin-left: 0 !important;
}

.woocommerce-message a.lpc-button,
.woocommerce-message a.button {
    padding: 16px 24px;
    gap: 8px;
    float: unset;
    display: flex;
    border-radius: 40px;
    text-decoration: none !important;
    transition: background-color .3s ease;
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet);
}

.woocommerce-message a.button {
    order: 1;
    margin-left: auto;
}

.woocommerce-message a.lpc-button:hover,
.woocommerce-message a.button:hover {
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet-dark);
}

.woocommerce-message a.lpc-button:before {
    content: url('../img/cart.svg');
    display: block;
    width: 16px;
    height: 16px;
}

body:not(.woocommerce-checkout) .woocommerce-error {
/*     display: none; */
}

/*body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
    display: block !important;
}*/

.lpc-woo-cart-section {
    width: 100%;
    padding: 28px 0;
    min-height: 798px;
}

.lpc-woo-cart-section-container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
}

.lpc-woo-cart-section-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 24px;
}

body.woocommerce-cart div.woocommerce {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

body.woocommerce-cart div.woocommerce .lpc-cart-empty {
    width: 100%;
    border-top: 1px solid rgba(0, 66, 93, 0.1);
    padding-top: 12px;
}

body.woocommerce-cart div.woocommerce .lpc-cart-empty h1 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: var(--lpc-color-black);
    display: block;
    margin-bottom: 24px;
}

body.woocommerce-cart div.woocommerce .woocommerce-notices-wrapper {
    display: none;
}

body.woocommerce-cart div.woocommerce form.woocommerce-cart-form {
    width: 100%;
    max-width: 591px;
}

body.woocommerce-cart div.woocommerce form.woocommerce-cart-form button {
    display: none;
}

body.woocommerce-cart div.woocommerce .woocommerce-cart-form__cart-item {
    display: flex;
    padding: 32px;
    gap: 16px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
}

body.woocommerce-cart div.woocommerce .woocommerce-cart-form__cart-item:last-child {
    margin-bottom: 0;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
}

.woocommerce-cart-form__cart-item .product-thumbnail:hover img {
    transform: scale(1.2);
}

.woocommerce-cart-form__cart-item .lpc-product-content {
    flex: 1 1 0;
}

.woocommerce-cart-form__cart-item .lpc-product-content-upper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.woocommerce-cart-form__cart-item .lpc-product-content-texts {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.woocommerce-cart-form__cart-item .product-name {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--lpc-color-black);
    white-space: inherit;
    margin-bottom: 8px;
}

.woocommerce-cart-form__cart-item .product-name a {
    color: inherit;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
    color: var(--lpc-color-violet);
    text-decoration: none !important;
}

.woocommerce-cart-form__cart-item .lpc-product-short-description {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 1.55;
    color: var(--lpc-color-grey);
}

.woocommerce-cart-form__cart-item .product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: var(--lpc-color-violet);
    white-space: inherit;
}

.woocommerce-cart-form__cart-item .lpc-product-content-lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
    gap: 16px;
}

.woocommerce-cart-form__cart-item .product-quantity {
    display: flex;
    align-items: center;
    padding: 16px 0;
    gap: 8px;
    border-bottom: 1px solid var(--lpc-color-black);
    font-family: Outfit;
    line-height: 1;
    color: var(--lpc-color-black);
}

.woocommerce-cart-form__cart-item .product-quantity input {
    width: 55px !important;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-family: Outfit;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    color: var(--lpc-color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.woocommerce-cart-form__cart-item .product-quantity svg {
    width: 16px;
    height: 16px;
    display: block;
    transition: opacity .3s ease;
    cursor: pointer;
}

.woocommerce-cart-form__cart-item .product-quantity svg:hover {
    opacity: .7;
}

.woocommerce-cart-form__cart-item .product-quantity svg.disabled {
    opacity: .2;
    cursor: default;
    pointer-events: none;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: none;
}

.woocommerce-cart-form__cart-item .product-remove {
    white-space: unset;
}

.woocommerce-cart-form__cart-item .product-remove a {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 1.3;
    text-decoration-line: underline;
    color: var(--lpc-color-black) !important;
    text-decoration: underline;
    width: max-content;
    border-radius: 0;
    background-color: transparent;
}

.woocommerce-cart-form__cart-item .product-remove a:hover {
    color: var(--lpc-color-violet) !important;
    background-color: transparent;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals {
    width: 100%;
    max-width: 416px;
    background-color: #fff;
    border-radius: 16px 16px 0px 0px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    height: max-content;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals:before {
    display: none;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .lpc-cart-collaterals-title {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--lpc-color-black);
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: 1px solid #DBDBDB;
    border-radius: 71px;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .coupon input {
    width: 100%;
    display: block;
    border: 0;
    background-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    flex: 1 1 0;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .coupon button {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 1.3;
    text-decoration-line: underline;
    color: var(--lpc-color-black);
    padding: 0;
    margin: 0;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .coupon button:hover {
    color: var(--lpc-color-violet);
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .cart_totals {
    width: 100%;
    float: unset;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    display: block;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    border: 0;
    padding: 0
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr th,
body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr td {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--lpc-color-black);
    border: 0;
    padding: 0;
    margin: 0;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr td {
    text-align: right;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr.shipping td {
    opacity: .3;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr.order-total td,
body.woocommerce-cart div.woocommerce div.cart-collaterals .shop_table tr.order-total th {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--lpc-color-violet);
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
    margin: 0;
    margin-top: 21px;
    width: 100%;
}

body.woocommerce-cart div.woocommerce div.cart-collaterals .wc-proceed-to-checkout a.button {
    display: none;
}

.lpc-woo-cart-payment-methods {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.lpc-woo-cart-payment-methods .lpc-woo-cart-payment-method {
    background-color: #F7F8F9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 24px;
    padding: 2px;
}

.lpc-woo-cart-payment-methods .lpc-woo-cart-payment-method svg,
.lpc-woo-cart-payment-methods .lpc-woo-cart-payment-method img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lpc-woo-checkout-section {
    width: 100%;
    padding: 20px 0 92px;
}

.lpc-woo-checkout-section-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

body.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%;
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-woo-checkout-form-left {
    width: 100%;
    max-width: 592px;
    height: max-content;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details {
    display: block;
    background-color: #fff;
    padding: 40px 48px 48px;
    border-radius: 16px;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details:before,
body.woocommerce-checkout form.woocommerce-checkout #customer_details:after,
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields:before,
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields:after {
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details_heading {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 32px;
}

body.woocommerce-checkout form.woocommerce-checkout #customer_details .lpc-button {
    padding: 17px 24px;
    gap: 8px;
    border-radius: 40px;
    margin-top: 32px;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--lpc-color-black);
    margin: 32px 0;
    white-space: unset;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address label > svg {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 3px;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address label input[type="checkbox"] {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E3E5E7;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address label input[type="checkbox"]:checked {
    background-color: var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 32px;
}

/*body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_postcode_field,
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row#billing_postcode_field {
    order: 1;
}*/

body.woocommerce-checkout form.woocommerce-checkout p.form-row#shipping_company_field,
body.woocommerce-checkout form.woocommerce-checkout p.form-row#billing_company_field {
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method_heading {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 24px 16px 24px 56px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 8px;
    cursor: pointer;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label .lpc-woo-shipping-method-texts {
    display: block;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label .lpc-woo-shipping-method-name {
    display: block;
    font-weight: 600;
    line-height: 20px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label .lpc-woo-shipping-method-desc {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label .lpc-woo-shipping-method-price {
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li label:before {
    display: none;
    content: ' ';
    width: 16px;
    height: 16px;
    background-color: var(--lpc-color-violet);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    border-radius: 50%;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li input {
    appearance: none;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #E3E5E7;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li input:checked {
    border: 1.5px solid var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li input:checked + label {
    border: 2px solid var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li input:checked + label:before {
    display: block;
}

body.woocommerce-checkout form.woocommerce-checkout #shipping_method li input:checked + label span {
    color: var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #payment {
    display: flex;
    flex-direction: column;
    padding: 40px 48px;
    gap: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .lpc-woo-checkout-payment-heading {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    margin-bottom: 32px;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    font-weight: 500;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
    color: var(--lpc-color-violet);
    text-decoration: none;
    font-weight: 700;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none;
    border: 0;
    padding: 0;
    margin: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods:before,
body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods:after {
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li {
    margin: 0;
    position: relative;
    padding: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input {
    position: absolute;
    top: 26px;
    left: 34px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    border: 1px solid #E3E5E7;
    cursor: pointer;
    margin: 0;
    padding: 0;
    appearance: none;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input:checked {
    border: 1.5px solid var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label {
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    gap: 16px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 8px;
    cursor: pointer;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label:before {
    display: none;
    content: ' ';
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    left: 38px;
    background-color: var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label:after {
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input:checked + label {
    border: 2px solid var(--lpc-color-violet);
    margin-bottom: 17px;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li:last-child > input:checked + label {
    margin-bottom: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input:checked + label:before {
    display: block;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label .lpc-woo-checkout-payment-method-head {
    display: flex;
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input:checked + label .lpc-woo-checkout-payment-method-head {
    color: var(--lpc-color-violet);
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label .payment_box {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label .payment_box:before {
    display: none;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label .payment_box > button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
    gap: 8px;
    background-color: var(--lpc-color-violet);
    border-radius: 40px;
    color: var(--lpc-color-white);
    cursor: pointer;
    transition: background-color .3s ease;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-top: 16px;
    width: 100%;
}

body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label .payment_box > button:hover {
    background-color: var(--lpc-color-violet-dark);
}

body.woocommerce-checkout .payment_box.payment_method_braintree_sepa {
    height: auto !important;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    height: 112px;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:before,
body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:after {
    display: none;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row .form-group {
    margin: 0;
    padding: 0;
}

/*body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:nth-of-type(2) .form-group:first-child {
    width: 100%;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:nth-of-type(2) .form-group:last-child {
    width: calc(50% - 4px);
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:nth-of-type(3) {
    display: none;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row:last-of-type {
    width: calc(50% - 4px);
    height: 52px;
    position: absolute;
    right: 0;
    bottom: 0;
}*/

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row label {
    display: none !important;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row .form-control {
    display: flex;
    align-items: center;
    padding: 16px 60px 16px 24px;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
    height: 52px;
    box-shadow: none !important;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row .form-control.braintree-hosted-fields-focused {
    border: 1px solid #E3E5E7 !important;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row .form-control.braintree-hosted-fields-invalid {
    border: 1px solid var(--lpc-color-red) !important;
}

body.woocommerce-checkout .payment_box.payment_method_braintree_cc .wc-braintree-cc-container .row .form-control.braintree-hosted-fields-valid {
    border: 1px solid var(--lpc-color-violet) !important;
}

#wc-braintree-card-number .wc-braintree-card-type {
    width: 34px !important;
    height: 24px !important;
    right: 24px !important;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments fieldset {
    padding: 0 !important;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments .payment_box > p {
    font-size: 14px;
    color: var(--lpc-color-grey);
    line-height: 1.65;
    font-weight: 500;
    white-space: unset;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.testmode-info {
    margin-bottom: 0;
    margin-top: 10px;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.testmode-info a {
    color: var(--lpc-color-violet);
    text-decoration: none;
    font-weight: 700;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.testmode-info a:hover {
    text-decoration: underline;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments #wcpay-card-element {
    padding: 16px 24px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.form-row.woocommerce-SavedPaymentMethods-saveNew {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.form-row.woocommerce-SavedPaymentMethods-saveNew:before {
    display: block;
    width: 10px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 3px;
    content: url(../img/checkout-checkbox-cheked.svg);
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.form-row.woocommerce-SavedPaymentMethods-saveNew input {
    display: block;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #E3E5E7;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.form-row.woocommerce-SavedPaymentMethods-saveNew input:checked {
    background-color: var(--lpc-color-violet);
    border-color: var(--lpc-color-violet);
}

body.woocommerce-checkout #payment .payment_method_woocommerce_payments p.form-row.woocommerce-SavedPaymentMethods-saveNew label {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--lpc-color-black);
    white-space: unset;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right {
    width: 100%;
    max-width: 416px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: max-content;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right > * {
    background-color: #fff;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right > *:first-child {
    border-radius: 16px 16px 0 0;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right > *:last-child {
    border-radius: 0 0 16px 16px;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-main {
    padding: 32px 22px 35px 32px;
}

body.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: var(--lpc-color-black);
    margin-bottom: 18px;
}

body.woocommerce-checkout div.woocommerce .shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    display: block;
    border-collapse: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 35px;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr {
    display: flex;
    padding: 26px 14px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
    gap: 11px;
    align-items: center;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    width: 66px;
    min-width: 66px;
    height: 68px;
    padding: 0;
    border: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail img,
body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail:hover img,
body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-thumbnail:hover svg {
    transform: scale(1.2);
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .lpc-product-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 0;
    border: 0;
    padding: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-name {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--lpc-color-black);
    white-space: normal;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-name:hover {
    color: var(--lpc-color-violet);
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-name a {
    color: inherit;
    text-decoration: none !important;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: var(--lpc-color-violet);
    margin-bottom: 8px;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr .product-description {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr.lpc-gift-package {
    padding: 14px;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr.lpc-gift-package td {
    border: 0;
    padding: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr.lpc-gift-package img {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    object-fit: contain;
}

body.woocommerce-checkout div.woocommerce .shop_table tbody tr.lpc-gift-package p {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot {
    display: block;
    width: 100%;
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot tr {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    border: 0;
    padding: 24px 0;
    border-bottom: 1px solid #E3E3E3;
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot tr:first-child {
    padding-top: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot tr:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot tr th,
body.woocommerce-checkout div.woocommerce .shop_table tfoot tr td {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--lpc-color-black);
    border: 0;
    padding: 0;
    margin: 0;
}

body.woocommerce-checkout div.woocommerce .shop_table tfoot tr td {
    text-align: right;
}

body.woocommerce-checkout div.woocommerce .shop_table tr.order-total td,
body.woocommerce-checkout div.woocommerce .shop_table tr.order-total th {
    font-weight: 700;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-coupon-wrapper {
    padding: 9px 22px 9px 32px;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-coupon {
    width: 100%;
    display: flex;
    border: 1px solid #DBDBDB;
    border-radius: 71px;
    padding: 16px;
    gap: 8px;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-coupon input {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
    flex: 1 1 0;
    display: block;
    border: 0;
    outline: 0;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-coupon input::placeholder {
    color: inherit;
    opacity: .4;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-coupon button {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: var(--lpc-color-black);
    text-decoration: underline;
    background-color: transparent;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-options {
    display: flex;
    align-items: center;
    padding: 24px 20px 32px;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-option {
    display: flex;
    flex-direction: column;
    padding: 0 7px;
    gap: 8px;
    width: calc(50% - 12px);
    justify-content: center;
    align-items: center;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-option img,
body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-option svg {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-option p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    color: var(--lpc-color-black);
    width: 100%;
}

body.woocommerce-page p.form-row {
    display: block;
    float: unset;
    padding: 0;
    margin: 0;
    white-space: unset;
}

body.woocommerce-checkout p.form-row,
body.woocommerce-account p.form-row {
    width: 100%;
}

body.woocommerce-checkout p.form-row#shipping_country_field,
body.woocommerce-checkout p.form-row#billing_country_field {
    order: 1;
}

body.woocommerce-page p.form-row:before,
body.woocommerce-page p.form-row:after {
    display: none;
}

body.woocommerce-page p.form-row label:not(.woocommerce-form__label-for-checkbox) {
    display: none;
}

body.woocommerce-page p.form-row input,
body.woocommerce-page p.form-row select,
body.woocommerce-page p.form-row textarea {
    width: 100%;
    display: block;
    padding: 16px 24px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
}

body.woocommerce-page p.form-row input::placeholder,
body.woocommerce-page p.form-row textarea::placeholder,
body.woocommerce-page p.form-row select::placeholder {
    opacity: .4;
}

body.woocommerce-page p.form-row .select2 {
    width: 100%;
    display: block;
    padding: 16px 48px 16px 24px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
}

body.woocommerce-page p.form-row .select2 .select2-selection {
    width: 100%;
    border-radius: 0;
    border: 0;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    height: 24px;
    color: var(--lpc-color-black);
    display: flex;
    align-items: center;
    outline: 0;
}

body.woocommerce-page p.form-row .select2 .select2-selection .select2-selection__rendered {
    color: inherit;
    line-height: inherit;
    padding: 0;
}

body.woocommerce-page p.form-row .select2 .select2-selection__arrow {
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    right: 16px;
}

body.woocommerce-page p.form-row .select2 .select2-selection__arrow b {
    display: none;
}

body.woocommerce-page p.form-row .select2 .select2-selection__arrow:after {
    content: url('../img/checkout-select2-dropdown.svg');
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
}

body.woocommerce-page p.form-row .select2.select2-container--open .select2-selection__arrow:after {
    transform: rotate(-180deg);
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--lpc-color-violet);
    color: var(--lpc-color-violet);
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--lpc-color-red);
    color: var(--lpc-color-red);
}

body.woocommerce-page .select2-dropdown {
    border: 1px solid #E3E5E7;
    padding: 16px 24px;
    border-radius: 0 0 20px 20px;
    margin-top: -6px;
}

body.woocommerce-page .select2-dropdown .select2-search--dropdown {
    padding: 0;
}

body.woocommerce-page .select2-dropdown .select2-search--dropdown .select2-search__field {
    width: 100%;
    display: block;
    padding: 12px 18px;
    background-color: #fff;
    border: 1px solid #E3E5E7;
    border-radius: 72px;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--lpc-color-black);
    outline: 0;
}

body.woocommerce-page .select2-dropdown .select2-search--dropdown .select2-search__field::placheholder {
    opacity: .4;
}

body.woocommerce-page .select2-dropdown .select2-results__option {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: var(--lpc-color-black) !important;
    background-color: #fff !important;
}

body.woocommerce-page .select2-dropdown .select2-results__option:hover,
body.woocommerce-page .select2-dropdown .select2-results__option[data-selected=true]:hover {
    background-color: var(--lpc-color-violet) !important;
    color: var(--lpc-color-white) !important;
}

body.woocommerce-page .select2-dropdown .select2-results__option[data-selected=true] {
    background-color: rgba(86, 36, 130, .1) !important;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    width: 100%;
    max-width: 592px;
    display: flex;
    flex-direction: column;
    padding: 40px 48px 48px;
    gap: 32px;
    background-color: #fff;
    border-radius: 16px;
    height: max-content;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-heading {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-text {
    font-family: 'Quicksand';
    font-size: 14px;
    line-height: 1.55;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-shipping-text-wrapper {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    background-color: #FFF7F0;
    border-radius: 16px;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-shipping-text-wrapper svg {
    display: block;
    width: 48px;
    min-width: 48px;
    height: 48px;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-shipping-text {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: var(--lpc-color-violet);
    white-space: unset;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-button {
    padding: 17px 24px;
    gap: 8px;
    border-radius: 40px;
    width: 100%;
}

body.woocommerce-checkout.woocommerce-order-received div.woocommerce .lpc-woo-checkout-form-right {
    display: none;
}

.lpc-woo-checkout-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    overflow: hidden;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-line {
    flex: 1 1 0;
    border: 1px dashed #A5BECA;
    margin-top: 24px;
    height: 0;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 2;
    box-shadow: 0 5px 0 0 #F1F7FF;
    margin-bottom: 30px;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step:first-child:before {
    display: none;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step:last-child {
    box-shadow: none;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step svg {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step svg > path {
    fill: transparent;
    stroke: #00425D;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step svg g > path {
    fill: var(--lpc-color-black);
    opacity: .1;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-line.active {
    border: 1px solid var(--lpc-color-black);
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step.active svg > path {
    fill: var(--lpc-color-black);
    stroke: unset;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step.active svg g > path {
    opacity: 1;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step.invalid svg g > path {
    fill: var(--lpc-color-red);
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step p {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
    opacity: .2;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step.active p {
    opacity: 1;
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step:not(:first-child):not(:last-child) p {
    left: 50%;
    transform: translate(-50%, 0);
}

.lpc-woo-checkout-steps .lpc-woo-checkout-step:last-child p {
    left: unset;
    right: 0;
}

body.woocommerce-checkout .lpc-woo-checkout-steps {
    margin-bottom: 40px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .lpc-woo-checkout-step[data-step="1"] {
    cursor: pointer;
}

body.woocommerce-checkout.woocommerce-order-received .lpc-woo-checkout-steps {
    display: none;
}

.lpc-woo-profile-section {
    width: 100%;
    padding: 7px 0 56px;
    min-height: 867px;
}

.lpc-woo-profile-section-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/*body.woocommerce-account .woocommerce-notices-wrapper,*/
body.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}

body.woocommerce-checkout .lpc-header-container {
    justify-content: center;
}

body.woocommerce-checkout .lpc-header .lpc-header-icon-mobile-open,
body.woocommerce-checkout .lpc-header .lpc-icon-cart,
body.woocommerce-checkout .lpc-header .lpc-header-nav-menu {
    display: none;
}

body:not(.woocommerce-checkout):not(.lpc-mobile) .lpc-header .lpc-logo-wrapper {
    margin-left: auto;
}

body.woocommerce-checkout .lpc-header {
    position: static;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
    display: flex;
    flex-direction: column;
    padding: 24px 48px 48px;
    gap: 21px;
    width: 100% !important;
    max-width: 504px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16px;
    float: unset !important;
}

body.woocommerce-account .u-column1.hidden,
body.woocommerce-account .u-column2.hidden {
    display: none;
}

body.woocommerce-account #customer_login h2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
}

body.woocommerce-account #customer_login p.lpc-woo-have-account-text {
    white-space: unset;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    color: var(--lpc-color-black);
    width: 100%;
}

body.woocommerce-account #customer_login p.lpc-woo-have-account-text a {
    color: var(--lpc-color-violet);
    text-decoration: underline;
}

body.woocommerce-account #customer_login p.lpc-woo-have-account-text a:hover {
    color: var(--lpc-color-black);
}

body.woocommerce-account #customer_login form.woocommerce-form {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.woocommerce-account .lpc-woo-login-with-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
}

body.woocommerce-account .lpc-woo-login-with-icons-wrapper svg {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: opacity .3s ease;
}

body.woocommerce-account .lpc-woo-login-with-icons-wrapper svg:hover {
    opacity: .7;
}

body.woocommerce-account p.form-row:not(.form-row-wide) {
    width: calc(50% - 4px);
    display: block;
}

body.woocommerce-account p.lpc-woo-form-row-hint {
    padding: 8px 16px;
    background-color: #F1F7FF;
    border-radius: 16px;
    font-family: 'Quicksand';
    font-size: 12px;
    line-height: 1.3;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
}

body.woocommerce-account p.form-row button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 17px 24px;
    background-color: var(--lpc-color-violet);
    border-radius: 40px;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
    transition: background-color .3s ease;
}

body.woocommerce-account p.form-row button:hover {
    background-color: var(--lpc-color-violet-dark);
    color: var(--lpc-color-white);
}

body.woocommerce-account p.form-row button.disabled {
    background-color: var(--lpc-color-violet-dark) !important;
    color: var(--lpc-color-white) !important;
    padding: 17px 24px !important;
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label {
    line-height: unset;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    cursor: pointer;
}

body.woocommerce-account form.woocommerce-form-register p.form-row-checkbox label.recive-email-checkbox-label {
    margin: 8px 0 0;
}

body.woocommerce-account form.woocommerce-form-register p.form-row-checkbox label.accept-policy-checkbox-label {
    align-items: flex-start;
    margin: 16px 0 8px;
}

body.woocommerce-account form.woocommerce-form-login p.form-row-checkbox label.woocommerce-form-login__rememberme {
    margin: 8px 0;
}

body.woocommerce-account form.woocommerce-form p.lost_password {
    margin-top: 8px;
    white-space: unset;
}

body.woocommerce-account form.woocommerce-form p.lost_password a {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: underline;
    color: var(--lpc-color-violet);
}

body.woocommerce-account form.woocommerce-form p.lost_password a:hover {
    color: var(--lpc-color-black);
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label input {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #E3E5E7;
    appearance: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    min-width: 16px;
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label svg {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    left: 3px;
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label.accept-policy-checkbox-label svg {
    top: 8px;
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label input:checked {
    border: 0;
    background-color: var(--lpc-color-violet);
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label input:checked + svg {
    display: block;
}

body.woocommerce-account form.woocommerce-form p.form-row-checkbox label span {
    font-family: 'Quicksand';
    font-size: 12px;
    line-height: 1.3;
    color: var(--lpc-color-black);
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

body.woocommerce-account .woocommerce-password-strength,
body.woocommerce-account .woocommerce-password-hint {
    display: none !important;
}

body.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

body.woocommerce-account .woocommerce:before,
body.woocommerce-account .woocommerce:after {
    display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    display: block;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    height: max-content;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 12px 0;
    border-bottom: 1px solid var(--lpc-color-white-border);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    padding-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #00425D;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--lpc-color-violet);
    text-decoration: none !important;
}

body.woocommerce-account:not(.woocommerce-orders) .woocommerce-MyAccount-content {
    display: block;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    height: max-content;
}

body.woocommerce-account .woocommerce-MyAccount-content * {
    white-space: unset;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--lpc-color-violet);
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

body.woocommerce-orders .woocommerce-MyAccount-orders {
    border-spacing: 0;
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
}

body.woocommerce-orders .woocommerce-MyAccount-orders thead {
    display: none;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background-color: #fff;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr:last-child {
    border-radius: 16px 16px 0 0;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--lpc-color-black);
    border: 0;
    padding: 0;
    margin: 0;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td:before {
    content: attr(data-title);
    display: block;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--lpc-color-violet);
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total .amount {
    margin-left: auto;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions {
    margin-top: 5px;
    order: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions:before {
    display: none;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lpc-color-violet);
    color: var(--lpc-color-white);
    transition: background-color .3s ease;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 17px 24px;
    gap: 8px;
    border-radius: 40px;
    min-width: 120px;
}

body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a:hover {
    background-color: var(--lpc-color-violet-dark);
    text-decoration: none !important;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row {
    width: calc(50% - 4px);
    display: block;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row-wide {
    width: 100%;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row > span:not(.password-input) {
    padding: 8px 16px;
    background: #F1F7FF;
    border-radius: 16px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: var(--lpc-color-black);
    margin: 8px 0 0;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm p.form-row > span * {
    font-style: normal;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm fieldset legend {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--lpc-color-white-border);
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm button {
    width: max-content;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet);
    padding: 20px 32px;
    gap: 16px;
    border-radius: 40px;
    transition: background-color .3s ease;
    margin-top: 16px;
}

body.woocommerce-edit-account form.woocommerce-EditAccountForm button:hover {
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet-dark);
}

body.woocommerce-edit-address .u-columns {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

body.woocommerce-edit-address .u-columns:before,
body.woocommerce-edit-address .u-columns:after {
    display: none;
}

body.woocommerce-edit-address .woocommerce-Address {
    width: calc(50% - 12px);
    margin: 0;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--lpc-color-white-border);
}

body.woocommerce-edit-address .woocommerce-Address header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.woocommerce-edit-address .woocommerce-Address header .edit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet);
    padding: 17px 24px;
    transition: background-color .3s ease;
    border-radius: 40px;
}

body.woocommerce-edit-address .woocommerce-Address header .edit:hover {
    background-color: var(--lpc-color-violet-dark);
    text-decoration: none !important;
}

body.woocommerce-edit-address .woocommerce-Address h3 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--lpc-color-black);
}

body.woocommerce-edit-address form h3 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: var(--lpc-color-black);
    margin-bottom: 16px;
}

body.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.woocommerce-edit-address form .woocommerce-address-fields__field-wrapper p.form-row-wide {
    width: 100%;
}

body.woocommerce-edit-address form button.button {
    width: max-content;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet);
    padding: 20px 32px;
    gap: 16px;
    border-radius: 40px;
    transition: background-color .3s ease;
    margin-top: 24px;
}

body.woocommerce-edit-address form button.button:hover {
    color: var(--lpc-color-white);
    background-color: var(--lpc-color-violet-dark);
}

.lpc-woo-mini-cart {
    position: fixed;
    width: 100%;
    max-width: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    transition: max-width .3s ease;
    z-index: 12;
    overflow: hidden;
    padding-bottom: 195px;
}

.lpc-woo-mini-cart-content {
    position: fixed;
    width: 100%;
    padding-bottom: 25px;
    max-width: 0;
    bottom: 0;
    right: 0;
    transition: max-width .3s ease;
    z-index: 12;
    overflow: hidden;
    background-color: #fff;
}

.lpc-woo-mini-cart-content > * {
    min-width: 558px;
}

.lpc-woo-mini-cart.active {
    max-width: 558px;
}

.lpc-woo-mini-cart.active .lpc-woo-mini-cart-content {
    max-width: 558px;
}

.lpc-woo-mini-cart-head {
    width: 100%;
    position: relative;
    padding: 30px 70px 22px;
    min-width: 558px;
}

.lpc-woo-mini-cart-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1px;
    color: var(--lpc-color-black);
    width: 100%;
}

.lpc-woo-mini-cart-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 43px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.lpc-woo-mini-cart-store-notice {
    background-color: var(--lpc-color-violet);
    padding: 16px 8px;
    width: 100%;
    color: var(--lpc-color-white);
    min-width: 558px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.lpc-woo-mini-cart .widget_shopping_cart_content {
    width: 100%;
    min-width: 558px;
}

.lpc-woo-mini-cart-buttons {
    padding: 22px 27px 0 38px;
    display: flex;
    flex-direction: column;
    gap: 8px; 
}

.lpc-woo-mini-cart .lpc-woo-cart-payment-methods {
    justify-content: center;
    width: 100%;
    margin-top: 22px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    /*background-color: #F9F9F9;*/
    align-items: center;
    padding: 16px 53px 15px 24px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart__total > p {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--lpc-color-violet);
}

.lpc-woo-mini-cart .woocommerce-mini-cart__total > .woocommerce-Price-amount {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: var(--lpc-color-violet);
}

.lpc-woo-mini-cart .woocommerce-mini-cart__empty-message {
    padding: 16px;
    width: 100%;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: var(--lpc-color-black);
    text-align: center;
}

.lpc-woo-mini-cart-empty-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: calc(100vh - 320px);
}

.lpc-woo-mini-cart .woocommerce-mini-cart {
    width: 100%;
    padding: 9px 9px 18px 6px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none !important;
    height: calc(100vh - 320px);
    overflow: hidden auto;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li:before,
.lpc-woo-mini-cart .woocommerce-mini-cart > li:after {
    display: none !important;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li:not(.coupon) {
    display: flex;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item {
    padding: 13px 30px 19px 32px;
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: center;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-thumbnail {
    display: block;
    width: 87px;
    height: 87px;
    min-width: 87px;
    overflow: hidden;
    border-radius: 8px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
    border-radius: 8px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-thumbnail:hover img {
    transform: scale(1.2);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .lpc-product-content {
    display: flex;
    flex: 1 1 0;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-name {
    white-space: unset;
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--lpc-color-black);
    margin-bottom: 4px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-name a {
    color: inherit;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-name a:hover {
    color: var(--lpc-color-violet);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-price {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: var(--lpc-color-violet);
    margin-bottom: 10px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-description {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: var(--lpc-color-black);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .lpc-product-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove {
    margin-bottom: 8px;
    white-space: unset;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove a {
    text-decoration: underline;
    font-family: 'Quicksand';
    font-size: 13px;
    line-height: 1.3;
    color: #000 !important;
    width: auto !important;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove a:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove a svg {
    width: 11px;
    height: 11px;
    display: none;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity {
    display: flex;
    align-items: center;
    padding: 16px 0;
    gap: 8px;
    border-bottom: 1px solid var(--lpc-color-black);
    font-family: Outfit;
    line-height: 1;
    color: var(--lpc-color-black);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity input {
    width: 35px !important;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-family: Outfit;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    color: var(--lpc-color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity svg {
    width: 16px;
    height: 16px;
    display: block;
    transition: opacity .3s ease;
    cursor: pointer;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity svg:hover {
    opacity: .7;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity svg.disabled {
    opacity: .2;
    cursor: default;
    pointer-events: none;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity .quantity {
    display: none;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package {
    position: relative;
    padding: 24px 16px 21px 22px;
    align-items: center;
    margin-top: 3px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package input {
    appearance: none;
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin: 0;
    margin-right: 12px;
    border: 1px solid #989898;
    border-radius: 4px;
    cursor: pointer;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package svg {
    position: absolute;
    width: 14px;
    top: 27px;
    left: 26px;
    display: block;
    opacity: 0;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package svg path {
    fill: var(--lpc-color-white);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package input:checked {
    border-color: var(--lpc-color-violet);
    background-color: var(--lpc-color-violet);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package input:checked + svg {
    opacity: 1;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package img {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package label {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: var(--lpc-color-black);
    cursor: pointer;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 17px 52px 0 22px;
    gap: 33px;
    align-items: center;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping img {
    display: block;
    width: 38px;
    min-width: 38px;
    height: 34px;
    object-fit: contain;
    margin: 0;
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping p {
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--lpc-color-black);
}

.lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping p span {
    color: var(--lpc-color-violet);
    font-weight: 700;
}

.lpc-woo-mini-cart .coupon {
    width: 100%;
    padding: 0 18px 0 32px !important;
    margin-top: 29px !important;
    position: relative;
}

.lpc-woo-mini-cart-coupon-form {
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 71px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.lpc-woo-mini-cart-coupon-form input {
    font-family: 'Quicksand';
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1;
    color: var(--lpc-color-black);
    width: 100%;
    border: 0;
    padding: 0;
    outline: 0;
}

.lpc-woo-mini-cart-coupon-form input::placeholder {
    color: inherit;
    opacity: .4;
}

.lpc-woo-mini-cart-coupon-form button {
    font-family: 'Quicksand';
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: var(--lpc-color-black) !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0;
    padding: 0 !important;
    font-weight: 500 !important
}

.lpc-woo-mini-cart-coupon-form button:hover {
    text-decoration: underline !important;
}

.lpc-woo-mini-cart .widget_shopping_cart_content {
    transition: opacity .3s ease;
}

.lpc-woo-mini-cart .widget_shopping_cart_content.loaded {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
	position: relative;
}

.lpc-woo-mini-cart .widget_shopping_cart_content.loaded:after {
	height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: loader 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    color: rgba(0, 0, 0, .75);
}

.lpc-woo-mini-cart-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
}

.lpc-woo-mini-cart.active + .lpc-woo-mini-cart-overlay {
    display: block;
}

body.woocommerce.woocommerce-shop .lpc-find-us-section {
    padding: 38px 12px 141px;
    position: static;
    background-color: transparent;
}

body.woocommerce.woocommerce-shop .lpc-find-us-section-container {
    top: unset;
}

/* Animations */

/*@keyframes marquee {
    0% {
        transform: translate(calc(var(--lpc-marquee-item-width) * -0.56 - 16px), 0);
    }
    100% {
        transform: translate(calc(var(--lpc-marquee-item-width) * -1.56), 0);
    }
}*/

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Media */

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

    /* Common */

    a.lpc-button.lpc-button-big {
        padding: 16px 24px;
        gap: 8px;
    }

    a.lpc-button.lpc-button-big span {
        font-size: 14px;
    }

    .lpc-product {
        padding: 32px 16px;
        gap: 12px;
        width: 220px;
        min-width: 220px;
        border-radius: 19px;
    }

    .lpc-product > .lpc-product-new {
        padding: 6px 8px;
        font-size: 11px;
        top: 12px;
        right: 12px;
    }

    .lpc-product > svg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .lpc-product-image-wrapper {
        height: 152px;
    }

    .lpc-product-title {
        font-family: 'Quicksand';
        font-size: 18.6552px;
        line-height: 23px;
    }

    .lpc-product-rating-price .lpc-product-rating {
        padding-right: 12px;
        font-family: 'Quicksand';
        font-size: 12px;
    }

    .lpc-product-rating-price .lpc-product-rating svg {
        width: 12px;
        height: 12px;
        margin-right: 3px;
    }

    .lpc-product-rating-price .lpc-product-price {
        font-size: 18px;
        line-height: 1.1;
        margin-left: 12px;
    }

    /* Header */

    .lpc-header {
        padding: 25px 12px 8px;
    }

    .lpc-header-container {
        padding: 11px 18px 9px 31px;
    }

    .lpc-header .lpc-header-icon-mobile-open {
        display: block;
    }

    .lpc-header .lpc-logo-wrapper {
        width: 135px;
    }

    .lpc-header .lpc-icon-cart {
        width: 37px;
        height: 37px;
        margin-left: 0;
    }

    .lpc-header .lpc-icon-cart:before {
        display: none;
    }

    .lpc-header .lpc-icon-cart.lpc-cart-has-items:after {
        font-size: 9px;
        right: -5px;
        top: -7px;
        width: 17px;
        height: 17px;
        padding-top: 1px;
        border: 1px solid var(--lpc-color-white);
    }

    .lpc-header .lpc-header-nav-menu {
        display: none;
    }

    .lpc-header .lpc-header-breadcrumbs {
        display: none;
    }

    /* Footer */

    .lpc-footer {
        padding: 32px;
    }

    .lpc-footer .lpc-logo-wrapper {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .lpc-footer-upper {
        display: block;
        margin-bottom: 24px;
    }

    .lpc-footer-upper > .lpc-footer-menu-wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .lpc-footer-upper > .lpc-footer-menu-wrapper:last-child {
        margin-bottom: 0;
    }

    .lpc-footer-menu-wrapper .lpc-footer-menu-title {
        font-size: 16px;
    }
    
    .lpc-footer-menu-wrapper .lpc-nav-menu .menu-item a {
        font-size: 14px;
    }

    .lpc-footer-menu-wrapper .lpc-icons {
        width: 100%;
        gap: 8px;
    }

    .lpc-footer-menu-wrapper .lpc-email,
    .lpc-footer-menu-wrapper .lpc-address {
        font-size: 14px;
    }

    .lpc-footer-lower {
        display: block;
    }

    .lpc-footer-lower-text {
        margin-bottom: 28px;
        opacity: .5;
        font-size: 14px;
    }

    .lpc-footer-lower-text a {
        margin-left: 45px;
    }

    .lpc-footer-lower-text a:first-child {
        margin-left: 0;
    }

    .lpc-footer-lower .lpc-icons {
        justify-content: flex-start;
        gap: 8px;
    }

    /* Top Section */

    .lpc-top-section {
        width: 100%;
        padding: 32px 0 46px;
    }

    .lpc-top-section-container {
        display: block;
    }

    .lpc-top-section-image {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-bottom: 26px;
    }

    .lpc-top-section-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .lpc-top-section-title {
        font-size: 30px;
        text-align: center;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .lpc-top-section-text {
        display: none;
    }

    .lpc-top-section a.lpc-top-section-button {
        border: none;
        margin: 0 auto 24px;
    }

    .lpc-top-section-options {
        justify-content: center;
    }

    /* Options Section */

    body.home .lpc-options-section {
        display: none;
    }

    /* Products Slider Section */

    .lpc-products-slider-section {
        padding: 28px 0 30px;
        position: static;
    }

    .lpc-products-slider-section-container {
        width: 100%;
        display: block;
    }

    .lpc-products-slider-section-left-content {
        width: 100%;
        min-width: 100%;
        padding: 0 28px;
        margin-bottom: 24px;
    }

    .lpc-products-slider-section-title {
        font-size: 30px;
        margin-bottom: 16px;
        text-align: center;
        white-space: unset;
    }

    .lpc-products-slider-section-text {
        text-align: center;
        white-space: unset;
        font-size: 14px;
        margin-bottom: 0;
    }

    .lpc-products-slider-section-left-content .lpc-button {
        margin: 0 auto;
        display: none;
    }

    .lpc-products-slider.owl-carousel {
        position: relative;
        width: 100%;
    }

    .lpc-products-slider .owl-nav {
        position: static;
        left: unset;
        transform: unset;
        bottom: unset;
        display: flex;
        gap: 8px;
        margin-top: 36px;
        justify-content: center;
    }

    .lpc-products-slider .lpc-product {
        width: 100%;
    }

    /* Images Section */

    .lpc-images-section {
        padding: 0;
        min-height: 469px;
        position: relative;
    }

    .lpc-images-section .lpc-images-section-gradient-rectangle {
        height: 239px;
    }

    .lpc-images-section .lpc-images-section-title {
        font-size: 30px;
        margin-bottom: 16px;
        padding: 0 28px;
    }

    .lpc-images-section .lpc-button.lpc-button-images-section {
        display: none;
    }

    .lpc-images-section .lpc-button.lpc-button-bg-violet {
        display: flex;
        margin: 0 auto;
        width: max-content;
    }

    /* Blocks Section */

    .lpc-blocks-section {
        padding: 26px 12px 18px;
    }

    .lpc-blocks-section-top-shaped {
        padding-top: 26px;
        border-radius: 0;
    }

    .lpc-blocks-section-container {
        display: block;
    }

    .lpc-blocks-section-container > div {
        width: 100%;
        gap: 10px;
    }

    .lpc-blocks-section-container .lpc-blocks-section-left-content {
        margin-bottom: 10px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item-big {
        padding: 40px 24px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper {
        width: 113px;
        height: 113px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper > *:last-child {
        width: 101px;
        height: 32px;
        top: 19px;
        left: 72px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title {
        font-size: 30px;
        max-width: 302px;
        margin-left: auto;
        margin-right: auto;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item-big .lpc-blocks-section-item-text {
        max-width: 302px;
        margin-left: auto;
        margin-right: auto;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) {
        padding: 41px 47px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper {
        width: 114px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title {
        font-size: 22px;
        letter-spacing: -0.780446px;
        max-width: 193px;
    }

    .lpc-blocks-section-left-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title span {
        padding-right: 13px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item-big {
        padding: 32px;
        min-height: 367px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-content-wrapper {
        padding: 17px 8px;
        background-color: #fff;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-img-wrapper {
        width: 37.15px;
        height: 37.15px;
        margin-right: 17px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item-big .lpc-blocks-section-item-title {
        font-size: 18px;
        letter-spacing: -0.7px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) {
        width: calc(50% - 5px);
        padding: 28px 7px 17px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-img-wrapper {
        width: 66px;
        height: 66px;
        margin-bottom: 21px;
    }

    .lpc-blocks-section-right-content .lpc-blocks-section-item:not(.lpc-blocks-section-item-big) .lpc-blocks-section-item-title {
        font-size: 18px;
        letter-spacing: -0.7px;
    }

    /* Testimonials Slider Section */

    .lpc-testimonials-slider-section {
        padding: 48px 0 139px;
    }

    .lpc-testimonials-slider-section-title {
        font-size: 30px;
        margin-bottom: 34px;
    }

    .lpc-testimonials-slider .owl-nav {
        margin-top: 17px;
    }

    .lpc-testimonials-slider-item {
        padding: 24px;
    }

    .lpc-testimonials-slider-item-image-wrapper {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .lpc-testimonials-slider-item-text {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .lpc-testimonials-slider-item-reviewer-name {
        line-height: 15px;
        font-size: 12px;
    }

    .lpc-testimonials-slider-item-reviewer-job {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 16px;
        font-weight: 400;
    }

    /* Find Us Section */

    .lpc-find-us-section-container {
        top: -90px;
        padding: 96px 28px;
        position: relative;
    }

    .lpc-find-us-section-container > svg,
    .lpc-find-us-section-container > img {
        max-height: 123px;
    }

    .lpc-find-us-section-container > svg:first-child,
    .lpc-find-us-section-container > img:first-child {
        /*transform: rotate(-15deg);*/
        left: 4px;
        top: -57px;
    }

    .lpc-find-us-section-container > svg:nth-child(2),
    .lpc-find-us-section-container > img:nth-child(2) {
        /*transform: rotate(13.88deg);*/
        left: 7px;
        bottom: -41.75px;
    }

    .lpc-find-us-section-container > svg:nth-child(3),
    .lpc-find-us-section-container > img:nth-child(3) {
        /*transform: rotate(12.86deg);*/
        right: -7px;
        top: -36px;
    }

    .lpc-find-us-section-container > svg:nth-child(4),
    .lpc-find-us-section-container > img:nth-child(4) {
        /*transform: rotate(10.25deg);*/
        right: 19px;
        bottom: -22.53px;
    }

    .lpc-find-us-section-title {
        margin-bottom: 16px;
        font-size: 30px;
    }

    .lpc-find-us-section-text {
        margin-bottom: 16px;
    }

    /* Simple Images Section */

    .lpc-simple-images-section {
        padding-top: 64px;
    }

    .lpc-simple-images-section-title {
        font-size: 30px;
        margin-bottom: 21px;
    }

    .lpc-simple-images-section-button {
        margin-bottom: 32px;
    }

    /* Email Section */

    .lpc-email-section {
        padding: 63px 12px 75px;
    }

    .lpc-email-section-container {
        border-radius: 24px;
        padding: 58px 23px;
        display: block;
    }

    .lpc-email-section-container > svg,
    .lpc-email-section-container > img {
        max-height: 80px;
    }

    .lpc-email-section-container > svg:first-child,
    .lpc-email-section-container > img:first-child {
        left: 46px;
        top: -12px;
        width: 111px;
        height: 55px;
    }

    .lpc-email-section-container > svg:nth-child(2),
    .lpc-email-section-container > img:nth-child(2) {
        display: none;
    }

    .lpc-email-section-container > svg:nth-child(3),
    .lpc-email-section-container > img:nth-child(3) {
        display: none;
    }

    .lpc-email-section-container > svg:nth-child(4),
    .lpc-email-section-container > img:nth-child(4) {
        display: none;
    }

    .lpc-email-section-container > svg:nth-child(5),
    .lpc-email-section-container > img:nth-child(5) {
        left: unset;
        right: 26px;
        bottom: -48px;
    }

    .lpc-email-section-container > svg:nth-child(6),
    .lpc-email-section-container > img:nth-child(6) {
        display: none;
    }

    .lpc-email-section-container .lpc-email-section-left-content,
    .lpc-email-section-container .lpc-email-section-form {
        width: 100%;
        max-width: 100%;
    }

    .lpc-email-section-title {
        font-size: 30px;
        margin-bottom: 16px;
        text-align: center;
    }

    .lpc-email-section-text {
        text-align: center;
        margin-bottom: 16px;
    }

    /* Full-width Options Section */

    .lpc-fullwidth-options-section-container {
        flex-wrap: wrap;
        gap: 24px;
    }

    .lpc-fullwidth-options-section-item {
        width: calc(50% - 12px);
        padding: 0;
    }

    /* Marquee Section */

    .lpc-marquee-section p {
        font-size: 13px;
    }

    /* FAQ Section */

    .lpc-faq-section {
        padding: 40px 12px;
        border-radius: 0;
    }

    .lpc-faq-section-title {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .lpc-faq-questions {
        width: 100%;
    }

    .lpc-faq-questions .lpc-faq-question {
        padding: 24px 0;
    }

    .lpc-faq-question .lpc-faq-question-head svg {
        width: 6px;
        height: 12px;
        margin-left: 8px;
        min-width: 6px;
    }

    .lpc-faq-question .lpc-faq-question-title {
        font-size: 16px;
        line-height: 20px;
    }

    .lpc-faq-question .lpc-faq-question-text {
        font-size: 14px;
        line-height: 1.55;
    }

    /* Other Products Section */

    .lpc-other-products-section {
        padding: 38px 0;
    }

    .lpc-other-products-section-container {
        width: 100%;
        max-width: 1046px;
        margin: 0 auto;
    }

    .lpc-other-products-section-title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    /* Single Product Section */

    .lpc-single-product-section {
        border-radius: 44px 44px 0 0;
        padding: 8px 10px 24px;
    }

    .lpc-single-product-section + .lpc-blocks-section {
        padding-top: 26px;
    }

    .lpc-single-product-section-container {
        display: block;
    }

    .lpc-single-product-images {
        margin-bottom: 26px;
        border-radius: 16px;
        overflow: hidden;
    }

    .lpc-single-product-images > .lpc-single-product-new {
        padding: 6px 8px;
        font-size: 11px;
        top: 12px;
        right: 12px;
    }

    .lpc-single-product-images .lpc-single-product-image-wrapper {
        border-radius: 16px;
    }

    .lpc-single-product-images .lpc-single-product-image-wrapper img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .lpc-single-product-images .lpc-single-product-image-wrapper:first-of-type {
        width: 100%;
        height: auto;
    }

    .lpc-single-product-images .lpc-single-product-image-wrapper:not(:first-of-type) {
        margin-top: 0;
        width: 100%;
    }

    .lpc-single-product-content {
        max-width: 100%;
        padding: 0 12px;
        display: flex;
        flex-direction: column;
    }

    .lpc-single-product-title {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 17px;
        order: 1;
    }

    .lpc-single-product-rating {
        margin-bottom: 0;
        order: 2;
        align-self: flex-start;
    }

    .lpc-single-product-price {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 0;
        order: 2;
        width: max-content;
    }
    
    .lpc-single-product-content .lpc-button {
        order: 5;
        margin-top: 27px;
    }

    .lpc-single-product-description {
        margin-bottom: 0;
        margin-top: 24px;
        order: 3;
    }

    .lpc-single-product-delivery {
        order: 4;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .lpc-single-product-options {
        margin-top: 24px;
        gap: 64px;
        order: 6;
    }

    .lpc-single-product-options .lpc-single-product-option {
        width: calc(50% - 32px);
        min-width: calc(50% - 32px);
    }

    .lpc-single-product-info-blocks {
        margin-top: 24px;
        order: 7;
    }

    .lpc-single-product-info-blocks .lpc-single-product-info-block {
        padding: 24px 0;
    }

    .lpc-single-product-info-block-head .lpc-single-product-info-block-title {
        font-size: 20px;
    }

    .lpc-single-product-info-block-head svg {
        margin-left: 4px;
    }

    .lpc-single-product-info-block .lpc-single-product-info-block-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.55;
    }

    .lpc-single-product-images-modal.active {
        display: none;
    }

    /* About Top Section */

    .lpc-about-top-section {
        padding: 27px 22px 50px;
    }

    .lpc-about-top-section-container {
        gap: 39px;
        flex-direction: column;
        align-items: flex-start;
    }

    .lpc-about-top-section-texts {
        max-width: 100%;
        gap: 24px;
        order: 1;
    }

    .lpc-about-top-section-title {
        font-size: 30px;
        text-align: center;
    }

    .lpc-about-top-section-text {
        text-align: center;
    }

    .lpc-about-top-section img {
        width: calc(100% - 36px);
        margin: 0 auto;
    }

    /* History Section */

    .lpc-history-section {
        padding: 48px 22px;
    }

    .lpc-history-section-title {
        font-size: 30px;
        margin-bottom: 48px;
        text-align: center;
    }

    .lpc-history-section-items {
        padding-bottom: 0;
        gap: 24px;
    }

    .lpc-history-section-items:after {
        display: none;
    }

    .lpc-history-section-items .lpc-history-section-item {
        gap: 16px;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 0;
    }

    .lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) {
        margin-bottom: 0;
    }

    .lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-year {
        width: 100%;
        font-size: 48px;
        position: static;
        text-align: left;
    }

    .lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-year:after {
        display: none;
    }

    .lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-year {
        order: 0;
    }

    .lpc-history-section-items .lpc-history-section-item:first-child .lpc-history-section-item-year {
        margin-top: 0;
    }

    .lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-content {
        width: 100%;
    }

    .lpc-history-section-items .lpc-history-section-item .lpc-history-section-item-title {
        font-family: Gilroy;
    }

    .lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-title,
    .lpc-history-section-items .lpc-history-section-item:nth-child(even):not(:first-child) .lpc-history-section-item-text {
        text-align: left;
    }

    /* Numbers Section */

    .lpc-numbers-section-container {
        padding: 32px;
        gap: 24px;
    }

    .lpc-numbers-section-item {
        max-width: 100%;
    }

    .lpc-numbers-section-item-number {
        font-size: 48px;
    }

    /* Founders Section */

    .lpc-founders-section {
        padding: 56px 22px 60px;
    }

    .lpc-founders-section-container {
        width: calc(100% - 4px);
        gap: 42px;
    }

    .lpc-founders-section-title {
        font-family: 'Quicksand';
        font-size: 30px;
        text-align: center;
    }

    .lpc-founders-section-founders .lpc-founders-section-founder {
        width: 160px;
        height: 220px;
        border-radius: 16px;
        padding: 21px 15px;
    }

    .lpc-founders-section-founders .lpc-founders-section-founder:first-child {
        margin-top: 42px;
    }

    .lpc-founders-section-founder .lpc-founders-section-founder-name {
        font-size: 20px;
        letter-spacing: -0.495159px;
    }

    /* Support Title Section */

    .lpc-support-title-section {
        padding: 31px 10px 3px;
    }

    /* Support Track Order Section */

    .lpc-support-track-order-section {
        padding: 20px 0 64px;
    }

    .lpc-support-track-order-section-container {
        border-radius: 0;
        padding: 32px 32px 25px;
    }

    .lpc-support-track-order-section-title {
        padding: 0 2px;
        margin-bottom: 17px;
    }

    .lpc-support-track-order-section-text {
        margin-bottom: 20px;
    }

    .lpc-support-track-order-section-form {
        gap: 8px;
    }

    .lpc-support-track-order-section-form input {
        min-width: 0;
        height: 55px;
        width: 100%;
    }

    .lpc-support-track-order-section-form button {
        min-width: 0;
        width: 100%;
        height: 48px;
        margin-top: 16px;
    }

    /* Support Contact Section */

    .lpc-support-contact-section-container {
        border-radius: 0;
        padding: 33px 15px 54px 13px;
    }

    .lpc-support-contact-section-title {
        padding: 0 21px;
    }

    .lpc-support-contact-section-text {
        margin-top: 32px;
        padding: 0 1px 0 16px;
    }

    .lpc-support-contact-section-email-wrapper {
        width: 100%;
        margin-top: 21px;
    }

    .lpc-support-contact-section-email-wrapper > svg {
        margin-right: 16px;
    }

    .lpc-support-contact-section-email-wrapper a {
        font-size: 14px;
    }

    .lpc-support-contact-section-email-wrapper .lpc-copy {
        margin-left: 10px;
    }

    .lpc-support-contact-section-email-wrapper .lpc-copy svg {
        display: block;
        height: 20px;
    }

    /* Support FAQ Section */

    .lpc-support-faq-section {
        padding: 62px 0;
    }

    .lpc-support-faq-section-container {
        border-radius: 0;
        padding: 60px 13px 38px;
    }

    .lpc-support-faq-section-title {
        margin-bottom: 32px;
    }

    .lpc-support-faq-section .lpc-faq-questions {
        padding: 0;
    }

    /* Shop Top Section */

    .lpc-shop-top-section {
        background-image: none;
        margin-top: 27px;
        min-height: 0;
        padding: 24px 12px;
    }

    .lpc-shop-top-section-container {
        flex-direction: column-reverse;
    }

    .lpc-shop-top-section-content {
        margin-left: 0;
        max-width: 100%;
    }

    .lpc-shop-top-section-title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 16px;
        text-align: center;
    }

    .lpc-shop-top-section-text {
        margin-bottom: 16px;
        text-align: center;
    }

    .lpc-shop-top-section-content + svg,
    .lpc-shop-top-section-content + img {
        margin-bottom: 24px;
        max-width: 100%;
    }

    /* Shop Section */

    .lpc-shop-section {
        padding: 60px 0;
        gap: 70px;
    }

    .lpc-shop-section-category-head {
        margin-bottom: 30px;
    }

    .lpc-shop-section-category-head-content {
        padding: 0 12px;
    }

    .lpc-shop-section-category-head-content svg,
    .lpc-shop-section-category-head-content img {
        display: none;
    }

    .lpc-shop-section-category-head-content h2 {
        font-size: 30px;
    }

    /* WooCommerce */

    .woocommerce-store-notice.demo_store {
        padding: 8px;
        display: block;
    }

    .woocommerce-store-notice.demo_store:before,
    .woocommerce-store-notice.demo_store:after {
        display: none;
    }

    .woocommerce-store-notice.demo_store a {
        display: inline;
        margin-left: 0;
    }

    body.woocommerce.single-product form.cart {
        order: 5;
        margin-top: 27px;
    }

    .lpc-woo-cart-section {
        padding: 16px 0 0;
        min-height: 0;
    }

    .lpc-woo-cart-section-title {
        font-size: 30px;
        margin-bottom: 24px;
        padding: 0 12px;
        width: 100%;
        text-align: center;
    }

    body.woocommerce-cart div.woocommerce {
        flex-direction: column;
    }

    body.woocommerce-cart div.woocommerce .lpc-cart-empty h1 {
        text-align: center;
    }

    body.woocommerce-cart div.woocommerce form.woocommerce-cart-form {
        max-width: 100%;
    }

    body.woocommerce-cart div.woocommerce .woocommerce-cart-form__cart-item {
        display: flex;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .woocommerce-cart-form__cart-item .lpc-product-content-upper {
        gap: 8px;
        flex-direction: column;
    }

    .woocommerce-cart-form__cart-item .lpc-product-content-texts {
        display: block;
        width: 100%;
    }

    .woocommerce-cart-form__cart-item .lpc-product-content-lower {
        flex-direction: column;
        align-items: flex-start;
    }

    body.woocommerce-cart div.woocommerce div.cart-collaterals {
        max-width: 100%;
        padding: 24px 20px;
    }

    body.woocommerce-checkout .lpc-woo-checkout-section {
        padding: 19px 0;
    }

    body.woocommerce-checkout form.woocommerce-checkout {
        flex-direction: column;
        gap: 24px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #customer_details {
        padding: 32px 13px;
        max-width: 100%;
    }

    body.woocommerce-checkout form.woocommerce-checkout #customer_details_heading {
        line-height: 31px;
        margin-bottom: 25px;
        padding: 0 16px;
    }

    body.woocommerce-checkout form.woocommerce-checkout .lpc-ship-to-different-address {
        margin: 21px 0;
    }

    body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right {
        max-width: calc(100% - 22px);
        padding: 0;
        order: 2;
        margin: 0 auto;
    }

    body.woocommerce-checkout div.woocommerce .lpc-woo-checkout-form-right-main {
        padding: 32px 17px;
    }

    body.woocommerce-checkout form.woocommerce-checkout .lpc-woo-checkout-form-left {
        order: 3;
        max-width: calc(100% - 22px);
        margin: 0 auto;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment {
        padding: 32px 9px 20px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment .lpc-woo-checkout-payment-heading {
        padding: 0 20px;
        line-height: 31px;
        margin-bottom: 22px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label {
        padding: 24px 16px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > input {
        left: 18px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment .wc_payment_methods li > label:before {
        left: 22px;
    }

    body.woocommerce-checkout form.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
        padding: 0 10px;
    }

    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
        max-width: calc(100% - 22px);
        padding: 24px 20px;
        order: 2;
        margin: 40px auto 12px;
        gap: 21px;
    }

    body.woocommerce-checkout.woocommerce-order-received .lpc-woo-thanks-heading {
        font-size: 22px;
    }

    body.woocommerce-checkout.woocommerce-order-received .lpc-woo-checkout-section {
        min-height: 0;
        padding: 16px 0;
    }

    body.woocommerce-checkout .lpc-woo-checkout-steps {
        max-width: calc(100% - 36px);
        margin: 0 auto;
        order: 1;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .lpc-header .lpc-header-container {
        justify-content: center;
    }

    body.woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .lpc-woo-profile-section {
        min-height: 0;
        padding: 16px 0 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 24px 20px;
    }

    body.woocommerce-account:not(.woocommerce-orders) .woocommerce-MyAccount-content {
        padding: 24px 20px;
    }

    body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr {
        padding: 24px 20px;
    }

    body.woocommerce-orders .woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a {
        width: 100%;
        min-width: 100%;
    }

    body.woocommerce-edit-address .u-columns {
        flex-direction: column;
    }

    body.woocommerce-edit-address .woocommerce-Address {
        width: 100%;
    }

    body.woocommerce.woocommerce-shop .lpc-find-us-section {
        padding: 38px 12px 78px;
        position: static;
    }

    body.woocommerce.woocommerce-shop .lpc-find-us-section-container {
        padding: 96px 22px;
    }

}

@media screen and (max-width: 558px){
    .lpc-woo-mini-cart {
        padding-bottom: 183px;
    }

    .lpc-woo-mini-cart-content > * {
        min-width: 100vw;
    }

    .lpc-woo-mini-cart-head {
        min-width: 100vw;
    }

    .lpc-woo-mini-cart-store-notice {
        padding: 8.5px 8px;
        min-width: 100vw;
    }

    .lpc-woo-mini-cart .widget_shopping_cart_content {
        min-width: 100vw;
    }

    .lpc-woo-mini-cart-buttons {
        padding: 16px 17.5px 0;
    }

    .lpc-woo-mini-cart .lpc-woo-cart-payment-methods {
        margin-top: 16px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart__total {
        padding: 16px 13px 15px 26px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart {
        width: 100%;
        padding: 9px 8px 18px 9px !important;
        display: flex;
        flex-direction: column;
        gap: 4px;
        list-style-type: none;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li:not(.coupon) {
        display: flex;
        border: 1px solid #F0F0F0;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
        border-radius: 16px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item {
        padding: 19px 12px 24px 14px;
        gap: 11px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-thumbnail {
        width: 66px;
        height: 68px;
        min-width: 66px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-name {
        margin-bottom: 0;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-price {
        margin-bottom: 8px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove {
        margin-bottom: 17px;
        margin-right: 10px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove a span {
        display: none;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-remove a svg {
        display: block;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.woocommerce-mini-cart-item .product-quantity input {
        width: 20px !important;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package {
        padding: 24px 14px 21px 22px;
        margin-top: 8px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package input {
        margin-right: 9px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package svg {
        top: 32px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.gift-package label {
        line-height: 20px;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping {
        padding: 13px 26px 0 24px;
        gap: 11px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .lpc-woo-mini-cart .woocommerce-mini-cart > li.free-shipping p span {
        color: var(--lpc-color-violet);
    }

    .lpc-woo-mini-cart .coupon {
        padding: 0 9.5px 0 8.5px !important;
    }

    body.woocommerce.woocommerce-shop .lpc-find-us-section-container {
        top: unset;
    }
}
