body{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #172e56;
    line-height: 1.5;
    padding-top: 0;
}
body input:focus, body button:focus, body textarea:focus, body select:focus, body details:focus, body [href]:focus, body [tabindex]:not([tabindex="-1"]):focus, body [contenteditable="true"]:focus, body input:focus + label {
    outline: none !important;
}
.body {margin-top: 3.45rem;margin-bottom: 0;}
.visible-mobile {
    display: none;
}
div[data-content-region="header_bottom--global"] {
    background: #172e56;
    padding: 10px 0;
}

div[data-content-region="header_bottom--global"] * {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.7px;
}
.mobile-menu-toggle {
    display: none;
}
header.header {
    margin-top: 0 !important;
    box-shadow: 0 5px 10px #ECECEC;
    border: 0;
    position: relative;
    height: auto;
}
.homepage header.header {box-shadow: none;}

.container {
    max-width: 1290px;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-main .container {
    display: flex;
    justify-content: space-between;
        align-items: end;
}

.header-logo {
    margin: 0;
    height: auto;
}

.cart-actions.cart-content-padding-right {
    padding-bottom: 60px;
}

.header-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.header-nav ul li a {
    padding: 5px 10px;
    text-decoration: none;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #172e56;
    font-weight: 500;
}

.header-icons svg {
    height: 33px;
    width: 33px;
}

.header-icons button, .header-icons a {
    padding: 0 5px;
}
.header-icons nav.navUser {
    padding: 0;
    position: relative;
    transform: none;
    right: auto;
    top: auto;
}
.header-icons nav.navUser .navUser-item {
    display: block;
}
.header-icons ul.navUser-section {
    display: flex;
    gap: 20px;
    line-height: 5px;
}

.header-icons ul.navUser-section:before, .header-icons ul.navUser-section:after {
    display: none !important;
}
.navUser-item--cart .navUser-action {
    position: relative;
}
.navUser-item--cart .navUser-action .countPill {
    position: absolute;
    background-color: #B2B3B5;
    right: -3px;
    top: -5px;
}

.header-main {
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 0 5px 10px #ECECEC;
}


.header-nav {
    padding-bottom: 5px;
}

.header-icons .navUser-action svg {fill: #162e56;stroke: #162e56;}


.header-icons .navUser:before, .header-icons .navUser:after{
    display: none !important;
}

#menu ul.navPages-list .navPages-item > a.navPages-action {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 23px 30px 21px 30px;
    color: #172e56;
    gap: 15px;
}

.navPages-action.is-open {
    background: #eeeeee;
}

#menu ul.navPages-list .navPages-item {
    position: relative;
}

.navPage-subMenu {
    padding: 15px !important;
    background-color: #eeeeee;
    margin-top: 0px;
}


.navPages .navPage-subMenu-list li.navPage-subMenu-item {
    width: 100%;
    float: none;
    padding: 0px !important;
}

.navPages .navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action,
.navPages .navPage-subMenu-list li.navPage-childList-item a.navPage-childList-action {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    padding: 8px 15px;
}

.navPages .navPage-subMenu-list li.navPage-subMenu-item:last-child a {
    border-bottom: 0px !important;
}

.navPage-childList-item > .navPage-childList-action {
    border-bottom: 1px solid #cccccc;
    color: #B2B3B5;
}

#menu ul.navPages-list .navPages-item > a.navPages-action > svg {
    width: 45px;
    height: 27px;
    fill: #172e56;
    margin: 0 5px;
}

div#quickSearch {
    width: 300px !important;
    padding: 20px;
    left: auto !important;
    right: 0px !important;
}

div#quickSearch .container {
    padding: 0px;
}
.heroCarousel,
.heroCarousel-mobile {
    margin-top: -3.45rem;
    margin-bottom: 4.5rem;
}
.heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: unset;
    object-position: unset;
}

.home-banner-bottom-section .container {
    display: flex;
    gap: 30px;
}

.home-banner-bottom-section .container > div {
    width: 33.3%;
}

.home-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-ban-img a{
    display: block;
    position: relative;
}
.home-ban-img a:after{
    background: #162e5682;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0;
        transition: all 0.5s;
}

.home-ban-img a:hover:after{
    opacity: 1;
}


.home-ban-img a strong {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 45px;
    color: #fff;
    z-index: 10;
    opacity: 0;
        transition: all 0.5s;
        font-family: "Caprasimo", serif;
    font-weight: 400;
}

.home-ban-img a span {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    background: #172e56;
    color: #fff;
    width: 160px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 20px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
}



.home-ban-img a:hover strong, .home-ban-img a:hover span {
    opacity: 1;
    z-index: 10;
}


.home-ban-sizelist {
    background: url('https://cdn11.bigcommerce.com/s-sc67z04230/images/stencil/original/image-manager/shop-by-size.png?t=1759602318');
    background-size: 100%;
    background-repeat: no-repeat;
}

.home-ban-sizelist .mnbox {
    display: flex;
    gap: 3px;
}

.home-ban-sizelist .mnbox > div {
    width: 50%;
    padding: 30px;
}

.home-ban-sizelist .mnbox > div h5 {
    margin: 0;
    border-bottom: 1px solid #b2b3b5;
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px;
    font-family: "Caprasimo", serif;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
}

.home-ban-sizelist .mnbox > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1px;
}

.home-ban-sizelist .mnbox > div > ul > li {
    background: #b0b1b3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-ban-sizelist .mnbox > div > ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19.6px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}
.home-featured {
    background: #eeeeee;
    clear: both;
    padding-top: 45px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.home-featured-icon {
    width: 75px;
    height: 75px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -85px);
}
.home-featured .page-heading {
    /*margin: 0.625rem 0 3.5rem;*/
}
.home-featured article.card {
    /*margin-bottom: 0;*/
}
.home-banner-bottom-section {
    padding-bottom: 80px;
    overflow: hidden;
}

h2.page-heading {font-size: 35px;font-weight: 400;letter-spacing: 3px;color: #172e56;}

.productGrid .card-img-container {
    max-height: 295px;
}

.productCarousel-slide .card {margin-bottom: 3rem;}



.card-title > a {
    font-size: 20px;
    line-height: 1.5;
    color: #172e56;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: center;
    min-height: 65px;
}

.card-text.card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0 20px;
}

.card-price span.price-now-label, .card-price span.price-label {
    display: none;
}

.card-price .price-section.price-section--withoutTax.rrp-price--withoutTax {
    display: none;
}

.card-price span.price {
    font-size: 25px;
    line-height: 25px;
    color: #172e56;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}

.card-price span.price {
    font-size: 25px;
    line-height: 25px;
    color: #172e56;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}

.card-text.card-price {
    gap: 15px;
    padding: 10px 0;
}

.cart-btn a {
    border-radius: 25px;
    background-color: #172e56;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    padding: 16px 10px;
}

.home-why-shop {
    margin-top: 3.25rem;
}
.home-why-two-box {
    display: flex;
    gap: 40px;
}

.home-why-shop-text {
    width: 50%;
    position: relative;
    padding-top: 25px;
    padding-left: 85px;
}

.home-why-shop-text p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #172e56;
    font-family: "Open Sans";
    letter-spacing: 0.6px;
}

.home-why-shop-text:before {
    content: "";
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 75px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}


.home-why-shop-text:before , i.shoe-icon {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAfCAYAAABOOiVaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFCElEQVRYhc2Ye2xTZRjGf6ebY1gYyuVUELm4KGpjQQxGwBlQEyVgNEaLRiUoIVSJxkskKv6jRkIiGoSoCyFgxBsHFVAkoKiRAqKAsmoHCAPkj209Y3MOuguF1rzJWzwpre26jfokZ2tP33O+7/m+9/K8n0E3wvT5ewG3Ag8AdwADgV+Ae+yQ9Sc9hOKuvsD0+QfpxO8GpgBlKSZjgeeBx/g/kDB9/lLgauAq4AZgEjAaMLI8KjYUlITp85cAS4BHgQvyGGc4PQhXjnbzgDl5EjgKDDZ9/pspMIm78nx/IzBf3e0H0+fvTwFJFOX5/gHAh/p5J3CCApLY2YUxIsBp4EZNuwUj8TZwJs8xFgG/Aj8DW+gBGLkamj7/nUA50FuL2KXA5YAPkCKXDfvtkCXpuaB14grgjTzHiUltMX3+EXbIkmxVEHcSLAP+Ij/cAjQAM+gBuHI1tEPWSaAyi5lMtD3N/SAg8uRJ0+dPlSVdRmd2QvCOusY5KC0uXrktMHfV1sDjL7sM48s0Jsd0vIV0M4o6YxyNhFvcHq8E9xjn/T4lJcu/nR0wXYYxs8hw3TZj7PWbV+7Z1QqMdJitBtqA6W6PNxyNhKvPe3ZKwvT5rwSqkwtQ1qt08eZZs0XgTT5rJIUhHl82adm7Q87E49M4F0Jmmh2yvqMbUNTZB6KRcKPb4zVFxQ5y93lz4yOzRM2eo4tchjFswrARS9ZXh8elyPOVQBhY4PZ490Uj4X3nnYTA7fHuHNy3rGndjJlSgcenMdks7x7ods8cN/Sy+Rv27xvjICIy/lqtN+Ja/dwebzAaCaeNtR5xJ0FNZbAf8LX2FKn4WBskmaQgVlVX+1Rg7WfPaLF04itgKnAEeBZYZ4esRI+TyEJgFfBgmqwXb+loXzBlxfJR8UTiPsf954DXHd/3AksByW6Zdua0pvt/SdRUBh9SGSGwgXqgVvqA8kBFeycIWMC9WdL2jtVVez9avD0oHeHtQF/yQ4O0vHbIWpEkcUA7r1T9k9DcLoG3G/gJeDU1vTqKmfj5RTlOojqeSGw61Hi8ttqOxJrb2kobW1tjradiRd8fPuRpi8WeyEGPiTIeaoesiJAIK4kOx+TRCTkDv1Z9d2KaValXEt2B+nkbNywKHj0i6jcbrrND1l6XNipuoL9eA/SKAk2ql5pUNsgurEnpL7Z0IwHBJQunTB2qfUg2uJJ/1mcwKFNSF+t/CbR2FXOiaL8AxCdFoncrXIbhu3/0GDnmyYTjurhB0+efLCTkGCYXXOjYJQnICiUgu7IWEJnRVYSBT+Ssau74iZniS9SCSxdX5rSkOM8MUaJX8nBM8AdwQItZrudM0i1WaaxJIEvWGixxebKjQyaYxDF1eUmt16S8Y6SQaKZr6O+oOcPU5X7UdC2f4xnSbm+1F/8frs936E7HV+ze1aDk5B3JjlB+S+IU8BKwVUj8ncfEDwPfaPAN0YzlbD3FRUc5Mp1Lr+T3hJJL6MQMx7MtB483vLDmt6oXgREp40pcfqB1apEdst6Tm8Xqz9MzaKB0k38a2FAeqJBJnEVNZVC2WYLxYcfu0Am32tPc3rZxzuefGseam19xrPr7KullvLV2yHor9eGzK1BTGRSJfRPg1dUVpSrxkvT97XISWB6okNSbETWVQdFCr6UUPllx2XFxDUnXsoP1dSda6hpORg8u3bGt6fdI/Wz1d2m86oAJwEFgkx2y/tPl/wGCUX+KjwTJsQAAAABJRU5ErkJggg==");
background-repeat:no-repeat;
    background-position: center center;
}

i.shoe-icon {
    width: 49px;
    height: 31px;
    display: block;
}

.home-thanks h6 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: uppercase;
    color: #172e56;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    margin: 0;
}

.home-thanks {
    padding: 30px 0;
    border-top: 1px solid #eeeeee;
}

.productView-product {
    border: 0;
    padding: 0;
}
.productView-price {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.form-label--inlineSmall small {color: #666666;}

.form-option-wrapper .form-option {
    color: #172E56;
    background-color: #EEEEEE;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
}
.form-option-wrapper  .form-option.form-option-swatch {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.form-option-wrapper .form-radio:checked + .form-option {
    border-color: #172E56;
    box-shadow: 0 0 0 1px #172E56;
}
.form-radio:checked + .form-option.form-option.form-option-swatch {
    border-radius: 0;
    height: 22px;
}

.form-increment {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 5px 15px;
    border-radius: 25px;
}
.form-increment .form-input {
    background-color: transparent;
}
.form-increment button.button {
    border: 0;
}

section.footer-newsletter {
    background: #172e56;
}

section.footer-newsletter .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    gap: 70px;
}
.footer-newsletter .form-prefixPostfix.wrap {
    gap: 70px;
}

section.footer-newsletter .container> p {
    display: none;
    justify-content: center;
    align-items: center;
}

section.footer-newsletter .container form.form {
    margin: 0px;
}

section.footer-newsletter .container h3 {
    margin: 0px;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Open Sans";
}

section.footer-newsletter .container form.form .form-field {
    margin: 0px;
}

.footer-newsletter input.button.button--primary {
    width: 200px;
    height: 40px;
    padding: 0;
    background-color: #b2b3b5;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #172e56;
    font-weight: 600;
    font-family: "Open Sans";
    border-radius: 40px;
}

.footer-newsletter input#nl_email {
    font-size: 15px;
    color: #181c36;
    font-weight: 400;
    font-family: "Open Sans";
    width: 480px;
    height: 40px;
    border-radius: 40px;
}

footer.footer {
    background: #172e56;
    border-top: 1px solid #FFFFFF;
}

.footer-info h3.footer-info-heading {
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans";
    border-bottom: 2px solid #b2b3b5;
    padding-bottom: 2px;
}

ul.footer-icon-list svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}

ul.footer-icon-list {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0;
    line-height: 0px;
    align-items: center;
    gap: 10px;
}

ul.footer-icon-list a {
    display: block;
    line-height: 0px;
}

.footer-info-list a {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
}

.footer-copyright p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    filter: drop-shadow(0.707px 0.707px 0px #012f79);
    margin: 0;
}

.footer-copyright {
    text-align: center;
    padding: 30px 0 0;
    border-top: 1px solid #fff;
    margin-top: 30px;
}


figure.card-figure {
    border: 1px solid #eeeeee;
}

#product-listing-container h1.page-heading {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #172e56;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.actionBar-section .form-field {
    background-color: rgba(255,255,255,0);
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

fieldset.form-fieldset.actionBar-section {
    float: right;
}

.page-sidebar .home-ban-sizelist .mnbox > div {
    padding: 20px;
}

.page-sidebar .home-ban-sizelist .mnbox > div h5{
    font-size: 20px;
}

.page-sidebar .home-ban-sizelist .mnbox > div > ul > li > a {
    line-height: 31px;
    font-size: 14px;
}

.sidebarBlock {
    background-color: #eeeeee;
    margin: 20px 0;
    padding: 20px;
}

h2.sidebarBlock-heading {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #172e56;
    font-weight: 400;
    font-family: "Open Sans";
}

ul.navList li a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #172e56;
    font-weight: 700;
    font-family: "Open Sans";
}

.sidebarBlock ul.navList.navList--sub {
    list-style: disc;
    margin-left: 30px;
    margin-top: 10px;
}
.sidebarBlock ul.navList.navList--sub a.navList-action {
    font-weight: 400;
}
.sidebarBlock li.navList-item {
    margin-top: 20px;
}
.sidebarBlock ul.navList.navList--sub li.navList-item {
    margin-top: 0;
}
.sidebarBlock  a.navList-action {
    display: initial;
}
.sidebarBlock ul.navList.navList--sub li.navList-item {
    display: list-item;
}

p.card-text[data-test-info-type="productRating"] {
    display: none;
}


ul.tabs .tab.is-active , ul.tabs  .tab {
    border: 0px;
}

ul.tabs {
    border: 0px;
    text-align: center;
}

ul.tabs  li.tab {
    float: none;
    display: inline-block;
}

ul.tabs  .tab-title, ul.tabs .tab.is-active .tab-title {
    font-size: 35px;
    font-weight: 400;
}



    
.productView {
    padding-top: 0;
}


h1.productView-title {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #363636;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 20px;
    margin-top: 0px;
}

figure.productView-image {
    border: 1px solid #EEEEEE;
    max-height: 600px;
}

.productView-thumbnail-link {
    width: 90% !important;
    height: 90px !important;
    max-width: 120px !important;
}


.add-to-cart-buttons {
    width: 100% !important;
    padding: 0px !important;
}

.add-to-cart-buttons input#form-action-addToCart {
    height: 60px;
    border-radius: 30px;
    background-color: #172e56;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans";
}

.form-wishlist .button {
    margin: 0 auto !important;
    display: inline-block !important;
    float: none;
    border: 0px;
    padding: 0px;
    font-size: 20px;
    text-decoration: underline;
    color: #de98c3;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}

.productView-options form.form.form-wishlist.form-action {
    display: block !important;
    text-align: center;
    width: 100%;
}


.productView-options form.form.form-wishlist.form-action .dropdown-menu-button .icon {
    color: #de98c3;
}

.productView-options form.form.form-wishlist.form-action .icon, .icon svg {
    fill: #de98c3;
}

.facetedSearch-refineFilters.sidebarBlock {
    margin: 0;
    padding: 0;
}

ul.socialLinks {
    text-align: center;
}

@media (min-width: 801px) {
    .footer-info-col {
        width: 25%;
    }
}

.previewCart-emptyBody {
    line-height: 30px;
}


.navPages .navPage-subMenu-list li.navPage-subMenu-item:hover a.navPage-subMenu-action, .navPages .navPage-subMenu-list li.navPage-childList-item:hover a.navPage-childList-action,
.header-nav ul li:hover a, .footer-info-list a:hover{
    color: #dd99c4;
}

@media (max-width: 1200px) {
    .home-featured {padding-bottom: 35px;}
    .swiper-scrollbar {
        display: block;
        height: 20px !important;
        background-color: #FFFFFF;
        border-radius: 0;
    }
    .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #AAAAAA;
        border-radius: 0;
    }
    .header-main {padding-bottom: 10px;}
    .header-logo-image-container {
        min-height: auto;
    }
    .header-nav ul {
        gap: 0;
    }
    .header-logo-image {
        max-height: 65px;
    }
    .home-ban-sizelist .mnbox > div {
        padding: 20px;
    }
    .home-ban-sizelist .mnbox > div > ul > li > a {
        font-size: 15px;
        line-height: 20px;
        min-width: 28px;
    }
    .home-ban-img a strong {
        top: 28%;
    }
    .home-ban-img a span {
        bottom: 28%;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}
@media (max-width: 800px) {
    .container {padding: 0 10px;}
    .hidden-mobile {display: none;}
    .visible-mobile {display:  block;}
    .header-main .container {align-items: center;}
    .header-logo__link {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .header-logo-image {
        max-height: 45px;
    }
    .header-main {padding-bottom: 10px;}
    .header-main .header-nav {
        display: none;
    }
    .navUser-item--cart__hidden-s {
        display: block;
    }
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        color: #172E56;
        text-transform: uppercase;
        font-size: 16px;
    }
    .navPages-container.is-open {padding-top: 100%;}
    .heroCarousel-mobile {
        margin-bottom: 10px;
    }
    .heroCarousel-slide .heroCarousel-image-wrapper {
        height: auto;
        max-height: 100%;
    }
    .heroCarousel-slide .heroCarousel-image-wrapper img {
        width: 100%;
    }
    .home-banner-bottom-section {
        margin-bottom: 45px;
    }
    .home-banner-bottom-section .container {
        flex-wrap: wrap;
        gap: 10px;
    }
    .home-banner-bottom-section .container > div {
        width: 100%;
    }
    .home-banner-bottom-section .container > div.home-ban-men,
    .home-banner-bottom-section .container > div.home-ban-women {
        width: 48.5%;
        margin-top: 20px;
    }
    .home-ban-sizelist .mnbox > div {
        padding: 25px;
    }
    .home-ban-sizelist .mnbox > div > ul > li > a {
        font-size: 14px;
        line-height: 1.5;
    }
    .home-why-two-box {
        flex-direction: column;
        padding-bottom: 35px;
    }
    .home-why-shop-text {
        width: 100%;
        padding: 95px 0 0;
        text-align: center;
    }
    .home-why-shop-text:before {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .home-thanks {
        border-top: 0;
    }
    
    .productView-options .form-field {
        margin-bottom: 1rem;
    }
    .productView-options .add-to-cart-buttons {
        margin-top: 10px;
    }
    
    .home-ban-sizelist .mnbox > div {
        padding: 25px 25px 64px 25px;
        min-height: 355px;
    }
    .home-ban-sizelist .mnbox > div > ul > li > a {
        font-size: 14px;
        line-height: 30px;
        min-width: 25px;
    }
    .card-title > a {
        font-size: 13px;
        min-height: 45px;
    }
    .card-price span.price {
        font-size: 15px;
    }
    .cart-btn a {
        font-size: 14px;
        padding: 12px 10px;
    }
    h2.page-heading {
        font-size: 30px;
        margin-bottom: 2rem;
    }
    .home-why-shop-text p {
        font-size: 15px;
    }
    .home-thanks h6 {
        font-size: 16px;
    }
    
    
    
    
    section.footer-newsletter .container form.form {width: 100%;}
    section.footer-newsletter .container {
        flex-direction: column;
        gap: 30px;
        padding: 50px 10px;
    }
    .footer-info-col {
        text-align: left;
        margin-bottom: 35px;
        width: 80%;
    }
    .footer-newsletter .form-prefixPostfix.wrap {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }
    .footer-newsletter input#nl_email {
        width: 100%;
    }
    
    .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
        justify-content: left;
    }
    
    header ul.navPages-list .navPage-subMenu {
        display: block !important;
    }
    
    #menu ul.navPages-list .navPages-item a.navPages-action.has-subMenu[aria-controls="navPages-24"] {flex-direction: row-reverse;}
}
@media (max-width: 600px) {
    .home-ban-sizelist .mnbox > div {
        padding: 25px;
        min-height: 325px;
    }
    .home-ban-img a strong {
        top: 30%;
        font-size: 30px;
    }
    .home-ban-img a span {
        bottom: 30%;
        width: 120px;
        line-height: 35px;
        height: 35px;
    }
}
@media (max-width: 380px) {
    .header-icons ul.navUser-section {
        gap: 5px;
    }
    .home-banner-bottom-section .container > div.home-ban-men,
    .home-banner-bottom-section .container > div.home-ban-women {
        width: 48%;
    }
    .home-ban-img a strong {
        top: 25%;
        font-size: 30px;
    }
    .home-ban-img a span {
        bottom: 25%;
    }
}
