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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	.right-side .main-navigation {
		display: none;
	}
}
@media screen and (max-width: 1399px){
	.toggled .menu-menu-glowne-container {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 100vh;
		background: white;
		z-index: 10000;
	}
	
	button.menu-toggle {
		border: none;
		background: transparent;
		display: flex;
		flex-direction: column;
		gap: 10px;
			padding: 0;
	}
	ul#menu-menu-glowne {
		height: auto !important;
	}
}

.toggled button.menu-toggle > div:nth-child(1) {
    display: none;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.right-side {
    display: flex;
    gap: 20px;
    align-items: center;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

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

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


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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

nav#site-navigation {
    width: fit-content;
}
header#masthead {
    display: flex;
    justify-content: space-between;
	    border-bottom: 2px solid rgba(0, 0, 0, 0.16);
	align-items: center;
	background: linear-gradient(96deg, #FCFBF6 2.11%, #F8E8DA 97.46%);
	padding: 0 max(20px, calc((100vw - 1920px) / 2));
	padding-right: max(0px, calc((100vw - 1920px) / 2)) !important;
}
.topbar-contact {
	padding: 15px max(20px, calc((100vw - 1920px) / 2));
	background-color: #352B20;
}
.topbar-contacts {
    display: flex
;
    gap: 20px;
	align-items: center;
		flex-wrap: wrap;
	row-gap: 0px;
}
.topbar-contacts div {
	display: flex;
	gap: 10px;
	align-items: center;

}
.topbar-contacts a {
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 700px){
.topbar-contacts svg {
	width: 20px;
}

}



.cart-icon, .user-icon {
    height: 80px;
    width: 80px;
    background: #815936;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 700px){
	.cart-icon, .user-icon {
		height: 60px;
		width: 60px;
		background: #815936;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
}
.cart-indicator {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    background: #F1E1D3;
    border-radius: 4px;
    height: 25px;
    width: 25px;
	    color: #453221;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-side {
    display: flex;
    align-items: center;
    gap: 20px;
}
.menu-menu-glowne-container, ul#menu-menu-glowne, ul#menu-menu-glowne a {
    height: 100%;
}
ul#menu-menu-glowne a {
	border-bottom: 2px solid #ffffff00;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	color: #453221;
	font-weight: 500;
}
ul#menu-menu-glowne li.current-menu-item a {
	border-bottom: 2px solid #453221;
}
body * {
	font-family: Montserrat
}
button.menu-toggle > div {
    height: 5px;
    width: 50px;
    border-radius: 2px;
    background: #815936;
}
button.menu-toggle > div:nth-child(2) {
    margin-left: 5px;
}
.toggled button.menu-toggle {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 10010;
}
header.woocommerce-products-header {
    background: linear-gradient(96deg, #FCFBF6 2.11%, #F8E8DA 97.46%);
    padding: 0px max(calc((100vw - 1960px) / 2), 20px) 50px max(calc((100vw - 1960px) / 2), 20px);
}
h1.woocommerce-products-header__title.page-title, h1.entry-title {
    margin: 0;
	    font-family: Montserrat;
    font-weight: 800;
    text-transform: uppercase;
    color: #453221;
	    font-size: 3em;
}
nav.woocommerce-breadcrumb {
    background: linear-gradient(96deg, #FCFBF6 2.11%, #F8E8DA 97.46%);
    padding: 100px max(calc((100vw - 1960px) / 2), 20px) 0px max(calc((100vw - 1960px) / 2), 20px);
}
.single-product nav.woocommerce-breadcrumb {
    background: linear-gradient(96deg, #FCFBF6 2.11%, #F8E8DA 97.46%);
    padding: 50px max(calc((100vw - 1960px) / 2), 20px) 50px max(calc((100vw - 1960px) / 2), 20px);
}
/* ============================================================
   Single Product Page — Improved Layout
   ============================================================ */
.single-product .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Gallery */
.single-product .woocommerce-product-gallery {
    position: sticky;
    top: 20px;
}

.single-product .woocommerce-product-gallery__image img {
    border-radius: 20px;
    width: 100%;
}

/* Summary */
.single-product .entry-summary {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-product .product_title {
    font-size: 28px;
    font-weight: 700;
    color: #352B20;
    margin: 0;
    line-height: 1.3;
}

.single-product .price {
    font-size: 26px;
    font-weight: 700;
    color: #453221;
    margin: 0;
}

.single-product .price del {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin-right: 8px;
}

.single-product .price ins {
    text-decoration: none;
    color: #C62828;
}

/* Variation selectors (size) */
.single-product table.variations {
    margin: 0;
}

.single-product table.variations td.label {
    display: none;
}

.single-product table.variations td.value select {
    display: none;
}

.single-product .variations .reset_variations {
    display: none !important;
}

/* Custom radio-style variation buttons */
.single-product .variations_form .variations {
    margin-bottom: 0;
}

/* Quantity + Add to cart */
.single-product form.cart {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.single-product .quantity input.qty {
    height: 52px;
    width: 70px;
    border: 2px solid #453221;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
}

.single-product .single_add_to_cart_button {
    flex: 1;
    min-width: 200px;
    height: 52px;
    background: #453221;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.single-product .single_add_to_cart_button:hover {
    background: #352B20;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(69, 50, 33, 0.3);
}

/* Contact info under meta */
.single-product .product_meta {
    border-top: 1px solid #F1E1D3;
    padding-top: 15px;
    margin-top: 5px;
    font-size: 14px;
    color: #815936;
}

/* Tabs */
.single-product .woocommerce-tabs {
    margin-top: 60px;
    padding: 0 max(calc((100vw - 1660px) / 2), 20px);
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 2px solid #F1E1D3;
    list-style: none;
}

.single-product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: none;
    background: transparent;
}

.single-product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 12px 24px;
    color: #815936;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #453221;
    border-bottom-color: #453221;
}

/* Single product responsive */
@media screen and (max-width: 768px) {
    .single-product .product {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px !important;
    }

    .single-product .product_title {
        font-size: 22px;
    }

    .single-product .price {
        font-size: 22px;
    }

    .single-product .single_add_to_cart_button {
        width: 100%;
    }
}
nav.woocommerce-breadcrumb *, nav.woocommerce-breadcrumb {
    color: #453221;
    text-decoration: none;
    font-size: 14px;
}
.line-wrapper .line {
    height: 2px;
    background: #453221;
    width: 100%;
    flex: 1;
}
.line-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
ul.products li.product {
	float: unset !important;
}
p.woocommerce-result-count, .woocommerce-ordering {
    padding: 20px max(calc((100vw - 1960px) / 2), 20px) 00px max(calc((100vw - 1960px) / 2), 20px);
    margin: 0;
}
p.woocommerce-result-count {
    float: left;
}
form.woocommerce-ordering {
    float: right;
}
select {
    border: none;
    border-bottom: 1px solid #453221;
    padding: 10px 20px;
	    background: transparent;
}
ul.products.columns-4 li.product {
    width: 100% !important;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
ul.products {
    margin: 0;
    padding: 20px max(calc((100vw - 1660px) / 2), 20px) !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
	row-gap: 50px;
	    column-gap: 50px;
}
ul.products li h2.woocommerce-loop-product__title {
    margin: 0;
    color: #453221;
    font-size: 16px;
	    min-height: 4em;
    font-weight: 700;
}
ul.products li a {
	text-decoration: none;
}
span.price {
    color: #453221;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
ul.products li.product img {
	display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 12px;
    object-fit: cover;
}

/* === Product grid: object-fit contain — equal height grid without cropping === */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce ul.products li.product img,
ul.products li.product img {
    height: 380px !important;
    width: 100% !important;
    object-fit: contain !important;
    background-color: #ffffff !important;
    aspect-ratio: auto !important;
}
li .add_to_cart_button {
    display: none !important;
}
@media screen and (max-width: 1400px){
	ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 960px){
	ul.products {
		grid-template-columns: repeat(2, 1fr);
		
	row-gap: 20px;
	    column-gap: 20px;
	}
	ul.products li h2.woocommerce-loop-product__title {
		margin: 0;
		color: #453221;
		font-size: 12px;
			min-height: 4em;
		font-weight: 700;
	}
span.price {
    color: #453221;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    display: block;
}
}

.woocommerce-no-products-found {
    padding: 50px max(calc((100vw - 1660px) / 2), 20px) !important;
    width: 100%;
}
.woocommerce-no-products-found .woocommerce-info {
	background: transparent
}

header.entry-header {
    background: linear-gradient(96deg, #FCFBF6 2.11%, #F8E8DA 97.46%);
    padding: 100px max(calc((100vw - 1960px) / 2), 20px) 50px max(calc((100vw - 1960px) / 2), 20px);
}
.entry-content {
    margin: 0;
}
.home header.entry-header {
    display: none !important;
}
div:not(.home):not(.single):not(.single-product) .entry-content:not(.woocommerce-Tabs-panel) {
    padding: 20px max(calc((100vw - 1660px) / 2), 20px) !important;
    display: grid;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsl(28.33deg 35.29% 20%);
    padding: 24px 0 24px 16px;
    vertical-align: top;
}
a.wc-block-components-product-name {
    text-decoration: none;
    color: #453221;
    font-weight: 700;
}
.wc-block-components-totals-coupon a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    background: #453221;
}
a#wc-block-components-totals-shipping__change-address__link {
    color: #453221;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #453221;
    color: white;
    text-decoration: none;
    font-weight: 700;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wc-block-cart__empty-cart__title {
    color: #815936 !important;
}
.wp-block-woocommerce-empty-cart-block a {
    color: #ffffff;
    background: #815936;
    text-decoration: none;
    padding: 10px 20px;
}
.woocommerce-form-coupon-toggle {
    padding: 20px;
    background: #815936;
    color: white;
}
.woocommerce-form-coupon-toggle {
    padding: 20px;
    background: #f8eadd;
    color: black;
}
.woocommerce-form-coupon-toggle a {
	color: black;
}
.woocommerce-form-coupon button {
    padding: 10px 20px;
    background: #453221;
    color: white;
    border: none;
    border-radius: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	background: transparent
}
input#coupon_code {
    border-radius: 0px;
    border: 0;
    border-bottom: 2px solid #453221;
    background: transparent;
}
.form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;margin-bottom: 30px;
    width: 100% !important;
    margin: 0;
    margin-bottom: 15px;
}
.form-row input {
	width: 100%;
}
.form-row label {
	    font-weight: 600;
    text-transform: uppercase;
}
ul.woocommerce-error {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #815936;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
}
.form-row input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #4b3221;
    border-radius: 0;
    background: transparent;
}
span.select2-selection.select2-selection--single {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #453221;
    background: transparent;
}
div#customer_details {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
}
@media screen and (max-width: 800px){
	div#customer_details {
		grid-template-columns: 1fr;
	}
}
textarea#order_comments {
    border: none;
    border-bottom: 2px solid #453221;
    background: transparent;
}
.shop_table td, .shop_table th {
    border-bottom: 2px solid;
    padding: 10px 5px;
    text-align: left !important;
}
ul#shipping_method {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
div#order_review {
    grid-area: 1 / 2 / 1 / 2;
    margin-top: 50px;
}
h3#order_review_heading {
    grid-area: 1 / 2 / 1 / 2;
}
div#customer_details {
    grid-area: 1 / 1;
}
form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}
ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.wc_payment_methods.payment_methods.methods .woocommerce-info {
    background: transparent;
    font-weight: 600;
}
button#place_order {
    background: #453221;
    color: white;
    text-decoration: none;
    font-weight: 700;
    padding: 20px;
}
.wc_payment_methods > li {
    padding: 10px 20px;
    background: #503d2b1a;
    color: black;
    margin-top: 10px;
}
button.btn.button.select-paczkomat-button {
    border: none;
    border-radius: 0;
    background: #453221;
    color: white;
    margin-top: 10px;
}
ul.wc-item-meta {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.wc-item-meta p {
	margin: 0;
}
.woocommerce-table__product-name a {
    color: #453221;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: inline-block;
}

nav.woocommerce-MyAccount-navigation > ul {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    column-gap: 20px;
}
.woocommerce-MyAccount-navigation-link {
    padding: 10px 10px;
    color: #815936;
    border-bottom: 3px solid #815936;
}
.woocommerce-MyAccount-navigation-link a {
	color: #815936;
	font-weight: 600;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active a {
	color: white
}
.woocommerce-MyAccount-navigation-link.is-active{
	background: #815936;
}
.single.single-product .site-main > .product {
    padding:  50px max(calc((100vw - 1960px) / 2), 50px);
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    column-gap: 30px;
}
.single.single-product .product h1.product_title.entry-title {
    color: #453221;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
img.wp-post-image {
    width: 100%;
}
.summary.entry-summary {
    margin: 0;
    grid-area: 1 / 2 / 1 / 2;
}
li.variable-item {
    background: transparent !important;
    border: 1px solid #815936 !important;
	padding: 15px 20px !important;
	border-radius: 0 !important;
}
li.variable-item.selected {
    background: #815936 !important;
    color: white !important;
    border: none !important;
}
.single p.price {
    font-size: 24px;
}
a.reset_variations {
    color: black;
    text-decoration: none;
}
input.input-text.qty {
    border-radius: 0;
    border: 2px solid #453221;
    height: 50px;
    width: 70px;
    text-align: center;
    background: transparent;
    font-size: 22px;
    font-weight: 500;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
}
button.single_add_to_cart_button {
    border: none;
    border-radius: 0;
    border: 1px solid #453221;
    background: #453221;
    color: white;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
	cursor: pointer;
    align-items: center;
    gap: 10px;
}
.woocommerce-message {
    padding: 20px;
    background: #815936 !important;
    padding: 20px max(calc((100vw - 1960px) / 2), 20px) !important;
    color: white;
}
.woocommerce-message a {
	color: white;
	margin-right: 10px;
}
.product_meta {
    margin-top: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    grid-area: 2 / 1 / 2 / 3;
}
ul.products.columns-3 {
    padding: 0 !important;
}
ul.products.columns-3 > li {
	padding: 0 !important;
}
.product_meta a {
    color: black;
}
ul.tabs.wc-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #453221;
}
ul.tabs.wc-tabs > li.active a {
    padding: 15px 20px !important ;
    background: #453221;
    color: white;
    text-decoration: none;
}
ul.tabs.wc-tabs > li a {
    padding: 15px 20px !important;
	color: #453221;
    background: transparent;
    text-decoration: none;
}
p.woocommerce-noreviews {
    padding: 20px;
    background: #453221;
    color: white;
}
section.related.products {
    grid-area: 3 / 1 / 3 / 3;
}
section.related.products li {
	width: 100% !important;
}
p.stars a::before {
	height: 3em !important;
	width: 3em !important;
}
textarea#comment {
    border: 1px solid #453221;
    border-radius: 0;
    background: transparent;
}
.comment-respond input#submit {
    padding: 10px 30px;
    background: #453221;
    color: white;
    border: 0;
    border-radius: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}

.woocommerce-form-login__rememberme {
    display: flex;
	align-items: center;
}

.woocommerce-form-login__rememberme input{
	margin-right: 10px;
	width: 25px;
	height: 25px;
	border: none;
}
.woocommerce-form-login__rememberme span{
    width: 100%;
}
.woocommerce-form-login__rememberme input::before{
    content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: transparent;
	border: 2px solid #815936;
	border-radius: 5px;
}
.woocommerce-form-login__rememberme input:checked::before{
	background: #815936;
}
.woocommerce-button {
    background: #815936;
    border: none;
    outline: none;
    padding: 15px 30px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
p.woocommerce-LostPassword.lost_password a {
    color: #815936;
}
input#wc-block-components-totals-coupon__input-0 {
    border-radius: 0;
    background: transparent;
    color: #453221;
}
.wc-block-components-totals-coupon button {
    color: #815936;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
.woocommerce-MyAccount-content a {
    color: #453221;
}
.woocommerce-MyAccount-content a.woocommerce-button {
    background: transparent !important;
}
button.woocommerce-Button.button {
    background: #815936;
    color: white;
    border: 0;
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 600;
}
form.woocommerce-EditAccountForm.edit-account {
    margin-top: 20px;
}
.infos > div {
    display: flex;
    gap: 20px;
}
.info > div {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #453221;
       padding: 6px 20px;
    border-radius: 0px 0px 100px 0;
}
.info > div img {
	height: 30px;
	width: 30px;
}
.info > div figure {
	margin: 0;
}
.info > div p {
	margin: 0;
}
.first-main h2, .first-main figure {
	margin: 0;
	display: inline-block !important;
}
.first-main h2 {
	font-size: 3em;
}
.first-main figure {
	margin: 0 20px;
}
.first-main figure, .first-main img {
	height: 3em;
	width: auto;
}
.first-main:not(.small) { margin-top: 40px; }
.first-main.small h2 {
	font-weight: 400
}

.baner {
	margin-top: 40px;
}
.baner > div {
    display: grid;
    grid-template-columns: calc(33% - 50px) calc(23% - 50px) calc(20% - 50px) calc(24%);
    column-gap: 50px;
}
.baner > div figure, .baner > div img {
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
}
.wp-block-group.section {
    margin: 3em 0;
}
@media screen and (max-width: 1000px) {
	.infos > div {
		flex-direction: column;
	}
}
@media screen and (max-width: 800px){
	.baner > div {
		display: grid;
		grid-template-columns: calc(33% - 20px) calc(23% - 20px) calc(20% - 20px) calc(24%);
		column-gap: 20px;
	}
}
@media screen and (max-width: 450px){
	.first-main h2 {
		font-size: 2em;
	}
	.first-main figure, .first-main img {
		height: 2em;
		margin: 0;
		width: auto;
	}
	.baner > div {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 150px 120px 70px 50px;
		row-gap: 20px;
	}
}
.latest-products {
    display: grid;
	padding: 0 50px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}
.latest-products img {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.latest-products .product h2 {
    margin: 0;
    margin: 0;
    color: #453221;
    font-size: 16px;
    min-height: 4em;
    font-weight: 400;
}
.latest-products a {
	text-decoration: none;
}
.woocommerce-product-gallery__image {
    border-radius: 20px;
    overflow: hidden;
}
.product-categories {
    display: flex;
    gap: 50px;
	flex-wrap: wrap;
	    justify-content: end;
}
.product-categories a {
    display: block;
    padding: 5px 30px;
    color: #453221;
    text-decoration: none;
    border-bottom: 1px solid #815936;
}
.star-rating {
    display: none;
}

h2.main-h-with-line {
    display: flex;
    align-items: center;
    gap: 30px;
}
h2.main-h-with-line::after {
    content: "";
    display: block;
    height: 1px;
    flex: 1;
    background: #453221;
}
@media screen and (max-width: 1300px) {
	.latest-products {
		padding: 0;
	}
}
a.woocommerce-review-link {
    margin-top: 10px;
    display: block;
    color: #453221;
}

@media screen and (max-width: 1200px){
	div#order_review {
		grid-area: 2 / 1 / 2 / 3;
		margin-top: 50px;
	}
	h3#order_review_heading {
		grid-area: 2 / 1 / 2 / 3;
	}
	div#customer_details {
		grid-area: 1 / 1 / 1/ 3;
	}
}
.woocommerce-privacy-policy-text a {
    color: #453221;
}
@media screen and (max-width: 500px){
	.product-categories {
		display: flex;
		gap: 10px;
		justify-content: end;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1100px){
	.latest-products {
		    grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 800px){
	.latest-products {
		    grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 20px;
	}
	.latest-products .product h2 {
		font-size: 12px;
	}
	.single.single-product .site-main > .product {
		    grid-template-columns: 1fr;
			padding: 50px max(calc((100vw - 1960px) / 2), 20px);
	}
	.single-product div.product .woocommerce-product-gallery {
		position: relative;
		float: left;
		grid-area: 1 / 1 / 1 / 3;
	}
	.summary.entry-summary {
		margin: 0;
		grid-area: 2 / 1 / 2 / 3;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
    grid-area: 3 / 1 / 3 / 3;
}
section.related.products {
	grid-area: 4 / 1 / 4 / 3;
}
}
.mainh {
	font-size: 2.5em;
	font-weight: 900;
	margin: 0;
}
.secondh {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}
.tabbed {
    padding: 0 50px;
    text-align: justify;
}
@media screen and (max-width: 1300px) {
	.tabbed {
		padding: 0;
		text-align: justify;
	}
}
form.cart {
    display: flex;
    gap: 20px;
}


nav.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    max-width: 1920px;
    margin: auto;
	justify-content: end;
	padding-bottom: 50px;
}
nav.woocommerce-pagination ul li > * {
    padding: 5px 10px;
    color: black;
    font-size: 18px;
    text-decoration: none;
}

nav.woocommerce-pagination ul li > *.current {
    padding: 5px 10px;
    color: black;
	background: #453221;
	color: white;
    font-size: 18px;
    text-decoration: none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #3d9cd200;
    margin-top: 20px;
}

.topfooter {
    background: #ffffff;
	border-top: 2px solid #453221;
    padding: 30px max(calc((100vw - 1920px) / 2), 30px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 20px;
}
.links-title {
    color: #352B20;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.links ul a {
    text-decoration: none;
    color: #352b20;
    font-weight: 500;
}

@media screen and (max-width: 1200px){
	.topfooter {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}	
}
@media screen and (max-width: 750px){
	.topfooter {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 50px;
	}	
}

.bottomfooter {
	background: #B49B83;
    padding: 10px max(calc((100vw - 1920px) / 2), 30px);
	display: flex;
	justify-content: end;
}
.bottomfooter a {
	color: white;
	text-decoration: none;
	
}


a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 10px 20px;
    background: #815936;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
tr.wc-block-cart-items__header *, span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px !important;
}
td.wc-block-cart-item__image a, td.wc-block-cart-item__image img {
    height: 200px;
    display: flex;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.custom-message {
    padding: 20px;
    margin-bottom: 40px;
    background: #815936;
    color: white;
    font-family: 'Montserrat';
}
.propdict-div {
	margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.propdict-div > a > div {
    padding: 10px 20px;
    background: #815936;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 10px;
}
.propdict-div > a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.message-dived {
    font-size: 20px;
    font-weight: 600;
    color: #815936;
    margin-top: 40px !important;
}
span.sku_wrapper {
    display: none;
}
span.posted_in {
    display: none;
}
.propdict-div-pay img {
    height: 50px;
}
.propdict-div-pay {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}


@media screen and (max-width: 1200px){
	.propdict-div {
		grid-template-columns: 1fr !important;
		row-gap: 10px;
	}
}




@media screen and (max-width: 900px){
	td.wc-block-cart-item__product {
		grid-column-start: 3 !important;
	}
	td.wc-block-cart-item__total {
		grid-column-start: 3;
		grid-row-start: 2 !important;
	}
	tr.wc-block-cart-items__row {
		display: grid;
	}
}

.variable-item.disabled {
    display: none !important;
}