@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");      html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Inter', -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;
}
h2 {
font-weight: 400;
font-size: clamp(42px, 6vw, 38px);
}
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%;
} html {
width: 100%;
overflow-x: auto;
margin: 0;
padding: 0;
height: 100%;
}
body {
background: #fff;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
overflow-x: auto;
width: 100%;
margin: 0;
padding: 0;
min-height: 100%;
}
.site {
width: 100%;
overflow-x: auto;
}
#page {
margin: 0;
padding: 0;
}
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;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #FFFFFF;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} 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%;
}   .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;
} .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%;
} .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;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .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;
} .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;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  :root {
--primary-green: #2d5f3f;
--primary-yellow: #f4d03f;
--primary-color: #FFD700;
--gusto-button-color: #FFD700;
--nut-button-color: #65391B;
--professional-button-color: #D43732;
--text-dark: #1a1a1a;
--text-light: #ffffff;
--overlay-dark: rgba(0, 0, 0, 0.5);
--dropdown-bg: rgba(45, 45, 45, 0.95);
--gradient-light: linear-gradient(180deg, #FAF9EA 0%, #FAF3BA 100%);
} .container {
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
width: 100%;
} .header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(10px);
transition: all 0.3s ease;
overflow: visible;
}
.header.scrolled {
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(15px);
}
.header .container {
overflow: visible;
}
.header-content {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
gap: 50px;
width: 100%;
flex-wrap: wrap;
} .logo {
display: flex;
align-items: center;
flex-shrink: 0;
text-decoration: none;
} .logo-img,
.custom-logo,
.custom-logo-link img {
height: 70px;
width: auto;
}
.custom-logo-link {
display: flex;
align-items: center;
text-decoration: none;
} .nav {
flex: 1;
display: flex;
justify-content: center;
position: relative;
}
.nav-list {
display: flex !important;
list-style: none;
gap: 40px;
align-items: center;
margin: 0;
padding: 0;
width: 100%;
justify-content: center;
flex-wrap: wrap;
}
.nav-list li {
position: relative;
margin: 0;
} .nav-list .menu-item {
position: relative;
margin: 0;
}
.nav-list .menu-item a {
color: var(--text-light);
text-decoration: none;
font-size: 20px;
font-weight: 500;
font-family: 'Inter', 'Arial', 'Helvetica', sans-serif;
letter-spacing: 0.3px;
padding: 8px 0;
display: inline-block;
transition: all 0.3s ease;
text-transform: none;
}
.nav-list .menu-item a:visited {
color: var(--text-light);
}
.nav-list .menu-item a:hover {
color: var(--primary-yellow);
} .nav-list .menu-item-has-children > a::after {
content: ' +';
margin-left: 5px;
font-size: 18px;
color: var(--text-light);
transition: color 0.3s ease;
}
.nav-list .menu-item-has-children:hover > a::after {
color: var(--primary-yellow);
} .nav-list .sub-menu {
position: absolute;
top: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
background: var(--dropdown-bg);
backdrop-filter: blur(15px);
border-radius: 12px;
padding: 20px;
min-width: 280px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
gap: 0;
list-style: none;
margin: 0;
text-align: left;
}
.nav-list li:hover > .sub-menu,
.nav-list li.focus > .sub-menu {
opacity: 1;
visibility: visible;
top: calc(100% + 10px);
}
.nav-list .sub-menu li {
margin: 0;
text-align: left;
}
.nav-list .sub-menu a {
display: block;
color: var(--text-light);
padding: 12px 16px;
border-radius: 8px;
transition: all 0.3s ease;
font-size: 16px;
font-weight: 500;
text-align: left;
}
.nav-list .sub-menu a:visited {
color: var(--text-light);
}
.nav-list .sub-menu a:hover {
color: var(--primary-yellow);
background: rgba(255, 255, 255, 0.1);
transform: translateX(5px);
} .nav-list .menu-item:hover > .sub-menu,
.nav-list .menu-item.focus > .sub-menu {
opacity: 1;
visibility: visible;
top: calc(100% + 10px);
}
.nav-list .menu-item .sub-menu li {
margin: 0;
text-align: left;
}
.nav-list .menu-item .sub-menu a {
display: block;
color: var(--text-light);
padding: 12px 16px;
border-radius: 8px;
transition: all 0.3s ease;
font-size: 16px;
font-weight: 500;
text-align: left;
}
.nav-list .menu-item .sub-menu a:hover {
color: var(--primary-yellow);
background: rgba(255, 255, 255, 0.1);
transform: translateX(5px);
} .lang-switcher {
display: flex;
gap: 10px;
}
.lang-btn {
background: none;
border: none;
color: var(--text-light);
padding: 5px 10px;
cursor: pointer;
font-weight: 500;
font-size: 20px;
font-family: 'Inter', 'Arial', 'Helvetica', sans-serif;
transition: color 0.3s ease;
position: relative;
text-transform: none;
}
.lang-btn::before {
content: '•';
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
color: var(--primary-yellow);
font-size: 20px;
}
.lang-btn:hover {
color: var(--primary-yellow);
}
.lang-btn.active {
color: var(--primary-yellow);
} .lang-nav-list,
ul.lang-nav-list.lang-switcher-mobile {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 8px;
}
.lang-nav-list li,
.lang-nav-list .menu-item {
margin: 0;
}
.lang-nav-list a {
color: var(--text-light);
text-decoration: none;
font-weight: 500;
font-size: 16px;
padding: 8px 14px;
border-radius: 8px;
transition: all 0.3s ease;
display: inline-block;
}
.lang-nav-list a:hover,
.lang-nav-list a.active {
color: var(--text-dark);
background: var(--primary-yellow);
} @media (min-width: 769px) { .lang-switcher:has(.lang-btn) {
display: none !important;
}
.lang-nav-list.lang-switcher-mobile {
display: none !important;
}
.lang-dropdown-wrap {
position: relative;
display: inline-flex;
align-items: center;
align-self: center;
}
.lang-trigger {
display: flex;
align-items: center;
gap: 6px;
padding: 8px 14px 8px 16px;
background: rgba(255, 255, 255, 0.08);
border: none;
border-radius: 12px;
color: var(--text-light);
font-size: 16px;
font-weight: 500;
font-family: inherit;
cursor: pointer;
transition: all 0.2s ease;
}
.lang-trigger:hover {
background: rgba(255, 255, 255, 0.12);
}
.lang-trigger-arrow {
font-size: 10px;
opacity: 0.9;
transition: transform 0.2s ease;
}
.lang-dropdown-panel {
position: absolute;
top: calc(100% + 4px);
left: 0;
min-width: 100%;
background: var(--dropdown-bg);
backdrop-filter: blur(15px);
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
padding: 4px 0;
opacity: 0;
visibility: hidden;
transform: translateY(-6px);
transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
z-index: 1001;
}
.lang-dropdown-wrap:hover .lang-dropdown-panel {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.lang-dropdown-wrap:hover .lang-trigger {
background: var(--dropdown-bg);
border-radius: 12px 12px 0 0;
}
.lang-dropdown-wrap:hover .lang-trigger-arrow {
transform: rotate(180deg);
}
.lang-dropdown-link {
display: block;
padding: 10px 16px;
color: var(--text-light);
text-decoration: none;
font-size: 15px;
font-weight: 500;
transition: color 0.2s ease;
}
.lang-dropdown-link:hover {
color: var(--primary-yellow);
}
.lang-dropdown-link.active {
color: var(--primary-yellow);
}
} @media (max-width: 768px) { .lang-dropdown-wrap {
display: none !important;
}
.lang-switcher-desktop,
.lang-switcher:has(.lang-btn) {
display: none !important;
}
.lang-nav-list,
ul.lang-nav-list.lang-switcher-mobile {
display: flex !important;
flex-direction: row;
gap: 12px;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 15px 0;
}
.lang-nav-list a {
padding: 10px 22px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 25px;
font-size: 16px;
font-weight: 500;
background: transparent;
transition: all 0.3s ease;
} .lang-nav-list a:not(.active) {
color: var(--text-light);
background: transparent;
}
.lang-nav-list a:not(.active):hover {
border-color: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.08);
color: var(--primary-yellow) !important;
} .lang-nav-list a:hover,
.lang-nav-list a.active {
background: var(--primary-yellow);
color: var(--text-dark);
border-color: var(--primary-yellow);
}
.nav .lang-nav-list a:hover {
color: var(--primary-yellow) !important;
}
.nav .lang-nav-list a.active:hover {
background: var(--primary-yellow);
color: var(--text-dark);
}
} .mobile-header-actions {
display: none;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 5px;
}
.mobile-menu-toggle span {
width: 25px;
height: 3px;
background: var(--text-light);
border-radius: 2px;
transition: all 0.3s ease;
} .hero {
position: relative;
height: 100vh;
min-height: 600px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.hero-video-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero-video {
width: 100%;
height: 100%;
object-fit: cover; will-change: transform;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.3) 0%,
rgba(0, 0, 0, 0.5) 100%
);
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
color: var(--text-light);
padding: 0 20px;
}
.hero-title {
font-size: clamp(36px, 6vw, 72px);
font-weight: 700;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 20px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
line-height: 1.2;
}
.hero-subtitle {
font-size: clamp(18px, 3vw, 28px);
font-weight: 300;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
margin-bottom: 40px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.hero-btn {
display: inline-block;
background: var(--primary-yellow);
color: var(--text-dark);
padding: 16px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 18px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(244, 208, 63, 0.4);
}
.hero-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(244, 208, 63, 0.6);
background: var(--primary-green);
color: var(--text-light);
} .site-main {
margin-top: 80px;
}
.home .site-main {
margin-top: 0;
} @media (min-width: 769px) {
.nav {
position: static !important;
background: transparent !important;
backdrop-filter: none !important;
padding: 0 !important;
transform: none !important;
opacity: 1 !important;
visibility: visible !important;
overflow: visible !important;
z-index: auto !important;
}
.nav-list {
flex-direction: row !important;
gap: 40px !important;
align-items: center !important;
margin-top: 0 !important;
padding: 0 !important;
}
.nav-list li {
border-bottom: none !important;
}
.nav-list a {
display: inline-block !important;
padding: 8px 0 !important;
width: auto !important;
text-align: center !important;
font-size: 20px !important;
}
.mobile-menu-toggle {
display: none !important;
}
.mobile-close-btn {
display: none !important;
}
.nav-list .sub-menu {
position: absolute !important;
top: calc(100% + 15px) !important;
left: 50% !important;
transform: translateX(-50%) !important;
background: var(--dropdown-bg) !important;
backdrop-filter: blur(15px) !important;
border-radius: 12px !important;
padding: 20px !important;
min-width: 280px !important;
opacity: 0 !important;
visibility: hidden !important;
transition: all 0.3s ease !important;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
margin: 0 !important;
text-align: left !important;
}
.nav-list .sub-menu a,
.nav-list .sub-menu li {
text-align: left !important;
}
.nav-list li:hover > .sub-menu,
.nav-list li.focus > .sub-menu {
opacity: 1 !important;
visibility: visible !important;
top: calc(100% + 10px) !important;
}
}  @media (max-width: 1200px) {
.container {
padding: 0 20px;
max-width: 1400px;
margin: 0 auto;
}
.header-content {
gap: 40px;
}
.nav-list {
gap: 30px;
}
.nav-list a {
font-size: 15px;
} .hero-section,
.products-section,
.marquee-section,
.newsletter-section,
.olis-products-section,
.running-logos-section,
.brand-products-section,
.why-choose-us,
.footer,
.about-us-content,
.about-us-standards,
.about-us-benefits,
.about-us-world,
.about-us-newsletter,
.certificates-section,
.brand-products-page,
.recipes-section,
.brand-intro-section,
.recipe-submission-section,
.work-hero-section,
.work-values-section,
.work-advantages-section,
.work-statistics-section,
.job-application-section,
.contacts-hero-section,
.contacts-info-section,
.regional-offices-section,
.contact-form-section,
.product-recipes-section,
.product-related-section,
.recipe-single-section,
.cooking-together-section {
padding: 60px 0;
}
}
@media (max-width: 768px) {
.container {
padding: 0 10px;
} .header .container {
padding-left: 15px;
padding-right: 15px;
}
.header-content {
justify-content: flex-start !important;
}
.header-content .logo,
.header-content .logo-text-link,
.header-content .custom-logo-link {
margin-left: 0 !important;
margin-right: auto !important;
flex-shrink: 0 !important;
}
.mobile-header-actions {
display: flex;
align-items: center;
gap: 10px;
margin-left: auto !important;
}
.mobile-menu-toggle {
margin-left: 0 !important;
display: flex;
}
.mobile-lang-dropdown {
position: relative;
display: block;
}
.mobile-lang-dropdown summary::-webkit-details-marker {
display: none;
}
.mobile-lang-trigger {
list-style: none;
display: flex;
align-items: center;
gap: 6px;
padding: 8px 12px;
min-height: 38px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 12px;
color: var(--text-light);
font-size: 14px;
font-weight: 600;
line-height: 1;
cursor: pointer;
user-select: none;
transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-lang-trigger:hover {
background: rgba(255, 255, 255, 0.12);
border-color: rgba(255, 255, 255, 0.28);
}
.mobile-lang-trigger-arrow {
font-size: 10px;
transition: transform 0.2s ease;
}
.mobile-lang-dropdown[open] .mobile-lang-trigger {
background: rgba(255, 255, 255, 0.14);
border-color: rgba(255, 255, 255, 0.3);
}
.mobile-lang-dropdown[open] .mobile-lang-trigger-arrow {
transform: rotate(180deg);
}
.mobile-lang-dropdown-panel {
position: absolute;
top: calc(100% + 8px);
right: 0;
display: grid;
min-width: 74px;
padding: 6px;
background: rgba(0, 0, 0, 0.88);
backdrop-filter: blur(15px);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
z-index: 1005;
}
.mobile-lang-dropdown-link {
display: block;
padding: 8px 10px;
border-radius: 8px;
color: var(--text-light);
text-decoration: none;
font-size: 14px;
font-weight: 500;
text-align: center;
transition: background 0.2s ease, color 0.2s ease;
}
.mobile-lang-dropdown-link:hover,
.mobile-lang-dropdown-link.active {
background: var(--primary-yellow);
color: var(--text-dark);
}
.nav {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.98);
backdrop-filter: blur(20px);
padding: 0;
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
z-index: 10001;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.nav.active {
transform: translateY(0) !important;
opacity: 1 !important;
visibility: visible !important;
display: flex !important;
}
.nav::before {
content: 'ОЛІС';
height: 80px;
background: rgba(0, 0, 0, 0.9);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-yellow);
font-size: 24px;
font-weight: 700;
position: relative;
z-index: 10001;
}
.nav-list {
flex-direction: column;
gap: 0;
align-items: stretch;
justify-content: flex-start;
margin-top: 0;
padding: 96px 20px 20px 24px;
flex: 1;
min-height: 0;
order: 2;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
max-height: 100vh;
text-align: left;
}
.nav-list li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list a {
display: block;
padding: 20px 15px 20px 0;
width: 100%;
text-align: left;
color: var(--text-light);
font-size: 24px;
font-weight: 500;
transition: color 0.3s ease;
}
.nav-list a:hover {
color: var(--primary-yellow);
}
.nav-list .sub-menu {
position: static;
transform: none;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0;
background: rgba(45, 95, 63, 0.9);
border-radius: 8px;
padding: 15px;
opacity: 1;
visibility: visible;
}
.nav-list .sub-menu li {
border-bottom: none;
}
.nav-list .sub-menu a {
padding: 10px 15px 10px 0;
font-size: 18px;
color: var(--text-light);
}
.nav-list .sub-menu a:hover {
color: var(--primary-yellow);
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
} .nav::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 80px;
background: rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
z-index: 10000;
} .nav::after {
content: '';
position: absolute;
top: 15px;
left: 20px;
width: 120px;
height: 40px;
background-image: url(https://olis.dev.cx.ua/wp-content/uploads/2025/10/b3b00444116045a04c010480cd0247b1de17d02f.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
z-index: 10001;
} .mobile-close-btn {
display: none;
}
.lang-switcher {
margin-left: auto;
}
.logo-img,
.custom-logo,
.custom-logo-link img {
height: 50px;
} body.menu-open {
overflow: hidden;
position: fixed;
width: 100%;
} .nav .lang-switcher:has(.lang-btn),
.nav .lang-switcher-desktop {
display: none !important;
} .nav .lang-nav-list,
.nav ul.lang-nav-list.lang-switcher-mobile {
display: flex !important;
flex-direction: row;
gap: 12px;
justify-content: center;
align-items: center;
order: 1;
flex-shrink: 0;
margin: 80px auto 0;
padding: 20px 20px 12px;
width: 100%;
}
.nav .lang-btn {
background: none;
border: 1px solid var(--text-light);
color: var(--text-light);
padding: 8px 16px;
border-radius: 20px;
font-size: 16px;
}
.nav .lang-btn:hover,
.nav .lang-btn.active {
background: var(--primary-yellow);
color: var(--text-dark);
border-color: var(--primary-yellow);
} .mobile-close-btn {
position: absolute;
top: 20px;
right: 20px;
font-size: 32px;
color: var(--text-light);
cursor: pointer;
z-index: 10002;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
transition: all 0.3s ease;
border: none;
padding: 0;
}
.mobile-close-btn:hover {
background: var(--primary-yellow);
color: var(--text-dark);
} .nav.active .mobile-close-btn {
display: flex !important;
opacity: 1 !important;
visibility: visible !important;
} .nav:not(.active) .mobile-close-btn {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
} .hero-section,
.products-section,
.marquee-section,
.newsletter-section,
.olis-products-section,
.running-logos-section,
.brand-products-section,
.why-choose-us,
.footer,
.about-us-content,
.about-us-standards,
.about-us-benefits,
.about-us-world,
.about-us-newsletter,
.certificates-section,
.brand-products-page,
.recipes-section,
.brand-intro-section,
.recipe-submission-section,
.work-hero-section,
.work-values-section,
.work-advantages-section,
.work-statistics-section,
.job-application-section,
.contacts-hero-section,
.contacts-info-section,
.regional-offices-section,
.contact-form-section,
.product-recipes-section,
.product-related-section,
.recipe-single-section,
.cooking-together-section {
padding: 40px 0;
}
}
@media (max-width: 480px) {
.hero {
height: 70vh;
min-height: 500px;
}
.hero-video { object-position: center center;
}
.hero-overlay { background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.7) 100%
);
}
.hero-content {
padding: 0 15px;
}
.hero-title {
font-size: 32px;
margin-bottom: 15px;
}
.hero-subtitle {
font-size: 16px;
margin-bottom: 30px;
}
.hero-btn {
padding: 14px 30px;
font-size: 16px;
}
}
@media (max-width: 480px) {
.hero {
height: 60vh;
min-height: 400px;
}
.hero-title {
font-size: 28px;
}
.hero-subtitle {
font-size: 14px;
}
.hero-btn {
padding: 12px 25px;
font-size: 14px;
} .hero-section,
.products-section,
.marquee-section,
.newsletter-section,
.olis-products-section,
.running-logos-section,
.brand-products-section,
.why-choose-us,
.footer,
.about-us-content,
.about-us-standards,
.about-us-benefits,
.about-us-world,
.about-us-newsletter,
.certificates-section,
.brand-products-page,
.recipes-section,
.brand-intro-section,
.recipe-submission-section,
.work-hero-section,
.work-values-section,
.work-advantages-section,
.work-statistics-section,
.job-application-section,
.contacts-hero-section,
.contacts-info-section,
.regional-offices-section,
.contact-form-section,
.product-recipes-section,
.product-related-section,
.recipe-single-section,
.cooking-together-section {
padding: 30px 0;
}
} @media (max-height: 500px) and (orientation: landscape) { .header-content {
padding: 8px 0;
gap: 20px;
} .logo-img,
.custom-logo,
.custom-logo-link img {
height: 40px !important;
} .nav-list {
gap: 16px !important;
}
.nav-list .menu-item a,
.nav-list a {
font-size: 14px !important;
padding: 4px 0 !important;
}
.nav-list .menu-item-has-children > a::after {
font-size: 14px;
} .lang-btn {
font-size: 14px !important;
padding: 4px 8px !important;
}
.lang-btn::before {
font-size: 14px;
}
.lang-nav-list a {
padding: 6px 14px !important;
font-size: 13px !important;
} .hero,
.contacts-hero-section {
height: 100vh;
min-height: 320px;
}
.contacts-hero-section {
height: 70vh !important;
min-height: 280px;
}
.hero-title,
.contacts-hero-title {
font-size: 24px !important;
margin-bottom: 8px !important;
}
.hero-subtitle,
.contacts-hero-subtitle {
font-size: 14px !important;
margin-bottom: 15px !important;
}
.contacts-hero-bullet {
font-size: 28px !important;
}
.hero-btn {
padding: 10px 24px;
font-size: 14px;
} .nav::before {
height: 50px;
}
.nav::after {
width: 90px;
height: 30px;
top: 10px;
}
.nav-list a {
padding: 12px 15px 12px 0 !important;
font-size: 16px !important;
}
.nav .lang-nav-list,
.nav ul.lang-nav-list.lang-switcher-mobile {
padding: 12px 0;
gap: 8px;
}
.mobile-close-btn {
top: 12px;
right: 12px;
font-size: 24px;
width: 32px;
height: 32px;
}
}  .products-slider {
background: #faf9ea;
padding: 80px 0;
}
.section-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 10px;
}
.section-dot {
width: 20px;
height: 20px;
background: var(--primary-yellow);
border-radius: 50%;
flex-shrink: 0;
animation: gentle-pulse 3s ease-in-out infinite;
}
@keyframes gentle-pulse {
0% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.section-title {
font-size: clamp(28px, 5vw, 42px);
font-weight: 400;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: var(--primary-yellow);
letter-spacing: -0.02em;
line-height: 1.2;
}
.slider-wrapper {
position: relative;
}
.slider-container {
overflow: hidden;
border-radius: 20px;
width: 100%;
}
.slider-track {
display: flex;
gap: 20px;
transition: transform 0.25s ease-out;
width: 100%;
will-change: transform;
transform: translate3d(0, 0, 0);
}
.product-card {
flex: 0 0 calc((100% - 60px) / 3.5);
min-width: 300px;
border-radius: 20px;
overflow: hidden;
background: linear-gradient(180deg, #FAF9EA 7.15%, #FAF3BA 100%);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
cursor: pointer;
}
.product-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.product-card a {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
height: 100%;
}
.product-card-image {
width: 100%;
height: 400px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
background: transparent;
transition: background-color 0.3s ease;
}
.product-card-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
object-position: center;
transition: transform 0.3s ease;
}
.product-card-video {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
object-position: center;
display: block;
border-radius: 15px;
}
.product-card:hover .product-card-image img {
transform: rotate(6deg) scale(1);
}
.product-card-placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
display: flex;
align-items: center;
justify-content: center;
}
.product-info {
padding: 20px;
text-align: center;
background: transparent;
}
.product-info h3 {
color: #2d2a26;
font-size: 16px;
font-weight: 600;
font-family: 'Inter', sans-serif;
line-height: 1.4;
margin: 0 0 8px 0;
}
.product-info .product-subtitle {
color: #666;
font-size: 13px;
font-weight: 400;
font-family: 'Inter', sans-serif;
margin: 0;
line-height: 1.3;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 20;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
}
.slider-btn:hover {
background: var(--primary-yellow);
transform: translateY(-50%) scale(1.1);
}
.slider-btn-prev {
left: 10px;
}
.slider-btn-next {
right: 10px;
}
.slider-btn svg {
color: var(--text-dark);
stroke-width: 2;
}
.slider-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.slider-btn:disabled:hover {
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.9);
} @media (max-width: 1200px) {
.product-card {
flex: 0 0 calc(35% - 10px);
}
.product-card-image {
height: 350px;
}
}
@media (max-width: 1024px) {
.product-card {
flex: 0 0 calc(45% - 10px);
}
.product-card-image {
height: 320px;
}
.slider-btn-prev {
left: 8px;
}
.slider-btn-next {
right: 8px;
}
}
@media (max-width: 768px) {
.slider-container {
margin: 0 10px;
}
.slider-btn {
width: 40px;
height: 40px;
}
.slider-btn-prev {
left: 8px;
}
.slider-btn-next {
right: 8px;
}
.product-card {
flex: 0 0 calc(100% - 20px);
max-width: calc(100% - 20px);
min-width: 250px;
}
.product-card-image {
height: 350px;
padding: 12px;
}
.products-slider {
padding: 60px 0;
}
}
@media (max-width: 480px) {
.slider-container {
margin: 0 5px;
}
.slider-btn {
width: 35px;
height: 35px;
}
.slider-btn-prev {
left: 5px;
}
.slider-btn-next {
right: 5px;
}
} .gradient-wrapper {
background: linear-gradient(180deg, var(--gradient-color-1, #FAF9EA) 0%, var(--gradient-color-2, #FAF3BA) 100%);
}
.marquee-section {
position: relative;
min-height: 800px;
background: transparent;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 20px;
}
.marquee-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
}
.marquee-track {
display: flex;
align-items: center;
gap: 100px;
animation: marquee 20s linear infinite;
white-space: nowrap;
width: fit-content;
height: 100%;
}
.marquee-logo {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
height: clamp(120px, 32vw, 350px);
width: auto;
pointer-events: none;
}
.marquee-logo-img {
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
object-fit: contain;
pointer-events: none;
transition: filter 0.3s ease;
}
.marquee-logo-img:hover {
filter: grayscale(100%) opacity(0.1);
}
.marquee-logo-text {
font-size: clamp(120px, 15vw, 200px);
font-weight: 900;
color: rgba(45, 42, 38, 0.05);
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1;
pointer-events: none;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.marquee-content {
position: relative;
z-index: 2;
max-width: 1400px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.marquee-image {
width: 100%;
height: auto;
max-height: 500px;
object-fit: contain;
filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.15));
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
} @media (max-width: 1024px) {
.marquee-section {
min-height: 700px;
padding: 60px 20px;
}
.marquee-logo {
gap: 80px;
}
}
@media (max-width: 768px) {
.marquee-section {
min-height: 600px;
padding: 50px 15px;
}
.marquee-track {
gap: 60px;
}
.marquee-logo {
height: clamp(100px, 25vw, 280px);
}
.marquee-logo-text {
font-size: clamp(80px, 12vw, 150px);
}
.marquee-image {
max-height: 350px;
}
}
@media (max-width: 480px) {
.marquee-section {
min-height: 350px;
padding: 40px 10px;
}
.marquee-track {
gap: 40px;
}
.marquee-logo {
height: clamp(80px, 20vw, 220px);
}
.marquee-logo-text {
font-size: clamp(60px, 10vw, 120px);
}
.marquee-image {
max-height: 280px;
}
@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
} .brands-marquee {
position: relative;
min-height: 600px;
background-color: var(--color-light);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 20px;
}
.marquee-logos {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
overflow: hidden;
display: flex;
}
.marquee-content {
display: flex;
white-space: nowrap;
}
.brands-marquee .marquee-logo {
font-size: clamp(120px, 20vw, 300px);
font-weight: 700;
color: rgba(45, 42, 38, 0.08);
margin: 0 100px;
user-select: none;
line-height: 1;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.marquee-center-image {
position: relative;
z-index: 2;
max-width: 1400px;
animation: float 6s ease-in-out infinite;
}
.marquee-center-image img {
width: 100%;
height: auto;
filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
} .newsletter-section {
position: relative;
min-height: 600px;
overflow: hidden;
display: flex;
align-items: center;
padding: 80px 0;
}
.newsletter-video-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.newsletter-video {
width: 100%;
height: 100%;
object-fit: cover;
}
.newsletter-fallback-bg {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.newsletter-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
z-index: 2;
}
.newsletter-content {
position: relative;
z-index: 3;
width: 100%;
}
.newsletter-form-wrapper {
max-width: 700px;
margin-left: 0;
padding: 60px 50px;
background: rgba(0, 0, 0, 0.4);
border-radius: 20px;
backdrop-filter: blur(15px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-form-wrapper-about {
max-width: 800px;
margin-left: 0;
padding: 60px 50px;
background: rgba(0, 0, 0, 0.4);
border-radius: 20px;
backdrop-filter: blur(15px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-title {
font-size: clamp(32px, 4vw, 64px);
font-weight: 700;
color: #ffffff;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 15px;
}
.newsletter-bullet {
color: var(--primary-yellow);
font-size: 1.2em;
animation: blink 6s ease-in-out infinite;
}
.newsletter-description {
font-size: 18px;
color: #ffffff;
margin-bottom: 40px;
line-height: 1.6;
opacity: 0.9;
}
.newsletter-form {
display: flex;
flex-direction: column;
gap: 20px;
}
.form-group {
display: flex;
flex-direction: column;
gap: 8px;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
padding: 16px 20px;
font-size: 16px;
color: #ffffff;
transition: all 0.3s ease;
}
.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
outline: none;
border-color: var(--primary-yellow);
background: rgba(255, 255, 255, 0.15);
}
.newsletter-form input::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.checkbox-group {
flex-direction: row;
align-items: flex-start;
gap: 12px;
margin: 10px 0;
}
.checkbox-group input[type="checkbox"] {
width: 20px;
height: 20px;
margin-top: 2px;
flex-shrink: 0;
}
.privacy-label {
font-size: 14px;
color: #ffffff;
line-height: 1.5;
opacity: 0.8;
}
.privacy-link {
color: #4A90E2;
text-decoration: none;
transition: color 0.3s ease;
}
.privacy-link:hover {
color: var(--primary-yellow);
}
.newsletter-btn {
background: #ffffff;
color: #000000;
border: none;
border-radius: 12px;
padding: 18px 24px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
transition: all 0.3s ease;
margin-top: 10px;
}
.newsletter-btn:hover {
background: var(--primary-yellow);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.newsletter-btn:active {
transform: translateY(0);
}
.newsletter-btn svg {
transition: transform 0.3s ease;
}
.newsletter-btn:hover svg {
transform: translateX(4px);
}
.newsletter-success,
.newsletter-error {
padding: 15px 20px;
border-radius: 12px;
margin-top: 20px;
font-size: 16px;
font-weight: 500;
text-align: center;
animation: slideInUp 0.3s ease;
}
.newsletter-success {
background: rgba(76, 175, 80, 0.2);
color: #4CAF50;
border: 2px solid rgba(76, 175, 80, 0.3);
}
.newsletter-error {
background: rgba(244, 67, 54, 0.2);
color: #f44336;
border: 2px solid rgba(244, 67, 54, 0.3);
}
@keyframes slideInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 768px) {
.newsletter-section {
padding: 60px 0;
}
.newsletter-form-wrapper {
margin: 0 20px;
padding: 50px 40px;
max-width: 600px;
}
.newsletter-title {
font-size: clamp(28px, 5vw, 50px);
}
.newsletter-description {
font-size: 16px;
}
}
@media (max-width: 480px) {
.newsletter-section {
padding: 40px 0;
}
.newsletter-form-wrapper {
margin: 0 15px;
padding: 40px 25px;
max-width: 500px;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
padding: 14px 16px;
font-size: 14px;
}
.newsletter-btn {
padding: 16px 20px;
font-size: 14px;
}
} .olis-products-section {
background: linear-gradient(180deg, rgba(13, 105, 55, 0.55) 0%, rgba(13, 105, 55, 0.55) 100%);
padding: 0;
position: relative;
overflow: hidden;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.olis-content {
display: flex;
flex-direction: column;
gap: 60px;
margin-bottom: 80px;
}
.olis-title-row {
display: flex;
justify-content: center;
width: 100%;
padding: 0 20px;
}
.olis-content-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
position: relative;
}
.olis-image-wrapper {
flex: 0 0 45%;
position: relative;
margin-left: calc(-20px - 10%);
}
.olis-salad-image {
width: 100%;
height: auto;
display: block;
filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.2));
}
.olis-title-wrapper {
flex: 1;
padding: 60px 80px 60px 0;
display: flex;
flex-direction: column;
gap: 60px;
align-items: flex-start;
justify-content: center;
}
.olis-main-title {
font-size: 80px;
font-weight: 400;
color: #fff;
line-height: 1.3;
margin: 0;
max-width: 1000px;
text-align: center;
}
.olis-brand-name {
display: inline;
font-size: 1em;
}
.olis-slogan {
display: inline;
font-size: 1em;
font-weight: 400;
opacity: 0.9;
}
.olis-products-wrapper {
display: flex;
gap: 30px;
align-items: flex-end;
position: relative;
justify-content: flex-end;
flex: 1;
padding-right: 20px;
}
.olis-product-card {
width: 380px;
height: auto;
filter: drop-shadow(10px 15px 30px rgba(0, 0, 0, 0.15));
transition: transform 0.3s ease;
position: relative;
}
.olis-product-card:nth-child(1) {
transform: rotate(-8deg);
z-index: 2;
}
.olis-product-card:nth-child(2) {
transform: rotate(5deg) translateY(20px);
z-index: 1;
}
.olis-product-card:hover {
transform: rotate(0deg) translateY(-10px) scale(1.05);
}
.olis-product-image {
width: 100%;
height: auto;
display: block;
}
.olis-product-info {
display: none;
}
.olis-product-name {
display: none;
}
.olis-product-description {
display: none;
}
.olis-social-section {
text-align: center;
padding: 80px 20px;
background: #0D6937;
border-top: none;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.olis-social-title {
font-size: 40px;
font-weight: 600;
color: #fff;
margin: 0 0 20px 0;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.olis-bullet {
color: var(--primary-yellow);
font-size: 1.2em;
animation: blink 6s ease-in-out infinite;
}
.olis-social-icons {
display: flex;
justify-content: center;
gap: 40px;
}
.olis-social-icon {
width: 91px;
height: 91px;
background: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #0D6937;
text-decoration: none;
transition: all 0.3s ease;
}
.olis-social-icon:hover {
background: var(--color-primary);
color: var(--color-dark);
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(248, 222, 8, 0.3);
}
.olis-social-icon:hover svg {
fill: #F8DE08;
}
.olis-social-icon svg {
width: 40px;
height: 40px;
fill: #0D6937;
} @media (max-width: 1200px) {
.olis-content {
gap: 40px;
}
.olis-image-wrapper {
flex: 0 0 40%;
margin-left: calc(-20px - 5%);
}
.olis-title-wrapper {
padding: 40px 60px 40px 0;
}
.olis-main-title {
font-size: 60px;
}
.olis-product-card {
width: 320px;
}
}
@media (max-width: 968px) {
.olis-content-row {
align-items: unset;
}
.olis-content {
gap: 40px;
}
.olis-content-row {
flex-direction: column;
gap: 40px;
}
.olis-image-wrapper {
flex: none;
width: 80%;
margin-left: -20px;
margin-top: -40px;
}
.olis-main-title {
font-size: 50px;
}
.olis-products-wrapper {
justify-content: center;
}
.olis-social-title {
font-size: 30px;
}
.olis-bullet {
font-size: 1.2em;
}
.olis-social-icons {
gap: 30px;
}
.olis-social-icon {
width: 70px;
height: 70px;
}
.olis-social-icon svg {
width: 30px;
height: 30px;
}
}
@media (max-width: 640px) {
.olis-main-title {
font-size: 40px;
}
.olis-products-wrapper {
gap: 20px;
}
.olis-product-card {
width: 160px;
}
.olis-product-card:nth-child(1) {
transform: rotate(-5deg);
}
.olis-product-card:nth-child(2) {
transform: rotate(3deg) translateY(15px);
}
.olis-title-wrapper {
padding: 0 20px 40px;
}
.olis-social-title {
font-size: 24px;
}
.olis-bullet {
font-size: 1.2em;
}
.olis-social-icons {
gap: 20px;
}
.olis-social-icon {
width: 60px;
height: 60px;
}
.olis-social-icon svg {
width: 25px;
height: 25px;
}
} .running-logos-section {
padding: 80px 20px;
background: #fff;
overflow: hidden;
}
.logos-grid {
display: flex;
flex-direction: column;
gap: 40px;
}
.logos-line {
display: flex;
gap: 40px;
animation: slideLeft 30s linear infinite;
width: max-content;
}
.logos-line-1 {
animation-duration: 30s;
}
.logos-line-2 {
animation-duration: 35s;
animation-direction: reverse;
}
.logos-line-3 {
animation-duration: 25s;
}
.logo-item {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 160px;
height: 60px;
padding: 12px;
background: #f8f9fa;
border-radius: 12px;
}
.logo-img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.7;
transition: none;
}
@keyframes slideLeft {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
} @media (max-width: 768px) {
.running-logos-section {
padding: 60px 20px;
}
.logos-grid {
gap: 30px;
}
.logos-line {
gap: 30px;
}
.logo-item {
width: 140px;
height: 55px;
padding: 12px;
}
}
@media (max-width: 480px) {
.logos-line {
gap: 25px;
}
.logo-item {
width: 120px;
height: 45px;
padding: 10px;
}
} .brand-products-section {
background: linear-gradient(180deg, #0D6937 0%, rgba(13, 105, 55, 0.55) 100%);
padding: 100px 20px;
position: relative;
overflow: hidden;
}
.brand-products-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 60px;
}
.brand-products-title {
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #ffffff;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.brand-products-bullet {
color: var(--primary-yellow);
font-size: 1.2em;
animation: blink 6s ease-in-out infinite;
}
.brand-products-nav {
display: flex;
gap: 10px;
}
.brand-nav-btn {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
color: #ffffff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.brand-nav-btn:hover {
background: rgba(255, 255, 255, 0.2);
border-color: var(--primary-yellow);
transform: translateY(-2px);
}
.brand-nav-btn:active {
transform: translateY(0);
}
.brand-products-slider {
position: relative;
overflow: hidden;
border-radius: 20px;
width: 100%;
height: 500px;
}
.brand-products-track {
position: relative;
width: 100%;
height: 100%;
}
.brand-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: translateX(100%);
transition: opacity 0.6s ease, transform 0.6s ease;
z-index: 1;
}
.brand-slide.active {
opacity: 1;
transform: translateX(0);
z-index: 2;
}
.brand-slide-content {
display: flex;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
min-height: 500px;
}
.brand-image-wrapper {
flex: 1;
position: relative;
overflow: hidden;
}
.brand-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.brand-info {
flex: 1;
padding: 60px 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.brand-name {
font-size: clamp(32px, 4vw, 48px);
font-weight: 700;
color: var(--text-dark);
margin: 0 0 30px 0;
line-height: 1.2;
}
.brand-description {
font-size: 18px;
color: var(--text-dark);
line-height: 1.6;
margin: 0 0 40px 0;
opacity: 0.8;
}
.brand-btn {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--primary-green);
color: #ffffff;
text-decoration: none;
padding: 16px 32px;
border-radius: 12px;
font-size: 16px;
font-weight: 600;
transition: all 0.3s ease;
align-self: flex-start;
}
.brand-btn:hover {
background: var(--primary-yellow);
color: var(--text-dark);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.brand-btn svg {
transition: transform 0.3s ease;
}
.brand-btn:hover svg {
transform: translateX(4px);
} @media (max-width: 1024px) {
.brand-products-slider {
height: 400px;
}
.brand-slide-content {
flex-direction: column;
min-height: 100%;
}
.brand-image-wrapper {
height: 250px;
flex: 0 0 250px;
}
.brand-info {
padding: 40px 30px;
flex: 1;
}
}
@media (max-width: 768px) {
.brand-products-section {
padding: 80px 20px;
}
.brand-products-slider {
height: 350px;
}
.brand-products-header {
flex-direction: column;
gap: 30px;
text-align: center;
}
.brand-products-nav {
order: -1;
}
.brand-image-wrapper {
height: 200px;
flex: 0 0 200px;
}
.brand-info {
padding: 30px 25px;
flex: 1;
}
.brand-name {
font-size: clamp(24px, 5vw, 32px);
margin-bottom: 20px;
}
.brand-description {
font-size: 16px;
margin-bottom: 30px;
}
}
@media (max-width: 480px) {
.brand-products-section {
padding: 60px 15px;
}
.brand-products-slider {
height: 600px;
}
.brand-image-wrapper {
height: 150px;
flex: 0 0 250px;
}
.brand-info {
padding: 25px 20px;
flex: 1;
}
.brand-btn {
padding: 14px 24px;
font-size: 14px;
}
.brand-nav-btn {
width: 45px;
height: 45px;
}
} .why-choose-us {
background: transparent;
padding: 100px 20px;
}
.section-title-large {
font-size: clamp(28px, 5vw, 42px);
text-align: left;
font-weight: 400;
color: var(--color-dark);
margin: 0;
display: flex;
align-items: center;
gap: 20px;
line-height: 1.2;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.title-dot {
width: 24px;
height: 24px;
background-color: var(--primary-yellow);
border-radius: 50%;
flex-shrink: 0;
animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
0%, 50% {
opacity: 1;
transform: scale(1);
}
25%, 75% {
opacity: 0.3;
transform: scale(0.8);
}
}
.section-dot {
width: 24px;
height: 24px;
background-color: var(--primary-yellow);
border-radius: 50%;
flex-shrink: 0;
animation: blink 6s ease-in-out infinite;
}
.benefits-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 60px 40px;
max-width: 1400px;
margin: 0 auto;
align-items: center;
}
.benefit-title-card {
grid-column: 1;
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
}
.benefit-card {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.benefit-icon-wrapper {
position: relative;
margin-bottom: 30px;
}
.benefit-icon-wrapper::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 140px;
height: 140px;
border: 2px solid var(--primary-yellow);
border-radius: 50%;
opacity: 0.3;
}
.benefit-icon {
width: 100px;
height: 100px;
background-color: var(--primary-yellow);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
transition: transform 0.3s ease;
}
.benefit-card:hover .benefit-icon {
transform: scale(1.1);
}
.benefit-icon svg {
width: 40px;
height: 40px;
}
.benefit-icon-img {
width: 340px;
height: 340px;
object-fit: contain;
}
.benefit-title {
font-size: 24px;
font-weight: 600;
color: var(--color-dark);
margin: 0 0 16px 0;
line-height: 1.3;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.benefit-description {
font-size: 16px;
line-height: 1.6;
color: var(--color-dark);
margin: 0;
max-width: 400px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
} @media (max-width: 1024px) {
.brands-marquee {
min-height: 500px;
padding: 60px 20px;
}
.brands-marquee .marquee-logo {
font-size: clamp(100px, 18vw, 250px);
margin: 0 80px;
}
.marquee-center-image {
max-width: 600px;
}
.section-title-large {
font-size: clamp(36px, 5vw, 60px);
margin-bottom: 60px;
}
.benefits-grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto auto;
gap: 50px 30px;
align-items: stretch;
}
.benefit-title-card {
grid-column: 1 / -1;
grid-row: 1;
justify-content: center;
height: auto;
}
}
@media (max-width: 768px) {
.why-choose-us {
padding: 60px 20px;
}
.section-title {
font-size: clamp(24px, 5vw, 32px);
}
.section-title-large {
font-size: clamp(28px, 4vw, 40px);
margin-bottom: 40px;
gap: 14px;
}
.title-dot {
width: 16px;
height: 16px;
}
.benefits-grid {
grid-template-columns: 1fr;
grid-template-rows: auto repeat(5, 1fr);
gap: 40px;
align-items: stretch;
}
.benefit-title-card {
grid-column: 1;
grid-row: 1;
justify-content: center;
height: auto;
}
.benefit-icon-wrapper::before {
width: 120px;
height: 120px;
}
.benefit-icon {
width: 80px;
height: 80px;
}
.benefit-icon svg {
width: 32px;
height: 32px;
}
.benefit-title {
font-size: 20px;
}
.benefit-description {
font-size: 15px;
}
.brands-marquee {
min-height: 400px;
padding: 50px 15px;
}
.brands-marquee .marquee-logo {
font-size: clamp(80px, 15vw, 180px);
margin: 0 60px;
}
.marquee-center-image {
max-width: 500px;
}
}
@media (max-width: 480px) {
.section-title {
font-size: clamp(22px, 6vw, 28px);
}
.section-title-large {
font-size: clamp(22px, 6vw, 32px);
gap: 12px;
}
.brands-marquee .marquee-logo {
font-size: clamp(60px, 12vw, 120px);
margin: 0 40px;
}
.marquee-center-image {
max-width: 350px;
}
} .footer {
background-color: #2d2a26;
color: #b8b5b0;
padding: 60px 20px 30px;
margin: 0;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
} .footer-top {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 60px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo a {
display: inline-block;
color: #fff;
font-size: 24px;
font-weight: 700;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-logo a:hover {
color: #f8de08;
}
.footer-logo img {
height: 60px;
width: auto;
display: block;
} .footer-content {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 60px;
} .footer-newsletter {
max-width: 500px;
}
.footer .newsletter-form {
display: flex;
flex-direction: column;
gap: 15px;
}
.footer .form-input {
background-color: #3a3733;
border: none;
border-radius: 8px;
padding: 16px 20px;
color: #fff;
font-size: 15px;
transition: background-color 0.3s ease;
font-family: inherit;
}
.footer .form-input::placeholder {
color: #8a8782;
}
.footer .form-input:focus {
outline: none;
background-color: #454239;
}
.footer .form-checkbox {
display: flex;
gap: 12px;
align-items: flex-start;
}
.footer .form-checkbox input[type="checkbox"] {
margin-top: 4px;
width: 18px;
height: 18px;
cursor: pointer;
accent-color: #f8de08;
flex-shrink: 0;
}
.footer .form-checkbox label {
font-size: 13px;
line-height: 1.6;
color: #8a8782;
}
.footer .more-link {
color: #4a90e2;
text-decoration: none;
transition: color 0.3s ease;
}
.footer .more-link:hover {
color: #6ba3e8;
text-decoration: underline;
}
.footer .submit-btn {
display: flex;
align-items: center;
gap: 12px;
background-color: #fff;
color: #2d2a26;
border: none;
border-radius: 50px;
padding: 14px 28px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
width: fit-content;
}
.footer .submit-btn:hover {
background-color: #f8de08;
transform: translateX(5px);
}
.footer .submit-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
}
.footer .submit-btn svg {
width: 20px;
height: 20px;
flex-shrink: 0;
} .footer-column {
display: flex;
flex-direction: column;
}
.footer-title {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 20px;
margin-top: 0;
}
.footer-links,
.footer-contacts {
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
margin: 0;
padding: 0;
}
.footer-links a,
.footer-contacts a {
color: #b8b5b0;
text-decoration: none;
font-size: 15px;
transition: color 0.3s ease;
}
.footer-links a:visited,
.footer-contacts a:visited {
color: #b8b5b0;
}
.footer-links a:hover,
.footer-contacts a:hover {
color: #f8de08;
}
.footer-contacts li {
font-size: 15px;
line-height: 1.6;
}
.footer-phone-primary-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px 14px;
}
.footer-phone-primary {
font-weight: 600;
font-size: 16px;
}
.footer-messengers {
display: inline-flex;
align-items: center;
gap: 8px;
}
.footer-messenger-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.12);
color: #b8b5b0;
transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
text-decoration: none;
}
.footer-messenger-icon:hover {
color: #f8de08;
background-color: rgba(248, 222, 8, 0.2);
transform: translateY(-2px);
}
.footer-messenger-icon svg,
.footer-messenger-icon img {
width: 20px;
height: 20px;
display: block;
object-fit: contain;
} .social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #fff;
color: #2d2a26;
border-radius: 50%;
transition: all 0.3s ease;
text-decoration: none;
flex-shrink: 0;
}
.social-icon:hover {
background-color: #f8de08;
transform: translateY(-3px);
}
.footer-social {
display: flex;
gap: 12px;
flex-wrap: wrap;
} .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 14px;
color: #8a8782;
}
.footer-copyright,
.footer-privacy {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.separator {
color: #5a5752;
font-size: 12px;
}
.footer-privacy a {
color: #8a8782;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-privacy a:hover {
color: #f8de08;
} .footer .newsletter-success,
.footer .newsletter-error {
padding: 15px 20px;
border-radius: 8px;
font-size: 14px;
margin-top: 15px;
animation: slideIn 0.3s ease;
}
.footer .newsletter-success {
background-color: rgba(76, 175, 80, 0.2);
color: #4caf50;
border: 1px solid rgba(76, 175, 80, 0.4);
}
.footer .newsletter-error {
background-color: rgba(244, 67, 54, 0.2);
color: #f44336;
border: 1px solid rgba(244, 67, 54, 0.4);
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
} @media (max-width: 1200px) {
.footer-content {
grid-template-columns: 2fr 1fr 1fr;
gap: 30px;
}
.footer-column:nth-child(4),
.footer-column:nth-child(5) {
grid-column: span 1;
}
}
@media (max-width: 768px) {
.footer {
padding: 40px 20px 20px;
}
.footer-top {
flex-direction: column;
gap: 30px;
margin-bottom: 40px;
}
.footer-content {
grid-template-columns: 1fr;
gap: 40px;
}
.footer-newsletter {
max-width: 100%;
}
.footer-bottom {
flex-direction: column;
gap: 15px;
text-align: center;
}
.footer-copyright,
.footer-privacy {
flex-wrap: wrap;
justify-content: center;
}
}
@media (max-width: 480px) {
.footer .submit-btn {
width: 100%;
justify-content: center;
}
.footer .form-checkbox label {
font-size: 12px;
}
.social-icon {
width: 36px;
height: 36px;
}
.social-icon svg {
width: 18px;
height: 18px;
}
} .about-us-hero {
position: relative;
width: 100%;
overflow: hidden;
margin-top: 80px; }
.about-us-hero-image {
width: 100%;
position: relative;
overflow: hidden;
background-color: #0d6937;
}
.about-us-hero-image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
object-position: center;
}
.about-us-content {
padding: 80px 20px;
color: #fff;
}
.about-us-content-wrapper {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 80px;
align-items: start;
}
.about-us-title-section {
position: sticky;
top: 100px;
}
.about-us-main-title {
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
line-height: 1.1;
margin: 0;
color: #fff;
letter-spacing: -0.02em;
display: flex;
align-items: center;
gap: 20px;
}
.about-us-bullet {
color: #f8de08;
animation: pulse 2s infinite;
display: inline-block;
}
.about-us-text-section {
display: flex;
flex-direction: column;
gap: 60px;
}
.about-us-block {
display: flex;
flex-direction: column;
gap: 20px;
}
.about-us-block-title {
font-size: 24px;
font-weight: 600;
color: #fff;
margin: 0;
line-height: 1.3;
}
.about-us-block-content {
font-size: 16px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.9);
}
.about-us-block-content p {
margin: 0 0 20px 0;
}
.about-us-block-content p:last-child {
margin-bottom: 0;
} @media (max-width: 1200px) {
.about-us-content-wrapper {
gap: 60px;
}
.about-us-text-section {
gap: 50px;
}
}
@media (max-width: 768px) {
.about-us-hero {
margin-top: 60px; }
.about-us-hero-image {
background-color: #0d6937;
}
.about-us-content {
padding: 60px 20px;
}
.about-us-content-wrapper {
grid-template-columns: 1fr;
gap: 40px;
}
.about-us-title-section {
position: static;
text-align: center;
}
.about-us-main-title {
font-size: clamp(36px, 8vw, 60px);
}
.about-us-text-section {
gap: 40px;
}
.about-us-block {
gap: 15px;
}
.about-us-block-title {
font-size: 20px;
}
.about-us-block-content {
font-size: 15px;
}
}
@media (max-width: 480px) {
.about-us-hero {
margin-top: 50px; }
.about-us-hero-image {
background-color: #0d6937;
}
.about-us-content {
padding: 40px 20px;
}
.about-us-content-wrapper {
gap: 30px;
}
.about-us-text-section {
gap: 30px;
}
.about-us-main-title {
font-size: clamp(28px, 10vw, 50px);
}
.about-us-block-title {
font-size: 18px;
}
.about-us-block-content {
font-size: 14px;
line-height: 1.6;
}
} .about-us-standards {
background-color: #f8f6f0;
padding: 80px 20px;
}
.about-us-standards-title {
font-size: clamp(48px, 6vw, 72px);
font-weight: 700;
line-height: 1.1;
margin: 0;
color: #2d2a26;
text-transform: uppercase;
letter-spacing: -0.02em;
display: flex;
align-items: center;
gap: 20px;
}
.about-us-standards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 40px;
max-width: 1400px;
margin: 0 auto;
align-items: start;
}
.about-us-standards-title {
grid-column: 2;
grid-row: 1;
justify-self: center;
}
.about-us-standard-item {
text-align: center;
padding: 30px 20px;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-us-standard-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.about-us-standard-icon {
width: 80px;
height: 80px;
margin: 0 auto 20px;
background: #f8de08;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.about-us-standard-icon::before {
content: '';
position: absolute;
inset: 4px;
background: rgba(248, 222, 8, 0.3);
border-radius: 50%;
z-index: 1;
}
.about-us-standard-icon img {
width: 40px;
height: 40px;
object-fit: contain;
position: relative;
z-index: 2;
}
.about-us-standard-title {
font-size: 18px;
font-weight: 600;
color: #2d2a26;
margin: 0 0 15px 0;
line-height: 1.3;
}
.about-us-standard-description {
font-size: 14px;
line-height: 1.6;
color: #666;
}
.about-us-standard-description p {
margin: 0 0 10px 0;
}
.about-us-standard-description p:last-child {
margin-bottom: 0;
}
.about-us-standard-image {
margin-top: 20px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about-us-standard-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
}
.about-us-standard-item:hover .about-us-standard-image img {
transform: scale(1.05);
} @media (max-width: 1024px) {
.about-us-standards-grid {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto auto;
gap: 30px;
}
.about-us-standards-title {
grid-column: 1 / -1;
grid-row: 1;
text-align: center;
margin-bottom: 0;
}
}
@media (max-width: 768px) {
.about-us-standards {
padding: 60px 20px;
}
.about-us-standards-title {
font-size: clamp(36px, 8vw, 48px);
margin-bottom: 40px;
}
.about-us-standards-grid {
grid-template-columns: 1fr;
grid-template-rows: auto auto auto auto auto auto;
gap: 25px;
}
.about-us-standards-title {
grid-column: 1;
grid-row: 1;
text-align: center;
margin-bottom: 0;
}
.about-us-standard-item {
padding: 25px 15px;
}
.about-us-standard-icon {
width: 70px;
height: 70px;
margin-bottom: 15px;
}
.about-us-standard-icon img {
width: 35px;
height: 35px;
}
.about-us-standard-title {
font-size: 16px;
margin-bottom: 12px;
}
.about-us-standard-description {
font-size: 13px;
}
.about-us-standard-image {
margin-top: 15px;
}
}
@media (max-width: 480px) {
.about-us-standards {
padding: 40px 20px;
}
.about-us-standards-title {
font-size: clamp(28px, 10vw, 36px);
margin-bottom: 30px;
gap: 15px;
}
.about-us-standards-grid {
gap: 20px;
}
.about-us-standard-item {
padding: 20px 15px;
}
.about-us-standard-icon {
width: 60px;
height: 60px;
margin-bottom: 12px;
}
.about-us-standard-icon img {
width: 30px;
height: 30px;
}
.about-us-standard-title {
font-size: 15px;
margin-bottom: 10px;
}
.about-us-standard-description {
font-size: 12px;
line-height: 1.5;
}
.about-us-standard-image {
margin-top: 12px;
}
} .about-us-benefits {
background: #FAF9EA;
padding: 100px 20px;
}
.about-us-benefits .benefits-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 60px 40px;
max-width: 1400px;
margin: 0 auto;
align-items: center;
}
.about-us-benefits .benefit-title-card {
grid-column: 1;
display: flex;
align-items: center;
justify-content: flex-start;
height: 100%;
}
.about-us-benefits .benefit-card {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.about-us-benefits .benefit-icon-wrapper {
position: relative;
margin-bottom: 30px;
}
.about-us-benefits .benefit-icon-wrapper::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 140px;
height: 140px;
background-color: rgba(248, 222, 8, 0.2);
border-radius: 50%;
z-index: 1;
}
.about-us-benefits .benefit-icon {
width: 100px;
height: 100px;
background-color: var(--primary-yellow);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
transition: transform 0.3s ease;
}
.about-us-benefits .benefit-card:hover .benefit-icon {
transform: scale(1.1);
}
.about-us-benefits .benefit-icon-img {
width: 340px;
height: 340px;
object-fit: contain;
}
.about-us-benefits .benefit-title {
font-size: 24px;
font-weight: 600;
color: var(--color-dark);
margin: 0 0 16px 0;
line-height: 1.3;
text-align: center;
}
.about-us-benefits .benefit-description {
font-size: 16px;
line-height: 1.6;
color: var(--color-dark);
margin: 0;
max-width: 400px;
text-align: center;
}
.about-us-benefits .section-title-large {
font-size: clamp(42px, 6vw, 38px);
text-align: left;
font-weight: 400;
color: var(--color-dark);
margin: 0;
display: flex;
align-items: center;
gap: 20px;
line-height: 1.2;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.about-us-benefits .section-dot {
width: 24px;
height: 24px;
background-color: var(--primary-yellow);
border-radius: 50%;
flex-shrink: 0;
animation: blink 6s ease-in-out infinite;
} @media (max-width: 1024px) {
.about-us-benefits .section-title-large {
font-size: clamp(36px, 5vw, 60px);
margin-bottom: 60px;
}
.about-us-benefits .benefits-grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto auto;
gap: 50px 30px;
align-items: stretch;
}
.about-us-benefits .benefit-title-card {
grid-column: 1 / -1;
grid-row: 1;
justify-content: center;
height: auto;
}
}
@media (max-width: 768px) {
.about-us-benefits {
padding: 60px 20px;
}
.about-us-benefits .section-title-large {
font-size: clamp(32px, 4vw, 50px);
margin-bottom: 40px;
}
.about-us-benefits .section-dot {
width: 16px;
height: 16px;
}
.about-us-benefits .benefits-grid {
grid-template-columns: 1fr;
grid-template-rows: auto repeat(5, 1fr);
gap: 40px;
align-items: stretch;
}
.about-us-benefits .benefit-title-card {
grid-column: 1;
grid-row: 1;
justify-content: center;
height: auto;
}
.about-us-benefits .benefit-icon-wrapper::before {
width: 120px;
height: 120px;
}
.about-us-benefits .benefit-icon {
width: 80px;
height: 80px;
}
.about-us-benefits .benefit-icon svg {
width: 32px;
height: 32px;
}
.about-us-benefits .benefit-title {
font-size: 20px;
}
.about-us-benefits .benefit-description {
font-size: 15px;
}
} .about-us-products {
padding: 0;
background-color: #fff;
}
.about-us-products-image {
width: 100%;
height: auto;
display: block;
object-fit: contain;
object-position: center;
background-color: #0d6937;
}
.about-us-products-placeholder {
text-align: center;
padding: 60px 20px;
background-color: #f8f9fa;
border: 2px dashed #dee2e6;
border-radius: 12px;
color: #6c757d;
font-size: 16px;
max-width: 800px;
margin: 0 auto;
} @media (max-width: 768px) {
.about-us-products-image {
min-height: auto;
background-color: #0d6937;
}
} .about-us-world {
padding: 80px 20px;
background: linear-gradient(180deg, #FAF9EA 0%, #FAF3BA 100%);
}
.about-us-world-top {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 60px;
margin-bottom: 20px;
align-items: start;
}
.about-us-world-title {
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
line-height: 1.1;
margin: 0;
color: #2d2a26;
letter-spacing: -0.02em;
display: flex;
align-items: center;
gap: 20px;
}
.about-us-export-title {
font-size: 24px;
font-weight: 600;
color: #2d2a26;
margin: 0 0 20px 0;
letter-spacing: 0.5px;
}
.about-us-export-description {
font-size: 16px;
line-height: 1.6;
color: #666;
margin: 0 0 30px 0;
}
.about-us-slider-controls {
display: flex;
gap: 10px;
margin-top: 20px;
justify-content: flex-end;
}
.about-us-slider-controls .slider-btn {
width: 40px;
height: 40px;
border: 2px solid #f8de08;
background-color: transparent;
color: #2d2a26;
border-radius: 50%;
font-size: 24px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
position: static;
transform: none;
line-height: 1;
padding: 0;
}
.about-us-slider-controls .slider-btn:hover {
background-color: #f8de08;
transform: scale(1.1);
}
.about-us-world-bottom {
display: flex;
justify-content: center;
align-items: center;
background-color: #FFFFFF;
border-radius: 20px;
padding: 40px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
} .about-us-coverage-map-wrap {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.about-us-coverage-map,
#olis-coverage-map {
min-height: 500px;
width: 100%;
border-radius: 12px;
overflow: hidden;
background-color: #f5f5f5;
}
.about-us-coverage-legend {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: #2d2a26;
}
.about-us-coverage-legend-dot {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #0d6937;
flex-shrink: 0;
}
.about-us-coverage-legend-text {
font-weight: 500;
}
.about-us-coverage-countries-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 16px;
margin-top: 16px;
row-gap: 10px;
}
.about-us-coverage-country {
display: inline-flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
font-size: 14px;
text-align: left;
color: #2d2a26;
background-color: rgba(13, 105, 55, 0.12);
padding: 6px 14px;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
border: 1px solid transparent;
}
.about-us-coverage-country-flag {
display: inline-block;
font-size: 1.15em;
line-height: 1;
flex-shrink: 0;
}
.about-us-coverage-country-name {
white-space: nowrap;
}
.about-us-coverage-country:hover,
.about-us-coverage-country:focus {
background-color: #0d6937;
color: #fff;
outline: none;
transform: translateY(-1px);
}
.about-us-coverage-country.is-highlighted {
background-color: #0d6937;
color: #fff;
} .olis-coverage-tooltip {
font-size: 13px !important;
padding: 6px 10px !important;
border-radius: 8px !important;
background-color: #2d2a26 !important;
color: #fff !important;
border: none !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
}
.olis-coverage-map-error {
padding: 24px;
text-align: center;
color: #666;
font-size: 14px;
background-color: #f9f9f9;
border-radius: 12px;
}
.about-us-world-left {
position: relative;
}
.about-us-partner-logo-single {
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
padding: 15px;
border-radius: 12px;
transition: transform 0.3s ease;
}
.about-us-partner-logo-single:hover {
transform: scale(1.05);
}
.about-us-partner-logo-single img {
max-width: 100%;
height: auto;
max-height: 100px;
object-fit: contain;
}
.about-us-slider-container {
position: relative;
overflow: hidden;
border-radius: 12px;
margin-top: 100px;
}
.about-us-slider {
position: relative;
}
.about-us-slide {
display: none;
position: relative;
}
.about-us-slide.active {
display: block;
}
.about-us-europe-map {
text-align: center;
position: relative;
background-color: #FFFFFF;
border-radius: 20px;
padding: 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.about-us-europe-map img {
max-width: 100%;
height: auto;
border-radius: 12px;
}
.about-us-world-right {
position: relative;
}
.about-us-europe-bg {
position: absolute;
top: 0;
left: 35%;
transform: translateX(-50%);
font-size: 60px;
font-weight: 900;
color: rgba(45, 42, 38, 0.1);
text-transform: uppercase;
letter-spacing: 10px;
z-index: 1;
pointer-events: none;
white-space: normal;
text-align: left;
max-width: 100%;
word-wrap: break-word;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, visibility 0.5s ease;
line-height: 1.2;
}
.about-us-europe-bg.active {
opacity: 1;
visibility: visible;
}
.about-us-countries-container {
position: relative;
z-index: 2;
margin-top: 250px;
min-height: 300px;
}
.about-us-countries-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, visibility 0.5s ease;
}
.about-us-countries-list.active {
position: relative;
opacity: 1;
visibility: visible;
}
.about-us-country-item {
display: flex;
align-items: center;
gap: 8px;
background-color: rgba(248, 222, 8, 0.2);
padding: 12px 16px;
border-radius: 25px;
transition: all 0.3s ease;
}
.about-us-country-item:hover {
background-color: #f8de08;
transform: translateY(-2px);
}
.country-name {
font-size: 14px;
font-weight: 500;
color: #2d2a26;
} @media (max-width: 1024px) {
.about-us-world {
margin: 30px 15px;
padding: 60px 20px;
}
.about-us-world-top {
grid-template-columns: 1fr;
gap: 40px;
margin-bottom: 60px;
}
.about-us-world-bottom {
padding: 30px;
}
.about-us-coverage-map,
#olis-coverage-map {
min-height: 420px;
}
.about-us-countries-list {
grid-template-columns: repeat(2, 1fr);
}
.about-us-europe-bg {
font-size: 80px;
letter-spacing: 5px;
}
.about-us-countries-container {
margin-top: 120px;
min-height: 250px;
}
}
@media (max-width: 768px) {
.about-us-world {
margin: 20px 10px;
padding: 50px 20px;
border-radius: 15px;
}
.about-us-world-title {
font-size: clamp(36px, 8vw, 48px);
gap: 15px;
}
.about-us-export-title {
font-size: 20px;
}
.about-us-export-description {
font-size: 15px;
}
.about-us-slider-container {
margin-top: 30px;
}
.about-us-world-bottom {
padding: 30px;
}
.about-us-coverage-map,
#olis-coverage-map {
min-height: 360px;
}
.about-us-coverage-countries-row {
justify-content: center;
gap: 8px 12px;
}
.about-us-partner-logo-single {
top: 10px;
left: 10px;
padding: 10px;
}
.about-us-partner-logo-single img {
max-height: 40px;
}
.about-us-countries-list {
grid-template-columns: 1fr;
gap: 12px;
}
.about-us-europe-bg {
font-size: 60px;
letter-spacing: 3px;
}
.about-us-countries-container {
margin-top: 80px;
min-height: 200px;
}
}
@media (max-width: 480px) {
.about-us-world {
padding: 40px 15px;
}
.about-us-world-title {
font-size: clamp(28px, 10vw, 36px);
gap: 12px;
}
.about-us-export-title {
font-size: 18px;
}
.about-us-export-description {
font-size: 14px;
line-height: 1.5;
}
.about-us-country-item {
padding: 10px 12px;
}
.country-name {
font-size: 13px;
}
.about-us-slider-container {
margin-top: 20px;
}
.about-us-world-bottom {
padding: 20px;
}
.about-us-coverage-map,
#olis-coverage-map {
min-height: 300px;
}
.about-us-coverage-countries-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px 12px;
margin-top: 12px;
max-width: 320px;
margin-left: auto;
margin-right: auto;
}
.about-us-coverage-country {
font-size: 13px;
padding: 8px 12px;
justify-content: flex-start;
text-align: left;
}
.about-us-partner-logo-single {
top: 5px;
left: 5px;
padding: 8px;
}
.about-us-partner-logo-single img {
max-height: 35px;
}
.about-us-europe-bg {
font-size: 40px;
letter-spacing: 2px;
}
.about-us-countries-container {
margin-top: 60px;
min-height: 150px;
}
} .about-us-newsletter {
padding: 100px 20px;
background-color: #2d2a26;
position: relative;
overflow: hidden;
}
.about-us-newsletter::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #f8de08 0%, transparent 100%);
}
.about-us-newsletter .container {
max-width: 1400px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.about-us-newsletter-title {
font-size: 64px;
font-weight: 400;
line-height: 1.1;
margin: 0 0 20px 0;
color: #fff;
letter-spacing: -0.02em;
display: flex;
align-items: center;
gap: 20px;
}
.about-us-newsletter-description {
font-size: 18px;
line-height: 1.6;
color: #b8b5b0;
margin: 0 0 40px 0;
}
.about-us-newsletter .newsletter-form {
display: flex;
flex-direction: column;
gap: 20px;
}
.about-us-newsletter .form-input {
background-color: #3a3733;
border: none;
border-radius: 8px;
padding: 16px 20px;
color: #fff;
font-size: 15px;
transition: background-color 0.3s ease;
}
.about-us-newsletter .form-input::placeholder {
color: #8a8782;
}
.about-us-newsletter .form-input:focus {
outline: none;
background-color: #454239;
}
.about-us-newsletter .form-checkbox {
display: flex;
gap: 12px;
align-items: flex-start;
}
.about-us-newsletter .form-checkbox input[type="checkbox"] {
margin-top: 4px;
width: 18px;
height: 18px;
cursor: pointer;
accent-color: #f8de08;
}
.about-us-newsletter .form-checkbox label {
font-size: 13px;
line-height: 1.6;
color: #8a8782;
}
.about-us-newsletter .more-link {
color: #4a90e2;
text-decoration: none;
transition: color 0.3s ease;
}
.about-us-newsletter .more-link:hover {
color: #6ba3e8;
text-decoration: underline;
}
.about-us-newsletter .submit-btn {
display: flex;
align-items: center;
gap: 12px;
background-color: #fff;
color: #2d2a26;
border: none;
border-radius: 50px;
padding: 14px 28px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
width: fit-content;
}
.about-us-newsletter .submit-btn:hover {
background-color: #f8de08;
transform: translateX(5px);
}
.about-us-newsletter .submit-btn svg {
width: 20px;
height: 20px;
}
.about-us-newsletter .newsletter-success,
.about-us-newsletter .newsletter-error {
padding: 12px 20px;
border-radius: 8px;
font-size: 14px;
margin-top: 10px;
}
.about-us-newsletter .newsletter-success {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.about-us-newsletter .newsletter-error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
} @media (max-width: 768px) {
.about-us-newsletter {
padding: 80px 20px;
}
.newsletter-form-wrapper-about {
padding: 32px 24px;
}
.about-us-newsletter-title {
font-size: clamp(36px, 8vw, 48px);
gap: 15px;
}
.about-us-newsletter-description {
font-size: 16px;
}
.about-us-newsletter .submit-btn {
width: 100%;
justify-content: center;
}
}
@media (max-width: 480px) {
.about-us-newsletter {
padding: 60px 20px;
}
.newsletter-form-wrapper-about {
padding: 24px 16px;
}
.about-us-newsletter-title {
font-size: clamp(28px, 10vw, 36px);
gap: 12px;
}
.about-us-newsletter-description {
font-size: 15px;
}
.about-us-newsletter .form-checkbox label {
font-size: 12px;
}
} .certificates-section {
background: linear-gradient(135deg, #2d7a5c 0%, #1e5a42 100%);
padding: 80px 20px;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.certificates-container {
max-width: 1400px;
width: 100%;
margin: 0 auto;
} .certificates-header {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 60px;
margin-bottom: 80px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
align-items: flex-start;
}
.certificates-title-section {
display: flex;
align-items: flex-start;
}
.certificates-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #ffffff;
text-align: left;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.certificates-bullet {
color: #FFD700;
font-size: clamp(42px, 5vw, 80px);
line-height: 1;
}
.certificates-text-section {
display: flex;
align-items: center;
}
.certificates-description {
font-family: 'Inter', sans-serif;
font-size: clamp(16px, 2vw, 20px);
font-weight: 400;
line-height: 1.6;
color: #ffffff;
text-align: left;
max-width: 100%;
margin: 0;
} .certificates-row {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
margin-bottom: 40px;
flex-wrap: wrap;
} .certificate-card {
background: #ffffff;
border-radius: 12px;
padding: 15px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
width: 280px;
height: 380px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
animation: fadeInUp 0.6s ease-out;
}
.certificate-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.certificate-card img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
} .certificate-large {
width: 100%;
height: 100%;
} .row-4 {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
}
.row-3 {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.row-1 {
max-width: 400px;
margin-left: auto;
margin-right: auto;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.row-3 .certificate-card {
animation-delay: 0.2s;
}
.row-1 .certificate-card {
animation-delay: 0.4s;
} .certificate-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(13, 105, 55, 0.7);
opacity: 0;
transition: opacity 0.3s ease;
cursor: pointer;
}
.certificate-card:hover .certificate-overlay {
opacity: 1;
}
.certificate-card {
cursor: pointer;
position: relative;
} .certificate-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.95);
z-index: 10000;
opacity: 0;
transition: opacity 0.3s ease;
}
.certificate-modal.active {
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.certificate-modal-content {
position: relative;
max-width: 95vw;
max-height: 95vh;
display: flex;
align-items: center;
justify-content: center;
padding: 60px 20px 20px;
}
.certificate-modal-content img {
max-width: 100%;
max-height: 95vh;
width: auto;
height: auto;
object-fit: contain;
border-radius: 8px;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}
.certificate-modal-close {
position: absolute;
top: 20px;
right: 20px;
background: #fff;
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 32px;
font-weight: bold;
cursor: pointer;
color: #333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10001;
line-height: 1;
padding: 0px;
}
.certificate-modal-close:hover {
background: #15803D;
color: #fff;
transform: rotate(90deg) scale(1.1);
} @media (max-width: 768px) {
.certificate-modal-content {
padding: 70px 10px 10px;
}
.certificate-modal-close {
width: 45px;
height: 45px;
font-size: 28px;
top: 15px;
right: 15px;
}
}
@media (max-width: 480px) {
.certificate-modal-close {
width: 40px;
height: 40px;
font-size: 24px;
top: 10px;
right: 10px;
}
} @media (max-width: 1400px) {
.certificate-card {
width: 240px;
height: 340px;
}
.certificate-large {
width: 320px;
height: 420px;
}
}
@media (max-width: 1200px) {
.certificates-row {
gap: 20px;
}
.certificate-card {
width: 220px;
height: 300px;
}
.certificate-large {
width: 100%;
height: 100%;
}
} @media (max-width: 768px) {
.certificates-section {
padding: 40px 15px;
}
.certificates-header {
grid-template-columns: 1fr;
gap: 25px;
margin-bottom: 40px;
}
.certificates-title {
font-size: clamp(36px, 8vw, 60px);
gap: 15px;
}
.certificates-description {
font-size: clamp(15px, 4vw, 18px);
}
.certificates-row {
gap: 15px;
margin-bottom: 30px;
}
.certificate-card {
width: 160px;
height: 220px;
}
.certificate-large {
width: 220px;
height: 300px;
}
}
@media (max-width: 576px) {
.certificates-section {
padding: 30px 10px;
}
.certificates-header {
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 40px;
}
.certificates-title {
font-size: clamp(28px, 10vw, 50px);
gap: 12px;
}
.certificates-description {
font-size: 14px;
} .certificates-row {
flex-direction: column;
gap: 20px;
}
.certificate-card,
.certificate-large {
width: 100%;
max-width: 320px;
height: auto;
}
.row-4,
.row-3,
.row-1 {
max-width: 100%;
}
} .brand-products-page {
padding: 10px 0;
}
.brand-products-header {
margin-bottom: 40px;
padding: 0 20px;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
.brand-page-products-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #2d2a26;
text-align: left;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.brand-page-products-bullet {
color: #FFD700;
font-size: clamp(42px, 5vw, 60px);
line-height: 1;
}
.brand-products-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
margin-top: 40px;
}
.brand-product-card {
background: #ffffff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
gap: 30px;
height: 100%;
}
.brand-product-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.product-info {
display: flex;
flex-direction: column;
gap: 20px;
}
.product-title {
font-family: 'Inter', sans-serif;
font-size: clamp(28px, 3vw, 36px);
font-weight: 700;
color: #2d2a26;
margin: 0;
line-height: 1.3;
}
.product-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
color: #666;
line-height: 1.6;
}
.product-packaging,
.product-weight {
background: #f9f9f9;
padding: 20px;
border-radius: 12px;
border-left: 4px solid #FFD700;
}
.product-packaging h3,
.product-weight h3 {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #2d2a26;
margin: 0 0 12px 0;
}
.product-packaging ul,
.product-weight ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.product-packaging li,
.product-weight li {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #666;
background: #ffffff;
padding: 8px 16px;
border-radius: 20px;
border: 1px solid #e0e0e0;
} @media (max-width: 1200px) {
.brand-products-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}
@media (max-width: 768px) {
.brand-products-page {
padding: 60px 0;
}
.brand-products-header {
margin-bottom: 30px;
}
.brand-page-products-title {
font-size: clamp(32px, 8vw, 48px);
gap: 15px;
}
.brand-products-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.brand-product-card {
padding: 0;
}
}
@media (max-width: 480px) {
.brand-products-page {
padding: 40px 0;
}
.brand-products-header {
margin-bottom: 25px;
}
.brand-page-products-title {
font-size: clamp(28px, 8vw, 40px);
gap: 10px;
}
.brand-products-grid {
gap: 20px;
}
.brand-product-card {
padding: 0;
}
.product-title {
font-size: 13px;
}
.product-description {
font-size: 14px;
}
} .brand-intro-section {
padding: 80px 0 0 0;
}
.brand-intro-content {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-template-rows: auto auto;
gap: 60px;
align-items: center;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
position: relative;
}
.brand-intro-text {
display: flex;
flex-direction: column;
gap: 30px;
min-width: 0;
}
.brand-logo-center {
position: absolute;
top: -60px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
max-width: 200px;
width: auto;
height: auto;
}
.brand-logo-center img {
width: 100%;
height: auto;
display: block;
}
.brand-intro-title {
font-family: 'Inter', sans-serif;
font-size: clamp(38px, 4.2vw, 52px);
font-weight: 400;
color: #2d2a26;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
white-space: nowrap;
}
.brand-intro-bullet {
color: #FFD700;
font-size: clamp(42px, 5vw, 60px);
line-height: 1;
}
.brand-intro-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.8;
color: #666;
}
.brand-intro-description p {
margin: 0 0 15px 0;
}
.brand-intro-description p:last-child {
margin-bottom: 0;
}
.brand-intro-buttons {
display: flex;
gap: 20px;
flex-wrap: wrap;
} .btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
text-decoration: none;
border-radius: 50px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.btn-primary {
background: #FFD700;
color: #2d2a26;
} .page-template-page-gusto .btn-primary {
background: var(--gusto-button-color, #FFD700);
color: #2d2a26;
} .page-template-page-nut .btn-primary {
background: var(--nut-button-color, #65391B);
color: #FFFFFF;
} .page-template-page-professional .btn-primary {
background: var(--professional-button-color, #D43732);
color: #FFFFFF;
}
.btn-primary:hover {
background: #FFC700;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}
.btn-secondary {
background: transparent;
color: #2d2a26;
border: 2px solid #2d2a26;
}
.btn-secondary:hover {
background: #2d2a26;
color: #ffffff;
}
.btn-icon {
font-size: 20px;
line-height: 1;
} .brand-intro-products {
display: flex;
flex-direction: row;
gap: 0;
align-items: center;
justify-content: center;
position: relative;
}
.intro-product-image {
flex: 1;
transition: transform 0.3s ease;
}
.intro-product-image:first-child {
max-width: 384px;
transform: translateY(-15px);
}
.intro-product-image:last-child {
max-width: 240px;
transform: translateY(15px);
margin-left: -80px;
}
.brand-intro-products:hover .intro-product-image:first-child {
transform: scale(1.1) translateY(-25px);
}
.brand-intro-products:hover .intro-product-image:last-child {
transform: scale(0.95) translateY(25px);
}
.intro-product-image img {
width: 100%;
height: auto;
display: block;
} .brand-products-filters {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 40px;
padding: 0 20px;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
} .filter-btn {
padding: 12px 24px;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #2d2a26;
background: #ffffff;
border: 2px solid #e0e0e0;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.filter-btn:hover {
border-color: #FFD700;
background: #FAF9EA;
} .page-template-page-gusto .filter-btn {
color: #151616;
background: rgba(254, 226, 67, 0.15);
border: 2px solid #151616;
}
.page-template-page-gusto .filter-btn:hover {
background: #151616;
color: #FFFFFF;
border-color: #151616;
} .page-template-page-gusto .filter-btn.active {
background: #151616;
color: #FFFFFF;
border-color: #151616;
} .page-template-page-nut .filter-btn {
color: #65391B;
background: #D0C5BF;
border: 2px solid #65391B;
}
.page-template-page-nut .filter-btn:hover,
.page-template-page-nut .filter-btn.active {
background: #65391B;
color: #FFFFFF;
border-color: #65391B;
} .page-template-page-professional .filter-btn {
color: #D43732;
background: #ECC5C3;
border: 2px solid #D43732;
}
.page-template-page-professional .filter-btn:hover,
.page-template-page-professional .filter-btn.active {
background: #D43732;
color: #FFFFFF;
border-color: #D43732;
}
.filter-btn.active {
background: #4CAF50;
color: #ffffff;
border-color: #4CAF50;
}
.filter-btn.active .filter-bullet {
display: none;
}
.filter-bullet {
color: #FFD700;
font-size: 16px;
line-height: 1;
} .product-card-wrapper {
display: flex;
flex-direction: column;
}
.product-card-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
}
.product-card-link:hover {
text-decoration: none;
color: inherit;
}
.brand-product-card {
background: transparent;
border-radius: 20px;
padding: 0;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
overflow: hidden;
}
.product-card-link:hover .brand-product-card {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.product-card-link:hover .product-image-wrapper {
background-color: #0D6937;
}
.product-card-link:hover .product-main-image {
transform: rotate(15deg);
}
.product-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 3 / 4;
border-radius: 12px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
transition: background-color 0.3s ease;
}
.product-main-image {
width: 100%;
height: 100%;
object-fit: contain; 
object-position: center;
transition: transform 0.3s ease;
max-width: 100%;
max-height: 100%;
}
.product-title-below {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 500;
color: #2d2a26;
text-align: center;
margin-top: 15px;
line-height: 1.4;
}
.product-card-cta {
display: flex;
justify-content: center;
margin-top: 12px;
}
.product-card-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 16px;
border-radius: 999px;
background: linear-gradient(180deg, #0f7a3f 0%, #0D6937 45%, #0b5d31 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.2px;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
box-shadow: 0 4px 12px rgba(13, 105, 55, 0.16);
position: relative;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.14);
}
.product-card-cta-btn::after {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(120px 80px at 20% 20%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%);
opacity: 0.22;
transition: opacity 0.2s ease, transform 0.2s ease;
transform: translateY(1px);
pointer-events: none;
}
.product-card-link:hover .product-card-cta-btn {
transform: translateY(-1px);
box-shadow: 0 8px 20px rgba(13, 105, 55, 0.22);
}
.product-card-link:hover .product-card-cta-btn::after {
opacity: 0.34;
transform: translateY(-1px);
} .olis-404 {
min-height: 70vh;
display: flex;
align-items: center;
}
.olis-404__wrap {
width: 100%;
padding: clamp(48px, 6vw, 84px) 20px;
}
.olis-404__container {
max-width: 1100px;
margin: 0 auto;
}
.olis-404__content {
background: linear-gradient(135deg, rgba(13, 105, 55, 0.06), rgba(255, 215, 0, 0.08));
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 28px;
padding: clamp(26px, 4vw, 44px);
box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}
.olis-404__code {
font-family: 'Inter', sans-serif;
font-weight: 800;
letter-spacing: -0.04em;
font-size: clamp(56px, 10vw, 120px);
line-height: 1;
color: #0D6937;
opacity: 0.18;
margin-bottom: 10px;
}
.olis-404__title {
margin: 0 0 10px;
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: clamp(22px, 3vw, 32px);
color: #2d2a26;
}
.olis-404__text {
margin: 0 0 22px;
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: rgba(45, 42, 38, 0.78);
max-width: 60ch;
}
.olis-404__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 18px;
}
.olis-404__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 16px;
border-radius: 999px;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 14px;
border: 1px solid rgba(13, 105, 55, 0.18);
color: #0D6937;
background: #ffffff;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.olis-404__btn:hover {
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}
.olis-404__btn--primary {
background: #0D6937;
border-color: #0D6937;
color: #ffffff;
box-shadow: 0 10px 22px rgba(13, 105, 55, 0.18);
}
.olis-404__btn--primary:hover {
background: #0b5d31;
}
.olis-404__btn--ghost {
background: transparent;
}
.olis-404__search .search-form {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.olis-404__search .search-field {
flex: 1;
min-width: 220px;
border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.12);
padding: 10px 14px;
font-size: 14px;
}
.olis-404__search .search-submit {
border-radius: 999px;
border: 0;
background: #FFD700;
color: #2d2a26;
font-weight: 700;
padding: 10px 16px;
cursor: pointer;
}
.olis-404__search .search-submit:hover {
filter: brightness(0.98);
} .product-card-wrapper[data-categories]:not(.visible) {
display: none;
} .product-card-wrapper.initially-hidden {
display: none;
}
.product-card-wrapper.initially-visible {
display: flex;
} .load-more-container {
text-align: center;
margin-top: 60px;
padding: 0 20px;
}
.load-more-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
color: #2d2a26;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
background-color: #FFD700;
}
.load-more-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}
.load-more-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
}
.load-more-btn:disabled:hover {
transform: none;
box-shadow: none;
} .recipes-section {
background: #FAF9EA;
padding: 80px 0;
}
.recipes-header {
text-align: center;
margin-bottom: 60px;
}
.recipes-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #2d2a26;
margin: 0;
text-align: left;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
}
.recipes-bullet {
color: #FFD700;
font-size: clamp(42px, 5vw, 60px);
line-height: 1;
} .recipes-brand-filters,
.recipes-type-filters {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 40px;
justify-content: flex-start;
}
.recipe-filter-btn {
padding: 12px 24px;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #2d2a26;
background: #FFF28D;
border: 2px solid #e0e0e0;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.recipe-filter-btn:hover {
border-color: #4CAF50;
background: #FAF9EA;
}
.recipe-filter-btn.active {
background: #4CAF50;
color: #ffffff;
border-color: #4CAF50;
}
.recipe-filter-btn.active .filter-bullet {
display: none;
} .recipes-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.recipe-card-wrapper {
display: flex;
flex-direction: column;
}
.recipe-card-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
}
.recipe-card-link:hover {
text-decoration: none;
color: inherit;
}
.recipe-card {
border-radius: 20px;
padding: 0;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
overflow: hidden;
}
.recipe-card-link:hover .recipe-card {
transform: translateY(-5px);
}
.recipe-image-wrapper {
position: relative;
width: 427px;
height: 576px;
border-radius: 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.recipe-main-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.recipe-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #f0f0f0;
color: #666;
font-size: 18px;
font-weight: 500;
}
.recipe-info {
padding: 20px;
display: flex;
flex-direction: column;
gap: 15px;
}
.recipe-title {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 400;
color: #2d2a26;
margin: 0;
line-height: 1.3;
text-align: center;
}
.recipe-details {
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: center;
}
.recipe-time,
.recipe-portions,
.recipe-category {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #666;
background: #f9f9f9;
padding: 4px 12px;
border-radius: 15px;
} .recipe-card-wrapper[data-categories]:not(.visible) {
display: none;
} @media (max-width: 1200px) {
.recipe-image-wrapper {
width: 350px;
height: 470px;
}
.recipes-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}
@media (max-width: 768px) {
.recipes-section {
padding: 60px 0;
}
.recipe-image-wrapper {
width: 300px;
height: 400px;
}
.recipes-title {
font-size: clamp(32px, 8vw, 48px);
gap: 15px;
}
.recipes-brand-filters,
.recipes-type-filters {
gap: 10px;
margin-bottom: 30px;
}
.recipe-filter-btn {
font-size: 13px;
padding: 10px 20px;
}
.recipes-grid {
grid-template-columns: 1fr;
gap: 30px;
justify-items: center;
}
.recipe-card-wrapper {
display: flex;
justify-content: center;
width: 100%;
}
.recipe-image-wrapper {
margin: 0 auto;
}
.recipe-info {
padding: 15px;
}
.recipe-title {
font-size: 16px;
}
.recipe-details {
gap: 6px;
}
.recipe-time,
.recipe-portions,
.recipe-category {
font-size: 13px;
padding: 3px 10px;
}
}
@media (max-width: 480px) {
.recipes-section {
padding: 40px 0;
}
.recipe-image-wrapper {
width: 250px;
height: 330px;
}
.recipes-title {
font-size: clamp(28px, 8vw, 40px);
gap: 10px;
}
.recipe-filter-btn {
font-size: 12px;
padding: 8px 16px;
}
.recipe-info {
padding: 12px;
}
.recipe-title {
font-size: 15px;
}
.recipe-time,
.recipe-portions,
.recipe-category {
font-size: 12px;
padding: 2px 8px;
}
} @media (max-width: 1200px) {
.brand-intro-content {
gap: 40px;
}
.intro-product-image {
max-width: 250px;
}
}
@media (max-width: 992px) {
.brand-intro-content {
grid-template-columns: 1fr;
gap: 40px;
}
.brand-intro-title {
white-space: normal;
}
.brand-intro-products {
order: -1;
justify-content: center;
flex-direction: row;
gap: 15px;
align-items: flex-end;
}
.brand-logo-center {
position: relative;
top: 0;
left: 0;
transform: none;
margin: 0 auto 20px;
max-width: 150px;
}
.intro-product-image:first-child {
max-width: 200px;
transform: translateY(-15px);
}
.intro-product-image:last-child {
max-width: 160px;
transform: translateY(15px);
margin-left: 0;
}
}
@media (max-width: 768px) {
.brand-intro-section {
padding: 60px 0;
}
.brand-intro-title {
font-size: clamp(28px, 7vw, 40px);
gap: 15px;
white-space: normal;
}
.brand-intro-buttons {
flex-direction: column;
}
.btn {
width: 100%;
justify-content: center;
}
.brand-intro-products {
gap: 12px;
flex-direction: row;
align-items: flex-end;
}
.brand-logo-center {
max-width: 120px;
}
.intro-product-image:first-child {
max-width: 160px;
transform: translateY(-12px);
}
.intro-product-image:last-child {
max-width: 130px;
transform: translateY(12px);
margin-left: 0;
}
.brand-products-filters {
padding: 0 20px;
}
.filter-btn {
font-size: 13px;
padding: 10px 20px;
}
.product-image-wrapper {
padding: 15px;
}
.product-title-below {
font-size: 14px;
margin-top: 12px;
}
}
@media (max-width: 480px) {
.brand-intro-section {
padding: 40px 0;
}
.brand-intro-products {
gap: 10px;
flex-direction: row;
align-items: flex-end;
}
.brand-logo-center {
max-width: 100px;
}
.intro-product-image:first-child {
max-width: 130px;
transform: translateY(-10px);
}
.intro-product-image:last-child {
max-width: 110px;
transform: translateY(10px);
margin-left: 0;
}
.product-image-wrapper {
padding: 10px;
}
.product-title-below {
font-size: 13px;
margin-top: 10px;
}
} .recipe-submission-section {
padding: 80px 0;
}
.recipe-submission-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.recipe-submission-form-wrapper {
max-width: 100%;
}
.recipe-submission-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #2d2a26;
margin: 0 0 30px 0;
text-align: left;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
}
.recipe-submission-bullet {
color: #FFD700;
font-size: clamp(42px, 5vw, 60px);
line-height: 1;
}
.recipe-submission-text {
margin-bottom: 40px;
}
.recipe-submission-text p {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #666;
margin: 0;
}
.recipe-submission-form {
display: flex;
flex-direction: column;
gap: 25px;
}
.form-row {
display: grid;
gap: 20px;
}
.form-group {
display: flex;
flex-direction: column;
}
.form-group label {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: #A4A5B2;
margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
font-family: 'Inter', sans-serif;
font-size: 16px;
padding: 12px 16px;
border: 1px solid #ddd;
border-radius: 8px;
background-color: #fff;
transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #4CAF50;
}
.form-group textarea {
resize: vertical;
min-height: 120px;
}
.file-info {
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
font-size: 12px;
color: #666;
}
.file-icon {
font-size: 14px;
}
.checkbox-group {
flex-direction: row;
align-items: flex-start;
}
.checkbox-label {
display: flex;
align-items: flex-start;
gap: 12px;
cursor: pointer;
font-size: 14px;
line-height: 1.5;
color: #666;
}
.checkbox-label input[type="checkbox"] {
display: none;
}
.checkbox-custom {
width: 20px;
height: 20px;
border: 2px solid #ddd;
border-radius: 4px;
background-color: #fff;
position: relative;
flex-shrink: 0;
margin-top: 2px;
transition: all 0.3s ease;
}
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
background-color: #4CAF50;
border-color: #4CAF50;
}
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 12px;
font-weight: bold;
}
.recipe-submit-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 16px 32px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease;
margin-top: 10px;
}
.recipe-submit-btn:hover {
background-color: #45a049;
}
.submit-arrow {
font-size: 18px;
}
.recipe-submission-image {
display: flex;
justify-content: center;
align-items: center;
}
.recipe-submission-image img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} @media (max-width: 1200px) {
.recipe-submission-content {
gap: 40px;
}
}
@media (max-width: 992px) {
.recipe-submission-section {
padding: 60px 0;
}
.recipe-submission-content {
grid-template-columns: 1fr;
gap: 40px;
}
.recipe-submission-title {
font-size: clamp(32px, 8vw, 48px);
gap: 15px;
}
.recipe-submission-bullet {
font-size: clamp(32px, 8vw, 48px);
}
}
@media (max-width: 768px) {
.recipe-submission-section {
padding: 40px 0;
}
.recipe-submission-content {
display: flex;
flex-direction: column;
}
.recipe-submission-form-wrapper {
order: 2;
}
.recipe-submission-image {
order: 1;
margin-bottom: 30px;
}
.form-row {
grid-template-columns: 1fr;
gap: 15px;
}
.recipe-submission-form {
gap: 20px;
}
.recipe-submission-title {
font-size: clamp(28px, 8vw, 40px);
gap: 10px;
}
.recipe-submission-bullet {
font-size: clamp(28px, 8vw, 40px);
}
}
@media (max-width: 480px) {
.recipe-submission-section {
padding: 30px 0;
}
.recipe-submission-form {
gap: 15px;
}
.form-group input,
.form-group textarea {
padding: 10px 14px;
font-size: 14px;
}
.recipe-submit-btn {
padding: 14px 28px;
font-size: 14px;
}
} .recipe-submission-success {
text-align: center;
padding: 40px 20px;
background-color: #f8f9fa;
border-radius: 12px;
border: 2px solid #4CAF50;
}
.recipe-submission-success h3 {
font-family: 'Inter', sans-serif;
font-size: 24px;
font-weight: 700;
color: #4CAF50;
margin: 0 0 15px 0;
}
.recipe-submission-success p {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #666;
margin: 0;
} .work-hero-section {
position: relative;
min-height: 90vh;
display: flex;
align-items: center;
overflow: hidden;
}
.work-hero-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.work-hero-video video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.work-hero-overlay {
position: relative;
z-index: 2;
width: 100%;
background: rgba(0, 0, 0, 0.5);
min-height: 100vh;
display: flex;
align-items: center;
}
.work-hero-content {
text-align: center;
color: white;
max-width: 1400px;
margin: 0 auto;
padding: 40px 20px;
}
.work-hero-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: white;
margin: 0 0 30px 0;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.work-hero-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 80px);
line-height: 1;
}
.work-hero-subtitle {
font-family: 'Inter', sans-serif;
font-size: clamp(20px, 4vw, 32px);
font-weight: 400;
color: white;
margin: 0 0 20px 0;
opacity: 0.9;
}
.work-hero-description {
font-family: 'Inter', sans-serif;
font-size: clamp(16px, 2.5vw, 20px);
line-height: 1.6;
color: white;
margin: 0 0 40px 0;
opacity: 0.8;
}
.work-hero-actions {
margin-top: 40px;
}
.work-hero-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
background-color: #4CAF50;
color: white;
text-decoration: none;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
transition: all 0.3s ease;
}
.work-hero-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
color: white;
text-decoration: none;
}
.button-arrow {
font-size: 20px;
} .work-content-section {
padding: 80px 0;
background-color: #fff;
}
.work-content {
max-width: 1400px;
margin: 0 auto;
text-align: center;
}
.work-content-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #2d2a26;
margin: 0 0 30px 0;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.work-content-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
line-height: 1;
}
.work-content-text {
font-family: 'Inter', sans-serif;
font-size: 18px;
line-height: 1.6;
color: #666;
}
.work-content-text p {
margin: 0 0 20px 0;
} .work-values-section {
padding: 80px 0;
background: #0D6937;
color: white;
}
.work-values-content {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 50% 50%;
gap: 80px;
align-items: start;
}
.work-values-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: white;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
line-height: 1.1;
}
.work-values-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
}
.work-values-grid {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
align-items: start;
}
.work-value-item {
padding: 0;
}
.work-value-title {
font-family: 'Inter', sans-serif;
font-size: 32px;
font-weight: 400;
color: white;
margin: 0 0 20px 0;
letter-spacing: 0.5px;
}
.work-value-text {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: white;
}
.work-value-text p {
margin: 0 0 12px 0;
position: relative;
padding-left: 20px;
}
.work-value-text p::before {
content: '•';
color: #FFD700;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
}
.work-value-list {
margin: 0;
padding-left: 0;
list-style: none;
}
.work-value-list li {
margin: 0 0 0 0;
position: relative;
padding-left: 20px;
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: white;
}
.work-value-list li::before {
content: '•';
position: absolute;
left: 0;
top: 0;
font-weight: bold;
} @media (max-width: 1200px) {
.work-values-grid {
gap: 30px;
}
}
@media (max-width: 992px) {
.work-hero-section {
min-height: 80vh;
}
.work-hero-overlay {
min-height: 80vh;
}
.work-content-section,
.work-values-section {
padding: 60px 0;
}
.work-values-content {
grid-template-columns: 1fr;
gap: 40px;
}
.work-values-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.work-value-title {
font-size: 24px;
}
.work-hero-title {
font-size: clamp(36px, 8vw, 60px);
gap: 15px;
}
.work-hero-bullet {
font-size: clamp(36px, 8vw, 60px);
}
}
@media (max-width: 768px) {
.work-hero-section {
min-height: 70vh;
}
.work-hero-overlay {
min-height: 70vh;
}
.work-content-section,
.work-values-section {
padding: 40px 0;
}
.work-hero-content {
padding: 20px 15px;
}
.work-hero-title {
font-size: clamp(28px, 8vw, 48px);
gap: 10px;
}
.work-hero-bullet {
font-size: clamp(28px, 8vw, 48px);
}
.work-hero-button {
padding: 14px 28px;
font-size: 16px;
}
.work-value-item {
padding: 20px;
}
}
@media (max-width: 480px) {
.work-hero-section {
min-height: 60vh;
}
.work-hero-overlay {
min-height: 60vh;
}
.work-content-section,
.work-values-section {
padding: 30px 0;
}
.work-hero-content {
padding: 15px 10px;
}
.work-hero-title {
font-size: clamp(24px, 8vw, 40px);
gap: 8px;
}
.work-hero-bullet {
font-size: clamp(24px, 8vw, 40px);
}
.work-hero-button {
padding: 12px 24px;
font-size: 14px;
}
.work-value-item {
padding: 15px;
}
.work-value-title {
font-size: 20px;
}
.work-value-text {
font-size: 14px;
}
} .work-advantages-section {
padding: 80px 0;
background: #FFFCE6;
position: relative;
}
.work-advantages-section::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: #0D6937;
z-index: 1;
}
.work-advantages-content {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 50% 50%;
gap: 80px;
align-items: start;
}
.work-advantages-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #2d2a26;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
line-height: 1.1;
}
.work-advantages-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
}
.work-advantages-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}
.work-advantage-item {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.work-advantage-icon-wrapper {
position: relative;
margin-bottom: 30px;
}
.work-advantage-icon-wrapper::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 160px;
height: 160px;
border: 2px solid #FFD700;
border-radius: 50%;
opacity: 0.3;
z-index: 1;
}
.work-advantage-icon {
width: 120px;
height: 120px;
background-color: #FFD700;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
transition: transform 0.3s ease;
}
.work-advantage-item:hover .work-advantage-icon {
transform: scale(1.1);
}
.work-advantage-icon img {
width: 340px;
height: 340px;
object-fit: contain;
}
.work-advantage-title {
font-size: 24px;
font-weight: 600;
color: #2d2a26;
margin: 0 0 16px 0;
line-height: 1.3;
}
.work-advantage-text {
font-size: 16px;
line-height: 1.6;
color: #2d2a26;
margin: 0;
max-width: 400px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
} @media (max-width: 1200px) {
.work-advantages-grid {
gap: 30px;
}
}
@media (max-width: 992px) {
.work-advantages-section {
padding: 60px 0;
}
.work-advantages-content {
grid-template-columns: 1fr;
gap: 40px;
}
.work-advantages-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.work-advantage-icon-wrapper::before {
width: 140px;
height: 140px;
}
.work-advantage-icon {
width: 100px;
height: 100px;
}
.work-advantage-icon img {
width: 50px;
height: 50px;
}
.work-advantage-title {
font-size: 20px;
}
.work-advantage-text {
font-size: 15px;
}
}
@media (max-width: 768px) {
.work-advantages-section {
padding: 40px 0;
}
.work-advantages-grid {
gap: 25px;
}
.work-advantage-title {
font-size: 18px;
}
.work-advantage-text {
font-size: 14px;
}
}
@media (max-width: 480px) {
.work-advantages-section {
padding: 30px 0;
}
.work-advantages-grid {
gap: 20px;
}
.work-advantage-icon-wrapper::before {
width: 120px;
height: 120px;
}
.work-advantage-icon {
width: 80px;
height: 80px;
}
.work-advantage-icon img {
width: 40px;
height: 40px;
}
.work-advantage-title {
font-size: 16px;
}
.work-advantage-text {
font-size: 13px;
}
} .work-statistics-section {
padding: 80px 0;
background: #0D6937;
color: white;
}
.work-statistics-content {
max-width: 1400px;
margin: 0 auto;
}
.work-statistics-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: white;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
line-height: 1.1;
}
.work-statistics-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
}
.work-statistics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 60px;
align-items: start;
margin-top: 60px;
}
.work-stat-item {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.work-stat-number {
font-family: 'Inter', sans-serif;
font-size: clamp(48px, 8vw, 80px);
font-weight: 700;
color: #FFD700;
margin: 0;
line-height: 1;
transition: all 0.3s ease;
}
.work-stat-text {
font-family: 'Inter', sans-serif;
font-size: 18px;
line-height: 1.6;
color: white;
margin: 0;
opacity: 0.9;
text-align: center;
} .job-application-section {
padding: 80px 0;
background: #FAF9EA;
position: relative;
}
.job-application-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.job-application-header {
text-align: left;
margin-bottom: 50px;
}
.job-application-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0 0 20px 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 15px;
}
.job-application-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
line-height: 1;
animation: blink 2s infinite;
}
@keyframes blink {
0%, 50% {
opacity: 1;
}
51%, 100% {
opacity: 0.3;
}
}
.job-application-description {
font-family: 'Inter', sans-serif;
font-size: 18px;
line-height: 1.6;
color: #666;
margin: 0;
}
.job-application-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.job-application-form {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
width: 70%;
margin-left: 0;
}
.form-row {
margin-bottom: 25px;
}
.form-group {
display: flex;
flex-direction: column;
gap: 8px;
}
.form-group label {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 500;
color: #A4A5B2;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
width: 100%;
padding: 15px;
border: 2px solid #E5E5E5;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 16px;
transition: border-color 0.3s ease;
box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus {
outline: none;
border-color: #0D6937;
}
.file-upload-group {
position: relative;
}
.file-upload-wrapper {
position: relative;
}
.file-upload-wrapper input[type="file"] {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.file-upload-display {
display: flex;
align-items: center;
gap: 10px;
padding: 15px;
border: 2px dashed #E5E5E5;
border-radius: 8px;
background: #FAFAFA;
transition: border-color 0.3s ease;
}
.file-upload-wrapper:hover .file-upload-display {
border-color: #0D6937;
}
.file-icon {
font-size: 20px;
}
.file-text {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: #666;
}
.checkbox-group {
display: flex;
align-items: flex-start;
gap: 12px;
}
.checkbox-label {
display: flex;
align-items: flex-start;
gap: 12px;
font-family: 'Inter', sans-serif;
font-size: 14px;
color: #666;
line-height: 1.5;
cursor: pointer;
}
.checkbox-custom {
width: 20px;
height: 20px;
border: 2px solid #E5E5E5;
border-radius: 4px;
background: white;
position: relative;
flex-shrink: 0;
transition: all 0.3s ease;
}
.checkbox-group input[type="checkbox"] {
display: none;
}
.checkbox-group input[type="checkbox"]:checked + .checkbox-label .checkbox-custom {
background: #0D6937;
border-color: #0D6937;
}
.checkbox-group input[type="checkbox"]:checked + .checkbox-label .checkbox-custom::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 12px;
font-weight: bold;
}
.job-application-submit-btn {
background: #0D6937;
color: white;
border: none;
padding: 18px 30px;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
transition: background-color 0.3s ease;
width: 100%;
box-sizing: border-box;
}
.job-application-submit-btn:hover {
background: #0A5A2E;
}
.button-arrow {
font-size: 20px;
transition: transform 0.3s ease;
}
.job-application-submit-btn:hover .button-arrow {
transform: translateX(5px);
}
.job-application-success {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
text-align: center;
}
.job-application-success h3 {
font-family: 'Inter', sans-serif;
font-size: 24px;
font-weight: 600;
color: #0D6937;
margin: 0 0 15px 0;
}
.job-application-success p {
font-family: 'Inter', sans-serif;
font-size: 16px;
color: #666;
margin: 0;
} @media (max-width: 768px) {
.job-application-section {
padding: 60px 0;
}
.job-application-content {
padding: 0 15px;
}
.job-application-form {
padding: 30px 20px;
width: 100%;
}
.job-application-title {
font-size: 28px;
}
.job-application-description {
font-size: 16px;
}
}
@media (max-width: 480px) {
.job-application-form {
padding: 25px 15px;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
padding: 12px;
font-size: 14px;
}
.job-application-submit-btn {
padding: 15px 25px;
font-size: 16px;
}
} .contacts-hero-section {
position: relative;
height: 100vh;
overflow: hidden;
}
.contacts-hero-video {
position: relative;
width: 100%;
height: 100%;
}
.contacts-hero-video video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.contacts-hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
.contacts-hero-content {
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.contacts-hero-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
margin: 0 0 20px 0;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.contacts-hero-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
animation: blink 2s infinite;
}
.contacts-hero-subtitle {
font-family: 'Inter', sans-serif;
font-size: clamp(24px, 4vw, 36px);
font-weight: 400;
margin: 0 0 15px 0;
opacity: 0.9;
}
.contacts-hero-description {
font-family: 'Inter', sans-serif;
font-size: 18px;
line-height: 1.6;
margin: 0;
opacity: 0.8;
max-width: 600px;
}
.contacts-info-section {
padding: 80px 0;
background: #FFFCDE;
}
.contacts-info-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.contacts-info-left {
text-align: left;
}
.contacts-info-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0 0 20px 0;
display: flex;
align-items: center;
gap: 20px;
}
.contacts-info-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
animation: blink 2s infinite;
}
.contacts-info-subtitle {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0;
}
.contacts-info-right {
display: flex;
flex-direction: column;
gap: 40px;
}
.contact-block {
text-align: left;
}
.contact-block-title {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0 0 15px 0;
letter-spacing: 1px;
}
.contact-block-text {
font-family: 'Inter', sans-serif;
font-size: 16px;
color: #333;
margin: 0 0 10px 0;
display: flex;
align-items: flex-start;
gap: 10px;
line-height: 1.5;
}
.contact-block-text a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.contact-block-text a:visited {
color: #333;
}
.contact-block-text a:hover {
color: #0D6937;
text-decoration: underline;
}
.contact-bullet {
color: #333;
font-size: 16px;
margin-top: 2px;
flex-shrink: 0;
}
.contact-phone-primary-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px 16px;
margin-bottom: 16px;
}
.contact-phone-primary {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #0D6937;
text-decoration: none;
transition: color 0.3s ease;
}
.contact-phone-primary:hover {
color: #066b2c;
text-decoration: underline;
}
.contact-messengers {
display: inline-flex;
align-items: center;
gap: 10px;
}
.contact-messenger-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgba(13, 105, 55, 0.1);
color: #0D6937;
transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
text-decoration: none;
}
.contact-messenger-icon:hover {
color: #fff;
background-color: #0D6937;
transform: translateY(-2px);
}
.contact-messenger-icon svg,
.contact-messenger-icon img {
width: 22px;
height: 22px;
display: block;
object-fit: contain;
}
.contact-phone-secondary-title {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: #666;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 14px 0 8px 0;
}
.contact-phone-secondary {
margin-bottom: 8px;
}
.contact-phone-secondary a {
font-size: 15px;
color: #555;
} @media (max-width: 992px) {
.contacts-info-content {
grid-template-columns: 1fr;
gap: 40px;
}
.contacts-info-left {
text-align: center;
}
.contacts-info-title {
justify-content: center;
}
}
@media (max-width: 768px) {
.contacts-hero-section {
height: 60vh;
}
.contacts-info-section {
padding: 60px 0;
}
.contacts-info-content {
padding: 0 15px;
gap: 30px;
}
.contacts-info-right {
gap: 30px;
}
}
@media (max-width: 480px) {
.contacts-hero-section {
height: 50vh;
}
.contacts-info-section {
padding: 40px 0;
}
.contact-block-text {
font-size: 14px;
}
.contact-block-title {
font-size: 16px;
}
} @media (max-width: 1200px) {
.work-statistics-grid {
gap: 30px;
}
}
@media (max-width: 992px) {
.work-statistics-section {
padding: 60px 0;
}
.work-statistics-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}
@media (max-width: 768px) {
.work-statistics-section {
padding: 40px 0;
}
.work-statistics-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.work-stat-number {
font-size: clamp(36px, 8vw, 60px);
}
.work-stat-text {
font-size: 14px;
}
}
@media (max-width: 480px) {
.work-statistics-section {
padding: 30px 0;
}
.work-statistics-grid {
gap: 20px;
}
.work-stat-number {
font-size: clamp(28px, 8vw, 48px);
}
.work-stat-text {
font-size: 13px;
}
} .regional-offices-section {
padding: 80px 0;
background: #0D6937;
position: relative;
}
.regional-offices-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.regional-offices-left {
position: relative;
z-index: 2;
}
.regional-offices-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #FFFFFF;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.regional-offices-bullet {
color: #FFD700;
font-size: clamp(48px, 8vw, 72px);
line-height: 1;
animation: blink 2s infinite;
}
.regional-offices-right {
position: relative;
z-index: 2;
}
.regional-divisions-grid {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
}
.regional-division-item {
color: #FFFFFF;
}
.regional-division-title {
font-family: 'Inter', sans-serif;
font-size: clamp(18px, 3vw, 24px);
font-weight: 700;
color: #FFFFFF;
margin: 0 0 20px 0;
letter-spacing: 0.5px;
}
.regional-division-regions {
list-style: none;
padding: 0;
margin: 0 0 15px 0;
}
.regional-division-regions li {
font-family: 'Inter', sans-serif;
font-size: clamp(14px, 2vw, 16px);
font-weight: 400;
color: #FFFFFF;
margin: 0 0 8px 0;
line-height: 1.4;
position: relative;
padding-left: 20px;
}
.regional-division-regions li::before {
content: '•';
color: #FFFFFF;
font-size: 16px;
position: absolute;
left: 0;
top: 0;
}
.regional-division-phone {
margin: 0;
}
.regional-division-phone a {
font-family: 'Inter', sans-serif;
font-size: clamp(14px, 2vw, 16px);
font-weight: 400;
color: #FFFFFF;
text-decoration: none;
transition: color 0.3s ease;
}
.regional-division-phone a:visited {
color: #FFFFFF;
}
.regional-division-phone a:hover {
color: #FFD700;
}
.regional-division-contact {
margin-top: 12px;
}
.regional-division-phone-primary {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px 14px;
margin-bottom: 6px;
}
.regional-division-phone-primary a {
font-weight: 600;
font-size: 16px;
}
.regional-division-messengers {
display: inline-flex;
align-items: center;
gap: 8px;
}
.regional-messenger-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.15);
color: #fff;
transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
text-decoration: none;
}
.regional-messenger-icon:hover {
color: #2d2a26;
background-color: #f8de08;
transform: translateY(-2px);
}
.regional-messenger-icon svg,
.regional-messenger-icon img {
width: 18px;
height: 18px;
display: block;
object-fit: contain;
}
.regional-division-phone-secondary {
margin: 0;
font-size: 14px;
opacity: 0.9;
}
.regional-division-phone-secondary .contact-phone-secondary-label {
margin-right: 6px;
opacity: 0.85;
} @media (max-width: 1200px) {
.regional-offices-content {
gap: 80px;
}
.regional-divisions-grid {
gap: 30px;
}
}
@media (max-width: 992px) {
.regional-offices-section {
padding: 60px 0;
}
.regional-offices-content {
grid-template-columns: 1fr;
gap: 40px;
}
.regional-divisions-grid {
gap: 30px;
}
}
@media (max-width: 768px) {
.regional-offices-section {
padding: 40px 0;
}
.regional-offices-content {
gap: 30px;
}
.regional-divisions-grid {
gap: 25px;
}
}
@media (max-width: 480px) {
.regional-offices-section {
padding: 30px 0;
}
.regional-offices-content {
gap: 25px;
}
.regional-divisions-grid {
gap: 20px;
}
} .contacts-map-section {
padding: 0;
background: #FFFCDE;
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.contacts-map-wrapper {
width: 100%;
height: 100vh;
position: relative;
}
.contacts-map-link {
display: block;
width: 100%;
height: 100%;
}
.contacts-map-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
@media (max-width: 992px) {
.contacts-map-wrapper {
height: 70vh;
}
}
@media (max-width: 768px) {
.contacts-map-wrapper {
height: 60vh;
}
}
@media (max-width: 480px) {
.contacts-map-wrapper {
height: 50vh;
}
} .contact-form-section {
padding: 80px 0;
background: #FFFCDE;
}
.contact-form-content {
max-width: 800px;
margin: 0;
padding: 0 20px;
}
.contact-form-header {
text-align: left;
margin-bottom: 50px;
}
.contact-form-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0 0 20px 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
}
.contact-form-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
line-height: 1;
animation: blink 2s infinite;
}
.contact-form-description {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #666;
max-width: 600px;
margin: 0 auto;
}
.contact-form {
background: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-form .form-group {
margin-bottom: 25px;
}
.contact-form .form-group label {
display: block;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: #A4A5B2;
margin-bottom: 8px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
width: 100%;
padding: 12px 16px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 16px;
color: #333;
background: #fff;
transition: border-color 0.3s ease;
box-sizing: border-box;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
outline: none;
border-color: #0D6937;
}
.contact-form .form-group textarea {
resize: vertical;
min-height: 120px;
}
.file-info {
display: flex;
align-items: center;
gap: 8px;
font-size: 12px;
color: #666;
margin-top: 5px;
}
.file-icon {
font-size: 14px;
}
.contact-form .checkbox-group {
margin-bottom: 30px;
}
.contact-form .checkbox-label {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 14px;
color: #666;
cursor: pointer;
line-height: 1.4;
}
.contact-form .checkbox-label input[type="checkbox"] {
display: none;
}
.contact-checkbox-custom {
width: 20px;
height: 20px;
border: 2px solid #e0e0e0;
border-radius: 4px;
background: #fff;
position: relative;
flex-shrink: 0;
transition: all 0.3s ease;
display: inline-block;
}
.contact-form .checkbox-label input[type="checkbox"]:checked + .contact-checkbox-custom {
background: #0D6937;
border-color: #0D6937;
}
.contact-form .checkbox-label input[type="checkbox"]:checked + .contact-checkbox-custom::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 12px;
font-weight: bold;
}
.contact-submit-btn {
width: 100%;
padding: 16px 24px;
background: #0D6937;
color: #fff;
border: none;
border-radius: 8px;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.contact-submit-btn:hover {
background: #0a5a2e;
}
.submit-arrow {
font-size: 18px;
font-weight: bold;
}
.contact-form-success {
background: #d4edda;
color: #155724;
padding: 20px;
border-radius: 8px;
border: 1px solid #c3e6cb;
margin-top: 20px;
text-align: center;
}
.contact-form-success p {
margin: 0;
font-family: 'Inter', sans-serif;
font-size: 16px;
} @media (max-width: 768px) {
.contact-form-section {
padding: 60px 0;
}
.contact-form {
padding: 30px 20px;
}
.contact-form-title {
flex-direction: row;
gap: 15px;
}
}
@media (max-width: 480px) {
.contact-form-section {
padding: 40px 0;
}
.contact-form {
padding: 20px 15px;
}
.contact-form-content {
padding: 0 10px;
}
.contact-form-title {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
} .product-recipes-section {
padding: 20px 0;
background: #FFFCDE;
}
.product-recipes-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.product-recipes-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.product-recipes-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.product-recipes-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
font-weight: bold;
animation: blink 2s infinite;
}
.recipe-slider-nav {
display: flex;
gap: 10px;
}
.recipe-slider-prev,
.recipe-slider-next {
width: 50px;
height: 50px;
border: 2px solid #15803D;
border-radius: 50%;
background: #FFFCDE;
color: #15803D;
font-size: 20px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.recipe-slider-prev:hover,
.recipe-slider-next:hover {
background: #15803D;
color: #fff;
}
.recipe-slider-prev.disabled,
.recipe-slider-next.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.recipe-slider-prev.disabled:hover,
.recipe-slider-next.disabled:hover {
background: #FFFCDE;
color: #15803D;
}
.recipe-slider-wrapper {
overflow: hidden;
position: relative;
}
.recipe-slider-track {
display: flex;
gap: 30px;
transition: transform 0.5s ease;
}
.recipe-slide {
flex: 0 0 350px;
}
.recipe-slider-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recipe-slider-link {
display: block;
text-decoration: none;
color: inherit;
}
.recipe-slider-card:hover {
transform: translateY(-5px);
}
.recipe-slider-image-wrapper {
position: relative;
width: 427px;
height: 576px;
overflow: hidden;
}
.recipe-slider-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.recipe-slider-info {
padding: 25px;
text-align: center;
}
.recipe-slider-title {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0 0 15px 0;
line-height: 1.3;
}
.recipe-slider-details {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-family: 'Inter', sans-serif;
font-size: 14px;
color: #666;
justify-content: center;
}
.recipe-slider-time,
.recipe-slider-portions,
.recipe-slider-category {
font-weight: 500;
}
.no-recipes {
text-align: center;
padding: 60px 20px;
color: #666;
font-family: 'Inter', sans-serif;
font-size: 16px;
} @media (max-width: 1200px) {
.recipe-slide {
flex: 0 0 300px;
}
.recipe-slider-image-wrapper {
width: 350px;
height: 470px;
}
}
@media (max-width: 992px) {
.product-recipes-section {
padding: 60px 0;
}
.product-recipes-header {
flex-direction: column;
gap: 30px;
text-align: center;
}
.recipe-slide {
flex: 0 0 280px;
}
.recipe-slider-track {
gap: 20px;
}
}
@media (max-width: 768px) {
.product-recipes-section {
padding: 40px 0;
}
.product-recipes-content {
padding: 0 15px;
}
.recipe-slide {
flex: 0 0 250px;
}
.recipe-slider-image-wrapper {
width: 300px;
height: 400px;
}
.recipe-info {
padding: 20px;
}
.recipe-title {
font-size: 16px;
}
.recipe-details {
font-size: 13px;
}
}
@media (max-width: 480px) {
.recipe-slide {
flex: 0 0 220px;
}
.recipe-slider-image-wrapper {
width: 250px;
height: 330px;
}
.recipe-info {
padding: 15px;
}
.recipe-slider-prev,
.recipe-slider-next {
width: 40px;
height: 40px;
font-size: 16px;
}
} .product-related-section {
padding: 20px 0;
background: #FFFCDE;
}
.product-related-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.product-related-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.product-related-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.product-related-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
font-weight: bold;
animation: blink 2s infinite;
}
.related-slider-nav {
display: flex;
gap: 10px;
}
.related-slider-prev,
.related-slider-next {
width: 50px;
height: 50px;
border: 2px solid #15803D;
border-radius: 50%;
background: #FFFCDE;
color: #15803D;
font-size: 20px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.related-slider-prev:hover,
.related-slider-next:hover {
background: #15803D;
color: #fff;
}
.related-slider-prev.disabled,
.related-slider-next.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.related-slider-prev.disabled:hover,
.related-slider-next.disabled:hover {
background: #FFFCDE;
color: #15803D;
}
.related-slider-wrapper {
overflow: hidden;
position: relative;
}
.related-slider-track {
display: flex;
gap: 30px;
transition: transform 0.5s ease;
}
.related-slide {
flex: 0 0 350px;
}
.related-product-card {
background: #FFFCDE;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease;
}
.related-product-card:hover {
transform: translateY(-5px);
}
.related-product-link {
display: block;
text-decoration: none;
color: inherit;
}
.related-product-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 3 / 4;
border-radius: 12px 12px 0 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
transition: background-color 0.3s ease;
}
.related-product-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
max-width: 100%;
max-height: 100%;
}
.related-product-info {
padding: 25px;
text-align: center;
}
.related-product-title {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
color: #333;
margin: 0 0 8px 0;
line-height: 1.3;
}
.related-product-subtitle {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #666;
margin: 0 0 15px 0;
}
.related-product-details {
display: flex;
flex-direction: column;
gap: 5px;
font-family: 'Inter', sans-serif;
font-size: 13px;
color: #666;
}
.related-product-brand {
font-weight: 600;
color: #15803D;
}
.related-product-weight {
font-weight: 500;
}
.no-related-products {
text-align: center;
padding: 60px 20px;
color: #666;
font-family: 'Inter', sans-serif;
font-size: 16px;
} @media (max-width: 1200px) {
.related-slide {
flex: 0 0 300px;
}
}
@media (max-width: 992px) {
.product-related-section {
padding: 60px 0;
}
.product-related-header {
flex-direction: column;
gap: 30px;
text-align: center;
}
.related-slide {
flex: 0 0 280px;
}
.related-slider-track {
gap: 20px;
}
}
@media (max-width: 768px) {
.product-related-section {
padding: 40px 0;
}
.product-related-content {
padding: 0 15px;
}
.related-slide {
flex: 0 0 250px;
}
.related-product-image-wrapper {
padding: 15px;
}
.related-product-info {
padding: 20px;
}
.related-product-title {
font-size: 15px;
}
.related-product-subtitle {
font-size: 13px;
}
.related-product-details {
font-size: 12px;
}
}
@media (max-width: 480px) {
.related-slide {
flex: 0 0 220px;
}
.related-product-image-wrapper {
padding: 12px;
}
.related-product-info {
padding: 15px;
}
.related-slider-prev,
.related-slider-next {
width: 40px;
height: 40px;
font-size: 16px;
}
} .cooking-together-section {
padding: 20px 0;
background: #FFFCDE;
}
.cooking-together-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.cooking-together-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}
.cooking-together-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.cooking-together-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
font-weight: bold;
animation: blink 2s infinite;
}
.cooking-slider-nav {
display: flex;
gap: 10px;
}
.cooking-slider-prev,
.cooking-slider-next {
width: 50px;
height: 50px;
border: 2px solid #15803D;
border-radius: 50%;
background: #FFFCDE;
color: #15803D;
font-size: 20px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.cooking-slider-prev:hover,
.cooking-slider-next:hover {
background: #15803D;
color: #fff;
}
.cooking-slider-prev.disabled,
.cooking-slider-next.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.cooking-slider-prev.disabled:hover,
.cooking-slider-next.disabled:hover {
background: #FFFCDE;
color: #15803D;
}
.cooking-slider-wrapper {
overflow: hidden;
position: relative;
}
.cooking-slider-track {
display: flex;
gap: 30px;
transition: transform 0.5s ease;
}
.cooking-slide {
flex: 0 0 350px;
}
.cooking-recipe-card {
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cooking-recipe-card:hover {
transform: translateY(-5px);
}
.cooking-recipe-link {
display: block;
text-decoration: none;
color: inherit;
}
.cooking-recipe-link:hover {
text-decoration: none;
color: inherit;
}
.cooking-recipe-image-wrapper {
position: relative;
width: 427px;
height: 576px;
overflow: hidden;
}
.cooking-recipe-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.cooking-recipe-info {
padding: 25px;
text-align: center;
}
.cooking-recipe-title {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0 0 15px 0;
line-height: 1.3;
}
.cooking-recipe-details {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-family: 'Inter', sans-serif;
font-size: 14px;
color: #666;
justify-content: center;
}
.cooking-recipe-time,
.cooking-recipe-portions,
.cooking-recipe-category {
font-weight: 500;
}
.no-cooking-recipes {
text-align: center;
padding: 60px 20px;
color: #666;
font-family: 'Inter', sans-serif;
font-size: 16px;
} @media (max-width: 1200px) {
.cooking-slide {
flex: 0 0 300px;
}
.cooking-recipe-image-wrapper {
width: 350px;
height: 470px;
}
}
@media (max-width: 992px) {
.cooking-together-section {
padding: 60px 0;
}
.cooking-together-header {
flex-direction: column;
gap: 30px;
text-align: center;
}
.cooking-slide {
flex: 0 0 280px;
}
.cooking-slider-track {
gap: 20px;
}
}
@media (max-width: 768px) {
.cooking-together-section {
padding: 40px 0;
}
.cooking-together-content {
padding: 0 15px;
}
.cooking-slide {
flex: 0 0 250px;
}
.cooking-recipe-image-wrapper {
width: 300px;
height: 400px;
}
.cooking-recipe-info {
padding: 20px;
}
.cooking-recipe-title {
font-size: 16px;
}
.cooking-recipe-details {
font-size: 13px;
}
}
@media (max-width: 480px) {
.cooking-slide {
flex: 0 0 220px;
}
.cooking-recipe-image-wrapper {
width: 250px;
height: 330px;
}
.cooking-recipe-info {
padding: 15px;
}
.cooking-slider-prev,
.cooking-slider-next {
width: 40px;
height: 40px;
font-size: 16px;
}
} .recipe-single-section {
padding: 40px 0 80px;
background: #FFFCDE;
}
.recipe-single-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.recipe-breadcrumb {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: #666;
margin-bottom: 30px;
}
.recipe-breadcrumb a {
color: #15803D;
text-decoration: none;
}
.recipe-breadcrumb a:hover {
text-decoration: underline;
}
.breadcrumb-separator {
margin: 0 10px;
color: #999;
}
.breadcrumb-current {
color: #333;
font-weight: 500;
}
.recipe-single-header {
margin-bottom: 50px;
}
.recipe-single-title {
font-family: 'Inter', sans-serif;
font-size: clamp(42px, 6vw, 38px);
font-weight: 400;
color: #333;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.recipe-single-bullet {
color: #FFD700;
font-size: clamp(32px, 6vw, 48px);
font-weight: bold;
animation: blink 2s infinite;
}
.recipe-content-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
}
.recipe-image-section {
position: sticky;
top: 100px;
}
.recipe-single-image-wrapper {
position: relative;
border-radius: 12px;
overflow: hidden;
}
.recipe-single-image {
width: 100%;
height: auto;
display: block;
}
.recipe-details-section {
padding-left: 20px;
}
.recipe-detail-title {
font-family: 'Inter', sans-serif;
font-size: clamp(24px, 4vw, 32px);
font-weight: 600;
color: #333;
margin: 0 0 20px 0;
line-height: 1.3;
}
.recipe-meta {
display: flex;
flex-wrap: wrap;
gap: 15px;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: #333;
letter-spacing: 0.5px;
margin-bottom: 40px;
}
.recipe-time,
.recipe-portions,
.recipe-category {
background: #f8f8f8;
padding: 8px 16px;
border-radius: 20px;
}
.recipe-content-text {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
margin-bottom: 50px;
}
.recipe-content-text h3 {
font-size: 18px;
font-weight: 600;
color: #333;
margin: 30px 0 15px 0;
letter-spacing: 0.5px;
}
.recipe-content-text ul,
.recipe-content-text ol {
margin: 15px 0;
padding-left: 20px;
}
.recipe-content-text li {
margin: 8px 0;
}
.recipe-content-text p {
margin: 15px 0;
} .recipe-share-section {
position: relative;
}
.recipe-share-btn {
background: #15803D;
color: #fff;
border: none;
border-radius: 8px;
padding: 15px 30px;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
}
.recipe-share-btn:hover {
background: #0D6937;
transform: translateY(-2px);
}
.share-arrow {
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
color: #15803D;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
.share-dropdown {
position: absolute;
top: 100%;
left: 0;
background: #fff;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
padding: 10px 0;
min-width: 200px;
z-index: 1000;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
}
.share-dropdown.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.share-link {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
text-decoration: none;
color: #333;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
transition: background-color 0.3s ease;
}
.share-link:hover {
background: #f8f8f8;
}
.share-icon {
font-size: 18px;
} @media (max-width: 1200px) {
.recipe-content-wrapper {
gap: 40px;
}
.recipe-details-section {
padding-left: 0;
}
}
@media (max-width: 992px) {
.recipe-single-section {
padding: 30px 0 60px;
}
.recipe-content-wrapper {
grid-template-columns: 1fr;
gap: 40px;
}
.recipe-image-section {
position: static;
}
.recipe-single-image-wrapper {
max-width: 500px;
margin: 0 auto;
}
}
@media (max-width: 768px) {
.recipe-single-content {
padding: 0 15px;
}
.recipe-meta {
flex-direction: column;
gap: 10px;
}
.recipe-time,
.recipe-portions,
.recipe-category {
text-align: center;
}
.recipe-share-btn {
width: 100%;
justify-content: center;
}
.share-dropdown {
left: 50%;
transform: translateX(-50%) translateY(-10px);
}
.share-dropdown.active {
transform: translateX(-50%) translateY(0);
}
} .product-hero-section {
padding: 40px 0 20px;
background: #FFFCDE;
}
.product-hero-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.product-breadcrumb a {
color: #15803D;
text-decoration: none;
}
.product-breadcrumb a:hover {
text-decoration: underline;
}
.breadcrumb-separator {
margin: 0 8px;
color: #999;
}
.product-brand-title {
display: flex;
align-items: center;
gap: 15px;
}
.product-brand-bullet {
color: #FFD700;
font-size: 24px;
font-weight: bold;
animation: blink 2s infinite;
}
.product-brand-name {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 600;
color: #333;
}
.product-details-section {
padding: 60px 0;
background: #FFFCDE;
}
.product-details-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.product-details-section .product-image-wrapper {
position: relative;
text-align: center;
background: none;
}
.product-details-section .product-main-image {
max-width: 100%;
height: auto;
}
.product-placeholder {
width: 100%;
height: 400px;
background: #f5f5f5;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-size: 16px;
}
.product-info-wrapper {
background: #fff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.product-title-section {
margin-bottom: 40px;
}
.product-title {
font-family: 'Inter', sans-serif;
font-size: clamp(28px, 4vw, 36px);
font-weight: 700;
color: #333;
margin: 0 0 10px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.product-subtitle {
font-family: 'Inter', sans-serif;
font-size: clamp(20px, 3vw, 24px);
font-weight: 600;
color: #333;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.product-options-section {
margin-bottom: 30px;
}
.product-options-title {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
color: #333;
margin: 0 0 15px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.product-options-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.product-option-item {
padding: 8px 16px;
border: 2px solid #15803D;
border-radius: 40px;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #15803D;
background: #FFFCDE;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
}
.product-option-item:hover {
border-color: #0D6937;
color: #0D6937;
background: #fff;
}
.product-option-item.active,
.product-option-item.selected {
border-color: #0D6937;
background: #0D6937;
color: #fff;
}
.packaging-option,
.weight-option {
position: relative;
}
.product-specs-section {
margin-bottom: 10px;
}
.product-spec-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #f0f0f0;
}
.product-spec-item:last-child {
border-bottom: none;
}
.spec-label {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: #333;
letter-spacing: 0.5px;
}
.spec-value {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 500;
color: #666;
}
.product-description-section {
margin-top: 30px;
}
.product-description-title {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
color: #333;
margin: 0 0 15px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.product-description-content {
font-family: 'Inter', sans-serif;
font-size: 14px;
line-height: 1.6;
color: #666;
}
.product-description-content p {
margin: 0 0 15px 0;
}
.product-description-content p:last-child {
margin-bottom: 0;
} @media (max-width: 1200px) {
.product-details-content {
gap: 60px;
}
}
@media (max-width: 992px) {
.product-details-content {
grid-template-columns: 1fr;
gap: 40px;
}
.product-info-wrapper {
padding: 30px;
}
.product-details-section .product-image-wrapper {
text-align: center;
}
}
@media (max-width: 768px) {
.product-hero-section {
padding: 30px 0 15px;
}
.product-details-section {
padding: 40px 0;
}
.product-info-wrapper {
padding: 20px;
}
.product-options-grid {
gap: 8px;
}
.product-option-item {
padding: 6px 12px;
font-size: 13px;
}
}
@media (max-width: 480px) {
.product-hero-content,
.product-details-content {
padding: 0 15px;
}
.product-info-wrapper {
padding: 15px;
}
.product-spec-item {
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
}  .gusto-page-container {
position: relative;
} .nut-page-container {
position: relative;
}
.nut-bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
pointer-events: none;
}
.nut-bg-image img {
width: 100%;
height: 60%;
object-fit: cover;
object-position: center center;
opacity: 0.3;
}
.nut-page-container .load-more-container .load-more-btn {
color: #FFFFFF;
} .professional-page-container {
position: relative;
}
.professional-bg-image {
position: absolute;
top: 0;
right: 0;
width: 40%;
z-index: 1;
pointer-events: none;
}
.professional-bg-image img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: right center;
} body.page-template-page-gusto,
body.page-template-page-olis,
body.page-template-page-nut,
body.page-template-page-professional {
background: #FFFCDE !important;
}
body.page-template-page-gusto .site,
body.page-template-page-gusto #page,
body.page-template-page-gusto .site-main,
body.page-template-page-olis .site,
body.page-template-page-olis #page,
body.page-template-page-olis .site-main,
body.page-template-page-nut .site,
body.page-template-page-nut #page,
body.page-template-page-nut .site-main,
body.page-template-page-professional .site,
body.page-template-page-professional #page,
body.page-template-page-professional .site-main {
background: #FFFCDE !important;
} .gusto-bg-images-container {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100 !important; pointer-events: none;
} .gusto-bg-image-right {
position: absolute;
top: 80px; right: 0;
width: 35vw; height: 60vh; pointer-events: none;
}
.gusto-bg-image-right img {
width: 100%;
height: 100%;
object-fit: contain; object-position: right center;
} .gusto-bg-image-top {
position: absolute;
top: 0;
left: 0;
width: 40vw; height: 45vh; pointer-events: none;
}
.gusto-bg-image-top img {
width: 100%;
height: 100%;
object-fit: contain; object-position: left top;
} .brand-intro-section,
.brand-products-page {
position: relative;
z-index: 200 !important; } @media (max-width: 768px) {
.gusto-bg-image-right {
width: 30vw; height: 50vh;
top: 70px;
}
.gusto-bg-image-top {
width: 35vw; height: 40vh;
top: 70px;
}
}
@media (max-width: 480px) {
.gusto-bg-image-right {
width: 25vw; height: 40vh;
top: 60px;
}
.gusto-bg-image-top {
width: 30vw; height: 35vh;
top: 0px;
}
}