/* ===== Fashion & Retail Page ===== */

.fashion-section-wrapper {
    font-family: "Red Hat Display", sans-serif;
    color: #353535;
}

.fashion-section-wrapper .no-padding { padding: 0 !important; }
.fashion-section-wrapper .sf-hidden { display: none !important; }

/* Hero / Slider */
.fashion-section-wrapper .container.slider-section {
    background-color: #fff !important;
    max-width: 100% !important;
    padding: 50px 10% 0;
}

.fashion-section-wrapper .sliders .slider-content {
    position: relative;
    padding-top: 70px;
}

.fashion-section-wrapper .sliders .slider-content .slider-header {
    color: var(--ct-red);
    font-weight: 700;
    font-size: 71px;
    height: auto;
    line-height: 85px;
    margin-bottom: 22px;
}

.fashion-section-wrapper .sliders .slider-content .slider-sub-header {
    font-size: 32px;
    color: #191919;
    letter-spacing: 0;
    line-height: 45px;
    max-width: 375px;
    max-height: 157px;
    overflow: hidden;
}

.fashion-section-wrapper .slider-img-res {
    max-width: 100%;
    height: auto;
}

.fashion-section-wrapper .slider-section .slider-section-row {
    min-height: 400px;
}

.fashion-section-wrapper .btn-getintouch-slider {
    background-color: var(--ct-red);
    color: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
    padding: 9.5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    min-width: 179px;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
}

.fashion-section-wrapper .btn-getintouch-slider:hover {
    background-color: #c6251b;
    color: #fff;
}

/* Buttons */
.fashion-section-wrapper .btn-getintouch-retail {
    background-color: var(--ct-red);
    color: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
    padding: 9.5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    min-width: 179px;
    display: inline-block;
    text-align: center;
}

.fashion-section-wrapper .btn-getintouch-retail:hover,
.fashion-section-wrapper .btn-getintouch-retail:focus,
.fashion-section-wrapper .btn-getintouch-retail:active {
    background-color: #c6251b;
    color: #FFFFFF;
}

.fashion-section-wrapper .btn-outline-red {
    background-color: #FFFFFF;
    color: var(--ct-red);
    border: 1px solid var(--ct-red);
    border-radius: 30px;
    text-decoration: none;
    padding: 8.5px 20px;
    font-weight: 500;
    text-align: center;
    min-width: 179px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    display: inline-block;
}

.fashion-section-wrapper .btn-outline-red:hover:not(:focus,:active) {
    background-color: #f8d4d2;
    color: var(--ct-red);
}

.fashion-section-wrapper .btn-outline-red:focus,
.fashion-section-wrapper .btn-outline-red:focus:active {
    background-color: var(--ct-red);
    color: #FFFFFF;
}

/* Section Headings */
.fashion-section-wrapper .shipping-heading,
.fashion-section-wrapper .domestic-heading,
.fashion-section-wrapper .fashion-heading,
.fashion-section-wrapper .sustainability-heading,
.fashion-section-wrapper .wift-chic-heading,
.fashion-section-wrapper .business-heading {
    font-size: 32px;
    line-height: 43px;
    font-weight: bold;
}

/* Shipping Section */
.fashion-section-wrapper .shipping-section {
    padding: 71px 147px 0;
    margin: 0 auto 100px;
    width: 100%;
}

.fashion-section-wrapper .shipping-row {
    margin: 0 -30px;
}

.fashion-section-wrapper .shipping-row > * {
    padding: 0 30px;
    margin-bottom: 24px;
}

.fashion-section-wrapper .shipping-heading {
    text-align: center;
    margin-bottom: 46px;
    color: #353535;
}

.fashion-section-wrapper .shipping-text {
    font-size: 18px;
    line-height: 25px;
    color: #7F7F7F;
    margin-top: 20px;
    text-align: center;
}

.fashion-section-wrapper .shipping-icon {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    margin: 0 auto;
}

.fashion-section-wrapper .shipping-icon img {
    width: 78px;
    height: 78px;
}

.fashion-section-wrapper .shipping-btn {
    display: flex;
    justify-content: center;
}

.fashion-section-wrapper .shipping-btn .btn-outline-red {
    margin-right: 40px;
}

/* Domestic Section */
.fashion-section-wrapper .domestic-section {
    padding: 50px 104px;
    background-color: #FAFAFA;
    margin-bottom: 100px;
}

.fashion-section-wrapper .domestic-container { max-width: 1440px; margin: 0 auto; }
.fashion-section-wrapper .domestic-row { align-items: center; }
.fashion-section-wrapper .domestic-data { max-width: 369px; }

.fashion-section-wrapper .domestic-heading {
    margin-bottom: 22px;
    color: #353535;
}

.fashion-section-wrapper .domestic-list {
    color: #353535;
    max-width: 350px;
    list-style: none;
    padding: 0;
}

.fashion-section-wrapper .domestic-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    text-indent: 9px;
    position: relative;
}

.fashion-section-wrapper .domestic-text::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #353535;
    border-radius: 2px;
    top: 11px;
    left: 0;
}

.fashion-section-wrapper .domestic-title {
    font-size: 22px;
    line-height: 25px;
    color: #353535;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 30px;
}

.fashion-section-wrapper .domestic-btn .btn-getintouch-retail { min-width: 146px; }

.fashion-section-wrapper .domestic-banner {
    width: 100%;
    max-width: 769px;
    margin-left: auto;
    max-height: 561px;
    border-radius: 16px;
}

.fashion-section-wrapper .domestic-banner.for-mobile { display: none; }

/* Sustainability Section */
.fashion-section-wrapper .sustainability-section {
    padding: 0 50px;
    margin: 0 auto 100px;
    width: 100%;
    position: relative;
    z-index: 4;
}

.fashion-section-wrapper .sustainability-banner {
    padding: 68px 40px 40px;
    width: 100%;
    background-color: #053A3F;
    border-radius: 8px;
}

.fashion-section-wrapper .sustainability-icon {
    height: 63px;
    display: flex;
    align-items: flex-end;
    margin-right: 26px;
}

.fashion-section-wrapper .sustainability-icon img { display: block; }

.fashion-section-wrapper .sustainability-heading {
    color: #FFFFFF;
}

.fashion-section-wrapper .sustainability-text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 11px;
    margin-bottom: 38px;
    max-width: 686px;
    font-weight: bold;
    color: #FFFFFF;
}

.fashion-section-wrapper .sustainability-btn .btn-getintouch-retail {
    background-color: #FFFFFF;
    line-height: 21px;
    padding: 9.5px 18px;
    color: #053A3F;
    min-width: 289px;
}

.fashion-section-wrapper .sustainability-btn .btn-getintouch-retail:hover,
.fashion-section-wrapper .sustainability-btn .btn-getintouch-retail:focus {
    background-color: #053A3F;
    color: #FFFFFF;
}

/* Fashion Solutions Section */
.fashion-section-wrapper .fashion-section {
    padding: 0 50px;
    margin-bottom: 100px;
}

.fashion-section-wrapper .fashion-heading {
    color: #353535;
    margin-bottom: 46px;
}

.fashion-section-wrapper .fashion-row {
    margin-left: -9px;
    margin-right: -9px;
}

.fashion-section-wrapper .fashion-row > * {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 40px;
}

.fashion-section-wrapper .fashion-card {
    padding: 35px 25px 30px;
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    height: 100%;
    position: relative;
}

.fashion-section-wrapper .fashion-title {
    font-size: 28px;
    line-height: 38px;
    color: var(--ct-red);
    margin-bottom: 16px;
    font-weight: bold;
}

.fashion-section-wrapper .fashion-text {
    font-size: 18px;
    line-height: 24px;
    color: #7F7F7F;
    margin-bottom: 80px;
}

.fashion-section-wrapper .fashion-card-action {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

/* Kazt Logistics Chic Section */
.fashion-section-wrapper .wift-chic-section {
    padding: 50px 104px;
    background-color: #FAFAFA;
    margin-bottom: 100px;
}

.fashion-section-wrapper .wift-chic-container { max-width: 1440px; margin: 0 auto; }
.fashion-section-wrapper .wift-chic-row { align-items: center; }
.fashion-section-wrapper .wift-chic-data { max-width: 397px; }

.fashion-section-wrapper .wift-chic-heading {
    margin-bottom: 6px;
    color: #353535;
}

.fashion-section-wrapper .wift-chic-subheading {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 38px;
    color: #7F7F7F;
}

.fashion-section-wrapper .wift-chic-list {
    color: #353535;
    max-width: 381px;
    padding-left: 31px;
    margin-bottom: 49px;
    list-style: none;
}

.fashion-section-wrapper .wift-chic-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
}

.fashion-section-wrapper .wift-chic-text::before {
    content: "✓";
    position: absolute;
    left: -30px;
    top: 0;
    color: var(--ct-red);
    font-weight: bold;
    font-size: 18px;
}

.fashion-section-wrapper .wift-chic-btn .btn-getintouch-retail { min-width: 146px; }

.fashion-section-wrapper .wift-chic-banner {
    width: 100%;
    max-width: 769px;
    margin-left: auto;
    max-height: 561px;
    border-radius: 16px;
}

.fashion-section-wrapper .wift-chic-banner.for-mobile { display: none; }

/* Business Section */
.fashion-section-wrapper .business-section {
    padding: 0 76px;
    margin-bottom: 100px;
}

.fashion-section-wrapper .business-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #212529;
}

.fashion-section-wrapper .business-banner.for-desktop {
    max-height: 589px;
    width: 100%;
    display: block;
    border-radius: 8px;
}

.fashion-section-wrapper .business-banner.for-mobile { display: none; }

.fashion-section-wrapper .business-card-rows {
    margin-top: 50px;
    padding: 0 14px;
}

.fashion-section-wrapper .business-card-rows .row {
    margin: 0 -16.5px;
}

.fashion-section-wrapper .business-card-rows .row > * {
    padding: 0 16.5px;
    margin-bottom: 32px;
}

.fashion-section-wrapper .business-card {
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    align-items: center;
    height: 100%;
}

.fashion-section-wrapper .business-text {
    font-size: 18px;
    line-height: 25px;
    color: #7F7F7F;
}

.fashion-section-wrapper .business-icon {
    margin-right: 18px;
    flex-shrink: 0;
}

.fashion-section-wrapper .business-icon img {
    width: 61px;
    height: 54px;
}

.fashion-section-wrapper .business-section .btn-getintouch-retail {
    min-width: 146px;
    font-weight: normal;
}

/* Applications Section */
.fashion-section-wrapper .applications-section {
    background-color: #FAFAFA;
    padding-top: 70px;
    padding-bottom: 70px;
}

.fashion-section-wrapper .applications-container {
    padding: 0 76px;
}

.fashion-section-wrapper .applications-row {
    margin-left: -22px;
    margin-right: -22px;
}

.fashion-section-wrapper .applications-row > * {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 40px;
}

.fashion-section-wrapper .applications-card {
    box-shadow: 0px 6px 16px #E8E8E8B5;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    position: relative;
}

.fashion-section-wrapper .applications-card-body {
    padding: 20px;
}

.fashion-section-wrapper .applications-card-title {
    font-size: 28px;
    line-height: 38px;
    color: #353535;
    margin-bottom: 7px;
    font-weight: bold;
}

.fashion-section-wrapper .applications-card-text {
    font-size: 18px;
    line-height: 24px;
    color: #7F7F7F;
    margin-bottom: 80px;
}

.fashion-section-wrapper .applications-card-image {
    height: 255px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.fashion-section-wrapper .applications-card-action {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

/* Trending / Blog */
.fashion-section-wrapper .trending-container {
    padding: 60px 10%;
    background: #f8f8f8;
}

.fashion-section-wrapper .TrendingBgcolor-White-Grey { background-color: #f8f8f8; }

.fashion-section-wrapper .trending-header-title {
    text-align: center;
    margin-bottom: 40px;
}

.fashion-section-wrapper .trending-header-title label {
    font-size: 32px;
    font-weight: 700;
    color: #353535;
}

.fashion-section-wrapper .whats-post-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.fashion-section-wrapper .trending-text-title-4 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    margin-top: 15px;
    line-height: 24px;
}

.fashion-section-wrapper .trending-comment-h3 {
    font-size: 16px;
    color: var(--ct-red);
    margin: 0;
}

.fashion-section-wrapper .trending-comment-p-4 {
    font-size: 14px;
    color: #7F7F7F;
    margin: 0;
}

/* Business Enquiry Form */
.fashion-section-wrapper .business-enquiry-form { padding-bottom: 60px; }
.fashion-section-wrapper .amx-business-enquiry { max-width: 1440px; margin: 0 auto; }
.fashion-section-wrapper .pardot-form-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #353535;
}

.fashion-section-wrapper .amx-form-entry-container { margin-bottom: 15px; }
.fashion-section-wrapper .amx-form-entry-container label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #353535;
}

.fashion-section-wrapper .amx-label-asterisk { color: var(--ct-red); }

.fashion-section-wrapper .amx-form-entry-container .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0;
    font-size: 16px;
    box-shadow: none;
}

.fashion-section-wrapper .amx-form-entry-container .form-control:focus {
    border-color: var(--ct-red);
    box-shadow: none;
}

.fashion-section-wrapper .amx-cp-form-select {
    appearance: none;
    -webkit-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='%23DC291E' 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 center;
    background-size: 16px;
    padding-right: 24px;
}

.fashion-section-wrapper .icon-middle-bottom img { width: 100%; max-width: 543px; height: auto; }
.fashion-section-wrapper .terms { color: var(--ct-red); text-decoration: none; }
.fashion-section-wrapper .terms:hover { text-decoration: underline; }

.fashion-section-wrapper .btn-getintouch,
.fashion-section-wrapper .btn-getintouch.fs-16 {
    background-color: var(--ct-red);
    color: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
    padding: 9.5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    min-width: 179px;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
}

.fashion-section-wrapper .btn-getintouch:hover,
.fashion-section-wrapper .btn-getintouch:focus {
    background-color: #c6251b;
    color: #fff;
}

/* ===== Responsive ===== */

@media (max-width: 1366px) {
    .fashion-section-wrapper .shipping-section { padding: 71px 60px 0; }
    .fashion-section-wrapper .domestic-section { padding: 50px 60px; }
    .fashion-section-wrapper .wift-chic-section { padding: 50px 60px; }
    .fashion-section-wrapper .fashion-section { padding: 0 30px; }
    .fashion-section-wrapper .business-section { padding: 0 40px; }
    .fashion-section-wrapper .applications-container { padding: 0 40px; }
}

@media (max-width: 1199px) {
    .fashion-section-wrapper .shipping-section { padding: 50px 30px 0; }
    .fashion-section-wrapper .domestic-section { padding: 50px 30px; }
    .fashion-section-wrapper .wift-chic-section { padding: 50px 30px; }
    .fashion-section-wrapper .fashion-section { padding: 0 20px; }
    .fashion-section-wrapper .business-section { padding: 0 20px; }
    .fashion-section-wrapper .applications-container { padding: 0 20px; }
    .fashion-section-wrapper .shipping-heading,
    .fashion-section-wrapper .domestic-title,
    .fashion-section-wrapper .fashion-heading,
    .fashion-section-wrapper .wift-chic-heading { font-size: 24px; line-height: 28px; }
    .fashion-section-wrapper .shipping-icon { height: 72px; width: 72px; }
    .fashion-section-wrapper .shipping-icon img { width: 32px; height: 32px; }
    .fashion-section-wrapper .fashion-title,
    .fashion-section-wrapper .wift-chic-subheading,
    .fashion-section-wrapper .applications-card-title { font-size: 20px; line-height: 24px; }
    .fashion-section-wrapper .shipping-text,
    .fashion-section-wrapper .domestic-text,
    .fashion-section-wrapper .fashion-text,
    .fashion-section-wrapper .sustainability-text,
    .fashion-section-wrapper .wift-chic-text,
    .fashion-section-wrapper .business-text,
    .fashion-section-wrapper .applications-card-text { font-size: 16px; line-height: 23px; }
    .fashion-section-wrapper .domestic-data,
    .fashion-section-wrapper .domestic-list,
    .fashion-section-wrapper .wift-chic-data { max-width: none; }
    .fashion-section-wrapper .applications-card-image { height: auto; }
}

@media (max-width: 1024px) {
    .fashion-section-wrapper .sliders .slider-content { position: relative; top: 0; padding-top: 0; }
    .fashion-section-wrapper .sliders .slider-content .slider-sub-header { font-size: 24px; line-height: 30px; max-width: 230px; }
    .fashion-section-wrapper .sliders .slider-content .slider-header { font-size: 45px; height: auto; line-height: 65px; }
    .fashion-section-wrapper .slider-section .slider-section-row { min-height: 300px; }
}

@media (max-width: 991px) {
    .fashion-section-wrapper .shipping-section,
    .fashion-section-wrapper .fashion-section { margin-bottom: 34px; }
    .fashion-section-wrapper .shipping-row > * { margin-bottom: 46px; }
    .fashion-section-wrapper .shipping-btn { flex-direction: column; align-items: center; margin-top: 50px; }
    .fashion-section-wrapper .shipping-btn .btn-outline-red { order: 2; margin-top: 40px; margin-right: 0; border-width: 2px; max-width: 170px; padding-top: 7.5px; padding-bottom: 7.5px; min-width: 0; }
    .fashion-section-wrapper .shipping-btn .btn-getintouch-retail { max-width: 141px; min-width: 0; }
    .fashion-section-wrapper .shipping-heading { margin-bottom: 78px; }
    .fashion-section-wrapper .shipping-text { max-width: 300px; margin-left: auto; margin-right: auto; }
    .fashion-section-wrapper .domestic-section { background-color: #F6F6F6; padding-top: 75px; padding-bottom: 80px; margin-bottom: 0; }
    .fashion-section-wrapper .domestic-text { text-indent: 0; max-width: 430px; margin-left: 40px; }
    .fashion-section-wrapper .domestic-text::before { display: none; }
    .fashion-section-wrapper .domestic-title { margin-bottom: 39px; }
    .fashion-section-wrapper .domestic-list { margin-bottom: 87px; }
    .fashion-section-wrapper .wift-chic-banner.for-mobile,
    .fashion-section-wrapper .domestic-banner.for-mobile { display: block; height: auto; }
    .fashion-section-wrapper .wift-chic-banner.for-desktop,
    .fashion-section-wrapper .domestic-banner.for-desktop { display: none; }
    .fashion-section-wrapper .shipping-text,
    .fashion-section-wrapper .domestic-heading,
    .fashion-section-wrapper .domestic-title,
    .fashion-section-wrapper .sustainability-heading,
    .fashion-section-wrapper .sustainability-text,
    .fashion-section-wrapper .sustainability-btn,
    .fashion-section-wrapper .wift-chic-heading,
    .fashion-section-wrapper .wift-chic-subheading { text-align: center; }
    .fashion-section-wrapper .wift-chic-list { color: #1B1F27; margin-left: 20px; font-weight: 500; padding-left: 48px; }
    .fashion-section-wrapper .wift-chic-text::before { left: -48px; }
    .fashion-section-wrapper .domestic-btn,
    .fashion-section-wrapper .wift-chic-btn { display: flex; justify-content: center; }
    .fashion-section-wrapper .sustainability-icon { display: none; }
    .fashion-section-wrapper .sustainability-text { margin: 20px auto 35px; font-weight: 400; max-width: 500px; }
    .fashion-section-wrapper .wift-chic-section { background-color: #F6F6F6; padding-top: 80px; padding-bottom: 80px; margin-bottom: 74px; }
    .fashion-section-wrapper .business-card { flex-direction: column; }
    .fashion-section-wrapper .business-icon { margin-right: 0; margin-bottom: 16px; }
    .fashion-section-wrapper .business-icon img { height: 32px; width: auto; }
    .fashion-section-wrapper .business-text { text-align: center; }
    .fashion-section-wrapper .applications-section { background-color: #F6F6F6; padding-bottom: 34px; }
    .fashion-section-wrapper .applications-card-body { padding: 14px 16px 24px; }
    .fashion-section-wrapper .applications-card-action { bottom: 24px; }
    .fashion-section-wrapper .applications-card-image { height: auto; width: 100%; }
    .fashion-section-wrapper .business-banner.for-mobile { display: block; height: 247px; }
    .fashion-section-wrapper .business-banner.for-desktop { display: none; }
    .fashion-section-wrapper .business-card-rows { padding: 0; margin-top: 40px; }
    .fashion-section-wrapper .fashion-heading { margin-bottom: 64px; }
    .fashion-section-wrapper .fashion-text { margin-bottom: 70px; }
    .fashion-section-wrapper .applications-card-text { margin-bottom: 60px; }
    .fashion-section-wrapper .pardot-form-section-title { font-size: 25px; }
    .fashion-section-wrapper .sustainability-section { padding: 0; margin-bottom: 74px; }
    .fashion-section-wrapper .sustainability-banner { border-radius: 0; padding: 120px 30px; }
}

@media (max-width: 767px) {
    .fashion-section-wrapper .slider-section { padding: 0.5rem 1rem; }
    .fashion-section-wrapper .sliders .slider-content { text-align: center; margin-bottom: 30px !important; }
    .fashion-section-wrapper .sliders .slider-content .slider-sub-header { margin: 0 auto; }
    .fashion-section-wrapper .slider-section .slider-section-row { min-height: 0; }
    .fashion-section-wrapper .shipping-section { padding: 30px 16px 0; }
    .fashion-section-wrapper .domestic-section { padding: 40px 20px; }
    .fashion-section-wrapper .wift-chic-section { padding: 40px 20px; }
    .fashion-section-wrapper .fashion-section { padding: 0 16px; }
    .fashion-section-wrapper .business-section { padding: 0 16px; }
    .fashion-section-wrapper .applications-container { padding: 0 16px; }
    .fashion-section-wrapper .trending-container { padding: 30px 16px; }
    .fashion-section-wrapper .pardot-form-section-title { font-size: 22px; text-align: center; }
    .fashion-section-wrapper .icon-middle-bottom img { margin: 0 auto; }
    .fashion-section-wrapper .fashion-heading { margin-left: auto; margin-right: auto; max-width: 250px; }
    .fashion-section-wrapper .wift-chic-subheading { max-width: 274px; color: #353535; margin-left: auto; margin-right: auto; margin-bottom: 61px; margin-top: 22px; }
    .fashion-section-wrapper .domestic-heading { max-width: 250px; margin-left: auto; margin-right: auto; margin-bottom: 62px; }
    .fashion-section-wrapper .domestic-text { margin-left: 24px; max-width: 279px; }
    .fashion-section-wrapper .wift-chic-list { margin-left: 12px; max-width: 304px; font-weight: 500; margin-bottom: 69px; }
    .fashion-section-wrapper .domestic-banner,
    .fashion-section-wrapper .wift-chic-banner { margin-top: 80px; }
}

@media (max-width: 575px) {
    .fashion-section-wrapper .sliders .slider-content .slider-header { font-size: 32px; line-height: 40px; }
    .fashion-section-wrapper .sliders .slider-content .slider-sub-header { font-size: 18px; line-height: 24px; }
    .fashion-section-wrapper .shipping-heading,
    .fashion-section-wrapper .domestic-heading,
    .fashion-section-wrapper .fashion-heading,
    .fashion-section-wrapper .sustainability-heading,
    .fashion-section-wrapper .wift-chic-heading,
    .fashion-section-wrapper .business-heading { font-size: 22px; }
    .fashion-section-wrapper .trending-header-title label { font-size: 24px; }
}
