/*palette*/

:root {
    --purple: #6A48ED;
    --purplelight: #E1D9FE;
    --dpurple: #231167;
    --lime: #CBFB57;
    --dark: #150F2C;
    --cream: #FFF7F2;
    --lightgrey: #d9d9d9;
    --whitegrey: #EDECF1;
    --black: #150f2c;
    --vanilla: #FFFBF8;
    --primary: #6A48ED;
}

body {
    background-color: var(--cream);
}

/*general*/

@font-face {
    font-family: 'ABCSocial';
    src: url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Regular.otf?#iefix') format('embedded-opentype'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Regular.woff2') format('woff2'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Regular.woff') format('woff'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABCSocial';
    src: url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Bold.otf?#iefix') format('embedded-opentype'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Bold.woff2') format('woff2'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Bold.woff') format('woff'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABCSocial';
    src: url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Light.otf?#iefix') format('embedded-opentype'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Light.woff2') format('woff2'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Light.woff') format('woff'), url('../../assets/fonts/ABCSocialGreek/ABCSocialGreek-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'gettersIcon';
    src: url('../../assets/fonts/getters-icon/getters.eot?xf8eo5');
    src: url('../../assets/fonts/getters-icon/getters.eot?xf8eo5#iefix') format('embedded-opentype'), url('../../assets/fonts/getters-icon/getters.ttf?xf8eo5') format('truetype'), url('../../assets/fonts/getters-icon/getters.woff?xf8eo5') format('woff'), url('../../assets/fonts/getters-icon/getters.svg?xf8eo5#getters') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Custom icons */
.msicon[class^="icon-"],
.msicon[class*=" icon-"] {
    font-family: 'gettersIcon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-creditcard:before {
    content: "\e900";
}

.icon-free-shipping-delivery-truck:before {
    content: "\e901";
}

.icon-product-returns:before {
    content: "\e902";
    color: #3716ab;
}

.icon-shipping-fast:before {
    content: "\e903";
    color: #3716ab;
}

.icon-addressbook:before {
    content: "\e904";
    color: #6a48ed;
}

.icon-cod:before {
    content: "\e905";
    color: #727378;
}

.icon-invoice:before {
    content: "\e906";
}

.icon-order:before {
    content: "\e907";
    color: #6a48ed;
}

.icon-store:before {
    content: "\e908";
    color: #6a48ed;
}

.icon-house:before {
    content: "\e909";
    color: #6a48ed;
}

.icon-truck-fast:before {
    content: "\e90a";
    color: #6a48ed;
}

.icon-payment-bankwire:before {
    content: "\e90b";
    color: #6a48ed;
}

.icon-payment-card:before {
    content: "\e90c";
    color: #6a48ed;
}

.icon-payment-gpay:before {
    content: "\e90d";
    color: #6a48ed;
}

.icon-payment-other:before {
    content: "\e90e";
    color: #6a48ed;
}

.icon-payment-paypal:before {
    content: "\e90f";
    color: #6a48ed;
}


body {
    color: var(--black);
    font-family: 'ABCSocial', Arial, sans-serif;
}

.container {
    max-width: 1500px !important;
}

.text-italic {
    font-style: italic;
}

.text-purple {
    color: var(--purple) !important;
}

.text-dpurple {
    color: var(--dpurple) !important;
}

.text-lime {
    color: var(--lime);
}

.bg-lime {
    background-color: var(--lime);
}

.hl-box {
    padding: 0px 10px 5px 10px;
    border-radius: 10px;
}

.justify-content-between {
    display: flex;
}

/*form typography*/

.floating-input + .floating-label, .floating-input + .floating-label {
    font-weight: bold !important;
    font-size: 16px !important;
    color: var(--dpurple) !important;
    top: -9px;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    border: 2px solid var(--lightgrey);
}

/*topbar*/
.tf-topbar.topbar-white .top-bar-text {
    color: var(--lime);
    text-align: left;
}

.tf-topbar {
    padding: 5px 0px;
    color: var(--white);
}

.tf-topbar a {
    color: var(--white);
}

.tf-topbar .icon-phone {
    font-size: 22px;
    position: relative;
    top: 3px;
}

.tf-topbar .icon-shipping {
    font-size: 22px;
    position: relative;
    top: 3px;
}



/*header*/

.header-default .main-header .wrapper-header {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.bg-cream {
    background-color: var(--cream);
}

.logo-header img {
    width: 219px !important;
    max-width: 219px;
    height: 54px;
}

#header .nav-icon > li {
    background-color: var(--purplelight);
    border-radius: 50px;
    padding: 10px;
}

.header-white .nav-icon .icon {
    color: var(--purple);
}

.header-white .nav-icon svg path {
    stroke: var(--purple);
}

#header .nav-icon .count-box {
    background-color: var(--black);
}

#header .nav-icon .nav-icon-item:hover .icon,
#header .nav-icon .nav-icon-item:hover svg path {
    color: var(--black);
    stroke: var(--black);
}

.hl-products {
    border: 1px solid var(--purple);
    border-radius: 10px;
    height: 45px;
    margin-left: 40px;
}

.hl-products .categories-title  {
    color: var(--purple);
}

.header-default .hl-products .categories-title {
    background-color: transparent;
    padding: 8px 10px;
    gap: 10px;
    border-right: unset;
}

.header-default .form-search-select input {
    border: 1px solid var(--lightgrey) !important;
    border-radius: 10px;
}

.header-default .form-search-select .tf-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
}

.header-default .form-search-select .tf-btn .icon-search2 {
    color: grey !important;
    font-size: 22px;
}

.header-default .form-search-select .tf-btn .icon-camera {
    color: var(--purple);
    font-size: 22px;
}

.header-default .form-search-select .tf-btn:hover .icon-search2 {
    color: var(--purple) !important;
}

.header-default .form-search-select .tf-btn:hover .icon-camera {
    color: var(--purple) !important;
}

.header-default .form-search-select .tf-btn:hover::after {
    display: none !important;
}

.header-default .form-search-select .buttons-wrapper {
    position: absolute;
    left: calc(100% - 100px);
    top: 50%;
    width: 90px;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    justify-items: end;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.hl-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
}

.header-bottom {
    background-color: var(--cream) !important;
    color: var(--black);
    box-shadow: 0px 1px 5px 0px #efe3db;
    padding: 7px 0;
}

.header-default .box-nav-ul .item-link {
    color: var(--black);
    font-weight: normal !important;
}
.header-default .box-nav-ul {
    gap: 14px !important;
}
.tf-list-categories .categories-item:hover {
    color: var(--purple);
}

#header .box-nav-ul .menu-item:hover .item-link,
#header .box-nav-ul .menu-item.active .item-link {
    color: var(--purple);
}

.header-style-5 .header-bottom .box-nav-ul {
    margin-left: 0;
}

.header-default .header-bottom .box-left {
    gap: 40px;
}

/*main area*/
#main-content {
    background-color: var(--cream);
}

.swiper-slide.swiper-slide-active .box-content {
    opacity: 0;
}


.slider-style2 .box-content {
    left: 70px;
    right: 70px;
}

#main-content .flat-spacing.line-top-container .swiper-slide {
    background-color: var(--white);
    border: 1px solid var(--lightgrey);
    border-radius: 10px;
    padding: 10px 0;
}

#main-content .flat-spacing.line-top-container {
    padding: 30px 0 80px 0;
}


.line-top-container::before {
    display: none;
}

.flat-spacing .msicon {
    background: var(--purplelight);
    padding: 15px;
    border-radius: 50px;
    position: relative;
    top: 20px;
}

.flat-spacing .tf-icon-box .icon-box {
    font-size: 40px;
    height: 63px;
}

.flat-spacing .tf-icon-box .content {
    display: grid;
    gap: 0px;
}

.flat-spacing .msicon::before {
    color: var(--purple);    
}

/*search results*/

.form-search-select {
    position: relative;
}

.search-results {
    width: 100%;
    max-width: 1050px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 13px rgba(0,0,0,.15);
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    z-index: 1000;
    transform: translateX(-50%);
}

.search-results .dropdown-inner {
    display: flex;
    gap: 40px;
}

.search-results .left-col {
    width: 30%;
}

.search-results .right-col {
    width: 70%;
}

.search-results .left-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results .left-col li {
    padding: 6px 0;
    font-size: 15px;
    cursor: pointer;
    color: var(--dpurple);
}

.search-results .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .search-results .product-item img {
        width: 75px;
        height: 75px;
        object-fit: cover;
    }

.search-results .product-item .title {
    font-size: 14px;
    margin-top: 6px;
}

.search-results .product-item .price {
    font-weight: 600;
    margin-top: 4px;
}

.search-results h4 {
    font-size: 16px;
    font-weight: bold;
}

.search-results .right-col h4, .search-results .right-col .product-grid {
    padding-left: 30px;
    padding-bottom: 10px;
}

.search-results .right-col {
    width: 70%;
    background-color: var(--whitegrey);
    border-radius: 10px;
}

.search-results .product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.all-search-result {
    text-align: right;
    display: block;
    margin: 15px 6px 0px 0px;
    font-size: 15px;
    color: var(--purple);
}


/*offers - new arrivals - best sellers*/

.container.mstm-offers, .container.mstm-best-sellers {
    background-color: var(--white);
    padding: 40px;
    border-radius: 10px;
    border-top: 7px solid var(--purplelight);
}

.container.mstm-best-sellers {
    background-color: var(--whitegrey);
    margin-bottom: 90px;
}

.mstm-offers .tab-product-v3 a,
.mstm-blog-feed .tab-product-v3 a {
    color: var(--purple);
    border: 1px solid var(--purple);
}

.mstm-offers .tab-product-v3 a:hover, .mstm-offers .tab-product-v3 a.active
.mstm-blog-feed .tab-product-v3 a:hover, .mstm-blog-feed .tab-product-v3 a.active {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}

.mstm-offers .tab-product-v3 a:hover, .mstm-offers .tab-product-v3 a.active,
.mstm-blog-feed .tab-product-v3 a:hover, .mstm-blog-feed .tab-product-v3 a.active {
    background-color: var(--purple);
    color: var(--white);
}


.mstm-offers h4, .mstm-newarrivals h3, .mstm-brand-logos h3, .mstm-blog-feed h3 {
    font-size: 26px;
}

.mstm-newarrivals {
    margin-top: 90px;
}

.mstm-best-sellers {
    margin-top: 40px;
}

.mstm-best-sellers .fw-bold, .mstm-best-sellers .text-italic {
    font-size: 60px;
}


.mstm-best-sellers .btn-line::before {
    background-color: var(--purple);
}


.mstm-best-sellers .btn-line:hover {
    color: var(--purple) !important;
}

.mstm-cats-banners h4 a {
    font-weight: bold;
    color: var(--dpurple);
}

.mstm-cats-banners .text-purple {
    font-size: 24px;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mstm-cats-banners .archive-btn {
    left: auto;
    right: 20px;
    bottom: 20px;
}

.mstm-cats-banners .archive-btn a {
    font-size: 30px;
    padding: 15px;
    border-radius: 10px;
}

.mstm-cats-banners .archive-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    transform-origin: top left;
    background-color: var(--lime);
    left: 0px;
    z-index: -1;
}

.mstm-cats-banners .collection-position-3 .img-style {
    height: 350px;
}

.mstm-cats-banners .link:hover {
    color: var(--purple) !important;
}

.mstm-blog-feed .swiper-slide {
    flex: 1;    
}

.mstm-blog-feed .more-link {
    margin-top: 10px;
}

.mstm-blog-feed .heading-section-2 {
    align-items: center;
}

.mstm-blog-feed .more-link i {
    position: relative;
    top: 2px;
}

.mstm-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--purple);
    padding: 80px 60px;
    border-radius: 8px;
    margin: 70px auto 70px auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.mstm-newsletter::before {
    position: absolute;
    top: 0;
    left: -100px;
    content: "";
    background-color: var(--dpurple);
    width: 45%;
    height: 100%;
    transform: skewX(-20deg);
    transform-origin: bottom left;
    z-index: 0;
}

.newsletter-content {
    flex: 2;
    padding-right: 30px;
    z-index: 1;
}

.newsletter-title {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.newsletter-description {
    font-size: 1em;
    color: var(--white);
    line-height: 1.5;
    margin: 0;
}

.newsletter-form-container {
    flex: 2;
    min-width: 300px;
}

.newsletter-form {
    display: flex;
    width: 100%;
}

.newsletter-input {
    flex-grow: 1; 
    padding: 12px 15px;
    border: 1px solid var(--white);
    border-right: none; 
    border-radius: 6px 0 0 6px;
    font-size: 1em;
    min-width: 0;
}

.newsletter-input:focus {
    outline: none;
    border-color: unset !important;
}

.newsletter-input:hover {
    border-color: unset !important;
}

.newsletter-button, .newsletter-button:hover {
    padding: 12px 45px;
    color: var(--black);
    background-color: var(--lime);
    border: 1px solid var(--lime);
     transition: background-color 0.2s;
    white-space: nowrap;
}

.newsletter-button:hover {
    background-color: #a9d344;
    border: 1px solid #a9d344;
}

form.newsletter-form input::placeholder {
    color: var(--white);
}

form.newsletter-form input {
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid var(--white);
    color: var(--white);
    margin-right: 30px;
}

/*checkout*/

.checkout-step .msicon, .sidebar-checkout-content .msicon {
    background: none;
    top: 0;
    padding: 0;
    border-radius: 0;
}

.checkout-step .icon {
    color: var(--purple);
}

.checkout-step > a, .sidebar-checkout-content > h5 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0px !important;
    color: var(--dpurple);
}

.tf-page-checkout .title-login {
    gap: 14px;
    background-color: var(--white);
    color: var(--black);
}

.tf-page-checkout .title-login a {
    border-bottom: none;
    color: var(--purple);
}

.tf-page-checkout .title-login a:hover {
    color: var(--dpurple);
}

.checkout-step .tf-btn, .sidebar-checkout-content .btn-reset {
    background-color: var(--lime);
    border: 2px solid var(--lime);
    padding: 8px 40px;
    color: var(--black);
    font-weight: bold;
    border-radius: 50px;
}

.sidebar-checkout-content .btn-reset {
    width: 100%;
    padding: 13px 40px;
}

.step-info-text {
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto;
}

.edit-step {
    font-size: 15px;
    font-weight: 400;
    color: var(--purple);
}

.edit-step:hover {
    color: var(--dpurple);
}

.tf-page-checkout .info-box, .tf-page-checkout .form-payment, .tf-page-checkout .input-payment-box {
    margin: 40px 0;
}

.sidebar-checkout-content {
    padding: 20px;
}

.total-price-checkout.total-summary {
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
}

.sidebar-checkout-content .msicon.icon-order {
    font-size: 23px;
    position: relative;
    top: 3px;
}

.sidebar-checkout-content .product-counter {
    display:block;
}

.sidebar-checkout-content .product-counter {
    display: block;
    color: var(--bs-gray);
    padding-left: 29px;
}

.sidebar-checkout-content .list-product.closed {
    display: none;
}

.sidebar-checkout-content .summary-toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-checkout-content .list-product-toggle i {
    font-size: 26px;
    width: 26px;
    height: 26px;
    font-weight: bold;
}

.list-product-toggle {
    transform: rotate(180deg);
}

.list-product-toggle.rotated {
    transform: rotate(0deg);
}

.ip-discount-code .tf-btn {
    background: var(--purple);
    border: 1px solid var(--purple);
}

.terms-wrapper {
    margin: 30px auto;
}

.terms-wrapper input.checkbox {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

/*reset the autofill data bg to white*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

/*footer*/
.footer {
    background-color: var(--black) !important;
}

.footer .footer-menu-list a {
    color: var(--secondary-2);
    line-height: 22px;
}

.footer .footer-menu-list {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.footer .footer-menu-list a:hover {
    color: var(--white);
}

footer.bg-main .footer-heading {
    color: var(--lime);
}

footer.bg-main .footer-menu .footer-menu_item {
    color: var(--vanilla);
}

footer.bg-main .footer-menu .footer-menu_item:hover {
    color: var(--lime);
}

.copyright-links, .copyright-links a {
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
}

.image-select.color-secondary-2 > .dropdown-toggle .filter-option .filter-option-inner {
    color: var(--white);
}

.mstm-cats-banners .swiper-slide {
    background-color: var(--white);
    border-radius: 10px;
}

/*static pages*/

.static-page-content {
    max-width: 1100px !important;
    padding: 60px 0 0;
}

.static-page-content * {
   font-family: 'ABCSocial', Arial, sans-serif !important;
}

.static-page-content h1,
.static-page-content h2,
.static-page-content h3 {
 
    font-weight: 700;
    color: var(--black);
    margin-top: 40px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.static-page-content h1 {
    font-size: 28px;
    margin-top: 0;
}

.static-page-content h2 {
    font-size: 24px;
}

.static-page-content h3 {
    font-size: 20px;
}

.static-page-content p {
    margin-bottom: 18px;
    font-size: 16px;
}

.static-page-content ul {
    padding-left: 22px;
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside;
}

.static-page-content ol {
    padding-left: 22px;
    margin-bottom: 20px;
    list-style-type: lower-alpha;
    list-style-position: outside;
}


.static-page-content ol li,
.static-page-content ul li {
    margin-bottom: 10px;
    padding-left: 4px;
    line-height: 1.4;
    list-style: inherit;
}

.static-page-content li > ol,
.static-page-content li > ul {
    margin-top: 10px;
}

.static-page-content strong {
    font-weight: 700;
    color: var(--black);
}

.static-page-content em {
    font-style: italic;
}

.static-page-content a {
    color: var(--purple);
    text-decoration: underline;
}

.static-page-content a:hover {
    color: var(--dpurple);
}

.static-page-content hr {
    border: none;
    height: 1px;
    background-color: var(--whitegrey);
    margin: 30px 0;
}

.static-page-content span {
    font-size: inherit;
    color: inherit;
}

.static-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.static-page-content table th,
.static-page-content table td {
    border: 1px solid var(--lightgrey);
    padding: 10px 14px;
    text-align: left;
}

.static-page-content table th {
    background-color: var(--whitegrey);
    font-weight: 600;
}

.modal-content .container.static-page-content {
    padding: 0;
    max-width: 90% !important;
}

/*****************************@media***************************/
@media (min-width: 992px) {
    .mstm-cats-banners .collection-position-3 .archive-top {
        left: 40px;
        top: 22px;
        gap: 12px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}


@media (max-width: 1200px) {
    .tf-topbar .container .row .col-xl-3 {
        text-align: center;
    }

    .search-results {
        top: 140px;
    }

    .modal-search .modal-dialog {
        max-width: 90%;
    }
}


@media (max-width: 767px) {
    .logo-header img {
        width: 130px !important;
        height: auto !important;
    }

    #header .nav-icon > li {
        padding: 7px;
    }

    #header .nav-icon .icon {
        width: 16px;
        height: 16px;
        font-size: 16px;
    }

    .mstm-newsletter {
        flex-direction: column;
        padding: 30px 20px;
        text-align: center;
    }

    .newsletter-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .newsletter-form-container {
        width: 100%;
    }

    .card-product .product-img {
        object-fit: contain !important;
        --gallery-max-height: calc(100vh - 332px);
    }

    .card-product .card-product-wrapper img {
        object-fit: contain !important;
    }

    .product-img {
        background-color: white !important;
    }

    .search-results .product-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .search-results .product-item img {
        width: 45px;
    }

}
.card-product .card-product-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    transition-duration: 700ms;
    object-fit: contain!important;
}
.card-product .product-img {
    background-color: white!important;
}
.tf-product-media-main .item {
background-color:white!important;
}
.default-product-grid {
    height: 280px !important;
}



/* ROOT container */
.hidden {
    display: none !important;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 20px 24px;
    z-index: 9999;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 -3px 12px rgba(0,0,0,0.08);
}
    .cookie-banner btn {
        transition: all 0.3s ease;
        background-color: var(--main);
        color: var(--white);
        padding: 5px 12px;
        border-radius: 71px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }
    /* Only text inside cookie-banner */
    .cookie-banner p {
        margin-bottom: 12px;
    }

    /* Summary buttons */
    .cookie-banner .cookie-actions {
        display: flex;
        gap: 12px;
    }

    /* Buttons — scoped */
    .cookie-banner .btn-primary {
        background: #111;
        color: #fff;
        border: none;
        padding: 10px 18px;
        border-radius: 6px;
        cursor: pointer;
    }

    .cookie-banner .btn-secondary {
        background: transparent;
        color: #111;
        border: 1px solid #111;
        padding: 10px 18px;
        border-radius: 6px;
        cursor: pointer;
    }

    .cookie-banner .btn-tertiary {
        background: transparent;
        border: none;
        color: #666;
        padding: 10px;
        cursor: pointer;
    }

    /* Details view */
    .cookie-banner .hidden {
        display: none !important;
    }

    .cookie-banner .cookie-details {
        margin-top: 20px;
    }

        .cookie-banner .cookie-details .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .cookie-banner .cookie-details .desc {
            font-size: 14px;
            color: #555;
        }

    /* Cookie category table */
    .cookie-banner .cookie-table {
        margin-top: 20px;
    }

    .cookie-banner .cookie-row {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        border-bottom: 1px solid #eee;
    }

    .cookie-banner .cookie-info {
        max-width: 80%;
    }

    .cookie-banner .cookie-group {
        background: none;
        border: none;
        font-weight: 600;
        font-size: 15px;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .cookie-banner .cookie-description {
        font-size: 13px;
        color: #555;
        margin-top: 5px;
    }

    .cookie-banner .cookie-toggle input {
        width: 20px;
        height: 20px;
    }

    /* Bottom buttons inside details */
    .cookie-banner .cookie-actions.bottom {
        margin-top: 20px;
    }

    .cookie-banner .footnote {
        font-size: 13px;
        color: #666;
        margin-top: 18px;
        text-align: left;
    }

