
              
  html {
    height:100%;
  }

  body {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
    display: block;
    position: relative;
  }

  body .vr-mode-close{
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 7.5px;
    border-radius: 5px;
    z-index: 100; 
  }

  .swf-hide{
    display: none !important;
  }

  button{
    cursor: pointer;
  }

  .swf-fullscreen{
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;

    z-index: 10;
    background-color: #fff;
  }

  .swf-no-scroll{
    overflow: hidden !important;
    position: fixed;
    width: 100%;
  }

  .swf-close-button{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    pointer-events: auto;
    width: 35px;
    height: 35px;
    min-width: 35px !important;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swf-close-button img{
    max-width: 100%;
    max-height: 100%;
  }

  .swf-enter-vr-button{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }

  .swf-modal-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b80;
  }

  .swf-modal-listing-content{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px 0;
  }

  .swf-modal-content{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 90%;
    max-width: 420px;
    height: auto;
    max-height: 70%;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .swf-modal-image{
    display: flex;
    width: 100%;
    max-width: 275px;
    max-height: 275px;
    flex: 275px;
    height: 1px;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .swf-modal-image > img{
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 0px 2px 2px #0000000f;
    border-radius: 8px;
    object-fit: contain;
  }

  .swf-modal-content h3, h4{
    margin: 0;
  }

  .swf-modal-content h4 > span{
    font-weight: 400;
  }

  .swf-modal-content .center-text{
    text-align: center;
  }

  .swf-modal-content p{
    font-size: 12px;
    margin: 0;
  }

  .swf-modal-buttons {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .swf-modal-buttons.center{
    justify-content: center;
  }

  .swf-button {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    transition: .2s;
    font-size: 13px;
    font-weight: 500;
    min-width: 50px;
  }

  .swf-button:hover{
    opacity: .8;
  }
  
  .swf-button.primary{
    background-color: #0083e2;
    color: #ffffff;
  }

  .swf-button.secondary{
    border: 1px solid #b1b1b1; 
  }

  .auto-launch{
    font-family: 'Open Sans', sans-serif;
  }

  .auto-launch h3{
    font-size: 16px;
  }

  .swf-mv-btn-text{

  }

  .swf-mv-btn-text.loading {
    pointer-events: none;
    opacity: 0.7;
  }

  .swf-mv-btn-text.loading span {
    display: block;
  }

  .swf-mv-btn-text .loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
  }

  .swf-mv-btn-text.loading .loader {
    display: block;
  }

  .swf-mv-btn-text.loading p {
    opacity: 0;
  }

  .swf-mv-btn-text.loading img {
    opacity: 0;
  }

  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }

  .swf-model-viewer-children-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    pointer-events: none;
  }

              * { box-sizing: border-box; } body {margin: 0;}.cc-license a{color:rgb(243, 243, 243);}.swf-mv{height:100%;width:100%;background-color:rgb(238, 238, 238);max-width:100%;}.swf-mv-logo{position:absolute;max-width:100px;width:25%;top:10px;left:10px;}.swf-mv-btn-text{width:max-content;height:max-content;position:absolute;right:10px;bottom:10px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;font-size:12px;color:rgb(27, 27, 27);background-color:rgb(255, 255, 255);box-shadow:none;display:flex;column-gap:5px;align-items:center;cursor:pointer;z-index:2;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(229, 231, 235);border-right-color:rgb(229, 231, 235);border-bottom-color:rgb(229, 231, 235);border-left-color:rgb(229, 231, 235);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}.swf-mv-btn-text:hover{opacity:0.8;}.swf-mv-btn-text:disabled{opacity:0.7;}.swf-mv-btn-text img{width:17.5px;}.swf-mv-btn-text p{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-weight:400;}.swf-mv-btn-text .ar-tooltip{position:absolute;width:max-content;bottom:50px;right:0px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:none;font-size:12px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;font-family:"Open Sans", sans-serif;}.swf-mv-btn .ar-tooltip{position:absolute;width:max-content;bottom:50px;right:0px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:none;font-size:12px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;font-family:"Open Sans", sans-serif;}.swf-mv-btn img{width:100%;height:100%;}.swf-mv-loader p{margin-top:0px;margin-right:auto;margin-left:auto;color:rgb(245, 245, 245);margin-bottom:10px;font-size:16px;font-family:"Trebuchet MS";}.swf-mv-loader > div{width:250px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;height:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:rgb(155, 155, 155);overflow-x:hidden;overflow-y:hidden;position:relative;}.swf-mv-loader > div > div{position:absolute;height:100%;width:100%;background-color:rgb(30, 143, 225);}.swf-mv-loader-v2{position:absolute;width:100%;height:100%;background-color:transparent;display:flex;pointer-events:none;justify-content:center;align-items:center;}.swf-mv-loader-v2 > div{width:50%;max-width:250px;height:max-content;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(27, 27, 27, 0.75);backdrop-filter:blur(20px) saturate(180%);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(255, 255, 255, 0.2);border-right-color:rgba(255, 255, 255, 0.2);border-bottom-color:rgba(255, 255, 255, 0.2);border-left-color:rgba(255, 255, 255, 0.2);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;display:flex;justify-content:center;flex-direction:column;align-items:center;z-index:5;pointer-events:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;row-gap:10px;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 12px;}.swf-mv-loader-v2 p{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;color:rgb(255, 255, 255);font-size:14px;font-weight:500;font-family:"Open Sans", sans-serif;}.swf-mv-loader-v2 > div > div{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;height:7px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:rgba(255, 255, 255, 0.3);overflow-x:hidden;overflow-y:hidden;position:relative;}.swf-mv-loader-v2 > div > div > div{position:absolute;height:100%;width:100%;background-color:rgb(30, 144, 255);}.swf-button-link p{width:100%;text-align:center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:rgb(255, 255, 255);}.swf-gallery-handles button{height:40px;width:40px;font-size:16px;pointer-events:auto;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.swf-gallery-handles button img{height:100%;}.swf-col > model-viewer{min-height:75px;}.swf-customiser-box > .selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(29, 29, 29);outline-style:solid;outline-width:2px;box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;pointer-events:none;}.swf-customiser-box > .selected:hover{opacity:unset;}.swf-customiser-selector-thumbnail > img{object-fit:contain;height:100%;pointer-events:none;}.swf-hotspot-dot.selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(29, 29, 29);outline-style:solid;outline-width:2px;box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;}.swf-hotspot-dot.selected:hover{opacity:unset;}.swf-hotspot-dot:not([data-visible]){background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:4px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:none;height:20px;pointer-events:none;width:20px;}.swf-hotspot-dot:not([data-visible]) > .swf-hotspot-label{display:none;}button{transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease-in-out;transition-delay:0s;transition-property:all;}button.swf-button-selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(29, 29, 29);outline-style:solid;outline-width:2px;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;opacity:0.8;}.swf-product-configurator-wrapper{position:relative;--swf-pc-panel-w:calc(min(40dvw, 275px));padding-right:calc(var(--swf-pc-panel-w));width:100%;overflow-x:visible !important;overflow-y:visible !important;contain:size layout style !important;}.swf-product-configurator-panel{--swf-pc-ink:#0f172a;--swf-pc-muted:#66768a;--swf-pc-border:rgba(15, 23, 42, 0.1);--swf-pc-border-strong:rgba(15, 23, 42, 0.18);position:absolute;top:0px;right:calc(-1 * var(--swf-pc-panel-w));border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;width:var(--swf-pc-panel-w);height:100%;display:flex;flex-direction:column;font-family:"Open Sans", sans-serif;overflow-x:hidden;overflow-y:hidden;background-color:rgb(255, 255, 255);z-index:5;}.swf-product-configurator-wrapper .swf-mv-btn, .swf-product-configurator-wrapper .swf-mv-btn-text, .swf-product-configurator-wrapper .swf-action-btn-container{left:auto;right:10px;}.swf-pc-header{display:flex;justify-content:space-between;align-items:center;row-gap:12px;column-gap:12px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;background-image:linear-gradient(rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.94));background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;flex-shrink:0;}.swf-pc-title{font-weight:700;font-size:18px;line-height:1.2;letter-spacing:-0.03em;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:var(--swf-pc-ink);min-width:0px;}.swf-pc-body{flex-grow:1;flex-shrink:1;flex-basis:0%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:hidden;min-height:0px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;}.swf-pc-sections{flex-grow:1;flex-shrink:1;flex-basis:auto;min-height:0px;max-height:100%;overflow-y:auto;overflow-x:hidden;padding-right:4px;padding-bottom:2px;display:flex;flex-direction:column;row-gap:10px;column-gap:10px;overscroll-behavior-x:contain;overscroll-behavior-y:contain;}.swf-pc-section{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.08);border-right-color:rgba(15, 23, 42, 0.08);border-bottom-color:rgba(15, 23, 42, 0.08);border-left-color:rgba(15, 23, 42, 0.08);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.78);box-shadow:rgba(15, 23, 42, 0.06) 0px 8px 22px;overflow-x:hidden;overflow-y:hidden;flex-shrink:0;transition-behavior:normal, normal;transition-duration:0.2s, 0.2s;transition-timing-function:ease, ease;transition-delay:0s, 0s;transition-property:border-color, box-shadow;}.swf-pc-section.swf-pc-open{box-shadow:rgba(15, 23, 42, 0.08) 0px 14px 28px;overflow-x:visible;overflow-y:visible;}.swf-pc-section-header{display:flex;justify-content:space-between;align-items:center;min-height:52px;padding-top:12px;padding-right:14px;padding-bottom:12px;padding-left:14px;cursor:pointer;transition-behavior:normal;transition-duration:0.15s;transition-timing-function:ease;transition-delay:0s;transition-property:background;user-select:none;}.swf-pc-section-header:hover{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(248, 250, 252, 0.86);}.swf-pc-section-meta{display:flex;align-items:center;row-gap:8px;column-gap:8px;flex-wrap:wrap;flex-grow:1;flex-shrink:1;flex-basis:0%;min-width:0px;}.swf-pc-section-label{font-size:11px;font-weight:700;letter-spacing:0.08em;color:var(--swf-pc-ink);white-space-collapse:collapse;text-wrap-mode:nowrap;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;}.swf-pc-active-dot{display:inline-block;width:12px;height:12px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.12);border-right-color:rgba(15, 23, 42, 0.12);border-bottom-color:rgba(15, 23, 42, 0.12);border-left-color:rgba(15, 23, 42, 0.12);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:rgba(255, 255, 255, 0.35) 0px 0px 0px 1px inset;flex-shrink:0;}.swf-pc-active-label{display:inline-flex;align-items:center;max-width:150px;min-height:24px;padding-top:2px;padding-right:8px;padding-bottom:2px;padding-left:8px;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-right-radius:999px;border-bottom-left-radius:999px;font-size:11px;color:var(--swf-pc-muted);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.05);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.08);border-right-color:rgba(15, 23, 42, 0.08);border-bottom-color:rgba(15, 23, 42, 0.08);border-left-color:rgba(15, 23, 42, 0.08);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;white-space-collapse:collapse;text-wrap-mode:nowrap;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;}.swf-pc-section-toggle{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(15, 23, 42, 0.05);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.06);border-right-color:rgba(15, 23, 42, 0.06);border-bottom-color:rgba(15, 23, 42, 0.06);border-left-color:rgba(15, 23, 42, 0.06);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;cursor:inherit;color:var(--swf-pc-ink);flex-shrink:0;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;width:28px;height:28px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;}.swf-pc-section-content{max-height:0px;overflow-x:hidden;overflow-y:hidden;padding-top:0px;padding-right:14px;padding-bottom:0px;padding-left:14px;display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;row-gap:10px;column-gap:8px;transition-behavior:normal, normal;transition-duration:0.28s, 0.28s;transition-timing-function:ease, ease;transition-delay:0s, 0s;transition-property:max-height, padding;box-sizing:border-box;}.swf-pc-section-content.swf-pc-open{max-height:640px;padding-top:10px;padding-right:14px;padding-bottom:14px;padding-left:14px;overflow-x:visible;overflow-y:visible;}.swf-pc-section-content.swf-pc-radio-grid{display:grid;grid-template-columns:1fr;row-gap:8px;column-gap:8px;}.swf-pc-section-toggle::before{content:"";width:7px;height:7px;border-right-width:1.75px;border-right-style:solid;border-right-color:currentcolor;border-bottom-width:1.75px;border-bottom-style:solid;border-bottom-color:currentcolor;transform:rotate(45deg);transform-origin:center center;transition-behavior:normal;transition-duration:0.22s;transition-timing-function:ease;transition-delay:0s;transition-property:transform;}.swf-pc-section-toggle.swf-pc-open::before{transform:rotate(-135deg);}.swf-pc-empty-text{font-size:11px;color:var(--swf-pc-muted);padding-top:2px;}.swf-pc-color-swatch{position:relative;width:35px;height:35px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;cursor:pointer;transition-behavior:normal, normal, normal, normal;transition-duration:0.2s, 0.15s, 0.15s, 0.15s;transition-timing-function:ease, ease, ease, ease;transition-delay:0s, 0s, 0s, 0s;transition-property:opacity, transform, box-shadow, border-color;background-clip:padding-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:rgba(15, 23, 42, 0.1) 0px 4px 12px;}.swf-pc-color-swatch.selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(15, 23, 42);outline-style:solid;outline-width:2px;box-shadow:rgba(15, 23, 42, 0.16) 0px 10px 22px;}.swf-pc-color-swatch:hover{transform:translateY(-1px);opacity:0.95;}.swf-pc-image-swatch{display:flex;flex-direction:column;align-items:center;row-gap:0px;column-gap:0px;width:35px;cursor:pointer;transition-behavior:normal;transition-duration:0.15s;transition-timing-function:ease;transition-delay:0s;transition-property:transform;flex-shrink:0;background-image:none;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:initial;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.swf-pc-image-swatch-thumb{position:relative;width:35px;height:35px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;overflow-x:hidden;overflow-y:hidden;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(241, 245, 249, 0.9);transition-behavior:normal, normal;transition-duration:0.15s, 0.15s;transition-timing-function:ease, ease;transition-delay:0s, 0s;transition-property:border-color, box-shadow;box-shadow:rgba(15, 23, 42, 0.1) 0px 4px 12px;}.swf-pc-image-swatch.selected .swf-pc-image-swatch-thumb{border-top-color:rgb(15, 23, 42);border-right-color:rgb(15, 23, 42);border-bottom-color:rgb(15, 23, 42);border-left-color:rgb(15, 23, 42);box-shadow:rgba(15, 23, 42, 0.16) 0px 10px 22px;}.swf-pc-image-swatch:hover{transform:translateY(-1px);}.swf-pc-image-swatch.loading{pointer-events:none;}.swf-pc-section-content.swf-pc-options-loading{pointer-events:none;}.swf-pc-image-swatch.loading .swf-pc-image-swatch-thumb::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin-top:-7px;margin-right:0px;margin-bottom:0px;margin-left:-7px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:rgba(255, 255, 255, 0.9);border-bottom-color:rgba(255, 255, 255, 0.9);border-left-color:rgba(255, 255, 255, 0.9);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-color:rgb(15, 23, 42);animation-duration:0.7s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:swf-pc-spin;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}.swf-pc-image-swatch img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block;}.swf-product-configurator-wrapper.swf-pc-initial-loading::before{content:"";position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.94);z-index:4;}.swf-product-configurator-wrapper.swf-pc-initial-loading::after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin-top:-12px;margin-right:0px;margin-bottom:0px;margin-left:-12px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:rgba(15, 23, 42, 0.12);border-bottom-color:rgba(15, 23, 42, 0.12);border-left-color:rgba(15, 23, 42, 0.12);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;border-top-color:rgb(15, 23, 42);animation-duration:0.75s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:swf-pc-spin;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;z-index:4;}.swf-pc-radio-option{width:100%;padding-top:11px;padding-right:12px;padding-bottom:11px;padding-left:12px;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.12);border-right-color:rgba(15, 23, 42, 0.12);border-bottom-color:rgba(15, 23, 42, 0.12);border-left-color:rgba(15, 23, 42, 0.12);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;cursor:pointer;font-family:"Open Sans", sans-serif;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.92);color:var(--swf-pc-ink);transition-behavior:normal, normal, normal, normal;transition-duration:0.15s, 0.15s, 0.15s, 0.15s;transition-timing-function:ease, ease, ease, ease;transition-delay:0s, 0s, 0s, 0s;transition-property:border-color, background, box-shadow, transform;min-height:44px;display:inline-flex;align-items:center;justify-content:flex-start;row-gap:10px;column-gap:10px;box-shadow:rgba(15, 23, 42, 0.04) 0px 2px 10px;text-align:left;}.swf-pc-radio-option.selected{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(248, 250, 252, 0.96);box-shadow:rgba(15, 23, 42, 0.08) 0px 8px 18px;}.swf-pc-radio-option:hover:not(.selected){border-top-color:rgba(15, 23, 42, 0.24);border-right-color:rgba(15, 23, 42, 0.24);border-bottom-color:rgba(15, 23, 42, 0.24);border-left-color:rgba(15, 23, 42, 0.24);background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(255, 255, 255, 0.98);transform:translateY(-1px);}.swf-pc-radio-control{width:16px;height:16px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-width:1.5px;border-right-width:1.5px;border-bottom-width:1.5px;border-left-width:1.5px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(15, 23, 42, 0.32);border-right-color:rgba(15, 23, 42, 0.32);border-bottom-color:rgba(15, 23, 42, 0.32);border-left-color:rgba(15, 23, 42, 0.32);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition-behavior:normal, normal;transition-duration:0.15s, 0.15s;transition-timing-function:ease, ease;transition-delay:0s, 0s;transition-property:border-color, box-shadow;}.swf-pc-radio-dot{width:8px;height:8px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:currentcolor;transform:scale(0);transition-behavior:normal;transition-duration:0.15s;transition-timing-function:ease;transition-delay:0s;transition-property:transform;}.swf-pc-radio-option.selected .swf-pc-radio-control{border-top-color:currentcolor;border-right-color:currentcolor;border-bottom-color:currentcolor;border-left-color:currentcolor;box-shadow:rgba(15, 23, 42, 0.04) 0px 0px 0px 1px inset;}.swf-pc-radio-option.selected .swf-pc-radio-dot{transform:scale(1);}.swf-pc-radio-text{min-width:0px;font-size:12px;font-weight:600;line-height:1.35;color:inherit;}.swf-pc-toggle-input:checked + .swf-pc-toggle-track{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(15, 23, 42);}.swf-pc-toggle-input:checked + .swf-pc-toggle-track .swf-pc-toggle-thumb{transform:translateX(20px);}.swf-pc-color-swatch:focus-visible{outline-color:rgba(15, 23, 42, 0.28);outline-style:solid;outline-width:2px;outline-offset:2px;}.swf-pc-image-swatch:focus-visible{outline-color:rgba(15, 23, 42, 0.28);outline-style:solid;outline-width:2px;outline-offset:2px;}.swf-pc-radio-option:focus-visible{outline-color:rgba(15, 23, 42, 0.28);outline-style:solid;outline-width:2px;outline-offset:2px;}.swf-pc-section-header:focus-visible{outline-color:rgba(15, 23, 42, 0.28);outline-style:solid;outline-width:2px;outline-offset:2px;}#i8vi{min-height:500px;}#ixo79{background-color:#ffffff;}#i8jpl{background-color:#ffffff;}#iq0p1{background-color:transparent;}#ivjuk{background-color:transparent;}#in693{background-color:transparent;}#ifr9k{background-color:transparent;}#ivw92{background-color:transparent;}#ivurh{background-color:#ffffff;}#iksf5{background-color:#ffffff;}#ics1l{background-color:transparent;}#iajvu{background-color:transparent;}#imkxz{background-color:transparent;}#ihzi9{background-color:transparent;}#ikjr5{background-color:transparent;}#icznbg{background-color:transparent;}#iay0fi{background-color:transparent;}#ieumie{background-color:transparent;}#i1c6m7{background-color:transparent;}#ix1caz{background-color:transparent;}#ix6ecb{background-color:transparent;}#il3bxh{background-color:transparent;}#iu3bmo{background-color:transparent;}#ip452m{background-color:transparent;}#i6yx21{background-color:transparent;}#isonxt{background-color:transparent;}#iwceju{background-color:transparent;}#iapijq{background-color:transparent;}#igrw{opacity:0;}#i8mpn2{background-color:#670512;}#i89khk{color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:none;}#i8guhi{background-color:#614c43;}#i17dek{color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:none;}#igksg6{background-color:#4d4e1c;}#idn1tl{color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:none;}#ir8dxb{background-color:#514d48;}#iewp6t{color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:none;}#in8zl{top:75px;right:auto;left:10px;}#isv3vj{max-width:100%;position:absolute;width:100px;top:10px;left:10px;right:auto;}@keyframes swf-pc-spin{100%{transform:rotate(360deg);}}@media (max-width: 840px){.swf-product-configurator-wrapper{--swf-pc-panel-w:min(44dvw, 360px);}}@media (max-width: 600px){.swf-product-configurator-wrapper{padding-right:0px;--swf-pc-panel-w:100%;height:100%;--swf-pc-panel-h:min(40dvh, 640px);padding-bottom:var(--swf-pc-panel-h);}.swf-product-configurator-panel{top:auto;left:0px;right:0px;width:100%;min-width:0px;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;bottom:calc(-1 * var(--swf-pc-panel-h));height:var(--swf-pc-panel-h);}.swf-pc-title{font-size:16px;}.swf-pc-section-header{padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;}.swf-pc-section-content{padding-left:12px;padding-right:12px;}.swf-pc-section-content.swf-pc-open{padding-top:10px;padding-right:12px;padding-bottom:12px;padding-left:12px;}.swf-pc-section-content.swf-pc-radio-grid{grid-template-columns:1fr;}}
            