:root {
    --mainBackGroundColor: #fff;
    --mainWidth: 100%;
    --headerHeight: 50px;
    --mainTop: 120px;
    --mainPadding: 0px;
    --fontFamily: 'EB Garamond','Poppins', sans-serif;
    --fontSize: 1.2512rem;
    --fontLineHeight: 1.625;
    --linkColor: #666;
    --titleWidth: auto;
    --titleMargin: 0;
    --floatRight: right;
    --floatLeft: left;
    --menuItemAlign: right;
    --menuItemMarginBottom: 0;
    --menuItemMarginLeft: -13px;
    --menuItemLinkMargin: 0 0 0 25px;
    --columnWidth: 50%;
    --columnBWidth: 100%;
    --columnFlex: 1 1 calc(50% - 40px);
    --columnFlex2: 1 4 calc(25% - 20px);
    --columnMaxWidth: calc(50% - 40px);
    --columTitleFontSize: 24px;
    --columTitleMargins: 7px 0 13px 0;
    --displayMobile: none;
    --displayDesktop: block;
    --subMenuMargin: 0px 0 50px 0px;
    --subMenuAlign: center;
    --columBImgWidth: 50%;
    --columBImgMargin: 50px;
    --columBImgFloat: left;
    --footerItemmWidth: auto;
    --iconWidth: 30px;
    --shareTop: 7px;
    --sectionBackgRoundColor: #FBF7F4;
    --sectionPadding: 25px;
    --labelInputWidth: calc(100% - 235px);
    --summaryMargins: -13px 0 0 24px;
    --autoWidth: auto;
    --videoPromoWidth: 100%;
    --videoProductMaxWidth: 50%;
    --categoriesMargin: 0 7px 0 7px;
    --categoryWidth: 20%;
    --categoriesSetionMargins: 25px 0 0 0;
    --articleWidth: 40%;
    --hamburgerMarginTop: -7px;
    --mainTitleMarginLeft: 1%;
    --productGridMargins: 24px 1% 24px 1%;
    --productInfoMargins: 0 0 0 0;
    --productCardInfoWidth: 100%;
    --productImageRadius: 7px;
    --productGridColumns: repeat(4, 1fr);
    --productGridColumns2: repeat(2, 1fr);
    --productGridGap: 25px;
    --productGridVideoCol: span 2;
    --articleSectionPadding: 0 0 0 0;
    --detailsWith: 100%;
    --mainTitleWidth: 100%;
    --mainTitleH1Width: 50%;
    --headerSVGMarginTop: 15px;
    --searchQueryWidth: 75%;
    --newsletterTextWitdh: 50%;
    --newsletterImageWitdh: 50%;
    --newsletterTextFloat: left;
    --newsletterImageFloat: right;
    --footerInfoGrid: repeat(5, 1fr);
    --footerInfoPadding: 40px 10% 40px 10%;
    --heroWidth: 60%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    width: 98vw;
}

html, body {
    height: 90%;
    font-size: clamp(1.125rem, 1.2vw, 1rem);
    line-height: 2rem;
    color: #000000;
    background-color: #ffffff;
}

body {
    background-color: var(--mainBackGroundColor);
    font-family: var(--fontFamily);
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: var(--linkColor);
}

main, footer {
    margin-bottom: 25px;
    width: var(--mainWidth);
}

.headerInfo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    z-index: 1001;
    font-size: clamp(0.875rem, 1.2vw, 1rem);
}

header {
    position: fixed;
    display: table;
    top: 40px;
    width: var(--mainWidth);
    height: auto;
    padding: 13px 2% 13px 2%;
    justify-content: space-between;
    background-color: var(--mainBackGroundColor);
    z-index: 1000;
}

a.title, .title {
    float: var(--floatLeft);
    display: table;
    width: 55%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 7px;
    margin-bottom: var(--menuItemMarginBottom);
    margin-left: var(--menuItemMarginLeft);
    height: auto;
}

    a.title img, .title img {
        height: 36px;
        margin-right: 13px;
    }

    .title a {
        color: #000;
    }

.logo {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0px;
}

nav {
    text-align: right;
    float: var(--floatRight);
    margin-top: 13px;
    width: auto;
}


ul.menu {
    position: relative;
    float: right;
    list-style: none;
    height: calc(var(--headerHeight) - 26px);
}

    ul.menu li {
        float: right;
        align-items: var(--menuItemAlign);
    }


ul.menuM {
    display: table;
    width: 100%;
    list-style: none;
    height: calc(var(--headerHeight) - 26px);
}

    ul.menuM li {
        display: table;
        width: 100%;
        text-align: right;
        margin-bottom: 13px;
        font-size: 14px;
    }

    ul.menu a, ul.menuM a {
        margin: var(--menuItemLinkMargin);
        color: var(--linkColor);
        text-transform: uppercase;
        font-size: 14px;
    }


main {
    display: table;
    margin-top: var(--mainTop);
    padding: var(--mainPadding);
    flex: 1;
}

footer {
    padding: var(--mainPadding);
    border-top: solid 1px #dcdcdc;
    width: 100%;
    color: rgba(0,0,0,0.60);
}

article {
    position: relative;
    width: var(--articleWidth);
    margin: auto;
    color: rgba(0,0,0,0.60);
}

    article section {
        padding: var(--articleSectionPadding);
        margin-bottom: 50px;
    }

h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 13px 0;
    padding: 0;
    color: #000;
}

h2 {
    font-size: clamp(1.8rem, 2.9vw, 1.9rem);
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #000;
}

h3 {
    margin-top: 25px;
    font-size: clamp(1.25rem, 3vw, 2rem);
}

input, textarea, select {
    position: relative;
    padding: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #cecece;
    font-size: 1rem;
    resize: none;
    overflow: hidden;
}

textarea {
    font-family: var(--fontFamily);
    font-size: 1rem;
    color: #000;
    line-height: 1.4rem;
}

em {
    font-style: normal;
    display: block;
    text-transform: none;
    width: 100%;
    color: #000;
}

.articles {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 25px 0 0 0;
}

a.column {
    width: var(--columnWidth);
    overflow: hidden;
    border-radius: 7px;
    flex: var(--columnFlex);
    max-width: var(--columnMaxWidth);
    min-width: 250px;
}

a.columnB {
    width: var(--columnBWidth);
    overflow: hidden;
    border-radius: 7px;
    margin: 75px 0 75px 0;
}

    a.column b, a.columnB b {
        font-size: var(--columTitleFontSize);
        display: table;
        margin: var(--columTitleMargins);
    }

img.article {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--productImageRadius);
}

.columnB img.article {
    width: var(--columBImgWidth);
    float: var(--columBImgFloat);
    margin-right: var(--columBImgMargin);
}

img.articleBig {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 7px;
    margin: 25px 0 25px 0;
}

a.column div {
    width: 98%;
}

section, aside {
    display: table;
    width: 100%;
    margin-bottom: 100px;
}

    section ul, section ol {
        margin-left: 20px;
    }

a.cta, button[type="submit"].cta {
    display: inline-block;
    color: #fff;
    font-size:1rem;
    background-color: #000;
    text-decoration: none;
    width: var(--autoWidth);
    padding:0.75rem 1.5rem;
    margin-top: 13px;
    margin-right: 13px;
    text-align: center;
    float: left;
    border-radius: 7px;
    line-height:1;
    box-sizing: border-box;
   cursor: pointer;
}

button[type="submit"].btnIcon {
    display: table;
    padding: 0;
    color: #000;
    width: auto;
    float: left;
}


article, .form, form {
    margin: auto;
}


.author {
    display: table;
    width: 100%;
    margin: 13px 0 13px 0px;
    padding: 13px 0 13px 0;
    border-bottom: solid 1px #DCDCDC;
    border-top: solid 1px #DCDCDC;
}

    .author a {
        font-weight: bold;
    }

.submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin: var(--subMenuMargin);
    border-bottom: solid 1px #DCDCDC;
    border-top: solid 1px #DCDCDC;
}

.mt50 {
    margin-top: 50px;
}

.cell {
    flex: var(--columnFlex2);
    padding: 7px 0 7px 0;
    text-align: var(--subMenuAlign);
    align-items: center;
    justify-content: center;
}

.submenu a {
    color: #666;
    text-transform: uppercase;
}

ul.keytakeaways li, .toc li, article ol li, article ul li, section ul li {
    margin-bottom: 13px;
}

article ol, article ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

q {
    display: table;
    width: 90%;
    padding-left: 5%;
    border-left: solid 5px #000;
    margin: 25px 0 25px 0;
}

.gridstories {
    flex-basis: 100%;
    margin-bottom: 75px;
    margin-top: 50px;
    border: none;
}

.stories {
    flex: 0 0 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--radiusBig);
    background-color: var(--backgroundColor);
}

.carousel {
    display: inline-block;
    height: auto;
    min-height: 330px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border-radius: var(--cardRadius);
    background-color: var(--backgroundColor);
}

.mobile {
    display: var(--displayMobile);
}

.desktop {
    display: var(--displayDesktop);
}

summary {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

details.lang {
    float: right;
    width: auto;
    text-align: center;
    margin-top: -2px;
}

    details.lang > summary {
        cursor: pointer;
        display: inline-table;
        text-transform: uppercase;
        padding: 0 0 0 0;
        font-size: 15px;
        margin: var(--summaryMargins);
    }

    details.lang div {
        position: fixed;
        right: 0;
        left: 0;
        top: 76px;
        z-index: 9999;
        font-size: 14px;
        display: table;
        background: white;
        box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.15);
        margin-top: 16px;
        padding-top: 13px;
        width: 100%;
    }

    details.lang > div ul {
        padding-right: 13px;
    }

    details.lang > div li {
        margin: 0;
        padding: 0;
    }

        details.lang > div li a {
            font-weight: normal;
            font-size: 14px;
            text-align: right;
            margin-right: 13px;
            margin-bottom: 0;
        }

.video {
    position: relative;
}

.play {
    position: absolute;
    display: block;
    top: calc(50% - 80px);
    left: calc(50% - 18px);
    height: auto;
    width: auto;
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 .5em #000;
    z-index: 999;
    text-align: center;
}

.articleLogo {
    border-radius: 50%;
    padding: 24px 13px 0 13px;
}


footer ul {
    margin: 50px 0 0 0;
    padding: 24px 0 0 1%;
    display: table;
    list-style: none;
}

    footer ul li {
        width: var(--footerItemmWidth);
        float: left;
        margin-right: 25px;
        margin-bottom: 13px;
        font-size: 16px;
    }

.articleImg {
    width: 100%;
    height: auto;
}

#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 5px;
    background-color: #FBF7F4;
    z-index: 2000;
}

#progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #FBF7F4, yellow);
    transition: width 0.25s ease-out;
}

.share {
    float: right;
    width: var(--iconWidth);
    margin-top: var(--shareTop);
}

div.error, div.success {
    position: relative;
    display: table;
    width: calc(100% - 26px);
    padding: 7px 13px 7px 13px;
    border-radius: 7px;
    margin:auto;
    margin-bottom: 13px;
}

div.error {
    background-color: #C2185B;
    color: #fff;
}

div.success {
    background-color: #00BA7C;
    color: #fff;
}



label {
    display: table;
    width: 100%;
    margin-bottom: 7px;
    font-size:16px;
}

    label span {
        float: left;
    }


    label input, label textarea, label select {
        float: right;
        width: var(--labelInputWidth);
    }

a.lnk {
    border-bottom: dotted 1px #000;
}

.product-grid {
    display: grid;
    grid-template-columns: var(--productGridColumns);
    gap: var(--productGridGap);
    margin: var(--productGridMargins);
    vertical-align: top;
}

.product-grid2 {
    display: grid;
    grid-template-columns: var(--productGridColumns2);
    gap: var(--productGridGap);
    margin: var(--productGridMargins);
    vertical-align: top;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    flex: 1 1;
    width: 100%;
    background-color: #fff;
    color: #333; /* Adjust text color as needed */
    margin-bottom: 25px;
}

.product-card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    flex: 1;
    background-color: #fff;
    color: #333;
    margin-bottom: 24px;
}

    .product-card b, .product-card2 b {
        position: relative;
    }



    .product-card .info, .product-card2 .info {
        position: relative;
        color: #333;
        width: var(--productCardInfoWidth);
        margin: auto;
        margin-top: 13px;
    }

    .product-card .infoS, .product-card2 .infoS {
        font-size: 0.9rem;
    }

    .product-card .lang, .product-card2 .lang {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        float: left;
        border: solid 3px #000;
        margin-top: 4px;
        margin-right: 7px;
    }

    .product-card img, .product-card2 img {
        border-radius: var(--productImageRadius);
        width: 100%;
        width: 100%;
        max-height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.desktop .menu a.lang {
    font-size: 14px;
}

.w50 {
    float: left;
    width: 50%;
    border: solid 10px #fff;
    border-radius: 13px;
}

header .lang .icon {
    float: right;
    font-size: 30px;
    margin-top: var(--hamburgerMarginTop);
}

header .lang svg {
    margin-top: var(--headerSVGMarginTop);
}

footer svg {
    vertical-align: middle;
    margin-right: 7px;
}


.centerLanguages {
    margin: auto;
    margin-bottom: 13px;
}

    .centerLanguages a {
        text-align: right;
    }

.colRight {
    float: left;
    margin-left: 24px;
    width: 45%;
}

.product-card--videos {
    grid-column: var(--productGridVideoCol);
}

.videoPromo {
    border-radius: var(--productImageRadius);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.videoProduct {
    position: relative;
    max-width: var(--videoProductMaxWidth);
    aspect-ratio: 9 / 16;
    display: block;
    object-fit: cover;
    border-radius: 13px;
    margin: auto;
}

.videoExplanation {
    position: relative;
    position: relative;
    float: left;
    width: 100%;
    max-width: var(--videoProductMaxWidth);
    aspect-ratio: 9 / 16;
    display: block;
    object-fit: cover;
    border-radius: 13px;
}

form {
    position: relative;
    display: table;
    width: 100%;
}

#searchQuery {
    position: relative;
    display: table;
    width: auto;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #FFF;
    border-radius: 7px;
    margin: auto;
    margin-bottom: 13px;
    float: left;
}

    #searchQuery:focus {
        outline: none; /* definitely no browser outline */
        box-shadow: none;
    }

#btnSearch {
    position: relative;
    padding: 7px 25px 7px 25px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 13px;
    border-radius: 7px;
    font-size: 16px;
    float: left;
}


.green {
    color: #009164;
}

div.productActions {
    display: table;
    position: relative;
}

ul.categories {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
    width: calc(100% - 40px);
}

ul.search {
    margin: auto;
    width: auto;
    left: 50%;
    margin-bottom: 50px;
    border-top: none;
    border-bottom: none;
    font-size: 1rem;
}

ul.categories li {
    margin: 0 24px 13px 0;
    float: left;
}

div.maintitle {
    position: relative;
    display: table;
    width: var(--mainTitleWidth);
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: var(--mainTitleMarginLeft);
    z-index: 50;
}

    div.maintitle h1 {
        width: var(--mainTitleH1Width);
        margin: 50px 0 13px 0;
    }

div.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-bottom: 50px;
    z-index: 50;
}

    div.hero img, div.hero picture {
        border-radius: var(--productImageRadius);
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

h1.herotitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 66px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 9999;
    margin: 0;
    padding: 0;
    font-size: clamp(2.7rem, 5vw, 3rem);
    width: var(--mainTitleWidth);
    text-align: center;
    width: var(--heroWidth);
}

.category-details, .moreDetails {
    text-align: left;
    position: relative;
    width: 100%;
    border-top: solid 2px #dedede;
    border-bottom: solid 1px #dedede;
}

.moreDetails {
    margin-top: 24px;
}

    section ul.categoriesDetails li, .moreDetails li {
        margin-bottom: 0px;
    }

    .category-details summary, .moreDetails summary {
        text-align: left;
        position: relative;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        border-bottom: solid 1px #dedede;
    }

section ul li a {
    border-bottom: dotted 1px #000;
}

div.newsletter {
    position: relative;
    width: 100%;
    display: table;
    background-color: #F0F0F0;
}

.newslettertext {
    position: relative;
    float: var(--newsletterTextFloat);
    width: var(--newsletterTextWitdh);
    padding: 24px 10% 24px 10%;
}

.newsletterimage {
    position: relative;
    float: var(--newsletterImageFloat);
    width: var(--newsletterImageWitdh);
}

    .newsletterimage img {
        position: relative;
        width: 100%;
        object-fit: fill;
        float: var(--newsletterImageFloat);
    }

.form-control {
    width: 100%;
}

footer small {
    position: relative;
    display: table;
    width: 100%;
    line-height: 1.4rem;
    padding-top: 24px;
}

.newsletter-success {
    display: table;
    width: 100%;
    border: solid 1px green;
    color: green;
    background-color: #E3E6E1;
    text-align: center;
    padding: 13px 7px;
}

.contactus-success {
    display: table;
    width: 100%;
    border: solid 1px green;
    color: green;
    background-color: #fff;
    text-align: center;
    padding: 13px 7px;
}

.footerInfo {
    position: relative;
    display: grid;
    grid-template-columns: var(--footerInfoGrid);
    gap: 0px;
    padding: var(--footerInfoPadding);
    color: #333;
}

.footer-column {
    position: relative;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .footer-column ul {
        position: relative;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

        .footer-column ul li {
            position: relative;
            width: 100%;
            margin-bottom: 0;
        }

    .footer-column details {
        position: relative;
        width: 100%;
        text-align: left;
        margin: 0 1% 0 1%;
        margin-bottom: 0;
        border-top: solid 1px #F0F0F0;
    }

        .footer-column details summary {
            position: relative;
            width: 100%;
            text-align: left;
            margin: 0px 1% 0 1%;
            font-weight: normal;
        }

        .footer-column details ul {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .footer-column details li {
            position: relative;
            width: 100%;
            text-align: left;
            margin: 0 1% 0 20px;
        }

#
ul.categoriesDetails {
    width: 100%;
    text-align: center;
}

ul.categoriesDetails li {
    list-style-type: none;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
}

#detailsSearch div {
    background-color: #f8f8f8;
}

#searchForm {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

    #searchForm input[type="text"] {
        padding: 10px;
        font-size: 16px;
        width: 90%;
        margin-right: 13px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #searchForm button {
        margin-top: -3px;
    }

ul.search {
    display: table;
}

ul.moreDetails {
    border: none;
    margin: 0;
    padding: 0;
}


    ul.moreDetails li {
        list-style-type: none;
        padding-left: 20px;
        border: none;
        font-size: 16px;
    }

#rotatingText {
    transition: opacity 1.2s ease-in-out;
    display: inline-block;
    opacity: 1;
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.outofstock {
    position: absolute;
    right: 13px;
    top: 13px;
    background-color: red;
    color: #fff;
    width: auto;
    z-index: 888;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 7px;
}

.breadcrumb {
    display: table;
    margin-bottom: 13px;
    padding: var(--articleSectionPadding);
}

    .breadcrumb a {
        font-size: 0.9rem;
        border-bottom: dotted 1px #000;
    }

.slider-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

    .slides img {
        width: 100%;
        flex-shrink: 0;
        height: auto;
        display: block;
    }

.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

    .dot.active {
        background-color: #333;
    }
.table-wrapper {
    overflow-x: hidden; /* enable horizontal scroll */
    width: calc(100% - 13px);
    max-width: calc(100% - 13px);
}

table {
    display: table;
    width: 100%;
}
th {
    
    font-weight: bold;
    vertical-align: bottom;
}

td, th {
    border-bottom: solid 1px #ddd;
    line-height: 22px;
    padding: 7px 5px 5px 5px;
    text-align:center;
    font-size:1rem;
}
    td:first-child, th:first-child {
        text-align: left;
    }
.colNumber {
    text-align: right;
    min-width: 100px;
    min-width: 100px;
    line-height: 20px;
}

.colDate {
    min-width: 150px;
    text-align: right;
}

.colStr {
    min-width: 130px;
    text-align: left;
    padding-right: 18px;
}

.colStrSmall {
    min-width: 50px;
    text-align: left;
}

.size-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top:13px;
}

    .size-selector input[type="radio"] {
        display: none;
    }

    .size-selector label {
        display: inline-block;
        padding: 7px 15px;
        border: 1px solid #ccc;
        cursor: pointer;
        border-radius: 4px;
        user-select: none;
        transition: all 0.2s;
        width:auto;
        height:48px;
        min-width:50px;
        text-align:center;
    }

    .size-selector input[type="radio"]:checked + label {
        background-color: #009164;
        color: white;
        border-color: #009164;
    }
    .size-selector label.disabled {
        color: #999;
        border-color: #eee;
        background-color: #f5f5f5;
        cursor: not-allowed;
        pointer-events: none;
    }

img.wImage {
    width: 75px;
    height: auto;
    object-fit: cover;
    border-radius: 7px;
    transition: transform 1s ease-in-out;
}
.basket-totals {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

    .basket-totals p {
        margin: 4px 0;
    }
.basket-icon {
    position: relative;
    display: inline-block;
}
div.basket-count {
    position: absolute;
    display:table;
    width:auto;
    border-radius:50%;
    bottom: 6px;
    right: -8px;
    background-color: #000;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .radio-group label {
        display: inline-block;
        cursor: pointer;
        font-size:1rem;
    }

    .radio-group input[type="radio"] {
        vertical-align: middle;
        margin-right: 6px;
        margin-top:10px;
        display:table;
        width:auto;
        float:left;
    }
    
@media only screen and (min-device-width :279px) and (max-device-width :767px) {
        :root {
        --mainBackGroundColor: #fff;
        --headerBackGroundColor: #fff;
        --mainWidth: 100%;
        --headerHeight: 50px;
        --mainTop: 135px;
        --mainPadding: 0px;
        --fontFamily: 'EB Garamond','Poppins', sans-serif;
        --fontSize: 1.02em;
        --line-height: 1.6em;
        --titleMargin: 1%;
        --titleWidth: 100%;
        --floatLeft: left;
        --floatRight: right;
        --menuItemAlign: left;
        --menuItemMarginBottom: 25px;
        --menuItemMarginLeft: 0px;
        --menuItemLinkMargin: 0 13px 0 13px;
        --columnWidth: 100%;
        --columTitleFontSize: 1.126rem;
        --columTitleMargins: 7px 0 13px 0;
        --columnFlex: 1;
        --columnFlex2: 1 2 calc(50% - 20px);
        --columnMaxWidth: 100%;
        --displayMobile: block;
        --displayDesktop: none;
        --subMenuMargin: 25px 0 0px 0px;
        --subMenuAlign: center;
        --columBImgWidth: 100%;
        --columBImgMargin: 0px;
        --columBImgFloat: unset;
        --footerItemmWidth: 100%;
        --iconWidth: 24px;
        --shareTop: -1px;
        --sectionBackgRoundColor: #FBF7F4;
        --sectionPadding: 25px;
        --labelInputWidth: 100%;
        --summaryMargins: -50px 0 0 24px;
        --autoWidth: 100%;
        --videoPromoWidth: 100%;
        --videoProductMaxWidth: 350px;
        --categoriesMargin: 0 0 13px 0;
        --categoryWidth: 50%;
        --categoriesSetionMargins: 0 0 0 0;
        --articleWidth: 100%;
        --menuItemMarginBottom: 0;
        --hamburgerMarginTop: 0;
        --mainTitleMarginLeft: 2%;
        --productGridMargins: 24px 0 24px 0;
        --productInfoMargins: 0 5% 0 5%;
        --productCardInfoWidth: 90%;
        --productImageRadius: 0;
        --productGridColumns: repeat(1, 1fr);
        --productGridColumns2: repeat(1, 1fr);
        --productGridGap: 0;
        --productGridVideoCol: span 1;
        --articleSectionPadding: 5% 5% 0 5%;
        --detailsWith: 100%;
        --mainTitleWidth: 96%;
        --mainTitleH1Width: 100%;
        --headerSVGMarginTop: 0px;
        --searchQueryWidth: 96%;
        --newsletterTextWitdh: 100%;
        --newsletterImageWitdh: 100%;
        --newsletterImageFloat: left;
        --newsletterTextFloat: right;
        --footerInfoGrid: repeat(1, 1fr);
        --footerInfoPadding: 24px 0 0 0;
        --heroWidth: 100%;
    }

    ul.search {
        display: none;
    }

    .colRight {
        float: left;
        margin-left: 0;
        width: 100%;
    }

    #searchForm {
        display: table;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

        #searchForm button {
            width: 100%;
        }

        #searchForm input[type="text"] {
            width: 100%;
        }

    ul.categoriesDetails {
        width: 90%;
        margin: 0 auto;
    }

        ul.categoriesDetails li {
            list-style-type: none;
            width: 100%;
            font-size: 14px;
            text-transform: uppercase;
        }

    article div.full {
        display: table;
        width: 100%;
        max-width: 100%;
    }
}
