/*
Theme Name: Shilton Exclusive Theme
Theme URI: https://shiltonco.com/
Author: Farnaz Nikbakht
Version: 1.0
Text Domain: shilton
*/
@font-face {
    font-family: 'Vazir';
    src: url("fonts/Vazir.woff") format('woff'),
         url("fonts/Vazir.ttf") format('truetype');
    font-weight: 400; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazir';
    src: url("fonts/Vazir-Medium.woff2") format('woff2'),
         url("fonts/Vazir-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazir';
    src: url("fonts/Vazir-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --primary-color: #3a3a3a;
    --accent-color: #fce7a4;
    --text-color: #303030;
    --extra-color: #2e2e2e;
    --color-bg-light: #fbf1ca;
    --color-bg: #fdf8e1;
    --font: 'Vazir', sans-serif; 
    --font-size-headings: clamp(16px, 1.1vw, 17px);
    --font-size-btn: clamp(13px, 4vw, 16px);
    --font-size-text: clamp(15px, 4vw, 16px);
    --hover-red: #B83838;
}
/*general*/
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}
body { 
    font-family: var(--font);
    background: var(--color-bg); 
    transition: 0.4s; 
    overflow-x: hidden; 
    width: 100%;
    position: relative;
}
input, button, textarea, select {
    font-family: var(--font);
}
.en-main-content, 
.en-main-content *, 
.header.header-en,
.main-footer.footer-en { 
    font-weight: 500;
}
.container {
    width: 85%; 
    margin-inline: auto;
    max-width: 1500px; 
}

@media (max-width: 992px) {
    .container {
        width: 80%; 
    }
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }
}
/*header*/
.header {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    height: 100px;
    background: var(--color-bg-light);
    backdrop-filter: blur(12px);
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    direction: rtl;
}
/*upper line*/
.contact-bar {
    background-color: #572f1d;
    width: 100%;
    height: 30px; 
    display: flex;
    align-items: center;
}
.contact-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(11px, 2vw, 25px);
}
.contact-item {
    display: flex;
    align-items: center;
    gap: clamp(4px, 1vw, 8px);
}
.contact-items i {
    display: inline-block;
    text-align: center;
    width: 14px;
    color: #fcf2d4;
    font-size: clamp(12px, 0.8, 14px);
    vertical-align: middle;
    transition: all 0.3s ease;
}
.contact-items a {
    font-size: clamp(13px, 0.7vw, 15px);
    color: #faf7f7;
    text-decoration: none;
    font-weight: 300;
    transition: color 0.3s;
}
.contact-items a:hover {
    color: #fcf2d4;
}
.contact-items i.fa-phone {
    font-size: 13px;
}
.contact-items i.fa-envelope {
    font-size: 15px;
    font-weight: 400; 
}
.contact-items i.fa-whatsapp {
    font-size: 15px; 
}
button.topbar-contact-toggle {
    font-size: clamp(13px, 0.7vw, 15px);
}
.contact-items .bale-icon {
    display: inline-block;
    width: 16px; 
    height: auto;
    vertical-align: middle;
    transition: all 0.3s ease;
}
/*mobile*/
@media (max-width: 768px) {
    .contact-bar {
        width: 100%;
    }
    .contact-items {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(10px, 3vw, 13px);
        width: 88%;
    }
    .contact-items a {
        font-size: clamp(8px, 0.9vw, 10px);
    }
    .contact-items i {
    font-size: clamp(7px, 0.9, 9px);
    }
    .contact-items .bale-icon {
        width: clamp(10px, 3vw, 11px); 
    }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 1200px) {
    .contact-bar {
        width: 100%;
        height: 30px;
    }
    .contact-items {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(13px, 3vw, 20px);
    }
    .contact-items a {
        font-size: clamp(12px, 0.8vw, 14px);
    }
    .contact-items i {
    font-size: clamp(15px, 2vw, 16px);
    }
    .contact-items .bale-icon {
        width: clamp(15px, 2vw, 16px); 
    }
}
/*nav*/
.header-inner {
  display: flex;
  align-items: center;
  height: 72px;
}
.nav-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
}
.nav-desktop ul {
  display: flex;
  gap: 12px;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.nav-desktop a {
    text-decoration: none;
    color: #383838;
    font-weight: 700;
    font-size: clamp(13px, 2vw, 15px);
    padding: 8px 16px;
    transition: 0.3s;
    border-radius: 20px;
}
.nav-desktop a:hover { color:#B83838; }
a.lang-link { 
    color:#B83838 !important; 
    font-weight: 600 !important; 
    font-family: var(--font) !important; 
}
a.lang-link:hover {
    color: var(--extra-color)!important;
}
.nav-desktop li.dropdown:hover > a {
    color: #B83838;
}
.nav-menu li.current-menu-item > a,
.nav-menu li.current-menu-ancestor > a,
.nav-menu li.current-page-ancestor > a {
    color:#B83838; 
}
.nav-menu li.menu-item-has-children > a {
    cursor: pointer !important;
}
/*Header Dropdown Menu*/
.nav-menu .dropdown { 
    position: relative; 
}
.nav-menu .dropdown-menu {
    position: absolute;
    top: calc(100% + 21px); 
    right: 50%;
    transform: translateX(50%) translateY(10px);
    min-width: 240px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    overflow: hidden !important; 
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}
.nav-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 21px;
    background: transparent;
}
.nav-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(50%) translateY(0);
}
.nav-menu .dropdown-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    line-height: 0 !important; 
    border-bottom: 1px solid #eeeeee;
}
.nav-menu .dropdown-menu li:last-child {
    border-bottom: none !important;
}
.nav-menu .dropdown-menu a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important; 
    padding: 14px 27px !important; 
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important; 
    line-height: normal !important; 
    text-decoration: none;
    color: #464646;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 600;
    text-align: right !important; 
    transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-menu .dropdown-menu a:hover {
    background-color: rgba(255, 250, 212, 0.89) !important; 
    color: #303030 ;
}
html[lang^="en"] nav.nav-desktop .nav-left ul {
    flex-direction: row-reverse !important;
}
/*header sections*/
.nav-right {
  display: flex;
  justify-content: flex-end; 
  width: 200px;
  height: 100px; 
  align-items: center; 
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 23px;
}
.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/*logo*/
.logo {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
a.logo {
  padding: 10px 0;
  padding-right: 0 !important;
}
.logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: right center; 
  display: block;
  transform: translateX(25px);
}
/*hamburger menu toggle*/
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menu-toggle span {
  width: 28px;
  height: 4px;
  background: #4e4e4e;
  border-radius: 8px;
}
/*hambergur menu*/
.sidebar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 25%;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    transition: all 0.45s cubic-bezier(0.77,0,0.18,1);
    box-shadow: 10px 0 40px rgba(0,0,0,0.18);
    border-radius: 0 24px 24px 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto; 
    overflow-x: hidden;
}
.sidebar-menu::-webkit-scrollbar { width: 4px; }
.sidebar-menu::-webkit-scrollbar-thumb { background: #eee; border-radius: 10px; }
.sidebar-menu.active { left: 0; }
.sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.menu-close {
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}
.menu-close:hover { color: #411b0a; }
.sidebar-content {
    display: block; 
    position: relative;
    padding: 20px 30px 40px 30px; 
    flex: 1;
}
.sidebar-list {
    list-style: none;
    padding: 0;
    width: 100%; 
}
.sidebar-list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    color: #333;
    text-decoration: none;
    font-size: var(--font-size-headings2);
    transition: 0.3s;
    border-bottom: 1px solid #eee;
    position: relative;
}
@media (hover: hover) and (pointer: fine) {
    .sidebar-list > li > a:hover {
        color: #e6b105;
    }
    .sidebar-list > li > a:hover::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #fdebae;
    }
    .submenu li a:hover {
        color: #444444;
        border-radius: 10px;
        background-color: #fff4c4;
    }
}
.has-submenu .submenu-arrow {
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    background: #fff4c4;
    height: 35px;
    width: 40px;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    cursor: pointer;
}
.submenu {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.35s ease,
        padding 0.25s ease,
        margin 0.25s ease;
    will-change: max-height;
    width: 100%; 
    background: #faf7f7fd; 
    padding: 0 15px; 
    margin: 0;       
    border-radius: 15px; 
    list-style: none;
}
.has-submenu.open .submenu {
    padding: 5px 15px; 
    margin: 5px 0;  
    overflow: hidden;   
}
.submenu li a {
    display: block;
    padding: 12px 15px;
    color: #444;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    transition: all 0.3s ease;
}
.submenu li:last-child a { border-bottom: none; }
.sidebar-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}
.has-submenu.open .submenu-arrow svg {
    transform: rotate(-90deg);
}
.submenu-arrow svg {
    transition: transform 0.3s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
/*mobile*/
@media (max-width: 670px) {
    .sidebar-menu { width: 70%; }
    .sidebar-list > li > a {
        padding: 15px 0;
        font-size: clamp(13px, 2vw, 16px);
    }
    .submenu li a { font-size: clamp(13px, 2vw, 16px); }
}
/*tablet*/
@media (min-width: 670.1px) and (max-width: 1200px) {
    .sidebar-menu { width: 40%; }
    .sidebar-list > li > a {
        padding: 20px 0;
        font-size: clamp(14px, 2vw, 16px);
    }
    .submenu li a { font-size: clamp(14px, 2vw, 16px); }
}
/*language changer button*/
.lang-item-menu {
    list-style: none;
}
.lang-item-menu a {
    display: flex !important;
    justify-content: space-between; 
    align-items: center;
    padding: 16px 0;
    color: #333;
    text-decoration: none;
    font-size: 1.05rem;
    transition: 0.3s;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: 400;
    font-family: var(--font);
}
.lang-item-menu a:hover {
    color: #e4b725 !important;
}
.lang-item-menu a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fdebae;
}
.lang-item-menu .lang-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    flex-shrink: 0; 
    color: #999;
    transition: 0.3s;
}
.lang-item-menu a:hover .lang-icon {
    color: #e4b725;
    transform: rotate(15deg);
}
/*سایدبار منوانگلیسی*/
html[lang^="en"] .sidebar-list > li.lang-item-menu > a {
    direction: ltr !important;
    flex-direction: row !important;
    text-align: left;
}
html[lang^="en"] .lang-item-menu .lang-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important; 
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
html[lang^="en"] .lang-item-menu .lang-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
html[lang^="en"] .has-submenu:not(.open) .submenu-arrow svg {
    transform: rotate(180deg);
}
html[lang^="en"] .has-submenu .submenu-arrow {
    margin-left: 0 !important;
    margin-right: 8px !important;
}
html[lang^="en"] .sidebar-list > li.lang-item-menu > a {
    flex-direction: row;
    text-align: left;
}
html[lang^="en"] .lang-item-menu .lang-icon {
    margin-left: auto;
}
/*MOBILE RESPONSIVE*/
   @media (max-width: 768px) { 
    .header {
        height: 100px; 
        padding: 0;
    }
    .header-inner {
        width: 100%;
    }
    .nav-desktop ul {
        display: none;
    }
    .nav-right {
        order: 2; 
    }
    .logo {
        height: 90px;
        display: flex;
    }
    .logo img {
        height: 90px;
        display: block;
        align-items: right;
        margin-top: -5px;
    }
    .main-content-container { 
        padding-top: 70px !important; 
    } 
}
@media (max-width: 500px) { 
    .header {
        height: 100px; 
        padding: 0;
    }
    .header-inner {
        height: 100%;
        padding: 0 10px;
        width: 100%;
        display: flex;
        justify-content: space-between; 
        align-items: center;
    }
    .nav-desktop {
        height: 100%;
    } 
    .nav-desktop ul {
        display: none;
    }
    .menu-toggle {
        order: 1; 
        display: flex;
        margin-top: -30px;
    }
    .nav-right {
        order: 2; 
    }
    .logo {
        height: 90px;
        display: flex;
    }
    .logo img {
        height: 90px;
        display: block;
        align-items: right;
        margin-top: -5px;
    }
    .main-content-container { 
        padding-top: 70px !important; 
    } 
}
/*tablet*/
@media (max-width: 1200px) {
    .nav-desktop ul {
        display: none;
    }
    .menu-toggle span {
        width: 30px;
        height: 5px;
    }
}
.custom-hero-slider {
    position: relative;
    width: 100%;
    height: calc(85vh - 75px); 
    margin-top: 75px; 
    overflow: hidden;
}
.slider-backgrounds {
    width: 100%;
    height: 100%;
}
.media-slide {
    position: absolute;
    top: 0; left: 0; 
    width: 100%; height: 100%;
    opacity: 0; 
    transition: opacity 1s ease-in-out; 
    z-index: 1;
}
.media-slide.active {
    opacity: 1;
}
.media-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-mobile { display: none; }
/*باکس گلس‌*/
.hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    display: none;
}
.hero-container {
    height: 100%;
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    margin-top: -7%;
}
.hero-overlay-glass {
    position: relative; 
    z-index: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
    -webkit-backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
    border: 1px solid rgba(255, 255, 255, 0.089);
    border-radius: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    width: 90%; 
    min-height: 150px;
    padding: 50px 50px 30px; 
    text-align: center;
    margin-left: 25px;
    overflow: hidden; 
}
.hero-overlay-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; 
    backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
    -webkit-backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
    border-radius: inherit; 
}
.typewriter-text {
    min-height: 20px; 
    color: #fff;
    font-size: clamp(19px, 2vw, 20px);
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}
.glass-btn {
    display: inline-block;
    padding: 7px 30px;
    font-size: clamp(11px, 1.2vw, 14px);
    background:var(--primary-color);
    color: #f1f1f1;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.glass-btn:hover {
    background: #B83838;
}
@media (max-width: 1100px) {
    .custom-hero-slider {
        margin-top: 75px;
        width: 100%;
        height: 100vw;
        max-height: 65vh; 
    }
    .bg-desktop { display: none; }
    .bg-mobile { display: block; } 
    .media-slide img {
        object-fit: cover; 
        object-position: center center; 
    }
    .hero-overlay-glass {
        display: none !important;
    }
}
@media (max-width: 800px) {
    .custom-hero-slider {
        margin-top: 70px;
    }
}
/*about us and catalogues*/
.about-catalog-combined {
    padding: clamp(50px, 6vw, 90px) 0;
    padding-top: clamp(45px, 6vw, 85px);
    padding-bottom: clamp(35px, 6vw, 65px);
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden;
}
.combined-container {
    display: flex;
    flex-direction: row; 
    direction: rtl;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(19px, 4vw, 70px);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
    min-width: 0;
}
.about-side {
    flex: 1.45; 
    text-align: right;
    order: 1; 
    padding-top: 35px;
    max-width: 50%;
    box-sizing: border-box;
    min-width: 0;
}
.about-title {
    font-size: var(--font-size-headings);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
    display: block;
    text-align: right;
}
.en-main-content, .about-text {
    font-weight: 400;
    text-align: justify;
}
.about-text {
    line-height: 2.1;
    font-size: var(--font-size-text);
    color: #444;
    text-align: justify;
}
.about-text p {
    line-height: 2.1;
    font-size: var(--font-size-text);
    color: #444;
    text-align: justify;
}
.catalog-side {
    flex: 1;
    text-align: center;
    order: 2;
    max-width: 40%;
    box-sizing: border-box;
    min-width: 0; 
}
.catalog-title {
    font-size: var(--font-size-headings);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 35px;
    margin-top: 10px;
    text-align: right;
    padding-right: 12%;
}
.catalog-grid {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    gap: clamp(15px, 3vw, 40px);
    flex-wrap: nowrap;
    max-width: 100%;
    box-sizing: border-box;
}
.catalog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.catalog-link {
    text-decoration: none;
    display: block;
}
.catalog-card {
    width: 125px; 
    height: 185px;
    border-radius: 15px; 
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    background-color: #fff;
}
.catalog-cover { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
}
.en-main-content, .catalog-name-static { 
    font-weight: 700;
}
.catalog-name-static { 
    margin-top: 18px; 
    font-weight: 600; 
    color: #252525; 
    font-size: clamp(12px, 1vw, 14px); 
    position: relative;
    display: inline-block;
    text-align: center;
}
.catalog-name-static span {
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
}
.catalog-name-static span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0; 
    width: 0; 
    height: 2.5px; 
    background-color: #F7DD89; 
    transition: width 0 ease; 
    border-radius: 30px;
}
.catalog-item:hover .catalog-card {
    transform: scale(1.05) translateY(-1px);
    box-shadow: 0 5px 10px rgba(59, 59, 59, 0.15);
}
.catalog-item:hover .catalog-name-static {
    color: #464646;
}
.catalog-item:hover .catalog-name-static span::after {
    width: 100%; 
    transition: width 0.4s ease;
}
@media (max-width: 700px) {
    .about-catalog-combined {
        overflow-x: visible;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 30px 10px;
    }
    .combined-container {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
        width: 100%;
    }
    .about-side {
        max-width: 100%;
        order: 1;
        padding-top: 0;
        text-align: right;
    }
    .about-title {
        font-size: clamp(15px, 2vw, 18px);
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: right;
    }
    .about-text {
        font-size: clamp(14px, 1.1vw, 17px);
        line-height: 1.9;
        text-align: justify;
        direction: rtl;
        margin-top: 10px;
    }
    .catalog-side {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .catalog-title {
        font-size: clamp(15px, 2vw, 18px);
        font-weight: 700;
        margin-bottom: 15px;
        text-align: right;
        padding-right: 0px;   
    }
    .catalog-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 18px;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
    html[lang^="en"] .catalog-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 18px;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
    .catalog-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
    .catalog-item-title {
        font-size: 11px !important;
        margin-top: 8px !important;
    }
    .catalog-card {
        width: 90px !important; 
        height: 140px !important; 
    }
    .catalog-name-static {
        font-size: 12px;
        text-align: center;
    }

    .catalog-grid::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 700.01px) and (max-width: 1200px) {
    .combined-container {
        flex-direction: column; 
        align-items: center;    
        gap: 40px;
    }
    .about-side {
        max-width: 100%;
        width: 100%;
        text-align: right; 
        padding-top: 15px;
    }
    .about-title {
        font-size: clamp(16px, 1vw, 18px);
        font-weight: 800;
        text-align: right;
    }
    .about-text {
        font-size: clamp(14px, 1.9vw, 18px); 
        line-height: 2;
    }
    .catalog-side {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch; 
    }
    .catalog-title {
        font-size: clamp(16px, 1vw, 18px);
        text-align: right; 
        padding-right: 0;
        margin-bottom: 40px;
    }
    .catalog-grid {
        display: flex;
        justify-content: center; 
        flex-wrap: nowrap;
        gap: clamp(20px, 4vw, 50px);
        width: 100%;
    }
    .catalog-card {
        width: 110px; 
        height: 160px;
    }
    .catalog-name-static {
        font-size: clamp(12px, 2vw, 14px);
        text-align: center;
    }
}
/*more info*/
.about-more-link {
    display: inline-block;
    font-size: clamp(12px, 2vw, 15px);
    margin-top: 19px;
    font-weight: 500;
    color: #461e13;
    text-decoration: none;
    transition: color 1s ease;
    float: left;
}
.about-more-link:hover {
    color: #B83838;
}
.about-more-link.en-text-left {
    margin-top: -15px;
}
@media (max-width: 900px) {

    .about-more-link {
        float: none !important;
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 15px;
        font-size: clamp(14px, 2vw, 15px);
    }
}
/*PRODUCTS SECTION*/
.products-group-section {
    width: 100%;
    padding: 0;
    text-align: center;
}
.products-group-title {
    padding-bottom: 35px;
    color: var(--primary-color);
    font-size: var(--font-size-headings);
    font-weight: 700;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.product-category-card {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 20px;
}
.product-image-holder {
    position: relative;
    width: 100%;
    aspect-ratio: 1367 / 768; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background-color: #fdfbf7;
}
.product-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    transition: transform 0.5s ease;
}
.product-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to top, rgba(245, 245, 245, 0.384) 0%, rgba(219, 219, 219, 0.37) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}
.product-title-overlay h4 {
    color: #fff;
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
/*HOVER EFFECTS*/
.product-category-card:hover {
    z-index: 10;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}
.product-category-card:hover .product-image-holder img {
    transform: scale(1.1);
}
.product-category-card:hover .product-title-overlay {
    opacity: 1;
}
.product-category-card:hover .product-title-overlay h4 {
    transform: translateY(0);
}
@media (max-width: 1024px) {
    .products-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px;
    }
}
@media (max-width: 600px) {
    .products-grid { 
        grid-template-columns: 1fr; 
        gap: 12px;
    }
    .products-group-title { 
        font-size: clamp(15px, 2vw, 18px);
        padding-bottom: 25px; 
    }
    .product-category-card {
        border-radius: 15px;
    }
}
/*new collection section*/
.new-collection-section {
    position: relative;
    width: 100%;
    height: 55vh; 
    margin-top: 100px; 
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse; 
    background-color: var(--accent-color);
}
.collection-content-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}
.new-collection-container {
    width: 88%;
    max-width: 1600px;
    margin-inline: auto;
    display: flex;
    justify-content: flex-end;
}
.collection-media-side {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    height: 100%; 
    margin-right: 0;
    margin-left: auto;
}
.new-collection-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.new-collection-slider .swiper,
.new-collection-slider .swiper-wrapper,
.new-collection-slider .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}
.black-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
}
.zoom-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; 
    display: block;
}
.zoom-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-out; 
    transform: scale(1);
    will-change: transform; 
}
.collection-container {
    position: relative;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: flex-end; 
}
.glass-box {
    width: fit-content;
    max-width: 600px;
    padding: 20px 20px;
    pointer-events: auto; 
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    direction: rtl;
    background: transparent; 
}
.collection-badge {
    font-size: clamp(24px, 5vw, 26px);
    font-weight: 900;
    color: var(--primary-color);
    margin: 0;
}
.collection-title {
    font-size: clamp(13px, 1.5vw, 17px);
    color: var(--primary-color);
    margin: 0;
    color: #4b4b4b;
}
.shilton-btn {
    align-self: flex-end;
    padding: 10px 30px;
    background-color: #333;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
}

.shilton-btn:hover {
    background-color: #B83838;
    transform: 1s ease;
    color: #eee;
}
@media (max-width: 1200px) {
    .new-collection-section {
        flex-direction: column;
        height: 40vh;
        margin-top: 70px;
    }
    .collection-media-side {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
    }
    .collection-content-side {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
        pointer-events: none;
        padding-right: 0;
    }
    .black-overlay { display: block; }
    .glass-box {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
        -webkit-backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        margin: 50% auto;
        pointer-events: auto;
        text-align: center;
        align-items: center;
        padding: 20px 45px;
        position: relative; 
        z-index: 1;      
        pointer-events: auto;
        border-radius: 30px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 70%;
    }
    .hero-overlay-glass::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; 
        backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
        -webkit-backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
        border-radius: inherit; 
    }
    .collection-badge {color: #ffffff; font-size: clamp(20px, 2.5vw, 22px); font-weight: 700;}
    .collection-title {color: #ffffff; font-size: clamp(14px, 1vw, 15px); font-weight: 700;}    
    .shilton-btn { 
        align-self: center; 
        color: #eee; 
        background-color: var(--primary-color); 
        font-weight: 900;
        font-size: 13px;
        padding: 8px 25px;
    }

    html[lang^="en"] .glass-box {
        align-items: center;
        text-align: center;
    }

    html[lang^="en"] .shilton-btn {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: inline-flex;
        justify-content: center;
    }

    .shilton-btn:hover {color: #f1f1f1; background-color: #B83838 ;}
}

@media (max-width: 800px) {
    .new-collection-section {
        height: 450px;
        margin-top: 60px;
    }
    .collection-media-side {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
    }
    .collection-content-side {
        position: relative;
        width: 100%;
        height: 100%;
        background: transparent;
        pointer-events: none;
        padding-right: 0;
    }
    .black-overlay { display: block; }
    .glass-box {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
        -webkit-backdrop-filter: blur(8px) saturate(120%) brightness(1.1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        margin: 50% auto;
        pointer-events: auto;
        text-align: center;
        align-items: center;
        padding: 20px 45px;
        position: relative; 
        z-index: 1;      
        pointer-events: auto;
        border-radius: 30px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 95%;
    }
    .hero-overlay-glass::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; 
        backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
        -webkit-backdrop-filter: blur(32px) saturate(180%) brightness(0.8);
        border-radius: inherit; 
    }
    .collection-badge {color: #ffffff; font-size: clamp(17px, 2.5vw, 18px); font-weight: 700;}
    .collection-title {color: #ffffff; font-size: clamp(12px, 1vw, 15px); font-weight: 700;}
    .shilton-btn { 
        align-self: center; 
        color: #eee; 
        background-color: var(--primary-color); 
        font-weight: 900;
        font-size: 13px;
        padding: 8px 25px;
    }

    html[lang^="en"] .glass-box {
        align-items: center;
        text-align: center;
    }

    html[lang^="en"] .shilton-btn {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: inline-flex;
        justify-content: center;
    }

    .shilton-btn:hover {color: #f1f1f1; background-color: #B83838 ;}
}
/*WHY SHILTON*/
.shilton-simple-section {
    padding: 120px 0;
    direction: rtl;
    width: 100%;
}
.shilton-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0; 
}
.shilton-content {
    flex: 1;
}
.shilton-title {
    color: #b32a32; 
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 25px;
}
.shilton-text {
    font-size: var(--font-size-text);
    line-height: 2.2;
    color: var(--primary-color);
    text-align: justify;
    padding-left: 1;
}
.en-main-content, .shilton-text {
    font-weight: 400;
}
.shilton-image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-right: 8%; 
}
.image-wrapper {
    width: 90%;
    max-width: 580px;
    max-height: 380px;           
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.static-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.shilton-image-box .image-wrapper {
    overflow: hidden;
    position: relative;
}
.shilton-zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform; 
}
@media (max-width: 1200px) {
    .shilton-container {
        width: 85%;
        gap: 40px;
        padding: 0 10px;
    }
    .shilton-title {
        font-size: clamp(17px, 1.5vw, 19px);
        margin-bottom: 15px;
    }
    .shilton-text {
        font-size: clamp(13px, 1.6vw, 16px);
        line-height: 2;
    }
    .shilton-image-box {
        max-width: 100%;
        width: 100%;
        order: 1;
        margin-right: 0;
    }
    .shilton-content {
        order: 2;
    }
}
@media (max-width: 1000px) {
    .shilton-simple-section {
        padding: 60px 0; 
    }
    .shilton-container {
        width: 85%; 
        flex-direction: column-reverse; 
        gap: 40px;
        padding: 0 10px;
    }
    .shilton-title {
        font-size: clamp(18px, 1.8vw, 21px);
        margin-bottom: 15px;
    }
    .shilton-content {
        max-width: 100%;
        text-align: center; 
        order: 2;
    }
    .shilton-text {
        font-size: clamp(14px, 1.9vw, 18px); 
        line-height: 2;
    }
    .shilton-image-box {
        max-width: 80%;
        width: 80%;
        order: 1;
        margin-right: 0;
    }
    .image-wrapper {
        max-width: 100%; 
        border-radius: 20px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
}
@media (max-width: 700px) {
    .shilton-simple-section {
        padding: 50px 0; 
    }
    .shilton-container {
        width: 90%; 
        flex-direction: column-reverse; 
        gap: 30px;
        padding: 0 10px;
    }
    .shilton-content {
        max-width: 100%;
        text-align: center; 
        order: 2;
    }
    .shilton-title {
        font-size: clamp(15px, 2vw, 18px);
    }
    .shilton-text {
        text-align: justify;
        font-size: clamp(14px, 1.1vw, 17px);
        padding-left: 0;
    }
    .shilton-image-box {
        max-width: 100%;
        width: 100%;
        order: 1;
        margin-right: 0;
    }
    .image-wrapper {
        max-width: 100%;
        border-radius: 20px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
}
@media (max-width: 480px) {
    .shilton-simple-section {
        padding: 50px 0;
    }
    .shilton-title {
        font-size: 18px;
    }
    .shilton-image-box {
        max-width: 100%;
        width: 100%;
        order: 1;
        margin-right: 0;
    }
    .shilton-content {
        order: 2;
    }
}
/* EN */
@media (max-width: 1000px) {
  html[lang^="en"] .shilton-simple-section {
    direction: ltr;
  }
  html[lang^="en"] .shilton-content {
    text-align: center;
    margin-inline: auto;
  }
  html[lang^="en"] .shilton-title {
    text-align: center;
  }
  html[lang^="en"] .shilton-text {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/*RECIPES*/
.recipe-dynamic-section {
    position: relative;
    width: 100%;
    height: 75vh;        
    max-height: 1000px; 
    overflow: hidden;
    direction: rtl;
    display: flex;
    align-items: center;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;        
    height: 100%;       
    object-fit: cover;  
    z-index: -2;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 100%);
    z-index: -1;
}
.recipe-dynamic-container {          
    margin: 0 auto;         
    padding: 0;   
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.recipe-section-title {
    position: absolute;
    top: 90px;
    right: 15px;
    color: #f5e09d;
    font-size: clamp(18px, 3vw, 23px);
    font-weight: 700;
}
.recipe-floating-box {
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
    max-width: 360px;
    width: 20%;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    z-index: 10;
    margin-left: 6%;
}
.recipe-description {
    color: #ffffffde;
    font-weight: 600;
    text-align: center;
    margin: 0;
    width: 160%;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.8;
}
.recipe-slider-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}
.recipe-slider-main-container {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1/1; 
    flex-shrink: 0;
    position: relative;
}
.recipe-fade-slider {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: transparent !important;
    overflow: hidden;
    position: relative;
}
.recipe-fade-slider .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    position: absolute; 
    top: 0;
    left: 0;
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.9s ease-in-out, visibility 0.9s ease-in-out !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.recipe-fade-slider .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    position: relative; 
}
.recipe-fade-slider img {
    width: 100%;
    height: 100%; 
    display: block; 
    aspect-ratio: 1 / 1 !important; 
    object-fit: cover !important;           
    transition: transform 0.4s ease-in-out; 
}
.nav-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.nav-btn:hover {
    color: #f7dd89;
    transform: scale(1.15);
}
.nav-btn svg {
    width: 38px;
    height: 38px;
}
.pagination-box {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-top: 0px; 
    position: relative;
    height: 10px; 
}
.pagination-box .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px; 
    margin: 0 auto !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    margin: 0 !important; 
    border-radius: 50% !important; 
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background: #f7dd89 !important;
    width: 10px !important;
    border-radius: 50% !important;
    transform: scale(1.3) !important;
}
.btn-all-recipes {
    display: inline-block;
    background: #f7dd89;
    color: #252525;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    padding: clamp(8px, 1vw, 10px) clamp(20px, 2vw, 40px);
    font-size: clamp(12px,1vw,15px);
}
.btn-all-recipes:hover {
    background-color: #B83838;
    color: #eee;
}
.recipe-card-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}
.recipe-hover-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: 0.4s;
}
.recipe-card-link:hover .recipe-hover-layer { opacity: 1; }
.recipe-card-link:hover img { transform: scale(1.05); }
@media (max-width: 1200px) {
    .recipe-dynamic-section {
        height: 60vh;
        min-height: 500px;
    }
    .recipe-section-title {
        top: 15%; 
        font-size: clamp(17px, 3vw, 19px);
    }
    .recipe-floating-box {
        width: 30%;
        max-width: 400px;
        margin-left: 10%;
        gap: 20px;
    }

    .recipe-description {
        font-size: clamp(16px, 1vw, 18px);
        line-height: 1.8;
        text-align: center;
        width: 160%;
    }
    .recipe-slider-main-container {
        max-width: 320px;
    }
    .nav-btn svg {
        width: 32px;
        height: 32px;
    }
    .video-overlay {
        background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
    }
}
@media (max-width: 768px) {
    .recipe-dynamic-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 60px 0;
        box-sizing: border-box;
    }

    .recipe-dynamic-container {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   .recipe-section-title {
        position: static;
        text-align: center;   
        font-size: clamp(16px, 5vw, 20px);      
        font-weight: 700;
        color: #f5e09d;
        margin-bottom: 20px;
    }
    .recipe-floating-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 90%;
        max-width: 300px;
        margin: 0 auto 30px auto;
        height: auto;
        gap: 20px;
        text-align: center;
    }
    .recipe-description {
        font-size: clamp(14px, 1.1vw, 17px);
        line-height: 1.8;
        width: 110%;
    }
    .recipe-slider-row {
        flex-direction: row; 
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 15px;
    }
    .recipe-slider-main-container {
        width: 90%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 1/1;
        position: relative;
    }
    .nav-btn {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }
    .pagination-box {
        margin-top: 15px;
    }
    .btn-all-recipes {
        padding: 8px 25px;
        font-size: 14px;
        margin-top: 0px;
    }
}
/*sauces crousel*/
.sauce-carousel-section {
    padding: 80px 0;
    direction: rtl;
    overflow: hidden;
    height: 560px;
}
.sauce-header-container {
    margin: 0 auto 30px;
}
.section-title {
    color: var(--primary-color);
    font-size: var(--font-size-headings);
    font-weight: 700;
}
.sauce-slider-limit-wrapper {
    max-width: calc(1550px + ((100vw - 1550px) / 2));
    overflow: hidden;
    width: 92.5%;
    margin-left: 0;
    margin-right: auto;
}
.sauce-swiper {
    width: 100%;
    position: relative;
}
.sauce-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    -webkit-user-drag: none;
    justify-content: flex-start;
    padding: 20px 0 20px 0;
}
.sauce-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.sauce-swiper .swiper-slide {
    flex: 0 0 auto; 
}
.swiper-slide {
    width: 245px; 
}
.sauce-card {
    background: #fff;
    border-radius: 25px;
    height: 285px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sauce-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.144);
}
.sauce-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
}
.sauce-image img {
    width: 100%;
    height: 100%;
    max-height: 195px;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.sauce-card:hover .sauce-image img {
    transform: scale(1.08);
}
.sauce-footer {
    height: 65px;
    padding: 8px 12px;
    background: var(--extra-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0 0 25px 25px;
    transition: background-color 0.3s ease;
}
.sauce-footer span {
    color: #f8f4f4;
    font-size: 13px; 
    font-weight: 500; 
    line-height: 1.6;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sauce-card:hover .sauce-footer {
    background: var(--accent-color);
}
.sauce-card:hover .sauce-footer span {
    color: #2b2b2b;
}
@media (max-width: 1440px) {
    .sauce-swiper .swiper-wrapper { gap: 18px; }
    .swiper-slide { width: 200px; }
    .sauce-card { height: 235px; border-radius: 20px; }
    .sauce-image img { max-height: 210px; }
    .sauce-footer { min-height: 50px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
    .sauce-footer span { font-size: 13px; }
}
@media (max-width: 1200px) {
    .sauce-carousel-section { padding: 60px 0; height: auto; }
    .sauce-swiper .swiper-wrapper { gap: 15px; }
    .section-title { font-size: clamp(14px, 1.9vw, 18px); font-weight: 800; margin-right: 1%; }
    .sauce-slider-limit-wrapper { width: 100%; margin-right: 6% !important; margin-left: 0 !important; }
    
    .swiper-slide { width: 180px; }
    .sauce-card { height: 220px; }
    .sauce-image img { max-height: 200px; }
    .sauce-footer { min-height: 48px; }
    .sauce-footer span { font-size: 12px; }
}
@media (max-width: 768px) {
    .sauce-carousel-section { padding: 50px 0 50px 0; }
    .sauce-header-container { margin-bottom: 30px; }
    .sauce-swiper .swiper-wrapper { gap: 12px; padding: 0; margin: 0; }
    h2.section-title { font-size: clamp(15px, 2vw, 18px); margin-bottom: 15px;}
    .sauce-slider-limit-wrapper { margin-right: 10% !important; }

    .swiper-slide { width: 170px; }
    .sauce-card { height: 195px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .sauce-image { padding: 8px; }
    .sauce-image img { max-height: 170px; }
    .sauce-footer { min-height: 42px; padding: 6px 10px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
    .sauce-footer span { font-size: 11px; }
}
@media (max-width: 480px) {
    .sauce-slider-limit-wrapper { margin-right: 9% !important; }
    .swiper-slide { width: 135px; }
    .sauce-card { height: 180px; }
    .sauce-image img { max-height: 160px; }
    .sauce-footer span { font-size: 10.5px; }
}
body.en-page .sauce-slider-limit-wrapper {
    margin-left: auto !important;
    margin-right: 0 !important;
}
@media (max-width: 1200px) {
    body.en-page .sauce-slider-limit-wrapper { margin-left: 6% !important; margin-right: 0 !important; }
    body.en-page .section-title { margin-right: 0; margin-left: 1%; }
}
@media (max-width: 768px) {
    body.en-page .sauce-slider-limit-wrapper { margin-left: 10% !important; margin-right: 0 !important; }
}
@media (max-width: 480px) {
    body.en-page .sauce-slider-limit-wrapper { margin-left: 9% !important; margin-right: 0 !important; }
}
/*ARTICLES SECTION*/
.article-cards-section {
    background-color: var(--accent-color);
    padding: 70px 0;
    width: 100%;
}
.article-inner-section {
    display: flex;
    flex-direction: column;
}
.section-title {
    font-size: var(--font-size-headings);
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 30px;
    text-align: right;
    width: 100%;
}
.article-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px; 
}
.card {
    width: 100%;
    height: 505px; 
}
.article-card {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.white-rect {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.article-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 325px; 
    transition: height 0.4s ease;
    overflow: hidden;
    z-index: 1;
}
.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
}
.article-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.5) 50%, transparent 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.article-text-box {
    position: absolute;
    top: 325px; 
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    transition: all 0.4s ease;
}
.card-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    text-align: start;
    transition: color 0.4s ease;
}
.article-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    transition: color 0.4s ease;
}
.article-card:hover .article-cover {
    height: 100%;
    border-radius: 25px;
}
.article-card:hover .article-cover img {
    border-radius: 25px;
    transform: scale(1.05); 
}
.article-card:hover .article-cover::after {
    opacity: 1;
}
.article-card:hover .card-title,
.article-card:hover .article-excerpt {
    color: #ffffff; 
}
.article-button-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.btn-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #343333;
    color: #ffffff !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}
.btn-view-all:hover {
    background-color: #B83838;
}
.article-cover {
    overflow: hidden; 
    position: relative;
}
.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}
.article-card:hover .article-cover img {
    transform: scale(1.08);
}
@media (min-width: 1441px) {
    .card { height: 550px; } 
    .article-cover { height: 365px; }
    .article-text-box { top: 365px; }
}
@media (max-width: 1100px) {
    .article-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 10px;
    }
    .card {
        height: auto; 
        aspect-ratio: 1 / 1;
    }
    .article-cover {
        height: 50%; 
    }
    .article-text-box {
        top: 50%;
    }
    .section-title { font-size: clamp(14px, 1.9vw, 18px); font-weight: 800;}
}
@media (max-width: 768px) {
    .section-title { font-size: clamp(14px, 1.9vw, 18px); font-weight: 800;}
    .card {
        height: auto; 
        aspect-ratio: 1 / 1; 
    }
    .article-cover {
        height: 55%;
    }
    .article-text-box {
        top: 55%; 
    }
    .btn-view-all { width: 45%; text-align: center; font-size: 13px; padding: 10px; }
}
@media (max-width: 500px) {
    .article-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card {
        height: 400px;
        aspect-ratio: auto; 
        max-width: 400px;
        margin: 0 auto;
    }
    .article-cover {
        height: 220px; 
    }
    .article-text-box {
        top: 220px; 
    }
    .article-button-wrapper {
        margin: 0 auto; 
        margin-top: 10px;
    }
    .btn-view-all { width: 60%;}
    .card-title { font-size: 14px; padding: 0; }
}
.main-footer {
    background-color: var(--extra-color);
    width: 100%;
    height: 350px;
    padding: 40px 0;
    direction: rtl;
    color: #fff;
    position: relative; 
    overflow: hidden;
}
.footer-container {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    margin-top: 100px;
}
.footer-contact-info {
    text-align: center;
    margin-bottom: 30px;
}
.footer-address {
    font-size: 15px;
    margin-bottom: 25px;
}
.footer-phones {
    display: flex;
    justify-content: center;
    gap: 35px;
    font-size: 15px;
}
.footer-socials-fixed {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 25px;
    z-index: 100;
}
.social-link {
    width: 42px;
    height: 42px;
    background-color: var(--color-bg-light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--extra-color);
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-link:hover {
    background-color: #f7dd89;
    transform: scale(1.1);
}
.social-link svg {
    width: 20px; 
    height: 20px;
}
.social-link svg[stroke] {
    width: 20px;
    height: var(--extra-color);
}
.footer-nav {
    border-top: 1px solid #9999995b;
    padding-top: 16px;
    
}
.footer-bottom-row {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}
.footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 10px;
}
.footer-links a {
    color: #fffbec;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 7px;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #f7dd89;
}
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #f7dd89;
    transition: none; 
}
.footer-links a:hover::after {
    width: 100%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.en-page .footer-links {
    direction: ltr !important;
}
@media (max-width: 1200px) {
    .footer-phones {
        gap: 25px;
    }
    .main-footer {
        height: auto; 
        padding: 50px 0 30px;
    }
    .footer-container {
        margin-top: 60px; 
        width: 90%;
    }
    .footer-socials-fixed {
        top: 15%; 
        gap: 20px;
    }
    .footer-links {
        gap: 40px;
    }
    .footer-links a {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .main-footer {
        height: auto;
        padding: 40px 20px;
    }
    .footer-container {
        margin-top: 80px; 
        width: 100%;
    }
    .footer-socials-fixed {
        top: 40px; 
        transform: translateX(-50%); 
        gap: 15px;
    }
    .social-link {
        width: 38px;
        height: 38px;
    }
    .footer-address {
        font-size: clamp(13px, 1vw, 14px);
        line-height: 1.6;
        padding: 0 10px;
    }
    .footer-phones {
        flex-direction: row !important; 
        flex-wrap: wrap;
        gap: 15px;
        font-size: clamp(13px, 1vw, 14px);
        justify-content: center;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-links {
        justify-content: center;
        gap: 20px 30px;
        padding: 0 10px;
    }
    .footer-links a {
        font-size: 13px;
    }
    .footer-bottom-row {
        height: auto;
    }
}
@media (max-width: 480px) {
    .footer-container {
        margin-top: 70px;
    }
    .footer-address {
        font-size: clamp(13px, 1vw, 14px);
        line-height: 2;
        margin-bottom: 10px;
    }
    .footer-phones {
        flex-direction: column !important; 
        gap: 10px;
    }
    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        text-align: center;
        gap: 15px;
    }
    .footer-links a {
        padding-bottom: 5px;
    }
}
/*contact us*/
.shilton-page-wrapper {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.bg-circle-shape {
    position: fixed;
    width: 1000px;
    height: 1000px;
    background: #fff1bb;
    border-radius: 50%; 
    top: -300px; 
    left: -400px;
    z-index: -1; 
    pointer-events: none; 
}
.custom-page-container {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 130px auto 90px;
    padding: 0 15px;
}
.page-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}
.section-title {
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 700;
    color: var(--primary-color);
}
.section-title.text-right { 
    text-align: right; 
    display: block;
    width: 100%;
}
.section-title.text-center { text-align: center; }
.info-block { margin-bottom: 25px; }
.info-block h3 {
    font-size: clamp(14px, 1vw, 16px);
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: bold;
}
.info-block p {
    font-size: clamp(13px, 1vw, 15px);
    color: var(--primary-color);
    line-height: 1.8;
    margin-bottom: 5px;
}
.info-block strong { color: var(--primary-color); font-size: clamp(14px, 1vw, 16px);}
.shilton-contact-form {
    background: transparent;
    width: 90%;
}
div.form-row.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0px; 
}
.form-row.two-cols {
    margin-bottom: 0px;
}
.input-group label {
    display: block;
    font-size: 13px;
    color: var(--primary-color);
    margin: 10px 10px;
}
.input-group .required { color: #B83838; }
.input-group input, .input-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}
.input-group input:focus, .input-group textarea:focus {
    border-color: #B83838 ;
    outline: none;
    box-shadow: 0 0 5px rgba(217, 36, 42, 0.2);
}
.shilton-btn.red-btn {
    background-color:var(--primary-color);
    color: #fff;
    border: none; 
    outline: none;
    padding:10px 30px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 12px;
}
.shilton-btn.red-btn:hover { 
    background-color:  #B83838; 
    color: #ffffff;
}
.form-response-msg {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
.form-response-msg.success { display: block; background: #e6f4ea; color: #1e7e34; border: 1px solid #c3e6cb; border-radius: 25px; padding-right: 15px;}
.form-response-msg.error { display: block; background: #fdf1f1; color: #dc3545; border: 1px solid #f5c6cb; border-radius: 15px; padding-right: 15px; }
@media screen and (max-width: 1024px) {
    .page-grid-layout {
        gap: 40px;
    }
    .shilton-contact-form {
        width: 100%;
    }
    div.custom-page-container {
    margin: 60px auto 60px;
    }
}

@media screen and (max-width: 768px) {
    div.custom-page-container {
    margin: 30px auto 30px;
    }
    
    .page-grid-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .bg-circle-shape {
        width: 600px;
        height: 600px;
        top: -150px;
        left: -200px;
    }
    
    .section-title.text-right {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .form-row.two-cols {
        grid-template-columns: 1fr; 
        gap: 15px;
    }
    
    .shilton-btn.red-btn {
        width: 100%; 
        margin-top: 0;
    }
    div.custom-page-container {
    margin: 30px auto 30px;
    }
}
html[lang^="en"] .section-title.text-right,
html[lang^="en"] .section-title {
    text-align: left !important;
}
html[lang^="en"] .input-group label {
    text-align: left !important;
}
html[lang^="en"] .info-block {
    text-align: left !important;
    direction: ltr !important;
}
html[lang^="en"] .form-response-msg.success,
html[lang^="en"] .form-response-msg.error {
    padding-right: 10px !important;
    padding-left: 15px !important;
    text-align: left !important;
}
/*About Page*/
.shilton-page-wrapper{
    margin-top: -40px;
    margin-bottom: -50px;
}
h1.section-title {
    font-size: clamp(15px, 1.3vw, 20px);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.about-text-column {
    font-size: clamp(13px, 1vw, 15px);
    color: var(--primary-color);
    line-height: 2.4;
    text-align: justify;
}
.about-video-column {
    margin-top: 75px; 
    display: flex;
    align-items: center;
    justify-content: center; 
}
.video-wrapper {
    width: 100%;
    max-width: 580px; 
    margin: 0 auto; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.164);
}
video.shilton-about-video {
    width: 100%; 
    display: block;
    border-radius: 20px;
}
@media (max-width: 992px) {
    .shilton-page-wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .page-grid-layout {
        grid-template-columns: 1fr; 
        gap: 0px; 
    }
    .custom-page-container {
        margin: 80px auto 30px;
    }
    .about-text-column {
        order: 1; 
    }
    .about-video-column {
        order: 2; 
        margin-top: 40px; 
        justify-content: center;
    }
  .bg-circle-shape { 
        display: none;
    }
}
@media (max-width: 768px) {
    .shilton-page-wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .page-grid-layout {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    .form-row.two-cols {
        grid-template-columns: 1fr; 
        gap: 15px;
    }
    .shilton-contact-form {
        width: 100%;
    }
    .shilton-btn.red-btn {
        width: 100%; 
        margin-top: 5px;
        padding: 12px 20px;
    }
    .about-text-column {
        order: 1; 
    }
    .about-video-column {
        order: 2; 
        margin-top: 20px; 
    }
    .video-wrapper {
        width: 95%; 
    }
    .bg-circle-shape { 
        display: none;
    }
}
/*Agency*/
.agency-centered-container {
    width: 60%;
    max-width: 1200px;
    margin: 130px auto 90px;
    padding: 0 15px;
}
.centered-form {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    direction: rtl;
}
.centered-form .input-group {
    width: 100%;
}
.centered-form .input-group label {
    text-align: right;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 13px;
    display: block;
}
.centered-form .input-group input[type="text"],
.centered-form .input-group input[type="tel"],
.centered-form .input-group input[type="number"],
.centered-form .input-group textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-family: inherit;
    font-size: 14px;
}
.centered-form .input-group textarea {
    resize: vertical;
    min-height: 100px;
}
.rtl-row {
    direction: rtl;
}
.form-row {
    width: 100%;
    margin-top: 10px;
}
.form-row.four-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: end;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-row.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.radio-group {
    display: flex;
    justify-content: flex-start; 
    gap: 20px;
    height: 44px;
    align-items: center;
}
.radio-group label {
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin-bottom: 0 !important;
    font-size: 13px;
    cursor: pointer;
    flex-direction: row;
}
.radio-group input[type="radio"] {
    width: auto;
    margin: 0;
    cursor: pointer;
}
.checkbox-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    margin-top: 30px;
}
.confirmation-title {
    font-size: 13px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
}
.confirmation-label {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px !important;
    line-height: 1.8;
    cursor: pointer;
    text-align: right;
    flex-direction: row;
}
.confirmation-label input[type="radio"] {
    width: auto;
    margin-top: 5px;
}
.agency-submit-row {
    display: flex;
    justify-content: right;
    align-items: right;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
}
.agency-submit-row .shilton-btn {
    min-width: 150px; 
    cursor: pointer;
}
@media (max-width: 1200px) {
    div.agency-centered-container {
        width: 85%;
        margin: 70px auto 0px;
    }
}
@media (max-width: 992px) {
    .agency-centered-container {
        width: 95%;
        margin: 60px auto 50px;
    }
    .form-row.four-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .form-row.two-cols,
    .form-row.four-cols {
        grid-template-columns: 1fr;
    }
    div.agency-centered-container {
        margin: 30px auto 0px;
        width: 90%;
    }
}
/*آرشیو ها*/
.container {
    margin-inline: auto;
    width: 80%;
}
.shilton-archive-section,
.products-archive-section,
.recipes-archive-section {
    margin: 130px auto 140px;
    position: relative;
    z-index: 1;
}
.shilton-archive-title {
    font-size: clamp(16px, 1.2vw, 19px);
    color: var(--primary-color);
    border-bottom: 1px #c2c1c177 solid;
    width: 30%;
    padding: 20px 10px 20px 0;
    margin-bottom: 30px;
}
.shilton-archive-desc {
    font-size: clamp(14px, 1.1vw, 16px);
    color: var(--primary-color);
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 50px;
    width: 60%;
}
.shilton-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 50px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.whole-card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.whole-card:hover .shilton-archive-card .shilton-archive-img {
    transform: scale(1.1);
}
.whole-card:hover .shilton-archive-name {
    color: rgb(32, 32, 32);
}
.shilton-archive-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 100%;
    aspect-ratio: 1 / 1; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.shilton-archive-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
    transition: transform 0.3s ease;
}
.is-product .shilton-archive-img {
    width: 90%;
    height: 90%;
}
.card-content {
    margin-top: 30px;
    text-align: center;
}
.shilton-archive-name {
    margin: 0;
    font-size: clamp(13px, 1.1vw, 14px);
    font-weight: 500;
    color: var(--primary-color);
    transition: color 0.3s ease;
}
.shilton-pagination {
    margin-top: 50px;
    text-align: center;
}
.bg-circle {
    position: fixed;
    width: 1300px;
    height: 1250px;
    background: #fff1bb;
    border-radius: 50%; 
    top: -300px; 
    left: -400px;
    z-index: -1; 
    pointer-events: none; 
}
@media (max-width: 1200px) and (min-width: 769px) {
    .container { width: 85%; }
    .shilton-archive-section,
    .products-archive-section,
    .recipes-archive-section { margin: 120px auto 60px; }
    .shilton-archive-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .shilton-archive-desc { width: 80%; }
    .shilton-archive-title { font-size: 18px; }
    .bg-circle { width: 900px; height: 900px; top: -250px; left: -350px; }
}
@media (max-width: 768px) and (min-width: 501px) {
    .container { width: 85%; }
    .shilton-archive-section,
    .products-archive-section,
    .recipes-archive-section { margin: 100px auto 50px; }
    .shilton-archive-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .shilton-archive-desc { width: 100%; font-size: clamp(12px, 1.5vw, 14px); line-height: 2.2; }
    .shilton-archive-title { font-size: clamp(15px, 2.8vw, 18px); width: 50%; }
    .bg-circle { width: 600px; height: 600px; top: 150px; left: -300px; }
}
@media (max-width: 500px) {
    .container { width: 85%; }
    .shilton-archive-section,
    .products-archive-section,
    .recipes-archive-section { margin: 70px auto 40px; }
    .shilton-archive-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .shilton-archive-card { border-radius: 12px; }
    .shilton-archive-name { font-size: clamp(10px, 1.2vw, 14px); }
    .shilton-archive-desc { width: 100%; font-size: clamp(11px, 1.1vw, 14px); margin-bottom: 30px; line-height: 2;}
    h1.shilton-archive-title { font-size: clamp(15px, 1.2vw, 18px); width: 50%; padding: 0 0 13px 0; }
    .bg-circle { width: 600px; height: 600px; top: -40px; left: -300px; }
}
main {
    min-height: calc(100vh - 500px); 
}
.en-page .footer-address {
    text-align: center !important;
    direction: ltr !important;
}
body.admin-bar header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 0px !important;
    }
}
.sidebar-list .submenu {
    padding-bottom: 0 !important;
}
.sidebar-list .submenu li:last-child {
    padding-bottom: 10px;
}
.nav-desktop .nav-left > ul {
    display: flex !important;
    flex-direction: row !important;
    direction: rtl !important; 
    align-items: center;
}
.nav-desktop .nav-left > ul > li:last-child {
    margin-right: auto !important;
    margin-left: 0 !important;
}
html[dir="ltr"] .nav-desktop .nav-left > ul > li,
body.en-mode .nav-desktop .nav-left > ul > li {
    direction: ltr;
}
.nav-desktop .nav-left ul.sub-menu {
    direction: rtl; 
}
html[dir="ltr"] .nav-desktop .nav-left ul.sub-menu,
body.en-mode .nav-desktop .nav-left ul.sub-menu {
    direction: ltr; 
}
/*دوزبانه*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}
.main-content {
    flex: 1; 
}
.en-main-content .en-section-ltr {
    direction: ltr !important;
}
.en-main-content .en-text-left {
    text-align: left !important;
    direction: ltr !important;
}
.en-main-content .en-keep-layout {
    direction: rtl !important; 
}
.en-main-content .en-keep-layout p, 
.en-main-content .en-keep-layout h2, 
.en-main-content .en-keep-layout h3,
.en-main-content .en-keep-layout a {
    direction: ltr !important;
}
.en-main-content .new-collection-section .glass-box .shilton-btn {
    margin-right: auto;
    margin-left: 0;
    display: inline-block;
}
body.en-page .combined-container {
    display: flex;
    flex-direction: row !important;
}
body.en-page .about-box {
    order: 2;
}
body.en-page .catalog-box {
    order: 1; 
}
@media screen and (max-width: 1096px) {
    body.en-page .combined-container {
        flex-direction: column !important;
    }
    body.en-page .about-box {
        order: 1; 
    }
    body.en-page .catalog-box {
        order: 2; 
    }
}
/*Social Contact Dropdown (Bale & Rubika)*/
.contact-item.bale {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(4px, 1vw, 8px);
}
.social-icons-group {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bale-icon, .rubika-icon {
    display: inline-block;
    width: 14px; 
    height: auto;
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .bale-icon, .rubika-icon {
        width: clamp(12px, 3vw, 16px);
    }
}
.topbar-contact-dropdown {
    position: relative;
    display: inline-block;
}
@media (max-width: 800px) {
    button.topbar-contact-toggle {
        font-size: 10px;
    }
}
.topbar-contact-toggle {
    background: none;
    border: none;
    font-family: var(--en-font);
    font-size: clamp(11px, 0.7vw, 14px);
    color: #faf7f7;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: color 0.3s;
    outline: none;
}
.topbar-contact-toggle:hover {
    color: #fcf2d4;
}
.topbar-contact-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    min-width: 160px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.topbar-contact-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.topbar-contact-menu a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    color: #333 !important;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    text-decoration: none;
    transition: background 0.2s;
}
.topbar-contact-menu a:hover {
    background: rgba(241, 240, 240, 0.829);
    color: #000 !important;
}

.topbar-contact-menu img {
    width: 16px;
    height: auto;
}
.en-page .topbar-contact-menu {
    right: auto;
    left: 0;
}
@media screen and (max-width: 1200px) {
    .nav-desktop ul.nav-menu {
        display: none !important;
    }
}
.wp-caption,
.wp-caption img,
img.alignnone,
img.alignleft,
img.aligncenter,
img.alignright,
.post-content img,
.entry-content img,
.content-area img {
    box-shadow: none !important;
}
/*مسیج شناور*/
#shilton-chat-widget {
    position: fixed;
    bottom: 30px;
    left: 40px;
    z-index: 99999;
    font-family: inherit;
    will-change: transform, opacity;
}
@keyframes shiltonEntrance {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
#shilton-chat-widget.state-initial {
    animation: shiltonEntrance 1.2s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.chat-view {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(112, 112, 112, 0.158);
    display: none;
    overflow: hidden;
    transition: 0.1s ease;
}

.chat-view:hover {
    transform: scale(1.01);  
}
/* حالت ۱ */
.state-initial .view-initial {
    display: block;
    width: 320px;
    padding: 20px;
    border-radius: 25px 25px 25px 0px;
    position: relative;
    box-sizing: border-box;
}
.chat-header-simple {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 25px;
    color: rgb(104, 66, 52);
    font-size: 12px;
}
.fake-input-wrapper {
    background: #fffcd78a;
    border: 0.2px solid rgba(68, 68, 68, 0.075);
    border-radius: 30px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 10px;
    transition: 0.5s ease;
}
.fake-input-wrapper:hover {
    background: rgba(213, 245, 209, 0.596);
}
.circle-arrow-btn, .send-btn-circle, .small-bubble {
    width: 35px;
    height: 35px;
    background: rgb(104, 66, 52);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.fake-input-wrapper:hover .circle-arrow-btn {
    background: rgb(110, 163, 88);
}
/* حالت ۲ */
.state-expanded .view-expanded {
    display: block;
    width: 320px;
    padding: 30px;
    border-radius: 25px 25px 25px 0px;
    position: relative;
    box-sizing: border-box;
    animation: chatExpandOpen 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes chatExpandOpen {
    0% {
        opacity: 0.94;
        transform: translateX(-16px) translateY(6px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
.chat-header-full {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 25px;
    color: rgb(104, 66, 52);
    font-size: 12px;
}
.form-row {
    display: flex;
    gap: 10px;
    margin: 0;
}
#shilton-ajax-chat-form input,
#shilton-ajax-chat-form textarea {
    width: 100%;
    border: none;
    background: #fffcd78a;
    border: 0.2px solid rgba(104, 66, 52, 0.096);
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    transition: background 0.3s ease;
    box-sizing: border-box;
}
#shilton-ajax-chat-form input:focus,
#shilton-ajax-chat-form textarea:focus {
    cursor: text;
    background: #fff;
}
#shilton-ajax-chat-form input::placeholder,
#shilton-ajax-chat-form textarea::placeholder,
.placeholder-text {
    color: #6e6e6ebe !important;
    font-size: 12px;
}
.textarea-wrapper {
    position: relative;
}
#shilton-ajax-chat-form textarea {
    height: 120px;
    border-radius: 30px;
    resize: none;
    margin: 0;
}
.send-btn-circle {
    position: absolute;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    background: rgb(104, 66, 52);
    transition: 0.1s ease;
}
.send-btn-circle:hover {
    background: var(--hover-red);
    transform: scale(1.06);
}
.close-widget {
    position: absolute;
    top: 14px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #727272;
    cursor: pointer;
    z-index: 10;
}
.close-widget:hover {
    color: #d42d2d;
}
/*حالت 3*/
.state-minimized .view-minimized {
    display: block;
    background: none;
    box-shadow: none;
    overflow: visible;
}
.state-minimized .chat-view {
    overflow: visible;
    animation: none; 
    transform: none;
}
.small-bubble {
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    border-radius: 30px 30px 30px 5px;
    box-shadow: 0 5px 8px rgba(87, 87, 87, 0.137);
    transition: all .25s ease;
}
.small-bubble svg {
    width: 30px;
    height: 30px;
    margin-right: 2px;
}
.minimized-arrow path{
    fill: none;
    stroke: rgba(128, 81, 64, 0.795);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.small-bubble:hover {
    transform: translateX(-2px);
}
.shilton-send-icon {
    width: 15px;
    height: 15px;
    display: block;
    color: #fffce9;
    transform: scaleX(1);
    margin-right: 3px;
}
.form-response-msg {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    width: 90%;
    padding: 0 12px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    border: 1px solid transparent;
}
.form-response-msg.active {
    max-height: 50px;
    opacity: 1;
    margin-bottom: 15px;
    padding: 6px 12px;
    transform: translateY(0);
}
.form-response-msg.success {
    background: #f1faf2;
    color: #1f7a31;
    border-color: #d1f0d7;
    transform: translateY(-5px);
}
.form-response-msg.error {
    background: #fff1f0;
    color: #b42318;
    border-color: #fadbd8;
    transform: translateY(-5px);
}
@media (max-width: 1024px) {
    #shilton-chat-widget {
        left: 50px;
        bottom: 50px;
    }
    #shilton-chat-widget.state-initial,
    #shilton-chat-widget.state-expanded {
        width: 60%;
    }
    #shilton-chat-widget.state-minimized {
    width: auto;
    }
    .state-initial .view-initial,
    .state-expanded .view-expanded,
    .chat-view {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    #shilton-chat-widget {
        left: 20px;
        bottom: 30px;
    }
    #shilton-chat-widget.state-initial,
    #shilton-chat-widget.state-expanded {
        width: calc(100% - 40px);
    }
    #shilton-chat-widget.state-minimized {
        width: auto;
    }
    .state-initial .view-initial,
    .state-expanded .view-expanded,
    .chat-view {
        width: 100%;
        max-width: 100%;
    }
}
#heroSection {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 2.5s;
}
#heroSection.is-visible {
    opacity: 1;
    visibility: visible;
}
.shilton-reveal-section {
    opacity: 0.2;
    transform: translateY(80px) scale(0.98); 
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
                transform 2.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.shilton-reveal-section.is-revealed {
    opacity: 1; 
    transform: translateY(0) scale(1); 
}
.new-collection-section.shilton-reveal-section,
.recipe-dynamic-section.shilton-reveal-section,
.article-cards-section.shilton-reveal-section {
    opacity: 0.3;
    transform: translateY(80px); 
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
                transform 2.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.new-collection-section.shilton-reveal-section.is-revealed,
.recipe-dynamic-section.shilton-reveal-section.is-revealed,
.article-cards-section.shilton-reveal-section.is-revealed {
    opacity: 1;
    transform: translateY(0); 
}
/*Reveal Animations*/
.wix-blur-reveal {
    opacity: 0;
    filter: blur(15px); 
    transform: translateY(60px) scale(0.95);
    transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
                filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, filter;
}
.wix-blur-reveal.is-revealed {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}
.wix-curtain-container {
    position: relative;
    overflow: hidden;
}
.wix-curtain-container::after {
    content: '';
    position: absolute;
    top: 0; left: 0; 
    width: 100%; height: 100%;
    background-color: #1a1a1a; 
    transform-origin: bottom;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); 
    z-index: 2;
}
.wix-curtain-container.is-revealed::after {
    transform: scaleY(0);
}
.wix-curtain-container img {
    transform: scale(1.2);
    transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.wix-curtain-container.is-revealed img {
    transform: scale(1);
}
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
/*اصلاح دراپ‌داون در زبان انگلیسی*/
html[lang^="en"] .nav-menu .dropdown-menu a {
    text-align: left !important;
    padding-left: 10px;
}
/*Sticky Footer*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1 0 auto;
}