 :root {

   --font-body-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
   --font-body-style: normal;
   --font-body-weight: 400;
   --font-body-weight-bold: 700;


   --font-heading-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
   --font-heading-style: normal;
   --font-heading-weight: 400;

   --font-body-scale: 1.0;
   --font-heading-scale: 1.0;

   --color-base-text: 18, 18, 18;
   --color-shadow: 18, 18, 18;
   --color-base-background-1: 255, 255, 255;
   --color-base-background-2: 243, 243, 243;
   --color-base-solid-button-labels: 255, 255, 255;
   --color-base-outline-button-labels: 18, 18, 18;
   --color-base-accent-1: 18, 18, 18;
   --color-base-accent-2: 51, 79, 180;
   --payment-terms-background-color: #ffffff;

   --gradient-base-background-1: #ffffff;
   --gradient-base-background-2: #f3f3f3;
   --gradient-base-accent-1: #121212;
   --gradient-base-accent-2: #334fb4;

   --media-padding: px;
   --media-border-opacity: 0.05;
   --media-border-width: 1px;
   --media-radius: 0px;
   --media-shadow-opacity: 0.0;
   --media-shadow-horizontal-offset: 0px;
   --media-shadow-vertical-offset: 4px;
   --media-shadow-blur-radius: 5px;
   --media-shadow-visible: 0;

   --page-width: 128.5rem;
   --page-width-margin: 0rem;

   --product-card-image-padding: 0.0rem;
   --product-card-corner-radius: 0.0rem;
   --product-card-text-alignment: left;
   --product-card-border-width: 0.0rem;
   --product-card-border-opacity: 0.1;
   --product-card-shadow-opacity: 0.0;
   --product-card-shadow-visible: 0;
   --product-card-shadow-horizontal-offset: 0.0rem;
   --product-card-shadow-vertical-offset: 0.4rem;
   --product-card-shadow-blur-radius: 0.5rem;

   --collection-card-image-padding: 0.0rem;
   --collection-card-corner-radius: 0.0rem;
   --collection-card-text-alignment: left;
   --collection-card-border-width: 0.0rem;
   --collection-card-border-opacity: 0.1;
   --collection-card-shadow-opacity: 0.0;
   --collection-card-shadow-visible: 0;
   --collection-card-shadow-horizontal-offset: 0.0rem;
   --collection-card-shadow-vertical-offset: 0.4rem;
   --collection-card-shadow-blur-radius: 0.5rem;

   --blog-card-image-padding: 0.0rem;
   --blog-card-corner-radius: 0.0rem;
   --blog-card-text-alignment: left;
   --blog-card-border-width: 0.0rem;
   --blog-card-border-opacity: 0.1;
   --blog-card-shadow-opacity: 0.0;
   --blog-card-shadow-visible: 0;
   --blog-card-shadow-horizontal-offset: 0.0rem;
   --blog-card-shadow-vertical-offset: 0.4rem;
   --blog-card-shadow-blur-radius: 0.5rem;

   --badge-corner-radius: 4.0rem;

   --popup-border-width: 1px;
   --popup-border-opacity: 0.1;
   --popup-corner-radius: 0px;
   --popup-shadow-opacity: 0.0;
   --popup-shadow-horizontal-offset: 0px;
   --popup-shadow-vertical-offset: 4px;
   --popup-shadow-blur-radius: 5px;

   --drawer-border-width: 1px;
   --drawer-border-opacity: 0.1;
   --drawer-shadow-opacity: 0.0;
   --drawer-shadow-horizontal-offset: 0px;
   --drawer-shadow-vertical-offset: 4px;
   --drawer-shadow-blur-radius: 5px;

   --spacing-sections-desktop: 0px;
   --spacing-sections-mobile: 0px;

   --grid-desktop-vertical-spacing: 8px;
   --grid-desktop-horizontal-spacing: 8px;
   --grid-mobile-vertical-spacing: 4px;
   --grid-mobile-horizontal-spacing: 4px;

   --text-boxes-border-opacity: 0.1;
   --text-boxes-border-width: 0px;
   --text-boxes-radius: 0px;
   --text-boxes-shadow-opacity: 0.0;
   --text-boxes-shadow-visible: 0;
   --text-boxes-shadow-horizontal-offset: 0px;
   --text-boxes-shadow-vertical-offset: 4px;
   --text-boxes-shadow-blur-radius: 5px;

   --buttons-radius: 0px;
   --buttons-radius-outset: 0px;
   --buttons-border-width: 1px;
   --buttons-border-opacity: 1.0;
   --buttons-shadow-opacity: 0.0;
   --buttons-shadow-visible: 0;
   --buttons-shadow-horizontal-offset: 0px;
   --buttons-shadow-vertical-offset: 4px;
   --buttons-shadow-blur-radius: 5px;
   --buttons-border-offset: 0px;

   --inputs-radius: 0px;
   --inputs-border-width: 1px;
   --inputs-border-opacity: 0.55;
   --inputs-shadow-opacity: 0.0;
   --inputs-shadow-horizontal-offset: 0px;
   --inputs-margin-offset: 0px;
   --inputs-shadow-vertical-offset: 4px;
   --inputs-shadow-blur-radius: 5px;
   --inputs-radius-outset: 0px;

   --variant-pills-radius: 40px;
   --variant-pills-border-width: 1px;
   --variant-pills-border-opacity: 0.55;
   --variant-pills-shadow-opacity: 0.0;
   --variant-pills-shadow-horizontal-offset: 0px;
   --variant-pills-shadow-vertical-offset: 4px;
   --variant-pills-shadow-blur-radius: 5px;
 }

 *,
 *::before,
 *::after {
   box-sizing: inherit;
 }

 .object-fit-img {
   height: auto !important;
 }

 html {
   box-sizing: border-box;
   font-size: calc(var(--font-body-scale) * 62.5%);
   height: 100%;
 }

 body {
   display: grid;
   grid-template-rows: auto auto 1fr auto;
   grid-template-columns: 100%;
   min-height: 100%;
   margin: 0;
   font-size: 1.5rem;
   letter-spacing: 0.06rem;
   line-height: calc(1 + 0.8 / var(--font-body-scale));
   font-family: var(--font-body-family);
   font-style: var(--font-body-style);
   font-weight: var(--font-body-weight);
 }

 @media screen and (min-width: 750px) {
   body {
     font-size: 1.6rem;
   }
 }

 .jdgm-rev__icon {
   display: none !important;
 }

 .swal2-popup.swal2-toast {
   box-sizing: border-box;
   grid-column: 1/4 !important;
   grid-row: 1/4 !important;
   grid-template-columns: min-content auto min-content;
   padding: 1em;
   overflow-y: hidden;
   background: #fff;
   box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
   pointer-events: all
 }

 .swal2-popup.swal2-toast>* {
   grid-column: 2
 }

 .swal2-popup.swal2-toast .swal2-title {
   margin: .5em 1em;
   padding: 0;
   font-size: 1em;
   text-align: initial
 }

 .swal2-popup.swal2-toast .swal2-loading {
   justify-content: center
 }

 .swal2-popup.swal2-toast .swal2-input {
   height: 2em;
   margin: .5em;
   font-size: 1em
 }

 .swal2-popup.swal2-toast .swal2-validation-message {
   font-size: 1em
 }

 .swal2-popup.swal2-toast .swal2-footer {
   margin: .5em 0 0;
   padding: .5em 0 0;
   font-size: .8em
 }

 .swal2-popup.swal2-toast .swal2-close {
   grid-column: 3/3;
   grid-row: 1/99;
   align-self: center;
   width: .8em;
   height: .8em;
   margin: 0;
   font-size: 2em
 }

 .swal2-popup.swal2-toast .swal2-html-container {
   margin: .5em 1em;
   padding: 0;
   overflow: initial;
   font-size: 1em;
   text-align: initial
 }

 .swal2-popup.swal2-toast .swal2-html-container:empty {
   padding: 0
 }

 .swal2-popup.swal2-toast .swal2-loader {
   grid-column: 1;
   grid-row: 1/99;
   align-self: center;
   width: 2em;
   height: 2em;
   margin: .25em
 }

 .swal2-popup.swal2-toast .swal2-icon {
   grid-column: 1;
   grid-row: 1/99;
   align-self: center;
   width: 2em;
   min-width: 2em;
   height: 2em;
   margin: 0 .5em 0 0
 }

 .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
   display: flex;
   align-items: center;
   font-size: 1.8em;
   font-weight: bold
 }

 .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
   width: 2em;
   height: 2em
 }

 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
   top: .875em;
   width: 1.375em
 }

 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
   left: .3125em
 }

 .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
   right: .3125em
 }

 .swal2-popup.swal2-toast .swal2-actions {
   justify-content: flex-start;
   height: auto;
   margin: 0;
   margin-top: .5em;
   padding: 0 .5em
 }

 .swal2-popup.swal2-toast .swal2-styled {
   margin: .25em .5em;
   padding: .4em .6em;
   font-size: 1em
 }

 .swal2-popup.swal2-toast .swal2-success {
   border-color: #a5dc86
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
   position: absolute;
   width: 1.6em;
   height: 3em;
   border-radius: 50%
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
   top: -0.8em;
   left: -0.5em;
   transform: rotate(-45deg);
   transform-origin: 2em 2em;
   border-radius: 4em 0 0 4em
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
   top: -0.25em;
   left: .9375em;
   transform-origin: 0 1.5em;
   border-radius: 0 4em 4em 0
 }

 .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
   width: 2em;
   height: 2em
 }

 .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
   top: 0;
   left: .4375em;
   width: .4375em;
   height: 2.6875em
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
   height: .3125em
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
   top: 1.125em;
   left: .1875em;
   width: .75em
 }

 .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
   top: .9375em;
   right: .1875em;
   width: 1.375em
 }

 .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
   animation: swal2-toast-animate-success-line-tip .75s
 }

 .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
   animation: swal2-toast-animate-success-line-long .75s
 }

 .swal2-popup.swal2-toast.swal2-show {
   animation: swal2-toast-show .5s
 }

 .swal2-popup.swal2-toast.swal2-hide {
   animation: swal2-toast-hide .1s forwards
 }

 div:where(.swal2-container) {
   display: grid;
   position: fixed;
   z-index: 1060;
   inset: 0;
   box-sizing: border-box;
   grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
   grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
   height: 100%;
   padding: .625em;
   overflow-x: hidden;
   transition: background-color .1s;
   -webkit-overflow-scrolling: touch
 }

 div:where(.swal2-container).swal2-backdrop-show,
 div:where(.swal2-container).swal2-noanimation {
   background: rgba(0, 0, 0, .4)
 }

 div:where(.swal2-container).swal2-backdrop-hide {
   background: rgba(0, 0, 0, 0) !important
 }

 div:where(.swal2-container).swal2-top-start,
 div:where(.swal2-container).swal2-center-start,
 div:where(.swal2-container).swal2-bottom-start {
   grid-template-columns: minmax(0, 1fr) auto auto
 }

 div:where(.swal2-container).swal2-top,
 div:where(.swal2-container).swal2-center,
 div:where(.swal2-container).swal2-bottom {
   grid-template-columns: auto minmax(0, 1fr) auto
 }

 div:where(.swal2-container).swal2-top-end,
 div:where(.swal2-container).swal2-center-end,
 div:where(.swal2-container).swal2-bottom-end {
   grid-template-columns: auto auto minmax(0, 1fr)
 }

 div:where(.swal2-container).swal2-top-start>.swal2-popup {
   align-self: start
 }

 div:where(.swal2-container).swal2-top>.swal2-popup {
   grid-column: 2;
   place-self: start center
 }

 div:where(.swal2-container).swal2-top-end>.swal2-popup,
 div:where(.swal2-container).swal2-top-right>.swal2-popup {
   grid-column: 3;
   place-self: start end
 }

 div:where(.swal2-container).swal2-center-start>.swal2-popup,
 div:where(.swal2-container).swal2-center-left>.swal2-popup {
   grid-row: 2;
   align-self: center
 }

 div:where(.swal2-container).swal2-center>.swal2-popup {
   grid-column: 2;
   grid-row: 2;
   place-self: center center
 }

 div:where(.swal2-container).swal2-center-end>.swal2-popup,
 div:where(.swal2-container).swal2-center-right>.swal2-popup {
   grid-column: 3;
   grid-row: 2;
   place-self: center end
 }

 div:where(.swal2-container).swal2-bottom-start>.swal2-popup,
 div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
   grid-column: 1;
   grid-row: 3;
   align-self: end
 }

 div:where(.swal2-container).swal2-bottom>.swal2-popup {
   grid-column: 2;
   grid-row: 3;
   place-self: end center
 }

 div:where(.swal2-container).swal2-bottom-end>.swal2-popup,
 div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
   grid-column: 3;
   grid-row: 3;
   place-self: end end
 }

 div:where(.swal2-container).swal2-grow-row>.swal2-popup,
 div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
   grid-column: 1/4;
   width: 100%
 }

 div:where(.swal2-container).swal2-grow-column>.swal2-popup,
 div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
   grid-row: 1/4;
   align-self: stretch
 }

 div:where(.swal2-container).swal2-no-transition {
   transition: none !important
 }

 div:where(.swal2-container) div:where(.swal2-popup) {
   display: none;
   position: relative;
   box-sizing: border-box;
   grid-template-columns: minmax(0, 100%);
   width: 32em;
   max-width: 100%;
   padding: 0 0 1.25em;
   border: none;
   border-radius: 5px;
   background: #fff;
   color: #545454;
   font-family: inherit;
   font-size: 1rem
 }

 div:where(.swal2-container) div:where(.swal2-popup):focus {
   outline: none
 }

 div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
   overflow-y: hidden
 }

 div:where(.swal2-container) h2:where(.swal2-title) {
   position: relative;
   max-width: 100%;
   margin: 0;
   padding: .8em 1em 0;
   color: inherit;
   font-size: 1.875em;
   font-weight: 600;
   text-align: center;
   text-transform: none;
   word-wrap: break-word
 }

 div:where(.swal2-container) div:where(.swal2-actions) {
   display: flex;
   z-index: 1;
   box-sizing: border-box;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: auto;
   margin: 1.25em auto 0;
   padding: 0
 }

 div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
   opacity: .4
 }

 div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
   background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
 }

 div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
   background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
 }

 div:where(.swal2-container) div:where(.swal2-loader) {
   display: none;
   align-items: center;
   justify-content: center;
   width: 2.2em;
   height: 2.2em;
   margin: 0 1.875em;
   animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
   border-width: .25em;
   border-style: solid;
   border-radius: 100%;
   border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
 }

 div:where(.swal2-container) button:where(.swal2-styled) {
   margin: .3125em;
   padding: .625em 1.1em;
   transition: box-shadow .1s;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
   font-weight: 500
 }

 div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
   cursor: pointer
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
   border: 0;
   border-radius: .25em;
   background: initial;
   background-color: #7066e0;
   color: #fff;
   font-size: 1em
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
   box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
   border: 0;
   border-radius: .25em;
   background: initial;
   background-color: #dc3741;
   color: #fff;
   font-size: 1em
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
   box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
   border: 0;
   border-radius: .25em;
   background: initial;
   background-color: #6e7881;
   color: #fff;
   font-size: 1em
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
   box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
 }

 div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
   box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
 }

 div:where(.swal2-container) button:where(.swal2-styled):focus {
   outline: none
 }

 div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
   border: 0
 }

 div:where(.swal2-container) div:where(.swal2-footer) {
   margin: 1em 0 0;
   padding: 1em 1em 0;
   border-top: 1px solid #eee;
   color: inherit;
   font-size: 1em;
   text-align: center
 }

 div:where(.swal2-container) .swal2-timer-progress-bar-container {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   grid-column: auto !important;
   overflow: hidden;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px
 }

 div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
   width: 100%;
   height: .25em;
   background: rgba(0, 0, 0, .2)
 }

 div:where(.swal2-container) img:where(.swal2-image) {
   max-width: 100%;
   margin: 2em auto 1em
 }

 div:where(.swal2-container) button:where(.swal2-close) {
   z-index: 2;
   align-items: center;
   justify-content: center;
   width: 1.2em;
   height: 1.2em;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: -1.2em;
   padding: 0;
   overflow: hidden;
   transition: color .1s, box-shadow .1s;
   border: none;
   border-radius: 5px;
   background: rgba(0, 0, 0, 0);
   color: #ccc;
   font-family: monospace;
   font-size: 2.5em;
   cursor: pointer;
   justify-self: end
 }

 div:where(.swal2-container) button:where(.swal2-close):hover {
   transform: none;
   background: rgba(0, 0, 0, 0);
   color: #f27474
 }

 div:where(.swal2-container) button:where(.swal2-close):focus {
   outline: none;
   box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
 }

 div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
   border: 0
 }

 div:where(.swal2-container) .swal2-html-container {
   z-index: 1;
   justify-content: center;
   margin: 1em 1.6em .3em;
   padding: 0;
   overflow: auto;
   color: inherit;
   font-size: 1.125em;
   font-weight: normal;
   line-height: normal;
   text-align: center;
   word-wrap: break-word;
   word-break: break-word
 }

 div:where(.swal2-container) input:where(.swal2-input),
 div:where(.swal2-container) input:where(.swal2-file),
 div:where(.swal2-container) textarea:where(.swal2-textarea),
 div:where(.swal2-container) select:where(.swal2-select),
 div:where(.swal2-container) div:where(.swal2-radio),
 div:where(.swal2-container) label:where(.swal2-checkbox) {
   margin: 1em 2em 3px
 }

 div:where(.swal2-container) input:where(.swal2-input),
 div:where(.swal2-container) input:where(.swal2-file),
 div:where(.swal2-container) textarea:where(.swal2-textarea) {
   box-sizing: border-box;
   width: auto;
   transition: border-color .1s, box-shadow .1s;
   border: 1px solid #d9d9d9;
   border-radius: .1875em;
   background: rgba(0, 0, 0, 0);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
   color: inherit;
   font-size: 1.125em
 }

 div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
 div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
 div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
   border-color: #f27474 !important;
   box-shadow: 0 0 2px #f27474 !important
 }

 div:where(.swal2-container) input:where(.swal2-input):focus,
 div:where(.swal2-container) input:where(.swal2-file):focus,
 div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
   border: 1px solid #b4dbed;
   outline: none;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
 }

 div:where(.swal2-container) input:where(.swal2-input)::placeholder,
 div:where(.swal2-container) input:where(.swal2-file)::placeholder,
 div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
   color: #ccc
 }

 div:where(.swal2-container) .swal2-range {
   margin: 1em 2em 3px;
   background: #fff
 }

 div:where(.swal2-container) .swal2-range input {
   width: 80%
 }

 div:where(.swal2-container) .swal2-range output {
   width: 20%;
   color: inherit;
   font-weight: 600;
   text-align: center
 }

 div:where(.swal2-container) .swal2-range input,
 div:where(.swal2-container) .swal2-range output {
   height: 2.625em;
   padding: 0;
   font-size: 1.125em;
   line-height: 2.625em
 }

 div:where(.swal2-container) .swal2-input {
   height: 2.625em;
   padding: 0 .75em
 }

 div:where(.swal2-container) .swal2-file {
   width: 75%;
   margin-right: auto;
   margin-left: auto;
   background: rgba(0, 0, 0, 0);
   font-size: 1.125em
 }

 div:where(.swal2-container) .swal2-textarea {
   height: 6.75em;
   padding: .75em
 }

 div:where(.swal2-container) .swal2-select {
   min-width: 50%;
   max-width: 100%;
   padding: .375em .625em;
   background: rgba(0, 0, 0, 0);
   color: inherit;
   font-size: 1.125em
 }

 div:where(.swal2-container) .swal2-radio,
 div:where(.swal2-container) .swal2-checkbox {
   align-items: center;
   justify-content: center;
   background: #fff;
   color: inherit
 }

 div:where(.swal2-container) .swal2-radio label,
 div:where(.swal2-container) .swal2-checkbox label {
   margin: 0 .6em;
   font-size: 1.125em
 }

 div:where(.swal2-container) .swal2-radio input,
 div:where(.swal2-container) .swal2-checkbox input {
   flex-shrink: 0;
   margin: 0 .4em
 }

 div:where(.swal2-container) label:where(.swal2-input-label) {
   display: flex;
   justify-content: center;
   margin: 1em auto 0
 }

 div:where(.swal2-container) div:where(.swal2-validation-message) {
   align-items: center;
   justify-content: center;
   margin: 1em 0 0;
   padding: .625em;
   overflow: hidden;
   background: #f0f0f0;
   color: #666;
   font-size: 1em;
   font-weight: 300
 }

 div:where(.swal2-container) div:where(.swal2-validation-message)::before {
   content: "!";
   display: inline-block;
   width: 1.5em;
   min-width: 1.5em;
   height: 1.5em;
   margin: 0 .625em;
   border-radius: 50%;
   background-color: #f27474;
   color: #fff;
   font-weight: 600;
   line-height: 1.5em;
   text-align: center
 }

 div:where(.swal2-container) .swal2-progress-steps {
   flex-wrap: wrap;
   align-items: center;
   max-width: 100%;
   margin: 1.25em auto;
   padding: 0;
   background: rgba(0, 0, 0, 0);
   font-weight: 600
 }

 div:where(.swal2-container) .swal2-progress-steps li {
   display: inline-block;
   position: relative
 }

 div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
   z-index: 20;
   flex-shrink: 0;
   width: 2em;
   height: 2em;
   border-radius: 2em;
   background: #2778c4;
   color: #fff;
   line-height: 2em;
   text-align: center
 }

 div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
   background: #2778c4
 }

 div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
   background: #add8e6;
   color: #fff
 }

 div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
   background: #add8e6
 }

 div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
   z-index: 10;
   flex-shrink: 0;
   width: 2.5em;
   height: .4em;
   margin: 0 -1px;
   background: #2778c4
 }

 div:where(.swal2-icon) {
   position: relative;
   box-sizing: content-box;
   justify-content: center;
   width: 5em;
   height: 5em;
   margin: 2.5em auto .6em;
   border: 0.25em solid rgba(0, 0, 0, 0);
   border-radius: 50%;
   border-color: #000;
   font-family: inherit;
   line-height: 5em;
   cursor: default;
   user-select: none
 }

 div:where(.swal2-icon) .swal2-icon-content {
   display: flex;
   align-items: center;
   font-size: 3.75em
 }

 div:where(.swal2-icon).swal2-error {
   border-color: #f27474;
   color: #f27474
 }

 div:where(.swal2-icon).swal2-error .swal2-x-mark {
   position: relative;
   flex-grow: 1
 }

 div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
   display: block;
   position: absolute;
   top: 2.3125em;
   width: 2.9375em;
   height: .3125em;
   border-radius: .125em;
   background-color: #f27474
 }

 div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
   left: 1.0625em;
   transform: rotate(45deg)
 }

 div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
   right: 1em;
   transform: rotate(-45deg)
 }

 div:where(.swal2-icon).swal2-error.swal2-icon-show {
   animation: swal2-animate-error-icon .5s
 }

 div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
   animation: swal2-animate-error-x-mark .5s
 }

 div:where(.swal2-icon).swal2-warning {
   border-color: #facea8;
   color: #f8bb86
 }

 div:where(.swal2-icon).swal2-warning.swal2-icon-show {
   animation: swal2-animate-error-icon .5s
 }

 div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
   animation: swal2-animate-i-mark .5s
 }

 div:where(.swal2-icon).swal2-info {
   border-color: #9de0f6;
   color: #3fc3ee
 }

 div:where(.swal2-icon).swal2-info.swal2-icon-show {
   animation: swal2-animate-error-icon .5s
 }

 div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
   animation: swal2-animate-i-mark .8s
 }

 div:where(.swal2-icon).swal2-question {
   border-color: #c9dae1;
   color: #87adbd
 }

 div:where(.swal2-icon).swal2-question.swal2-icon-show {
   animation: swal2-animate-error-icon .5s
 }

 div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
   animation: swal2-animate-question-mark .8s
 }

 div:where(.swal2-icon).swal2-success {
   border-color: #a5dc86;
   color: #a5dc86
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
   position: absolute;
   width: 3.75em;
   height: 7.5em;
   border-radius: 50%
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
   top: -0.4375em;
   left: -2.0635em;
   transform: rotate(-45deg);
   transform-origin: 3.75em 3.75em;
   border-radius: 7.5em 0 0 7.5em
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
   top: -0.6875em;
   left: 1.875em;
   transform: rotate(-45deg);
   transform-origin: 0 3.75em;
   border-radius: 0 7.5em 7.5em 0
 }

 div:where(.swal2-icon).swal2-success .swal2-success-ring {
   position: absolute;
   z-index: 2;
   top: -0.25em;
   left: -0.25em;
   box-sizing: content-box;
   width: 100%;
   height: 100%;
   border: .25em solid rgba(165, 220, 134, .3);
   border-radius: 50%
 }

 div:where(.swal2-icon).swal2-success .swal2-success-fix {
   position: absolute;
   z-index: 1;
   top: .5em;
   left: 1.625em;
   width: .4375em;
   height: 5.625em;
   transform: rotate(-45deg)
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
   display: block;
   position: absolute;
   z-index: 2;
   height: .3125em;
   border-radius: .125em;
   background-color: #a5dc86
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
   top: 2.875em;
   left: .8125em;
   width: 1.5625em;
   transform: rotate(45deg)
 }

 div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
   top: 2.375em;
   right: .5em;
   width: 2.9375em;
   transform: rotate(-45deg)
 }

 div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
   animation: swal2-animate-success-line-tip .75s
 }

 div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
   animation: swal2-animate-success-line-long .75s
 }

 div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
   animation: swal2-rotate-success-circular-line 4.25s ease-in
 }

 [class^=swal2] {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
 }

 .swal2-show {
   animation: swal2-show .3s
 }

 .swal2-hide {
   animation: swal2-hide .15s forwards
 }

 .swal2-noanimation {
   transition: none
 }

 .swal2-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll
 }

 .swal2-rtl .swal2-close {
   margin-right: initial;
   margin-left: 0
 }

 .swal2-rtl .swal2-timer-progress-bar {
   right: 0;
   left: auto
 }

 @keyframes swal2-toast-show {
   0% {
     transform: translateY(-0.625em) rotateZ(2deg)
   }

   33% {
     transform: translateY(0) rotateZ(-2deg)
   }

   66% {
     transform: translateY(0.3125em) rotateZ(2deg)
   }

   100% {
     transform: translateY(0) rotateZ(0deg)
   }
 }

 @keyframes swal2-toast-hide {
   100% {
     transform: rotateZ(1deg);
     opacity: 0
   }
 }

 @keyframes swal2-toast-animate-success-line-tip {
   0% {
     top: .5625em;
     left: .0625em;
     width: 0
   }

   54% {
     top: .125em;
     left: .125em;
     width: 0
   }

   70% {
     top: .625em;
     left: -0.25em;
     width: 1.625em
   }

   84% {
     top: 1.0625em;
     left: .75em;
     width: .5em
   }

   100% {
     top: 1.125em;
     left: .1875em;
     width: .75em
   }
 }

 @keyframes swal2-toast-animate-success-line-long {
   0% {
     top: 1.625em;
     right: 1.375em;
     width: 0
   }

   65% {
     top: 1.25em;
     right: .9375em;
     width: 0
   }

   84% {
     top: .9375em;
     right: 0;
     width: 1.125em
   }

   100% {
     top: .9375em;
     right: .1875em;
     width: 1.375em
   }
 }

 @keyframes swal2-show {
   0% {
     transform: scale(0.7)
   }

   45% {
     transform: scale(1.05)
   }

   80% {
     transform: scale(0.95)
   }

   100% {
     transform: scale(1)
   }
 }

 @keyframes swal2-hide {
   0% {
     transform: scale(1);
     opacity: 1
   }

   100% {
     transform: scale(0.5);
     opacity: 0
   }
 }

 @keyframes swal2-animate-success-line-tip {
   0% {
     top: 1.1875em;
     left: .0625em;
     width: 0
   }

   54% {
     top: 1.0625em;
     left: .125em;
     width: 0
   }

   70% {
     top: 2.1875em;
     left: -0.375em;
     width: 3.125em
   }

   84% {
     top: 3em;
     left: 1.3125em;
     width: 1.0625em
   }

   100% {
     top: 2.8125em;
     left: .8125em;
     width: 1.5625em
   }
 }

 @keyframes swal2-animate-success-line-long {
   0% {
     top: 3.375em;
     right: 2.875em;
     width: 0
   }

   65% {
     top: 3.375em;
     right: 2.875em;
     width: 0
   }

   84% {
     top: 2.1875em;
     right: 0;
     width: 3.4375em
   }

   100% {
     top: 2.375em;
     right: .5em;
     width: 2.9375em
   }
 }

 @keyframes swal2-rotate-success-circular-line {
   0% {
     transform: rotate(-45deg)
   }

   5% {
     transform: rotate(-45deg)
   }

   12% {
     transform: rotate(-405deg)
   }

   100% {
     transform: rotate(-405deg)
   }
 }

 @keyframes swal2-animate-error-x-mark {
   0% {
     margin-top: 1.625em;
     transform: scale(0.4);
     opacity: 0
   }

   50% {
     margin-top: 1.625em;
     transform: scale(0.4);
     opacity: 0
   }

   80% {
     margin-top: -0.375em;
     transform: scale(1.15)
   }

   100% {
     margin-top: 0;
     transform: scale(1);
     opacity: 1
   }
 }

 @keyframes swal2-animate-error-icon {
   0% {
     transform: rotateX(100deg);
     opacity: 0
   }

   100% {
     transform: rotateX(0deg);
     opacity: 1
   }
 }

 @keyframes swal2-rotate-loading {
   0% {
     transform: rotate(0deg)
   }

   100% {
     transform: rotate(360deg)
   }
 }

 @keyframes swal2-animate-question-mark {
   0% {
     transform: rotateY(-360deg)
   }

   100% {
     transform: rotateY(0)
   }
 }

 @keyframes swal2-animate-i-mark {
   0% {
     transform: rotateZ(45deg);
     opacity: 0
   }

   25% {
     transform: rotateZ(-25deg);
     opacity: .4
   }

   50% {
     transform: rotateZ(15deg);
     opacity: .8
   }

   75% {
     transform: rotateZ(-5deg);
     opacity: 1
   }

   100% {
     transform: rotateX(0);
     opacity: 1
   }
 }

 body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
   overflow: hidden
 }

 body.swal2-height-auto {
   height: auto !important
 }

 body.swal2-no-backdrop .swal2-container {
   background-color: rgba(0, 0, 0, 0) !important;
   pointer-events: none
 }

 body.swal2-no-backdrop .swal2-container .swal2-popup {
   pointer-events: all
 }

 body.swal2-no-backdrop .swal2-container .swal2-modal {
   box-shadow: 0 0 10px rgba(0, 0, 0, .4)
 }

 @media print {
   body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
     overflow-y: scroll !important
   }

   body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
     display: none
   }

   body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
     position: static !important
   }
 }

 body.swal2-toast-shown .swal2-container {
   box-sizing: border-box;
   width: 360px;
   max-width: 100%;
   background-color: rgba(0, 0, 0, 0);
   pointer-events: none
 }

 body.swal2-toast-shown .swal2-container.swal2-top {
   inset: 0 auto auto 50%;
   transform: translateX(-50%)
 }

 body.swal2-toast-shown .swal2-container.swal2-top-end,
 body.swal2-toast-shown .swal2-container.swal2-top-right {
   inset: 0 0 auto auto
 }

 body.swal2-toast-shown .swal2-container.swal2-top-start,
 body.swal2-toast-shown .swal2-container.swal2-top-left {
   inset: 0 auto auto 0
 }

 body.swal2-toast-shown .swal2-container.swal2-center-start,
 body.swal2-toast-shown .swal2-container.swal2-center-left {
   inset: 50% auto auto 0;
   transform: translateY(-50%)
 }

 body.swal2-toast-shown .swal2-container.swal2-center {
   inset: 50% auto auto 50%;
   transform: translate(-50%, -50%)
 }

 body.swal2-toast-shown .swal2-container.swal2-center-end,
 body.swal2-toast-shown .swal2-container.swal2-center-right {
   inset: 50% 0 auto auto;
   transform: translateY(-50%)
 }

 body.swal2-toast-shown .swal2-container.swal2-bottom-start,
 body.swal2-toast-shown .swal2-container.swal2-bottom-left {
   inset: auto auto 0 0
 }

 body.swal2-toast-shown .swal2-container.swal2-bottom {
   inset: auto auto 0 50%;
   transform: translateX(-50%)
 }

 body.swal2-toast-shown .swal2-container.swal2-bottom-end,
 body.swal2-toast-shown .swal2-container.swal2-bottom-right {
   inset: auto 0 0 auto
 }

 .swym-ui-component *,
 .swym-ui-component .swym-is-button,
 .swym-ui-component .swym-is-anchor,
 .swym-ui-component .swym-title,
 .swym-ui-component .swym-heading,
 .swym-ui-component .swym-label {
   font-size: 100%;
   font: inherit;
   line-height: 1.4em;
   vertical-align: baseline;
   box-sizing: border-box;
   border: 0;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-transform: none;
   text-align: left
 }

 .swym-ui-component .swym-is-button {
   text-align: left;
   background: inherit;
   height: auto;
   width: auto;
   z-index: auto;
   display: inline-block;
   background: 0;
   border: 0;
   text-transform: none;
   bottom: auto;
   box-shadow: none;
   clear: none;
   cursor: pointer;
   font-family: inherit;
   font-size: medium;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   height: auto;
   left: auto;
   letter-spacing: normal;
   line-height: normal;
   margin: 0;
   max-height: none;
   max-width: none;
   min-height: 0;
   min-width: 0;
   opacity: 1;
   padding: 0;
   position: static;
   right: auto;
   text-align: inherit;
   text-decoration: none;
   text-transform: none;
   top: auto;
   transform: none;
   visibility: visible
 }

 .swym-ui-component .swym-is-anchor {
   opacity: 1;
   cursor: pointer;
   text-decoration: none;
   touch-action: manipulation
 }

 .swym-ui-component .swym-is-anchor:focus {
   outline-color: #4d90fe;
   outline-offset: -2px;
   outline-style: auto;
   outline-width: 5px
 }

 .swym-ui-component .swym-is-anchor.swym-disabled {
   cursor: not-allowed;
   opacity: .6
 }

 .swym-ui-component .swym-is-anchor:hover {
   text-decoration: underline
 }

 .swym-ui-component b,
 .swym-ui-component strong {
   font-weight: bold;
   margin: 0px;
   padding: 0px
 }

 .swym-ui-component ol,
 .swym-ui-component ul {
   list-style: none;
   margin: 0px;
   padding: 0px
 }

 .swym-ui-component table {
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0px;
   padding: 0px
 }

 .swym-button.swym-add-to-watchlist-view-product:not(.swym-loaded) {
   display: none
 }

 .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) {
   display: none
 }

 body:not(.swym-buttons-loaded) .swym-button.swym-add-to-wishlist-view-product {
   display: none
 }

 body:not(.swym-buttons-loaded) .swym-button.swym-add-to-watchlist-view-product {
   display: none
 }

 body:not(.swym-buttons-loaded) .swym-btn-container .swym-button.swym-add-to-wishlist {
   display: none
 }

 body:not(.swym-buttons-loaded) .swym-btn-container .swym-button.swym-add-to-wishlist+.swym-fave-count {
   display: none
 }

 body:not(.swym-buttons-loaded) .swym-btn-container .swym-button.swym-add-to-watchlist {
   display: none
 }

 .swym-btn-container .swym-button.swym-add-to-wishlist:not(.swym-loaded) {
   display: none
 }

 .swym-btn-container .swym-button.swym-add-to-wishlist:not(.swym-loaded)+.swym-fave-count {
   display: none
 }

 .swym-btn-container .swym-button.swym-add-to-watchlist:not(.swym-loaded) {
   display: none
 }

 .swym-modal-active {
   overflow: hidden
 }

 i.swym-icon {
   font-style: normal
 }

 i.swym-launcher-header-icon {
   font-family: "swym-font";
   font-style: normal;
   vertical-align: middle
 }

 i.swym-launcher-header-icon+span {
   vertical-align: middle
 }

 i.swym-launcher-header-icon:after {
   content: "";
   font-size: 130%;
   line-height: 18px;
   text-align: center;
   display: inline
 }

 .swym-ready i.swym-launcher-header-icon:after {
   content: ""
 }

 .swym-ui-components.swym-is-iphone.swym-is-safari .swym-no-zoom-fix,
 .swym-ui-component.swym-is-iphone.swym-is-safari .swym-no-zoom-fix {
   font-size: 16px !important;
   line-height: unset !important
 }

 .swym-ui-components.swym-is-iphone.swym-is-safari .swym-no-zoom-fix-size,
 .swym-ui-component.swym-is-iphone.swym-is-safari .swym-no-zoom-fix-size {
   font-size: 16px !important;
   transform-origin: top left;
   transform: scale(0.75) !important;
   border-width: 1.333333px !important;
   margin-right: -25% !important
 }

 .swym-ui-components .swym-input,
 .swym-ui-component .swym-input {
   background: #fff;
   padding: .7em;
   border-radius: 0;
   border: 1px solid #ddd;
   box-sizing: border-box
 }

 .swym-ui-components .swym-input:focus,
 .swym-ui-component .swym-input:focus {
   outline-color: #c00
 }

 .swym-ui-components .swym-input::selection,
 .swym-ui-component .swym-input::selection {
   background: #b9d7fa;
   color: #000
 }

 .swym-ui-components .swym-input-has-error .swym-input-label,
 .swym-ui-component .swym-input-has-error .swym-input-label {
   color: #c00 !important
 }

 .swym-ui-components .swym-input-has-error input,
 .swym-ui-components .swym-input-has-error textarea,
 .swym-ui-component .swym-input-has-error input,
 .swym-ui-component .swym-input-has-error textarea {
   border: 1px solid #c00 !important
 }

 .swym-ui-components .swym-input-has-error input:focus,
 .swym-ui-components .swym-input-has-error textarea:focus,
 .swym-ui-component .swym-input-has-error input:focus,
 .swym-ui-component .swym-input-has-error textarea:focus {
   outline-color: #c00
 }

 .swym-ui-components .swym-input-has-error .swym-error-msg,
 .swym-ui-components .swym-input-has-error .error-msg,
 .swym-ui-component .swym-input-has-error .swym-error-msg,
 .swym-ui-component .swym-input-has-error .error-msg {
   font-size: 12px;
   line-height: 14px;
   letter-spacing: .05em;
   color: #c00;
   font-style: italic
 }

 .swym-ui-components .swym-has-required .swym-input-label,
 .swym-ui-components .swym-has-required .swym-label,
 .swym-ui-component .swym-has-required .swym-input-label,
 .swym-ui-component .swym-has-required .swym-label {
   display: inline-block
 }

 .swym-ui-components .swym-has-required .swym-input-label::after,
 .swym-ui-components .swym-has-required .swym-label::after,
 .swym-ui-component .swym-has-required .swym-input-label::after,
 .swym-ui-component .swym-has-required .swym-label::after {
   font-size: 1.3em;
   content: "*";
   color: #db3a1a;
   margin-left: .1em
 }

 .swym-ui-components .swym-icon,
 .swym-ui-component .swym-icon {
   display: initial
 }

 .swym-ui-components .swym-icon::before,
 .swym-ui-component .swym-icon::before {
   font-family: "swym-font" !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
 }

 .swym-ui-components .swym-htc-bg-1,
 .swym-ui-component .swym-htc-bg-1 {
   background: #42445c
 }

 .swym-ui-components .swym-color-1,
 .swym-ui-component .swym-color-1 {
   color: #787878
 }

 .swym-ui-components .swym-color-3,
 .swym-ui-component .swym-color-3 {
   color: #62636b
 }

 .swym-ui-components .swym-color-4,
 .swym-ui-component .swym-color-4 {
   color: #fff
 }

 .swym-ui-components .swym-color-5,
 .swym-ui-component .swym-color-5 {
   color: #434655
 }

 .swym-ui-components .swym-color-6,
 .swym-ui-component .swym-color-6 {
   color: #f8f8f8
 }

 .swym-ui-components .swym-color-7,
 .swym-ui-component .swym-color-7 {
   color: #6f6f6f
 }

 .swym-ui-components .swym-bg-3,
 .swym-ui-component .swym-bg-3 {
   background: #a8a8a9
 }

 .swym-ui-components .swym-bg-4,
 .swym-ui-component .swym-bg-4 {
   background: rgba(0, 0, 1, .5)
 }

 .swym-ui-components .swym-bg-5,
 .swym-ui-component .swym-bg-5 {
   background: #000
 }

 .swym-ui-components .swym-bg-6,
 .swym-ui-component .swym-bg-6 {
   background: #fff
 }

 .swym-ui-components .swym-color-2,
 .swym-ui-component .swym-color-2 {
   color: #42445c
 }

 .swym-ui-components .swym-bg-2,
 .swym-ui-component .swym-bg-2 {
   background: #434655
 }

 .swym-ui-components .swym-border-color-1,
 .swym-ui-component .swym-border-color-1 {
   border-color: #434655
 }

 .swym-ui-components .swym-highlight-1,
 .swym-ui-component .swym-highlight-1 {
   color: #2d439b
 }

 .swym-ui-components .swym-hover-color-1:hover,
 .swym-ui-component .swym-hover-color-1:hover {
   color: #2d439b
 }

 .swym-ui-components .swym-hover-bg-1:hover,
 .swym-ui-component .swym-hover-bg-1:hover {
   background: #f0f0f0
 }

 .swym-ui-components .swym-hover-bg-2:hover,
 .swym-ui-component .swym-hover-bg-2:hover {
   background: rgba(0, 0, 1, .5)
 }

 .swym-ui-components .swym-hover-bg-3:hover,
 .swym-ui-component .swym-hover-bg-3:hover {
   background: #f8f9ff
 }

 .swym-ui-components div:empty,
 .swym-ui-component div:empty {
   display: block
 }

 .swym-alert-red {
   color: #c00
 }

 .swym-info-grey {
   color: #666
 }

 .swym-text-md {
   font-size: 12px
 }

 :root {
   --swym-remind-cta-bg-color: #00a65a;
   --swym-remind-cta-text-color: white;
   --swym-remind-cta-bg-color-v2: #000000;
   --swym-remind-cta-text-color-v2: white;
   --swym-subscribe-success-bg-color: #AEE9D1;
   --swym-subscribe-success-text-color: #202223;
   --swym-recently-viewed-pointer-pos: 92%
 }

 #swym-plugin.swym-ready,
 #swym-hosted-plugin.swym-ready {
   display: block
 }

 #swym-plugin #swym-anchor,
 #swym-hosted-plugin #swym-anchor {
   position: fixed;
   margin-top: -15px;
   opacity: .7;
   z-index: 100000000
 }

 #swym-plugin #swym-anchor[data-position=left],
 #swym-hosted-plugin #swym-anchor[data-position=left] {
   left: 0px;
   bottom: 50%;
   right: initial
 }

 #swym-plugin #swym-anchor[data-position=left] .swym-anchor-badge,
 #swym-hosted-plugin #swym-anchor[data-position=left] .swym-anchor-badge {
   top: -12px;
   right: -12px
 }

 #swym-plugin #swym-anchor[data-position=right],
 #swym-hosted-plugin #swym-anchor[data-position=right] {
   right: 0px;
   bottom: 50%
 }

 #swym-plugin #swym-anchor[data-position=right] .swym-anchor-badge,
 #swym-hosted-plugin #swym-anchor[data-position=right] .swym-anchor-badge {
   top: -12px;
   left: -12px
 }

 #swym-plugin #swym-anchor .swym-anchor-badge,
 #swym-hosted-plugin #swym-anchor .swym-anchor-badge {
   visibility: hidden;
   position: absolute;
   background: #ff4500;
   z-index: 1;
   width: 26px;
   text-align: center;
   box-sizing: border-box;
   font-size: 10px;
   color: #fff;
   border-radius: 100%;
   height: 26px;
   line-height: 20px;
   font-weight: bold;
   border: 1px solid #e83737;
   text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
   box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
   max-width: 26px;
   text-overflow: ellipsis;
   overflow: hidden;
   padding: 2px
 }

 #swym-plugin #swym-anchor .swym-anchor-badge.show-badge,
 #swym-hosted-plugin #swym-anchor .swym-anchor-badge.show-badge {
   visibility: visible
 }

 #swym-plugin #swym-anchor .swym-anchor-badge.update-badge,
 #swym-hosted-plugin #swym-anchor .swym-anchor-badge.update-badge {
   visibility: visible
 }

 #swym-plugin #swym-anchor a,
 #swym-hosted-plugin #swym-anchor a {
   display: block;
   padding: 0 15px 0 36px;
   height: 30px;
   display: block;
   color: #fff;
   line-height: 30px;
   text-align: center;
   font-size: 12px;
   text-transform: uppercase;
   text-decoration: none;
   box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   position: relative
 }

 #swym-plugin #swym-anchor i,
 #swym-hosted-plugin #swym-anchor i {
   display: block;
   position: absolute;
   width: 20px;
   height: 20px;
   left: 8px;
   top: 50%;
   margin-top: -10px
 }

 #swym-plugin #swym-anchor.swym-heart i,
 #swym-hosted-plugin #swym-anchor.swym-heart i {
   background: none
 }

 #swym-plugin #swym-anchor.swym-heart i:after,
 #swym-hosted-plugin #swym-anchor.swym-heart i:after {
   font-family: "swym-font";
   position: absolute;
   top: -1px;
   bottom: 0px;
   width: 100%;
   left: 0px;
   font-size: 20px;
   text-indent: 0px;
   line-height: 100%;
   content: ""
 }

 #swym-plugin #swym-anchor.swym-star i,
 #swym-hosted-plugin #swym-anchor.swym-star i {
   background: none
 }

 #swym-plugin #swym-anchor.swym-star i:after,
 #swym-hosted-plugin #swym-anchor.swym-star i:after {
   font-family: "swym-font";
   position: absolute;
   top: -1px;
   bottom: 0px;
   width: 100%;
   left: 0px;
   font-size: 20px;
   text-indent: 0px;
   line-height: 100%;
   content: ""
 }

 #swym-plugin #swym-anchor.swym-thumbs-o-up i,
 #swym-hosted-plugin #swym-anchor.swym-thumbs-o-up i {
   background: none
 }

 #swym-plugin #swym-anchor.swym-thumbs-o-up i:after,
 #swym-hosted-plugin #swym-anchor.swym-thumbs-o-up i:after {
   font-family: "swym-font";
   position: absolute;
   top: -1px;
   bottom: 0px;
   width: 100%;
   left: 0px;
   font-size: 20px;
   text-indent: 0px;
   line-height: 100%;
   content: ""
 }

 #swym-plugin #swym-anchor:hover,
 #swym-hosted-plugin #swym-anchor:hover {
   opacity: 1
 }

 #swym-plugin #swym-anchor[data-position=bottom-left],
 #swym-hosted-plugin #swym-anchor[data-position=bottom-left] {
   left: 10px;
   bottom: 10px;
   right: initial;
   opacity: 1
 }

 #swym-plugin #swym-anchor[data-position=bottom-left] a,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-left] a {
   width: 40px;
   height: 40px;
   display: block;
   text-indent: -9999px;
   padding-left: 15px
 }

 #swym-plugin #swym-anchor[data-position=bottom-left] i,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-left] i {
   left: 50%;
   margin-left: -10px
 }

 #swym-plugin #swym-anchor[data-position=bottom-left] .swym-anchor-badge,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-left] .swym-anchor-badge {
   top: -12px;
   right: -12px
 }

 #swym-plugin #swym-anchor[data-position=bottom-right],
 #swym-hosted-plugin #swym-anchor[data-position=bottom-right] {
   right: 10px;
   bottom: 10px;
   opacity: 1
 }

 #swym-plugin #swym-anchor[data-position=bottom-right] a,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-right] a {
   width: 40px;
   height: 40px;
   display: block;
   text-indent: -9999px;
   padding-left: 15px
 }

 #swym-plugin #swym-anchor[data-position=bottom-right] i,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-right] i {
   left: 50%;
   margin-left: -10px
 }

 #swym-plugin #swym-anchor[data-position=bottom-right] .swym-anchor-badge,
 #swym-hosted-plugin #swym-anchor[data-position=bottom-right] .swym-anchor-badge {
   top: -12px;
   left: -12px
 }

 #swym-plugin.hide-anchor #swym-anchor,
 #swym-hosted-plugin.hide-anchor #swym-anchor {
   display: none !important
 }

 #swym-plugin.swym-disallowed #swym-anchor,
 #swym-hosted-plugin.swym-disallowed #swym-anchor {
   width: 40px
 }

 #swym-plugin.swym-disallowed #swym-anchor a,
 #swym-hosted-plugin.swym-disallowed #swym-anchor a {
   width: 40px;
   height: 40px;
   text-indent: -9999px;
   padding-left: 15px;
   display: block
 }

 #swym-plugin.swym-disallowed #swym-anchor i,
 #swym-hosted-plugin.swym-disallowed #swym-anchor i {
   left: 50%;
   margin-left: -10px
 }

 @media all and (max-width: 570px) {

   #swym-plugin #swym-anchor,
   #swym-hosted-plugin #swym-anchor {
     right: 10px;
     bottom: 10px;
     opacity: 1
   }

   #swym-plugin #swym-anchor a,
   #swym-hosted-plugin #swym-anchor a {
     width: 40px;
     height: 40px;
     display: block;
     text-indent: -9999px;
     padding-left: 15px
   }

   #swym-plugin #swym-anchor i,
   #swym-hosted-plugin #swym-anchor i {
     left: 50%;
     margin-left: -10px
   }
 }

 .swym-notifications-container {
   position: fixed;
   z-index: 9999999999;
   width: 300px;
   box-shadow: 0 0 25px rgba(0, 0, 0, .2);
   color: #fff;
   transition: all .3s ease-out
 }

 .swym-notifications-container.swymTopCenter {
   top: 0;
   left: calc(50% - 150px);
   transform: translateY(-500px)
 }

 .swym-notifications-container.swymTopCenter.swym-showing {
   transform: translateY(0px)
 }

 .swym-notifications-container.swymTopRight {
   top: 20px;
   right: 0;
   transform: translateX(300px)
 }

 .swym-notifications-container.swymTopRight.swym-showing {
   transform: translateX(0px)
 }

 .swym-notifications-container.swymBottomCenter {
   bottom: 0;
   left: calc(50% - 150px);
   transform: translateY(500px)
 }

 .swym-notifications-container.swymBottomCenter.swym-showing {
   transform: translateY(0px)
 }

 .swym-notifications-container.swymBottomRight {
   bottom: 20px;
   right: 0;
   transform: translateX(300px)
 }

 .swym-notifications-container.swymBottomRight.swym-showing {
   transform: translateX(0px)
 }

 .swym-notifications-container.swymTopLeft {
   top: 20px;
   left: 0;
   transform: translateX(-300px)
 }

 .swym-notifications-container.swymTopLeft.swym-showing {
   transform: translateX(0px)
 }

 .swym-notifications-container.swymBottomLeft {
   bottom: 20px;
   left: 0;
   transform: translateX(-300px)
 }

 .swym-notifications-container.swymBottomLeft.swym-showing {
   transform: translateX(0px)
 }

 @media only screen and (max-width: 900px) {

   .swym-notifications-container.swymTopCenter,
   .swym-notifications-container.swymTopRight,
   .swym-notifications-container.swymTopLeft {
     top: 0;
     left: calc(50% - 150px);
     transform: translateY(-500px);
     max-width: 100%
   }

   .swym-notifications-container.swymTopCenter.swym-showing,
   .swym-notifications-container.swymTopRight.swym-showing,
   .swym-notifications-container.swymTopLeft.swym-showing {
     transform: translateY(0px)
   }

   .swym-notifications-container.swymBottomCenter,
   .swym-notifications-container.swymBottomRight,
   .swym-notifications-container.swymBottomLeft {
     bottom: 0;
     left: calc(50% - 150px);
     transform: translateY(500px);
     max-width: 100%
   }

   .swym-notifications-container.swymBottomCenter.swym-showing,
   .swym-notifications-container.swymBottomRight.swym-showing,
   .swym-notifications-container.swymBottomLeft.swym-showing {
     transform: translateY(0px)
   }
 }

 .swym-ui-component .swym-modal {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 999999999;
   display: flex;
   align-items: center;
   justify-content: center
 }

 .swym-ui-component .swym-modal-bg {
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .3);
   position: absolute;
   top: 0;
   left: 0;
   display: block
 }

 .swym-ui-component div.swym-modal.swym-variant-select-modal {
   z-index: 9999999999
 }

 .swym-ui-component .swym-variant-select-modal .swym-modal-content {
   padding: 25px;
   position: relative
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog {
   background: #fff;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
   padding: 20px;
   width: 400px;
   display: flex;
   flex-direction: column;
   position: relative;
   border-radius: 5px
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-close-btn {
   position: absolute;
   top: 14px;
   right: 13px;
   cursor: pointer
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-close-btn::before {
   content: "";
   font-size: 10px
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-text-heading {
   font-size: 16px;
   line-height: 1.2em;
   color: #333;
   text-align: center;
   border-bottom: 1px solid #f1f1f1;
   padding-bottom: 24px
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-wishlist-variants-container .variant-option {
   padding: 5px;
   margin: 10px 10px 10px 0
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-wishlist-variants-container .option-name {
   font-weight: bold
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-wishlist-variants-container .option-values {
   display: flex;
   flex-wrap: wrap
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-wishlist-variants-container .option {
   padding: 5px 20px;
   border-radius: 25px;
   cursor: pointer;
   min-width: 20px;
   margin: 5px
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-variant-button-action-container {
   display: flex;
   gap: 10px;
   margin-top: 10px
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-variant-button-action-container .swym-wishlist-done-btn {
   font-size: 14px;
   line-height: 20px;
   text-transform: uppercase;
   padding: 11px;
   display: block;
   cursor: pointer;
   border-radius: 5px;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid;
   max-height: 40px;
   width: 100%
 }

 .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog .swym-variant-container .swym-variant-button-action-container .swym-wishlist-done-btn.swym-variant-button-disable {
   opacity: .7;
   cursor: default;
   background-color: #a8a8a9
 }

 @media only screen and (max-width: 900px) {
   .swym-ui-component .swym-variant-select-modal .swym-modal-content {
     display: block;
     overflow-y: auto;
     max-height: 100%;
     word-break: break-word;
     width: 100%;
     height: auto;
     display: flex;
     justify-content: center;
     align-items: center;
     bottom: 0;
     left: 0;
     padding: 5px;
     position: absolute
   }

   .swym-ui-component .swym-variant-select-modal .swym-variant-select-modal-dialog {
     width: 100%;
     padding: 20px;
     word-break: break-word;
     min-width: 250px;
     max-width: 500px;
     border-radius: 5px;
     animation: append-animate .3s linear
   }
 }

 @keyframes append-animate {
   from {
     transform: translatey(100%);
     opacity: 0
   }

   to {
     transform: translatey(0%);
     opacity: 1
   }
 }

 .swym-ui-component div.swym-modal.swym-share-wishlist-modal {
   z-index: 1000000000
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-modal-content {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
   outline: none;
   background: transparent;
   border-radius: 5px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog {
   background: #fafafa;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
   padding: 21px;
   width: 480px;
   border-radius: 5px;
   display: flex;
   flex-direction: column;
   align-items: stretch;
   position: relative
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-close-btn {
   position: absolute;
   top: 14px;
   right: 13px;
   cursor: pointer
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-close-btn::before {
   content: "";
   font-size: 10px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-text-heading {
   font-weight: bold;
   font-size: 16px;
   line-height: 120%;
   display: flex;
   align-items: center;
   text-transform: capitalize;
   color: #434655;
   margin-bottom: 14px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container {
   padding-bottom: initial
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-input-label {
   font-size: 12px;
   line-height: 14px;
   letter-spacing: .05em;
   color: #636363;
   margin-bottom: 5px;
   position: absolute;
   top: 12px;
   left: 11px;
   transition: all .2s ease;
   pointer-events: none
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-input-container {
   margin-bottom: 10px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-input-container .swym-input-inner-container {
   position: relative
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-input-container .swym-input-inner-container input {
   padding-top: 1.5rem;
   border: 1px solid #dedede;
   background: #fff;
   border-radius: 5px;
   padding: 11px;
   padding-top: 28px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-share-wishlist-email,
 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-share-wishlist-name {
   font-size: 14px;
   letter-spacing: .05em;
   width: 100%
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container .swym-share-wishlist-note {
   width: 100%;
   background: #fff;
   padding: 12px 10px;
   font-weight: 500;
   font-size: 14px;
   line-height: 1.2em;
   letter-spacing: .05em;
   height: 60px;
   color: #434655;
   min-height: 94px;
   padding-top: 2em;
   border: 1px solid #dedede;
   border-radius: 5px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-email-button-container {
   display: flex;
   justify-content: flex-end;
   margin-top: 6px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn {
   font-weight: bold;
   font-size: 14px;
   line-height: 16px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: .05em;
   padding: 14px;
   display: block;
   margin-bottom: 16px;
   cursor: pointer;
   width: 100%;
   border-radius: 5px;
   background: var(--swym-storefront-layout-button-color-bg-primary)
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn.swym-disabled {
   cursor: auto;
   background: #a8a8a9;
   pointer-events: none
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .error-msg {
   display: block;
   padding: 5px 0 10px 0
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-separator {
   height: 1px;
   background: #c4c4c4
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-subheading {
   font-weight: bold;
   font-size: 14px;
   line-height: 14px;
   letter-spacing: .05em;
   color: #434655;
   padding: 22px 0;
   text-align: center
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons {
   display: flex;
   margin-bottom: initial;
   justify-content: space-between;
   flex-wrap: wrap
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button {
   font-weight: bold;
   font-size: 14px;
   line-height: 14px;
   display: flex;
   align-items: center;
   letter-spacing: .05em;
   cursor: pointer;
   margin-right: 10px;
   border: 1px solid #dedede;
   color: #000;
   padding: 14px;
   border-radius: 5px;
   width: 31.28%;
   display: flex;
   justify-content: center
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button img {
   width: 13px;
   height: 13px;
   margin-right: 7px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button:last-child {
   margin-right: 0
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button .swym-icon {
   margin-right: 6px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button.swym-share-copy .swym-icon::before {
   content: "";
   font-size: 14px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button.swym-share-twitter .swym-icon::before {
   content: "";
   font-size: 14px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button.swym-share-facebook .swym-icon::before {
   content: "";
   font-size: 14px
 }

 .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-button.swym-disabled {
   cursor: auto;
   pointer-events: none;
   opacity: .4
 }

 @media only screen and (max-width: 900px) {
   .swym-ui-component .swym-share-wishlist-modal .swym-modal-content {
     width: 100%;
     padding: 5vw;
     display: block;
     max-height: 100%;
     overflow-y: auto
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog {
     width: 100%
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-text-heading {
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     letter-spacing: .05em;
     color: #434655
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-input-container {
     margin-bottom: initial;
     padding: initial
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-email-button-container {
     justify-content: center
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons {
     display: flex;
     margin-bottom: initial
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons .swym-share-wishlist-button {
     margin-bottom: initial;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: .05em;
     margin-right: 4px
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons .swym-share-wishlist-button:last-child {
     margin-bottom: 0
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons .swym-share-wishlist-button .swym-icon {
     margin-right: 6px;
     width: 35px;
     display: flex;
     align-items: center
   }

   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons .swym-share-wishlist-button .swym-icon::before {
     font-size: 20px
   }
 }

 @media only screen and (max-width: 436px) {
   .swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-control-centre.swym-share-wishlist-modal-dialog .swym-share-wishlist-buttons .swym-share-wishlist-button {
     width: 100%;
     display: flex;
     justify-content: center;
     margin-bottom: 8px
   }
 }

 @font-face {
   font-family: "swym-font";
   src: url(https://procdn.swymrelay.com/code/v3/swym_fonts.woff2) format("woff2"), url(https://procdn.swymrelay.com/code/v3/assets/swym_fonts.ttf) format("truetype"), url(https://procdn.swymrelay.com/code/v3/assets/swym_fonts.svg#icomoon) format("svg");
   font-weight: normal;
   font-style: normal;
   font-display: block
 }

 .swym-tooltip {
   display: none
 }

 .swym-button.swym-add-to-wishlist-view-product {
   background: none;
   font-family: "swym-font";
   font-size: inherit;
   font-weight: inherit;
   color: #ff4500;
   line-height: 100%;
   box-shadow: none;
   -webkit-appearance: none;
   min-width: 0px;
   max-width: 60px;
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   outline: none;
   display: inline-block;
   height: auto;
   overflow: visible
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added {
   opacity: .7
 }

 .swym-button.swym-add-to-wishlist-view-product:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-custom:after {
   display: block;
   height: 20px;
   width: 20px
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.custom-grid-icon-star:after {
   content: "" !important
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added.custom-grid-icon-star:after {
   content: "" !important
 }

 .swym-button.swym-add-to-wishlist-view-product.custom-grid-icon-thumbs-o-up:after {
   content: "" !important
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added.custom-grid-icon-thumbs-o-up:after {
   content: "" !important
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-star:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added.swym-star:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-thumbs-o-up:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-added.swym-thumbs-o-up:after {
   content: ""
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-custom:after {
   content: "";
   background-position: center;
   background-repeat: no-repeat;
   background-size: 80%
 }

 .swym-button.swym-add-to-wishlist-view-product.swym-sca.swym-add-to-wishlist-quick-view {
   font-size: 25px;
   margin-left: 6px
 }

 .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) {
   display: none
 }

 .swym-button.swym-add-to-watchlist-view-product {
   background: none;
   font-family: "swym-font";
   font-size: inherit;
   font-weight: inherit;
   color: #ff4500;
   line-height: 100%;
   box-shadow: none;
   -webkit-appearance: none;
   min-width: 0px;
   max-width: 60px;
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   outline: none;
   height: auto;
   display: inline-block;
   overflow: visible;
   position: relative;
   overflow: visible !important
 }

 .swym-button.swym-add-to-watchlist-view-product .swym-tooltip {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   visibility: hidden;
   display: block
 }

 .swym-button.swym-add-to-watchlist-view-product .swym-tooltip .swym-tooltip-text {
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   -webkit-transform: translateY(-30px);
   -moz-transform: translateY(-30px);
   -ms-transform: translateY(-30px);
   -o-transform: translateY(-30px);
   transform: translateY(-30px)
 }

 .swym-button.swym-add-to-watchlist-view-product .swym-tooltip .swym-tooltip-text {
   display: inline-block;
   width: auto;
   min-width: 108px;
   margin: auto;
   padding: 5px;
   background: #000;
   color: #fff;
   font-size: 13px;
   line-height: 1.2;
   letter-spacing: 0px;
   text-transform: none;
   text-indent: 0px;
   border: 1px solid #000;
   box-shadow: 0px 0px 1px 2px #000;
   border-radius: 3px;
   font-weight: bold
 }

 .swym-button.swym-add-to-watchlist-view-product .swym-tooltip .swym-tooltip-text .swym-tooltip-clickable {
   cursor: pointer;
   color: inherit;
   opacity: 1;
   text-decoration: underline;
   text-transform: uppercase
 }

 .swym-button.swym-add-to-watchlist-view-product.show-tooltip .swym-tooltip .swym-tooltip-text {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   transform: translateY(-40px)
 }

 .swym-button.swym-add-to-watchlist-view-product:after {
   content: "";
   color: inherit
 }

 .swym-button.swym-add-to-watchlist-view-product:not(.swym-loaded) {
   display: none
 }

 .swym-grid-watchlist-btn-wrapper .swym-grid-watchlist-btn {
   display: flex !important;
   flex-direction: row-reverse;
   max-width: fit-content !important
 }

 .swym-grid-watchlist-btn-wrapper .swym-grid-watchlist-text {
   padding-left: 4px;
   margin-top: -2px
 }

 .swym-grid-watchlist-textbtn {
   cursor: pointer
 }

 .swym-isa-inline-form {
   border: 1px solid #ddd;
   padding: 10px;
   margin: 10px auto;
   border-radius: 2px
 }

 .swym-isa-inline-form:empty {
   visibility: hidden
 }

 .swym-isa-inline-form {
   border: 1px solid #ddd;
   padding: 10px;
   margin: 10px auto;
   border-radius: 2px
 }

 .swym-isa-inline-form:empty {
   visibility: hidden
 }

 button.swym-button {
   margin: 0;
   border: none;
   font: inherit;
   line-height: normal;
   height: 40px;
   display: block;
   color: #fff;
   padding: 0 20px;
   text-transform: uppercase;
   font-size: 14px;
   text-align: center;
   overflow: hidden;
   position: relative;
   cursor: pointer
 }

 button.swym-button.swym-green {
   background-color: #00a65a
 }

 button.swym-button.disabled,
 button.swym-button:disabled {
   opacity: .4
 }

 button.swym-button.disabled:hover,
 button.swym-button:disabled:hover {
   opacity: .4
 }

 button.swym-button:hover {
   opacity: .9
 }

 .swym-button-bar {
   margin: 10px;
   display: inline-block
 }

 .swym-button-bar.swym-bbar-nomargin {
   margin: 0px;
   height: 0px
 }

 .swym-btn-container .swym-button {
   position: relative;
   text-indent: 9999px;
   box-shadow: none;
   border: none;
   height: 50px;
   padding: 0px;
   margin: 0px;
   width: auto;
   color: #fff;
   vertical-align: middle
 }

 .swym-btn-container .swym-button.swym-added *:not(.swym-tooltip) {
   opacity: .7
 }

 .swym-btn-container .swym-button.swym-added:after {
   opacity: .7
 }

 .swym-btn-container .swym-button.swym-added+.swym-fave-count {
   opacity: .7
 }

 .swym-btn-container .swym-button:active,
 .swym-btn-container .swym-button:focus {
   outline: #666 2px solid
 }

 .swym-btn-container .swym-button:after {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 50px;
   height: inherit;
   font-size: 30px;
   font-family: "swym-font";
   text-indent: 0px;
   line-height: inherit
 }

 .swym-btn-container .swym-add-to-wishlist:after {
   content: "";
   color: #ff4500
 }

 .swym-btn-container .swym-add-to-wishlist.swym-added:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-heart:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-heart.swym-added:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-star:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-added.swym-star:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-thumbs-o-up:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-added.swym-thumbs-o-up:after {
   content: ""
 }

 .swym-btn-container .swym-add-to-wishlist.swym-custom:after {
   content: "";
   background-position: center;
   background-repeat: no-repeat;
   background-size: 80%
 }

 .swym-btn-container .swym-fave-count {
   display: inline-block;
   background: #fff;
   box-shadow: 0px 0px 1px #ddd;
   color: #666;
   padding: 6px 8px;
   vertical-align: middle;
   box-sizing: border-box;
   -webkit-box-sizing: border-box
 }

 .swym-btn-container .swym-add-to-watchlist:after {
   content: "";
   color: inherit
 }

 .swym-btn-container .swym-add-to-watchlist.swym-added:after {
   opacity: .5
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icontext {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 28px;
   color: #fff;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icontext+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icontext:after {
   color: #fff;
   font-size: 15px;
   width: 40px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icon {
   height: 50px;
   line-height: 50px;
   background-image: none
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icon .swym-tooltip .swym-tooltip-text {
   position: absolute;
   left: -20px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-icon:not(.swym-add-to-watchlist)>span:not(.swym-tooltip) {
   display: none
 }

 .swym-btn-container .swym-add-to-watchlist.swym-text {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 0px !important;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-text+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-text:after {
   content: "";
   display: none
 }

 .swym-btn-container .swym-add-to-watchlist.swym-btnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 0px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-btnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-btnlink:after {
   content: "";
   display: none
 }

 .swym-btn-container .swym-add-to-watchlist.swym-iconbtnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 24px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container .swym-add-to-watchlist.swym-iconbtnlink:after {
   color: inherit;
   font-size: 16px;
   width: 30px;
   line-height: 18px
 }

 .swym-btn-container[data-position=default] {
   display: inline-block
 }

 .swym-btn-container[data-position=default] .swym-button {
   text-indent: 9999px;
   width: 50px;
   overflow: hidden;
   background: none;
   box-shadow: none;
   color: inherit;
   font-size: 0px;
   display: inline-block;
   position: relative;
   overflow: visible !important
 }

 .swym-btn-container[data-position=default] .swym-button .swym-tooltip {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   visibility: hidden;
   display: block
 }

 .swym-btn-container[data-position=default] .swym-button .swym-tooltip .swym-tooltip-text {
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   -webkit-transform: translateY(-30px);
   -moz-transform: translateY(-30px);
   -ms-transform: translateY(-30px);
   -o-transform: translateY(-30px);
   transform: translateY(-30px)
 }

 .swym-btn-container[data-position=default] .swym-button .swym-tooltip .swym-tooltip-text {
   display: inline-block;
   width: auto;
   min-width: 108px;
   margin: auto;
   padding: 5px;
   background: #000;
   color: #fff;
   font-size: 13px;
   line-height: 1.2;
   letter-spacing: 0px;
   text-transform: none;
   text-indent: 0px;
   border: 1px solid #000;
   box-shadow: 0px 0px 1px 2px #000;
   border-radius: 3px;
   font-weight: bold
 }

 .swym-btn-container[data-position=default] .swym-button .swym-tooltip .swym-tooltip-text .swym-tooltip-clickable {
   cursor: pointer;
   color: inherit;
   opacity: 1;
   text-decoration: underline;
   text-transform: uppercase
 }

 .swym-btn-container[data-position=default] .swym-button.show-tooltip .swym-tooltip .swym-tooltip-text {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(-40px);
   -moz-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   -o-transform: translateY(-40px);
   transform: translateY(-40px)
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 28px;
   color: #fff;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after {
   color: #fff;
   font-size: 15px;
   width: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon {
   height: 50px;
   line-height: 50px;
   background-image: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon .swym-tooltip .swym-tooltip-text {
   position: absolute;
   left: -20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon:not(.swym-add-to-watchlist)>span:not(.swym-tooltip) {
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-text {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 0px !important;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-text+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-text:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-btnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 0px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-btnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-btnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-btnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-btnlink:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 24px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink:after {
   color: inherit;
   font-size: 16px;
   width: 30px;
   line-height: 18px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 28px;
   color: #fff;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext:after {
   color: #fff;
   font-size: 15px;
   width: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icon {
   height: 50px;
   line-height: 50px;
   background-image: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icon .swym-tooltip .swym-tooltip-text {
   position: absolute;
   left: -20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icon:not(.swym-add-to-watchlist)>span:not(.swym-tooltip) {
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-text {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 0px !important;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-text+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-text:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-btnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 0px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-btnlink:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-iconbtnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 24px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-iconbtnlink:after {
   color: inherit;
   font-size: 16px;
   width: 30px;
   line-height: 18px
 }

 .swym-btn-container[data-position=right] {
   position: fixed;
   top: 50%;
   right: 40px;
   display: block;
   z-index: 10000003;
   -webkit-transform: translate(100%, 100%) rotate(-90deg);
   -moz-transform: translate(100%, 100%) rotate(-90deg);
   -ms-transform: translate(100%, 100%) rotate(-90deg);
   -o-transform: translate(100%, 100%) rotate(-90deg);
   transform: translate(100%, 100%) rotate(-90deg);
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   -o-transform-origin: 0 0;
   transform-origin: 0 0
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist {
   text-indent: 45px;
   width: auto;
   padding-right: 15px;
   display: block
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist:after {
   font-size: 20px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.no-icon:after {
   display: none
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icontext {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 28px;
   color: #fff;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icontext+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icontext:after {
   color: #fff;
   font-size: 15px;
   width: 40px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icon {
   height: 50px;
   line-height: 50px;
   background-image: none
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icon .swym-tooltip .swym-tooltip-text {
   position: absolute;
   left: -20px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-icon:not(.swym-add-to-watchlist)>span:not(.swym-tooltip) {
   display: none
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-text {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 0px !important;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-text+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-text:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-btnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 0px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-btnlink:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-iconbtnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 24px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=right] .swym-add-to-watchlist.swym-iconbtnlink:after {
   color: inherit;
   font-size: 16px;
   width: 30px;
   line-height: 18px
 }

 .swym-btn-container[data-position=left] {
   position: fixed;
   top: 50%;
   left: -5px;
   display: block;
   z-index: 10000003;
   -webkit-transform: translate(0, 100%) rotate(-90deg);
   -moz-transform: translate(0, 100%) rotate(-90deg);
   -ms-transform: translate(0, 100%) rotate(-90deg);
   -o-transform: translate(0, 100%) rotate(-90deg);
   transform: translate(0, 100%) rotate(-90deg);
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   -o-transform-origin: 0 0;
   transform-origin: 0 0
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist {
   text-indent: 45px;
   width: auto;
   padding-right: 15px;
   display: block
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist:after {
   font-size: 20px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.no-icon:after {
   display: none
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icontext {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 28px;
   color: #fff;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icontext+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icontext:after {
   color: #fff;
   font-size: 15px;
   width: 40px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icon {
   height: 50px;
   line-height: 50px;
   background-image: none
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icon .swym-tooltip .swym-tooltip-text {
   position: absolute;
   left: -20px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-icon:not(.swym-add-to-watchlist)>span:not(.swym-tooltip) {
   display: none
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-text {
   width: auto;
   font-size: inherit;
   padding: 0px 10px;
   font-weight: initial;
   color: #fff;
   border-radius: 0px;
   text-indent: 0px !important;
   height: 40px;
   line-height: 40px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-text+.swym-fave-count {
   padding: 10px 8px;
   line-height: 100%;
   box-shadow: none;
   border: 1px solid;
   height: 40px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-text:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-btnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 0px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-btnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-btnlink:after {
   content: "";
   display: none
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-iconbtnlink {
   width: auto;
   font-size: inherit;
   padding: 0px 0px 0px 4px;
   font-weight: initial;
   height: 20px;
   line-height: 100%;
   text-indent: 24px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count {
   padding: 2px 2px;
   line-height: 15px;
   box-shadow: none;
   height: 20px;
   min-height: 20px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:before {
   content: "(";
   padding-right: 1px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-iconbtnlink+.swym-fave-count:after {
   content: ")";
   padding-left: 1px
 }

 .swym-btn-container[data-position=left] .swym-add-to-watchlist.swym-iconbtnlink:after {
   color: inherit;
   font-size: 16px;
   width: 30px;
   line-height: 18px
 }

 .swym-product-grid-item {
   margin: 0 4px 10px;
   padding: 10px;
   background: #fff;
   border-radius: 4px;
   overflow: hidden;
   position: relative
 }

 .swym-product-grid-image {
   overflow: hidden;
   border: solid #d8d8d8;
   border-width: 0 0 1px;
   text-align: center;
   max-height: 300px;
   margin: -11px -11px 8px -11px;
   position: relative
 }

 .swym-product-grid-image-placeholder {
   position: relative;
   padding-bottom: 100%
 }

 .swym-product-grid-image a {
   display: block;
   cursor: pointer
 }

 .swym-product-grid-image img {
   display: block;
   max-width: 100%;
   margin: 0 auto;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)
 }

 .swym-product-grid-featured {
   position: absolute;
   top: 0;
   z-index: 1;
   right: 0;
   left: auto;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 40px 40px 0;
   border-color: transparent #f3a840 transparent transparent
 }

 .swym-product-grid-featured i {
   color: #fff;
   font-size: 14px;
   position: absolute;
   left: 20px;
   top: 2px
 }

 .swym-product-grid-meta span {
   position: absolute;
   top: 0;
   left: 0;
   padding-top: 22px;
   width: 30px;
   display: block;
   z-index: 1;
   text-align: center;
   font-size: .7em
 }

 .swym-product-grid-info {
   margin-bottom: 5px;
   min-height: 50px;
   width: 48%;
   display: inline-block;
   vertical-align: top
 }

 .swym-product-grid-info strong {
   font-weight: 300;
   line-height: 16px;
   font-size: .9em;
   margin-bottom: 2px;
   overflow: hidden;
   max-height: 48px;
   display: block
 }

 .swym-product-grid-info span {
   color: #aaa;
   font-size: .7em;
   max-height: 28px;
   display: block;
   overflow: hidden
 }

 .swym-product-grid-price {
   *zoom: 1;
   line-height: 32px;
   margin-bottom: 10px;
   color: #73757c;
   display: inline-block;
   width: 48.2%;
   vertical-align: top;
   height: 50px;
   margin-bottom: 5px;
   text-align: right
 }

 .swym-product-grid-price:before,
 .swym-product-grid-price:after {
   display: table;
   content: "";
   line-height: 0
 }

 .swym-product-grid-price:after {
   clear: both
 }

 .swym-product-grid-price .swym-op {
   font-size: 90%
 }

 .swym-product-grid-price span {
   line-height: 16px;
   display: block;
   position: relative
 }

 .swym-product-grid-actions {
   border-top: 1px solid #e3e3e3;
   padding-top: 10px;
   *zoom: 1
 }

 .swym-product-grid-actions:before,
 .swym-product-grid-actions:after {
   display: table;
   content: "";
   line-height: 0
 }

 .swym-product-grid-actions:after {
   clear: both
 }

 .swym-product-grid-actions button {
   line-height: 30px;
   text-transform: uppercase;
   font-size: .8em;
   cursor: pointer
 }

 .swym-product-grid-actions button.action {
   float: left;
   border: 1px solid #35999d;
   color: #35999d;
   background: #fff;
   border-radius: 4px;
   padding: 0 10px;
   line-height: 28px
 }

 .swym-product-grid-actions button.delete {
   float: right;
   text-indent: -9999px;
   position: relative;
   background: transparent;
   height: 30px;
   width: 30px
 }

 .swym-product-grid-actions button.delete i {
   font-size: 22px
 }

 .swym-product-grid-overlay {
   background: rgba(255, 255, 255, .95);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 10000;
   text-align: center;
   font-size: .8em;
   padding: 10px;
   visibility: hidden;
   backface-visibility: hidden;
   opacity: 0
 }

 .swym-product-grid-overlay button {
   line-height: 30px;
   background: transparent;
   text-transform: uppercase;
   color: #43a9a5;
   border-radius: 4px;
   padding: 0 10px;
   cursor: pointer
 }

 .swym-product-grid-overlay button.swym-primary {
   background: #43a9a5;
   color: #fff
 }

 .swym-product-grid-overlay.is-active {
   opacity: 1;
   visibility: visible;
   pointer-events: auto
 }

 .swym-products ol,
 .swym-products ul {
   list-style: none;
   margin: 0px;
   padding: 0px
 }

 .swym-products-loop {
   width: 100%;
   margin: 10px auto;
   overflow: auto
 }

 .swym-products .swym-product-grid-li {
   float: left
 }

 .swym-products .swym-product-grid-actions {
   display: none
 }

 .swym-products-carousel {
   position: relative;
   overflow: hidden
 }

 .swym-products-carousel .swym-products-loop {
   overflow-y: hidden;
   overflow-x: auto;
   white-space: nowrap
 }

 .swym-products-carousel .swym-product-grid-li {
   float: none;
   display: inline-block;
   white-space: normal;
   vertical-align: top
 }

 .swym-products-carousel:hover .swym-products-nav-left {
   left: 0px
 }

 .swym-products-carousel:hover .swym-products-nav-right {
   right: 0px
 }

 .swym-products-nav-btn {
   position: absolute;
   top: 40%;
   width: 30px;
   height: 30px;
   z-index: 1;
   background: rgba(255, 255, 255, .5);
   border-radius: 100%;
   transition: all 300ms ease
 }

 .swym-products-nav-btn i.swym-icon {
   display: block;
   width: 9px;
   height: 16px;
   margin: 7px auto
 }

 .swym-products-nav-btn.disabled {
   opacity: .5;
   pointer-events: none
 }

 .swym-products-nav-left {
   left: -30px
 }

 .swym-products-nav-right {
   right: -30px
 }

 @media screen and (max-width: 570px) {
   .swym-products-carousel .swym-products-nav-left {
     left: 0px
   }

   .swym-products-carousel .swym-products-nav-right {
     right: 0px
   }
 }

 @-webkit-keyframes swym-loading-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }

 @-moz-keyframes swym-loading-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }

 @-o-keyframes swym-loading-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }

 @keyframes swym-loading-spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg)
   }
 }

 .swym-remind-me-block .swym-validation-error-input {
   color: red;
   border: 1px solid red;
   margin-bottom: 4px
 }

 .swym-remind-me-block .swym-validation-error-msg {
   color: red
 }

 .swym-remind-me-block .swym-success-msg {
   color: green;
   margin-right: 4px
 }

 .swym-remind-me-block .subscribe-button {
   -webkit-appearance: none;
   color: #fff
 }

 .swym-remind-me-block .subscribe-button:focus {
   outline: 0
 }

 .swym-remind-me-block .swym-remind-email-container {
   display: flex;
   flex-direction: column
 }

 .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs {
   display: flex
 }

 .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs .swym-input-and-error-container {
   width: 74%;
   margin-right: 10px
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs input {
     font-size: 12px !important
   }
 }

 .swym-remind-me-block .swym-remind-email-container .swym-add-to-mailing-checkbox {
   margin-top: 4px
 }

 .swym-remind-me-block .swym-remind-email-container .swym-add-to-mailing-checkbox span {
   font-size: 14px
 }

 @media(max-width: 860px) {
   .swym-remind-me-block .swym-remind-email-container {
     font-size: 12px !important
   }
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-remind-email-container {
     font-size: 10px !important
   }

   .swym-remind-me-block .swym-remind-email-container button {
     padding: 0
   }
 }

 .swym-remind-me-block .swym-remind-sms-container {
   display: flex;
   margin-top: 10px
 }

 .swym-remind-me-block .swym-remind-sms-container .swym-input-and-error-container .swym-verified-tick {
   position: absolute;
   left: 8px;
   top: 12px;
   background: #00e676;
   border-radius: 100%;
   width: 18px;
   justify-content: center;
   display: flex
 }

 @media(max-width: 860px) {
   .swym-remind-me-block .swym-remind-sms-container {
     font-size: 12px !important
   }
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-remind-sms-container button {
     font-size: 10px !important
   }

   .swym-remind-me-block .swym-remind-sms-container input {
     font-size: 12px !important
   }

   .swym-remind-me-block .swym-remind-sms-container button {
     padding: 0
   }
 }

 .swym-remind-me {
   background: #fff;
   padding: 20px;
   height: 100%;
   width: 100%;
   max-width: 750px
 }

 .swym-remind-me .swym-saved-mediums {
   background: #a7a5a51f;
   padding: 10px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column
 }

 .swym-remind-me .swym-saved-mediums p {
   font-weight: 600 !important
 }

 .swym-remind-me #swym-trigger-email-auth-button {
   width: 100%;
   margin-top: 10px
 }

 .swym-remind-me #swym-trigger-email-auth-deny {
   margin-top: 10px;
   display: block;
   text-align: center;
   cursor: pointer
 }

 .swym-remind-me #swym-trigger-auth-form {
   margin-bottom: 0
 }

 .swym-remind-me .swym-options {
   margin-top: 20px
 }

 .swym-remind-me .swym-options .swym-option {
   width: 100% !important;
   position: relative;
   margin-bottom: 20px
 }

 .swym-remind-me .swym-options .swym-option:after {
   font-family: "swym-font";
   content: "";
   position: absolute;
   right: 0px;
   top: 10px;
   font-size: 12px;
   width: 20px
 }

 .swym-remind-me .swym-mediums-switcher {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-direction: normal;
   -webkit-box-orient: horizontal;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   margin: 20px 0;
   display: flex
 }

 .swym-remind-me .swym-mediums-switcher button.non-active {
   border: 1px solid #000;
   background: #fff
 }

 .swym-remind-me .swym-mediums-switcher button.non-active label {
   color: #000
 }

 .swym-remind-me .swym-mediums-switcher button {
   width: 100%;
   min-width: 0;
   max-width: 100%;
   padding: 16px;
   height: auto
 }

 .swym-remind-me .swym-mediums-switcher button label {
   font-size: 16px;
   line-height: 15px;
   color: var(--swym-remind-cta-text-color);
   margin: auto;
   text-align: center
 }

 @media(max-width: 860px) {
   .swym-remind-me .swym-mediums-switcher button {
     font-size: 12px !important
   }
 }

 .swym-remind-me input.swym-input {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   margin: 0;
   background: #fff;
   width: 100%;
   line-height: 40px;
   padding: 0 15px;
   font-size: 14px;
   border-radius: 0;
   border: 1px solid #ddd;
   box-shadow: none
 }

 .swym-remind-me button.swym-button {
   background-color: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color);
   text-transform: none
 }

 .swym-remind-me button.swym-button.swym-sbisa-v2 {
   background-color: var(--swym-remind-cta-bg-color-v2);
   color: var(--swym-remind-cta-text-color-v2)
 }

 .swym-remind-me select.swym-select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   margin: 0;
   background: #fff;
   width: 100%;
   line-height: 40px;
   height: 40px;
   padding: 0 15px;
   color: #999;
   font-size: 14px;
   border-radius: 0;
   border: 1px solid #ddd;
   box-shadow: none
 }

 .swym-remind-me p.swym-remind-description {
   margin: 0px;
   padding: 0px;
   margin-bottom: 10px;
   font-size: 16px;
   line-height: 172%
 }

 .swym-remind-me p.swym-remind-description.swym-sbisa-v2 {
   font-size: 14px;
   font-style: italic;
   margin-top: 25px;
   margin-bottom: 25px
 }

 .swym-remind-me .swym-title {
   overflow: hidden;
   font-size: 24px;
   line-height: 52px;
   margin-bottom: 19px
 }

 .swym-remind-me .swym-title.swym-sbisa-v2 {
   overflow: hidden;
   font-size: 18px;
   line-height: 100%;
   margin-bottom: 19px;
   font-weight: 600
 }

 .swym-remind-me .swym-powered-by {
   text-align: center;
   opacity: .8;
   padding: 0px;
   position: relative;
   font-size: 10px;
   text-decoration: none;
   color: inherit
 }

 .swym-remind-me .swym-powered-by a {
   text-decoration: none;
   color: inherit
 }

 .swym-remind-me .swym-remind-description.swym-sms-input {
   margin-top: 14px !important
 }

 .swym-remind-me .swym-contact-container {
   display: flex
 }

 .swym-remind-me .swym-contact-container .contact-validation {
   width: 60%
 }

 .swym-remind-me .swym-remind-me-mailing-list-container {
   display: flex;
   align-items: baseline;
   margin-top: 10px;
   color: inherit
 }

 .swym-remind-me .swym-remind-me-mailing-list-container #swym-trigger-add-to-mailing-list-input,
 .swym-remind-me .swym-remind-me-mailing-list-container #swym-trigger-remind-wishlist-input {
   font-size: 16px
 }

 .swym-remind-me .swym-remind-me-mailing-list-container #swym-remind-me-add-to-mailing-list-input {
   height: 16px;
   width: 16px;
   margin-right: 8px
 }

 .swym-remind-me .swym-remind-me-mailing-list-container label {
   font-size: inherit
 }

 .swym-remind-me .swym-remind-me-mailing-list-container label p {
   display: inline;
   font-size: 14px !important;
   text-transform: none
 }

 .swym-remind-me .swym-privacy-info {
   margin-top: 19px;
   font-size: 14px;
   line-height: 150%
 }

 .swym-remind-me .swym-privacy-info.swym-sbisa-v2 {
   font-style: italic
 }

 .swym-remind-me .swym-privacy-info-bottom,
 .swym-remind-me .swym-postscript-compliance-info {
   margin-top: 19px;
   font-size: 14px;
   line-height: 150%
 }

 .swym-remind-me .swym-compliance-link {
   color: inherit;
   text-decoration: underline
 }

 .swym-remind-me .swym-postscript-compliance-info {
   font-style: italic
 }

 .swym-remind-me .swym-remind-email-auth-input-label {
   width: 100%
 }

 .swym-remind-me #remind-me-subscribe-btn {
   margin-top: 20px;
   padding: 15px;
   background: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color);
   border: .5px solid var(--swym-remind-cta-bg-color);
   font-size: 16px;
   line-height: 15px;
   text-align: center;
   cursor: pointer;
   width: 100%
 }

 .swym-remind-me #remind-me-subscribe-btn.swym-sbisa-v2 {
   background: var(--swym-remind-cta-bg-color-v2);
   color: var(--swym-remind-cta-text-color-v2)
 }

 .swym-remind-me #swym-remind-me-sms-validate .swym-sms-validate-discription {
   font-size: 16px;
   line-height: 172%;
   margin-top: 10px
 }

 .swym-remind-me #swym-remind-me-sms-validate #swym-remind-sms-resend-link-btn {
   background: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color);
   padding: 15px;
   width: 100%;
   margin: 20px 0;
   text-align: center;
   font-size: 16px;
   line-height: 15px
 }

 .swym-remind-me #swym-remind-me-sms-validate #swym-remind-sms-resend-link-btn[disabled] {
   opacity: .5
 }

 .swym-remind-me #swym-remind-me-sms-validate #swym-remind-sms-subscribe-again-btn {
   border: .5px solid #000;
   padding: 15px;
   width: 100%;
   text-align: center
 }

 .swym-remind-me .swym-error {
   display: block;
   padding: 10px;
   position: relative;
   margin-top: 10px;
   background: #ffeaea;
   border: 1px solid #ffa4a4;
   color: red
 }

 .swym-remind-me .swym-success {
   display: block;
   padding: 10px;
   position: relative;
   margin-top: 10px;
   background: #d0ffd2;
   border: 1px solid #94ce98;
   color: #179000
 }

 .swym-remind-me button.swym-button.swym-loader {
   -webkit-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -moz-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -ms-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -o-transition: color .2s ease-in-out, padding .2s ease-in-out;
   transition: color .2s ease-in-out, padding .2s ease-in-out
 }

 .swym-remind-me button.swym-button.swym-loader:before {
   display: block;
   position: absolute;
   left: 50%;
   top: -50%;
   margin-top: -8px;
   margin-left: -8px;
   z-index: 10;
   content: "";
   overflow: hidden;
   width: 10px;
   height: 10px;
   border: 4px solid #fff;
   border-right-color: transparent;
   border-radius: 16px;
   opacity: 0;
   -webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -moz-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -ms-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -o-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   transition: top .2s ease-in-out, opacity .2s ease-in-out
 }

 .swym-remind-me button.swym-button.swym-loader.swym-loading {
   cursor: wait;
   padding-top: 40px
 }

 .swym-remind-me button.swym-button.swym-loader.swym-loading:before {
   top: 50%;
   opacity: 1;
   -webkit-animation: swym-loading-spinner 1250ms infinite linear;
   -moz-animation: swym-loading-spinner 1250ms infinite linear;
   -o-animation: swym-loading-spinner 1250ms infinite linear;
   animation: swym-loading-spinner 1250ms infinite linear
 }

 .swym-remind-me .swym-validation-error-msg {
   font-size: 16px;
   line-height: 172%;
   color: #de3618;
   padding: 10px 20px;
   margin-top: 20px;
   background: rgba(222, 54, 24, .1);
   border: 1px solid #de3618
 }

 .swym-remind-me .swym-success-msg {
   color: green;
   margin-right: 4px;
   padding: 10px 20px;
   background: rgba(16, 128, 67, .1);
   border: 1px solid #108043;
   font-size: 16px;
   line-height: 172%
 }

 .swym-remind-me .swym-success-msg.swym-sbisa-v2 {
   color: var(--swym-subscribe-success-text-color);
   background: var(--swym-subscribe-success-bg-color);
   border: none;
   border-radius: 4px
 }

 .swym-remind-me .subscribe-button {
   -webkit-appearance: none;
   color: #fff
 }

 .swym-remind-me .subscribe-button:focus {
   outline: 0
 }

 .swym-remind-me .swym-remind-email-container {
   display: flex;
   flex-direction: column
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs {
   display: flex;
   flex-wrap: wrap
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs .swym-input-and-error-container span {
   padding: 0 10px
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs .email-sub-button {
   flex-grow: 1;
   font-size: 14px;
   line-height: 15px;
   padding: 16px;
   height: 52px;
   text-transform: uppercase
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs .swym-input {
   outline: none;
   margin-bottom: 10px;
   flex-grow: 2;
   width: 100%;
   font-size: 14px;
   line-height: 172%;
   height: 52px
 }

 .swym-remind-me .swym-remind-email-container .swym-input-and-error-container.has-error #swym-remind-email-auth-input {
   border: 1px solid #de3618
 }

 .swym-remind-me .swym-remind-email-container .swym-add-to-mailing-checkbox {
   align-items: center
 }

 .swym-remind-me .swym-remind-email-container .swym-add-to-mailing-checkbox span {
   font-size: 14px;
   line-height: 150%
 }

 .swym-remind-me .swym-remind-sms-container {
   display: flex;
   flex-direction: column
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs {
   display: flex;
   flex-wrap: wrap
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container {
   display: flex;
   color: #777;
   font-size: 16px;
   line-height: 172%;
   border-radius: 0;
   align-items: center;
   height: 50px;
   width: 100%;
   margin-bottom: 10px;
   flex-grow: 2;
   height: 52px;
   border: 1px solid #ddd
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container #swym-remind-sms-input {
   background-color: unset
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container .swym-input {
   outline: none;
   border: none
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container .iti.iti--allow-dropdown {
   width: 100%
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container .iti__flag {
   display: block
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs .swym-verified-tick {
   position: absolute;
   left: 8px;
   top: 12px;
   background: #00e676;
   border-radius: 100%;
   width: 18px;
   justify-content: center;
   display: flex
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs .sms-sub-button {
   flex-grow: 1;
   font-size: 14px;
   line-height: 15px;
   text-transform: uppercase;
   padding: 16px;
   height: 52px
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs .swym-validation-error-input {
   border: 1px solid #de3618
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs input::-webkit-outer-spin-button,
 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs input::-webkit-inner-spin-button {
   -webkit-appearance: none
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs input[type=number] {
   -moz-appearance: textfield
 }

 .swym-remind-me .swym-remind-sms-container .swym-input-and-error-container.has-error #swym-remind-sms-input-container {
   border: 1px solid #de3618 !important
 }

 .swym-remind-me .swym-remind-me-webpush-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center
 }

 .swym-remind-me .swym-remind-me-webpush-container .swym-webpush-notifed-text {
   font-size: 18px;
   line-height: 116%;
   color: #121212
 }

 .swym-remind-me .swym-remind-me-webpush-container .webpush-sub-button {
   background: #000;
   color: #fff;
   padding: 15px;
   width: 100%;
   margin: 20px 0;
   text-align: center;
   font-size: 16px;
   line-height: 15px;
   height: 52px
 }

 .swym-remind-me input.swym-input.swym-validation-error-input {
   margin-bottom: 4px;
   border: 1px solid #de3618
 }

 .swym-remind-me.swym-sbisa-v2 {
   max-width: 700px
 }

 .swym-remind-me-block .swym-validation-error-input {
   color: red;
   border: 1px solid red;
   margin-bottom: 4px
 }

 .swym-remind-me-block .swym-validation-error-msg {
   color: red
 }

 .swym-remind-me-block .swym-success-msg {
   color: green;
   margin-right: 4px
 }

 .swym-remind-me-block .subscribe-button {
   -webkit-appearance: none
 }

 .swym-remind-me-block .subscribe-button:focus {
   outline: 0
 }

 .swym-remind-me-block .swym-remind-email-container {
   display: flex;
   flex-direction: column
 }

 .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs {
   display: flex
 }

 .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs .swym-input-and-error-container {
   width: 74%;
   margin-right: 10px
 }

 .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs .swym-input {
   width: auto
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-remind-email-container .swym-remind-email-inputs .swym-input {
     width: 100%
   }
 }

 .swym-remind-me-block .swym-remind-email-container .swym-add-to-mailing-checkbox span {
   font-size: 14px
 }

 @media(max-width: 860px) {
   .swym-remind-me-block .swym-remind-email-container {
     font-size: 12px !important
   }
 }

 .swym-remind-me-block .swym-remind-sms-container {
   display: flex;
   margin-top: 10px
 }

 .swym-remind-me-block .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container {
   width: auto
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-remind-sms-container .swym-remind-sms-inputs #swym-remind-sms-input-container {
     width: 100%
   }
 }

 .swym-remind-me-block .swym-remind-sms-container .swym-input-and-error-container .swym-verified-tick {
   position: absolute;
   left: 8px;
   top: 12px;
   background: #00e676;
   border-radius: 100%;
   width: 18px;
   justify-content: center;
   display: flex
 }

 @media(max-width: 860px) {
   .swym-remind-me-block .swym-webpush {
     font-size: 12px !important
   }
 }

 @media(max-width: 768px) {
   .swym-remind-me-block .swym-webpush {
     font-size: 10px !important
   }

   .swym-remind-me-block .swym-webpush button {
     padding: 0
   }
 }

 .swym-remind-me-block .mailing-list-text {
   width: 74%
 }

 .swym-remind-me-block .swym-saved-mediums {
   background: #a7a5a51f;
   padding: 10px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column
 }

 .swym-remind-me-block .swym-saved-mediums p {
   font-weight: 600 !important
 }

 .swym-error {
   display: block;
   padding: 10px;
   position: relative;
   margin-top: 10px;
   background: #ffeaea;
   border: 1px solid #ffa4a4;
   color: red
 }

 .swym-success {
   display: block;
   padding: 10px;
   position: relative;
   margin-top: 10px;
   background: #d0ffd2;
   border: 1px solid #94ce98;
   color: #179000
 }

 button.swym-button.swym-loader {
   -webkit-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -moz-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -ms-transition: color .2s ease-in-out, padding .2s ease-in-out;
   -o-transition: color .2s ease-in-out, padding .2s ease-in-out;
   transition: color .2s ease-in-out, padding .2s ease-in-out
 }

 button.swym-button.swym-loader:before {
   display: block;
   position: absolute;
   left: 50%;
   top: -50%;
   margin-top: -8px;
   margin-left: -8px;
   z-index: 10;
   content: "";
   overflow: hidden;
   width: 10px;
   height: 10px;
   border: 4px solid #fff;
   border-right-color: transparent;
   border-radius: 16px;
   opacity: 0;
   -webkit-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -moz-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -ms-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   -o-transition: top .2s ease-in-out, opacity .2s ease-in-out;
   transition: top .2s ease-in-out, opacity .2s ease-in-out
 }

 button.swym-button.swym-loader.swym-loading {
   cursor: wait;
   padding-top: 40px
 }

 button.swym-button.swym-loader.swym-loading:before {
   top: 50%;
   opacity: 1;
   -webkit-animation: swym-loading-spinner 1250ms infinite linear;
   -moz-animation: swym-loading-spinner 1250ms infinite linear;
   -o-animation: swym-loading-spinner 1250ms infinite linear;
   animation: swym-loading-spinner 1250ms infinite linear
 }

 .swym-ui-component .swym-generic-modal .swym-generic-modal-dialog {
   width: 100% !important
 }

 .swym-ui-component .swym-generic-modal .swym-generic-modal-dialog .swym-remind-me {
   min-width: 700px
 }

 @media only screen and (max-width: 900px) {
   .swym-remind-me {
     min-width: unset !important
   }

   .swym-remind-me .swym-title {
     font-size: 30px;
     line-height: 39px
   }

   .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs {
     flex-direction: column
   }

   .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs {
     flex-direction: column
   }
 }

 .iti-mobile .iti--container {
   z-index: 9999999999
 }

 .swym-remind-me .swym-mediums-switcher button {
   border: 1px solid #000;
   background: var(--swym-remind-cta-bg-color)
 }

 .swym-remind-me .swym-mediums-switcher button.swym-sbisa-v2 {
   border: none;
   background: none;
   border-bottom: 1px solid #e1e3e5;
   text-align: center;
   cursor: pointer
 }

 .swym-remind-me .swym-mediums-switcher button.swym-sbisa-v2:not(.non-active) {
   border-bottom: 3px solid #000
 }

 .swym-remind-me .swym-mediums-switcher button label {
   color: var(--swym-remind-cta-text-color)
 }

 .swym-remind-me .swym-mediums-switcher button.swym-sbisa-v2 label {
   color: #000;
   cursor: pointer
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs .sms-sub-button {
   background: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color)
 }

 .swym-remind-me .swym-remind-sms-container .swym-remind-sms-inputs .sms-sub-button.swym-sbisa-v2 {
   background: var(--swym-remind-cta-bg-color-v2);
   color: var(--swym-remind-cta-text-color-v2)
 }

 .swym-remind-me .swym-remind-me-webpush-container .webpush-sub-button {
   background: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color)
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs .email-sub-button {
   background: var(--swym-remind-cta-bg-color);
   color: var(--swym-remind-cta-text-color)
 }

 .swym-remind-me .swym-remind-email-container .swym-remind-email-inputs .email-sub-button.swym-sbisa-v2 {
   background: var(--swym-remind-cta-bg-color-v2);
   color: var(--swym-remind-cta-text-color-v2)
 }

 .swym-ui-component .swym-auto-wishlist-notification {
   position: fixed;
   padding: 12px 16px;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2);
   transition: opacity .3s, transform .3s;
   z-index: 9999999999;
   min-width: 250px;
   font-size: 14px;
   font-weight: bold;
   display: flex;
   align-items: center;
   padding: 12px 16px;
   width: fit-content;
   max-width: 356px;
   background-color: #f5f5f5
 }

 @media(max-width: 411px) {
   .swym-ui-component .swym-auto-wishlist-notification {
     left: 0;
     padding: 8px;
     top: 0
   }
 }

 .swym-ui-component .swym-auto-wishlist-notification.swym-auto-wishlist-top-left {
   top: 20px;
   left: 20px;
   bottom: auto
 }

 .swym-ui-component .swym-auto-wishlist-notification.swym-auto-wishlist-top-right {
   top: 20px;
   right: 20px;
   bottom: auto
 }

 .swym-ui-component .swym-auto-wishlist-notification.swym-auto-wishlist-bottom-left {
   top: auto;
   left: 20px;
   bottom: 20px
 }

 .swym-ui-component .swym-auto-wishlist-notification.swym-auto-wishlist-bottom-right {
   top: auto;
   right: 20px;
   bottom: 20px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   cursor: pointer
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-image-container {
   width: 40px;
   height: 40px;
   border-radius: 4px;
   position: relative
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-image-container img:first-child {
   width: 100%;
   height: 100%;
   border-radius: 4px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-image-container .swym-auto-wishlist-icon {
   height: 19.5px;
   width: 19.5px;
   display: block;
   position: absolute;
   border-radius: 50%;
   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2);
   display: flex;
   align-items: center;
   justify-content: center;
   bottom: -7px;
   transform: translateX(10px)
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-image-container .swym-auto-wishlist-icon img {
   height: 9px;
   width: 9px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-image-container .swym-auto-wishlist-icon.swym-auto-wishlist-remove-icon img {
   height: 11px;
   width: 11px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-text {
   width: 58%
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-text span {
   color: #404040;
   font-size: 12px;
   font-style: normal;
   font-weight: 600
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-text p {
   color: rgba(27, 27, 27, .7);
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: 130%;
   letter-spacing: -0.12px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-text.swym-auto-wishlist-remove {
   width: 80%
 }

 .swym-ui-component .swym-auto-wishlist-notification-content button {
   border: .5px solid rgba(0, 0, 0, .1);
   background: #ededed;
   padding: 8px 12px;
   border-radius: 4px;
   color: #000;
   font-size: 13px;
   font-weight: 600;
   display: flex;
   align-items: center;
   cursor: pointer
 }

 .swym-ui-component .swym-auto-wishlist-notification-content button img {
   margin-right: 2px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-feedback-action {
   display: flex
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-feedback-action span {
   border-radius: 4px;
   border: .5px solid rgba(0, 0, 0, .1);
   background: #ededed;
   display: flex;
   padding: 8px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-feedback-action span:first-child {
   margin-right: 3px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-feedback-emoji {
   height: 28px;
   width: 28px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content .swym-auto-wishlist-feedback-emoji img {
   width: 100%;
   height: 100%
 }

 .swym-ui-component .swym-auto-wishlist-notification-content.swym-auto-wishlist-undo {
   justify-content: initial;
   width: unset
 }

 .swym-ui-component .swym-auto-wishlist-notification-content.swym-auto-wishlist-undo .swym-auto-wishlist-image-container {
   margin-right: 12px
 }

 .swym-ui-component .swym-auto-wishlist-notification-content.swym-auto-wishlist-undo .swym-auto-wishlist-text span {
   color: rgba(3, 3, 3, .7);
   font-size: 11px;
   font-weight: 400;
   line-height: 130%;
   letter-spacing: .8px;
   text-transform: uppercase;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 300px;
   display: block
 }

 .swym-ui-component .swym-auto-wishlist-notification-content.swym-auto-wishlist-undo .swym-auto-wishlist-text p {
   color: #272727;
   font-size: 13px;
   font-style: normal;
   font-weight: 600;
   line-height: 150%
 }

 .swym-ui-component .swym-auto-wishlist-notification.swym-auto-wishlist-feedback-notification .swym-auto-wishlist-text {
   width: 55%
 }

 .swym-ui-component span.swym-auto-wishlists-close-icon {
   top: -7px;
   right: -5px;
   background: #fff;
   height: 14px;
   width: 14px;
   height: 19.5px;
   width: 19.5px;
   display: block;
   position: absolute;
   border-radius: 50%;
   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2);
   display: flex;
   align-items: center;
   justify-content: center
 }

 .swym-wishlist-grid .swym-add-to-cart-btn,
 .swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn {
   background: true !important;
 }

 .swym-wishlist-grid .swym-add-to-cart-btn.swym-disabled,
 .swym-wishlist-detail-content .swym-wishlist-add-to-cart-btn.swym-disabled {
   background: #A8A8A9 !important;
 }

 @keyframes react-loading-skeleton {
   100% {
     transform: translateX(100%)
   }
 }

 .react-loading-skeleton {
   --base-color: #ebebeb;
   --highlight-color: #f5f5f5;
   --animation-duration: 1.5s;
   --animation-direction: normal;
   --pseudo-element-display: block;
   background-color: var(--base-color);
   width: 100%;
   border-radius: .25rem;
   display: inline-flex;
   line-height: 1;
   position: relative;
   user-select: none;
   overflow: hidden
 }

 .react-loading-skeleton::after {
   content: " ";
   display: var(--pseudo-element-display);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-repeat: no-repeat;
   background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
   transform: translateX(-100%);
   animation-name: react-loading-skeleton;
   animation-direction: var(--animation-direction);
   animation-duration: var(--animation-duration);
   animation-timing-function: ease-in-out;
   animation-iteration-count: infinite
 }

 @media(prefers-reduced-motion) {
   .react-loading-skeleton {
     --pseudo-element-display: none
   }
 }

 .delivery-container {
   max-width: 400px;
   margin-left: auto;
   margin-bottom: 20px;
   text-align: left
 }

 @media screen and (max-width: 749px) {
   .delivery-container {
     margin: 0 auto 20px
   }
 }

 .delivery-container .flex-modifier {
   display: flex;
   flex-direction: row;
   align-items: stretch;
   justify-content: center;
   gap: 4px
 }

 .delivery-container .flex-center {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   gap: 4px
 }

 .delivery-container .title-border {
   border-bottom: 1px solid #ccc;
   padding: 20px 0;
   margin-top: 0 !important
 }

 .delivery-container .delivery-title {
   margin-bottom: 0;
   margin-top: 20px
 }

 .delivery-container .delivery-title .display-inline {
   display: inline
 }

 .delivery-container .delivery-mindate-caution {
   position: relative;
   text-align: center;
   padding: 0px 3px;
   margin: 0;
   color: #4455ac;
   font-size: 14px;
   font-weight: 700;
   line-height: 1.3;
   justify-content: center
 }

 .delivery-container .delivery-mindate-help {
   font-size: 14px;
   display: block;
   padding-top: 5px;
   font-weight: 400
 }

 .delivery-container .delivery-caution__container {
   display: flex
 }

 .delivery-container .delivery-caution__statement {
   flex-basis: 90%;
   margin: 4px 0
 }

 .delivery-container .error-message {
   color: #df5d5d
 }

 .delivery-container .delivery-select-container {
   cursor: pointer;
   background: #fff;
   position: relative !important
 }

 .delivery-container .delivery-select-container__select {
   color: #000;
   background-color: #fff;
   background-image: none !important;
   border: #ccc solid 1px;
   border-radius: 1px;
   width: 100%;
   line-height: 44px;
   display: block;
   height: 44px;
   margin: 0;
   padding: 0 10px;
   font-size: 16px !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none
 }

 .delivery-container .delivery-select-container__select select:-moz-focusring {
   color: rgba(0, 0, 0, 0);
   text-shadow: 0 0 0 #000
 }

 .delivery-container .delivery-select-container__select ::-ms-expand {
   display: none !important
 }

 .delivery-container .delivery-select-container--close {
   display: inline-flex;
   position: absolute !important;
   right: 14px !important;
   top: 50% !important;
   transform: translateY(-50%);
   opacity: .5
 }

 .delivery-container .delivery-select-container--close:hover {
   opacity: 1
 }

 .delivery-container .delivery-select-container--calendar {
   position: absolute !important;
   right: 18px;
   top: 0
 }

 .delivery-container .amp-select-allow::after {
   content: "";
   position: absolute !important;
   right: 19px;
   top: 19px;
   width: 10px;
   height: 10px;
   border-top: 2px solid dimgray;
   border-left: 2px solid dimgray;
   transform: translateY(-50%) rotate(-135deg);
   font-size: 20px;
   pointer-events: none
 }

 .delivery-container .pop-over__container {
   position: relative
 }

 .delivery-container .pop-over__label {
   cursor: pointer
 }

 .delivery-container .pop-over__label:hover {
   opacity: .5
 }

 .delivery-container .pop-over__content {
   transition: all .1s;
   font-size: 1.2rem;
   font-weight: 400;
   position: absolute;
   z-index: 9999;
   min-width: 280px;
   color: #333;
   border-radius: 4px;
   text-align: left;
   padding: 10px;
   background-color: #fff;
   right: -10px;
   top: 38px;
   line-height: 1.3;
   border: 2px solid #666;
   z-index: 99
 }

 .delivery-container .pop-over__content::before {
   border-style: solid;
   border-width: 0 10px 10px 10px;
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
   content: "";
   position: absolute;
   top: -9px;
   right: 8px;
   display: block;
   width: 0px;
   height: 0px;
   z-index: 1
 }

 .delivery-container .pop-over__content::after {
   border-style: solid;
   border-width: 0 12px 12px 12px;
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666 rgba(0, 0, 0, 0);
   content: "";
   position: absolute;
   top: -12px;
   right: 6px;
   display: block;
   width: 0px;
   height: 0px;
   z-index: 0
 }

 .delivery-container .pop-over__content--hidden {
   visibility: hidden;
   opacity: 0
 }

 .delivery-container .pop-over__content__content--visible {
   visibility: visible;
   opacity: 1
 }

 .delivery-container .icon-text {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 12px;
   margin-top: 6px
 }

 .delivery-container .icon-text>svg {
   fill: currentColor
 }

 .delivery-container .loading-spinner {
   border: 4px #ddd solid;
   border-top: 4px #2e93e6 solid;
   border-radius: 50%;
   animation: sp-anime 1s infinite linear;
   width: 18px;
   height: 18px;
   display: block !important
 }

 @keyframes sp-anime {
   100% {
     transform: rotate(360deg)
   }
 }

 .delivery-container .amp-text__field {
   position: relative;
   width: 100%
 }

 .delivery-container .amp-text__field input {
   box-sizing: border-box;
   align-items: center;
   padding: 8px;
   gap: 8px;
   width: 100%;
   height: 40px;
   font-size: 16px;
   color: #000 !important;
   background: #fff;
   border: 1px solid rgba(0, 0, 0, .12);
   border-radius: 4px
 }

 .delivery-container .amp-text__field input[data-style-icon=true] {
   padding-left: 35px
 }

 .delivery-container .amp-text__field input::placeholder {
   color: #ccc
 }

 .delivery-container .amp-text__field-icon {
   position: absolute;
   top: 10px;
   left: 10px;
   color: #aaa
 }

 .delivery-container .amp-text__field--error {
   border: solid 1px red !important
 }

 .delivery-container .amp-text__field--error:focus {
   outline: solid 1px red
 }

 .delivery-container .statement__wrapper--warning {
   align-items: center;
   padding: 0 4px;
   background-color: #ffd8d6;
   border-radius: 4px
 }

 .delivery-container .statement__wrapper__title-block {
   display: flex;
   align-items: center
 }

 .amp-ui-component--calendar_section {
   min-width: 330px;
   margin-top: 20px;
   margin-right: 25px
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_section {
     border-bottom: .5px solid #ccc;
     padding: 20px 0
   }
 }

 @media screen and (min-width: 750px) {
   .amp-ui-component--calendar_section {
     max-width: 450px
   }
 }

 .amp-ui-component--calendar_section .monthTitle {
   margin: 0;
   color: #666;
   text-align: center;
   font-size: 18px;
   font-weight: 400;
   padding-top: 10px
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_section .monthTitle {
     padding-top: 0;
     text-align: left;
     margin: 0 0 10px 16px
   }
 }

 .amp-ui-component--calendar_container {
   margin: 0 32px;
   overflow-x: hidden;
   display: flex;
   justify-content: space-between;
   position: relative
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_container {
     margin: 0 auto;
     flex-direction: column
   }

   .amp-ui-component--calendar_container>div {
     margin: 0;
     overflow-y: scroll
   }
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_container {
     margin: 0;
     margin-bottom: 115px
   }
 }

 .amp-ui-component--calendar_container .prev-month--allow {
   cursor: pointer;
   position: absolute;
   top: 45px;
   left: 20px
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_container .prev-month--allow {
     display: none
   }
 }

 .amp-ui-component--calendar_container .next-month--allow {
   cursor: pointer;
   position: absolute;
   top: 45px;
   right: 20px
 }

 @media screen and (max-width: 749px) {
   .amp-ui-component--calendar_container .next-month--allow {
     display: none
   }
 }

 .amp-ui-element--table {
   border: none;
   background: #fff !important;
   width: 100%;
   display: table;
   border-spacing: 0;
   border-collapse: collapse;
   margin-top: 25px;
   margin-bottom: 0
 }

 @media screen and (max-width: 749px) {
   .amp-ui-element--table {
     margin: 0 auto;
     min-width: 280px
   }
 }

 .amp-ui-element--table[data-style-display=true] {
   display: none
 }

 @media screen and (max-width: 749px) {
   .amp-ui-element--table[data-style-display=true] {
     display: table
   }
 }

 .amp-ui-element--table-row {
   background: #fff !important;
   color: inherit;
   display: table-row;
   outline: 0;
   vertical-align: middle
 }

 .amp-ui-element--table-row:first-child td:after,
 .amp-ui-element--table-row:first-child th:after {
   border-bottom: none
 }

 .amp-ui-element--table-cell {
   background: #fff !important;
   padding: 0 !important;
   border: none;
   position: relative;
   height: 45px !important;
   width: 45px !important;
   display: table-cell;
   text-align: center;
   font-family: "Roboto", "Helvetica", "Arial", sans-serif;
   font-weight: 300;
   line-height: 1.43;
   letter-spacing: .01071em;
   vertical-align: inherit
 }

 .amp-ui-element--table-cell p {
   margin: 0;
   padding: 0;
   font-size: 15px;
   height: 34px;
   line-height: 34px;
   color: #000
 }

 .amp-ui-element--table-cell p[data-style-color=blue] {
   color: #4455ac
 }

 .amp-ui-element--table-cell p[data-style-color=red] {
   color: #df5d5d
 }

 .amp-ui-element--table-cell p[data-style-color=disabled] {
   color: #efefef
 }

 .amp-ui-element--table-cell p[data-style-color=selected] {
   background: #4455ac;
   border-radius: 50%;
   width: 34px;
   height: 34px;
   line-height: 34px;
   text-align: center;
   display: inline-block;
   color: #fff
 }

 .amp-ui-element--table-body {
   display: table-row-group
 }

 .amp-ui-element--table-body tr td {
   height: 45px;
   font-weight: 900
 }

 .amp-ui-element--table-body tr td p {
   cursor: pointer;
   color: #000;
   border-radius: 50%
 }

 .amp-ui-element--table-body tr td p[data-style-color=disabled] {
   cursor: default
 }

 .amp-ui-element--table-body tr td p[data-style-color=disabled]:hover {
   background: #fff;
   color: #efefef
 }

 @media screen and (min-width: 750px) {
   .amp-ui-element--table-body tr td p:hover {
     background: #efefef;
     border-radius: 50%;
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     display: inline-block;
     color: #000;
     transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms
   }
 }

 .amp-ui-element--table-head {
   display: table-header-group
 }

 @media screen and (max-width: 749px) {
   .amp-ui-element--table-head {
     display: none
   }
 }

 .amp-ui-element--table-head tr td p {
   font-size: 12px
 }

 .amp-ui-element--table-head-md {
   display: none
 }

 @media screen and (max-width: 749px) {
   .amp-ui-element--table-head-md {
     margin: 0 auto;
     display: table-header-group
   }
 }

 @media screen and (min-width: 750px) {
   .delivery-modal__modal-off {
     display: none
   }
 }

 .delivery-modal__overlay {
   z-index: 999999999;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   display: flex;
   align-items: center;
   justify-content: center;
   animation-name: modal;
   animation-fill-mode: forwards;
   animation-duration: .5s
 }

 @media screen and (max-width: 749px) {
   .delivery-modal__bottom-drawer .delivery-modal__content {
     transform: translated3d(0, 0, 0);
     transform: translateY(120%) !important
   }
 }

 .delivery-modal__content {
   position: relative;
   border-radius: 8px;
   z-index: 9999;
   width: 749px;
   background: #fff;
   animation-name: modal;
   animation-fill-mode: forwards !important;
   animation-duration: .3s
 }

 @media screen and (max-width: 749px) {
   .delivery-modal__content {
     position: fixed;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     text-align: left;
     font-size: 18px;
     z-index: 9999;
     transform: translateY(5px) !important;
     transition: .3s all
   }
 }

 .delivery-modal__header {
   position: relative;
   font-size: 18px;
   color: #666;
   text-align: center;
   padding: 25px 0px;
   border-bottom: #ccc solid 1px
 }

 @media screen and (max-width: 749px) {
   .delivery-modal__header {
     padding: 20px 0px 0px 0px;
     margin-top: 45px
   }
 }

 .delivery-modal__body {
   padding-bottom: 30px;
   overflow-y: scroll;
   margin: 0
 }

 @media screen and (max-width: 749px) {
   .delivery-modal__body {
     height: 100%
   }
 }

 .delivery-modal__close-button {
   display: inline-flex;
   cursor: pointer;
   background-color: #fff !important;
   border: none;
   position: absolute;
   right: 5%;
   top: 50%;
   transform: translateY(-50%)
 }

 @media screen and (max-width: 749px) {
   .delivery-modal__close-button {
     transform: initial;
     top: -20px;
     right: 20px
   }
 }

 @keyframes modal {
   0% {
     opacity: 0
   }

   100% {
     opacity: 1
   }
 }

 .amp-ui-element--button {
   cursor: pointer;
   font-size: 14px;
   color: #fff;
   background: #4455ac;
   border: solid 1px #333;
   padding: 6px 10px;
   border-radius: 2px;
   transition: .5s
 }

 .amp-ui-element--button:disabled {
   background: #97a4cd;
   border: solid 1px #99abcf;
   color: #ccc
 }


 .jdgm-xx {
   left: 0
 }

 :root {
   --jdgm-primary-color: #399;
   --jdgm-secondary-color: rgba(51, 153, 153, 0.1);
   --jdgm-star-color: #399;
   --jdgm-write-review-text-color: white;
   --jdgm-write-review-bg-color: #339999;
   --jdgm-paginate-color: #399;
   --jdgm-border-radius: 0;
   --jdgm-reviewer-name-color: #339999
 }

 .jdgm-histogram__bar-content {
   background-color: #399
 }

 .jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,
 .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
   color: white;
   background-color: #399
 }

 .jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
   content: "続きを見る"
 }

 @media only screen and (min-width: 768px) {
   .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
     content: "続きを見る"
   }
 }

 .jdgm-author-all-initials {
   display: none !important
 }

 .jdgm-author-last-initial {
   display: none !important
 }

 .jdgm-rev-widg__title {
   visibility: hidden
 }

 .jdgm-rev-widg__summary-text {
   visibility: hidden
 }

 .jdgm-prev-badge__text {
   visibility: hidden
 }

 .jdgm-rev__prod-link-prefix:before {
   content: 'について'
 }

 .jdgm-rev__out-of-store-text:before {
   content: '（在庫切れ）'
 }

 @media only screen and (min-width: 768px) {

   .jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,
   .jdgm-rev__pics .jdgm-rev__product-picture {
     display: none
   }
 }

 @media only screen and (max-width: 768px) {

   .jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,
   .jdgm-rev__pics .jdgm-rev__product-picture {
     display: none
   }
 }

 .jdgm-preview-badge[data-template="product"] {
   display: none !important
 }

 .jdgm-preview-badge[data-template="collection"] {
   display: none !important
 }

 .jdgm-preview-badge[data-template="index"] {
   display: none !important
 }

 .jdgm-review-widget[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-verified-count-badget[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-carousel-wrapper[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-all-reviews-text[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-medals-section[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-ugc-media-wrapper[data-from-snippet="true"] {
   display: none !important
 }

 .jdgm-histogram {
   display: none !important
 }

 .jdgm-widget .jdgm-sort-dropdown-wrapper {
   margin-top: 12px
 }

 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card {
   border-radius: 8px;
   background: #fff
 }

 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star {
   color: #399
 }

 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,
 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn {
   border-radius: 50%;
   background: #fff
 }

 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,
 .jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg {
   fill: #000
 }

 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,
 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,
 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,
 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply {
   border-radius: 8px
 }

 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after {
   border-radius: 8px
 }

 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge {
   border-radius: calc(8px / 2)
 }

 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before {
   content: 'x'
 }

 .jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button {
   border-radius: calc(8px * 6)
 }

 .cf-preload {
   margin-top: 50px;
   opacity: 0.5;
   text-align: left;
 }

 .cf-preload-item {
   position: relative;
   overflow: hidden;
   background: #e2e2e2;
   border-radius: 4px;
   display: block !important;
 }

 .cf-preload-item:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
   animation: cf-preload 1s cubic-bezier(0.33, 0.8, 0.85, 0.77) infinite;
   z-index: 1;
 }

 .cf-preload-label {
   display: inline-block !important;
   width: 50%;
   height: 20px;
   background: #eee;
   margin-bottom: 5px;
 }

 .cf-preload-field {
   margin-bottom: 25px;
   height: 40px;
 }

 .cf-preload-button {
   display: inline-block !important;
   width: 120px;
   margin-right: 15px;
   height: 40px;
 }

 .cf-form-inner {
   animation: cf-fadein 500ms cubic-bezier(0.11, 0.33, 0.24, 1);
 }

 @keyframes cf-preload {
   from {
     transform: translateX(-100%);
     opacity: 0;
   }

   to {
     transform: translateX(100%);
     opacity: 1;
   }
 }

 @keyframes cf-fadein {
   from {
     opacity: 0;
     transform: translateY(30px);
   }

   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 .cf-edit-account-link {
   display: block;
 }

 /* Theme fixes */
 [data-theme-name="Warehouse"] .cf-edit-account-link-spacer {
   display: none;
 }

 .__gai-skl-cont {
   gap: 5px;
   width: 100%;
 }

 .__gai-skl-card {
   display: flex;
   flex-direction: column;
   gap: 10px;
   width: 100%;
   border-radius: 10px;
 }

 .__gai-skl-img {
   width: 100%;
   background-color: #f0f0f0;
   border-radius: 10px;
 }

 .__gai-skl-text {
   width: 100%;
   height: 20px;
   background-color: #f0f0f0;
   border-radius: 5px;
 }

 .__gai-shimmer-effect {
   display: block !important;
   background: linear-gradient(90deg,
       rgba(200, 200, 200, 0.3) 25%,
       rgba(200, 200, 200, 0.5) 50%,
       rgba(200, 200, 200, 0.3) 75%);
   background-size: 200% 100%;
   animation: skeleton-loading 1.5s infinite;
   border-radius: 4px;
 }

 .__gai-skl-buy-btn {
   width: 100%;
   height: 40px;
   margin-left: 0;
   border-radius: 10px;
 }

 .__gai-btn-full-width {
   width: 100%;
   margin-left: 0;
 }

 .__gai-skl-header {
   width: 100%;
   display: flex;
   justify-content: start;
   align-items: center;
   padding: 12px 0 12px 0;
 }

 .__gai-skl-amz-small {
   display: block;
   margin-top: 10px;
 }

 .__gai-skl-title {
   width: 50%;
   height: 26px;
   border-radius: 10px;
 }

 .__gai-skl-amazon {
   display: flex;
   align-items: center;
   justify-content: start;
   flex-direction: column;
 }

 .__gai-skl-amazon .__gai-skl-card {
   display: flex;
   justify-content: start;
   align-items: start;
   flex-direction: row;
 }

 .__gai-skl-amazon .__gai-skl-img {
   width: 50%;
   max-width: 100px;
 }

 .__gai-skl-holder {
   display: flex;
   flex-direction: column;
   gap: 10px;
   width: 100%;
 }

 @media screen and (max-width: 768px) and (min-width: 481px) {
   .__gai-skl-amazon .__gai-skl-img {
     max-width: 150px;
   }
 }

 @media screen and (min-width: 768px) {
   .__gai-skl-buy-btn {
     width: 140px;
     height: 40px;
     margin-left: 30px;
   }

   .__gai-skl-amazon {
     flex-direction: row;
   }

   .__gai-skl-amazon .__gai-skl-img {
     width: 100%;
     max-width: 100%;
   }

   .__gai-skl-amz-small {
     display: none !important;
   }

   .__gai-skl-cont {
     gap: 20px;
   }

   .__gai-atc-skl {
     display: none !important;
   }

   .__gai-skl-header {
     justify-content: center;
     padding: 20px 0 20px 0;
   }

   .__gai-skl-title {
     height: 26px;
   }

   .__gai-skl-amazon .__gai-skl-card {
     max-width: 600px;
     flex-direction: column;
   }
 }

 /* Keyframes for animation */
 @keyframes skeleton-loading {
   0% {
     background-position: 200% 0;
   }

   100% {
     background-position: -200% 0;
   }
 }

 .__gai-amz-details {
   display: none;
 }

 .__gai-skl-amz-saperator {
   display: flex;
   justify-content: center;
   align-items: center;
 }

 @media screen and (min-width: 768px) {
   .__gai-amz-details {
     display: flex;
     width: 100%;
     max-width: 25%;
     flex-direction: column;
     justify-items: center;
     align-items: center;
   }

   .__gai-skl-amz-mob-tit {
     display: none;
   }
 }

 .__gai-amz-prc {
   margin-bottom: 6px;
   height: 20px;
 }

 .cart-notification {
   display: none;
 }

 #shopify-section-template--17185550795039__97ba8ae3-4324-4258-8888-6ded982d8828 {
   padding-top: 48px;
   padding-bottom: 48px;
 }

 @media screen and (min-width: 769px) {
   #shopify-section-template--17185550795039__97ba8ae3-4324-4258-8888-6ded982d8828 {
     padding-top: 88px;
     padding-bottom: 88px;
   }
 }

 #shopify-section-template--17185550795039__97ba8ae3-4324-4258-8888-6ded982d8828 {
   background-color: rgba(0, 0, 0, 0);
 }

 .rk-custom-section-216075[data-rk-section] {
   transition: all 0.2s;
 }

 .rk-custom-section-216075[data-rk-section='false'] {
   margin: 0px 2%;
 }

 .rk-empty-section__content {
   margin-top: 10px;
 }




 #skeleton-container-216075 {

   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(1, 1fr);

 }

 #skeleton-container-216075 .__gai-skl-img {
   aspect-ratio: 1/1;
 }

 #skeleton-container-216075 .__gai-skl-amazon-wrapper {
   display: flex;
   flex-direction: column;
   gap: 10px;
   width: 100%;
 }

 @media screen and (min-width: 768px) {
   #skeleton-container-216075 .__gai-skl-amazon-wrapper {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr) 20px);
     width: 100%;
   }
 }

 #rk-widget-216075 {



   .__gai-skl-card:nth-child(-n+3) {
     display: flex;
   }

   .__gai-skl-card {
     display: none;
   }


   @media screen and (min-width: 768px) {
     #skeleton-container-216075 {

       grid-template-columns: repeat(4, 1fr);
       grid-template-rows: repeat(1, 1fr);

     }




     .__gai-skl-card:nth-child(-n+ 4) {
       display: flex;
     }

     .__gai-skl-card {
       display: none;
     }

   }

   @media screen and (min-width: 1440px) {
     #skeleton-container-216075 {

       grid-template-columns: repeat(6, 1fr);
       grid-template-rows: repeat(1, 1fr);

     }

     .__gai-skl-card {
       display: flex;
     }
   }
 }

 #shopify-section-template--17185550795039__0f0821d4-d955-4f7a-9127-e62778ea4c64 {
   padding-top: 48px;
   padding-bottom: 48px;
 }

 @media screen and (min-width: 769px) {
   #shopify-section-template--17185550795039__0f0821d4-d955-4f7a-9127-e62778ea4c64 {
     padding-top: 88px;
     padding-bottom: 88px;
   }
 }

 #shopify-section-template--17185550795039__0f0821d4-d955-4f7a-9127-e62778ea4c64 {
   background-color: #f8f8f8;
 }

 div[id*="instafeed_app_block"] {
   width: 100%;
 }

 body #insta-feed {
   margin-bottom: 0px !important;
   text-align: center;
 }

 .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) {
   display: none;
 }

 .globo-hidden {
   display: none !important;
 }

 .scroll-top-btn {
   position: fixed;
   bottom: 20px;
   right: 20px;
   display: none;
   background-color: #007bff;
   color: white;
   border: none;
   border-radius: 5px;
   padding: 10px 20px;
   cursor: pointer;
 }

 #ccage__modal {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
   z-index: 999;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 #ccage__modal p {
   margin: 0;
   line-height: 1.3;
 }

 .ccage__container {
   width: 90%;
   max-width: 380px;
   box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
   padding: 2em;
   border-radius: 0.5em;
   display: flex;
   flex-direction: column;
   gap: 1.5em;
   align-items: center;
 }

 .ccage__container .ccage__input {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   gap: 1em;
   margin-top: 1rem;
 }

 .ccage__select {
   position: relative;
 }

 .ccage__select label {
   position: absolute;
   left: 8px;
   top: -11px;
   font-size: 0.75em;
   padding: 0 0.5em;
 }

 .ccage__container .ccage__input select {
   width: 76px;
   padding: 0.75em;
   border: solid 1px;
   background: transparent;
   appearance: none;
   border-radius: 0.25em;
   font-size: 1em;
 }

 .ccage__main-title {
   text-align: center;
   font-weight: bold;
   font-size: 1.5em;
   padding-bottom: 0.5em;
 }

 .ccage__sub-title {
   font-size: 1em;
   opacity: 0.6;
 }

 #ccage__checkbox-wrapper {
   width: 100%;
   display: flex;
   align-items: flex-start;
 }

 #ccage__checkbox {
   -webkit-appearance: checkbox;
   width: 20px;
 }

 #ccage__close {
   width: 100%;
   padding: 1.5rem;
   font-size: 1em;
   font-weight: bold;
   border: none;
   border-radius: 0.5em;
   cursor: pointer;
   margin-bottom: 1rem;
 }

 .ccage__disable {
   opacity: 0.6;
   filter: grayscale(1);
   pointer-events: none;
 }

 #ccage__noentry {
   width: 100%;
   padding: 1.5rem;
   font-size: 1em;
   background-color: transparent;
   border-radius: 0.5em;
   cursor: pointer;
   opacity: 0.6;
   border-width: 1px;
 }

 [data-rk-widget-id='216077'] .rktheme-addtocart-select-arrow::after {
   border-top-color: #fff;
 }

 [data-rk-widget-id='216077'] .rktheme-bundle-add-to-cart {
   background-color: #000;
   color: #fff;
 }

 [data-rk-widget-id='216077'] .rktheme-bundle-add-to-cart:hover {
   background-color: #000;
 }

 [data-rk-widget-id='216077'] .rktheme-bundle-total-price-amounts {
   color: #222;
 }

 [data-rk-widget-id='216077'] .rktheme-bundle-product-item-prices {
   color: #222;
 }

 [data-rk-widget-id='216077'] .rktheme-widget-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216077'] .rktheme-bundle-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216077'] .rktheme-product-image {
   object-fit: cover;
 }

 [data-rk-widget-id='216077'] .rktheme-widget-title {
   text-align: center;
 }

 [data-rk-widget-id='216077'] .rktheme-widget-container[data-ui-mode=desktop] .rktheme-bundle-image,
 [data-rk-widget-id='216077'] .rktheme-widget-container[data-ui-mode=mobile] .rktheme-bundle-image {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   max-height: unset;
   object-fit: cover
 }

 [data-rk-widget-id='216079'] .rktheme-addtocart-select-arrow::after {
   border-top-color: #fff;
 }

 [data-rk-widget-id='216079'] .rktheme-bundle-add-to-cart {
   background-color: #000;
   color: #fff;
 }

 [data-rk-widget-id='216079'] .rktheme-bundle-add-to-cart:hover {
   background-color: #000;
 }

 [data-rk-widget-id='216079'] .rktheme-bundle-total-price-amounts {
   color: #222;
 }

 [data-rk-widget-id='216079'] .rktheme-bundle-product-item-prices {
   color: #222;
 }

 [data-rk-widget-id='216079'] .rktheme-widget-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216079'] .rktheme-bundle-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216079'] .rktheme-product-image {
   object-fit: cover;
 }

 [data-rk-widget-id='216079'] .rktheme-widget-title {
   text-align: center;
 }

 [data-rk-widget-id='216079'] .rktheme-widget-container[data-ui-mode=desktop] .rktheme-bundle-image,
 [data-rk-widget-id='216079'] .rktheme-widget-container[data-ui-mode=mobile] .rktheme-bundle-image {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   max-height: unset;
   object-fit: cover
 }

 [data-rk-widget-id='216187'] .rktheme-addtocart-select-arrow::after {
   border-top-color: #fff;
 }

 [data-rk-widget-id='216187'] .rktheme-bundle-add-to-cart {
   background-color: #000;
   color: #fff;
 }

 [data-rk-widget-id='216187'] .rktheme-bundle-add-to-cart:hover {
   background-color: #000;
 }

 [data-rk-widget-id='216187'] .rktheme-bundle-total-price-amounts {
   color: #222;
 }

 [data-rk-widget-id='216187'] .rktheme-bundle-product-item-prices {
   color: #222;
 }

 [data-rk-widget-id='216187'] .rktheme-widget-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216187'] .rktheme-bundle-title {
   font-size: 32px;
 }

 [data-rk-widget-id='216187'] .rktheme-product-image {
   object-fit: cover;
 }

 [data-rk-widget-id='216187'] .rktheme-widget-title {
   text-align: center;
 }

 [data-rk-widget-id='216187'] .rktheme-widget-container[data-ui-mode=desktop] .rktheme-bundle-image,
 [data-rk-widget-id='216187'] .rktheme-widget-container[data-ui-mode=mobile] .rktheme-bundle-image {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   max-height: unset;
   object-fit: cover
 }

 #swym-plugin .swym-primary-background-color {
   background: #FF4500 !important;
 }

 #swym-plugin .swym-primary-border-color {
   border-color: #FF4500 !important;
 }

 #swym-plugin .swym-primary-color {
   color: #FF4500 !important;
 }

 .swym-background-color,
 #swym-notification.swym-santa .swym-image {
   background-color: #FF4500 !important;
 }

 @media (max-width: 820px) {
   #swym-plugin #swym-notepad .swym-item-filter li.is-active {
     background-color: #FF4500 !important;
   }
 }

 .swym-text-color {
   color: #FF4500 !important;
 }

 .swym-add-to-wishlist-view-product:after {
   color: #FF4500 !important;
 }

 .swym-add-to-wishlist,
 .swym-add-to-wishlist:after,
 .swym-fave-count {
   color: #FF4500 !important;
 }

 #swym-trigger-email-auth-button {
   background: #FF4500 !important;
   color: #FFF !important;
 }

 .swym-added.swym-add-to-wishlist-view-product:after {
   color: #FF4500 !important;
 }

 .swym-added.swym-add-to-wishlist,
 .swym-added.swym-add-to-wishlist:after,
 .swym-added.swym-add-to-wishlist+.swym-fave-count {
   color: #FF4500 !important;
 }

 .swym-powered-by {
   display: none;
 }

 #swym-anchor {
   display: none !important;
 }