@charset "UTF-8";

/*
Theme Name: Unikatowo
Author: Estima Group
Author URI: https://wordpress.org/
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 7,3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unikatowo

unikatowo WordPress Theme, (C) 2023 Estima Group
*/

/* Variables */
:root {
    /* Font Family */
	--font-primary: 'Poppins', sans-serif;
	--font-secondary: 'Radley', serif;
	--font-tertiary: 'Montserrat', sans-serif;

    /* Colors */
    --pink: #C15677;
    --light-pink: #EDB6CC;
    --grey: #968F8F;
    --light-grey: #E2E4E7;
    --black:#1E181B;
    --dark-white:#FFF9FC;
    --white:#FFFFFF;
}

.admin-bar {
    --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
    .admin-bar {
        --global--admin-bar--height: 46px;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-primary);
    background-color: var(--white);
}

body.single-product,
body.archive {
    background-color: var(--white);
    color: var(--black);
}

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration-thickness: 1px;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

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

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

h1, h2, h3, h4, h5, h6,
p {
    margin: 0 0 16px;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Global styles */

a {
    color: inherit;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    max-width: 1392px;
}

.ovh {
    overflow: hidden !important;
}

.button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    color: var(--white);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    background-color: var(--pink);
    min-width: 185px;
    border-radius: 3px;
    border: 1px solid var(--pink);
}

.button:hover,
.button:focus {
    color: var(--pink);
    background-color: var(--white);
}

.text-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: var(--grey);
    gap: 5px;
    line-height: 1.5;
    transition-duration: .3s;
}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    gap: 10px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--grey);
}

.icon-button svg {
    transition-duration: .3s;
}

.text-button:hover,
.icon-button:hover,
.text-button:focus,
.icon-button:focus {
    color: var(--pink);
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--white);
    width: 100%;
    padding: 10px;
    color: var(--pink);
}

.yith-wcwl-wishlistexistsbrowse .feedback + a {
    opacity: 0;
    transition-duration: .3s;
    padding: 0 12px !important;
    max-height: 0;
}

.yith-wcwl-wishlistexistsbrowse:hover .feedback + a {
    opacity: 1;
    padding: 12px 12px 0 !important;
    max-height: 100px;
}

#breadcrumbs {
    margin: 0;
    padding: 20px 0;
    font-family: var(--font-tertiary);
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    color: var(--grey);  
}

.breadcrumb_last {
    color: var(--pink);
}

.page-top {
    background-color: var(--dark-white);
    padding: 0 0 50px;
}

.page-title {
    font-family: var(--font-secondary);
    font-size: 35px;
    font-weight: 400;
    line-height: 44.23px;
    text-align: center;
    margin: 0;
}

.page-text {
    max-width: 620px;
    margin: 0 auto;
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.contact .page-top {
    padding-bottom: 26px;
}

.contact .page-title {
    margin: 0 0 9px;
}

.contact .page-text {
    max-width: 760px;
}

/* Header */

.primary-navigation__top-wrapper {
    background-color: var(--white);
}

.primary-navigation__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 3px 6px;
}

.primary-navigation__text {
    display: flex;
    align-items: center;
    margin-left: 6px;
    gap: 5px;
    color: var(--grey); 
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
}

.primary-navigation__text > svg {
    width: 14px;
}

.primary-navigation__top-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.primary-navigation__top-group > .icon-button:not(#primary-mobile-menu) > svg{
    width: 15px;
}

.primary-navigation__bottom-wrapper {
    border: 1px solid var(--light-grey);
    border-width: 1px 0;
    background-color: var(--dark-white);
}

.primary-navigation__bottom {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.primary-navigation__search {
    max-width: 190px;
    padding-right: 10px;
}

.primary-navigation__search .dgwt-wcas-sf-wrapp {
    padding: 0;
}

.primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    padding: 13px 65px 13px 21px;
    border: 1px solid var(--white);
    border-radius: 40px;
    background: var(--white);
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: var(--grey);
    transition-duration: .3s;
}

.primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    border: 1px solid var(--pink);
}

.primary-navigation__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background-color: transparent;
}

.primary-navigation__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 22px;
    left: auto;
    top: 5px;
    color: var(--grey);
}

.primary-navigation__search .dgwt-wcas-search-wrapp {
    width: 100%;
    min-width: fit-content;
}

.primary-navigation__logo .custom-logo {
    width: 125px;
    height: 57px;
    object-fit: cover;
}

.primary-navigation__menu-content {
    position: fixed;
    width: calc(100% + 32px);
    background-color: var(--white);
    left: -16px;
    height: 100svh;
    top: 0;
    max-width: 320px;
    transform: translate(-100%);
    opacity: 0;
    z-index: 999;
    transition-duration: .3s;
}

.open .primary-navigation__menu-content {
    opacity: 1;
    transform: translate(0px);
}

.primary-navigation__menu-list {
    list-style: none;
    margin: 0;
    padding: 64px 32px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--pink);
}

.primary-navigation__menu-list a {
    transition-duration: .3s;
}

.primary-navigation__menu-list a:hover {
    color: var(--black);
}

#primary-mobile-menu-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: var(--black);
    transform: rotate(45deg);
}

.site-header .mask {
    display: none;
}

.ovh .site-header .mask {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: 99;
    opacity: 0;
    animation: fade-in .3s 1 forwards;
}

.primary-navigation__menu-content .menu-break {
    height: 1px;
    width: 100%;
    background-color: var(--light-grey);
}

.primary-navigation__menu-content .menu-break > a {
    display: none;
}

/* Footer */

.site-footer {
    overflow: hidden;
    background-color: var(--grey);
    color: var(--white);
}

.site-footer__content {
    position: relative;
    transform: translateX(-16px);
    width: calc(100% + 32px);
    padding: 49px 44px;
}

.site-footer__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition-duration: .3s;
}

.open .site-footer__menu {
    gap: 7px;
    padding: 10px 0 15px;
}

.site-footer__menu-wrapper {
    position: relative;
    margin-bottom: 3px;
}

.site-footer__menu-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100svw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
}

.site-footer__last-col > strong,
.site-footer__menu-wrapper > strong {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    padding: 10px 0;
}

.menu-item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}

.open .menu-item {
    max-height: 100vh;
    opacity: 1;
}

.menu-item > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px; 
    transition-duration: .3s;
}

.menu-item > a:hover,
.menu-item > a:focus {
    color: var(--pink);
}

.site-footer__last-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.site-footer__last-col .text-button {
    color: var(--white);
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.site-footer__socials {
    display: flex;
    gap: 13px;
    margin-top: 17px;
    flex-wrap: wrap;
}

.site-footer__copyright {
    display: flex;
    flex-direction: column-reverse;
}

.site-footer__copyright-left {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.site-footer__copyright-left:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100svw;
    height: 1px;
    background-color: var(--white);
}

.site-footer__copyright-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
    align-items: center;
}

.site-footer__copyright {
    padding: 0 29px 10px;
    gap: 36px;
}

/* Top categories */

.top-categories {
    background-color: var(--dark-white);
}

.top-categories__category-name > img {
    display: none;
}

.top-categories__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 14px;
    padding: 10px 0 18px;
}

.top-categories__category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-radius: 3px;
    font-family: var(--font-secondary);
    font-size: 11px;
    font-weight: 400;
    line-height: 13.9px;
    text-align: center;
    color: var(--white);
    min-height: 47px;
    transition-duration: .3s;
    width: calc(33% - 9px);
}

.top-categories__category:hover {
    box-shadow: 0 0 5px 1px var(--light-pink);
}

.top-categories__category[style*="#edb6cc"] {
    color: var(--black);
}

.home-slider__pagination {
    position: static;
    margin: 7px 0 17px;
}

.home-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--pink);
}

/* Top slider */

.top-banner {
    overflow: hidden;
    position: relative;
}

.top-banner .swiper-slide {
    display: flex;
    flex-direction: column;
}

.top-banner__image > img {
    width: 100%;
}

.top-banner__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 20px;
    color: var(--black);
}

.top-banner__top-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.top-banner__title {
    font-family: var(--font-tertiary);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    max-width: 150px;
    margin: 6px 0 0;
}

.top-banner__big-text {
    font-family: var(--font-secondary);
    font-size: 40px;
    font-weight: 400;
    line-height: 50.55px;
    margin-bottom: 5px;
}

.top-banner__text {
    max-width: 230px;
    margin: 0 auto 14px;
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.swiper-custom-scroll {
    display: flex;
    transition-duration: .3s;
}

.swiper-custom-scroll-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 50%;
    border: 1px solid var(--light-grey);
    border-left: 0;
    background-color: var(--white);
    padding: 16px 5px;
    transition: color .3s;
    min-width: 50%;
    cursor: pointer;
}

.swiper-custom-scroll-label.active {
    color: var(--pink);
    font-weight: 500;
}

.page-section-title {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.27px;
    text-align: center;
    margin: 0 0 10px;
}

.home-slider-next,
.home-slider-prev {
    display: none;
}

/* Occasions */
.occasions {
    padding: 30px 0;
}

.occasions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 9px;
    padding: 0 10px;
    max-width: 430px;
    margin: 0 auto;
}

.occasions__category {
    display: flex;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.occasions__category:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--grey);
    opacity: 0.8;
    transition-duration: .3s;
}

.occasions__category:hover:after,
.occasions__category:focus:after {
    background: var(--pink);
}

.occasions__category-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.75px;
    text-align: center;
    max-width: 98px;
    color: var(--white);
    z-index: 1;

}

/* Products slider */

.theme-unikatowo .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    padding: 11px 6px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--white);
    transition-duration: .3s;
}

.theme-unikatowo .woocommerce ul.products li.product > a:hover {
    box-shadow: 0 0 5px 1px var(--light-pink);
}

.theme-unikatowo .woocommerce ul.products li.product a.add_to_wishlist {
    color: var(--grey);
}

.theme-unikatowo .woocommerce ul.products li.product a img {
    object-fit: contain;
    aspect-ratio: 140 / 107;
    margin: 0;
}

.theme-unikatowo .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

.products-slider {
    padding: 33px 0 30px;
    overflow: hidden;
    background-color: var(--light-grey);
}

.products-slider__wrapper {
    width: 100%;
}

.products-slider__title {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.27px;
    text-align: center;
    margin: 0;
}

.products-slider__title + .text-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    margin: 1px;
    text-decoration: underline;
    color: var(--pink);
    gap: 6px;
}

.products-slider__title-wrapper {
    margin-bottom: 11px;
}

.theme-unikatowo .prod-label {
    min-width: fit-content;
    min-height: fit-content;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 1px 2px;
    background-color: var(--pink);
    color: var(--white);
    margin: 0;
}

.theme-unikatowo .prod-label.new-label {
    background-color: var(--light-pink);
}

.product__image-wrapper {
    position: relative
}

.custom-labels {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    flex-wrap: wrap;
}

.products-slider__content {
    padding: 0 8px 0 15px;
    position: relative;
}

.products-slider-wrapper,
.products-slider-wrapper > .woocommerce {
    height: 100%;
}

.products-slider__content.with-banner {
    display: flex;
    gap: 9px;
}

.products-slider__content.with-banner .products-slider-scroll {
    position: absolute;
    bottom: -12px;
    left: 15px;
    width: calc(100% - 23px);
}

.products-slider__content.with-banner .product-slider-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: var(--light-grey);
    z-index: -2;
    transform: translateX(10px);
}

.home .products-slider:last-of-type {
    padding-bottom: 45px;
}

.wishlist-button {
    position: absolute;
    z-index: 1;
    right: 7px;
    top: 0;
}

.wishlist-button .yith-wcwl-add-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-button .yith-wcwl-add-button span {
    display: none;
}

.wishlist-button .yith-wcwl-add-to-wishlist,
.wishlist-button .yith-wcwl-add-button > a i {
    margin: 0;
}

.theme-unikatowo .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    color: var(--grey);
    margin: 8px 0 15px;
    padding: 0;
    height: 100%;
}

.woocommerce-loop-product__title + .star-rating {
    display: none !important;
}

.theme-unikatowo .woocommerce ul.products li.product > a:not(.woocommerce-loop-product__link) {
    display: none;
}

.theme-unikatowo .woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: var(--black);
    margin: 0;
    min-height: 34px;
}

.theme-unikatowo .woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: var(--pink);
    font-weight: 500;
}

.theme-unikatowo .woocommerce ul.products li.product .price del {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    opacity: 1;
}

.theme-unikatowo:not(.archive) .woocommerce ul.products[class*=columns-] li.product {
    display: flex;
    margin: 0;
    align-self: stretch;
    height: auto;
    float: none;
}

.theme-unikatowo .woocommerce ul.products {
    margin: 0;
}

.products-slider-scroll {
    min-height: 2px;
    margin-top: 10px;
    background-color: #D5D6D9;
    border-radius: 2px;
}

.theme-unikatowo .swiper-scrollbar-drag {
    min-height: 2px;
    background-color: var(--pink);
}

.product-slider-banner {
    width: 50%;
    position: relative;
    z-index: 2;
}

.product-slider-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #968F8FCC;
}

.product-slider-banner > img {
    position: absolute;
    z-index: -1;
    height: 100%;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.product-slider-banner__text-wrapper {
    padding: 18px 9px 14px 12px;
    position: relative;
    z-index: 1;
    color: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-slider-banner__text-wrapper > strong {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.69px;
    display: inline-block;
    margin-bottom: 19px;
}

.product-slider-banner__text-wrapper > p {
    font-family: var(--font-tertiary);
    font-size: 10px;
    font-weight: 500;
    line-height: 12.19px;
}

.product-slider-banner__text-wrapper > .button {
    min-width: 0;
    margin: 0 6px;
}

.product-slider-banner + .products-slider__wrapper {
    width: 50%;
}

.advantages {
    padding: 31px 0;
}

.advantages__content {
    display: grid;
    grid-template-columns: 153px 153px;
    gap: 10px 23px;
    margin: 26px auto 0;
    padding: 0 20px;
    justify-content: center;
}

.advantage__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.advantage__content > img  {
    width: 88px;
    margin-bottom: 13px;
    aspect-ratio: 1 / 1;
}

.advantage__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: inline-flex;
    flex-direction: column;
    min-height: 106px;
    margin: 0;
}

.advantage__text > strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: inline-block;
    margin-bottom: 6px;
}

/* Bottom text */

.bottom-text {
    padding: 3px 0 65px;
}

.bottom-text__content {
    position: relative;
    padding: 0 13px;
    max-height: 270px;
    overflow: hidden;
    transition-duration: .3s;
}

.open .bottom-text__content {
    max-height: 3000px;
}

.bottom-text__content:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to top,          
        #fff 0px,          
        #fff 80px,         
        #ffffff00 100% );
    width: 100%;
    height: 100%;
    transition-duration: .3s;
}

.open .bottom-text__content:after {
    height: 0;
}

.bottom-text .icon-button {
    width: 100%;
    padding: 10px;
}


.bottom-text.open .icon-button {
    transform: rotate(180deg);
} 

.bottom-text h1,
.bottom-text h2,
.bottom-text h3,
.bottom-text h4,
.bottom-text h5,
.bottom-text h6,
.bottom-text strong {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: var(--grey);
}
.bottom-text p {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: var(--grey);
}

/* About us */

.about-us {
    overflow: hidden;
}

.about-us__text h1,
.about-us__text h2,
.about-us__text h3,
.about-us__text h4,
.about-us__text h5,
.about-us__text h6,
.about-us__text strong {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 600;
    line-height: 30.28px;
    padding-right: 20px;
}

.about-us__text > .dark-bg {
    transform: translateX(-24px);
    display: block;
    padding: 18px 24px;
    width: calc(100% + 48px);
    background-color: var(--light-grey);
}

.about-us__text > .dark-bg p {
    max-width: 628px;
}

.about-us__text p {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: justified;
    padding-right: 20px;
    color: var(--grey);
}

.about-us__image {
    display: flex;
}

.about-us__image > img {
    width: 100%;
}

.about-us__row {
    display: flex;
    flex-direction: column-reverse;
    gap: 23px;
    margin-bottom: 24px;
}

/* Contact */

.contact__content {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 20px 0;
}

.contact .contact__content .page-title {
    text-align: left;
    margin-bottom: 25px;
}

.contact__data-el.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    max-width: 413px;
}

.contact__data-el.contact > p {
    font-family: var(--font-tertiary);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
}

.contact__button {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    background-color: var(--light-pink);
    border: 1px solid var(--light-pink);
    font-family: var(--font-tertiary);
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    transition-duration: .3s;
}

.contact__button > svg{
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.contact__button:hover,
.contact__button:focus {
    background-color: var(--white);
    border: 1px solid var(--pink);
    color: var(--pink);
}

.contact__data-el.data {
    display: flex;
    flex-direction: column;
}

.contact__data-el.data > b {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.6px;
    display: block;
    margin-bottom: 18px;
}

.contact__data-el.data > p {
    font-family: var(--font-tertiary);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.contact__data-el.data .break {
    height: 20px;
}

.contact__data-el.data p > b {
    font-family: var(--font-tertiary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.contact__data-el.bank {
    margin-top: 35px;
}

.contact__data-el.bank > b {
    font-family: var(--font-tertiary);
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
}

.contact__data-el.bank > p {
    font-family: var(--font-tertiary);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 10px 0 0;
}

.contact__form {
    max-width: 520px;
    margin: 44px auto 0;
    padding: 26px 34px;
    background-color: var(--dark-white);
}

.contact__form > p {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    margin: 0 0 30px;
    max-width: 372px;
}

.contact__form label {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    width: 100%;
    display: block;
}

.contact__form button[type="submit"] {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: row-reverse;
    background: none;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    margin-top: 19px;
}

.contact__form button[type="submit"] br {
    display: none;
}

.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form textarea,
.contact__form select {
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid var(--black);
    width: 100%;
    transition-duration: .3s;
    background-color: transparent;
    margin-top: 10px;
}

.contact__form input[type="text"]:focus,
.contact__form input[type="email"]:focus,
.contact__form textarea:focus,
.contact__form select:focus {
    outline: none;
    background-color: var(--white);
    border-bottom: 1px solid var(--pink);
}


/* 404 */

.not-found .page-top {
    padding: 4px 0 55px;
}

.not-found__text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px 64px;
}

.not-found__text > img {
    margin: -50px 0 -46px;
    width: 100%;
}

.not-found__text > p {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.27px;
    text-align: center;
    margin: 0 0 6px;
}

.not-found__text > .button {
    margin-top: 37px;
}

.not-found__recents .products-slider {
    padding: 63px 0 58px;
}

.not-found__recents .products-slider__content {
    padding: 0;
}

/* Blog */

div.blog {
    overflow: hidden;
}

.blog .page-top {
    padding-bottom: 24px;
}

.blog__content {
    margin: 0 auto;
    max-width: 1278px;
}

.top-post {
    position: relative;
}

.top-post:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: calc(50% - 8px);
    background-color: var(--dark-white);
    transform: translateX(-50%);
    z-index: -1;
}

.top-post__title {
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}

.top-post__excerpt {
    font-family: var(--font-tertiary);
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
    text-align: justify;
    letter-spacing: -.3px;
    color: var(--grey);
}

.top-post__excerpt > p {
    margin: 0 0 20px;
}

.top-post {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.top-post .button {
    margin: 0 auto;
    width: fit-content;
}

.top-post__image {
    width: 100%;
}

.top-post__image > a {
    display: flex;
    width: 100%;
    height: 100%;
}

.top-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.blog-posts {
    margin-top: 40px;
}

.blog-post__title {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 31.59px;
    text-align: center;
    margin-bottom: 20px;
}

.posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-card__wrapper .post-card__title {
    transition-duration: .3s;
}

.post-card__wrapper:hover .post-card__title {
    color: var(--pink);
}

.post-card__image {
    display: flex;
}

.post-card__image > img {
    aspect-ratio: 413 / 271;
    margin-bottom: 20px;
}

.post-card__title {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin: 0 0 9px;
}

.post-card__excerpt {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: justify;
    color: var(--grey);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 48px 0 70px;
}

.pagination-info {
    display: flex;
    align-items: center;
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 300;
    line-height: 18.16px;
    text-align: center;
    gap: 9px;
}

.pagination-info .current {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pink);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: var(--white);
}

.pagination a.next {
    margin-left: 8px;
}

.pagination a.prev {
    margin-right: 8px;
}

.pagination a.prev > .prev {
    transform: rotate(180deg);
    display: block;
}

/* Single */

.post.single {
    position: relative;
}

.post:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 134px;
    background-color: var(--dark-white);
    z-index: -1;
}

.single .page-top {
    padding: 0 0 13px;
}

.post__wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1284px;
    flex-direction: column;
}

.post__content-wrapper {
    max-width: 846px;
}

.post__products {
    min-width: 235px;
}

.post__products .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post__products .products:before,
.post__products .products:after {
    display: none !important;
}

.post__products.woocommerce ul.products li.product {
    margin: 0;
    width: 100%;
    max-width: 305px;
}

.post-pagination__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.post__infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.post__public {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 300;
    line-height: 18.16px;
    text-align: justify;
    color: #CEC7C1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.post__public b {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.16px;
}

.post__socials {
    align-self: flex-start;
}

.post__socials .simplesocialbuttons {
    margin: 0;
    display: flex;
    gap: 10px;
}

.post__socials .simplesocialbuttons > button {
    color: var(--white) !important;
    border: 1px solid var(--black) !important;
    background-color: var(--black) !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
    padding: 10px 10px 9px 9px;
}

.post__socials .simplesocialbuttons > button:after {
    width: 19px;
    height: 19px;
    line-height: 20px;
    font-size: 11px;
}

.post__content {
    margin-top: 26px;
}

.post__title {
    font-family: var(--font-secondary);
    font-size: 27px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 19px;
}

.post__content p {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: justify;
    margin-bottom: 20px;
    color: var(--grey);
}

.post__content p + figure {
    margin: 27px 0 35px;
}

.post__products-tite {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 31.59px;
    text-align: left;
    margin-bottom: 20px;
}

.comments-title {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 31.59px;
    margin-bottom: 10px;
}

.comment-list {
    list-style: none;
    padding: 10px;
    border: 1px solid var(--light-pink);
    border-radius: 3px;
}

.comment-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.reply {
    align-self: flex-end;
    padding: 5px 10px;
    border: 1px solid var(--pink);
    border-radius: 5px;
    color: var(--white);
    background-color: var(--pink); 
}

.comment-author cite {
    font-weight: 700;
    color: var(--pink);
}

.comment-meta {
    order: -1;
    font-size: 10px;
}

.comment-body > p {
    padding: 5px;
    background-color: var(--dark-white);
    margin: 0 0 5px;
    border-radius: 3px;
}

.required-field-message,
#email-notes {
    display: none;
}

.comment + .comment {
    margin-top: 10px;
    border-top: 1px solid var(--light-pink);
    padding-top: 10px;
}

.comment-respond > .comment-reply-title {
    display: none;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-notes {
    order: -2;
}

.comment-form-author,
.comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.comment-form-rating > label,
.comment-form-author > label,
.comment-form-comment > label {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.comment-form-rating > label[for="rating"] {
    margin-bottom: 5px;
    display: block;
}

.comment-form-author > input,
.comment-form-comment > textarea {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid var(--black);
    transition-duration: .3s;
}

.comment-form-author > input:hover,
.comment-form-comment > textarea:hover,
.comment-form-author > input:focus,
.comment-form-comment > textarea:focus {
    outline: none;
    background-color: var(--dark-white);
    border-bottom: 1px solid var(--pink);
}

.comment-form-comment {
    order: 1;
}

.form-submit {
    order: 2;
    display: flex;
    justify-content: flex-end;
    margin: 22px 0 0;
}

.form-submit > .button {
    max-width: 186px;
}

.post-pagination {
    margin: 63px 0 77px;
}

.pagination__title {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 31.59px;
    text-align: center;
    margin: 0 0 23px;
}

.shop__content-wrapper,
.promotions__content-wrapper {
    display: flex;
    margin-top: 34px;
    gap: 20px;
}

/* Creator categories */

.page-id-35 .page-text {
    margin-top: 10px;
}   

.page-id-35 .page-top {
    padding-bottom: 25px;
}   

.creator-cats__category-name {
    font-family: var(--font-secondary);
    font-size: 25px;
    font-weight: 400;
    line-height: 31.59px;
    text-align: center;
    margin-bottom: 24px;
}

.creator-cats__content {
    margin-top: 39px;
}

.creator-cats__products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
    max-width: 1340px;
}

.creator-cats__products .product {
    background-color: #F9F9F9;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 7px 20px 20px;
    transition-duration: .3s;
}

.creator-cats__products .product > img {
    width: 100%;
    object-fit: scale-down;
    max-height: 226px;
    height: 100%;
    margin-bottom: 9px;
}

.creator-cats__products .product > h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    margin: 0;
    color: var(--grey);
    transition-duration: .3s;
}

.creator-cats__products .product:hover {
    box-shadow: 0 0 0 var(--light-pink);
}

.creator-cats__products .product:hover > h3 {
    color: var(--pink);
}

.creator-cats__category + .creator-cats__category {
    margin-top: 74px;
}

/* Product */

.woocommerce div.product .product_title {
    font-family: var(--font-secondary);
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 15px;
}

.woocommerce-product-gallery__thumbs {
    width: 100%;
    overflow: hidden;
    max-height: 527px;
    align-self: stretch;
}

.woocommerce-product-gallery__thumbs .swiper-slide {
    height: auto !important;
}

.woocommerce-product-gallery__thumbs a {
    pointer-events: none;
}

.woocommerce-product-gallery__thumbs img {
    width: 163px;
    aspect-ratio: 1/1;
    object-fit: scale-down;
}

.woocommerce-product-gallery__slider {
    width: 100%;
    overflow: hidden;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    overflow: hidden;
}

.product .product__content {
    position: relative;
}

.product .product__content > .custom-labels {
    bottom: auto;
    top: 0;
    left: 184px;
    z-index: 2;
}

.woocommerce-loop-product__link .iworks-omnibus {
    display: none;
}

.star-rating {
    color: #E6A540;
}

.woocommerce-product-rating > span {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 500;
    line-height: 20.75px;
}

.woocommerce-product-rating > span.rating-count {
    font-weight: 300;
    color: var(--grey);
}

.woocommerce div.product div.images img {
    object-fit: scale-down;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    display: flex;
    flex-direction: column;
}

.filters {
    min-width: 300px;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: flex;
    align-items: center;
}

.woocommerce div.product p.stock,
.product__avability.stock {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    display: flex;
    align-items: center;
    color: #373333 !important;
}

.woocommerce div.product p.stock:before,
.product__avability.stock:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-right: 11px;
    background-color:red;
}

.woocommerce div.product p.stock.in-stock:before,
.product__avability.stock.in-stock:before {
    background-color:#449344;
}

.iworks-omnibus {
    font-family: var(--font-tertiary);
    font-size: 10px;
    font-weight: 200;
    line-height: 12.19px;
    text-align: left;
    color: var(--grey);
}

.reset_variations {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 300;
    line-height: 17.07px;
    color: var(--grey);
    transition-duration: .3s;
}

.reset_variations:hover {
    color: var(--pink);
}

.woocommerce div.product form.cart .variations {
    max-width: 341px;
}

.woocommerce div.product form.cart .variations select {
    padding: 15px 15px 12px;
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    color: var(--grey);
    border: 1px solid var(--light-grey);
    transition-duration: .3s;
}

.woocommerce div.product form.cart .variations select:focus {
    outline: none;
    border: 1px solid var(--pink);
}

body .product__content .qib-button-wrapper .minus.qib-button,
body .product__content .qib-button-wrapper .plus.qib-button {
    background-color: var(--white);
    height: 49px;
}

body .product__content .qib-button-wrapper .minus.qib-button:hover,
body .product__content .qib-button-wrapper .plus.qib-button:hover {
    background-color: var(--dark-white);
}

.woocommerce-tabs__panel > h2 {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.27px;
    color: var(--black);
    text-transform: uppercase;
}

.woocommerce-tabs__panel > p {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: justify;
    color: var(--grey);
}

.woocommerce-tabs {
    width: 100%;
}

.woocommerce #review_form #respond p.comment-form-email {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid #E0DFD8;
    padding: 20px 20px 4px;
}

.woocommerce-review__author {
    font-family: var(--font-tertiary);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: var(--black);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 0 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-family: var(--font-tertiary);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: justify;
    color: var(--grey);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    order: 1;
    margin-bottom: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    order: 2;
}

.product__content .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.product__content .price ins {
    font-size: 22px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    color: var(--pink);
}

.product__content .price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    opacity: 1;
    color: var(--black);
}

.woocommerce div.product form.cart .variations label {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    margin: 0 0 2px;
}

#review_form .form-submit input[type="submit"]#submit {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    color: var(--white);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    background-color: var(--pink);
    min-width: 185px;
    border-radius: 3px;
    border: 1px solid var(--pink);
}

.product__content .qib-button-wrapper .quantity input.input-text.qty.text {
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    height: 49px;
    border-left: 0;
    border-right: 0;
}

body .product__content .qib-button-wrapper {
    margin: 10px 10px 0 0;
    display: flex;
    float: none;
    justify-content: flex-start;
}

.woocommerce-product-gallery__slider .swiper-slide {
    max-height: 520px;
}

.woocommerce-product-gallery__slider .swiper-slide img {
    max-height: 520px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding: 13px;
    background-color: var(--pink);
    border: 1px solid var(--pink);
    color: var(--white);
    border-radius: 4px;
    transition-duration: .3s;
    width: 100%;
    max-width: 340px;
    margin-top: 10px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    background-color: var(--white);
    color: var(--pink);
}

.related.products {
    margin-top: 71px;
}

.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity,
.woocommerce div.product form.cart .quantity.wqpmb_quantity,
.woocommerce div.product .quantity.wqpmb_quantity {
    height: 49px;
}

.product__company-infos {
    padding: 30px;
    background-color: var(--dark-white);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product__company-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
}

.product__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 50px;
    margin-top: 18px; 
}

.woocommerce table.shop_table.wishlist_table {
    border: 0;
}

.woocommerce table.shop_table.wishlist_table .button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    color: var(--white);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    background-color: var(--pink);
    min-width: 185px;
    border-radius: 3px;
    border: 1px solid var(--pink);
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart .page-top {
    padding-bottom: 0;
}

.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: 140px 1fr 24px;
    gap: 20px 10px;
    grid-template-areas:
        "image name x"
        "image price x"
        "image qty x";
    padding: 10px;
    border-bottom: 1px solid var(--grey);
}

.product-remove {
    grid-area: x;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.woocommerce .product-remove a.remove {
    color: var(--grey) !important;
}

.woocommerce .product-remove a.remove:hover {
    color: red !important;
    background: none;
}

.product-thumbnail{
    display: flex;
    align-items: center;
    grid-area: image;
    max-width: 140px;
}

.product-name {
    grid-area: name;
    max-width: 275px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.product-subtotal {
    grid-area: price;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
}

.product-subtotal ins {
    text-decoration: none;
    color: var(--pink);
    font-weight: 500;
}

.product-subtotal del {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    opacity: 1;
}

.product-quantity {
    display: none;
    grid-area: qty;
    text-align: center;
}

.product-quantity:has(.qib-button-wrapper) {
    display: flex;
}

.product-quantity .qib-button-wrapper {
    float: none !important;
    justify-content: flex-start;
}

.product-quantity .qib-button-wrapper .qib-button {
    background-color: transparent;
}

[data-block-name="woocommerce/classic-shortcode"] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.woocommerce-notices-wrapper {
    grid-area: notices;
}

.woocommerce-cart-form {
    grid-area: cart;
}

.cart-collaterals {
    grid-area: total;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%;
    padding: 23px;
    background-color: #E2E4E7;
}

.woocommerce-page .cart-collaterals h2 {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 25.27px;
    text-align: left;
    margin-bottom: 20px;
}
 .woocommerce-page .cart-collaterals .cart-subtotal {
    display: flex;
    justify-content: space-between;
}

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

.product-thumbnail img {
    width: 140px;
    max-height: 120px;
    object-fit: contain;
}

.product-thumbnail > a:has(.lumise-cart-thumbnails) > img {
    display: none;
}

.actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.actions__text {
    padding: 13px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 9px;
    text-align: right;
    border-bottom: 2px solid var(--pink);
}

.woocommerce .cart .button[name="update_cart"] {
    background-color: transparent;
    border: 1px solid var(--pink);
    min-width: fit-content;
    padding: 9px 27px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-transform: lowercase;
    margin-left: auto;
}

.cart-shipping-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-shipping-wrapper .woocommerce-shipping-methods {
    max-width: calc(100% - 100px);
    text-align: right;
}

.cart-shipping-wrapper .woocommerce-shipping-methods .amount {
    display: block;
}

.cart-shipping-wrapper .woocommerce-shipping-methods .easypack-shipping-method-logo img {
    margin-left: auto;
}

.cart_totals .shop_table.shop_table_responsive {
    font-family: var(--font-tertiary);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
}

.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-shipping-destination {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    max-width: 220px;
    margin-left: auto;
}

.cart_totals .coupon > label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    margin: 27px 0 10px;
    display: block;
}

.cart_totals .coupon > input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    background: transparent;
    font-family: var(--font-tertiary);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    padding: 4px 0;
    transition-duration: .3s;
}

.cart_totals .coupon > input + button {
    display: none;
    margin: 5px 0 5px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2px 16px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    color: var(--white);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    background-color: var(--pink);
    border-radius: 3px;
    border: 1px solid var(--pink);
    min-width: fit-content;
}

.cart_totals .coupon > input:focus {
    outline: none;
    border-bottom-color: var(--pink);
}

.cart_totals .coupon > input:focus + button {
    display: flex;
}

.cart_totals .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
}

.cart_totals .order-total strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: right;
}

.cart_totals .wc-proceed-to-checkout .button {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    background: none;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    color: var(--white);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    background-color: var(--pink);
    min-width: 185px;
    border-radius: 3px;
    border: 1px solid var(--pink);
}

.cart_totals .wc-proceed-to-checkout .button:hover {
    color: var(--pink);
    background-color: var(--white);
}

.cart_totals .wc-proceed-to-checkout .text-button {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: 18px;
    color: var(--black);
    text-decoration: underline;
    transition-duration: .3s;
}

.cart_totals .wc-proceed-to-checkout .text-button:hover {
    color: var(--pink);
}

.product-name .lumise-edit-design-wrp .button {
    padding: 5px 10px;
    width: fit-content;
    min-width: 0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--white) !important;
    background-color: var(--light-pink) !important;
    border: 1px solid var(--light-pink);
    font-weight: 400;
    transition-duration: .3s;
    margin-top: 5px;
}

.product-name .lumise-edit-design-wrp .button:hover {
    color: var(--pink) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--pink);
}

.product-name .variation {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 10px;
}

.product-name .variation > * {
    margin: 0;
    width: min-content;
}

/* TMP */
.entry-content {
    padding: 50px 0;
}
.entry-content br {
    display: none;
}


.woocommerce table.shop_table.wishlist_table .product-thumbnail,
.woocommerce table.shop_table.wishlist_table .product-remove {
    display: table-cell;
}

.woocommerce ul#shipping_method {
    text-align: right;
    font-size: 13px;
}

.woocommerce ul#shipping_method > li input {
    margin-top: 0;
}

.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}

@media (min-width: 768px) {
    .desktop {
        display: inherit;
    }

    .primary-navigation__text,
    .text-button {
        font-size: 12px;
        gap: 10px;
    }
    .text-button > svg,
    .primary-navigation__text > svg {
        width: 18px;
    }

    .primary-navigation__top-group > .icon-button:not(#primary-mobile-menu) > svg {
        width: 20px;
    }

    .primary-navigation__top {
        padding: 6px 14px 7px;
    }

    .primary-navigation__top > * {
        flex: 1;
    }

    .primary-navigation__top-mail {
        justify-content: flex-start;
    }

    .primary-navigation__text {
        justify-content: center;
    }

    .primary-navigation__top-group {
        justify-content: flex-end;
    }

    .primary-navigation__search {
        max-width: 280px;
    }

    .mobile {
        display: none;
    }

    .site-footer__copyright {
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        padding: 10px 29px;
    }

    .site-footer__copyright-left {
        position: static;
        padding: 0;
        align-self: center;
    }

    .site-footer__copyright-right {
        justify-content: flex-end;
    }

    .top-categories__category {
        font-size: 18px;
        line-height: 22.75px;
        padding: 10px 5px 16px;
    }

    .top-categories__category-name > img {
        display: block;
        width: 100%;
        max-height: 111px;
        object-fit: scale-down;
        height: 111px;
        margin-bottom: 24px;
    }

    .swiper-custom-scroll-label {
        width: 25%;
        min-width: 25%;
    }

    .swiper-custom-scroll-label {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .swiper-custom-scroll-label.active {
        font-weight: 500;
    }

    .top-banner .swiper-slide {
        flex-direction: row;
    }

    .top-banner__text-wrapper,
    .top-banner__image {
        width: 50%;
    }

    .occasions__content {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .products-slider__content.with-banner {
        gap: 29px;
    }

    .product-slider-banner__text-wrapper > strong {
        font-size: 20px;
        font-weight: 400;
        line-height: 25.27px;
        margin-bottom: 24px;
    }

    .product-slider-banner__text-wrapper > p {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.07px;
        margin-bottom: 29px;
    }

    .product-slider-banner__text-wrapper > .button {
        align-self: center;
        min-width: 205px;
    }

    .products-slider.with-banner + .products-slider.with-banner .products-slider__content.with-banner {
        flex-direction: row-reverse;
    }

    .products-slider.with-banner + .products-slider.with-banner .products-slider__content.with-banner .product-slider-banner:after {
        transform: translateX(-10px);
        right: auto;
        left: 100%;
    }

    .products-slider.with-banner + .products-slider.with-banner .products-slider__content.with-banner .products-slider-scroll {
        left: 10px;
        right: auto;
    }

    .advantages__content {
        grid-template-columns: 153px 153px 153px 153px;
    }

    .advantage__content {
        max-width: 192px;
    }

    .advantage__content > img {
        width: 97px;
        margin-bottom: 11px;
    }

    .advantage__text {
        font-size: 14px;
        line-height: 21px;
        min-height: 0;
    }

    .advantage__text > strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 9px;
    }

    .bottom-text {
        padding: 58px 0 71px;
    }

    .bottom-text__content {
        padding: 0;
        max-height: 104px;
    }

    .bottom-text__content:after {
        background: linear-gradient(to top, #fff, #ffffff00);
    }

    .about-us__row {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
    }

    .about-us__row.reverse .about-us__text {
        order: 1;
        margin-left: 0;
        margin-right: auto;
    }
    
    .about-us__row.reverse .about-us__image {
        margin-left: auto;
        margin-right: 0;
    }

    .about-us__text > .dark-bg {
        width: calc(50svw + 48px);
    }

    .about-us__text {
        margin-left: auto;
        max-width: 628px;
    }
    
    .about-us__image {
        margin-right: auto;
        max-width: 628px;
    }

    .contact__content {
        margin-top: 0;
        flex-direction: row;
    }

    .contact__form-wrapper,
    .contact__data {
        width: 50%;
    }

    .contact__form {
        margin: 44px 0 0;
    }

    .contact__button > svg{
        width: 33px;
        min-width: 33px;
        height: 33px;
    }

    .contact__button {
        padding: 19px 27px;
        font-size: 20px;
    }

    .top-post {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .post__wrapper {
        flex-direction: row;
    }

    .post__products .products {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .post-pagination__content {
        display: flex;
    }

    .creator-cats__products {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        flex-direction: row;
    }

    .woocommerce-product-gallery__thumbs {
        min-width: 100px;
        width: 100px;
    }

    .woocommerce-product-gallery__slider {
        width: calc(100% - 115px);
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 36px 33px 20px;
    }

    [data-block-name="woocommerce/classic-shortcode"] {
        display: grid;
        grid-template-areas:
            "notices notices"
            "cart total";
        grid-template-columns: calc(100% - 325px) 305px;
        margin-bottom: 200px;
    }

    .product-quantity {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .tablet {
        display: none;
    }

    .primary-navigation__top {
        padding: 10px 10px 7px;
    }

    .primary-navigation__logo .custom-logo {
        height: 84px;
        width: 180px;
    }

    .primary-navigation__menu-content {
        position: static;
        width: auto;
        height: auto;
        opacity: 1;
        max-width: none;
        transform: none;
        background-color: transparent;
    }

    .primary-navigation__menu-list {
        padding: 0;
        flex-direction: row;
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-right: 10px;
        gap: 25px;
        white-space: nowrap;
    }

    .primary-navigation__search {
        max-width: 309px;
        width: 100%;
        margin-left: 5px;
        padding-right: 0;
    }

    .primary-navigation__menu-content .menu-break {
        width: 1px;
        height: 24px;
    }

    .primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
    .primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
    .primary-navigation__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
        font-size: 14px;
        font-weight: 400;
        line-height: 17.07px;
    }

    .primary-navigation__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
        width: 22px;
        height: 22px;
    }

    .site-footer__content {
        padding: 50px 23px 57px;
    }

    .site-footer__menus {
        display: flex;
        justify-content: flex-start;
        gap: 48px;
    }

    .site-footer__last-col {
        margin-left: auto;
        margin-right: 25px;
        gap: 9px;
        min-width: 195px;
    }

    .site-footer__last-col > strong,
    .site-footer__menu-wrapper > strong {
        font-size: 18px;
        font-weight: 400;
        line-height: 17px;
        cursor: default;
    }

    .site-footer__menu-wrapper > strong > svg {
        display: none;
    }

    .menu-item {
        max-height: none;
        opacity: 1;
    }

    .site-footer__menu {
        gap: 7px;
        margin-top: 11px;
    }

    .site-footer__menu-wrapper::before {
        display: none;
    }

    .site-footer__copyright {
        padding: 10px 7px 25px;
    }

    .site-footer__copyright-left {
        gap: 0;
    }

    .top-categories__content {
        padding: 28px 10px 27px;
        gap: 9px 26px;
    }

    .top-categories__category {
        width: calc(16% - 13px);
        flex-grow: 1;
        max-width: 202px;
    }

    .top-banner__image {
        width: 66.8%;
    }

    .top-banner .swiper-slide {
        justify-content: space-between;
    }

    .top-banner__text-wrapper {
        width: 33%;
        margin-bottom: 49px;
    }

    .swiper-custom-scroll {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
    }

    .swiper-custom-scroll-label {
        padding: 14px 5px;
    }

    .swiper-horizontal > .swiper-pagination-bullets.home-slider__pagination {
        position: absolute;
        margin: 0;
        bottom: 78px;
        top: auto;
    }

    .swiper-horizontal > .swiper-pagination-bullets.home-slider__pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .top-banner__top-title {
        font-size: 25px;
        line-height: 37.5px;
    }

    .top-banner__title {
        font-size: 35px;
        line-height: 42.67px;
        max-width: 270px;
        margin: 6px 0 10px;
    }

    .top-banner__big-text {
        font-size: 55px;
        line-height: 66.18px;
        margin-bottom: 20px;
    }

    .top-banner__text {
        font-size: 14px;
        line-height: 17.07px;
        max-width: 285px;
        margin-bottom: 50px;
    }

    .button {
        padding: 13px 16px;
        font-size: 14px;
        line-height: 21px;
        min-width: 200px;
    }

    .occasions {
        padding: 40px 0 57px;
    }

    .occasions__content {
        gap: 30px;
    }

    .occasions__category-name {
        font-size: 30px;
        line-height: 37.91px;
        max-width: 143px;
    }

    .page-section-title {
        font-size: 25px;
        line-height: 31.59px;
        margin-bottom: 22px;
    }

    .home-slider-next,
    .home-slider-prev {
        cursor: pointer;
        display: flex;
        position: absolute;
        top: calc(50% - 24px);
        z-index: 1;
        transform: translateY(-50%);
        right: 45px;
        color: var(--grey);
        transition-duration: .3s;
    }

    .home-slider-next:hover,
    .home-slider-prev:hover {
        color: var(--pink);
    }

    .home-slider-prev {
        transform: translateY(-50%) rotate(180deg);
        right: auto;
        left: 45px;
    }

    .home-slider-next.swiper-button-disabled,
    .home-slider-prev.swiper-button-disabled {
        display: none;
    }

    .products-slider__title {
        font-size: 25px;
        font-weight: 400;
        line-height: 31.59px;
    }

    .products-slider {
        padding: 29px 0 30px;
    }

    .products-slider__title-wrapper {
        position: relative;
        margin-bottom: 24px;
    }

    .products-slider__title + .text-button {
        position: absolute;
        right: -6px;
        top: 5px;
        gap: 0;
        font-size: 12px;
    }

    .products-slider__content {
        overflow: hidden;
        padding: 0 10px 0 9px;
        display: flex;
        gap: 20px;
    }

    .theme-unikatowo .woocommerce ul.products li.product a {
        padding: 12px 12px 0;
    }

    .theme-unikatowo .woocommerce ul.products li.product a img {
        aspect-ratio: 136 / 107;
    }

    .theme-unikatowo .prod-label {
        padding: 6px 4px;
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
    }

    .theme-unikatowo .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        margin: 12px 0 15px;
    }

    .theme-unikatowo .woocommerce ul.products li.product .price {
        margin-bottom: 6px;
    }

    .products-slider-scroll {
        margin: 18px 0 7px;
    }

    .product-slider-banner {
        width: 520px;
    }

    .products-slider__content.with-banner .products-slider__wrapper {
        width: calc(100% - 550px);
    }

    .products-slider-wrapper,
    .products-slider-wrapper > .woocommerce {
        height: auto;
    }

    .products-slider__content.with-banner .products-slider-scroll {
        bottom: 0;
        left: auto;
        width: calc(100% - 568px);
        right: 10px;
    }

    .products-slider__content.with-banner {
        padding-bottom: 28px;
    }

    .product-slider-banner__text-wrapper {
        padding: 20px 30px;
    }

    .home .products-slider:last-of-type {
        padding-bottom: 30px;
    }

    .advantages__content {
        grid-template-columns: 192px 192px 192px 192px;
        margin: 35px auto 0;
        gap: 78px;
    }

    .contact__content {
        padding: 68px 40px 87px;
    }

    .top-post__title {
        font-size: 27px;    
        line-height: 36.33px;
        max-width: 480px;
    }
    
    .top-post__excerpt {
        font-size: 12px;    
        line-height: 18.16px;
        max-width: 590px;
    }

    .top-post__excerpt > p {
        margin-bottom: 35px;
    }

    .top-post .button {
        margin: 0 69px 0 auto;
    }

    .posts-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .post-card__title {
        font-size: 23px;
        line-height: 30.28px;
    }

    .post-card__excerpt {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-posts {
        margin-top: 80px;
    }

    .post__title {
        font-size: 35px;
        line-height: 42.39px;
        max-width: 90%;
    }

    .creator-cats__products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .woocommerce-tabs {
        width: 48%;
    }

    .woocommerce-product-gallery__thumbs {
        min-width: 163px;
        width: 163px;
    }

    .woocommerce-product-gallery__slider {
        width: calc(100% - 178px);
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 170px auto 155px auto 60px;
        align-items: center;
        grid-template-areas: "image name qty price x";
        padding: 25px;
    }

    .product-remove {
        align-items: center;
    }

    .product-subtotal {
        text-align: center;
    }

    .actions__text {
        min-width: 305px;
    }

    .actions__break {
        width: 201px;
        height: 2px;
        background-color: #EEEAE6;
        display: block;
        align-self: flex-end;
        margin-left: auto;
    }

    .woocommerce .cart .button[name="update_cart"] {
        margin-left: 50px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 305px;
    }

    .woocommerce-cart .page-top {
        padding-bottom: 50px;
    }
}

@media (min-width: 1366px) {
    .primary-navigation__menu-list {
        gap: 65px;
    }

    .site-footer__menus {
        gap: 148px;
    }

    .product-slider-banner__text-wrapper {
        padding: 20px 69px;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none !important;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}