/*#main-product[data-model-id="129"] .product-title::after{
    content: "Due to Low Inventory, sample orders may be delayed 1-2 weeks";
}
#main-product[data-model-id="141"] .product-title::after, 
#main-product[data-model-id="144"] .product-title::after {
    content: "Hague Blue and Noir samples are currently out of stock.";
}
#main-product[data-model-id="142"] .product-title::after, 
#main-product[data-model-id="145"] .product-title::after {
    content: "Ethereal Glow samples are currently out of stock.";
}*/
#main-product[data-variant-id="23"] .product-title::after, 
#main-product[data-variant-id="27"] .product-title::after, 
#main-product[data-variant-id="31"] .product-title::after, 
#main-product[data-variant-id="35"] .product-title::after, 
#main-product[data-variant-id="39"] .product-title::after, 
#main-product[data-variant-id="103"] .product-title::after, 
#main-product[data-variant-id="107"] .product-title::after, 
#main-product[data-variant-id="111"] .product-title::after, 
#main-product[data-variant-id="115"] .product-title::after, 
#main-product[data-variant-id="119"] .product-title::after, 
#main-product[data-variant-id="163"] .product-title::after, 
#main-product[data-variant-id="167"] .product-title::after, 
#main-product[data-variant-id="171"] .product-title::after, 
#main-product[data-variant-id="175"] .product-title::after, 
#main-product[data-variant-id="179"] .product-title::after {
    content: "Current 8 week back-order for 30\" Polished Chrome Bases";
}
#main-product .product-title::after {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: red;
    font-weight: 500;
}
#main-product[data-variant-id="7836"] .product-title::after, 
#main-product[data-variant-id="7864"] .product-title::after {
    content: "Eternal Noir samples are currently out of stock.";
}

#mobile-phone-button {
    display: none;
}

#product-details {
    padding: 0 30px;
}
.product-image, .product-image-carousel-container {
    position: relative;
    text-align: center;
    min-width: 0;
    overflow: hidden;
    background-color: white;
}
.product-image img {
    width: 100%;
}
.product-image img.loading {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-image-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1/1;
    text-align: center;
    overflow: hidden;
    border-radius: 1rem;
    background-color: white;
}

.product-image-carousel-container .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}
.product-image-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-image-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.03);
    pointer-events: none;
}
.carousel-dots-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.carousel-dots-wrapper .carousel-prev,
.carousel-dots-wrapper .carousel-next {
    background: none;
    border: none;
    cursor: pointer;
    color: #ad8337;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px;
    transition: background-color 0.3s ease;
    border-radius: .25rem;
    padding: 6px;
}
.carousel-dots-wrapper .carousel-prev:hover,
.carousel-dots-wrapper .carousel-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.carousel-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.carousel-dots li {
    margin: 0 4px;
}
.carousel-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
}
.carousel-dots li.slick-active button {
    width: 20px;
    border-radius: 10px;
    background: #ad8337;
}

.product-info {
    margin-top: 30px;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.product-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .03em;
    margin: 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.product-price {
    color: #ad8337;
    font-weight: 500;
    margin: 20px 0 0;
    order: 102;
}
.secondary-price {
    margin-left: .5rem;
    padding-left: .5rem;
    color: #888;
    border-left: 2px solid #888;
}
.product-description {
    margin-bottom: 0;
    font-weight: 300;
    order: 103;
}

.product-options {
    margin-top: 20px;
    order: 100;
}
.product-options-label {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .25rem;
}
.product-options button {
    -webkit-appearance: none;
    appearance: none;
    background: white;
    border-style: solid;
    margin-bottom: 5px;
    font-size: 16px;
    aspect-ratio: 2;
}
.product-options-text-radios .button-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
    row-gap: .5rem;
}
.product-options-text-radios button {
    width: calc(33.3% - 6px);
    padding: .25rem;
    border-width: 1.5px;
    border-color: #aaa;
}
.product-options-text-radios button.selected {
    background-color: #ad8337;
    border-color: #ad8337;
    color: white;
}

.product-options-image-radios .button-group {
    font-size: 0;
}

.product-options-image-radios button {
    padding: 2px;
    font-size: 0;
    border-color: transparent;
    width: 33.3%;
    position: relative;
}
.product-options-image-radios .button-group[data-attribute-name="countertop-color"] button {
    width: 16%;
}
.product-options-image-radios .button-group[data-attribute-name="countertop-color"] img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.product-options-image-radios button[data-attribute-value-id="20"] img {
    border: 1px solid black;
}.product-options-image-radios button[data-attribute-value-id="36"] img {
    border: 1px solid #ddd;
}
.product-options-image-radios button.selected {
    border-color: #ad8337;
}
.product-options-image-radios button .image-radio-label {
    display: none;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: #444;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    padding: 2px 6px;
    border-radius: .25rem;
    white-space: nowrap;
}
.product-options-image-radios button:hover .image-radio-label {
    display: block;
}
.product-options-image-radios button .image-radio-label .carat {
    background: #444;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -3px;
    left: calc(50% - 6px);
}
.product-options-image-radios img {
    width: 100%;
}
.product-arrival-time {
    margin-top: 1rem;
    order: 106;
}
.product-arrival-time p {
    font-weight: 400;
}
.product-arrival-time p span {
    color: #ad8337;
    font-weight: 600;
}
.customization-link {
    margin-top: 20px;
    order: 104;
}
.product-view-details-link {
    margin-top: 20px;
    order: 105;
}
.customization-link + .product-view-details-link {
    margin-top: 15px;
}
.product-view-details-link a {
    font-weight: 400;
}
.connected-product-prompt {
    width: 100%;
}
.connected-product-prompt h2 {
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: .03em;
}
.connected-product {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #000;
    margin-top: 30px;
    padding: 30px 0;
}
.connected-product .product-image {
    order: 1;
}
.connected-product .product-info {
    order: 2;
}
#faucet-hole-config-mismatch-warning {
    margin-left: 10px;
    font-weight: 600;
    color: #ff0000;
}

.toggle-button {
    border: 1.5px solid black;
}
.toggle-button.active {
    background: #ad8337;
    border-color: #ad8337;
    color: white;
}

.connected-product .product-options-text-radios.product-options-model .button-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

#product-details-accordion {
    margin: 0 0 20px;
}
.product-details-accordion-header {
    background: #000;
    margin-top: 20px;
}
.accordion-label {
    align-items: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.25rem;
    font-weight: 400;
    justify-content: space-between;
    padding: 2rem 4rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-label[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.accordion-label:hover {
    color: #fff;
}
.accordian-content-container {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #000;
    padding: 30px;
    column-gap: 30px;
}
.accordian-content {
    flex: 1;
}
.accordian-content p {
    font-size: 1rem;
    margin: 0;
}
.accordian-content .product-pdf-link {
    font-weight: 600;
    color: #ad8337;
    padding-left: 20px;
}
.accordian-content > img {
    width: 100%;
}
.alt-images-slider {
    position: relative;
    overflow: hidden;
}
.alt-images-slider .slider-item {
    width: 100%;
}
.alt-images-slider .slider-item img {
    width: 100%;
}
.alt-images-slider .slick-list {
    padding: 10px 0;
}
.alt-images-slider .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 24px;
    cursor: pointer;
}
.alt-images-slider .slider-arrow:hover {
    background: rgba(0,0,0,.1)
}
.alt-images-slider .slider-arrow-left {
    left: 20px;
}
.alt-images-slider .slider-arrow-right {
    right: 20px;
}
.alt-images-slider .slider-arrow span {
    padding: 5px;
}

#main-product + #product-checkout-bar {
    margin-top: 2rem;
}

#product-checkout-bar-upper {
    margin-top: 30px;
}
#product-checkout-bar-lower {
    margin-bottom: 30px;
}
#product-checkout-bar-upper, #product-checkout-bar-lower {
    height: 0;
}
#product-checkout-bar {
    padding: 10px 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px -4px #000;
    z-index: 1000;
    position: static;
    width: calc(100% - 60px);
}
.product-checkout-price-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}
.product-checkout-price-container:nth-of-type(2) {
    justify-content: center;
}
.product-checkout-price-container p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.product-checkout-price-container p:first-of-type {
    margin-right: .5rem;
}
#product-checkout-options-container {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}
#product-quantity {
    font-size: 0;
    border: 1.5px solid #000;
    margin-right: 5px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    flex: 0;
    margin: 0 auto;
}
#product-quantity .quantity {
    display: flex;
    align-items: center;
}
#product-quantity input {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    height: 100%;
    border: none;
    background: transparent;
}
#product-quantity input[type="button"] {
    font-size: 1.25rem;
}
#product-quantity input[type="number"] {
    -moz-appearance: textfield;
    width: 2rem;
    outline: none;
}
#product-quantity input[type="number"]::-webkit-outer-spin-button, #product-quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#product-cart-button-container {
    display: flex;
    flex: 1;
}
#add-to-cart {
    border-width: 1.5px;
    flex-grow: 1;
    white-space: nowrap;
}
#product-wishlist-container {
    position: relative;
    flex: 1;
    min-width: 150px;
}
#product-wishlist-button {
    background-color: #c0503d;
    color: white;
    font-size: 1.25rem;
    letter-spacing: initial;
    height: 100%;
    width: 100%;
    padding: 0 10px;
}
.modal #wishlist-options, .modal #create-wishlist-input {
    width: 80%;
    margin: auto;
    box-shadow: none;
    border: 1px solid #ccc;
}
.modal .create-new-wishlist-button, .modal .go-back-button {
    text-align: center;
}
.modal .create-new-wishlist-button button, .modal #go-back {
    -webkit-appearance: none;
    appearance: none;
    color: #ad8337;
    background: white;
    border: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.modal .login-message {
    margin-top: 20px;
    font-weight: 600;
}
.modal .login-message a {
    color: #ad8337;
}

#shipping-and-returns {
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
}
#shipping-and-returns .content {
    position: relative;
    margin: auto;
    max-width: 1200px;
    padding: 20px 0px 40px;
}
#shipping-and-returns h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#shipping-and-returns .btn-container {
    margin-top: 30px;
    row-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#shipping-and-returns .btn-container .btn {
    border-width: 1.5px;
}
#shipping-and-returns .content-background {
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -30px;
}

#related-products {
    padding: 30px;
    text-align: center;
}
#related-products h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#related-products .product-grid {
    padding: 0;
}
#related-products .product-grid-item .product-image img {
    transform: translate(-50%, -50%);
}
#related-products .product-grid-item .price {
    color: #ad8337;
}

.view-fullscreen {
    text-align: center;
}
.view-fullscreen a {
    color: #ad8337;
    font-weight: 600;
}
#fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}
#fullscreen-modal .modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
#fullscreen-modal .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000001;
}
#fullscreen-modal .close-button::before {
    content: "\00D7";
    color: #ad8337;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    position: relative;
    top: -5px;
}

@media (min-width: 576px) {
    .product-options-image-radios .button-group[data-attribute-name="countertop-color"] button {
        width: 12%;
    }
    #shipping-and-returns .content {
        padding: 30px 30px 40px;
    }
    #product-wishlist-button {
        padding: 0 28px;
    }
    #product-wishlist-container {
        flex: 0;
        min-width: auto
    }
    #product-checkout-options-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        flex: 0;
    }
    #product-checkout-options-container #product-quantity {
        order: 0;
    }
    #product-checkout-options-container #product-wishlist-container {
        order: 2;
    }
    #product-quantity {
        margin-right: 0;
    }
    .product-options button {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .product-info {
        margin: 0;
    }
    .product-options button {
        margin-bottom: 0;
    }
    .product-options-image-radios button {
        width: calc(20vw - 20px);
    }
    .product-options-text-radios button {
        width: calc(20vw - 27px);
    }
    .connected-product-prompt .button-group button {
        width: calc(20vw - 20px);
    }
    #product-details {
        padding: 0 40px;
    }
    .accordian-content-container {
        display: flex;
    }
    
    .connected-product {   
        margin-top: 60px;
    }
    #product-checkout-bar {
        padding: 20px 30px;
        width: calc(100% - 120px);
    }
    #shipping-and-returns .content-background {
        left: -40px;
        right: -40px;
    }
    #shipping-and-returns .content {
        padding: 60px;
    }
    #related-products {
        padding: 60px;
    }
}

@media (min-width: 992px) {
    #product-details {
        padding: 0 80px;
    }
    .product {
        display: flex;
    }
    .product .product-image, .product-image-carousel-container {
        flex: 1;
        margin: 0 40px 0 0;
    }
    .product .product-info {
        flex: 1;
        display: block;
    }
    .product-title {
        font-size: 1.5rem;
        margin: 0 0 20px;
    }
    .connected-product-prompt {
        display: flex;
        justify-content: space-between;
    }
    .product-options-image-radios button {
        width: calc(16.66vw - 37px);
    }
    .product-options-image-radios .button-group[data-attribute-name="countertop-color"] button {
        width: 16%;
    }
    .connected-product-prompt .button-group button,
    .product-options-text-radios button {
        width: calc(16.66vw - 42px);
    }
    #product-checkout-bar {
        display: flex;
        width: calc(100% - 160px);
    }
    .product-checkout-price-container {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    #product-checkout-bar .line-break {
        display: block;
    }
    #product-checkout-options-container {
        justify-content: right;
        padding-top: 0;
    }
    .connected-product {   
        margin-top: 80px;
        padding: 80px 0;
    }
    .connected-product + .connected-product {   
        margin-top: 0;
    }
    .connected-product .product-image {
        order: 2;
        margin: 0 0 0 40px;
    }
    .connected-product .product-info {
        order: 1;
    }
    #shipping-and-returns .content-background {
        left: -80px;
        right: -80px;
    }
    #shipping-and-returns .content {
        padding: 80px;
    }
    #related-products {
        padding: 80px;
    }
}

@media (min-width: 1200px) {
    .product .product-image, .product-image-carousel-container {
        margin: 0 60px 0 0;
    }
    .product-image img {
        width: 90%;
        max-width: 600px;
    }
    .product-options-image-radios button {
        width: calc(16.66vw - 47px);
    }
    .product-options-text-radios.product-options-size button {
        width: calc(16.66vw - 55px);
    }
    .product-options-text-radios button {
        width: calc(16.6vw - 53px);
    }
    .product-options-image-radios .button-group[data-attribute-name="countertop-color"] button {
        width: 12%;
    }
    #product-details {
        padding: 0 100px;
    }
    .connected-product .product-image {
        order: 2;
        margin: 0 0 0 60px;
    }
    #product-checkout-bar {
        width: calc(100% - 200px);
    }
    #shipping-and-returns .content-background {
        left: -100px;
        right: -100px;
    }
    #shipping-and-returns .content {
        padding: 100px;
    }
    #related-products {
        padding: 100px;
    }
}

@media (min-width: 1400px) {
    .product-image img {
        width: 80%;
        max-width: 700px;
    }
    .product-options-text-radios button,
    .product-options-text-radios.product-options-size button,
    .connected-product-prompt .button-group button {
        width: calc(10vw - 36px);
    }
    .product-options-image-radios button {
        width: calc(10vw - 28px);
    }
}