/* IWA CUSTOM 2026 */


/* Variables */

:root {
    --text-main-color: #211F20;
    --burgundy-color: #900801;
    --burgundy-darker-color: #720601;
    --light-bg:#E7E5DF;
    --gold-color: #947848;
    --accent-blue: #214371; 
    
    --serif-header-font: "Minion Pro", "Adobe Gurmukhi", "Iowan Old Style", "Apple Garamond", "Palatino Linotype", "Palatino", "Georgia", serif;
    --sans-serif-body-font: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --sans-serif-header-font: "Montserrat", "Inter", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* FONT Setup */
@font-face {
    font-family: "FontAwesome";
    src: url("/scs/extensions/SC/Threads/3.4.5/font-awesome/fontawesome-webfont.eot?v=4.2.0");
    src: url("/scs/extensions/SC/Threads/3.4.5/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/scs/extensions/SC/Threads/3.4.5/font-awesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/scs/extensions/SC/Threads/3.4.5/font-awesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/scs/extensions/SC/Threads/3.4.5/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cms-content {
    font-size: 15px;
    font-family: var(--sans-serif-body-font);
}

.cms-content h1,
.cms-content h2 {
    font-family: var(--serif-header-font);
    letter-spacing: 0;
}
.cms-content h3 {
    font-family: var(--sans-serif-header-font);
}
.cms-content h4 {
    font-family: var(--sans-serif-header-font);
    font-size: 16px;
}
.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content a,
.cms-content span,
.cms-content div {
    font-family: var(--sans-serif-body-font);
}
.cms-content p {
    font-size: 1.1em;
    padding: 0 0 5px 0;
    line-height: 22px;
}
.cms-content strong {
    font-weight: 800;
}
.cms-content p[data-validation-error="block"] {
    padding: 7px 10px;
}

/* FONT Setup END */

/* REUSABLE COMPONENTS */

.reusable-components p,
.reusable-components h1,
.reusable-components h2,
.reusable-components h3,
.reusable-components ul,
.reusable-components ol {
    color: var(--text-main-color);
}

.remove-mb {
    margin-bottom: 0px !important;
}

.reusable-btn-left {
    margin: 30px 0 !important;
}

.reusable-btn-bigger {
    padding: 10px 24px 8px !important;
}

.reusable-light-bg {
    background: var(--light-bg);
    padding: 20px 20px;
}

.reusable-light-bg-np {
    background: var(--light-bg);
}

.reusable-center {
    text-align: center;
    align-items: center;
}

.reusable-mt {
    margin-top: 30px;
}

.reusable-components {
    font-family: var(--sans-serif-body-font);
    text-align: center;
    
    max-width: 2000px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    
    padding-left: 40px;
    padding-right: 40px
}
@media (max-width: 1200px) {
    .reusable-components {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 992px) {
    .reusable-components {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .reusable-components {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.reusable-components p {
    font-style: normal;
    font-size: 1.1em;
    font-weight: 500;
    /*line-height: 1.816em;*/
    line-height: 1.82em;
    margin-bottom: 20px;
}

.reusable-components h1 {
    font-size: 2.8em;
    font-weight: normal;
}

.reusable-components h2 {
    font-size: 2.2em;
    font-weight: normal;
}

.reusable-components h3 {
    font-size: 1.2em;
    font-weight: normal;
}

.reusable-components h3.reusable-hg {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
    color: var(--gold-color) !important;
}

.reusable-components h3.reusable-hb {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
}

h2.reusable-cta-hd {
    font-size: 2.2em !important;
    color: #947848 !important;
}

.reusable-components h1,
.reusable-components h2,
.reusable-components h3 {
    font-weight: normal !important;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .reusable-components h1,
    .reusable-components h2 {
        line-height: 0.9;
        margin-bottom: 5px !important;
    }
}

.reusable-components h1 + h3,
.reusable-components h2 + h3 {
    margin-top: 5px;
}
@media (max-width: 768px) {
    .reusable-components h1 + h3,
    .reusable-components h2 + h3 {
        margin-top: 10px;
    }
}

.reusable-components img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/12;
}

.reusable-components svg {
    margin-bottom: 20px;
}

.gallery-item img {
    max-height: 500px;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border: solid 3px #fff;
}

.reusable-components button {
    padding: 10px 24px 8px;
    font-size: 1.05em;
    background: var(--burgundy-color);
    color: white;
    min-width: 130px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.reusable-components .secondary-cta button {
    background: #fff;
    color: var(--burgundy-color);
    border: solid 1px;
}

.reusable-components button:hover {
    background: var(--burgundy-darker-color);
    color: white;
}

.reusable-components button:focus,
.reusable-components button:active:focus {
    outline: none;
    color: white;
}


.reusable-components ul,
.reusable-components ol,
.reusable-smaller-p {
    margin-bottom: 30px;
    line-height: 1.6em !important;
}

.reusable-components li {
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: 500;

    list-style-position: outside;
    padding-left: 6px;
    margin-left: 17px;
}

.reusable-components ul,
.reusable-components ol {
    margin-left: 30px !important;
}

.reusable-components.test-img-oneBlock ul li,
.reusable-components .box-container ul li {
    list-style: disc;
}
@media (max-width: 768px) {
    .reusable-components.test-img-oneBlock ul,
    .reusable-components .box-container ul {
        margin-left: 0 !important;
    }
    .reusable-components.test-img-oneBlock ul li,
    .reusable-components .box-container ul li {
        list-style: none;
        border-bottom: 1px dashed #e0ded7;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .reusable-components.test-img-oneBlock ul li:last-child,
    .reusable-components .box-container ul li:last-child {
        border-bottom: 0;
    }
}

.reusable-components.test-img-oneBlock.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    background-position: center;
    height: 250px;
}

.reusable-components.test-img-oneBlock.bg-image * {
    position: relative;
    color: #fff !important;
}

.reusable-components header>h1 {
    margin-bottom: 10px;
}

.reusable-components-grid-system {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}

.reusable-components-grid-system.inverted .image-box-container {
    order: 1;
}

.reusable-components-grid-system.one-tree {
    grid-template-columns: 1fr 2fr;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.reusable-components-grid-system.one-tree.inverted {
    grid-template-columns: 2fr 1fr;
}

.reusable-components [class*="col-"] {
    text-align: center;
}

.reusable-components.row {
    margin-bottom: 40px;
}

.reusable-components.tiles-text h3,
.reusable-components.row h3 {
    margin-bottom: 10px;
}

.reusable-components.tiles-text {
    margin-bottom: 20px;
}

.reusable-components.tiles-text img:hover,
.reusable-components.tiles-text a:hover {
    opacity: .8;
    transition: .5s;
}

.reusable-components [class*="col-"] h3,
.reusable-components.tiles-text h3 {
    color: var(--text-main-color);
    font-size: 1.4em;
    font-weight: 300;
    font-family: var(--sans-serif-body-font);
}

.reusable-components.tiles-text p {
    margin-bottom: 5px;
}

.reusable-components [class*="col-"] h3 {
    margin-bottom: 20px;
}

.reusable-components [class*="col-"] a:hover img,
.reusable-components .tiles-text a:hover img {
    opacity: 0.5;
    transition: 0.6s;
}

.reusable-components [class*="col-"] img {
    margin-bottom: 10px;
}

.reusable-components [class*="col-"] img,
.reusable-components.tiles-text img {
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/* text and images 50/50% */

.reusable-components .box-container {
    /*padding: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reusable-components .image-box-container {
    padding: 0;
}

/* text and images 50/50% END */

/* Inverted text and images 50/50% */

.inverted {
    display: inline-block;
    width: 100%;
    flex-direction: row-reverse;
}

/* Inverted text and images 50/50% END */

.reusable-components .reusable-anchor {
    color: var(--burgundy-color);
    text-decoration: none;
}

.reusable-components .reusable-anchor:hover {
    color: var(--burgundy-darker-color);
}

.reusable-components .reusable-smaller-p {
    font-size: 0.87em !important;
}

.test-img-oneBlock header {
    text-align: center;
    margin-bottom: 30px;
}

/* Testimonials */

.testimonial {
    display: grid;
    text-align: center;
    justify-content: center;
}

.testimonial-text p {
    float: none;
    text-align: center;
    display: inline-block;
    font-family: var(--serif-header-font);
    font-size: 1.1em;
    letter-spacing: 1px;
}

.testimonial-text p span {
    margin-top: 15px;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.testimonial .image-box-container {
    margin: 0 0 30px;
}

.testimonial-line {
    display: flex;
}

.testimonial-line span {
    border-top: 1px solid #947848;
    width: 50%;
}

.testimonial-line span.double-quotes {
    border: none;
    width: auto;
    margin: 0 20px;
    position: relative;
    font-size: 80px;
    color: #947848;
    font-family: var(--serif-header-font);
    
    height: 78px;
    margin-top: -50px;
}

.testimonial-text p span {
    font-family: arial;
    font-style: normal !important;
    font-weight: 600;
}

/* Testimonials + image */
.testimonial-image {
    display: grid;
    align-items: center;
}

/* Tiles */
.tiles {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    text-align: center;
    gap: 20px;
    margin-bottom: 70px;
}

.tiles img {
    object-fit: cover;
    aspect-ratio: 16 / 12;
}

.tiles h3 {
    margin-top: 10px;
}

.tiles-text {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    row-gap: 25px;
    padding-bottom: 8px;
    grid-template-rows: auto minmax(0px, 100%);
}

.tiles-four {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.tiles-text-content {
    height: fit-content;
}

.tiles-text .box-container {
    padding: 0 20px !important;
}

.tiles-extended {
    height: auto;
    margin-bottom: 30px;
}

.tiles-text-content h3 {
    text-align: center;
    margin-top: 10px;
}

.tiles-gap {
    gap: 10px !important;
}

.box-tiles-text .box-container {
    padding: 20px;
    margin-bottom: 19px;
    border: 1px solid var(--light-bg);
    height: 100%;
}

.horizontal-line {
    border: 1px dashed #e0ded7;
    margin: 20px auto 40px auto;
    width: 90%;
}

/* Gallery */
.gallery-container {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
}

.gallery-item:nth-child(2) {
    grid-column: 2/4;
}

.gallery-item:nth-child(3) {
    grid-row: 2 / 4;
}

.gallery-item:nth-child(4) {
    grid-row: 2 / 3;
}

.gallery-item:nth-child(5) {
    grid-row: 2 / 4;
}

.gallery-item:nth-child(7) {
    grid-column: 1/3;
}

.reusable-hide-mb {
    display: none;
}

.reusable-large-toparea {
    background: linear-gradient(to bottom, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.5) 50%);
    position: absolute !important;
    width: 100%;
    bottom: 0;
    padding: 20px;
}

.reusable-large-toparea-white {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 40%);
    position: absolute !important;
    width: 100%;
    bottom: 0;
    padding: 20px;
}

.reusable-large-toparea-white .reusable-bg .large-h1 {
    color: var(--text-main-color) !important;
}

@media(min-width: 480px) {
    .gallery-container {
        display: grid;
        padding-left: 45px;
        padding-right: 45px;
    }
    .tiles-four {
        grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
    }
    .reusable-hide-mb {
        display: block;
    }
}

@media(min-width: 768px) {
    .reusable-btn-bigger {
        padding: 15px 55px !important;
    }
    h2.reusable-cta-hd {   
        font-size:3.6em !important;
        color:#947848 !important;
    }
    .reusable-components h3.reusable-hg {
        font-size: 1.3em !important;
    }
    .reusable-components h3.reusable-hb {
        font-size: 1.3em !important;
    }
    
    .gallery-container {
        display: grid;
        margin-left: 20px;
        margin-right: 20px; 
    }
    
    .tiles-text {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .reusable-bg {
        padding: 20px 20px 30px 20px;
    }
    
    .reusable-components .reusable-larger-p {
        font-size: 1.2em !important; 
    }
    
    .reusable-components.test-img-oneBlock.bg-image {
        padding: 0;
        background-position-y: center;
        height: 700px;
    }
    .large-h1 {
        font-size: 3.6em !important;
    }
    
    .reusable-components.test-img-oneBlock.bg-image.small-reusable-banner {
        height: 320px !important;
    }
    
    .reusable-components.test-img-oneBlock.bg-image.mid-reusable-banner {
        height: 480px !important;
    }
    
    .reusable-large-toparea {
        background: linear-gradient(to bottom, rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.5) 50%);
        position: absolute !important;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }
    
    .reusable-large-toparea-white {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%);
        position: absolute !important;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }
    
}

@media(min-width:992px) {
    
    .reusable-components.test-img-oneBlock.bg-image {
        height: 400px;
    }
    
    .reusable-components {
        margin-bottom: 50px; 
        text-align: left;
    }
    
    .inverted,
    .testimonial {
        display: flex;
    }
    
    .reusable-components-grid-system,
    .one-tree {
        display: grid;
    }
    .reusable-bg {
        padding: 0 !important;
    }
    
    .tiles-text .box-container {
        padding: 0 20px !important;
    }
    
    .tiles-text {
        row-gap: 15px;
    }
    
    .reusable-components .box-container {
        padding: 40px;
    }
    
}

@media (min-width: 1200px) {
    .gallery-container {
        grid-template-rows: auto;
    }
    .tiles-four {
        grid-template-columns: repeat(auto-fit, minmax(255, 1fr));
    }
}

/* FORMS text img below */
.img-form-design-center {
    max-width: 100%;
    text-align: center;
    padding: 0 1.8%;
}
@media(min-width: 992px) {
    .img-form-design-center {
        max-width: 30%;
        min-width: 520px;
        float: right;
        text-align: right;
    }
}

/* FORMS */
.custom-form-grecaptcha-disclaimer a {
    color: #a22f34;
}

.custom-form-issue {
    line-height: normal;
}

.custom-form-grecaptcha-disclaimer {
    margin: 20px 0 10px 0!important;
}

#incomingmessage {
    display: block;
    margin-bottom: 10px;
}

.message-success {
    margin-bottom: 20px;
}

/* REUSABLE COMPONENTS END */

/* Facet Browse Banner Top */

.banner-section-top .reusable-components {
    margin-bottom: 0;
    margin-top: 30px;
}
.banner-section-top .reusable-components .reusable-larger-p {
    padding-bottom: 0;
}

/* Facet Browse Banner Top END */

/* Product Merch Banner  */

#product-banner-container {
    font-size: 15px;
    display: flex;
    background-color: #e6f3e6;
    color: #fff !important;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: #108e13;
    padding: 10px;
    color: #801313 !important;
    align-content: center;
    align-items: center;
}

.product-banner-left {
    display: flex;
}

.product-banner-left img {
    display:block;
    max-width: 150px;
}

.product-banner-right {
    width: 80%;
    text-align: center;
}

.product-banner-right p {
    font-size: 1em !important;
    color: #333 !important;
    padding: 0px 10px !important;
    line-height: 25px !important;
}

/* Product Merch Banner END */

/* Item Detail Pages - Blue Promo Area Text */

#iwa-promo-area, div#iwa-promo-area {
    width: 100%;
    text-align: left;
    margin: 0 auto 15px auto;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 24px;
    max-width: 950px;
    background: var(--accent-blue) !important;
    border-radius: 3px;
    padding: 7px;
}

/* Item Detail Pages - Blue Promo Area Text END */

/* Custom Forms - Suitelabs */

.cctcustomforms-layout {
    max-width: 100%;
    float: left;
    width: auto;
    background: white;
    padding: 0px 1.8%; 
    color: var(--text-main-color);
}
.cctcustomforms-layout .container-fixed{
    max-width: 480px;
    display: block;
    padding: 0 10px;
}
.cctcustomforms-layout .cctcustomforms-form .row div[data-validation="control-group"] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.cctcustomforms-layout .cctcustomforms-form .row div[data-validation="control-group"] label {
    min-width: 150px;
    padding-top: 7px;
    color: var(--text-main-color);
    font-size: 1.1em;
}
.cctcustomforms-layout .cctcustomforms-form .container-fixed button[type='submit'] {
    float: right;
    margin-bottom: 20px;
}
.cctcustomforms-layout .custom-form-grecaptcha-disclaimer {
    line-height: 1.4;
}
@media only screen and (max-width: 992px) {
    .cctcustomforms-layout .cctcustomforms-form .row div[data-validation="control-group"] {
        display: block;
    }
    .cctcustomforms-layout .cctcustomforms-form .row div[data-validation="control-group"] textarea {
        width: 100%;
    }
}

/* Custom Forms - Suitelabs END */

/* Fixes for Cooling Calculator */

.cooling-calculator-layout .cctcustomforms-form select,
.cooling-calculator-layout .cctcustomforms-form textarea {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .cooling-calc-field-container input {
        width: 100%;
        max-width: inherit !important;
    }
}
.cooling-calc-results-title-btuh {
    color: var(--burgundy-color);
}

/* Fixes for Cooling Calculator END */

/* Custom Wine Cellers */

.header-t1 h2{
    text-align: center;
    font-size: 28px;
    color: var(--text-main-color) !important;
    font-family:var(--serif-header-font);
    font-weight: lighter;
}
.cms-page-wine-cellars .img-background-center{
    min-height: 400px;
    background-position: center;
}
.cms-page-wine-cellars .left-t1{
    position: relative;
}
.cms-page-wine-cellars .left-t1 .image-box-float {
    position: absolute;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 60%;
    padding: 20px;
    font-family: var(--serif-header-font);
    color: var(--text-main-color);
}
.cms-page-wine-cellars .left-t1 .image-box-float h3 {
    font-family: var(--serif-header-font);
    color: var(--text-main-color);
    font-size: 30px;
    font-weight: lighter;
}
.cms-page-wine-cellars .left-t1 .image-box-float p {
    font-family: var(--serif-header-font);
    color: var(--text-main-color);
    font-size: 14px;
}
.cms-page-wine-cellars .cta-lrg-cms{
    font-family: var(--serif-header-font);
    font-size: 30px;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    color: var(--text-main-color);
    margin: 0;
}
.cms-page-wine-cellars .img-cms-box{
    width: 100%;
    height: auto;
    max-width: 150px
}
.cms-page-wine-cellars .img-cms-icon{
    width: 100%;
    height: auto;
    max-width: 55px
}
.cms-page-wine-cellars .testimonial-container .testimonial-img-line {
    width: 100%;
    height: auto;
    max-width: 700px;
    mix-blend-mode: multiply;
}

.cms-page-wine-cellars .testimonial-lg-text {
    font-family: var(--serif-header-font);
    font-size: 26px;
    line-height: 30px;
    color: var(--text-main-color);
    text-align: center;
    width: 80%;
    margin: 10px auto 0 auto;
    max-width: 550px;
}
.cms-page-wine-cellars .testimonial-sm-text {
    text-align: center;
    font-weight: bold;
}

/* Custom Wine Cellers END */
