.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: #181818;
    border-color: #181818;
    color: #fff;
}

.addedToCart_layer .alert-success a {
    color: #fff;
}

.addedToCart_layer.act {
    display: block;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.error_message_kupon,
.success_message_kupon {
    display: none;
    font-weight: bold;
    margin-top: 8px;
}

small,
.error_message_kupon {
    color: #f00;
}

.success_message_kupon {
    color: #0cc90c;
}


/***************************
// Font Imports
***************************/
/* Lora font imports (from assets/fonts/Lora) */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lora/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lora/Lora-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Lora/Lora-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Lora/Lora-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Lora/Lora-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Lora/Lora-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lora/Lora-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lora/Lora-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Cinzel/Cinzel-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Raleway/Raleway-Black.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-lora: 'Lora', serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-1E1E1E: #1E1E1E;
    --color-1E1F21: #1E1F21;
    --color-F7CE46: #F7CE46;
    --color-BD9C72: #BD9C72;
    --color-909090: #909090;
    --color-605F5F: #605F5F;
}

body {
    letter-spacing: 0;
    font-family: var(--font-lora);
    color: #fff;
    background-color: #221F20;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.font-family-lora * {
    font-family: var(--font-lora) !important;
}

.font-family-cinzel * {
    font-family: 'Cinzel', serif !important;
}

.font-family-raleway * {
    font-family: 'Raleway', sans-serif !important;
}

.font-color-262626 * {
    color: #262626 !important;
}

.font-color-D7D7D7 * {
    color: #D7D7D7 !important;
}

.font-color-292929 * {
    color: #292929 !important;
}

.font-color-BD9C72 * {
    color: #BD9C72 !important;
}

.font-color-909090 * {
    color: #909090 !important;
}

.font-color-605F5F * {
    color: #605F5F !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.letter-spacing-02 * {
    letter-spacing: 0.2px !important;
}


.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.max-4-row-text * {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.max-3-row-text * {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.max-2-row-text * {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.max-1-row-text * {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}



.font-size-65 * {
    font-size: 65px !important;
}

.font-size-64 * {
    font-size: 64px !important;
}

.font-size-63 * {
    font-size: 63px !important;
}

.font-size-62 * {
    font-size: 62px !important;
}

.font-size-61 * {
    font-size: 61px !important;
}

.font-size-60 * {
    font-size: 60px !important;
}

.font-size-59 * {
    font-size: 59px !important;
}

.font-size-58 * {
    font-size: 58px !important;
}

.font-size-57 * {
    font-size: 57px !important;
}

.font-size-56 * {
    font-size: 56px !important;
}

.font-size-55 * {
    font-size: 55px !important;
}

.font-size-54 * {
    font-size: 54px !important;
}

.font-size-53 * {
    font-size: 53px !important;
}

.font-size-52 * {
    font-size: 52px !important;
}

.font-size-51 * {
    font-size: 51px !important;
}

.font-size-50 * {
    font-size: 50px !important;
}

.font-size-49 * {
    font-size: 49px !important;
}

.font-size-48 * {
    font-size: 48px !important;
}

.font-size-47 * {
    font-size: 47px !important;
}

.font-size-46 * {
    font-size: 46px !important;
}

.font-size-45 * {
    font-size: 45px !important;
}

.font-size-44 * {
    font-size: 44px !important;
}

.font-size-43 * {
    font-size: 43px !important;
}

.font-size-42 * {
    font-size: 42px !important;
}

.font-size-41 * {
    font-size: 41px !important;
}

.font-size-40 * {
    font-size: 40px !important;
}

.font-size-39 * {
    font-size: 39px !important;
}

.font-size-38 * {
    font-size: 38px !important;
}

.font-size-37 * {
    font-size: 37px !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-35 * {
    font-size: 35px !important;
}

.font-size-34 * {
    font-size: 34px !important;
}

.font-size-33 * {
    font-size: 33px !important;
}

.font-size-32 * {
    font-size: 32px !important;
}

.font-size-31 * {
    font-size: 31px !important;
}

.font-size-30 * {
    font-size: 30px !important;
}

.font-size-29 * {
    font-size: 29px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-27 * {
    font-size: 27px !important;
}

.font-size-26 * {
    font-size: 26px !important;
}

.font-size-25 * {
    font-size: 30px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-23 * {
    font-size: 23px !important;
}

.font-size-22 * {
    font-size: 22px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-19 * {
    font-size: 19px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-17 * {
    font-size: 17px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-15 * {
    font-size: 15px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}



strong {
    font-weight: 700 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

.line-height-24 * {
    line-height: 24px !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:not(.btn-plus):not(.btn-minus):hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-plus img,
.btn.btn-minus img {
    transition: none !important;
}

.btn.btn-plus:hover img,
.btn.btn-minus:hover img {
    transform: none !important;
}

.btn.btn-filled-gold {
    padding-top: 16px;
    padding-right: 61px;
    padding-bottom: 16px;
    padding-left: 61px;
    border-radius: 0px;
    background: #BD9C72;
    border: 1.5px solid #BD9C72;
    color: var(--color-white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-filled-gold:hover {
    background: #ad8d62;
}

.btn.btn-outline-gold {
    border: 1px solid #BD9C72;
    border-radius: 0px;
    padding-top: 18px;
    padding-right: 140px;
    padding-bottom: 18px;
    padding-left: 140px;
    color: #BD9C72;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.btn.btn-filled-gold.dark {
    background: #493E30;
    border: 1.5px solid #493E30;
    color: var(--color-white) !important;
}

.btn.btn-filled-gold.dark:hover {
    background: #362E22;
}

.btn.btn-filled-orange {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    gap: 8px;
    border-radius: 3px;
    background: #D89C4F;
    border: 1.5px solid #D89C4F;
    color: white;
}


.btn.btn-outline-gold.active {
    background: #BD9C72;
    color: var(--color-white) !important;
    transition: background .2s ease, color .2s ease;
}

.btn.btn-outline-gold.active:hover {
    background: #9b7b4f;
}

.btn.btn-outline-gold:hover {
    background: #BD9C72;
    color: var(--color-white) !important;
}

.btn.btn-plus,
.btn.btn-minus {
    background: #181516;
    color: white;
    border: none;
    border-radius: 0;
}

/***************************
// End Buttons
***************************/

/***************************
// Header
***************************/
.header {
    background: #121212;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***************************
// End Header
***************************/

/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar:not(.navbar-static) {
    margin-top: 60px;
}



.navbar-custom {
    width: 100%;
    z-index: 10;
    background: transparent;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    width: 100%;
    height: 173px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: #000 !important;
}

.navbar-toggler.white {
    border-color: var(--color-white) !important;
}

.navbar-toggler-icon.black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
    display: flex;
    justify-content: flex-end;
}

/* Alapértelmezett: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    transition: none !important;
}

.navbar-custom .nav-link:hover {
    color: #BD9C72 !important;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: var(--color-black) !important;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--color-white) !important;
}

.dropdown-toggle.nav-link::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    /*background-image: url('../images/icons/arrow-left-white.svg');*/
    background-image: url('../images/icons/arrow-right-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    /*transform: rotate(180deg);*/
    transition: transform 0.3s;
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 450px;
    overflow: hidden;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    opacity: 1;
    z-index: 1;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

.image-text-split .image-wrapper img {
    border-radius: 0;
    max-width: 550px;
    max-height: 550px;
    min-height: 400px;
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

/***************************
// End image-text-split Section
***************************/

/***************************
// Features Section
***************************/

.features-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.features-section .feature-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
}

.features-section .title {
    min-height: 43px;
}

/***************************
// End Features Section
***************************/

/***************************
// Single Image Section
***************************/


.single-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 800px;
}

.single-image {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-image: url(../images/img2.webp);
}

.single-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #221F20 0%, rgba(34, 31, 32, 0.09) 100%);
    pointer-events: none;
}

.single-image-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0;
}

.single-image-divider img {
    width: 100%;
    display: block;
}

/***************************
// End Single Image Section
***************************/

/***************************
// Ref Section
***************************/
.ref {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ref-image-wrapper {
    position: relative;
    width: 100%;
    max-height: 370px;
    max-width: 370px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.ref-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ref-image-wrapper .image-overlay {
    position: absolute;
    inset: 5%;
    border: 1px solid var(--color-white);
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
}

/***************************
// End Ref Section
***************************/

/***************************
// Discover Section
***************************/

.discover-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-tabs {
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.discover-tab {
    background: transparent;
    border: none;
    padding: 0.8rem 0;
    flex: 1 1 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 0;
    transition: background 0.2s, color 0.2s, font-weight 0.2s;
    outline: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #D7D7D7;
}

.discover-tab.active {
    color: #BD9C72;
    z-index: 2;
    border-bottom: 1px solid #BD9C72;
}

.discover-tab2.active {
    color: #BD9C72;
    z-index: 2;
    border: 1px solid #BD9C72;
}

.discover-tabs2 {
    gap: 0;
    /*padding: 0;*/
    overflow: hidden;
}

.discover-tab2 {
    background: transparent;
    border: none;
    padding: 0.8rem 0;
    flex: 1 1 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 0;
    transition: background 0.2s, color 0.2s, font-weight 0.2s;
    outline: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border: 1px solid #D7D7D7;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover-tab2:last-child {
    margin-right: 0;
}

.discover-tab2:hover {
    color: #BD9C72;
    z-index: 2;
    border: 1px solid #BD9C72;
}

/*.discover-tab:not(.active):hover {
    border-bottom: 1px solid #D7D7D7;
}*/

.discover-content img {
    width: 100%;
    /* max-width: 784px; */
    height: 462px;
    object-fit: cover;
}

.discover-card {
    background: rgba(255, 255, 255, 0.19);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    min-height: 220px;
}

.discover-image img {
    border-radius: 10px;
    background: #fff;
}

/***************************
// End Discover Section
***************************/

/***************************
// Products Preview Section
***************************/

.products-preview {
    padding-top: 12rem;
    padding-bottom: 15rem;
    background-image: url('../images/products-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* optional dark overlay using a semi-transparent background color */
    position: relative;
}

.products-preview.bg-none {
    background-image: none;

}

.products-preview.bg-none::before {
    content: none;
}

.products-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000CC;
    z-index: 0;
}

.product-card {
    padding: 1.25rem;
    border-radius: 0px;
    transition: border .18s ease;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
}

.product-media {
    display: flex;
    align-items: center;
}

.product-media img:first-child {
    width: 64px;
    height: auto;
    object-fit: contain;
}

.img-link,
.product-media img.product-bottle {
    width: 150px;
    height: 280px;
    object-fit: cover;
    margin-left: auto;
}

.product-card:hover {
    border: 1px solid #FFFFFF;
    background-color: #191919;
}

/***************************
// End Products Preview Section
***************************/

/***************************
// Floating Section
***************************/
.floating-section-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -230px;
}

/* Badge (kör) */
.floating-badge-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.badge-circle {
    width: 260px;
    height: 260px;
    background: #BD9C72;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

/* belső szaggatott kör */
.badge-circle::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.badge-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* logó középre igazítva */
.badge-logo img {
    width: 100%;
    max-width: 170px;
    height: auto;
    display: block;
    z-index: 2;
}

/***************************
// End Floating Section
***************************/

/***************************
// Numbers Section
***************************/

.numbers-bg {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.numbers-bg.gray {
    background-color: #3E4244;
}

.numbers-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.numbers-image-outside {
    position: absolute;
    top: 0;
    width: 40vw;
    height: 100%;
    max-width: 900px;
    z-index: 1;
}

.numbers-image-outside.right {
    right: 0;
}

.numbers-image-outside.left {
    left: 0;
}

.numbers-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    border-radius: 0;
}

.numbers-progress {
    background: #C7C7C7;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.numbers-progress .progress-bar {
    background: #176476;
    height: 100%;
    border-radius: 2px;
    transition: width 1s;
}

.numbers-image-col {
    min-height: 400px;
    padding: 0;
}

.numbers-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


@media (max-width: 767px) {
    .numbers-section .row {
        flex-direction: column;
    }

    .numbers-image-col,
    .numbers-content {
        max-width: 100%;
        padding: 0;
    }

}

/***************************
// End Numbers Section
***************************/

/***************************
// Blog List Section
***************************/

.blog-list {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
    background-color: transparent;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 4rem;
}

.pagination-wrapper {
    position: relative;
}

.pagination-line {
    top: -10px;
    height: 0.5px;
    background-color: #9C8A8A;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
}

.pagination-number {
    text-decoration: none;
    position: relative;
    border: 1px solid #D7D7D7;
    padding: 0.6rem 1.5rem;
}

.pagination-number.active {
    color: #BD9C72;
    border: 1px solid #BD9C72;
}

.pagination-prev .flipped-img {
    transform: rotate(180deg);
}

.pagination-next .flipped-img {
    transform: rotate(0deg);
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    border: 1px solid #D7D7D7;
    padding: 0.6rem 1.5rem;
    z-index: 2;
    transition: border 0.3s, color 0.3s;
}

.pagination-prev:hover,
.pagination-next:hover {
    border: 1px solid #BD9C72;
    color: #BD9C72 !important;
}

.pagination-prev img,
.pagination-next img {
    filter: grayscale(1);
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: grayscale(0);
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1);
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #9C8A8A !important;
    pointer-events: none;
    cursor: default;
}

.pagination-next img {
    transform: rotate(180deg);
}

/***************************
// End Pagination Bar
***************************/

/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #181818;
}

footer .brand-wrapper {
    height: 90px;
}

footer .footer-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8A766F;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 2px solid #176476;
    margin: 0;
    max-width: 100%;
    opacity: 1;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 24px !important;
    height: 24px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3C3C3C;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

/***************************
// End Footer Section
***************************/

/***************************
// Product card overlay styles
***************************/

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

.overlay-box {
    background: transparent;
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
    padding: 2rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.overlay-box .mt-auto {
    margin-top: auto;
}

.overlay-box h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.liters-select {
    width: 100%;
    padding: 1rem;
    margin: 0.6rem 0 1rem 0;
    border-radius: 5px;
    color: white;
    background-color: #FEFEFE1A;
    border: 1px solid #E9E9E9;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem bottom 1rem;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.liters-select option {
    background-color: #1a1a1a;
    color: white;
}

.liters-select option:hover {
    background-color: #333;
}

.overlay-close img {
    width: 18px;
    height: 18px;
    display: block;
}

.overlay-close {
    position: absolute;
    right: 1rem;
    top: 2rem;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #fff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overlay-close:hover {
    color: #e4e4e4;
}

.form-control {
    background: #221F20;
    border: 1px solid #322E30;
    border-width: 1px;
    padding-right: 48px;
    padding-left: 48px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    background: #221F20;
    border-color: #605F5F;
}

/***************************
// End Product card overlay styles
***************************/

/***************************
// Product Description Section
***************************/
.product-description {
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: white;
    background-color: #191919;
}

.product-specs .spec-row {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #FFFFFF33;
}

/* Number input spinnerek eltávolítása */
#qty-input::-webkit-outer-spin-button,
#qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#qty-input[type=number] {
    appearance: textfield;
}

/***************************
// End Product Description Section
***************************/

/***************************
// Blog Belso Section
***************************/
.blog-belso {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.blog-belso h1 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 160%;
}

.blog-belso p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.blog-belso img {
    border-radius: 0;
    max-width: 100%;
    height: auto;
    max-height: 340px;
    display: block;
    object-fit: cover;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* Ne érintse a .blog-belso .pagination-next-ben lévő p és img elemeket */
.blog-belso .pagination-next p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-belso .pagination-next img {
    border-radius: inherit;
    max-width: none;
    max-height: none;
    height: auto;
    display: inline-block;
    object-fit: initial;
    margin-top: 0;
    margin-bottom: 0;
}

/***************************
// End Blog Belso Section
***************************/

/***************************
// Retail Section
***************************/

.retail {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #191919;
}

.retail-list .retail-table {
    color: #fff;
}

.retail-table .rt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rt-header .col {
    text-transform: uppercase;
}

.rt-header .retail-title {
    border-bottom: 1.5px solid #BD9C72;
    padding-bottom: 1rem;
}

.rt-header .retail-address {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 1rem;
}

.retail-table .rt-row {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #BD9C72;
}

/* small screens: stack */
@media (max-width: 767.98px) {

    .retail-table .rt-header,
    .retail-table .rt-row {
        align-items: flex-start;
    }

    .retail-table {
        padding: 1rem;
    }
}

/***************************
// End Retail Section
***************************/

/***************************
// Partners Section
***************************/
.partners-grid {
    padding-top: 3rem;
    padding-bottom: 6rem;
    color: white;
}

.partners-grid .partner-card {
    background: transparent;
    border: none;
    padding: 0;
}

.partners-grid .partner-card .img-wrap {
    width: 100%;
    height: 186px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.partners-grid .partner-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/***************************
// End Partners Section
***************************/

/***************************
 // Contact Section
***************************/
.kapcsolat {
    position: relative;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 100%;
}

.contact-banner-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    height: 54px;
    border-radius: 5px;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #221F20;
    font-weight: 400;
    line-height: 140%;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 252px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 20px;
    height: 20px;
    box-shadow: 4px 2px 6.7px 0px #00000014;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.contact-banner-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(195, 164, 89, 0.15);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #BD9C72;
    border-color: #BD9C72;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-form-wrapper {
        border-radius: 12px;
        min-height: unset;
        padding: 32px 16px 24px 16px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }
}

@media (min-width: 992px) {

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}

/***************************
 // End Contact Section
***************************/

.contacts {
    padding-top: 3rem;
    padding-bottom: 6rem;
    color: white;
}

.contact-card {
    border: 1px solid white;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    height: 100%;
}

/* kisebb képernyők */
@media (max-width: 767px) {
    .contact-card {
        height: auto;
        padding: 18px;
    }

    .contacts .description {
        text-align: left;
        padding-top: 12px;
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox and standard */
input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

/***************************
// End Contacts Section
***************************/

.penztar {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

/****************************
// Pénztár Section
****************************/
/* Szállítási mód stílus */
.szallitasi-mod {
    margin-top: 6rem;
}

.shipping-option {
    border: 1px solid #BD9C72;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

.shipping-option:hover {
    background-color: rgba(189, 156, 114, 0.15);
    border-color: #D4A574;
}

.shipping-option.active {
    background-color: #BD9C72;
    border-color: #BD9C72;
    color: #ffffff !important;
}

.shipping-option.active label span {
    color: #ffffff !important;
}

.shipping-option .munkanap {
    color: #D89C4F !important;
}

.shipping-option.active .munkanap {
    color: #FFFFFF !important;
}

.shipping-option input[type="radio"] {
    display: none;
}

.shipping-option input[type="radio"]:checked+label {
    color: #ffffff;
}

.shipping-option input[type="radio"]:checked+label .shipping-price {
    color: #ffffff;
}

.shipping-option input[type="radio"]:checked+label+.shipping-description {
    color: #ffffff;
}

.shipping-option input[type="radio"]:checked~* {
    color: #ffffff;
}

.shipping-option label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

.shipping-option .shipping-price {
    margin-left: auto;
}

.shipping-description {
    margin-top: 6px;
    color: #d89c4f;
}

.shipping-option input[type="radio"]:checked+label~.shipping-description {
    color: #ffffff;
}

/* Kupon stílus */
.kupon-section {
    margin-top: 30px;
    padding: 1rem;
    background-color: #191919;
}

.kupon-section h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.kupon-input-group {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.kupon-input-group input {
    flex: 1;
    border: 1px solid #BD9C72;
    background-color: #ffffff;
    color: #000000;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

.kupon-input-group button {
    background-color: #BD9C72;
    color: #ffffff;
    border: 1px solid #BD9C72;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kupon-input-group button:hover {
    background-color: #D4A574;
    border-color: #D4A574;
}

.kupon-info {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: #999999;
}

.kupon-info a {
    color: #BD9C72;
    text-decoration: none;
}

.kupon-info a:hover {
    text-decoration: underline;
}

/* Adatkezelés checkbox */
.adatkezeles-section {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(189, 156, 114, 0.1);
    border-radius: 4px;
}

.adatkezeles-section .form-check {
    margin-bottom: 16px;
}

.adatkezeles-section .form-check-label {
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    color: #ffffff;
}

.adatkezeles-section .form-check-label a {
    color: #BD9C72;
    text-decoration: none;
    font-weight: 600;
}

.adatkezeles-section .form-check-label a:hover {
    text-decoration: underline;
}

/* Küldés gomb */
.btn-filled-gold {
    background-color: #BD9C72;
    border: 1px solid #BD9C72;
    transition: all 0.3s ease;
}

.btn-filled-gold:hover {
    background-color: #D4A574;
    border-color: #D4A574;
}

/* Responsive */
@media (max-width: 768px) {

    .szallitasi-mod h3,
    .fizetesi-mod h3 {
        font-size: 20px;
    }

    .shipping-option,
    .payment-option {
        padding: 12px;
    }

    .shipping-description {
        margin-left: 20px;
    }

    .kupon-input-group {
        flex-direction: column;
    }
}

/****************************
// End Pénztár Section
****************************/

/***************************
// Cart Section
***************************/

/* Cart section styles (place inside the page as requested) */
.cart-section {
    background: #231f20;
    color: #fff;
    padding: 48px 0;
}

.cart-header {
    display: grid;
    grid-template-columns: 60px 164px 1fr 220px 220px 220px;
    gap: 18px;
    align-items: center;
    text-transform: uppercase;
    padding: 8px 0 24px;
    justify-content: center;
    justify-items: center;
}

.cart-header>div:nth-child(3) {
    text-align: center;
    border-bottom: 1px solid white;
    width: 100%;
    grid-column: 1 / 4;
    padding-bottom: 8px;
}

.cart-header>div:nth-child(1),
.cart-header>div:nth-child(2) {
    display: none;
}

.cart-header>div:nth-child(4),
.cart-header>div:nth-child(5),
.cart-header>div:nth-child(6) {
    text-align: center;
    border-bottom: 1px solid white;
    width: 100%;
    padding-bottom: 8px;
}

.cart-item>div:nth-child(3) {
    justify-self: start;
    min-width: 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 60px 164px 1fr 220px 220px 220px;
    gap: 18px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    justify-content: center;
    justify-items: center;
}

.cart-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-remove img {
    width: 10px;
    height: 10px;
}

.cart-thumb-wrapper {
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}


.cart-price,
.cart-subtotal {
    text-align: right;
}

.cart-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart-qty button {
    width: 36px;
    height: 36px;
    border: none;
    background: #0f0d0d;
    color: #fff;
    cursor: pointer;
}

.cart-qty input {
    width: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #fff;
    height: 36px;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    gap: 20px;
    flex-wrap: wrap;
}

.cart-total {
    margin-left: auto;
    text-align: right;
}

.cart-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}


/***************************
// End Cart Section
***************************/

.login-register {
    padding-top: 3rem;
    padding-bottom: 6rem;
}



/* Checkout footer / totals - styles for the inserted block */
.checkout-footer {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
    color: #fff;
    flex-wrap: wrap;
}

/* Left columns (Szállítási / Számlázási) */
.checkout-left {
    display: flex;
    gap: 40px;
    flex: 1 1 60%;
    min-width: 260px;
    flex-wrap: wrap;
}

.checkout-column {
    min-width: 220px;
    max-width: 420px;
}

.checkout-column h4 .edit-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.checkout-column .edit-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

/* Details text */
.detail-list {
    margin: 6px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Right totals column */
.checkout-right {
    min-width: 260px;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
}

.totals-box {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.totals-row .label {
    color: white;
    font-weight: 400;
}

.totals-row .amount {
    font-weight: 700;
}

.totals-row.big .label {
    font-weight: 700;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .checkout-right {
        width: 100%;
        order: 3;
    }

    .checkout-left {
        flex-basis: 100%;
        order: 1;
        gap: 24px;
    }

    .checkout-footer {
        gap: 24px;
    }
}

.calendar-icon {
    background: white !important;
    border: 0 !important;
    padding: 0.375rem 0.75rem !important;
    padding-right: 0.1rem !important;
    display: flex;
    align-items: center;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.calendar-icon::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/calendar-outline-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hidden {
    display: none !important;
}

.my-tab {
    display: none !important;
}

.my-tab.show {
    display: flex !important;
}

.retail-table.my-tab.show {
    display: block !important;
}

.old-price {
    text-decoration: line-through;
}


.adult-content-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999999999;
}

.adult-content {
    display: flex;
    padding: 35px 25px;
    background-color: #121212;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
    -moz-box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
    box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
    font-family: 'Cinzel', serif !important;
    text-align: center;
}

.adulcontentBody {
    overflow: hidden;
}

.adult-content-layer.hidden {
    display: none !important;
}

.adult-content .button-row {
    display: flex;
    column-gap: 1em;
}

.adult-content-title {
    font-size: 24px;
    margin-top: 0.5em;
    color: #BD9C72;
    font-weight: 700;
}

.adult-content-subtitle {
    font-size: 18px;
}

.adult-content .button-row a {
    font-weight: 700;
    padding: 0.8em 2.8em;
}

.profilom-nav {
    font-family: 'Cinzel', serif !important;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
}

.profilom-nav.active {
    color: #BD9C72;
}

.mobile-header {
    display: none;
}

.cart-table-head {
    margin-bottom: 10px;
}

.cart-table-row {
    margin-top: 1em;
}

.foxpost-row {
    display: none;
}

.foxpost-row.act {
    display: block;
    transition: all .4s ease-in;
}