.pdp-main__Descriptions{width:100%;line-height:1.5rem;padding-top:1.875rem}.pdp-main__Descriptions,.pdp-main__Terms-Conditions{font-size:1rem;padding-bottom:.625rem;font-weight:450;text-align:left}.pdp-main__Terms-Conditions{text-decoration:underline}@media (max-width:47.9375rem){.pdp-main__Descriptions{width:100%;font-size:14px;line-height:1.571rem;padding-bottom:.313rem;padding-top:1.25rem;text-align:left}.pdp-main__Terms-Conditions{font-size:14px;line-height:1.714rem;border-bottom:1px solid #727171;padding-bottom:1.875rem;text-align:left}}.pdp .product-gallery__container button.slick-arrow.slick-next:after{content:"";width:24px;height:24px;background:url(../images/white.svg) no-repeat;top:16px;right:15px;left:10px;position:absolute;display:inline-block}.pdp .product-gallery__container button.slick-arrow.slick-prev:after{content:"";width:24px;height:24px;background:url(../images/white.svg) no-repeat;top:16px;right:0;left:15px;-webkit-transform:rotate(180deg);transform:rotate(180deg);position:absolute;display:inline-block}.outer--price-dv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.outer--price-dv .inclusive-taxes{font-size:12px;color:#b18e35;padding:5px 0 0;text-align:center}.error-add-to-cart{color:#e60000;padding-top:.875rem;text-align:left;word-break:break-all}
.product-gallery-thumbnails__button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 100%;
}

.product-gallery-thumbnails__button.active img {
    border: 1px solid #000;
}

.product-attribute__values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-attribute__anchor {
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 8px 14px;
    cursor: pointer;
    min-width: 44px;
    text-align: center;
}

.product-attribute__anchor.selected {
    border-color: #000;
    background: #000;
    color: #fff;
}

.product-add__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-common__name {
    letter-spacing: 0.5px;
}

.product-tile__anchor {
    text-decoration: none;
    color: inherit;
}

.product-tile__name {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.product-tile__price {
    margin-top: 6px;
    font-size: 14px;
}

/* PRICE */
.product-common__price {
    margin-top: 12px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 4px;
}

.price-label {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #777;
    min-width: 72px;
}

.price-current {
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
}

.price-row--mrp .price-old {
    font-size: 16px;
    color: #777;
    text-decoration: line-through;
}

/* NORMAL ATTRIBUTE BUTTONS */
.product-attribute__values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-attribute__anchor {
    min-width: 56px;
    height: 48px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #111;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-attribute__anchor:hover {
    border-color: #111;
}

.product-attribute__anchor.selected {
    border-color: #111;
    background: #111;
    color: #fff;
}

/* COLOR SWATCH BUTTONS */
.color-swatch-btn {
    min-width: 92px;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.color-swatch-btn:hover {
    border-color: #111;
}

.color-swatch-btn.selected {
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
}

.color-swatch-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--swatch-color);
    border: 1px solid #bbb;
    flex: 0 0 18px;
}

.color-swatch-text {
    font-size: 14px;
    line-height: 1;
}

.color-swatch-btn.selected .color-swatch-text {
    font-weight: 600;
}

/* WHITE SWATCH VISIBILITY */
.color-swatch-btn[style*="#ffffff"] .color-swatch-dot {
    border: 1px solid #999;
}

.product-common__actions {
    display: block;
    width: 100%;
    clear: both;
}

.product-wishlist-btn {
    border: 0;
    background: transparent;
    padding: 12px 0;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    color: #222;
}

.product-wishlist-btn:hover {
    color: #000;
}
/*# sourceMappingURL=pdpMain.css.map*/