<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
#myg-holder #myg{z-index:1030;position:fixed;bottom:20px;right:0}#myg-holder #myg ask-question{overflow:hidden !important}#myg-holder #myg .myg-child-component{right:25px}#myg-holder #myg .myg-floating-label{font-size:15px;font-weight:700;padding:1.5rem 0;border-radius:15px 15px 0px 0px;background:linear-gradient(180deg, #0f5297 8.84%, #010b33 100%);width:295px}#myg-holder #myg .myg-floating-button{margin-bottom:-18px}#myg-holder #myg .myg-icon{width:80px;height:80px}#myg-holder #myg .markdown-content ul,#myg-holder #myg .markdown-content ol,#myg-holder #myg .markdown-content menu{margin:0;padding-left:30px}#myg-holder #myg .myg-chat-container{height:508px;max-height:40vh;background:linear-gradient(180deg, #fff 0%, #e0ecfb 100%);box-shadow:0 0 4px 0 rgba(0,0,0,0.5)}@media (min-width:767px){#myg-holder #myg .myg-chat-container{width:425px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px;left:-10px;top:5px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-style:normal;font-size:16px;font-weight:700;line-height:16px;letter-spacing:-0.3px;margin-top:10px;margin-bottom:10px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:15px;padding-left:5px}}@media only screen and (min-width:200px) and (max-width:767px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{padding:0 0 0 5px;margin:10px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:13px;margin:10px 0;letter-spacing:-0.5px;padding:0}}@media (max-width:350px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:11px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header.myg-chat-history-header{margin-right:25% !important}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-ai-header-mygooru-chat-history{width:15px;height:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon{height:15px;width:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon img{width:7px}}#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:11px;line-height:12px;margin:0;padding:20px 5px 20px 15px;background:#e3f2fd;color:var(--purple-2)}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:9px}}#myg-holder #myg .myg-chat-container .myg-text-container{padding:10px 5px 5px 10px;margin:0;background:#fff;border-bottom-left-radius:23px;border-bottom-right-radius:23px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{font-size:13px;color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6{font-size:14px;font-weight:600;color:var(--purple-2);margin:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6 strong{font-weight:600}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text.myg-user-input{background:#20A1F5;color:#fff;padding:7px 10px}@media (min-width:767px){#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{width:100%}}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-sender-label{font-size:14px;color:rgba(0,15,75,0.45)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions{border-bottom:2px solid #ddd}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-header-question{font-size:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question{margin-top:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions{padding:7px 0 0 0;margin-left:15px;font-size:12px;line-height:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions:hover{color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .error-message{font-size:14px;font-style:italic;font-weight:700}#myg-holder #myg .myg-message-input-container{margin-top:5px}#myg-holder #myg .myg-message-input-container .myg-message-input{font-size:14px;padding:5px 10px;color:#1d2331}#myg-holder #myg .myg-message-input-container .myg-message-input::placeholder{color:#999}.isDesktop #myg-holder #myg .myg-chat-container{min-height:250px}.isDesktop #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:16px;font-weight:700}.isDesktop #myg-holder #myg .myg-child-component{right:25px}.isDesktop.catalog-product-view #myg-holder{position:relative}.isDesktop.catalog-product-view #myg-holder #myg{position:absolute;top:-98px;right:0px;bottom:auto;z-index:1020 !important}.isMobile #myg-holder #myg{bottom:76px !important;left:0;right:auto}@media (max-width:768px){.isMobile #myg-holder #myg{bottom:90px !important}}.isMobile #myg-holder #myg .myg-child-component{right:25px;bottom:66px}@media (max-width:1024px){.isMobile #myg-holder #myg .myg-child-component{right:0px !important}}@media (max-width:992px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}}@media (max-width:600px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:70px;height:70px;left:-10px;top:5px}}@media (max-width:550px){.isMobile #myg-holder #myg .myg-icon{width:60px;height:60px}}.isMobile.catalog-product-view #myg-holder{position:relative !important}.isMobile.catalog-product-view #myg-holder #myg{position:absolute !important;top:-98px;right:0px;bottom:auto;z-index:1020 !important}@media (max-width:1024px){.isMobile.catalog-product-view #myg-holder #myg{right:auto;top:-55px;left:-10px}.isMobile.catalog-product-view #myg-holder #myg .myg-floating-label{display:none}}@media (max-width:500px){.isMobile.catalog-product-view #myg-holder #myg{left:-20px}}/* Intetionally left empty */</pre></body></html>