/*!
Theme Name: hirota_coffee
Theme URI: https://mamestudios.com
Author: Arisa Mameda
Author URI: https://mamestudios.com
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: hirota_coffee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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:hover,
a:focus,
a:active {
	color: var(--clr-brown);
}

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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* CUSTOM CSS ----------------------------------------------------------- */

/*
Theme Name: Hirota Coffee
Text Domain: hirota_coffee
Version: 1.0
Description: Simple & strategic ecommerce website theme for Jewelry Bowls Coffee
Tags: responsive, simple, ecommerce
Author: Arisa 
Author URI: https://www.mamestudios.com
*/

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --bg-beige: #F8F4EF;
    --bg-brown: #40312C;
    --bg-white: #fff;
    --clr-brown: #40312C;
    --clr-white: #fff;
    --clr-beige: #F8F4EF;
    --clr-hover: #DFC09D;

    --ff-josefin: 'Josefin Sans', sans-serif;
    --ff-maru: 'Kosugi Maru', sans-serif;
    --ff-kaku: "Zen Kaku Gothic New", sans-serif;
    --ff-lexend: "Lexend", sans-serif;

    --fs-naven: 16px;
    --fs-navjp: 12px;
    --fs-headen: 32px;
    --fs-headjp: 18px;
}

.bg-beige {background-color: var(--bg-beige);}
.bg-brown {background-color: var(--bg-brown);}
.bg-white {background-color: var(--bg-white);}
.clr-brown {color: var(--clr-brown);}
.clr-white {color: var(--clr-white);}
.clr-beige {color: var(--clr-beige);}

.ff-josefin {font-family: var(--ff-josefin);}
.ff-kaku {font-family: var(--ff-kaku);}
.ff-maru {font-family: var(--ff-maru);}
.ff-lexend {font-weight: 580; font-family: "Lexend", sans-serif;}

.fs-naven {font-size: var(--fs-naven);}
.fs-navjp {font-size: var(--fs-navjp);}
.fs-headen {font-size: var(--fs-headen); font-weight: 700; font-style: italic; line-height: 1.25;} 
@media (min-width: 480px) {
    .fs-headen {
        font-size: 42px;}
    }
@media (min-width: 1024px) {
    .fs-headen {
        font-size: 48px;
    }
}
.fs-headjp {font-size: var(--fs-headjp);}
@media (min-width: 1024px) {
    .fs-headjp {
        font-size: 20px;
    }
}

/* GLOBAL STYLES *************************************************************/

html {
    font-size: 14px;
    scroll-behavior: smooth;
    font-family: 'Kosugi Maru', sans-serif;
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100vh;
}
a {  
    transition: all .30s ease;
    cursor: pointer;
	text-decoration: none;
    color: #fff;
}
button {
    cursor: pointer;
    transition: all .30s ease;
    border-radius: 40px;
    padding: 1rem 2rem;
    min-width: 14rem;
    min-height: 4rem;
    margin-top: 2rem;
}
li {
    list-style: none;
}
p {
    line-height: 1.5rem;   
    margin-top: 1.5rem;
}
.btn-small {
    padding: 0.75rem 1.5rem;
}
.btn-brown {
    background-color: var(--bg-brown);
    color: #FFF;
}
.btn-brown:hover {
    background-color: var(--clr-beige);
	color: var(--clr-brown);
	border: 1px solid var(--clr-brown);
}
.btn-beige {
    background-color: var(--bg-beige);
    color: var(--clr-brown);
    border: 2px solid var(--clr-brown);
}
.btn-beige:hover {
    background-color: #fff;
    border: 2px solid var(--clr-beige);
}
.container {
    padding: 4rem 2rem;
    max-width: 1110px;
    margin: 0 auto;
}
@media (min-width: 480px) {
    .container {
        padding: 5rem 4rem;
    }
}
@media (min-width: 1024px) {
    .container {
        padding: 6rem;
    }
}
.mt-5 {
    margin-top: 0.5rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.paragraph {
    text-align: justify;
}
.text-center {
    text-align: center;
}

.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}
.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }   
}
.fadeup {
    animation: fade-up 1s;
}

    
/* HEADER *************************************************************/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 2rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: .5s ease; 
}
header.scrolled {
    background-color: var(--bg-brown);
    opacity: 1;
}
.header::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--bg-brown);
}
.header:hover::after {
    left: 100%;
}
header nav a {
    text-transform: uppercase;
    margin-left: 2.5rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--bg-white);
}
header nav a:hover {
    color: var(--clr-hover);
}
.navbutton:hover {
    color: var(--clr-hover);
}
#check {
    display: none;
}
.icons {
    position: fixed;
    top: 16px;
    right: 20px;
    font-size: 1.75rem;
    color: var(--clr-white);
    display: none;
    transition: .5s ease;
    cursor: pointer;
}
nav {
    display: flex;
    align-items: center;
    letter-spacing: 1px;  
    padding: 2rem 0;
    z-index: 999;
}
.logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 7rem;
    transition: .5s ease;
    margin: 15px 20px;
    z-index: 999;
}
.logo:hover {
    filter: brightness(0) saturate(100%) invert(43%) sepia(92%) saturate(4155%) hue-rotate(3deg) brightness(104%) contrast(95%);
}
@media (max-width: 1100px) {
    .icons {
        display: inline-flex;
    }
    #check:checked~.icons #menu-icon {
        display: none;
    }
    .icons #close-icon {
        display: none;
    }
    #check:checked~.icons #close-icon {
        display: block;
    }
    .navbar {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: var(--bg-brown);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        overflow: hidden;
        transition: .3s ease;
        text-align: center;
        display: block;
        opacity: 0.8;
        padding-top: 2rem;
        opacity: 0;
    }
    #check:checked~.navbar {
        height: fit-content;
        left: 0;
        opacity: 1;
    }
    .navbar a {
        transform: translateX(50px);
        margin: 2rem 0 1rem;
        color: var(--bg-white);
    }
    #check:checked~.navbar a:hover {
        color: var(--clr-hover);
    }
    #check:checked~.navbar a {
        transform: translateX(0);
        opacity: 1;
    }
    #check:checked~.navbar i {
        color: #fff;
    }
    .navmenu-first {
        padding-top: 2rem;
    }
    .cart-menu {
        margin-right: 0;    
        margin-left: 1rem;
    }
    .icons {
        margin-top: 0.5rem;
    }

}
@media (max-width: 600px) {
    .header {
        padding: 0.5rem 1.5rem;
    }
    .navmenu-first {
        margin-top: 1rem;
    } 
    .logo {
        width: 6rem;
        margin: 10px 20px;
    }
    .header {
        height: 4rem;
    }
    .icons {
        margin-top: 0;
    }
}
@media (max-width: 500px) {
    .header {
        padding: 0.5rem 1rem;
    }
    .navmenu-first {
        margin-top: 1rem;
    } 
}
@media (max-width: 400px) {
    .navmenu-first {
        margin-top: 1.5rem;
    } 
    .logo {
        margin-left: 15px;
    }
}
@media (max-width: 365px) {
    .header {
        padding: 0.25rem 0.75rem;
    }
    #menu-icon {
        margin-right: 0;
    }
    .navmenu-first {
        margin-top: 2rem;
    } 
}

.cart {
    display: flex;
    padding-right: 10px;
    font-size: 17px;
    align-items: center;
    margin-top: -5px;
}

.cart-number {
    background-color: var(--bg-beige);
    color: var(--clr-brown);
    border-radius: 50%;
    width: 18px;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 18px;
    margin-left: -6px;
}
.cart-menu {
    margin-right: -10px;
    margin-top: 0.5rem;
}
.icons-shop {
    color: var(--clr-brown);
}
.navshop {
    color: var(--clr-brown);
}
@media (max-width: 1100px) {
    .cart-menu-number {
        padding-left: 1.5px;
    }
}
/* HERO *****************************************************************************************************************/
.container-hero {
    max-width: 1110px;
    padding: 12rem 2rem 4rem;
    margin: 0 auto;
    overflow: hidden;
}
.hero-head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
}
@media (min-width: 480px) {
    .container-hero {
        padding: 12rem 4rem 5rem;
    }
    .hero-head {
        font-size: 28px;
    }
}
@media (min-width: 768px) {
    .container-hero {
        padding: 11rem 6rem 5rem;
    }
    .hero-head {
        font-size: 32px;
    }
    .carousel ul.products {
        padding-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    .container-hero {
        padding: 12rem 8rem 7rem;
    }
    .hero-head {
        font-size: 36px;
    }
}
 .hero {
    position: relative;
    height: 600px;
    background: url(assets/images/hero.jpg) no-repeat center;
    background-size: cover;
    height: fit-content;
}
/* FEATURED PRODUCTS *************************************************************/
.line {
    height: 4px;
    background-color: var(--bg-brown);
    margin: 1.5rem 0 0;
    max-width: 100px;
}
/* USP *************************************************************/
.feature p:last-child {
    margin-bottom: 0;
}
.feature {
    margin-top: 4rem;
}
.feature:first-of-type {
    margin-top: 0;
}
@media (min-width: 768px) {
    .flex-features {
        display: flex;
        gap: 2rem;
    }
    .feature {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .flex-features {
        gap: 2rem;
    }
}

/* CATEGORIES *************************************************************/

.container-category {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: wrap; /* Allow items to wrap properly */
    justify-content: space-between; /* Space items evenly */
    align-items: center; /* Center items vertically */
    margin: 1rem auto;
}
.container-menu {
    flex: 1; /* Allow items to take equal space */
    min-width: 250px; /* Prevent items from becoming too small */
    text-align: center;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}
.category-image {
    max-width: 9;
    height: 100%;
}
.category-image img {
    height: 100%;
}
.categoryen {
    color: var(--clr-brown);
    margin-top: 1.5rem;
	line-height: 1.1;
    font-size: 24px;
    font-weight: 700;
}
.categoryjp {
    color: var(--clr-brown);
    margin-bottom: 1rem;
}
.container-menu:hover .img-menu {
    filter: brightness(0.8);
}
.container-menu img {
    border-radius: 20px;
    margin-top: 2rem;
    height: 100%;
    object-fit: cover;
    max-width: 280px;
    width: 100%;
}
@media (min-width: 480px) {
    .categoryen {
        font-size: 28px;
        margin-bottom: 0.5rem;
    }
    .categoryjp {
        padding-bottom: 1rem;
    }
    .container-category {
        max-width: 300px;
        margin: 1rem auto;
    }
}
@media (min-width: 768px) {
    .container-category {
        flex-direction: row;
        justify-content: space-between; /* Spread items evenly */
        max-width: 100%;
    }
}

/* ORIGINAL DRIP BAGS *************************************************************/

.container-image-original {
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.btn-flex {
    display: flex;
    flex-wrap: wrap;
}
.btn-first {
    margin-right: 1rem;
}
.container-image-original img {
    width: 100%;
    object-fit: cover;
}
.ourstory {
    height: 380px;
    overflow: hidden;
}
.ourstory img {
    height: 100%;
}
.ourcoffee {
    height: 400px;
}
.ourcoffee img {
    height: 100%;
}

@media (min-width: 768px) {
    .container-original {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .container-image-original {
        height: 100%;
        align-items: center;
        width: 50%;
    }
    .container-image-original img {
        height: 670px;
    }
    .flex-ourstory {
        flex-direction: row;
    }
    .ourstory {
        height: 480px;
    }
    .ourcoffee {
        height: 550px;
    }
    .ourcoffee img {
        height: 100%;
    }
}
@media (min-width: 1199px) {
    .container-image-original img {
        max-height: 550px;
    }
}


/*  ABOUT  *************************************************************/
.welcome {
    background: var(--clr-white);
    margin-top: -3rem;
    margin-left: 2rem;
    max-width: 80%;
    box-shadow: 20px 20px var(--clr-brown);
    padding: 2.5rem 2rem;
    z-index: 99;
}

.profile img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.flex-about {
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
    padding-top: 2rem;
}
@media (min-width: 480px) {
    .welcome {
        padding: 3.5rem 3rem;
    }
}
@media (min-width: 768px) {
    .flex-about {
        flex-direction: row-reverse;
        justify-content: center;
        max-width: 1100px;
        margin: 0 auto;
    }
    .welcome {
        max-width: 500px;
        margin-top: 5rem;
        margin-right: -4rem;
        margin-left: 4rem;
        padding: 5rem 4rem;
    }
    .profile img {
        padding-top: 3rem;
        padding-left: -2rem;
        max-height: 500px;
    }
}

/*  TESTIMONIALS  *************************************************************/

.review-container {
    max-width: 90%;
    background-color: var(--bg-white);
    margin: 3rem auto 1rem;
    border-radius: 50px;
    padding: 2.5rem;
    width: 95%;
    border: 1px solid var(--clr-brown);
    position: relative;
}
.review-title {
    margin-top: 1rem;
}
.quote {
    position: absolute;
    width: auto;
}
.quote img {
    width: clamp(5rem, 5vw, 7rem);
}
.quote-last {
    bottom: -1.5rem; 
    right: -1rem;
    transform: rotate(180deg);
}
.quote-first {
    top: -1.5rem; 
    left: -1rem; 
}
@media (min-width: 480px) {
    .review-container {
        padding: 3rem;
    }
}
@media (min-width: 1024px) {
    .quote img {
        width: 6rem;
    }
    .review-container {
        padding: 4rem;
    }
    .review-container p {
        margin-top: 2rem;
    }
    .review-container p:first-of-type {
        margin-top: 0;
    }
}

/*  EVENTS  *************************************************************/
.container-event {
    margin: 0;
}
@media (min-width: 768px) {
    .container-event {
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    .event-left {
        max-width: 25%;
    }
    .event-right {
        width: 100%;
    }
}
.event {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--clr-brown);
}
.event p {
    margin: 0;
}
.event a {
    color: var(--clr-brown);
}
.date {
    margin-right: 2rem;
}
.event-right ul {
    margin: 2rem auto;
}
@media (min-width: 768px) {
    .event-right ul {
        margin: 1.5rem auto 2rem;
    }
}




/* FOOTER *************************************************************/

.footer-container {
    max-width: 1110px;
    margin: 0 auto;
}
.footer-icons i {
    font-size: 1.5rem;
    margin: 1.5rem 3rem;
    transition: all .30s ease;
    color: var(--clr-white);
}
.nav-footer a {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.nav-footer a:hover {
    color: var(--clr-hover);
}
nav.nav-footer {
    padding: 0 1rem;
}
.copywrite {
    border-top: 1px solid white;
    width: 80%;
    margin: 0 auto 0;
    padding: 1rem 0 1rem;
}
.footer-logo {
    width: 8rem;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: center;
}
@media (min-width: 1024px) {
    .nav-footer {
        display: flex; 
        gap: 2rem;
        margin: 0 2rem;
        justify-content: space-around;
    }
}
@media (max-width: 1023px) {
    .nav-footer {
        flex-direction: column;
    }
    .nav-footer a {
        margin: 1rem auto;
    }
}


/* ORIGINAL DRIP BAG *****************************************/

.container-half-original {
    padding: 6rem;
}
@media (max-width: 1024px) {
    .container-half-original {
        padding: 5rem 4.5rem;
    }
    .service-subhead {
        font-size: 20px;
    }
    .service-head {
        line-height: 1.25;
    }
    
}
@media (max-width: 767px) {
    .flex-original-page {
        flex-direction: column;
    }
    .container-ourcoffee {
        width: 100%;
        height: 400px;
    }
    .service-text {
        font-size: 28px;
    }
    .service-subhead {
        margin-top: 0.5rem;
    }
    .container-half-original {
        text-align: center;
    }
    .container-features {
        flex-direction: column;
        max-width: 80%;
        margin: 0 auto;
    }
    .faq-left {
        margin-bottom: 2rem
    }
    .btn-wholesale {
        margin-top: 2rem;
    }
    .container-category {
        flex-direction: column;
    }
    .service-work {
        margin: 1rem auto 2rem;
        width: 50%;
        height: fit-content;
    }
    .work-last {
        margin-bottom: 0;
    }
    .flex-service-wholesale {
        flex-direction: column;
    }

}
@media (max-width: 600px) {
    .service-work {
        width: 70%;
    }
}
@media (max-width: 480px) {
    .container-half-original {
        padding: 4rem 3rem;
    }
    .service-work {
        margin: 0 auto 2rem;
        width: 80%;
    }
    .text-original {
        margin-top: 2rem;
    }
}

/*  PAGINATION  *************************************************************/

a.page-numbers {
    text-decoration: none;
    padding: 0.75rem;
    color: var(--bg-brown);
}
span.current {
    border-bottom: 1px solid var(--clr-brown);
    padding: 0.5rem;
}
a.prev, a.next {
    background-color: var(--clr-brown);
    color: #fff;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 0.5rem;
}
.pagination {
    margin-bottom: 5rem;
}
.noevents {
    margin-top: 2rem;
}
.thumbnail {
    width: 100%;
    height: 600px;
}
.post-content {
    margin-top: 2rem;
}
.previous {
    margin-top: 2rem;
}
.previous:hover {
    cursor: pointer;
}

/* WOOCOMMERCE *****************************************/
/*  HEADER  *************************************************************/
/* *************************************************************/

.nav-shop {
    margin-right: 15rem;
}
.nav-shop a {
    color: var(--clr-brown);
}
header.header-shop {
    background: #fff;
}
.cart-shop i {
    color: var(--clr-brown);
}

/*  CART PAGE  ***************************************************************/
/**************************************************************************/

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background: var(--clr-beige) !important;
	background-color:var(--clr-beige) !important;
	color:var(--clr-brown) !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:var(--clr-brown) !important;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    background: var(--clr-beige) !important;
    color:var(--clr-brown) !important;
    text-shadow: transparent !important;
    border-color:var(--clr-brown) !important;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: var(--clr-beige) !important;
    box-shadow: none;
    text-shadow: transparent !important;
    color:var(--clr-brown) !important;
    border-color:var(--clr-brown) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	border-radius: 20px;
	margin-top: 1rem;
	min-width: 8rem;
	padding: 0.75rem 1.5rem;
	font-size: 14px;
	border: 1.5px solid var(--clr-brown);
	font-family: var(--ff-kaku);
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button, .wc-block-components-button:not(.is-link) {
    cursor: pointer;
    transition: all .30s ease;
    border-radius: 40px;
    padding: 0.75rem 2.5rem;
    min-width: 12.5rem;
    text-transform: uppercase;
    margin-top: 2rem;
    background-color: var(--bg-brown);
    color: #FFF;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover, .wc-block-components-button:not(.is-link):hover {
    background-color: var(--clr-beige);
	color: var(--clr-brown);
	border: 1px solid var(--clr-brown);
    transition: all .30s ease;
}

/* SINGLE PRODUCT PAGE **************************************************/

.product-image {
	max-width: 450px;
}
img.wp-post-image {
	border-radius: 25px;
	height: 450px;
	object-fit: cover;
}
.product-details .price {
	font-size: 1.5rem;
	color: #333;
	margin: 10px 0;
}
.product-details .add-to-cart {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
}
.container-single-product {
	max-width: 1110px;
	padding: 12rem 0 5rem;
	margin: 0 auto;
	overflow: hidden;
}
p.price {
	font-size: 24px;
	margin-top: 10px;
}
form.cart {
	display: flex;
	flex-direction: column;
}
span.posted_in {
	display: none;
}
li#tab-title-description.description_tab.active {
	display: none;
}
li#tab-title-reviews.reviews_tab {
	display: none;
}
li#tab-title-additional_information.additional_information_tab {
	display: none;
}
.product-description {
	margin: 3rem auto;
	max-width: 900px;
}
.woocommerce-Tabs-panel {
	margin-bottom: 3rem;
}
.woocommerce-Tabs-panel h2 {
	margin-bottom: 1rem;
	font-family: var(--ff-kaku);
}
.woocommerce-Tabs-panel p {
	font-family: var(--ff-maru);
}
section.related.products h2 {
	margin-bottom: 2rem;
	font-family: var(--ff-kaku);
}

section.related.products ul li {
    flex: 1; 
    max-width: calc(25% - 1rem); 
    margin: 0 1rem; 
    text-align: center; 
}
section.related.products ul li:first-child {
    margin-left: 0; 
}
section.related.products ul li:last-child {
    margin-right: 0; 
}
section.related.products ul.products li.product img {
    border-radius: 20px; 
}
section.related.products ul.products li.product .price {
    display: block;
    margin-top: 0.75rem;
	font-size: 20px;
}
section.related.products ul.products li.product .button {
    display: block; 
    width: 100%;
    text-align: center; 
    margin-top: 1rem;
}
span.sku_wrapper {
	display: none;
}
span.onsale {
	background-color: var(--clr-brown);
	color: #fff;
	position: absolute;
	border-radius: 50%;
	height: 40px;
	padding: 16px 10px 40px;
	top: -1rem;
	right: -0.5rem;
}
.woocommerce span.onsale {
	background-color: var(--clr-brown);
	color: #fff;
	position: absolute;
	border-radius: 50%;
	height: 40px;
	padding: 5px 10px 50px;
	top: -1rem;
	right: -0.5rem;
}
.product {
	margin-top: 0;
	margin-bottom: 2rem;
	position: relative;
}
span.onsale.product-image {
	position: absolute;
}
.product-image {
	position: relative;
}

/** SHOP ALL PRODUCT PAGE **************************************************/

.container-shopall {
	max-width: 1110px;
	padding: 0 4rem 10rem;
	margin: 0 auto;
}
.shop-title {
    margin-top: 10rem;
    margin-bottom: 3rem;
	font-family: var(--ff-josefin);
	font-size: 20px;
    display: flex;
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    text-align: center;
}
@media (max-width: 600px) {
    .shop-title {
        margin-top: 8rem;
    }
}
.shop-title h1 {
	margin: 0;
}
.container-shopall ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 2rem auto 0;
	gap: 2rem;
}
.container-shopall li {
	list-style-type: none;
}
.container-shopall li img {
	border-radius: 20px;
}
h2.woocommerce-loop-product__title, section.featured .carousel h2.woocommerce-loop-product__title {
	font-family: var(--ff-josefin);
	font-size: 20px !important;
    color: var(--clr-brown);
}
@media (min-width: 480px) {
    h2.woocommerce-loop-product__title, section.featured .carousel h2.woocommerce-loop-product__title {
        margin-top: 1.5rem !important;
    }

}
section ul.products li.product .price, section.featured .carousel ul.products li.product .price {
    display: block;
	font-size: 15px !important;
    color: var(--clr-brown);
}
section ul.products li.product .button {
    display: block; 
    width: 100%;
    text-align: center; 
    margin-top: 1rem; 
	cursor: pointer;
	transition: all .30s ease;
	border-radius: 40px;
	padding: 0.75rem 1rem;
	max-width: 11rem;
	text-transform: uppercase;
	background-color: var(--bg-beige);
	color: var(--clr-brown);
	margin-top: 1rem;
	border: 1px solid var(--clr-brown);
}
section ul.products li.product .button:hover {
	background-color: var(--bg-brown) !important;
	color: var(--clr-white) !important;
}
.cart-brown i {
    color: var(--clr-brown);
}
.cart-number-shop {
    color: #fff;
    background-color: var(--bg-brown);
}
@media (max-width: overflow: hidden) {
    .container-shopall {
        padding: 8rem 4rem 4rem;
    }
    section ul.products li.product .button {
        padding: 0.5rem 0.75rem;
        font-size: 14px;
        width: 100%;
    }
    .woocommerce .products ul, .woocommerce ul.products {
        margin-bottom: 0;
    } 
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .container-shopall {
        padding: 8rem 3rem 4rem;
    }
    .container-shopall ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
    section ul.products li.product .button {
        margin: 1rem auto;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    h2.woocommerce-loop-product__title, section.featured .carousel h2.woocommerce-loop-product__title, section ul.products li.product .price, section.featured .carousel ul.products li.product .price {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .container-shopall ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .container-shopall {
        padding: 7rem 2rem 3rem;
    }
}
@media (max-width: 480px) {
    .woocommerce .products ul, .woocommerce ul.products {
        margin-top: 0;
    }
    h2.woocommerce-loop-product__title, section.featured .carousel h2.woocommerce-loop-product__title {
        padding-bottom: 0.5rem !important;
    }
}
@media (max-width: 370px) {
    .container-shopall ul.products {
        grid-template-columns: repeat(1, 1fr);
    }
}

/***  featured section  *******************************/

.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 2rem;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
}
.woocommerce ul.products li.product .button {
    transition: all .3s ease;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
    min-width: 8rem;
    background-color: var(--bg-beige);
    color: var(--clr-brown);
    border: 1px solid var(--clr-brown);
    font-size: 12px;
}
@media (min-width: 1024px) {
    .woocommerce ul.products li.product .button {
        font-size: 14px;
    }
}
.woocommerce ul.products li.product a img,.container-shopall li img {
    border-radius: 20px;
}
.woocommerce ul.products li.product .onsale {
    background-color: var(--clr-brown);
	color: #fff;
	position: absolute;
	border-radius: 50%;
	padding: 5px 10px 45px;
	top: -1rem;
	right: -0.5rem;
}
.carousel {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none;
}
.carousel::-webkit-scrollbar {
    display: none;
}
.carousel ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-top: 3rem;
}
.carousel ul.products li.product {
    flex: 0 0 200px !important; /* Make each product take full screen width */
    scroll-snap-align: center;
    text-align: center;
    margin-right: 2rem !important;
}

.carousel ul.products li.product img {
    max-width: 100% !important;
    object-fit: contain !important;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 0;
}





/** SUBSCRIPTION PAGE **************************************************/

.container-title {
    width: 100%;  
}
.page-title {
    display: flex;
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    text-align: center;
    min-height: 50vh; /* Ensures full height */
}
.container-halfimage {
    height: 20rem;
    width: 40%;
    border: 1px solid black;
}
.title-subscription {
    font-style: normal;
}
.subs-subhead {
    margin-top: 0.75rem;
}
.number {
    font-size: 32px;
}
.container-faq {
    max-width: 1110px;
    padding: 10rem 4rem 5rem;
    margin: 0 auto;
    gap: 2rem;
}
.faq-titleen {
    margin-left: 8px;
}
.faq-titlejp {
    margin-right: 1rem;
}
.accordion {
    transition: all .30s ease;
    margin: 0;
    overflow: hidden;
    max-width: 600px;
}
.accordion-content {
    margin: 0;
    overflow: hidden;
    border-top: 1px solid var(--clr-brown);
}
.accordion-content:last-child {
    border-bottom: 1px solid var(--clr-brown);
}
.accordion-content.open {
    padding-bottom: 15px;
}
.accordion-content header {
    display: flex;
    gap: 1rem;
    min-height: 60px;
    padding: 15px 1rem;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    line-height: 1.5;
}
.accordion-content .description {
    height: 0;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.3s ease;
}
.plus {
    margin: 0 0 0 1rem;
}
.faqen {
    font-style: normal;
}
a.linken {
    color: black;

}
@media (max-width: 800px) {
    .container-faq {
        flex-direction: column;
        padding: 8rem 4rem 5rem;
    }
    .accordion {
        max-width: 100%;
        margin-top: 1rem;
    }
}
@media (max-width: 700px) {
    .container-faq {
        padding: 7rem 4rem 5rem;
    }
}
@media (max-width: 600px) {
    .container-faq {
        padding: 6.5rem 3.5rem 4.5rem;
    }
}
@media (max-width: 500px) {
    .container-faq {
        padding: 5.5rem 3rem 4.5rem;
    }
}
@media (max-width: 400px) {
    .container-faq {
        padding: 4.5rem 2.5rem 4rem;
    }

}
.flex-faqs {
    justify-content: space-around;
}
p.description {
    margin-bottom: 0;
}
ul.page-numbers {
	display: flex;
	justify-content: center;
    margin: 2rem auto;
}
.container-subscribe {
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/dripbag.png');
    background-size: cover;
    background-position: center;
}
.image-subscription {
    display: none;
}
.subscription {
    text-align: center;
}
.accordion p {
    margin-top: 0;
}
.accordion {
    margin-top: 2rem;
}
@media (min-width: 780px) {
    .image-subscription {
        display: block;
    }
    .column-2 {
        display: flex;
        gap: 2rem;
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .subscription {
        text-align: left;
        max-width: 50%;
    }
    .flex-faqs {
        display: flex;
        gap: 2rem;
    }
    .accordion {
        margin-top: 0.5rem;
    }
}
.title-original {
    font-style: normal;
}
.service-text {
    font-size: 26px;
}


/** CONTACT PAGE **************************************************/

.container-form {
    max-width: 700px;
}
#wpforms-204-field_1-container {
    min-width: 100%;

}
.wpforms-submit-container {
    text-align: center;
}
#wpforms-submit-204 {
    background-color: var(--clr-brown);
    cursor: pointer;
    transition: all .30s ease;
    border-radius: 40px;
    padding: 1rem 2rem;
    min-width: 14rem;
    min-height: 4rem;
    margin-top: 2rem;
}
div.wpforms-container .wpforms-form .wpforms-field>* {
    max-width: 100%;
}


/** SHOP PAGE **************************************************/

.custom-logo-link {
    display: none;
}
.container-shopall {
	max-width: 1110px;
	padding: 0 2rem 4rem;
	margin: 0 auto;
}
.page-title-shop {
    display: flex;
    align-items: end;
    justify-content: center; /* Centers horizontally */
    text-align: center;
    min-height: 20vh !important; /* Ensures full height */
}
@media (min-width: 1024px) {
    .page-title-shop {
        min-height: 25vh !important;
    }
}


/** SINGLE PRODUCT PAGE **************************************************/

img.wp-post-image {
    width: 100%;
    height: 300px;
    max-width: 400px;
}
.container-single-product {
    padding: 8rem 3rem 4rem;
}
.flex-single-product {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
    justify-content: flex-start;
}
@media (min-width: 768px) {
    .flex-single-product {
        flex-direction: row;
        justify-content: space-around;
        gap: 3rem;
        margin-bottom: 4rem;
    }
    img.wp-post-image {
        height: 400px;
    }
    .container-single-product {
        padding: 12rem 3rem;
    }
}
form.cart {
    padding: 0;
    align-items: baseline;
    margin-top: 2rem;
}
button.single_add_to_cart_button.button.alt {
	cursor: pointer;
	transition: all .30s ease;
	border-radius: 40px;
	padding: 1rem 2.5rem;
	min-width: 20rem;
	text-transform: uppercase;
	background-color: var(--bg-brown);
	color: #FFF;
    margin: 2rem 0;
    font-size: 18px;
}
h1.product_title.entry-title {
	font-family: var(--ff-josefin);
	font-size: 36px;
	margin: 0;
}
section.related.products ul {
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
	gap: 2rem;
    flex: 0 0 200px !important;
    scroll-snap-align: center;
    overflow-x: scroll;
    padding-top: 1rem;
}
section.related.products ul li {
    flex: 1; 
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 1rem; 
    text-align: center; 
}
section.related.products ul h2 {
	margin-bottom: 0;
	font-family: var(--ff-josefin);
	line-height: 1.25;
	margin-top: 1.5rem;
    padding: 0;
}
h2.woocommerce-loop-product__title {
    font-size: 24px !important;
}
section.related.products ul.products li.product .price {
    display: block;
	font-size: 20px !important;
    margin-top: 0;
    padding-bottom: 0.5rem;
}
section.related.products ul.products li.product .button {
	cursor: pointer;
	transition: all .30s ease;
	border-radius: 40px;
	padding: 0.75rem 1.75rem;
	min-width: 16rem;
	text-transform: uppercase;
	background-color: var(--bg-beige);
	color: var(--clr-brown);
	margin-top: 1rem;
    margin-bottom: 2rem;
	border: 1px solid var(--clr-brown);
    font-size: 18px;
}
button.single_add_to_cart_button.button.alt {
    min-width: 16rem;
}


/** CART PAGE **************************************************/

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--clr-brown);
}
:root :where(.wp-block-separator.is-style-dots):before {
    display: none;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    margin-bottom: 4rem !important;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    color: var(--clr-brown);
}
.has-text-align-center {
    margin-bottom: 2rem !important;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    border-radius: 20px;
    max-width: 400px;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 18px;
    font-family: var(--ff-josefin);
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: 14px !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    min-width: 10rem;
    margin: 0.5rem 0 1.5rem;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1; 
    flex-wrap: wrap;
    max-width: 350px;
    margin: 0 1rem; 
}
@media (min-width: 1024px) {
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 1rem auto;
    }
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product ul {
    min-width: 200px;
    margin: 0 auto;
}

/*  WHOLESALE  *************************************************************/

.container-image-wholesale {
    height: 400px;
    width: 100%;
}
.container-image-wholesale img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.container-wholesale {
    display: flex;
    flex-direction: column;
}
.container-half {
    width: 100%;
}
@media (min-width: 768px) {
    .container-wholesale {
        flex-direction: row;
        align-items: center;
    }
    .container-half {
        width: 50%;
    }
    .container-image-wholesale {
        flex: 1;
        height: 510px;
        max-width: 50%;
    }
}
@media (min-width: 1110px) {
    .text-half {
        max-width: 600px;
    }
}



/*  OTHERS  *************************************************************/

.wp-block-button__link {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
    transition: all .30s ease;
    border-radius: 40px;
    padding: 0.75rem 1rem;
    max-width: 11rem;
    text-transform: uppercase;
    background-color: var(--bg-beige);
    color: var(--clr-brown);
    margin-top: 1rem;
    border: 1px solid var(--clr-brown);
}
.wp-block-button__link:hover {
    background-color: var(--bg-brown);
    color: var(--clr-white);

}
.container-subscribe {
    background: url(assets/images/hero.jpg) no-repeat center;
    background-size: cover;
}
.column-2 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1110px;
}
footer {
    overflow: hidden;
}
.subs-image {
    max-width: 500px;
    border-radius: 30px;
    height: 400px;
    overflow: hidden;
}
.subs-image img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .column-2 {
        flex-direction: row;
    }
}
.title-original {
    font-size: 38px;
}

.navhome a {
    color: var(--clr-white);
}
.cart-shop i {
    color: #fff;
}
.cart-brown i {
    color: var(--clr-brown);
}

.headershop.scrolled {
    background-color: var(--bg-white);
}
@media (min-width: 1101px) {
    .cart-menu-brown i {
        color: var(--clr-brown);
    }
}

.container-noitems {
    padding: 6rem 2rem 0;
    max-width: 1110px;
    margin: 0 auto;
}

.btn-subs {
    margin-top: 3rem;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-white);
    transition: opacity 0.75s, visibility 0.75s;
}
.loader-hidden {
    opacity: 0;
    visibility: hidden;
}
.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: var(--clr-brown);
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}