@scope (.fykikta-giraffe-detail-tail) {/* Typography (heading) */
  



/* Typography (.fykikta-giraffe-detail-tail) */
  







.fykikta-giraffe-detail-tail {--heading-color: 56, 63, 66;
    --text-color: 56, 63, 66;
    --background: 255, 255, 255;
    --secondary-background: 245, 245, 245;
    --border-color: 225, 226, 227;
    --border-color-darker: 175, 178, 179;
    --success-color: 255, 105, 0;
    --success-background: 255, 225, 204;
    --error-color: 222, 42, 42;
    --error-background: 253, 240, 240;
    --primary-button-background: 255, 105, 0;
    --primary-button-text-color: 56, 63, 66;
    --secondary-button-background: 255, 105, 0;
    --secondary-button-text-color: 56, 63, 66;
    --product-star-rating: 255, 105, 0;
    --product-on-sale-accent: 255, 105, 0;
    --product-sold-out-accent: 166, 166, 166;
    --product-custom-label-background: 64, 93, 230;
    --product-custom-label-text-color: 255, 255, 255;
    --product-custom-label-2-background: 255, 105, 0;
    --product-custom-label-2-text-color: 255, 255, 255;
    --product-low-stock-text-color: 222, 42, 42;
    --product-in-stock-text-color: 255, 105, 0;
    --loading-bar-background: 56, 63, 66;

    /* We duplicate some "base" colors as root colors, which is useful to use on drawer elements or popover without. Those should not be overridden to avoid issues */
    --root-heading-color: 56, 63, 66;
    --root-text-color: 56, 63, 66;
    --root-background: 255, 255, 255;
    --root-border-color: 225, 226, 227;
    --root-primary-button-background: 255, 105, 0;
    --root-primary-button-text-color: 56, 63, 66;

    --base-font-size: 16px;
    --heading-font-family: Lato, sans-serif;
    --heading-font-weight: 700;
    --heading-font-style: normal;
    --heading-text-transform: normal;
    --text-font-family: Lato, sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --text-font-bold-weight: 600;

    /* Typography (font size) */
    --heading-xxsmall-font-size: 11px;
    --heading-xsmall-font-size: 11px;
    --heading-small-font-size: 12px;
    --heading-large-font-size: 36px;
    --heading-h1-font-size: 36px;
    --heading-h2-font-size: 30px;
    --heading-h3-font-size: 26px;
    --heading-h4-font-size: 24px;
    --heading-h5-font-size: 20px;
    --heading-h6-font-size: 16px;

    /* Control the look and feel of the theme by changing radius of various elements */
    --button-border-radius: 4px;
    --block-border-radius: 8px;
    --block-border-radius-reduced: 4px;
    --color-swatch-border-radius: 0px;

    /* Button size */
    --button-height: 48px;
    --button-small-height: 40px;

    /* Form related */
    --form-input-field-height: 48px;
    --form-input-gap: 16px;
    --form-submit-margin: 24px;

    /* Product listing related variables */
    --product-list-block-spacing: 32px;

    /* Video related */
    --play-button-background: 255, 255, 255;
    --play-button-arrow: 56, 63, 66;

    /* RTL support */
    --transform-logical-flip: 1;
    --transform-origin-start: left;
    --transform-origin-end: right;

    /* Other */
    --zoom-cursor-svg-url: url(//cdn.shopify.com/s/files/1/0370/9537/4907/t/33/assets/zoom-cursor.svg?v=101462398142131897081699427321);
    --arrow-right-svg-url: url(//cdn.shopify.com/s/files/1/0370/9537/4907/t/33/assets/arrow-right.svg?v=53061404420194785321694400673);
    --arrow-left-svg-url: url(//cdn.shopify.com/s/files/1/0370/9537/4907/t/33/assets/arrow-left.svg?v=13296667968943729641694400673);

    /* Some useful variables that we can reuse in our CSS. Some explanation are needed for some of them:
       - container-max-width-minus-gutters: represents the container max width without the edge gutters
       - container-outer-width: considering the screen width, represent all the space outside the container
       - container-outer-margin: same as container-outer-width but get set to 0 inside a container
       - container-inner-width: the effective space inside the container (minus gutters)
       - grid-column-width: represents the width of a single column of the grid
       - vertical-breather: this is a variable that defines the global "spacing" between sections, and inside the section
                            to create some "breath" and minimum spacing
     */
    --container-max-width: 1600px;
    --container-gutter: 24px;
    --container-max-width-minus-gutters: calc(var(--container-max-width) - (var(--container-gutter)) * 2);
    --container-outer-width: max(calc((100vw - var(--container-max-width-minus-gutters)) / 2), var(--container-gutter));
    --container-outer-margin: var(--container-outer-width);
    --container-inner-width: calc(100vw - var(--container-outer-width) * 2);

    --grid-column-count: 10;
    --grid-gap: 24px;
    --grid-column-width: calc((100vw - var(--container-outer-width) * 2 - var(--grid-gap) * (var(--grid-column-count) - 1)) / var(--grid-column-count));

    --vertical-breather: 28px;
    --vertical-breather-tight: 28px;

    /* Shopify related variables */
    --payment-terms-background-color: #ffffff;



    /* 自制模板组件颜色变量 */
    --active-box-border-color:#ff6900;
    --product-active-price-color:#ff6900;
    --text-active-color:#ff6900;
    --button-active-background-color:#ff6900;
  }

  @media screen and (min-width: 741px) {
    .fykikta-giraffe-detail-tail {
      --container-gutter: 40px;
      --grid-column-count: 20;
      --vertical-breather: 40px;
      --vertical-breather-tight: 40px;

      /* Typography (font size) */
      --heading-xsmall-font-size: 12px;
      --heading-small-font-size: 13px;
      --heading-large-font-size: 52px;
      --heading-h1-font-size: 48px;
      --heading-h2-font-size: 38px;
      --heading-h3-font-size: 32px;
      --heading-h4-font-size: 24px;
      --heading-h5-font-size: 20px;
      --heading-h6-font-size: 18px;

      /* Form related */
      --form-input-field-height: 52px;
      --form-submit-margin: 32px;

      /* Button size */
      --button-height: 52px;
      --button-small-height: 44px;
    }
  }

  @media screen and (min-width: 1200px) {
    .fykikta-giraffe-detail-tail {
      --vertical-breather: 48px;
      --vertical-breather-tight: 48px;
      --product-list-block-spacing: 48px;

      /* Typography */
      --heading-large-font-size: 64px;
      --heading-h1-font-size: 56px;
      --heading-h2-font-size: 48px;
      --heading-h3-font-size: 36px;
      --heading-h4-font-size: 30px;
      --heading-h5-font-size: 24px;
      --heading-h6-font-size: 18px;
    }
  }

  @media screen and (min-width: 1600px) {
    .fykikta-giraffe-detail-tail {
      --vertical-breather: 48px;
      --vertical-breather-tight: 48px;
    }
  }
}
@scope (.fykikta-giraffe-detail-tail) {.fykikta-giraffe-detail-tail{--joy-primary: #FF6900;--joy-primary-hover: #E85D00;--joy-dark: #1A1A1A;--joy-text: #383F42;--joy-text-light: #666666;--joy-text-muted: #818181;--joy-text-hint: #999999;--joy-white: #FFFFFF;--joy-bg-light: #F5F5F5;--joy-bg-card: #F9F9F9;--joy-border: #E8E8E8;--joy-border-light: #F0F0F0;--joy-border-dashed: #E0E0E0;--joy-tier1-bg: linear-gradient(135deg, #E8F0FE, #D0E0F8);--joy-tier1-icon-bg: #E8F0FE;--joy-tier2-bg: linear-gradient(135deg, #FDE8D8, #F5C8A8);--joy-tier2-icon-bg: #FDE8D8;--joy-tier3-bg: linear-gradient(135deg, #F5D8A8, #E8C088);--joy-tier3-icon-bg: #F5E8D0;--joy-max-width: 1200px;--joy-content-width: 1100px;--joy-grid-width: 1000px;--joy-section-py-desktop: 80px;--joy-section-py-mobile: 60px;--joy-section-px-desktop: 48px;--joy-section-px-mobile: 24px;--joy-radius-card: 12px;--joy-radius-card-lg: 16px;--joy-radius-btn: 4px;--joy-radius-icon: 10px;--joy-font-family: "Lato", sans-serif}.joy-container{width:100%;max-width:var(--joy-max-width);margin-left:auto;margin-right:auto;padding-left:var(--joy-section-px-mobile);padding-right:var(--joy-section-px-mobile);box-sizing:border-box}@media(min-width:1000px){.joy-container{padding-left:var(--joy-section-px-desktop);padding-right:var(--joy-section-px-desktop)}}.joy-section-title{font-family:var(--joy-font-family);font-size:24px;font-weight:700;color:var(--joy-dark);text-align:center;margin:0;line-height:1.2}@media(min-width:1000px){.joy-section-title{font-size:32px}}.joy-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--joy-font-family);font-size:16px;font-weight:600;text-transform:uppercase;text-decoration:none;padding:12px 32px;border-radius:var(--joy-radius-btn);cursor:pointer;transition:all .2s ease;border:none;line-height:1;letter-spacing:.5px;box-sizing:border-box}.joy-btn--primary{background-color:var(--joy-primary);color:var(--joy-white)}.joy-btn--primary:hover{background-color:var(--joy-primary-hover)}.joy-btn--dark{background-color:var(--joy-dark);color:var(--joy-white)}.joy-btn--dark:hover{background-color:#333}.joy-btn--outline{background-color:var(--joy-white);color:var(--joy-dark);border:1px solid var(--joy-dark)}.joy-btn--outline:hover{background-color:var(--joy-dark);color:var(--joy-white)}.joy-btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.joy-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:joy-skeleton-shimmer 1.5s infinite;border-radius:var(--joy-radius-card)}@keyframes joy-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.joy-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.Joy-FAQ__Question,.Joy-FAQ__Question label,.Joy-FAQ__Answers{background:unset!important}@media(min-width:1025px){.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Container{display:grid!important;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;gap:16px;align-items:start!important;align-content:start}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Row{margin:0;align-self:start!important;justify-self:stretch;height:auto!important;min-height:0!important;max-height:none!important;display:block!important}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Question,.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Answers{width:100%}}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__ArrowIcon{display:none!important}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Question{display:flex!important;align-items:center;justify-content:space-between;padding:16px 20px;position:relative;border-bottom:none!important;cursor:pointer}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Question label{flex:1;margin:0;cursor:pointer}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Plus{position:relative;width:20px;height:20px;flex-shrink:0;margin-left:auto}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Plus:before,.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Plus:after{content:"";position:absolute;top:50%;left:50%;background-color:#000;transition:transform .3s ease,opacity .3s ease}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Plus:before{width:14px;height:2px;transform:translate(-50%,-50%)}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Plus:after{width:2px;height:14px;transform:translate(-50%,-50%)}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Row.active .Joy-FAQ__Plus:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.Joy-FAQ.Avada-Joy__Block .Joy-FAQ__Question:after{content:"";position:absolute;left:20px;right:40px;bottom:0;height:1px;background-color:#e5e5e5}.Joy-FAQ__Row.active .Joy-FAQ__Answers{padding:12px 20px}@media(min-width:1025px){.joy-member-day__bg picture,.joy-member-day__bg img{margin-bottom:1rem}.joy-tier-card__name{font-size:24px!important}}@media(min-width:768px)and (max-width:1024px){.joy-member-day__bg picture,.joy-member-day__bg img{margin-bottom:1rem;margin-top:unset!important}.joy-hero__title{font-size:36px!important}.joy-member-day__description,.joy-hiw__card-desc,.joy-earn__card-title,.joy-earn__more-link,.joy-redeem__tab,.joy-tier-card__range,.joy-tier-card__benefit-text,.joy-redeem__modal-btn joy-redeem__modal-btn--primary{font-size:16px!important}.joy-tier-card__name{font-size:24px!important;font-weight:700}}@media(max-width:767px){.joy-hero__title{font-size:36px!important}.Joy-Blocks__Heading{font-size:24px!important}.joy-hero__subtitle{font-size:16px}.joy-hiw__card-title{font-size:20px!important}.joy-hiw__card-desc,.Joy-FAQ__Question label,.joy-redeem__modal-btn joy-redeem__modal-btn--primary{font-size:14px!important}}#Avada-Joy_FloatingButton .NewVersion .MuiButton-root,#Avada-Joy_FloatingButton .Joy-WidgetVer3 .MuiButton-containedPrimary{text-align:center}.joy-redeem__card-label{line-height:1.3}.joy-points-calculator__block{background-color:#f5f5f5!important;border-radius:4px}.Avada-PointsCalculator__Container img{max-width:20px!important;height:unset!important}.Avada-PointsCalculator__Container{margin-top:unset!important;margin:10px!important;column-gap:8px!important}.Avada-PointsCalculator__Container p{margin-top:unset!important}.joy-points-calculator__block .Avada-ButtonMediumLink{display:none!important}.shopify-section.joy-loyalty-hero-section{padding-bottom:10px}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/joy-loyalty.css.map?v=132583417755863097861780978521 */
}
@scope (.fykikta-giraffe-detail-tail) {@media screen and (max-width:740px){.hidden-phone{display:none!important}}@media screen and (min-width:741px)and (max-width:999px){.hidden-tablet{display:none!important}}@media screen and (min-width:741px){.hidden-tablet-and-up{display:none!important}}@media screen and (max-width:999px){.hidden-pocket{display:none!important}}@media screen and (min-width:1000px)and (max-width:1199px){.hidden-lap{display:none!important}}@media screen and (min-width:1000px){.hidden-lap-and-up{display:none!important}}@media screen and (min-width:1200px){.hidden-desk{display:none!important}}@media screen and (min-width:1400px){.hidden-wide{display:none!important}}@media screen and (pointer:fine){.hidden-no-touch{display:none!important}}@media not screen and (pointer:fine){.hidden-touch{display:none!important}}@media print{.hidden-print{display:none!important}}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */*,*:before,*:after{box-sizing:border-box!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fykikta-giraffe-detail-tail{font-family:sans-serif;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-text-size-adjust:100%;text-size-adjust:100%}.fykikta-giraffe-detail-tail{margin:0}[hidden]{display:none!important}blockquote:first-child,ul:first-child,ol:first-child,p:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0!important}blockquote:last-child,ul:last-child,ol:last-child,p:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0!important}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit;margin:0;text-align:inherit}button,[type=submit]{padding:0;overflow:visible;background:none;border:none;border-radius:0;cursor:pointer;-webkit-appearance:none;appearance:none;touch-action:manipulation}button[disabled],.fykikta-giraffe-detail-tail input[disabled]{cursor:default}img,video{height:auto;width:100%;max-width:100%;border-style:none;vertical-align:top}img:-moz-loading{visibility:hidden}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-backface-visibility:hidden;outline:none}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:var(--zoom-cursor-svg-url) 26 26,zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:rgb(var(--background));opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}[dir=ltr] .pswp__top-bar{right:var(--container-gutter)}[dir=rtl] .pswp__top-bar{left:var(--container-gutter)}.pswp__top-bar{position:absolute;top:var(--container-gutter)}.pswp__prev-next-buttons{position:absolute;display:flex;justify-content:space-between;left:0;right:0;top:calc(50% - 28px);margin-left:var(--container-gutter);margin-right:var(--container-gutter);pointer-events:none}.pswp__dots-nav-wrapper{display:flex;position:absolute;bottom:0;padding-left:var(--container-gutter);padding-right:var(--container-gutter);padding-top:20px;padding-bottom:20px;align-items:center;justify-content:space-between;width:100%;background:rgb(var(--background));transition:opacity .25s ease-in-out,transform .25s ease-in-out;transition-delay:.2s}.pswp__dots-nav-wrapper .dots-nav{padding-left:20px;padding-right:20px}.pswp__ui--hidden .pswp__dots-nav-wrapper{opacity:0;transform:translateY(10px)}.pswp__button svg{transition:transform .25s ease-in-out}@supports (padding: max(0px)){.pswp__dots-nav-wrapper{padding-bottom:max(20px,env(safe-area-inset-bottom,0px) + 20px)}}@media screen and (pointer:fine){.pswp__button:hover svg{transform:rotate(90deg)}}.flickity-enabled{position:relative;overflow:visible!important}.flickity-enabled:focus{outline-offset:2px}.flickity-viewport{overflow:hidden;position:relative;height:100%;width:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.flickity-enabled.is-draggable:not(.is-hovering-right):not(.is-hovering-left) .flickity-viewport{cursor:grab}.flickity-enabled.is-draggable:not(.is-hovering-right):not(.is-hovering-left) .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-enabled.is-hovering-right .flickity-viewport{cursor:var(--arrow-right-svg-url) 17 14,e-resize}.flickity-enabled.is-hovering-left .flickity-viewport{cursor:var(--arrow-left-svg-url) 17 14,w-resize}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-enabled.is-fade .flickity-slider>*{pointer-events:none;z-index:0;transition:visibility .2s linear}.flickity-enabled.is-fade .flickity-slider>.is-selected{pointer-events:auto;z-index:1}.flickity-enabled.is-fade .flickity-slider>:not(.is-selected){visibility:hidden}.fykikta-giraffe-detail-tail{font-family:var(--text-font-family);font-weight:var(--text-font-weight);font-style:var(--text-font-style);font-size:calc(var(--base-font-size) - 1px);line-height:1.7142857143;color:rgb(var(--text-color));background:rgb(var(--background))}:lang(ar) *{letter-spacing:normal!important}p strong,p b{font-weight:var(--text-font-bold-weight)}.heading,.blockquote,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte blockquote{display:block;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);color:rgb(var(--heading-color));text-transform:var(--heading-text-transform)}.text--small{font-size:calc(var(--base-font-size) - 2px);line-height:1.6923076923}.text--xsmall{font-size:calc(var(--base-font-size) - 3px);line-height:1.5}.text--xxsmall{font-size:calc(var(--base-font-size) - 5px);line-height:1.5}.text--large{font-size:calc(var(--base-font-size) + 1px)}.text--subdued{color:rgba(var(--text-color),.7)}[dir=ltr] .text--left{text-align:left}[dir=rtl] .text--left{text-align:right}.text--center{text-align:center}[dir=ltr] .text--right{text-align:right}[dir=rtl] .text--right{text-align:left}.text--strong{font-weight:var(--text-font-bold-weight)}.text--underlined{text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}p a:not(.button),.rte a:not(.button),.link{text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:rgba(var(--text-color),.35);text-decoration-color:rgba(var(--text-color),.35);transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}.heading--small.link{line-height:1.8}@media screen and (pointer:fine){p a:not(.button):hover,.rte a:not(.button):hover,.link:hover{color:rgb(var(--text-color));-webkit-text-decoration-color:rgb(var(--text-color));text-decoration-color:rgb(var(--text-color))}}.link--animated{display:block;position:relative;width:max-content}.link--animated:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:var(--transform-origin-end);transition:transform .3s}.text--underlined.link--animated{text-decoration:none}.text--underlined.link--animated:after{transform:scaleX(1)}@media screen and (pointer:fine){.link--animated[aria-expanded=true]:after,.link--animated:hover:after{transform:scaleX(1);transform-origin:var(--transform-origin-start)}@keyframes textUnderlinedAnimatedKeyframes{0%{transform:scaleX(1);transform-origin:var(--transform-origin-end)}50%{transform:scaleX(0);transform-origin:var(--transform-origin-end)}51%{transform-origin:var(--transform-origin-start)}to{transform:scaleX(1)}}.text--underlined.link--animated:hover:after{animation:textUnderlinedAnimatedKeyframes .6s}}.link--faded{transition:opacity .25s ease-in-out}.link--faded:hover{opacity:.7}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}@media screen and (min-width:741px){.fykikta-giraffe-detail-tail{font-size:var(--base-font-size);line-height:1.7333333333}.text--small{font-size:calc(var(--base-font-size) - 1px);line-height:1.714285713}.text--xsmall{font-size:calc(var(--base-font-size) - 2px);line-height:1.5384615385}.text--xxsmall{font-size:calc(var(--base-font-size) - 4px);line-height:1.5384615385}.text--large{font-size:calc(var(--base-font-size) + 5px)}}.heading:first-child{margin-top:0}.heading:last-child{margin-bottom:0}.heading--small,.heading--xsmall,.heading--xxsmall{font-family:var(--text-font-family);font-style:var(--text-font-style);text-transform:uppercase;font-weight:var(--text-font-bold-weight);line-height:1.4663636;letter-spacing:1px}.heading--xxsmall{font-size:var(--heading-xxsmall-font-size)}.heading--xsmall{font-size:var(--heading-xsmall-font-size)}.heading--small{font-size:var(--heading-small-font-size);line-height:1.5}.heading--large,.rte .heading--large{font-size:var(--heading-large-font-size);line-height:1.11111111;letter-spacing:-.9px}.h1,.rte h1{font-size:var(--heading-h1-font-size);line-height:1.11111111;letter-spacing:-.9px}.h2,.rte h2{font-size:var(--heading-h2-font-size);line-height:1.13333333;letter-spacing:-.6px}.h3,.rte h3{font-size:var(--heading-h3-font-size);line-height:1.1538461538;letter-spacing:-.4px}.h4,.rte h4{font-size:var(--heading-h4-font-size);line-height:1.1666666667;letter-spacing:-.3px}.h5,.rte h5{font-size:var(--heading-h5-font-size);line-height:1.2;letter-spacing:-.3px}.h6,.rte h6{font-size:var(--heading-h6-font-size);line-height:1.25}.blockquote,.rte blockquote{position:relative;padding:24px 24px 0;font-size:var(--heading-h4-font-size);line-height:1.1666666667;letter-spacing:-.3px}[dir=ltr] .blockquote:before,[dir=ltr] .rte blockquote:before{left:calc(50% - 35.5px)}[dir=rtl] .blockquote:before,[dir=rtl] .rte blockquote:before{right:calc(50% - 35.5px)}.blockquote:before,.rte blockquote:before{content:"";position:absolute;width:71px;height:56px;top:-10px;background:rgb(var(--text-color));opacity:.15;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);-webkit-mask-size:71px 56px;mask-size:71px 56px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}[dir=ltr] .unordered-list,[dir=ltr] .text-container ul,[dir=ltr] .rte ul{margin-left:1.25em;margin-right:0}[dir=rtl] .unordered-list,[dir=rtl] .text-container ul,[dir=rtl] .rte ul{margin-right:1.25em;margin-left:0}.unordered-list,.text-container ul,.rte ul{list-style-type:square;padding:0}[dir=ltr] .ordered-list,[dir=ltr] .text-container ol,[dir=ltr] .rte ol{margin-left:1em;margin-right:0}[dir=rtl] .ordered-list,[dir=rtl] .text-container ol,[dir=rtl] .rte ol{margin-right:1em;margin-left:0}.ordered-list,.text-container ol,.rte ol{padding:0}[dir=ltr] .unordered-list li,[dir=ltr] .text-container ul li,[dir=ltr] .rte ul li{padding:2px 0 2px 5px}[dir=rtl] .unordered-list li,[dir=rtl] .text-container ul li,[dir=rtl] .rte ul li{padding:2px 5px 2px 0}[dir=ltr] .ordered-list li,[dir=ltr] .text-container ol li,[dir=ltr] .rte ol li{padding:3px 0 3px 9px}[dir=rtl] .ordered-list li,[dir=rtl] .text-container ol li,[dir=rtl] .rte ol li{padding:3px 9px 3px 0}.unordered-list li::marker,.text-container ul li::marker,.rte ul li::marker{color:inherit;font-size:16px}.ordered-list li::marker,.text-container ol li::marker,.rte ol li::marker{color:inherit;font-size:11px}.table-wrapper{overflow-x:auto}.table,.rte table{--table-spacing: 16px;width:100%}.table--loose{--table-spacing: 24px}[dir=ltr] .table th:not([class*=text--]),[dir=ltr] .rte table th:not([class*=text--]){text-align:left}[dir=rtl] .table th:not([class*=text--]),[dir=rtl] .rte table th:not([class*=text--]){text-align:right}.table th,.rte table th{padding-bottom:15px;border-bottom:1px solid rgb(var(--border-color))}.table th,.rte table th{padding-left:var(--table-spacing);padding-right:var(--table-spacing)}.table td.half-spaced,.rte table td.half-spaced{padding:calc(var(--table-spacing) / 2)}.table td,.rte table td{padding:var(--table-spacing);padding-bottom:0}.table tr[onclick]{cursor:pointer}[dir=ltr] .table th:first-child,[dir=ltr] .rte table th:first-child,[dir=ltr] .table td:first-child,[dir=ltr] .rte table td:first-child{padding-left:0}[dir=rtl] .table th:first-child,[dir=rtl] .rte table th:first-child,[dir=rtl] .table td:first-child,[dir=rtl] .rte table td:first-child{padding-right:0}[dir=ltr] .table th:last-child,[dir=ltr] .rte table th:last-child,[dir=ltr] .table td:last-child,[dir=ltr] .rte table td:last-child{padding-right:0}[dir=rtl] .table th:last-child,[dir=rtl] .rte table th:last-child,[dir=rtl] .table td:last-child,[dir=rtl] .rte table td:last-child{padding-left:0}.table tfoot tr:first-child td,.rte table tfoot tr:first-child td{border-top:1px solid rgb(var(--border-color))}.table tfoot tr:not(:first-child) td,.rte table tfoot tr:not(:first-child) td{padding-top:8px}.table--bordered td{border-top:1px solid rgb(var(--border-color));padding-bottom:var(--table-spacing)}.table--footered tbody tr:last-child td{padding-bottom:var(--table-spacing)}@media screen and (max-width:740px){.table tfoot td,.rte table tfoot td{padding-top:16px}}@media screen and (min-width:741px){.ordered-list li::marker,.text-container ol li::marker,.rte ol li::marker{font-size:12px}.heading--xsmall{line-height:1.466666666}.heading--small{line-height:1.2307692308}.heading--large{line-height:1}.h1,.rte h1{line-height:1.0416666667;letter-spacing:-1px}.h2,.rte h2{line-height:1.1052631579;letter-spacing:-1px}.h3,.rte h3{line-height:1.0625;letter-spacing:-.8px}.h4,.rte h4{line-height:1.1666666667;letter-spacing:-.6px}.h5,.rte h5{line-height:1.2;letter-spacing:-.3px}.h6,.rte h6{line-height:1.2222222222}[dir=ltr] .blockquote,[dir=ltr] .rte blockquote{padding-left:49px;padding-right:0}[dir=rtl] .blockquote,[dir=rtl] .rte blockquote{padding-right:49px;padding-left:0}.blockquote,.rte blockquote{line-height:1.1666666667;letter-spacing:-.6px;min-height:63px}[dir=ltr] .blockquote--center{padding-left:0}[dir=rtl] .blockquote--center{padding-right:0}[dir=ltr] .blockquote:not(.blockquote--center):before,[dir=ltr] .rte blockquote:not(.blockquote--center):before{left:0}[dir=rtl] .blockquote:not(.blockquote--center):before,[dir=rtl] .rte blockquote:not(.blockquote--center):before{right:0}.blockquote:not(.blockquote--center):before,.rte blockquote:not(.blockquote--center):before{width:80px;height:63px;top:0;-webkit-mask-size:80px 63px;mask-size:80px 63px}[dir=ltr] .unordered-list li,[dir=ltr] .text-container ul li,[dir=ltr] .rte ul li{padding:4px 0 4px 5px}[dir=rtl] .unordered-list li,[dir=rtl] .text-container ul li,[dir=rtl] .rte ul li{padding:4px 5px 4px 0}[dir=ltr] .ordered-list li,[dir=ltr] .text-container ol li,[dir=ltr] .rte ol li{padding:4px 0 4px 9px}[dir=rtl] .ordered-list li,[dir=rtl] .text-container ol li,[dir=rtl] .rte ol li{padding:4px 9px 4px 0}}@media screen and (min-width:1000px){.table{--table-spacing: 24px}.table--loose{--table-spacing: 32px}}@media screen and (min-width:1200px){.heading--large,.rte .heading--large{line-height:1}.h1,.rte h1{line-height:1.0714285714;letter-spacing:-1px}.h2,.rte h2{line-height:1.0833333333;letter-spacing:-1px}.h3,.rte h3{line-height:1.1111111111;letter-spacing:-.8px}.h4,.rte h4{line-height:1.1333333333;letter-spacing:-.7px}.h5,.rte h5{line-height:1.1666666667;letter-spacing:-.4px}.h6,.rte h6{line-height:1.2222222222}[dir=ltr] .blockquote,[dir=ltr] .rte blockquote{padding-left:69px}[dir=rtl] .blockquote,[dir=rtl] .rte blockquote{padding-right:69px}.blockquote,.rte blockquote{line-height:1.1333333333;letter-spacing:-.7px;min-height:80px}[dir=ltr] .blockquote--center,[dir=ltr] .rte .blockquote--center{padding-left:0}[dir=rtl] .blockquote--center,[dir=rtl] .rte .blockquote--center{padding-right:0}.blockquote:not(.blockquote--center):before,.rte blockquote:not(.blockquote--center):before{width:101px;height:81px;-webkit-mask-size:101px 81px;mask-size:101px 81px}}.text-container p:not(.heading)+p,.rte p:not(.heading)+p,.text-container p+form,.rte p+form{margin-top:24px}.text-container .heading--large,.rte .heading--large{margin:48px 0 40px}.text-container .h1,.rte h1{margin:48px 0 24px}.text-container .h2,.rte h2,.text-container .h3,.rte h3,.text-container .h4,.rte h4,.text-container .h5,.rte h5,.text-container .h6,.rte h6{margin:40px 0 16px}.text-container .heading--small,.rte .heading--small{margin:16px 0}.text-container .heading--xsmall,.rte .heading--xsmall{margin:12px 0}.blockquote,.rte blockquote{margin:48px 0 64px}.text-container img:not([style*=float]),.rte img:not([style*=float]){display:block;margin:34px 0}.text-container ul,.rte ul,.text-container ol,.rte ol{margin-top:1em;margin-bottom:1em}@media screen and (min-width:1000px){.text-container p+form,.rte p+form{margin-top:32px}.text-container .h1,.rte h1{margin:48px 0 32px}.text-container .h2,.rte h2,.text-container .h3,.rte h3,.text-container .h4,.rte h4{margin:48px 0 24px}.text-container .h5,.rte h5,.text-container .h6,.rte h6{margin:40px 0 16px}.blockquote,.rte blockquote{margin:80px 0 96px}}.rte>:first-child,.text-container>:first-child{margin-top:0}.rte>:last-child,.text-container>:last-child{margin-bottom:0}.heading--small+.heading--large{margin-top:32px}.heading--small+p,.heading--xsmall+p{margin-top:16px}.heading--small+p,.heading--small+.h1,.heading--small+h1,.heading--small+.h2,.heading--small+h2,.heading--small+.h3,.heading--small+h3,.heading--small+.h4,.heading--small+h4,.heading--small+.h5,.heading--small+h5,.heading--small+.h6,.heading--small+h6{margin-top:16px}.heading--xsmall+p,.heading--xsmall+.h1,.heading--xsmall+h1,.heading--xsmall+.h2,.heading--xsmall+h2,.heading--xsmall+.h3,.heading--xsmall+h3{margin-top:16px}.heading--xsmall+.h4,.heading--xsmall+h4,.heading--xsmall+.h5,.heading--xsmall+h5,.heading--xsmall+.h6,.heading--xsmall+h6{margin-top:12px}.heading+.button-wrapper,.heading+.button-group,p+.button-wrapper,p+.button-group,.button-wrapper+p,.button-group+p{margin-top:32px}@media screen and (min-width:741px){.heading--small+p,.heading--small+.h1,.heading--small+h1,.heading--small+.h2,.heading--small+h2,.heading--small+.h3,.heading--small+h3,.heading--small+.h4,.heading--small+h4{margin-top:24px}.heading--small+.h5,.heading--small+h5,.heading--small+.h6,.heading--small+h6{margin-top:16px}.heading--xsmall+.h1,.heading--xsmall+h1,.heading--xsmall+.h2,.heading--xsmall+h2{margin-top:24px}}.shopify-section{color:rgb(var(--text-color));scroll-margin-top:calc(var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar))}.js .no-focus-outline *:focus{outline:none}.lock-all{touch-action:none}@media screen and (max-width:740px){.lock-mobile{overflow:hidden;touch-action:none}}.container,.shopify-policy__container.shopify-policy__container{width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:var(--container-gutter);padding-right:var(--container-gutter);--container-outer-margin: 0px}.container--small{max-width:930px}@media screen and (max-width:999px){.container--flush{padding-left:0;padding-right:0}}@media screen and (min-width:1400px){.container--medium{padding-left:calc(var(--container-gutter) + var(--grid-column-width) + var(--grid-gap));padding-right:calc(var(--container-gutter) + var(--grid-column-width) + var(--grid-gap))}}.js .no-js{display:none!important}[reveal]{opacity:0}[reveal-visibility]{visibility:hidden}.no-js [reveal]{opacity:1}.no-js [reveal-visibility]{visibility:visible}.skip-to-content:focus{clip:auto;width:auto;height:auto;margin:0;color:rgb(var(--text-color));background-color:rgb(var(--background));padding:10px;opacity:1;z-index:10000;transition:none}.vertical-breather{padding-top:var(--vertical-breather);padding-bottom:var(--vertical-breather)}.vertical-breather--tight{padding-top:var(--vertical-breather-tight);padding-bottom:var(--vertical-breather-tight)}.vertical-breather--margin{padding-top:0!important;padding-bottom:0!important;margin-top:var(--vertical-breather);margin-bottom:var(--vertical-breather)}.vertical-breather--margin.vertical-breather--tight{margin-top:var(--vertical-breather-tight);margin-bottom:var(--vertical-breather-tight)}@media screen and (min-width:741px){.vertical-breather--extra-tight{padding-top:48px;padding-bottom:48px}.vertical-breather--margin.vertical-breather--extra-tight{margin-top:48px;margin-bottom:48px}}.anchor{scroll-margin-top:calc(var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) + var(--anchor-offset, 20px))}.anchor.vertical-breather:not(.vertical-breather--margin){--anchor-offset: 0px}.anchor.vertical-breather--margin{--anchor-offset: var( --vertical-breather )}.anchor.vertical-breather--tight.vertical-breather--margin{--anchor-offset: var(--vertical-breather-tight)}.icon{display:block;vertical-align:middle;background:none;pointer-events:none;overflow:visible}.icon--inline{display:inline-block}.icon-text{display:flex;align-items:center}[dir=ltr] .icon-text svg,[dir=ltr] .icon-text img{margin-right:12px}[dir=rtl] .icon-text svg,[dir=rtl] .icon-text img{margin-left:12px}@supports (scale: 1){[dir=rtl] .icon--direction-aware{scale:-1 1}}@supports not (scale: 1){[dir=rtl] .icon--direction-aware{transform:scaleX(-1)}}.list--unstyled{list-style:none;padding:0;margin:0}.loading-bar{position:fixed;top:0;left:0;height:3px;width:100%;opacity:0;background:rgb(var(--loading-bar-background));transform:scaleX(0);transform-origin:left;transition:transform .25s ease-in-out;z-index:50;pointer-events:none}.loading-bar.is-visible{opacity:1}.section{display:block;margin:var(--vertical-breather) 0}.section--tight{margin-top:var(--vertical-breather-tight);margin-bottom:var(--vertical-breather-tight)}.section:empty{display:none}.section--flush{margin-top:0;margin-bottom:0}.section__color-wrapper{display:flow-root;background:rgb(var(--section-background, var(--background)))}.section__color-wrapper--boxed{border-radius:var(--block-border-radius)}.section__header{max-width:1200px;margin-bottom:min(32px,var(--vertical-breather));margin-left:auto;margin-right:auto;text-align:center}.section__header:only-child{margin-bottom:0}.section__header--tight{max-width:800px}[dir=ltr] .section__header--left{text-align:left}[dir=rtl] .section__header--left{text-align:right}.section__header--left{margin-left:0}[dir=ltr] .section__header--right{text-align:right}[dir=rtl] .section__header--right{text-align:left}.section__header--right{margin-right:0}.section__footer{margin-top:32px;text-align:center}@media screen and (min-width:741px){.section__header{margin-bottom:min(40px,var(--vertical-breather))}.section__footer{margin-top:min(40px,var(--vertical-breather))}}@media screen and (min-width:1000px){.section__header{margin-bottom:min(48px,var(--vertical-breather))}.section__footer{margin-top:min(48px,var(--vertical-breather))}}.page-header{position:relative;text-align:center}.page-header--secondary{background:rgb(var(--secondary-background))}.page-header--clear:after,.page-header:before{content:"";display:table;clear:left}.page-header__text-wrapper{max-width:850px;margin:38px auto}.page-header--small .page-header__text-wrapper{margin-top:24px;margin-bottom:24px}.page-header--alone .page-header__text-wrapper{margin-bottom:72px}.page-content,.shopify-policy__body{max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom:min(var(--vertical-breather),80px)}.page-content--medium,.shopify-policy__body{max-width:670px}.page-content--small{max-width:460px}.page-content--fluid{max-width:none}@media screen and (min-width:741px){.page-header__text-wrapper{margin-top:68px;margin-bottom:68px}.page-header--small .page-header__text-wrapper{margin-top:48px;margin-bottom:40px}.page-header--alone .page-header__text-wrapper{margin-bottom:120px}.breadcrumb--floating+.page-header__text-wrapper{margin-top:80px}}.breadcrumb{z-index:1}[dir=ltr] .breadcrumb--floating{left:0}[dir=rtl] .breadcrumb--floating{right:0}.breadcrumb--floating{position:absolute;top:0}.breadcrumb__list{display:inline-flex;list-style:none;padding:26px 0;margin:0}.breadcrumb__item+.breadcrumb__item:before{content:"/";margin:0 4px;opacity:.7;float:left}.breadcrumb__link{transition:opacity .2s ease-in-out}.breadcrumb__link:not([aria-current=page]):not(:hover){opacity:.7}[dir=rtl] .breadcrumb__item+.breadcrumb__item:before{float:right}.pagination{display:flex;justify-content:center;margin-top:40px}.pagination__nav{display:table;border-collapse:separate;table-layout:fixed}.pagination__nav-item{position:relative;display:table-cell;box-shadow:1px 0 rgb(var(--border-color)),0 1px rgb(var(--border-color)),1px 1px rgb(var(--border-color)),1px 0 rgb(var(--border-color)) inset,0 1px rgb(var(--border-color)) inset;vertical-align:middle;height:47px;width:47px;text-align:center}[dir=ltr] .pagination__nav-item:first-child,[dir=ltr] .pagination__nav-item:first-child:before{border-top-left-radius:var(--button-border-radius)}[dir=rtl] .pagination__nav-item:first-child,[dir=rtl] .pagination__nav-item:first-child:before{border-top-right-radius:var(--button-border-radius)}[dir=ltr] .pagination__nav-item:first-child,[dir=ltr] .pagination__nav-item:first-child:before{border-bottom-left-radius:var(--button-border-radius)}[dir=rtl] .pagination__nav-item:first-child,[dir=rtl] .pagination__nav-item:first-child:before{border-bottom-right-radius:var(--button-border-radius)}[dir=ltr] .pagination__nav-item:last-child,[dir=ltr] .pagination__nav-item:last-child:before{border-top-right-radius:var(--button-border-radius)}[dir=rtl] .pagination__nav-item:last-child,[dir=rtl] .pagination__nav-item:last-child:before{border-top-left-radius:var(--button-border-radius)}[dir=ltr] .pagination__nav-item:last-child,[dir=ltr] .pagination__nav-item:last-child:before{border-bottom-right-radius:var(--button-border-radius)}[dir=rtl] .pagination__nav-item:last-child,[dir=rtl] .pagination__nav-item:last-child:before{border-bottom-left-radius:var(--button-border-radius)}.pagination__nav-item svg{margin:0 auto}.pagination__nav-item[aria-current]:before{content:"";position:absolute;max-width:calc(100% - 3px);max-height:calc(100% - 3px);top:2px;left:2px;right:0;bottom:0;pointer-events:none;z-index:1;box-shadow:0 0 0 2px currentColor}@media screen and (min-width:741px){.pagination{margin-top:48px}.pagination__nav-item{height:56px;width:56px}}.linklist__item:not(:first-child){padding-top:12px}.linklist__item a{display:inline-block;word-break:break-word}@media screen and (min-width:1000px){.linklist__item:not(:first-child){padding-top:6px}}.animated-plus{position:relative;width:10px;height:10px}.animated-plus:before,.animated-plus:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);background-color:currentColor;transition:transform .4s ease-in-out,opacity .4s ease-in-out}.animated-plus:before{width:10px;height:2px;opacity:1}.animated-plus:after{width:2px;height:10px}[aria-expanded=true]>.animated-plus:before{opacity:0}[aria-expanded=true]>.animated-plus:before,[aria-expanded=true]>.animated-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.aspect-ratio{position:relative;display:block;margin-left:auto;margin-right:auto}.aspect-ratio img,.aspect-ratio video,.aspect-ratio svg{position:absolute;height:100%;width:100%;max-width:100%;max-height:100%;top:0;left:0;object-fit:cover;object-position:center}.aspect-ratio--square img,.aspect-ratio--short img,.aspect-ratio--tall img{position:absolute;width:100%;height:100%;object-fit:contain;top:50%;left:50%;transform:translate(-50%,-50%)!important}.aspect-ratio--square{padding-bottom:100%!important}.aspect-ratio--short{padding-bottom:75%!important}.aspect-ratio--tall{padding-bottom:150%!important}@supports (aspect-ratio: 1 / 1){.aspect-ratio{padding-bottom:0!important;aspect-ratio:var(--aspect-ratio)}.aspect-ratio--natural img,.aspect-ratio--natural video,.aspect-ratio--natural svg{position:relative;width:auto}.aspect-ratio--square{aspect-ratio:1}.aspect-ratio--short{aspect-ratio:4 / 3}.aspect-ratio--tall{aspect-ratio:2 / 3}}.placeholder-image{position:relative;padding-bottom:75%;background-color:rgb(var(--secondary-background))}.placeholder-background{background-color:rgb(var(--secondary-background))}[dir=ltr] .placeholder-image svg{left:0}[dir=rtl] .placeholder-image svg{right:0}.placeholder-image svg{position:absolute;top:0;width:100%;height:100%}@media screen and (min-width:1000px){.placeholder-image{padding-bottom:45%}}.progress-bar{display:block;position:relative;height:2px;background:rgba(var(--text-color),.15)}[dir=ltr] .progress-bar:before{left:0}[dir=rtl] .progress-bar:before{right:0}.progress-bar:before{content:"";position:absolute;top:0;width:calc(100% / var(--divider));height:100%;transform:translate(calc(var(--transform-logical-flip) * var(--transform, 0%) * (var(--divider) - 1)));transform-origin:var(--transform-origin-start);background:rgb(var(--text-color))}[draggable].is-scrollable{cursor:none}.custom-drag-cursor{position:absolute;display:block;top:0;left:0;width:60px;height:60px;pointer-events:none;visibility:visible;transition:visibility .15s linear}.custom-drag-cursor svg{transform:scale(1);opacity:1;transition:transform .15s ease-in-out,opacity .15s ease-in-out}.custom-drag-cursor[hidden] svg{transform:scale(.5);opacity:0}@media screen and (max-width:999px),not screen and (pointer:fine){.custom-drag-cursor{display:none}}.tap-area{position:relative}[dir=ltr] .tap-area:before{right:-6px}[dir=rtl] .tap-area:before{left:-6px}[dir=ltr] .tap-area:before{left:-6px}[dir=rtl] .tap-area:before{right:-6px}.tap-area:before{content:"";position:absolute;top:-6px;bottom:-6px}[dir=ltr] .tap-area--large:before{right:-10px}[dir=rtl] .tap-area--large:before{left:-10px}[dir=ltr] .tap-area--large:before{left:-10px}[dir=rtl] .tap-area--large:before{right:-10px}.tap-area--large:before{top:-10px;bottom:-10px}@media screen and (max-width:999px){.scroller{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter));scrollbar-width:none}.scroller::-webkit-scrollbar{display:none}.scroller__inner{min-width:min-content;padding-left:var(--container-gutter);padding-right:var(--container-gutter);margin-left:auto;margin-right:auto}}.hide-scrollbar{scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.hide-scrollbar::-webkit-scrollbar{display:none}.js .animated-element{visibility:hidden}.square-separator{position:relative;display:inline-block;height:4px;width:4px;margin:0 8px;flex-shrink:0;background:currentColor;vertical-align:middle}.square-separator--block{top:1px;margin-left:12px;margin-right:12px}.square-separator--subdued{opacity:.5}@keyframes prevNextButtonKeyframe{0%{transform:translate(0)}50%{transform:translate(calc(50% + 10px))}51%{transform:translate(calc(-50% - 10px))}to{transform:translate(0)}}.prev-next-buttons{display:inline-grid;pointer-events:none}.prev-next-buttons--row{grid-auto-flow:column}.prev-next-button{display:flex;height:40px;width:40px;justify-content:center;align-items:center;background:rgb(var(--prev-next-button-background, var(--root-background)));color:rgb(var(--prev-next-button-color, var(--root-text-color)));border:1px solid rgba(var(--prev-next-button-color, var(--root-text-color)),.15);border-radius:var(--button-border-radius);transition:color .2s ease-in-out;pointer-events:auto;overflow:hidden}.prev-next-button[disabled]{color:rgba(var(--prev-next-button-color),.3)}.prev-next-button svg{width:100%}[dir=ltr] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:first-child{border-bottom-right-radius:0}[dir=rtl] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:first-child{border-bottom-left-radius:0}[dir=ltr] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:first-child{border-bottom-left-radius:0}[dir=rtl] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:first-child{border-bottom-right-radius:0}[dir=ltr] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child{border-top-right-radius:0}[dir=rtl] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child{border-top-left-radius:0}[dir=ltr] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child{border-top-left-radius:0}[dir=rtl] .prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child{border-top-right-radius:0}[dir=ltr] .prev-next-buttons--row .prev-next-button:first-child{border-bottom-right-radius:0}[dir=rtl] .prev-next-buttons--row .prev-next-button:first-child{border-bottom-left-radius:0}[dir=ltr] .prev-next-buttons--row .prev-next-button:first-child{border-top-right-radius:0}[dir=rtl] .prev-next-buttons--row .prev-next-button:first-child{border-top-left-radius:0}[dir=ltr] .prev-next-buttons--row .prev-next-button:last-child{border-bottom-left-radius:0}[dir=rtl] .prev-next-buttons--row .prev-next-button:last-child{border-bottom-right-radius:0}[dir=ltr] .prev-next-buttons--row .prev-next-button:last-child{border-top-left-radius:0}[dir=rtl] .prev-next-buttons--row .prev-next-button:last-child{border-top-right-radius:0}@media screen and (min-width:741px){.prev-next-button:not(.prev-next-button--small){width:56px;height:56px}.prev-next-buttons:not(.prev-next-buttons--row) .prev-next-button:last-child{border-top:none}.prev-next-buttons--row .prev-next-button:last-child{border-left:none}}@media screen and (pointer:fine){.prev-next-button--prev:hover svg{animation:prevNextButtonKeyframe .3s ease-in-out reverse forwards}.prev-next-button--next:hover svg{animation:prevNextButtonKeyframe .3s ease-in-out forwards}}.dots-nav{display:flex;margin:-6px;justify-content:flex-start;flex-wrap:wrap}.dots-nav--centered{justify-content:center}.dots-nav__item{position:relative;width:6px;height:6px;margin:6px;background:rgb(var(--text-color));border-radius:min(var(--button-border-radius),6px);opacity:.3;transition:opacity .2s ease-in-out}.dots-nav__item[aria-current=true]{opacity:1}.price-list{display:inline-flex;flex-wrap:wrap;align-items:baseline}.price-list--centered{justify-content:center}.price-list--stack{display:inline-grid}[dir=ltr] .price-list:not(.price-list--stack)>.price:not(:last-child){margin-right:10px}[dir=rtl] .price-list:not(.price-list--stack)>.price:not(:last-child){margin-left:10px}[dir=ltr] .price-list>.price--block{margin-left:0!important}[dir=rtl] .price-list>.price--block{margin-right:0!important}.price-list>.price--block{flex-basis:100%}[dir=ltr] .price-list+.link{margin-left:16px}[dir=rtl] .price-list+.link{margin-right:16px}.price--highlight{color:rgb(var(--product-on-sale-accent))}.price--compare{text-decoration:line-through;opacity:.7}.price--large{font-size:calc(var(--base-font-size) + 3px)}.unit-price-measurement{display:inline-flex}@media screen and (min-width:1000px){.price--large:not(.price--compare){font-size:calc(var(--base-font-size) + 7px)}}.label{display:inline-block;padding:0 9px;vertical-align:top;font-family:var(--text-font-family);font-style:var(--text-font-style);font-weight:var(--text-font-bold-weight);font-size:10px;text-transform:uppercase;letter-spacing:.5px;border-radius:50px}.label--highlight{background:rgb(var(--product-on-sale-accent));color:#fff}.label--subdued{background:rgb(var(--product-sold-out-accent));color:#fff}.label--custom{background:rgb(var(--product-custom-label-background));color:rgb(var(--product-custom-label-text-color))}.label--custom2{background:rgb(var(--product-custom-label-2-background));color:rgb(var(--product-custom-label-2-text-color))}.label-list{display:flex;flex-direction:column;align-items:flex-start;pointer-events:none}.label-list:not(.label-list--horizontal) .label:not(:last-child){margin-bottom:4px}.label-list--horizontal{flex-direction:row}[dir=ltr] .label-list--horizontal .label:not(:last-child){margin-right:4px}[dir=rtl] .label-list--horizontal .label:not(:last-child){margin-left:4px}@media screen and (min-width:741px){.label{font-size:12px}}.tag-list{display:flex;flex-wrap:wrap;align-items:center;margin:-6px}[dir=ltr] .tag{padding:7px 14px 8px 13px}[dir=rtl] .tag{padding:7px 13px 8px 14px}.tag{display:flex;align-items:center;margin:6px;background:rgba(var(--text-color),.05)}[dir=ltr] .tag__icon{margin:1px 9px 0 0}[dir=rtl] .tag__icon{margin:1px 0 0 9px}.tag__icon{position:relative;cursor:pointer}[dir=ltr] .tag-link{padding-left:6px}[dir=rtl] .tag-link{padding-right:6px}.social-media{display:flex;flex-wrap:wrap}.social-media__item{position:relative;box-shadow:1px 0 rgb(var(--border-color)),0 1px rgb(var(--border-color)),1px 1px rgb(var(--border-color)),1px 0 rgb(var(--border-color)) inset,0 1px rgb(var(--border-color)) inset;transform:translateZ(0)}.no-focus-outline .social-media__item{overflow:hidden}.social-media__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:calc(100% + 1px);height:calc(100% + 1px);background:currentColor;-webkit-clip-path:polygon(0 25%,100% 0,100% 100%,0% 100%);clip-path:polygon(0 25%,100% 0,100% 100%,0% 100%);transform:scaleY(0);transform-origin:bottom;transition:transform .3s cubic-bezier(.215,.61,.355,1),-webkit-clip-path .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1),clip-path .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1),clip-path .3s cubic-bezier(.215,.61,.355,1),-webkit-clip-path .3s cubic-bezier(.215,.61,.355,1);pointer-events:none;z-index:1}[dir=ltr] .social-media:not(.social-media--no-radius) .social-media__item:first-child{border-top-left-radius:var(--button-border-radius)}[dir=rtl] .social-media:not(.social-media--no-radius) .social-media__item:first-child{border-top-right-radius:var(--button-border-radius)}[dir=ltr] .social-media:not(.social-media--no-radius) .social-media__item:first-child{border-bottom-left-radius:var(--button-border-radius)}[dir=rtl] .social-media:not(.social-media--no-radius) .social-media__item:first-child{border-bottom-right-radius:var(--button-border-radius)}[dir=ltr] .social-media:not(.social-media--no-radius) .social-media__item:last-child{border-top-right-radius:var(--button-border-radius)}[dir=rtl] .social-media:not(.social-media--no-radius) .social-media__item:last-child{border-top-left-radius:var(--button-border-radius)}[dir=ltr] .social-media:not(.social-media--no-radius) .social-media__item:last-child{border-bottom-right-radius:var(--button-border-radius)}[dir=rtl] .social-media:not(.social-media--no-radius) .social-media__item:last-child{border-bottom-left-radius:var(--button-border-radius)}.social-media__link{position:relative;display:flex;justify-content:center;align-items:center;height:45px;width:45px;color:currentColor;z-index:1;transition:color .3s cubic-bezier(.215,.61,.355,1)}@media screen and (min-width:741px){.social-media__link{height:55px;width:55px}}@media screen and (pointer:fine){.social-media__item:hover .social-media__link{color:rgb(var(--background))}.social-media__item:hover:before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);transform:scaleY(1)}}[dir=ltr] .banner{text-align:left}[dir=rtl] .banner{text-align:right}.banner{display:flex;justify-content:flex-start;align-items:flex-start;padding:12px 16px}.banner--centered{justify-content:center}.banner--margin{margin-top:24px}[dir=ltr] .banner__ribbon{margin-right:10px}[dir=rtl] .banner__ribbon{margin-left:10px}.banner__content{margin:0}.banner--success{--text-color: rgb(var(--success-color));background:rgb(var(--success-background));color:rgb(var(--success-color))}.banner--error{--text-color: rgb(var(--error-color));background:rgb(var(--error-background));color:rgb(var(--error-color))}[dir=ltr] .banner__content ul{padding-left:10px}[dir=rtl] .banner__content ul{padding-right:10px}.banner__content ul{list-style-position:inside}@media screen and (min-width:741px){.banner{padding:13px 18px}}.tabs-nav{position:relative;display:block;margin-bottom:32px}.tabs-nav:not(:first-child){margin-top:24px}.tabs-nav__scroller{display:block}.tabs-nav__scroller-inner{position:relative;line-height:1}.tabs-nav__item-list{display:inline-grid;grid-auto-flow:column;grid-auto-columns:max-content;justify-content:flex-start;gap:32px;vertical-align:top;box-shadow:0 -1px rgb(var(--border-color)) inset}.tabs-nav__item{padding-bottom:18px;opacity:.7;transition:opacity .25s ease-in-out}.tabs-nav__item[aria-expanded=true]{opacity:1;color:var(--active-box-border-color)}[dir=ltr] .tabs-nav__position{left:0}[dir=rtl] .tabs-nav__position{right:0}.tabs-nav__position{position:absolute;bottom:0;height:2px;width:100%;background:currentColor;color:var(--active-box-border-color);transform:scaleX(var(--scale, 0)) translate(var(--translate, 0));transform-origin:left}.tabs-nav__position.is-initialized{transition:transform .4s ease-in-out}@supports (scale: 0){.tabs-nav__position{scale:var(--scale, 0) 1;translate:calc(var(--translate, 0) * var(--scale, 0));transform:none}.tabs-nav__position.is-initialized{transition:scale .2s ease-in-out,translate .4s ease-in-out}}.tabs-nav--center .tabs-nav__scroller-inner{max-width:max-content;margin-left:auto;margin-right:auto}[dir=ltr] .tabs-nav__arrows{right:0}[dir=rtl] .tabs-nav__arrows{left:0}.tabs-nav__arrows{display:none;position:absolute;top:-5px;z-index:1}.tabs-nav__scroller.is-scrollable+.tabs-nav__arrows{display:flex}.tabs-nav__arrow-item{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgb(var(--background));border:1px solid rgb(var(--border-color))}[dir=ltr] .tabs-nav__arrow-item+.tabs-nav__arrow-item{border-left:none}[dir=rtl] .tabs-nav__arrow-item+.tabs-nav__arrow-item{border-right:none}.tabs-nav[arrows] .tabs-nav__scroller{overflow:hidden}[dir=ltr] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable:before{right:48px}[dir=rtl] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable:before{left:48px}.tabs-nav[arrows] .tabs-nav__scroller.is-scrollable:before{content:"";position:absolute;width:48px;height:100%;top:-2px;z-index:1;pointer-events:none;background:linear-gradient(to var(--transform-origin-start),rgb(var(--section-background, var(--background))),rgba(var(--section-background, var(--background)),0))}[dir=ltr] .tabs-nav[arrows] .tabs-nav__item-list{margin-right:0}[dir=rtl] .tabs-nav[arrows] .tabs-nav__item-list{margin-left:0}.tabs-nav[arrows] .tabs-nav__item-list{width:100%;min-width:max-content}.tabs-nav[arrows] .tabs-nav__item-list:after{display:block;content:"";width:35px}.tabs-nav--no-border.tabs-nav--narrow{margin-bottom:24px}.tabs-nav--no-border .tabs-nav__item-list{box-shadow:none}.tabs-nav--no-border.tabs-nav--narrow .tabs-nav__item{padding-bottom:5px}@media screen and (max-width:999px){.tabs-nav--edge2edge{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.tabs-nav--edge2edge .tabs-nav__scroller-inner{padding-left:var(--container-gutter);padding-right:var(--container-gutter);min-width:max-content}}@media screen and (min-width:741px){.tabs-nav:not(:first-child){margin-top:32px}.tabs-nav--no-border.tabs-nav--narrow{margin-bottom:32px}.tabs-nav__item-list{gap:54px}.tabs-nav--loose .tabs-nav__item-list{gap:72px}.tabs-nav--narrow .tabs-nav__item-list{gap:40px}}.empty-state{position:relative;text-align:center;margin:100px 0}.empty-state--bottom-only{margin-top:24px}[dir=ltr] .empty-state__background-text{left:0}[dir=rtl] .empty-state__background-text{right:0}.empty-state__background-text{position:absolute;width:100%;margin-top:-20px;text-align:center;font-size:120px;opacity:.05;font-weight:700;line-height:0}@media screen and (min-width:741px){.empty-state{margin-top:150px;margin-bottom:150px}.empty-state--bottom-only{margin-top:50px}.empty-state__background-text{position:absolute;margin-top:-35px;font-size:200px}}@media screen and (min-width:1200px){.empty-state{margin-top:225px;margin-bottom:225px}.empty-state--bottom-only{margin-top:50px}}.bubble-count{position:relative;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--background));background:rgb(var(--heading-color));font-weight:var(--text-font-bold-weight);font-family:var(--text-font-family);font-style:var(--text-font-style);font-size:9px;height:21px;min-width:21px;line-height:1;border-radius:21px;letter-spacing:0;transition:background .2s ease-in-out,color .2s ease-in-out}.bubble-count--top{vertical-align:top}.quantity-selector{--quantity-selector-height: 46px;display:inline-flex;align-items:center;justify-content:flex-start;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius);vertical-align:middle}.quantity-selector__button{display:flex;justify-content:center;align-items:center;height:var(--quantity-selector-height);width:var(--quantity-selector-height)}.quantity-selector__input{padding:0 10px;height:var(--quantity-selector-height);line-height:var(--quantity-selector-height);text-align:center;background:transparent;border:none;-webkit-appearance:none;appearance:none}.quantity-selector--small{--quantity-selector-height: 28px}.quantity-selector--small .quantity-selector__input{padding:0 2px}@keyframes spinnerRotate{to{transform:rotate(360deg)}}@keyframes spinnerDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes spinnerColor{0%{stroke:currentColor}40%{stroke:currentColor}66%{stroke:currentColor}80%,90%{stroke:currentColor}}.spinner svg{margin:auto;animation:spinnerRotate 2s linear infinite;transform-origin:center center}.spinner circle{animation:spinnerDash 1.5s ease-in-out infinite,spinnerColor 6s ease-in-out infinite}[data-tooltip]{position:relative}[data-tooltip]:before{position:absolute;content:attr(data-tooltip);bottom:calc(100% + 6px);left:50%;padding:5px 10px;white-space:nowrap;background:rgb(var(--heading-color));color:rgb(var(--background));font-size:calc(var(--base-font-size) - 2px);pointer-events:none;visibility:hidden;opacity:0;transition:visibility .2s ease-in-out,opacity .2s ease-in-out;z-index:1;transform:translate(-50%)}[data-tooltip]:after{position:absolute;content:"";left:calc(50% - 7px);bottom:calc(100% + 1px);width:0;height:0;border-width:6px;border-style:solid;border-color:transparent transparent rgb(var(--heading-color)) rgb(var(--heading-color));visibility:hidden;z-index:1;opacity:0;transition:visibility .2s ease-in-out,opacity .2s ease-in-out;transform:rotate(-45deg);box-shadow:-1px 1px 1px #0000001a}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1;visibility:visible}[data-tooltip-position=bottom-left]:before{top:calc(100% + 4px);bottom:auto;left:auto;right:-6px;transform:none}[data-tooltip-position=bottom-left]:after{top:calc(100% - 1px);transform:rotate(135deg);left:calc(50% - 6px)}.cart-notification{--heading-color: 255, 255, 255;--text-color: 255, 255, 255;--cart-notification-background: rgb(var(--success-color));display:block;position:absolute;top:100%;width:100%;transform:translateY(var(--cart-notification-offset, 0px));color:rgb(var(--text-color));transition:visibility .25s ease-in-out,transform .25s ease-in-out;visibility:visible;overflow:hidden}.cart-notification--error{--cart-notification-background: rgb(var(--error-color))}.cart-notification--drawer{--cart-notification-offset: 0;top:var(--header-height-without-bottom-nav);z-index:1}.cart-notification--fixed{position:fixed;top:0}.cart-notification[hidden]{visibility:hidden}.cart-notification__overflow{background:var(--cart-notification-background);transform:translateY(0);transition:opacity .25s ease-in-out,transform .25s ease-in-out}.cart-notification[hidden] .cart-notification__overflow{transform:translateY(-100%);opacity:0}.cart-notification__wrapper{position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:14px;padding-bottom:14px}.cart-notification .icon--cart-notification{position:relative;top:2px}[dir=ltr] .cart-notification__text-wrapper{margin-left:12px}[dir=rtl] .cart-notification__text-wrapper{margin-right:12px}.cart-notification__text-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}[dir=ltr] .cart-notification__heading{margin-right:12px}[dir=rtl] .cart-notification__heading{margin-left:12px}.cart-notification__heading{font-size:14px}[dir=ltr] .cart-notification__close{right:0}[dir=rtl] .cart-notification__close{left:0}.cart-notification__close{position:absolute;margin-top:-1px}.cart-notification--drawer .cart-notification__text-wrapper{flex-grow:1;justify-content:space-between}@media screen and (max-width:740px){.cart-notification__text-wrapper{flex-grow:1;justify-content:space-between}}@media screen and (max-width:999px){.cart-notification{transform:none!important}}@media screen and (min-width:741px){.cart-notification__wrapper{padding:19px}.cart-notification .icon--cart-notification{top:4px}[dir=ltr] .cart-notification__heading{margin-right:16px}[dir=rtl] .cart-notification__heading{margin-left:16px}.cart-notification__heading{font-size:16px}.cart-notification__close svg{width:15px;height:15px}}.payment-methods-list{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,38px)}.payment-methods-list--center{justify-content:center}@media screen and (min-width:741px){.payment-methods-list--auto{grid-auto-flow:column}}.link-bar{position:relative;display:block;box-shadow:0 1px rgb(var(--border-color)),0 -1px rgb(var(--border-color));text-align:center}.link-bar__wrapper{position:relative;display:inline-flex;align-items:center;max-width:100%}.link-bar__scroller{scroll-snap-type:x proximity}.link-bar__title{position:-webkit-sticky;position:sticky;left:0;flex-shrink:0;z-index:1;background:rgb(var(--background))}.link-bar__title:after{content:"";position:absolute;height:100%;top:0;width:28px;background-image:linear-gradient(to var(--transform-origin-end),rgb(var(--background)) 35%,rgba(var(--background),0))}[dir=ltr] .link-bar__title+.link-bar__scroller{padding-left:28px}[dir=rtl] .link-bar__title+.link-bar__scroller{padding-right:28px}.link-bar__linklist{display:grid;grid-auto-flow:column;align-items:center;grid-gap:28px;gap:28px;min-width:max-content}.link-bar__link-item,.link-bar__title{padding-top:14px;padding-bottom:14px}.link-bar__link-item--selected{scroll-snap-align:center}@media screen and (max-width:999px){[dir=ltr] .link-bar__wrapper:after{left:100%}[dir=rtl] .link-bar__wrapper:after{right:100%}.link-bar__wrapper:after{content:"";position:absolute;height:100%;width:var(--container-gutter);top:0;background-image:linear-gradient(to var(--transform-origin-start),rgb(var(--background)),rgba(var(--background),0))}[dir=ltr] .link-bar__scroller{margin-right:calc(-1 * var(--container-gutter))}[dir=rtl] .link-bar__scroller{margin-left:calc(-1 * var(--container-gutter))}[dir=ltr] .link-bar__linklist{padding-right:var(--container-gutter)}[dir=rtl] .link-bar__linklist{padding-left:var(--container-gutter)}}@media screen and (min-width:741px){[dir=ltr] .link-bar__title+.link-bar__scroller{padding-left:48px}[dir=rtl] .link-bar__title+.link-bar__scroller{padding-right:48px}.link-bar__linklist{gap:40px}.link-bar__link-item,.link-bar__title{padding-top:20px;padding-bottom:20px}}@media screen and (min-width:1200px){.link-bar__link-item,.link-bar__title{padding-top:27px;padding-bottom:27px}}.mobile-share-buttons__item{display:flex;align-items:center;padding-top:20px;padding-bottom:20px;margin-left:24px;margin-right:24px}@supports (padding: max(0px)){.mobile-share-buttons{padding-bottom:max(20px,env(safe-area-inset-bottom) + 20px)}}.mobile-share-buttons__item:not(:last-child){border-bottom:1px solid rgb(var(--border-color))}[dir=ltr] .mobile-share-buttons__item svg{margin-right:16px}[dir=rtl] .mobile-share-buttons__item svg{margin-left:16px}.mobile-toolbar{position:-webkit-sticky;position:sticky;top:calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar));display:flex;align-items:center;visibility:visible;z-index:3;transition:margin-top .2s ease-in-out,visibility .2s ease-in-out}.mobile-toolbar.is-collapsed{margin-top:-48px;visibility:hidden}.mobile-toolbar--fixed{position:relative;top:0}.mobile-toolbar__item{display:flex;flex:1 0 0;justify-content:center;align-items:center;padding:11px;border-top:1px solid rgb(var(--border-color));border-bottom:1px solid rgb(var(--border-color));background:rgb(var(--background))}[dir=ltr] .mobile-toolbar__item+.mobile-toolbar__item{border-left:1px solid rgb(var(--border-color))}[dir=rtl] .mobile-toolbar__item+.mobile-toolbar__item{border-right:1px solid rgb(var(--border-color))}[dir=ltr] .mobile-toolbar__item .icon--chevron{margin-left:10px}[dir=rtl] .mobile-toolbar__item .icon--chevron{margin-right:10px}@media screen and (max-width:740px){[dir=ltr] .combo-box{left:0}[dir=rtl] .combo-box{right:0}.combo-box{--heading-color: var(--root-heading-color);--text-color: var(--root-text-color);--background: var(--root-background);display:flex;position:fixed;z-index:10;color:rgb(var(--text-color));background:rgb(var(--background));visibility:hidden;flex-direction:column;bottom:0;width:100vw;max-height:75vh;border-radius:10px 10px 0 0;transform:translateY(100%);transition:transform .7s cubic-bezier(.75,0,.175,1),visibility .7s cubic-bezier(.75,0,.175,1)}.combo-box[open]{visibility:visible;transform:translateY(0)}[dir=ltr] .combo-box__overlay{left:0}[dir=rtl] .combo-box__overlay{right:0}.combo-box__overlay{position:absolute;content:"";height:100vh;width:100%;bottom:calc(100% - 10px);background:#000;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.combo-box__header{position:relative;display:flex;align-items:center;justify-content:center;padding:18px 32px;min-height:64px;text-align:center;border-radius:10px 10px 0 0;box-shadow:0 1px rgb(var(--border-color))}.combo-box__header,.combo-box__content{background:inherit}.combo-box__title{margin-bottom:0}[dir=ltr] .combo-box__close-button{right:24px}[dir=rtl] .combo-box__close-button{left:24px}.combo-box__close-button{position:absolute;top:24px;z-index:1}.combo-box[open]>.combo-box__overlay{visibility:visible;opacity:.3}.combo-box__option-list{overflow-x:hidden;overflow-y:auto;padding-left:24px;padding-right:24px;padding-bottom:max(16px,env(safe-area-inset-bottom,0px) + 16px)}.combo-box__option-item{position:relative;width:100%;padding-top:20px;padding-bottom:20px;border-bottom:1px solid rgb(var(--border-color))}.combo-box__option-item:not([hidden]){display:block}.combo-box__option-item:last-child{border-bottom:none}[dir=ltr] .combo-box__option-item[aria-selected=true]:after{margin-left:12px}[dir=rtl] .combo-box__option-item[aria-selected=true]:after{margin-right:12px}.combo-box__option-item[aria-selected=true]:after{content:"";display:inline-block;width:12px;height:9px;background-color:currentColor;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:12px 9px;mask-size:12px 9px}.combo-box__option-item.is-disabled{color:rgba(var(--text-color),.5)}}@media screen and (min-width:741px){[dir=ltr] .combo-box{left:0}[dir=rtl] .combo-box{right:0}.combo-box{position:absolute;display:block;top:100%;width:100%;max-height:245px;overscroll-behavior:contain;overflow:auto;background:rgb(var(--background));z-index:2;padding:8px 0;border:1px solid rgb(var(--border-color));border-top:none;border-radius:0 0 var(--button-border-radius) var(--button-border-radius);transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.combo-box--top{top:auto;bottom:100%;border-top:1px solid rgb(var(--border-color));border-bottom:none;border-radius:var(--button-border-radius) var(--button-border-radius) 0 0}.combo-box:not([open]){visibility:hidden;opacity:0}.combo-box__header{display:none}.combo-box__option-list{min-width:max-content}.combo-box__option-item:not([hidden]){display:flex;align-items:center;width:100%;padding:8px 18px;transition:background .2s ease-in-out;text-align:left}.combo-box__option-item.is-disabled{color:rgba(var(--text-color),.5)}.combo-box__option-item:hover,.combo-box__option-item:focus{background:rgb(var(--secondary-background))}[dir=ltr] .combo-box__color-swatch{margin-right:10px}[dir=rtl] .combo-box__color-swatch{margin-left:10px}.combo-box__color-swatch{width:16px;height:16px;border-radius:var(--color-swatch-border-radius);background-repeat:no-repeat;background-size:cover;background-position:center}.combo-box+.select{transition:border-radius .2s ease-in-out}[dir=ltr] .combo-box[open]+.select{border-bottom-left-radius:0}[dir=rtl] .combo-box[open]+.select{border-bottom-right-radius:0}[dir=ltr] .combo-box[open]+.select{border-bottom-right-radius:0}[dir=rtl] .combo-box[open]+.select{border-bottom-left-radius:0}[dir=ltr] .combo-box--top[open]+.select{border-top-left-radius:0}[dir=rtl] .combo-box--top[open]+.select{border-top-right-radius:0}[dir=ltr] .combo-box--top[open]+.select{border-top-right-radius:0}[dir=rtl] .combo-box--top[open]+.select{border-top-left-radius:0}}.price-range{display:block;padding-top:5px}.price-range__input-group{display:flex;align-items:center}.price-range__input{flex:1 0 0;min-width:0}.price-range__delimiter{margin-left:20px;margin-right:20px}.price-range__range-group{position:relative;margin-bottom:15px}.no-js .price-range__range-group{display:none!important}@media not screen and (pointer:fine){.price-range{padding-top:7px}.price-range__range-group{margin-bottom:18px}}.scroll-spy{display:block;position:-webkit-sticky;position:sticky;box-shadow:1px 0 rgba(var(--text-color),.25) inset;top:calc(24px + var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar))}.scroll-spy__list{padding-left:6px}.scroll-spy__item{opacity:.7;transition:opacity .25s ease-in-out}.scroll-spy__item.is-visible{opacity:1}.scroll-spy__anchor{display:block;padding:10px 24px}[dir=ltr] .scroll-spy svg{left:0}[dir=rtl] .scroll-spy svg{right:0}.scroll-spy svg{position:absolute;top:0;width:100%;height:100%;z-index:-1}.scroll-spy path{transition:all .3s ease;fill:transparent;stroke:currentColor;stroke-width:2px;stroke-dasharray:0 0 0 1000;stroke-linecap:square}split-lines{display:block}@media screen and (pointer:fine){.features--image-zoom .image-zoom img{transition:transform .5s ease;transform:translateZ(0)}.features--image-zoom .image-zoom:hover img{transform:scale(1.03)}}.rating{display:inline-flex;align-items:center;vertical-align:bottom}.rating__stars{display:grid;grid-auto-flow:column;grid-column-gap:2px;column-gap:2px}.rating__star{color:rgb(var(--product-star-rating))}.rating__star--empty{color:rgba(var(--product-star-rating),.4)}[dir=ltr] .rating__caption{margin-left:8px}[dir=rtl] .rating__caption{margin-right:8px}.openable__overlay{position:absolute;content:"";height:100vh;width:100%;bottom:100%;left:0;background:#000;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}[open]>.openable__overlay{visibility:visible;opacity:.2}.form__banner:not(:last-child),.form__info{margin-bottom:24px}.form__info{margin-top:0}.form__submit{margin-top:var(--form-submit-margin)}.form__submit--closer{margin-top:16px}.form__secondary-action{display:block;width:100%;margin-top:18px;text-align:center}.form__secondary-action .link{padding-left:8px}@media screen and (min-width:1000px){.form__banner:not(:last-child),.form__info{margin-bottom:32px}}.input{position:relative}.input+.input,.input+.input-row,.input-row+.input-row,.input-row+.input{margin-top:var(--form-input-gap)}[dir=ltr] .input__field,[dir=ltr] #shopify-product-reviews .spr-form-input-text,[dir=ltr] #shopify-product-reviews .spr-form-input-email,[dir=ltr] #shopify-product-reviews .spr-form-input-textarea{text-align:left}[dir=rtl] .input__field,[dir=rtl] #shopify-product-reviews .spr-form-input-text,[dir=rtl] #shopify-product-reviews .spr-form-input-email,[dir=rtl] #shopify-product-reviews .spr-form-input-textarea{text-align:right}.input__field,#shopify-product-reviews .spr-form-input-text,#shopify-product-reviews .spr-form-input-email,#shopify-product-reviews .spr-form-input-textarea{-webkit-appearance:none;appearance:none;width:100%;height:var(--form-input-field-height);line-height:var(--form-input-field-height);padding:0 18px;border-radius:var(--button-border-radius);border:1px solid rgba(var(--text-color),.15);box-shadow:none;background:transparent;color:var(--form-input-color);transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.input__field:focus,select:focus,#shopify-product-reviews .spr-form-input-text:focus,#shopify-product-reviews .spr-form-input-email:focus,#shopify-product-reviews .spr-form-input-textarea:focus{border-color:rgb(var(--text-color));box-shadow:0 0 0 1px rgb(var(--text-color)) inset;outline:none}.input__field::placeholder{color:rgba(var(--text-color),.7)}.input__field--transparent{background:transparent}.input__field--textarea,#shopify-product-reviews .spr-form-input-textarea{resize:vertical;height:auto;padding-top:12px;padding-bottom:12px;vertical-align:top;line-height:inherit}[dir=ltr] .input__label{left:12px}[dir=rtl] .input__label{right:12px}.input__label{position:absolute;top:calc((var(--form-input-field-height) / 2) - .5em);padding:0 5px;pointer-events:none;transform:translateY(0);transform-origin:var(--transform-origin-start) top;transition:transform .2s ease-in-out;background:rgb(var( --section-block-background, var(--section-background, var(--background)) ));color:rgba(var(--text-color),.7);line-height:1;white-space:nowrap}:focus-within~.input__label,.is-filled~.input__label{transform:scale(.733) translateY(calc(-24px - .5em)) translate(3.665px)}.input__block-label{display:inline-block;margin-bottom:8px}[dir=ltr] .input__field-link{right:18px}[dir=rtl] .input__field-link{left:18px}.input__field-link{position:absolute;top:1.1em}[dir=ltr] .input__submit-icon{right:20px}[dir=rtl] .input__submit-icon{left:20px}.input__submit-icon{position:absolute;top:50%;transform:translateY(-50%)}.input-row .button{width:100%}@media screen and (min-width:741px){.input-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(10px,1fr));grid-gap:var(--form-input-gap);gap:var(--form-input-gap)}.input-row .input{margin-top:0}.input+.input--checkbox,.input-row+.input--checkbox{margin-top:30px}[dir=ltr] .input__field-link{right:18px}[dir=rtl] .input__field-link{left:18px}}.input-prefix{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1px solid rgb(var(--border-color))}[dir=ltr] .input-prefix__field{text-align:right}[dir=rtl] .input-prefix__field{text-align:left}.input-prefix__field{padding:0;background:transparent;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;min-width:0;width:100%;border:none}.input-prefix__field::-webkit-outer-spin-button,.input-prefix__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.checkbox-container{display:flex;align-items:baseline}.checkbox-container+.checkbox-container{margin-top:10px}.checkbox{position:relative;top:2px;-webkit-appearance:none;flex:none;width:14px;height:14px;border:1px solid rgb(var(--border-color-darker));background-color:rgb(var(--background));border-radius:0;transition:background-color .2s ease-in-out,border .2s ease-in-out;cursor:pointer}.checkbox:checked{border-color:rgb(var(--heading-color));background-color:rgb(var(--heading-color));background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM0w0IDZMOS4wMDE0NiAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==);background-position:center;background-repeat:no-repeat}.checkbox:disabled+label{opacity:.7;cursor:default}[dir=ltr] .checkbox+label{padding-left:12px}[dir=rtl] .checkbox+label{padding-right:12px}.checkbox+label{cursor:pointer}@media screen and (min-width:1000px){.checkbox-container+.checkbox-container{margin-top:2px}}.select-wrapper{position:relative}.select{-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;padding:0 18px;height:var(--form-input-field-height);width:100%;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius);background:transparent;cursor:pointer}[dir=ltr] .select--collapse-start{border-top-left-radius:0}[dir=rtl] .select--collapse-start{border-top-right-radius:0}[dir=ltr] .select--collapse-start{border-bottom-left-radius:0}[dir=rtl] .select--collapse-start{border-bottom-right-radius:0}[dir=ltr] .select--collapse-end{border-top-right-radius:0}[dir=rtl] .select--collapse-end{border-top-left-radius:0}[dir=ltr] .select--collapse-end{border-bottom-right-radius:0}[dir=rtl] .select--collapse-end{border-bottom-left-radius:0}[dir=ltr] .select svg{margin-left:20px}[dir=rtl] .select svg{margin-right:20px}.select svg{transition:transform .25s ease-in-out}[dir=ltr] .select~svg{right:18px}[dir=rtl] .select~svg{left:18px}.select~svg{position:absolute;top:calc(50% - 4px)}.select__selected-value{position:relative;display:flex;align-items:center;top:-1px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .select__color-swatch{margin-right:10px}[dir=rtl] .select__color-swatch{margin-left:10px}.select__color-swatch{position:relative;width:16px;height:16px;border-radius:var(--color-swatch-border-radius);background-repeat:no-repeat;background-size:cover;background-position:center}.select__color-swatch--white{box-shadow:0 0 0 1px rgba(var(--text-color),.3) inset}.select--small{padding:6px 12px;height:auto}[dir=ltr] .select--small svg{margin-left:10px}[dir=rtl] .select--small svg{margin-right:10px}.select[aria-expanded=true] svg{transform:rotate(180deg)}@media screen and (min-width:741px){.select__selected-value{pointer-events:none}}.range{-webkit-appearance:none;appearance:none;width:100%;background:transparent}.range::-webkit-slider-thumb{-webkit-appearance:none}.range::-webkit-slider-thumb{position:relative;height:14px;width:14px;border-radius:100%;border:none;background:rgb(var(--background));cursor:pointer;margin-top:-5px;z-index:1;box-shadow:0 0 0 5px rgb(var(--text-color)) inset}.range::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;background:rgb(var(--border-color));border-radius:4px;border:none}.range::-moz-range-thumb{height:14px;width:14px;border-radius:100%;border:none;background:rgb(var(--background));cursor:pointer;box-shadow:0 0 0 5px rgb(var(--text-color)) inset}.range::-moz-range-progress,.range::-moz-range-track{width:100%;height:6px;cursor:pointer;border-radius:4px;border:none}.range::-moz-range-progress{background-color:rgba(var(--text-color),.7)}.range::-moz-range-track{background-color:rgb(var(--border-color))}@media not screen and (pointer:fine){.range::-webkit-slider-thumb{height:20px;width:20px;margin-top:-7px;box-shadow:0 0 0 7px rgb(var(--text-color)) inset}.range::-moz-range-thumb{height:20px;width:20px;box-shadow:0 0 0 7px rgb(var(--text-color)) inset}}.range-group{height:6px;background:linear-gradient(to var(--transform-origin-end),rgb(var(--border-color)) var(--range-min),rgba(var(--text-color),.7) var(--range-min),rgba(var(--text-color),.7) var(--range-max),rgb(var(--border-color)) var(--range-max));border-radius:4px}.range-group .range{pointer-events:none;height:6px;vertical-align:top}.range-group .range::-webkit-slider-runnable-track{background:none}.range-group .range::-webkit-slider-thumb{pointer-events:auto}.range-group .range::-moz-range-progress,.range-group .range::-moz-range-track{background:none}.range-group .range::-moz-range-thumb{pointer-events:auto}[dir=ltr] .range-group .range:last-child{left:0}[dir=rtl] .range-group .range:last-child{right:0}.range-group .range:last-child{position:absolute;top:0}.switch-checkbox{position:relative;width:40px;height:20px;border-radius:20px;background:rgb(var(--border-color));-webkit-appearance:none;appearance:none;transition:background .1s ease-in;cursor:pointer}[dir=ltr] .switch-checkbox:before{left:3px}[dir=rtl] .switch-checkbox:before{right:3px}.switch-checkbox:before{display:block;position:absolute;content:"";width:14px;height:14px;top:3px;background:rgb(var(--background));border-radius:100%;box-shadow:0 1px 1px #0003;transition:transform .1s ease-in}.switch-checkbox:checked{background:rgb(var(--text-color))}.switch-checkbox:checked:before{transform:translate(calc(100% + 6px))}.button,.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button{position:relative;display:inline-block;-webkit-appearance:none;appearance:none;line-height:var(--button-height);padding:0 30px;text-align:center;text-decoration:none;border-radius:var(--button-border-radius);background:rgb(var(--button-background));color:rgb(var(--button-text-color))}.button:not(.button--text),.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button{font-size:calc(var(--base-font-size) - 3px);font-family:var(--text-font-family);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:1.5px}.button--small,#shopify-product-reviews .spr-summary-actions-newreview{padding:0 20px;line-height:var(--button-small-height)}.button--primary,.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button{--button-background: var(--primary-button-background);--button-text-color: var(--primary-button-text-color)}.button--secondary{--button-background: var(--secondary-button-background);--button-text-color: var(--secondary-button-text-color)}.button--ternary{--button-background: var(--secondary-background);--button-text-color: var(--root-text-color)}.button--outline{--button-background: var(--background);--button-text-color: var(--root-text-color);border:1px solid rgb(var(--border-color))}.button--full{width:100%}.shopify-payment-button{min-height:var(--button-height)}.shopify-payment-button__button--branded{border-radius:var(--button-border-radius)!important;overflow:hidden!important;min-height:var(--button-height)!important}.shopify-payment-button__button--unbranded{--button-background: var(--primary-button-background);--button-text-color: var(--primary-button-text-color);position:relative!important;display:inline-block!important;-webkit-appearance:none!important;appearance:none!important;line-height:var(--button-height)!important;padding:0 30px!important;text-align:center!important;text-decoration:none!important;border-radius:var(--button-border-radius)!important;font-size:calc(var(--base-font-size) - 3px)!important;font-family:var(--text-font-family)!important;font-weight:var(--text-font-bold-weight)!important;text-transform:uppercase!important;letter-spacing:1.5px!important;background-color:rgb(var(--button-background))!important;color:rgb(var(--button-text-color))!important}.shopify-payment-button__more-options[aria-hidden=true]{display:none}@media screen and (min-width:741px){.button:not(.button--text),.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button{padding-left:35px;padding-right:35px;font-size:calc(var(--base-font-size) - 2px);letter-spacing:2px}.button--small:not(.button--text),#shopify-product-reviews .spr-summary-actions-newreview{padding-left:28px;padding-right:28px;font-size:calc(var(--base-font-size) - 3px)}.shopify-payment-button__button--unbranded{padding-left:35px!important;padding-right:35px!important;font-size:calc(var(--base-font-size) - 2px)!important;letter-spacing:2px!important}}@media screen and (pointer:fine){.button,.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button,.shopify-payment-button__button{background-image:linear-gradient(178deg,rgb(var(--button-background)),rgb(var(--button-background)) 10%,#00000012 10% 100%),linear-gradient(rgb(var(--button-background)),rgb(var(--button-background)));background-size:100% 200%,100% 100%;background-position:100% -100%,100% 100%;background-repeat:no-repeat;transition:background-position .3s cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}.button:hover,.shopify-challenge__button:hover,#shopify-product-reviews .spr-summary-actions-newreview:hover,#shopify-product-reviews .spr-button:hover,.shopify-payment-button__button:hover{background-position:100% 25%,100% 100%}@supports (color: color-contrast(wheat vs black,white)) and (color: rgb(from wheat r g b / .07)){.button,.shopify-challenge__button,#shopify-product-reviews .spr-summary-actions-newreview,#shopify-product-reviews .spr-button,.shopify-payment-button__button{--button-overlay-color: rgb( from color-contrast(rgb(var(--button-background)) vs white, black) r g b / 7% );background-image:linear-gradient(178deg,rgb(var(--button-background)),rgb(var(--button-background)) 10%,var(--button-overlay-color) 10%,var(--button-overlay-color) 100%),linear-gradient(rgb(var(--button-background)),rgb(var(--button-background)))}}}.loader-button__text{display:flex;align-items:center;justify-content:center}.loader-button__loader{position:absolute;top:50%;left:50%;opacity:0}.button-group{font-size:0}@media screen and (max-width:740px){.button-group .button{margin:12px;padding:0 18px}.button-group__wrapper{margin:-12px}}@media screen and (min-width:741px){.button-group__wrapper{display:inline-grid;gap:24px;grid-template-columns:1fr 1fr}}.collapsible{display:block;height:0;overflow:hidden;visibility:hidden}.no-js .collapsible,.collapsible[open]{height:auto;overflow:visible;visibility:visible}.collapsible-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 0}[dir=ltr] .collapsible-toggle__selected-value{margin-left:auto;margin-right:12px}[dir=rtl] .collapsible-toggle__selected-value{margin-right:auto;margin-left:12px}.collapsible-toggle__selected-value{font-weight:400;max-width:45%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.collapsible-toggle svg{transition:transform .2s ease-in-out}.collapsible-toggle[aria-expanded=true] svg{transform:rotate(180deg)}@media screen and (min-width:741px){.collapsible-toggle{padding:21px 0}}.content-box{position:relative;z-index:1}.content-box--text-center{text-align:center}[dir=ltr] .content-box--text-right{text-align:right}[dir=rtl] .content-box--text-right{text-align:left}@media screen and (max-width:740px){.content-box--small,.content-box--medium,.container--flush .content-box--large{margin-left:24px;margin-right:24px}[dir=ltr] .content-box--left{margin-right:auto}[dir=rtl] .content-box--left,[dir=ltr] .content-box--right{margin-left:auto}[dir=rtl] .content-box--right{margin-right:auto}}@media screen and (min-width:741px){.content-box{margin-left:auto;margin-right:auto;width:calc(var(--grid-column-width) * 16 + var(--grid-gap) * 15)}.content-box--medium{width:calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13)}.content-box--small{width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9)}.content-box--fill{width:100%!important}[dir=ltr] .content-box--left{margin-left:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .content-box--left,[dir=ltr] .content-box--right{margin-right:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .content-box--right{margin-left:calc(var(--grid-column-width) + var(--grid-gap))}}@media screen and (min-width:1000px){.content-box{width:calc(var(--grid-column-width) * 14 + var(--grid-gap) * 13)}.content-box--medium{width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 9)}.content-box--small{width:calc(var(--grid-column-width) * 8 + var(--grid-gap) * 7)}}@media screen and (min-width:1400px){.content-box--small{width:calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6)}}[dir=ltr] .drawer{right:0}[dir=rtl] .drawer{left:0}[dir=ltr] .drawer{text-align:left}[dir=rtl] .drawer{text-align:right}.drawer{--heading-color: var(--root-heading-color);--text-color: var(--root-text-color);--background: var(--root-background);--primary-button-background: var(--root-primary-button-background);--primary-button-text-color: var(--root-primary-button-text-color);--section-background: initial;position:fixed;display:flex;flex-direction:column;top:0;width:89vw;max-width:400px;height:100%;min-height:100vh;min-height:-webkit-fill-available;background:rgb(var(--background));color:rgb(var(--text-color));z-index:10;transform:translate(calc(var(--transform-logical-flip) * 100%));visibility:hidden;font-size:1rem;transition:transform .6s cubic-bezier(.75,0,.175,1),visibility .6s cubic-bezier(.75,0,.175,1)}[dir=ltr] .drawer--from-left{right:auto}[dir=rtl] .drawer--from-left{left:auto}[dir=ltr] .drawer--from-left{left:0}[dir=rtl] .drawer--from-left{right:0}.drawer--from-left{transform:translate(calc(var(--transform-logical-flip) * -100%))}.drawer[open]{transform:translate(0) translateY(0) translateZ(0);-webkit-transform:translateX(0) translateY(0) translateZ(0);visibility:visible}[dir=ltr] .drawer--from-left .drawer__overlay{left:100%}[dir=rtl] .drawer--from-left .drawer__overlay{right:100%}[dir=ltr] .drawer--from-left .drawer__overlay{right:auto}[dir=rtl] .drawer--from-left .drawer__overlay{left:auto}.drawer--large{max-width:500px}[dir=ltr] .drawer__overlay{right:100%}[dir=rtl] .drawer__overlay{left:100%}.drawer__overlay{content:"";position:fixed;top:0;height:100vh;width:100vw;background:#000;opacity:0;visibility:hidden;transition:visibility .6s ease-in-out,opacity .6s ease-in-out}.drawer[open]>.drawer__overlay{visibility:visible;opacity:.3}.drawer__header{width:100%;position:relative;display:flex;align-items:center;flex-shrink:0;padding-top:20px;padding-bottom:20px;height:var(--header-height-without-bottom-nav);max-height:80px;border-bottom:1px solid rgb(var(--root-border-color));background:rgb(var(--root-background));z-index:1}.drawer__header--shadowed{height:auto;border-bottom:none;padding-bottom:6px}[dir=ltr] .drawer__header--shadowed:after{left:0}[dir=rtl] .drawer__header--shadowed:after{right:0}.drawer__header--shadowed:after{content:"";position:absolute;top:100%;width:100%;height:24px;background:linear-gradient(var(--root-background),rgba(var(--root-background),0));z-index:1;pointer-events:none}.drawer__title{display:flex;justify-content:flex-start;align-items:center;margin:0;max-width:100%}.drawer__title--stack{flex-direction:column;align-items:flex-start;flex-grow:1}[dir=ltr] .drawer__title .icon{margin-right:12px}[dir=rtl] .drawer__title .icon{margin-left:12px}[dir=ltr] .drawer__header-action{margin-left:16px}[dir=rtl] .drawer__header-action{margin-right:16px}[dir=ltr] .drawer__close-button{right:var(--container-gutter)}[dir=rtl] .drawer__close-button{left:var(--container-gutter)}.drawer__close-button{position:absolute;top:var(--container-gutter)}.drawer__header .drawer__close-button{top:calc(50% - 7px)}.drawer__close-button--block{position:relative;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}.drawer__header,.drawer__content,.drawer__footer{padding-left:var(--container-gutter);padding-right:var(--container-gutter)}.drawer__content{overflow-x:hidden;overflow-y:auto;flex-grow:1;padding-bottom:24px}.drawer__content--padded-start{padding-top:24px}.drawer__content--center{text-align:center;margin-top:auto;margin-bottom:auto;padding-bottom:0;flex-grow:0}.drawer__footer{margin-top:auto;padding-top:20px;padding-bottom:20px;z-index:1;transform:translateZ(0)}@supports (padding: max(0px)){.drawer__footer{padding-bottom:max(20px,env(safe-area-inset-bottom,0px) + 20px)}}.drawer__footer--bordered{box-shadow:0 1px rgb(var(--root-border-color)) inset}.drawer__footer--no-top-padding{padding-top:0!important}[dir=ltr] .drawer__footer:before{left:0}[dir=rtl] .drawer__footer:before{right:0}.drawer__footer:before{content:"";position:absolute;bottom:100%;width:100%;height:24px;background:linear-gradient(rgba(var(--root-background),0),rgb(var(--root-background)));z-index:1;pointer-events:none}@media screen and (min-width:741px){.drawer__header{padding-top:24px;padding-bottom:24px;max-height:90px}[dir=ltr] .drawer__header-action{margin-left:24px}[dir=rtl] .drawer__header-action{margin-right:24px}.drawer__content--padded-start{padding-top:30px}.drawer__footer:not(.drawer__footer--tight){padding-top:var(--container-gutter);padding-bottom:var(--container-gutter)}}.popover-button{width:max-content}[dir=ltr] .popover-button svg{margin-left:10px}[dir=rtl] .popover-button svg{margin-right:10px}.popover-button svg{position:relative;top:-1px;transition:transform .2s ease-in-out}.popover-button[aria-expanded=true] svg{transform:rotate(180deg)}[dir=ltr] .popover{text-align:left}[dir=rtl] .popover{text-align:right}.popover{--heading-color: var(--root-heading-color);--text-color: var(--root-text-color);--background: var(--root-background);--primary-button-background: var(--root-primary-button-background);--primary-button-text-color: var(--root-primary-button-text-color);--section-background: var(--root-background);display:block;position:fixed;z-index:10;color:rgb(var(--text-color));background:rgb(var(--background));visibility:hidden;font-size:1rem;transition:visibility .25s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden}.popover[open]{visibility:visible}.popover__overlay{position:absolute;content:"";height:100vh;width:100%;bottom:calc(100% - 10px);left:0;background:#000;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}.popover[open]>.popover__overlay{visibility:visible;opacity:.3}.popover__header{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:10px 24px;min-height:64px;border-bottom:1px solid rgb(var(--root-border-color));border-radius:10px 10px 0 0}.popover__header--no-border{border-bottom:none}.popover__title{display:flex;justify-content:center;align-items:center;margin:0}[dir=ltr] .popover__title svg{margin-right:12px}[dir=rtl] .popover__title svg{margin-left:12px}[dir=ltr] .popover__close-button{right:24px}[dir=rtl] .popover__close-button{left:24px}.popover__close-button{position:absolute;top:24px;z-index:1}.popover__content{padding:24px;overflow:auto}.popover__content--no-padding{padding:0!important}@supports (padding: max(0px)){.popover__content{padding-bottom:max(24px,env(safe-area-inset-bottom,0px) + 24px)}}@media screen and (max-width:999px){.popover{display:flex;flex-direction:column;bottom:0;left:0;width:100vw;max-height:75vh;border-radius:10px 10px 0 0;transform:translateY(100%);transition:transform .6s cubic-bezier(.75,0,.175,1),visibility .6s cubic-bezier(.75,0,.175,1);touch-action:manipulation}.popover[open]{transform:translateY(0)}.popover__header,.popover__content{background:inherit}[dir=ltr] .drawer:not(.drawer--from-left) .popover{left:-11vw}[dir=rtl] .drawer:not(.drawer--from-left) .popover{right:-11vw}}@media screen and (min-width:1000px){.popover-container{position:relative}.popover{position:absolute;top:calc(100% + 18px);border:1px solid rgb(var(--root-border-color));z-index:2;opacity:0;transition:opacity .25s ease-in-out,visibility .25s ease-in-out;border-radius:min(var(--block-border-radius),4px)}.popover[open]{opacity:1}[dir=ltr] .popover:after,[dir=ltr] .popover:before{right:24px}[dir=rtl] .popover:after,[dir=rtl] .popover:before{left:24px}.popover:after,.popover:before{position:absolute;content:"";bottom:100%;width:0;height:0;border-style:solid;border-color:transparent transparent rgb(var(--root-background)) transparent;border-width:8px}[dir=ltr] .popover:before{right:23px}[dir=rtl] .popover:before{left:23px}.popover:before{border-color:transparent transparent rgb(var(--root-border-color)) transparent;border-width:9px}.popover__overlay,.popover__header{display:none}.popover__content{padding-left:32px;padding-right:32px}.popover__content--restrict{max-height:400px}.popover--small{font-size:calc(var(--base-font-size) - 3px);line-height:1.5}.popover--top{top:auto;bottom:calc(100% + 18px)}.popover--top:before,.popover--top:after{top:100%;bottom:auto;border-color:rgb(var(--root-background)) transparent transparent transparent}.popover--top:before{border-color:rgb(var(--root-border-color)) transparent transparent transparent}[dir=ltr] .popover--left{left:0}[dir=rtl] .popover--left{right:0}[dir=ltr] .popover--left{right:auto!important}[dir=rtl] .popover--left{left:auto!important}.popover--left:before,.popover--left:after{display:none}[dir=ltr] .popover-button+.popover{right:-28px}[dir=rtl] .popover-button+.popover{left:-28px}[dir=ltr] .select+.popover{right:-15px}[dir=rtl] .select+.popover{left:-15px}}.popover__choice-list{white-space:nowrap}.popover__choice-item{display:block;width:100%;text-align:center}.popover__choice-item:not(:first-child){margin-top:7px}.popover__choice-label{position:relative;cursor:pointer}[dir=ltr] input:checked+.popover__choice-label:after,[dir=ltr] .popover__choice-label[aria-current]:after{right:-26px}[dir=rtl] input:checked+.popover__choice-label:after,[dir=rtl] .popover__choice-label[aria-current]:after{left:-26px}input:checked+.popover__choice-label:after,.popover__choice-label[aria-current]:after{content:"";position:absolute;width:12px;height:9px;top:calc(50% - 4.5px);background-color:currentColor;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMy40TDQuNzQ5MzEgN0wxMSAxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:12px 9px;mask-size:12px 9px}@media screen and (max-width:999px){.popover__choice-item:not(:first-child){margin-top:16px}}@media screen and (min-width:1000px){[dir=ltr] input:checked+.popover__choice-label:after,[dir=ltr] .popover__choice-label[aria-current]:after{right:-22px}[dir=rtl] input:checked+.popover__choice-label:after,[dir=rtl] .popover__choice-label[aria-current]:after{left:-22px}[dir=ltr] .popover__choice-label{margin-right:22px}[dir=rtl] .popover__choice-label{margin-left:22px}.popover__choice-item{text-align:left}.popover--small .popover__content{padding:14px 20px}}[dir=ltr] .modal{left:0}[dir=rtl] .modal{right:0}.modal{--heading-color: var(--root-heading-color);--text-color: var(--root-text-color);--background: var(--root-background);position:fixed;font-size:1rem;z-index:10;visibility:hidden;transition:visibility .25s ease-in-out}.modal[open]{visibility:visible}[dir=ltr] .modal__overlay{left:0}[dir=rtl] .modal__overlay{right:0}.modal__overlay{position:absolute;content:"";height:100vh;width:100vw;bottom:calc(100% - 10px);background:#000;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.modal[open]>.modal__overlay{visibility:visible;opacity:.3}[dir=ltr] .modal__close-button{right:24px}[dir=rtl] .modal__close-button{left:24px}.modal__close-button{position:absolute;top:24px;z-index:1}.modal__content{position:relative;display:flow-root;background:rgb(var(--background));color:rgb(var(--text-color));border-radius:var(--block-border-radius)}@media screen and (max-width:740px){.modal{bottom:0;width:100vw;transform:translateY(100%);transition:transform .7s cubic-bezier(.75,0,.175,1),visibility .7s cubic-bezier(.75,0,.175,1);touch-action:manipulation}.modal[open]{transform:translateY(0)}.modal__content{max-height:81vh;border-radius:10px 10px 0 0;overflow:hidden}}@media screen and (min-width:741px){.modal{display:flex;top:0;justify-content:center;align-items:center;width:100%;height:100%}.modal__overlay{position:fixed;top:0;bottom:auto}.modal__content{margin:80px;max-height:calc(100vh - 160px);overflow:auto;transform:scale(.8);opacity:0;transition:transform .3s cubic-bezier(.75,0,.175,1),opacity .3s cubic-bezier(.75,0,.175,1);will-change:transform}.modal[open] .modal__content{transform:scale(1);opacity:1}}.color-swatch-list{display:grid;justify-content:flex-start;grid-template-columns:repeat(auto-fit,40px);grid-gap:8px;gap:8px}.color-swatch__item{position:relative;display:block;cursor:pointer;width:40px;height:40px;border:3px solid rgb(var(--section-background, var(--background)));border-radius:var(--color-swatch-border-radius);background-size:cover;background-position:center;-webkit-tap-highlight-color:transparent}.color-swatch__item:before,.color-swatch__item:after{position:absolute;content:"";border:2px solid rgb(var(--section-background, var(--background)));pointer-events:none;border-radius:inherit}.color-swatch__item:before{top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}.color-swatch__item:after{top:-3px;left:-3px;width:calc(100% + 6px);height:calc(100% + 6px);border-color:rgb(var(--text-color));opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease}.color-swatch--white .color-swatch__item:before{box-shadow:0 0 0 1px rgba(var(--text-color),.3) inset}.color-swatch__radio:checked+.color-swatch__item:after{opacity:1;transform:scale(1)}.color-swatch-list--mini{grid-template-columns:repeat(auto-fit,14px)}.color-swatch-list--mini .color-swatch__item{width:14px;height:14px;border-width:2px}.color-swatch-list--mini .color-swatch__item:before,.color-swatch-list--mini .color-swatch__item:after{border-width:1px}.color-swatch.is-disabled .color-swatch__item:before{background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--background)) calc(50% - 1px),rgb(var(--background)) calc(50% + 1px),transparent calc(50% + 1px)) no-repeat}@media not screen and (pointer:fine){.color-swatch[data-tooltip]:before,.color-swatch[data-tooltip]:after{display:none}}.block-swatch-list{display:flex;justify-content:flex-start;flex-wrap:wrap;margin:-4px;gap:8px}.block-swatch__item{display:block;position:relative;min-width:56px;padding:11px 18px 13px;margin:4px;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius);background:rgb(var(--background));color:rgb(var(--text-color));text-align:center;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}[dir=ltr] .block-swatch__item:after{left:0}[dir=rtl] .block-swatch__item:after{right:0}.block-swatch__item:after{content:"";position:absolute;top:0;width:100%;height:100%;box-shadow:0 0 0 1px rgb(var(--text-color)) inset,0 0 0 1px rgb(var(--text-color));border-radius:var(--button-border-radius);opacity:0;transform:scale(.9);transition:opacity .2s ease,transform .2s ease}.block-swatch-list--small .block-swatch__item{min-width:44px;padding:4px 12px;margin:4px}.block-swatch__radio:checked+.block-swatch__item{background:rgb(var(--secondary-background))}.block-swatch__radio:checked+.block-swatch__item:after{opacity:1;transform:scale(1)}.block-swatch.is-disabled .block-swatch__item{color:rgba(var(--text-color),.5);background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--border-color)) 50%,transparent calc(50% + 1px)) no-repeat}.variant-swatch-list{display:flex;justify-content:flex-start;flex-wrap:wrap;margin:-6px}.variant-swatch__item{display:block;position:relative;margin:6px;border:1px solid rgb(var(--border-color));text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.variant-swatch__image{width:50px}.variant-swatch__item,.variant-swatch__image{border-radius:min(var(--block-border-radius),4px)}[dir=ltr] .variant-swatch__item:after{left:0}[dir=rtl] .variant-swatch__item:after{right:0}.variant-swatch__item:after{content:"";position:absolute;top:0;width:100%;height:100%;box-shadow:0 0 0 1px rgb(var(--text-color)) inset,0 0 0 1px rgb(var(--text-color));border-radius:min(var(--block-border-radius),3px);opacity:0;transform:scale(.9);transition:opacity .2s ease,transform .2s ease}.variant-swatch__radio:checked+.variant-swatch__item:after{opacity:1;transform:scale(1)}.variant-swatch.is-disabled .variant-swatch__image{opacity:.4}[dir=ltr] .variant-swatch.is-disabled .variant-swatch__item:before{left:0}[dir=rtl] .variant-swatch.is-disabled .variant-swatch__item:before{right:0}.variant-swatch.is-disabled .variant-swatch__item:before{content:"";position:absolute;width:100%;height:100%;top:0;background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--border-color)) 50%,transparent calc(50% + 1px)) no-repeat;z-index:1}@media screen and (min-width:741px){.variant-swatch-list{margin:-6px}.variant-swatch__item{margin:6px}.variant-swatch__image{width:72px}}.color-swatch__radio.focus-visible+label,.block-swatch__radio.focus-visible+label,.variant-swatch__radio.focus-visible+label{outline:auto 5px -webkit-focus-ring-color}.color-swatch__radio:focus-visible+label,.block-swatch__radio:focus-visible+label,.variant-swatch__radio:focus-visible+label{outline:auto 5px -webkit-focus-ring-color}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area{background:rgb(var(--background));border-color:rgba(var(--text-color),.25)}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button{color:rgb(var(--text-color))}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover{color:rgba(var(--text-color),.55)}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus{color:rgba(var(--text-color),.55);background:rgba(var(--text-color),.25)}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after{border-color:rgba(var(--text-color),.25)}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster{background:rgb(var(--background));border-color:rgba(var(--text-color),.25)}.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus{color:rgba(var(--text-color),.55)}.model-wrapper{display:block;position:relative;padding-bottom:100%}[dir=ltr] .model-wrapper .shopify-model-viewer-ui,[dir=ltr] .model-wrapper model-viewer{left:0}[dir=rtl] .model-wrapper .shopify-model-viewer-ui,[dir=rtl] .model-wrapper model-viewer{right:0}.model-wrapper .shopify-model-viewer-ui,.model-wrapper model-viewer{position:absolute;top:0;width:100%;height:100%;opacity:1}.video-wrapper{display:block;position:relative}.video-wrapper:after{content:"";display:block;padding-bottom:56.25%;pointer-events:none}[dir=ltr] .video-wrapper iframe{left:0}[dir=rtl] .video-wrapper iframe{right:0}.video-wrapper iframe{position:absolute;top:0;width:100%;height:100%}.video-wrapper--cover{overflow:hidden;width:100%;height:100%}.video-wrapper--cover:after{display:none}.video-wrapper--cover iframe{position:absolute;top:50%!important;left:50%!important;right:auto!important;width:var(--video-width, 100%);height:var(--video-height, 100%);transform:translate(-50%,-50%)}@media(min-aspect-ratio:16/9){.video-wrapper--cover iframe{--video-height: 56.25vw}}@media(max-aspect-ratio:16/9){.video-wrapper--cover iframe{--video-width: 177.78vh;height:calc(var(--video-height) + 200px)}}.video-wrapper--inert iframe{pointer-events:none}.video-wrapper--native{aspect-ratio:var(--aspect-ratio)}.video-wrapper--native video{width:100%;height:100%}.video-wrapper--native:after{display:none}@supports not (aspect-ratio: 1){.video-wrapper--native video{position:absolute;top:0;right:0;bottom:0;left:0}.video-wrapper--native:after{display:block;padding-bottom:calc(100% / var(--aspect-ratio))}}.video-wrapper__poster{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;cursor:pointer}.video-wrapper__poster,.video-wrapper iframe{opacity:1;visibility:visible;transition:opacity .25s ease-in-out,visibility .25s ease-in-out}.video-wrapper__poster-content{position:absolute}.video-wrapper__poster-image{object-fit:cover;object-position:center;height:100%;width:100%}@keyframes playButtonRipple{0%{box-shadow:0 0 rgb(var(--play-button-background)),0 0 rgb(var(--play-button-background))}to{box-shadow:0 0 0 9px rgba(var(--play-button-background),0),0 0 0 18px rgba(var(--play-button-background),0)}}.video-wrapper__play-button{border-radius:100%}.video-wrapper__play-button--ripple{animation:playButtonRipple 1.4s ease-in-out infinite}.video-wrapper__play-button:not(:only-child){margin-bottom:32px}@media screen and (min-width:1000px){@keyframes playButtonRipple{0%{box-shadow:0 0 rgb(var(--play-button-background)),0 0 rgb(var(--play-button-background))}to{box-shadow:0 0 0 17px rgba(var(--play-button-background),0),0 0 0 32px rgba(var(--play-button-background),0)}}.video-wrapper__play-button:not(:only-child){margin-bottom:40px}.video-wrapper__play-button--large svg{width:104px;height:104px}}.product-facet{display:block;margin-top:24px;margin-bottom:48px}.product-facet__filters-header{padding-bottom:24px;border-bottom:1px solid rgb(var(--border-color))}.product-facet__filters:not(.drawer){display:block;padding-bottom:24px}.product-facet__active-list{margin-top:-6px;margin-bottom:18px}.product-facet__filter-item+.product-facet__filter-item{border-top:1px solid rgb(var(--border-color))}[dir=ltr] .product-facet__filter-item .collapsible__content{padding-left:8px}[dir=rtl] .product-facet__filter-item .collapsible__content{padding-right:8px}.product-facet__filter-item:not(:last-child) .collapsible__content{margin-bottom:25px}.product-facet__submit{margin-top:40px}[dir=ltr] .product-facet__active-count{margin-left:8px}[dir=rtl] .product-facet__active-count{margin-right:8px}[dir=ltr] .product-facet__sort-by-title{padding-right:7px}[dir=rtl] .product-facet__sort-by-title{padding-left:7px}.product-facet__product-list{margin-top:calc(var(--container-gutter) / 2)}.product-facet__meta-bar{display:flex;justify-content:center;align-items:flex-start;margin-bottom:16px}.product-facet__meta-bar-item{display:flex;align-items:center}[dir=ltr] .product-facet__meta-bar-item .icon--filters{margin-right:13px}[dir=rtl] .product-facet__meta-bar-item .icon--filters{margin-left:13px}[dir=ltr] .mobile-toolbar__item .icon--filters{margin-right:13px}[dir=rtl] .mobile-toolbar__item .icon--filters{margin-left:13px}@media screen and (max-width:740px){.product-facet__active-list{margin-left:-18px;margin-right:-18px}.mobile-toolbar__item--filters.has-filters .mobile-toolbar__item-label:after{position:absolute;content:"";width:6px;height:6px;background:currentColor;border-radius:6px}}@media screen and (max-width:999px){.product-facet__filters:not(.drawer){display:none}}@media screen and (min-width:741px){.product-facet{margin-top:40px;margin-bottom:80px}.product-facet__active-list{margin-top:18px;margin-bottom:0}.drawer .product-facet__active-list{margin-top:26px}.product-facet__meta-bar{margin-bottom:24px}[dir=ltr] .product-facet__meta-bar-item--filter{margin-right:44px}[dir=rtl] .product-facet__meta-bar-item--filter{margin-left:44px}}@media screen and (min-width:1000px){.product-facet{display:flex;justify-content:flex-start}[dir=ltr] .product-facet__aside{margin-right:40px}[dir=rtl] .product-facet__aside{margin-left:40px}.product-facet__aside{flex:none;width:230px}.product-facet__aside-inner{position:-webkit-sticky;position:sticky;display:block;top:calc(var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) + 24px)}.product-facet__main{flex:1 0 0}.product-facet__filters:not(.drawer) .drawer__content{overflow:visible;padding:0}.product-facet__meta-bar{justify-content:flex-start}[dir=ltr] .product-facet__meta-bar-item:last-child{margin-left:auto}[dir=rtl] .product-facet__meta-bar-item:last-child{margin-right:auto}}@media screen and (min-width:1200px){.product-facet__aside{width:265px}}.account__block-list{display:grid;grid-row-gap:24px;row-gap:24px}.account__block-item:empty{display:none}.account__back-button{display:inline-flex;align-items:center;justify-content:center;margin-top:30px;z-index:1}[dir=ltr] .account__back-button svg{margin-right:14px}[dir=rtl] .account__back-button svg{margin-left:14px}@media screen and (min-width:741px){.account__block-list{row-gap:32px}}@media screen and (min-width:1000px){[dir=ltr] .account__back-button{left:var(--container-outer-width)}[dir=rtl] .account__back-button{right:var(--container-outer-width)}.account__back-button{position:absolute;margin-top:48px}}.account__order-table-item:hover .link--animated:after{transform:scale(1);transform-origin:var(--transform-origin-start)}.account__order-list-item+.account__order-list-item{margin-top:24px;padding-top:24px;border-top:1px solid rgb(var(--border-color))}.account__order-item-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 64px;gap:24px 64px;margin-top:16px;margin-bottom:16px}.account__order-item-block .heading{margin-bottom:8px}.account__order-date{display:block;margin-top:-6px}@media screen and (max-width:740px){[dir=ltr] .account--order .page-header{text-align:left}[dir=rtl] .account--order .page-header{text-align:right}}@media screen and (min-width:741px){.account__order-date{margin-top:-18px}.account__order-addresses .account__addresses-list{margin-top:24px}}.account__addresses-list{display:grid;border:1px solid rgb(var(--border-color))}.account__address{display:flex;flex-direction:column;padding:24px;min-height:200px}.account__address--auto{min-height:0!important}.account__address:not(:first-child){border-top:1px solid rgb(var(--border-color))}.account__address--empty{justify-content:center;align-items:center}.account__address--empty svg{margin-bottom:16px}.account__address-details{margin-top:10px}.account__address--empty{background:rgb(var(--secondary-background))}.account__address-actions{display:grid;grid-auto-flow:column;justify-content:flex-start;grid-gap:20px;gap:20px;margin-top:auto;padding-top:10px}@media screen and (min-width:741px){.account__addresses-list{border:none;grid-template-columns:repeat(auto-fit,50%);justify-content:center}[dir=ltr] .account__address{border-right:1px solid rgb(var(--border-color))}[dir=rtl] .account__address{border-left:1px solid rgb(var(--border-color))}.account__address{border-top:1px solid rgb(var(--border-color));border-bottom:1px solid rgb(var(--border-color))}}@media screen and (min-width:741px)and (max-width:999px){.account__address:nth-child(2n)~.account__address{border-top:none}[dir=ltr] .account__address:nth-child(odd){border-left:1px solid rgb(var(--border-color))}[dir=rtl] .account__address:nth-child(odd){border-right:1px solid rgb(var(--border-color))}}@media screen and (min-width:1000px){.account__addresses-list:not(.account__addresses-list--wide){grid-template-columns:repeat(auto-fit,33.33333%)}.account__address:nth-child(3n)~.account__address{border-top:none}[dir=ltr] .account__address:nth-child(3n+1){border-left:1px solid rgb(var(--border-color))}[dir=rtl] .account__address:nth-child(3n+1){border-right:1px solid rgb(var(--border-color))}}.announcement-bar{display:flex;justify-content:center;align-items:center;padding-left:20px;padding-right:20px;background:rgb(var(--section-background))}.announcement-bar--multiple{justify-content:space-between}.announcement-bar__list{padding-left:10px;padding-right:10px}.announcement-bar__item{display:block}.announcement-bar__item[hidden]{visibility:hidden;height:0}.announcement-bar__message{padding-top:15px;padding-bottom:15px;text-align:center}[dir=ltr] .announcement-bar__message .link{margin-left:4px}[dir=rtl] .announcement-bar__message .link{margin-right:4px}[dir=ltr] .announcement-bar__close-button{right:var(--container-gutter)}[dir=rtl] .announcement-bar__close-button{left:var(--container-gutter)}.announcement-bar__close-button{position:absolute;top:var(--container-gutter)}.announcement-bar__content{display:block;z-index:5}.announcement-bar__content[hidden]{visibility:hidden}.announcement-bar__content-inner{background:rgb(var(--section-background))}[dir=ltr] .announcement-bar__content-overlay{left:0}[dir=rtl] .announcement-bar__content-overlay{right:0}.announcement-bar__content-overlay{position:absolute;content:"";height:100vh;width:100%;bottom:calc(100% - 10px);background:#000;opacity:.3;z-index:-1;transition:opacity .5s ease-in-out}.announcement-bar__content[hidden] .announcement-bar__content-overlay{opacity:0}@media screen and (max-width:740px){[dir=ltr] .announcement-bar__content{left:0}[dir=rtl] .announcement-bar__content{right:0}.announcement-bar__content{position:fixed;bottom:0;width:100%;transition:visibility .6s linear,opacity .6s cubic-bezier(.75,0,.175,1),transform .6s cubic-bezier(.75,0,.175,1)}.announcement-bar__content[hidden]{transform:translateY(100%)}.announcement-bar__content-inner{display:flex;flex-direction:column;max-height:81vh;border-radius:10px 10px 0 0;overflow:hidden}.announcement-bar__content-image{flex:none}.announcement-bar__content-text-wrapper{overflow:auto;padding:32px 48px;text-align:center}.announcement-bar__content.has-image .announcement-bar__close-button{color:#fff}@supports (padding: max(0px)){.announcement-bar__content-text-wrapper{padding-bottom:max(32px,env(safe-area-inset-bottom,0px) + 32px)}}}@media screen and (min-width:741px){.announcement-bar{position:relative;justify-content:center;padding-left:var(--container-gutter);padding-right:var(--container-gutter)}.announcement-bar__list{max-width:var(--container-max-width);padding-left:40px;padding-right:40px}[dir=ltr] .announcement-bar__content{left:0}[dir=rtl] .announcement-bar__content{right:0}.announcement-bar__content{position:absolute;top:100%;width:100%;box-shadow:0 -1px rgba(var(--text-color),.2);transition:visibility .5s linear,box-shadow .5s ease-in-out}.announcement-bar__content[hidden]{box-shadow:none}.announcement-bar__content-overflow{overflow:hidden;height:calc(100vh - var(--announcement-bar-height))}.announcement-bar__content-inner{display:grid;grid-auto-columns:1fr;max-height:80vh;overflow:hidden;align-items:center;background:rgb(var(--section-background));opacity:1;transform:translateY(0);transition:opacity .5s cubic-bezier(.75,0,.175,1),transform .5s cubic-bezier(.75,0,.175,1)}.announcement-bar__content[hidden] .announcement-bar__content-inner{transform:translateY(-100%);opacity:0}.announcement-bar__content-overlay{bottom:auto;top:0}.announcement-bar__content-image,.announcement-bar__content-text-wrapper{grid-row:1;max-height:inherit}.announcement-bar__content-image{height:100%;max-height:max-content;object-fit:cover;object-position:center}.announcement-bar__content-text-wrapper{padding:80px var(--container-gutter);overflow:auto;overscroll-behavior:contain}.announcement-bar__content-text{max-width:420px;margin-left:auto;margin-right:auto;text-align:center}.announcement-bar__message{min-width:495px;max-width:1000px}}.article__header{position:relative;display:block;background:rgb(var(--section-header-background))}.article__header-content{padding:40px var(--container-gutter);margin-left:auto;margin-right:auto;color:rgb(var(--text-color))}.article__image-wrapper{overflow:hidden}@media screen and (min-width:1000px){.article__header{display:flex;flex-direction:row-reverse;align-items:center}.article__header-content{padding-top:72px;padding-bottom:72px}[dir=ltr] .article__header .breadcrumb{left:var(--container-outer-margin)}[dir=rtl] .article__header .breadcrumb{right:var(--container-outer-margin)}.article__image-wrapper{flex:none;align-self:stretch}.article__image-wrapper--tall{width:37.5%}.article__image-wrapper--square{width:50%}.article__image{width:100%;height:100%;object-fit:cover;object-position:center}[dir=ltr] .article__image-wrapper--tall+.article__header-content{padding-right:100px}[dir=rtl] .article__image-wrapper--tall+.article__header-content{padding-left:100px}.article__header-content:only-child{padding-left:0;padding-right:0;max-width:668px;text-align:center}}@media screen and (min-width:1400px){[dir=ltr] .article__header-content{padding-left:calc(var(--container-outer-margin) + var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .article__header-content{padding-right:calc(var(--container-outer-margin) + var(--grid-column-width) + var(--grid-gap))}[dir=ltr] .article__header-content{padding-right:70px}[dir=rtl] .article__header-content{padding-left:70px}[dir=ltr] .article__image-wrapper--tall+.article__header-content{padding-right:160px}[dir=rtl] .article__image-wrapper--tall+.article__header-content{padding-left:160px}}.article__nav{position:fixed;display:block;width:100%;top:calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar));border-bottom:1px solid rgb(var(--border-color));background:rgb(var(--background));z-index:1;transform:translateY(-100%);opacity:0;visibility:hidden;transition:.3s transform ease,.3s opacity ease,.3s visibility ease}.article__nav.is-visible{transform:translateY(0);opacity:1;visibility:visible}[dir=ltr] .article__nav:after{left:0}[dir=rtl] .article__nav:after{right:0}.article__nav:after{position:absolute;content:"";bottom:0;height:2px;width:100%;transform-origin:var(--transform-origin-start);transform:scaleX(var(--transform));background:currentColor;box-shadow:0 1px currentColor}.article__nav-wrapper{position:relative;display:flex;align-items:center;padding:18px 0}.article__nav-item{display:flex;align-items:center}.article__nav-item-title{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}[dir=ltr] .article__nav-item-label{margin-right:10px}[dir=rtl] .article__nav-item-label{margin-left:10px}[dir=ltr] .article__nav-item--next .article__nav-arrow{margin-left:20px}[dir=rtl] .article__nav-item--next .article__nav-arrow,[dir=ltr] .article__nav-item--prev .article__nav-arrow{margin-right:20px}[dir=rtl] .article__nav-item--prev .article__nav-arrow{margin-left:20px}.article__reading-time{flex-shrink:0}@media screen and (max-width:740px){.article__nav-item{width:100%;justify-content:center;transition:transform .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;will-change:transform}[dir=ltr] .article__nav-item--next{left:0}[dir=rtl] .article__nav-item--next{right:0}.article__nav-item--next{position:absolute;align-items:baseline;opacity:0;transform:translateY(-6px);visibility:hidden;transition-delay:0s}.article__nav-item--current{transition-delay:.15s}[dir=ltr] .article__nav-arrow{margin-left:auto}[dir=rtl] .article__nav-arrow{margin-right:auto}.article__nav-arrow{align-self:center}.article__nav--show-next .article__nav-item--current{opacity:0;transform:translateY(6px);transition-delay:0s}.article__nav--show-next .article__nav-item--next{opacity:1;transform:translate(0);visibility:visible;transition-delay:.15s}}@media screen and (min-width:741px){.article__nav-wrapper{justify-content:center}.article__nav-item--prev,.article__nav-item--next{position:absolute}[dir=ltr] .article__nav-item--prev{left:0}[dir=rtl] .article__nav-item--prev,[dir=ltr] .article__nav-item--next{right:0}[dir=rtl] .article__nav-item--next{left:0}.article__nav-item-title{max-width:225px}.article__nav-item--prev .article__nav-item-title,.article__nav-item--next .article__nav-item-title{opacity:0;transform:translateY(-6px);transition:transform .2s ease-in-out,opacity .2s ease-in-out;will-change:transform}.article__nav-item:hover .article__nav-item-title,.article__nav-item:focus .article__nav-item-title{opacity:1;transform:translateY(0)}}@media screen and (min-width:1000px){.article__nav-wrapper{padding:27px 0}}@media screen and (min-width:1200px){.article__nav-item-title{max-width:300px}}.article{margin:40px 0}.article__inner{position:relative;display:flex;justify-content:center;flex-direction:column-reverse}.article__info{display:grid;grid-gap:14px;gap:14px;margin-top:40px;padding-top:24px;border-top:1px solid rgb(var(--border-color));width:100%}.article__meta-item+.article__meta-item:before{display:inline-block;content:"";width:4px;height:4px;margin-left:12px;margin-right:12px;vertical-align:2px;background:rgb(var(--text-color))}.article__tags{display:flex;align-items:center}[dir=ltr] .article__tags-item{margin-right:12px}[dir=rtl] .article__tags-item{margin-left:12px}.article__tags-item{display:inline-block}[dir=ltr] .article__tags-label{margin-right:15px}[dir=rtl] .article__tags-label{margin-left:15px}.article__share{display:flex;align-items:center;width:max-content}.article__info{max-width:max-content}[dir=ltr] .article__share-button-list{margin-left:15px}[dir=rtl] .article__share-button-list{margin-right:15px}.article__share-button-list{display:grid;grid-auto-flow:column;justify-content:flex-start;align-items:center;grid-gap:26px;gap:26px;list-style:none;padding:0}.article__comments-count{display:inline-flex;vertical-align:top}[dir=ltr] .article__comments-count svg{margin-right:8px}[dir=rtl] .article__comments-count svg{margin-left:8px}.article__comments-count svg{position:relative;top:1px}@media screen and (min-width:1000px){.article{margin-top:80px;margin-bottom:80px}.article__inner{align-items:center}.article__content,.article__info{max-width:668px;flex-grow:1}}@media screen and (min-width:1200px){.article__inner{flex-direction:column;min-height:200px}[dir=ltr] .article__info{left:0}[dir=rtl] .article__info{right:0}.article__info{position:absolute;top:0;width:170px;margin-top:0;padding-top:30px;gap:28px}.article__meta{display:grid;grid-gap:8px;gap:8px;justify-content:flex-start}.article__meta-item:before{display:none!important}.article__tags-label{margin-bottom:10px}.article__share,.article__tags{display:block}.article__share-label{display:block;margin-bottom:16px}[dir=ltr] .article__share-button-list{margin-left:6px}[dir=rtl] .article__share-button-list{margin-right:6px}}@media screen and (min-width:1400px){.article__inner{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}.article__info{width:185px}}.article__prev-next{background:rgb(var(--secondary-background))}@media screen and (min-width:741px){.article__prev-next .article-list{grid-template-columns:none;grid-auto-columns:310px;justify-content:center}.article__prev-next .article-item{width:auto!important}}.article__comment-list-heading{margin-bottom:30px}.article-comment{padding:24px;background:rgb(var(--secondary-background));border-radius:var(--block-border-radius-reduced)}.article-comment+.article-comment{margin-top:16px}.article-comment__meta{display:flex;align-items:center}[dir=ltr] .article-comment__gravatar{margin-right:16px}[dir=rtl] .article-comment__gravatar{margin-left:16px}.article-comment__gravatar{border-radius:100%;width:40px}.article-comment__author{margin-bottom:0}.article-comment__date{display:block;margin-top:2px;margin-bottom:4px}.article-comment__content{margin-top:15px}.article__comment-list+.article__comment-form{margin-top:48px}.article__comment-form-title{margin-top:0}@media screen and (min-width:741px){.article-comment{padding:32px}[dir=ltr] .article-comment__gravatar{margin-right:21px}[dir=rtl] .article-comment__gravatar{margin-left:21px}.article-comment__gravatar{width:48px;align-self:flex-start}.article__comment-list-heading{margin-bottom:34px}.article__comment-list+.article__comment-form{margin-top:64px}}@media screen and (min-width:1000px){.article__comment-box{max-width:748px;margin-left:auto;margin-right:auto}}.article-list{--article-list-row-gap: 40px;--article-list-column-gap: var(--container-gutter);display:grid;grid-gap:var(--article-list-row-gap) var(--article-list-column-gap);gap:var(--article-list-row-gap) var(--article-list-column-gap)}.article-list--scrollable{grid-auto-flow:column}.article-item{width:100%}.article-item__image-container{position:relative;display:block;margin-bottom:20px;overflow:hidden;border-radius:var(--block-border-radius-reduced);z-index:0}[dir=ltr] .article-item__arrow{right:20px}[dir=rtl] .article-item__arrow{left:20px}.article-item__arrow{position:absolute;bottom:20px;border:none;opacity:0;visibility:hidden;transform:scale(.5);transition:opacity .15s ease-in-out,visibility .15s ease-in-out,transform .15s ease-in-out}.article-item--horizontal{display:flex;align-items:center}.article-item--horizontal .article-item__image-container{border-radius:calc(var(--block-border-radius-reduced) / 2);z-index:0}[dir=ltr] .article-item--horizontal .article-item__arrow{right:12px}[dir=rtl] .article-item--horizontal .article-item__arrow{left:12px}.article-item--horizontal .article-item__arrow{bottom:12px}[dir=ltr] .article-item--featured .article-item__arrow{right:32px}[dir=rtl] .article-item--featured .article-item__arrow{left:32px}.article-item--featured .article-item__arrow{bottom:32px}.article-item__category{color:rgba(var(--text-color),.7);width:max-content}.article-item__excerpt{margin-top:-4px}.article-list--section .article-item:only-child{max-width:668px}@media screen and (max-width:999px){.article-list--scrollable .article-item:not(:only-child){width:81vw;scroll-snap-align:center;scroll-snap-stop:always}}@media screen and (min-width:741px)and (max-width:999px){.article-list--has-four{grid-template-columns:repeat(2,1fr)}.article-list--scrollable .article-item:not(:only-child){width:52vw}}@media screen and (min-width:741px){.article-list--stacked{grid-template-columns:repeat(auto-fit,calc(100% / 3 - var(--article-list-column-gap) * (2 / 3)));justify-content:safe center}}@media screen and (min-width:1000px){.article-list{--article-list-row-gap: 48px;--article-list-column-gap: 48px}.article-list+.pagination{margin-top:64px}.article-list--section{grid-template-columns:repeat(auto-fit,calc(100% / 3 - var(--article-list-column-gap) * (2 / 3)));justify-content:safe center}.article-item__image-container{margin-bottom:24px}.article-item__excerpt{margin-top:-8px}.article-list--collage{grid-template-columns:1.37731fr 1fr;column-gap:48px}.article-item--featured .article-item__image-container{margin-bottom:32px}.article-list__secondary-list{display:grid;grid-auto-rows:max-content;grid-row-gap:48px;row-gap:48px}[dir=ltr] .article-list__secondary-list .article-item__image-container{margin-right:32px}[dir=rtl] .article-list__secondary-list .article-item__image-container{margin-left:32px}.article-list__secondary-list .article-item__image-container{width:42%;flex:none;margin-bottom:0}}@media screen and (min-width:1200px){.article-list{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}.article-list--collage{column-gap:70px}}@media screen and (pointer:fine){.article-item:hover .article-item__arrow{visibility:visible;opacity:1;transform:scale(1)}}.checkout-button{position:relative;display:flex;align-items:center;justify-content:center}[dir=ltr] .checkout-button__lock{left:18px}[dir=rtl] .checkout-button__lock{right:18px}.checkout-button__lock{position:absolute}[dir=ltr] .checkout-button .square-separator{margin-left:11px;margin-right:12px}[dir=rtl] .checkout-button .square-separator{margin-right:11px;margin-left:12px}@media screen and (min-width:741px){[dir=ltr] .checkout-button__lock{left:20px}[dir=rtl] .checkout-button__lock{right:20px}}.discount-badge{display:flex;align-items:center;padding:3px 6px;font-family:var(--text-font-family);font-style:var(--text-font-style);font-weight:var(--text-font-bold-weight);font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:rgb(var(--heading-color));color:rgb(var(--background))}[dir=ltr] .discount-badge svg{margin-right:8px}[dir=rtl] .discount-badge svg{margin-left:8px}.discount-badge svg{position:relative}.shipping-bar{display:block;margin:16px auto 4px;width:100%;text-align:center}.shipping-bar__text{display:block}.shipping-bar__progress{position:relative;display:block;margin-top:6px;height:7px;border:2px solid currentColor;border-radius:4px}.shipping-bar__progress:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:currentColor;transition:transform .2s ease;transform:scaleX(var(--progress));transform-origin:var(--transform-origin-start)}.shipping-bar--large{max-width:392px}@media screen and (min-width:741px){.shipping-bar{margin-bottom:8px}.shipping-bar__progress{margin-top:8px;height:8px}.shipping-bar--large .shipping-bar__progress{margin-top:16px}}.line-item{display:flow-root}.line-item__content-wrapper{position:relative;display:flex;margin-top:20px}.line-item--centered .line-item__content-wrapper{align-items:center}[dir=ltr] .line-item__image-wrapper{margin-right:24px}[dir=rtl] .line-item__image-wrapper{margin-left:24px}.line-item__image-wrapper{position:relative;display:block;width:80px;flex:none;align-self:flex-start}.line-item__image{border-radius:min(var(--block-border-radius),4px)}[dir=ltr] .line-item__loader{left:calc(50% - 16px)}[dir=rtl] .line-item__loader{right:calc(50% - 16px)}.line-item__loader{display:flex;position:absolute;align-items:center;justify-content:center;width:32px;height:32px;top:calc(50% - 16px);background:rgb(var(--root-background));color:rgb(var(--root-text-color));border-radius:32px;transition:opacity .2s ease-in-out,transform .2s ease-in-out,visibility .2s ease-in-out}.line-item__loader[hidden]{transform:scale(.4);opacity:0;visibility:hidden}.line-item__quantity{display:block;margin-top:8px}.line-item__discount-list+.line-item__quantity{margin-top:12px}[dir=ltr] .line-item__remove-button{margin-left:12px}[dir=rtl] .line-item__remove-button{margin-right:12px}.line-item__discount-list{display:flex;flex-direction:column;align-items:flex-start;margin-top:8px}.line-item__discount-badge:not(:last-child){margin-bottom:4px}@media screen and (min-width:741px){.line-item__content-wrapper{margin-top:24px}.line-item__image-wrapper{width:92px}.line-item__quantity{vertical-align:top;margin-top:14px}[dir=ltr] .line-item__price-list-container{margin-left:auto}[dir=rtl] .line-item__price-list-container{margin-right:auto}[dir=ltr] .line-item__price-list-container{padding-left:30px}[dir=rtl] .line-item__price-list-container{padding-right:30px}.line-item__price-list-container{flex-shrink:0;line-height:1.5;text-align:right;vertical-align:top}[dir=ltr] .line-item__quantity--block .line-item__remove-button{margin-left:0}[dir=rtl] .line-item__quantity--block .line-item__remove-button{margin-right:0}.line-item__quantity--block .line-item__remove-button{display:block;margin-top:10px}.line-item__discount-list{margin-top:14px}}@media screen and (min-width:741px){[dir=ltr] .line-item__fulfillment{margin-left:116px}[dir=rtl] .line-item__fulfillment{margin-right:116px}}.line-item-table{margin-bottom:40px}.line-item-table .line-item{display:table-row}.line-item-table .line-item__content-wrapper{margin-top:0}@media screen and (max-width:740px){.line-item-table{table-layout:fixed}.line-item-table__list .line-item:first-child .line-item__product{padding-top:0}[dir=ltr] .line-item-table__list .line-item__product{padding-right:0}[dir=rtl] .line-item-table__list .line-item__product{padding-left:0}.line-item-table__list .line-item__product{width:100%}.line-item-table__footer{display:table-row}[dir=ltr] .line-item-table__footer td:nth-child(2){padding-left:0}[dir=rtl] .line-item-table__footer td:nth-child(2){padding-right:0}.line-item-table__footer td:nth-child(2){width:100%}}@media screen and (min-width:741px){.line-item-table__list .line-item__quantity{margin-top:0}}.mini-cart__discount-list{display:grid;grid-gap:10px;gap:10px;margin-bottom:8px}.mini-cart__discount{display:flex;align-items:center;justify-content:flex-start}[dir=ltr] .mini-cart__discount-badge{margin-right:14px}[dir=rtl] .mini-cart__discount-badge{margin-left:14px}.mini-cart__actions{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:14px}[dir=ltr] .mini-cart__order-note{left:0}[dir=rtl] .mini-cart__order-note{right:0}.mini-cart__order-note{display:block;position:absolute;bottom:0;width:100%;background:rgb(var(--background));padding:var(--container-gutter);z-index:1;visibility:hidden;opacity:0;transform:translateY(100%);transition:visibility .25s ease-in-out,opacity .25s ease-in-out,transform .25s ease-in-out}.mini-cart__order-note[open]{visibility:visible;opacity:1;transform:translateY(0)}.mini-cart__order-note-title{margin-bottom:24px}@media screen and (max-width:740px){.mini-cart__actions{flex-direction:row;align-items:flex-start;font-size:12px}.mini-cart__actions>:first-child:not(:only-child){margin-bottom:7px}[dir=ltr] .mini-cart__order-note{left:-11vw}[dir=rtl] .mini-cart__order-note{right:-11vw}.mini-cart__order-note{width:100vw}@supports (padding: max(0px)){.mini-cart__order-note{padding-bottom:max(24px,env(safe-area-inset-bottom,0px) + 24px)}}}@media screen and (min-width:741px){.mini-cart__drawer-footer{padding-bottom:var(--container-gutter)}.mini-cart__discount{justify-content:flex-end}.mini-cart__actions{margin-bottom:26px}}.mini-cart__recommendations:not([hidden]){display:block}.mini-cart__recommendations-inner{margin-top:24px;margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter));padding:16px var(--container-gutter);background:rgb(var(--secondary-background))}.mini-cart__recommendations-heading{margin-top:0!important}.mini-cart__recommendations .product-item-meta__title{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:999px){.mini-cart__recommendations-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(64vw,1fr);grid-gap:var(--grid-gap)}.mini-cart__recommendations .product-item{display:flex;flex-direction:row;align-items:center;scroll-snap-align:start;scroll-snap-stop:always;scroll-margin:var(--container-gutter)}[dir=ltr] .mini-cart__recommendations .product-item__image-wrapper{margin:0 24px 0 0}[dir=rtl] .mini-cart__recommendations .product-item__image-wrapper{margin:0 0 0 24px}.mini-cart__recommendations .product-item__image-wrapper{width:65px;flex:none}[dir=ltr] .mini-cart__recommendations .product-item__info{text-align:left}[dir=rtl] .mini-cart__recommendations .product-item__info{text-align:right}.mini-cart__recommendations .product-item__info{min-width:0}}@media screen and (min-width:1000px){[dir=ltr] .mini-cart__recommendations{right:100%}[dir=rtl] .mini-cart__recommendations{left:100%}.mini-cart__recommendations{position:absolute;top:0;width:240px;height:100%;overflow:hidden;text-align:center}.mini-cart__recommendations-inner{margin:0;height:100%;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;padding-top:35px;padding-bottom:35px;box-shadow:-10px 0 24px 4px rgb(var(--text-color),.05) inset;transition:transform .25s ease-in}.mini-cart:not([open]) .mini-cart__recommendations-inner{transform:translate(100%)}.mini-cart__recommendations .product-item{margin-top:40px}.mini-cart__recommendations .product-item__image-wrapper{width:92px;margin:0 auto 24px;flex:none}.mini-cart__recommendations .spinner{display:flex;height:100%}}.cart__recap{padding:var(--container-gutter);background:rgb(var(--secondary-background));border-radius:var(--block-border-radius-reduced)}.cart__recap-block{display:grid;grid-gap:10px;gap:10px;margin-bottom:10px}.cart__recap-block>*{margin-top:0;margin-bottom:0}.cart__recap-note{margin-bottom:24px}.cart__total-container,.cart__discount{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.cart__discount-list{display:grid;grid-gap:10px;gap:10px}.cart__discount-badge{align-self:stretch}.cart__order-note{padding-top:14px}.cart__checkout-button:not(:only-child){margin-top:24px}.cart__payment-methods{margin-top:24px;text-align:center}.cart__payment-methods-label{display:block;margin-bottom:16px}@media screen and (max-width:999px){.cart__aside{margin-top:24px}}@media screen and (min-width:1000px){.cart{display:grid;grid-template-columns:1fr 300px;grid-gap:40px;gap:40px}.cart__aside-inner{display:block;position:-webkit-sticky;position:sticky;top:calc(var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) + 24px)}}@media screen and (min-width:1200px){.cart{grid-template-columns:1fr 390px;gap:70px}}.shipping-estimator{border:1px solid rgb(var(--border-color));border-radius:var(--block-border-radius-reduced)}.shipping-estimator__toggle-button,.shipping-estimator__form{padding:24px}.shipping-estimator__form{display:block;padding-top:0!important}.shipping-estimator__results{margin-top:24px}@media screen and (min-width:741px){.shipping-estimator__form .input-row .input:nth-child(1),.shipping-estimator__form .input-row .input:nth-child(2){grid-column:span 2}.shipping-estimator__toggle-button,.shipping-estimator__form{padding:32px}}.product-facet__main .promotion-block-list{--promotion-block-gutter: 24px}.product-facet__main .promotion-block-list--top{margin-bottom:20px}.product-facet__main .promotion-block-list--bottom{margin-top:36px}@media screen and (max-width:740px){.product-facet__main .promotion-block-list{--promotion-block-gutter: 12px;margin-left:calc(-1 * (var(--container-gutter) - var(--promotion-block-gutter) / 2));margin-right:calc(-1 * (var(--container-gutter) - var(--promotion-block-gutter) / 2))}}@media screen and (min-width:741px){.product-facet__main .promotion-block-list--bottom{margin-top:60px}}.section__header+.contact__form{margin-top:24px}.contact__text-list{padding:32px;border:1px solid rgba(var(--text-color),.15)}.contact__text-item+.contact__text-item{margin-top:32px}@media screen and (max-width:999px){.contact__form,.contact__aside{max-width:460px;margin-left:auto;margin-right:auto}.contact__aside{margin-top:40px}}@media screen and (min-width:741px){.contact__text-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(10px,1fr));grid-gap:32px;gap:32px}.contact__text-item{margin-top:0!important}}@media screen and (min-width:1000px){.contact{display:flex;flex-direction:row-reverse;justify-content:center}.contact__main{flex:1 0 auto;max-width:460px}.contact__main:only-child{flex-grow:1;max-width:none}[dir=ltr] .contact__main:not(:only-child) .section__header{text-align:left}[dir=rtl] .contact__main:not(:only-child) .section__header{text-align:right}.contact__main:not(:only-child) .section__header{margin-bottom:32px}.contact__form{max-width:460px;margin-left:auto;margin-right:auto}[dir=ltr] .contact__aside{margin-right:40px}[dir=rtl] .contact__aside{margin-left:40px}.contact__aside{max-width:530px}}@media screen and (min-width:1200px){[dir=ltr] .contact__aside{margin-right:90px}[dir=rtl] .contact__aside{margin-left:90px}}[dir=ltr] .cookie-bar{right:var(--container-gutter)}[dir=rtl] .cookie-bar{left:var(--container-gutter)}.cookie-bar{display:block;position:fixed;width:calc(100% - var(--container-gutter) * 2);bottom:var(--container-gutter);padding:20px;max-width:400px;border:1px solid rgb(var(--root-border-color));background:rgb(var(--root-background));z-index:2;transition:visibility .2s ease-in-out,opacity .2s ease-in-out}.cookie-bar[hidden]{visibility:hidden;opacity:0}.cookie-bar__actions{margin-top:18px}[dir=ltr] .cookie-bar__actions .button:last-child{margin-left:4px}[dir=rtl] .cookie-bar__actions .button:last-child{margin-right:4px}@media screen and (max-width:740px){@supports (padding: max(0px)){.cookie-bar{bottom:max(24px,env(safe-area-inset-bottom,0px) + 24px)}}}@media screen and (min-width:741px){.cookie-bar{padding:30px}}.faq{position:relative}.faq__category{--anchor-offset: 20px;padding:20px 24px;margin-bottom:0;background:rgb(var(--secondary-background))}.faq__item{border-bottom:1px solid rgba(var(--text-color),.15)}.faq__item h4{margin-bottom:0}[dir=ltr] .faq__item .collapsible__content{padding-right:40px}[dir=rtl] .faq__item .collapsible__content{padding-left:40px}.faq__item .collapsible__content{padding-bottom:26px}@media screen and (max-width:740px){.faq{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.faq__item{padding-left:var(--container-gutter);padding-right:var(--container-gutter)}.faq__item~.faq__category{margin-top:30px}}@media screen and (min-width:741px){.faq__item .collapsible-toggle,.faq__item .collapsible__content{padding-left:0;padding-right:0}}@media screen and (min-width:1000px){.faq__wrapper{max-width:1200px;width:100%;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:0 40px}[dir=ltr] .faq-navigation{left:0}[dir=rtl] .faq-navigation{right:0}.faq-navigation{position:absolute;display:block;height:100%;max-width:calc(var(--grid-column-width) * 4 + var(--grid-gap) * 3);top:0}}@media screen and (min-width:1400px){[dir=ltr] .faq-navigation{left:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .faq-navigation{right:calc(var(--grid-column-width) + var(--grid-gap))}.faq-navigation{max-width:calc(var(--grid-column-width) * 3 + var(--grid-gap) * 2)}}.footer{padding:48px 0;background:rgb(var(--background));color:rgb(var(--text-color))}.footer--bordered{border-top:1px solid rgb(var(--border-color))}.footer__item-list{display:grid;grid-gap:40px;gap:40px;grid-template-columns:1fr 1fr;justify-content:space-between}.footer__item{max-width:325px;word-break:break-word}.footer__item-title{margin-bottom:12px}.footer__image{display:block}.footer__item--social-media .footer__item-content{margin-top:20px}.footer__aside{margin-top:42px}.footer__cross-border{display:flex}[dir=ltr] .footer__cross-border .popover-container+.popover-container{margin-left:-1px}[dir=rtl] .footer__cross-border .popover-container+.popover-container{margin-right:-1px}.footer__newsletter-form{margin-top:16px}.footer__copyright,.footer__payment-methods{display:block;margin-top:32px;color:rgba(var(--footer-text-color),.7)}.footer__copyright{display:flex;align-items:center}.footer__payment-methods-label{display:inline-block;margin-bottom:8px}@media screen and (max-width:740px){.footer__item--image,.footer__item--newsletter,.footer__item--newsletter+.footer__item--social-media:last-child{grid-column:span 2}}@media screen and (min-width:741px)and (max-width:999px){.footer__item-list{grid-template-columns:1fr 1fr 1fr}.footer__item--image.is-first{grid-column:span 3}.footer__item--newsletter{grid-column:span 2}}@media screen and (min-width:741px){.footer__payment-methods{display:flex;align-items:center}[dir=ltr] .footer__payment-methods-label{margin-right:14px}[dir=rtl] .footer__payment-methods-label{margin-left:14px}.footer__payment-methods-label{margin-bottom:0}}@media screen and (min-width:1000px){.footer{padding-top:72px;padding-bottom:50px}.footer__item-list{grid-auto-flow:column;grid-template-columns:none}.footer__item-title{margin-bottom:20px}.footer__aside{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;row-gap:24px;margin-top:50px}[dir=ltr] .footer__cross-border{margin-right:32px}[dir=rtl] .footer__cross-border{margin-left:32px}.footer__payment-methods,.footer__copyright{margin-top:0}[dir=ltr] .footer__payment-methods{margin-left:auto}[dir=rtl] .footer__payment-methods{margin-right:auto}}@media screen and (min-width:1200px){[dir=ltr] .footer__cross-border{margin-right:50px}[dir=rtl] .footer__cross-border{margin-left:50px}}.gallery{--gallery-image-height: 370px;position:relative;display:block}.gallery__list-wrapper:not(.is-scrollable)~.custom-drag-cursor{visibility:hidden}.gallery__list-wrapper:not(.is-scrollable)~.gallery__prev-next-buttons,.gallery__list-wrapper:not(.is-scrollable)~.gallery__progress-bar-wrapper{display:none}.gallery__list-wrapper{display:block}.gallery__list{display:flex;flex-wrap:nowrap}.gallery__list-wrapper.is-scrollable .gallery__list:after{content:"";flex:0 0 var(--container-outer-width)}.gallery__item{flex-shrink:0;width:max-content}[dir=ltr] .gallery__item:not(:first-child){margin-left:var(--container-gutter)}[dir=rtl] .gallery__item:not(:first-child){margin-right:var(--container-gutter)}.gallery__figure{display:table;margin:0}.gallery__image{display:block;height:var(--gallery-image-height);width:auto;border-radius:var(--block-border-radius-reduced);overflow:hidden;-webkit-user-select:none;user-select:none}.gallery__caption{display:table-caption;caption-side:bottom;margin-top:16px}.gallery__progress-bar{display:block;margin-top:32px}[dir=ltr] .gallery__prev-next-buttons{right:calc(var(--container-outer-width) - 28px)}[dir=rtl] .gallery__prev-next-buttons{left:calc(var(--container-outer-width) - 28px)}.gallery__prev-next-buttons{position:absolute;top:calc(var(--gallery-image-height) / 2 - 56px);z-index:1}@media not screen and (pointer:fine){.gallery__prev-next-buttons{display:none!important}}@media screen and (min-width:1000px){.gallery{--gallery-image-height: 40vw}}@media screen and (min-width:1200px){.gallery{--gallery-image-height: 35vw}}@media screen and (min-width:1400px){.gallery{--gallery-image-height: 30vw}}.gift-card{-webkit-print-color-adjust:exact;color-adjust:exact;background:rgb(var(--background));min-height:var(--window-height, 100vh);text-align:center}.gift-card__wrapper{max-width:530px;margin-left:auto;margin-right:auto}.gift-card__logo{margin-bottom:32px}.gift-card__logo-image{display:block;margin-left:auto;margin-right:auto}.gift-card__image-wrapper{max-width:280px;margin-left:auto;margin-right:auto;margin-bottom:-65px}.gift-card__image{border-radius:18px}.gift-card__card{padding:32px;background:rgb(var(--section-card-background));color:rgb(var(--text-color))}.gift-card__card+.gift-card__card{margin-top:16px}.gift-card__main{padding-top:97px}.gift-card__amount{color:rgb(var(--product-on-sale-accent))}.gift-card__code-container{display:grid;grid-gap:8px;gap:8px}.gift-card__code{-webkit-appearance:none;appearance:none;padding-left:12px;padding-right:12px;height:var(--button-height);line-height:var(--button-height);border:1px solid rgb(var(--border-color));border-radius:0;background:transparent}.gift-card__expires-on{margin-top:16px}.gift-card__aside{display:grid;grid-gap:24px;gap:24px}.gift-card__qr{display:block}.gift-card__qr img,.gift-card__wallet{margin-left:auto;margin-right:auto;width:132px}.gift-card__button-wrapper{margin-top:24px}@media screen and (min-width:741px){.gift-card__logo{margin-bottom:56px}.gift-card__card{padding:40px}.gift-card__image-wrapper{margin-bottom:-95px}.gift-card__main{padding-top:135px}.gift-card__image-wrapper{max-width:360px}.gift-card__code-container{grid-template-columns:1fr auto;gap:16px}.gift-card__aside{grid-auto-flow:column;gap:32px;align-items:center}[dir=ltr] .gift-card__aside .heading{text-align:left}[dir=rtl] .gift-card__aside .heading{text-align:right}.gift-card__qr img{width:68px}.gift-card__wallet{width:145px}.gift-card__button-wrapper{margin-top:40px}}.header{display:block;background:rgb(var(--header-background));color:rgb(var(--header-text-color));transition:background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}.header--bordered{box-shadow:0 1px transparent}.header--bordered:not(.header--transparent){box-shadow:0 1px rgb(var(--border-color))}.header__logo{display:block;position:relative;margin:0}.header__logo-link,.header__logo-image{display:block;width:max-content}.header__logo-text{color:currentColor;max-width:min(350px,60vw)}.header__logo-image{transition:opacity .2s ease-in-out}[dir=ltr] .header__logo-image--transparent{left:0}[dir=rtl] .header__logo-image--transparent{right:0}.header__logo-image--transparent{position:absolute;top:0;width:100%;height:100%;opacity:0;object-fit:contain;object-position:center}.js .header--transparent .header__logo-image:not(:last-child){opacity:0}.js .header--transparent .header__logo-image--transparent{opacity:1}.header__wrapper{display:flex;align-items:center;padding:20px 0}.header__inline-navigation{display:flex;align-items:center}.header__inline-navigation,.header__secondary-links{flex:1 1 0}.header__icon-wrapper{display:block}@media screen and (max-width:740px){.header__logo-text{text-align:center}}@media screen and (min-width:741px){.header__wrapper{padding:calc(27px - var(--reduce-header-padding) * 6px) 0}}@media screen and (min-width:1000px)and (max-width:1199px){[dir=ltr] .header__search-bar{margin-left:24px}[dir=rtl] .header__search-bar{margin-right:24px}}.header__secondary-links{display:flex;justify-content:center;align-items:center}.header__secondary-links .header__linklist{flex-wrap:nowrap}.header__icon-list{display:grid;grid-auto-flow:column;grid-gap:20px;gap:20px;justify-content:flex-start;align-items:center}[dir=ltr] .header__cart-count{margin-left:8px}[dir=rtl] .header__cart-count{margin-right:8px}.header__cart-count{top:-1px}[dir=ltr] .header__cart-count--floating{margin-left:0}[dir=rtl] .header__cart-count--floating{margin-right:0}[dir=ltr] .header__cart-count--floating{right:-14px}[dir=rtl] .header__cart-count--floating{left:-14px}.header__cart-count--floating{position:absolute;top:-8px}.header__cart-count{background:rgb(var(--header-text-color));color:rgb(var(--header-background))}.js .header--transparent .header__cart-count{color:rgb(var(--header-transparent-bubble-text-color))}@media screen and (min-width:741px){.header__icon-list{gap:24px}}.header__cross-border{display:grid;grid-auto-flow:column;grid-gap:18px;gap:18px}[dir=ltr] .header__secondary-links .header__cross-border{margin-right:24px}[dir=rtl] .header__secondary-links .header__cross-border{margin-left:24px}@media screen and (min-width:1200px){[dir=ltr] .header__secondary-links .header__cross-border{margin-right:30px}[dir=rtl] .header__secondary-links .header__cross-border{margin-left:30px}}.header__bottom-navigation{padding-top:calc(17px - var(--reduce-header-padding) * 8px);padding-bottom:calc(19px - var(--reduce-header-padding) * 8px);border-top:1px solid rgb(var(--header-border-color));transition:border-top .2s ease-in-out}.header__linklist{display:flex;flex-wrap:wrap;row-gap:12px}.header__linklist-item{flex-shrink:0;font-weight:bolder}[dir=ltr] .header__linklist-item:not(:last-child){margin-right:32px}[dir=rtl] .header__linklist-item:not(:last-child){margin-left:32px}[dir=ltr] .header__linklist-item.has-dropdown:hover:before{margin-left:-32px}[dir=rtl] .header__linklist-item.has-dropdown:hover:before{margin-right:-32px}.header__linklist-item.has-dropdown:hover:before{content:attr(data-item-title);position:absolute;height:100%;top:0;padding-left:32px;padding-right:32px;opacity:0}.header__bottom-navigation .header__linklist-item:hover:before{height:calc(100% - var(--header-height-without-bottom-nav));top:auto;bottom:0}.header__linklist-link{display:block}.header__bottom-navigation .header__linklist{justify-content:center}[dir=ltr] .nav-dropdown{margin-left:-32px}[dir=rtl] .nav-dropdown{margin-right:-32px}.nav-dropdown{display:block;position:absolute;top:100%;padding-top:20px;padding-bottom:20px;background:rgb(var(--background));color:rgb(var(--text-color));border:1px solid rgba(var(--text-color),.15);white-space:nowrap;visibility:hidden;opacity:0;transition:opacity .25s ease-in-out,visibility .25s ease-in-out}.nav-dropdown:not([hidden]),.focus-outline :focus-within>.nav-dropdown,.no-js :focus-within>.nav-dropdown,.no-js :hover>.nav-dropdown{visibility:visible;opacity:1}.nav-dropdown--restrict{max-height:calc(100vh - var(--header-height) - 20px);overflow:auto}[dir=ltr] .nav-dropdown .nav-dropdown{margin-left:0}[dir=rtl] .nav-dropdown .nav-dropdown{margin-right:0}[dir=ltr] .nav-dropdown .nav-dropdown{left:100%}[dir=rtl] .nav-dropdown .nav-dropdown{right:100%}.nav-dropdown .nav-dropdown{top:-20px}.nav-dropdown__item{position:relative}.nav-dropdown__link{display:flex;align-items:center;justify-content:space-between;padding:3px 30px}[dir=ltr] .nav-dropdown__link>svg{margin-left:16px}[dir=rtl] .nav-dropdown__link>svg{margin-right:16px}.nav-dropdown__link>svg{position:relative;top:2px;transition:transform .25s ease-in-out}.nav-dropdown__link[aria-expanded=true]>svg{transform:translate(calc(var(--transform-logical-flip) * 8px))}.mega-menu{--mega-menu-column-gap: 48px;--mega-menu-image-gap: 24px;position:absolute;display:block;top:100%;left:0;width:100%;visibility:hidden;opacity:0;background:rgb(var(--background));color:rgb(var(--text-color));transition:opacity .25s ease-in-out,visibility .25s ease-in-out}.mega-menu.is-closing,.mega-menu[hidden]{z-index:-1}.mega-menu:after{content:"";position:absolute;height:calc(100vh - 100% - var(--header-height, 0px));width:100%;left:0;top:100%;background:#000;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out}.mega-menu:not([hidden]),.focus-outline :focus-within>.mega-menu,.no-js :focus-within>.mega-menu,.no-js :hover>.mega-menu{visibility:visible;opacity:1}.mega-menu:not([hidden]):after,.focus-outline :focus-within>.mega-menu:after,.no-js :focus-within>.mega-menu:after,.no-js :hover>.mega-menu:after{opacity:.3}.mega-menu.is-closing:after{opacity:0;transition-delay:.15s}.header--bordered .mega-menu{margin-top:1px}.mega-menu__inner{position:relative;display:grid;grid-auto-flow:column;justify-content:center;grid-column-gap:var(--mega-menu-column-gap);column-gap:var(--mega-menu-column-gap);padding-top:48px;padding-bottom:48px;max-height:calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 50px);overflow:auto;z-index:1}.mega-menu__columns-wrapper{display:flex;flex-wrap:wrap;margin:calc(-1 * var(--mega-menu-column-gap) / 2)}.mega-menu__column{margin:calc(var(--mega-menu-column-gap) / 2)}.mega-menu__images-wrapper{display:grid;grid-auto-flow:column;align-items:flex-start;grid-gap:var(--mega-menu-image-gap);gap:var(--mega-menu-image-gap)}.mega-menu__images-wrapper--tight{gap:20px}.mega-menu__image-push{width:180px;text-align:center}.mega-menu__image-push:only-child{width:200px}.mega-menu__image-wrapper{margin-bottom:18px;overflow:hidden;border-radius:var(--block-border-radius-reduced);z-index:0}.mega-menu__image{border-radius:inherit}.mega-menu__heading{margin-bottom:7px}.mega-menu__title{margin-bottom:16px}@media screen and (min-width:1200px){.mega-menu{--mega-menu-column-gap: 64px}}@media screen and (min-width:1400px){.mega-menu{--mega-menu-column-gap: 80px;--mega-menu-image-gap: 40px}.mega-menu__image-push{width:240px}.mega-menu__image-push:only-child{width:280px}}.mobile-nav__item{display:flow-root}.mobile-nav__item:not(:last-child){border-bottom:1px solid rgba(var(--text-color),.15)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:21px 0}.mobile-nav__image-heading{margin-bottom:7px}.mobile-nav__image-text{display:block}.mobile-nav .collapsible{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}[dir=ltr] .mobile-nav .mobile-nav{padding-left:8px}[dir=rtl] .mobile-nav .mobile-nav{padding-right:8px}.mobile-nav .mobile-nav{margin-left:var(--container-gutter);margin-right:var(--container-gutter);margin-bottom:24px!important}.mobile-nav .mobile-nav .mobile-nav__item{margin-bottom:15px;border:none}.mobile-nav .mobile-nav .mobile-nav__link{padding:0}[dir=ltr] .mobile-nav .mobile-nav .mobile-nav{border-left:1px solid rgba(var(--text-color),.15)}[dir=rtl] .mobile-nav .mobile-nav .mobile-nav{border-right:1px solid rgba(var(--text-color),.15)}[dir=ltr] .mobile-nav .mobile-nav .mobile-nav{padding-left:20px}[dir=rtl] .mobile-nav .mobile-nav .mobile-nav{padding-right:20px}.mobile-nav .mobile-nav .mobile-nav{margin-top:16px!important;margin-bottom:10px!important}.mobile-nav .mobile-nav .mobile-nav .mobile-nav__item{margin-bottom:14px}.mobile-nav .mobile-nav .mobile-nav .mobile-nav__item:last-child{margin-bottom:0}[dir=ltr] .mobile-nav+.mobile-nav__images-wrapper{padding-left:8px}[dir=rtl] .mobile-nav+.mobile-nav__images-wrapper{padding-right:8px}.mobile-nav__images-scroller{display:grid;grid-gap:12px;gap:12px;grid-auto-flow:column;margin-bottom:32px;padding-left:var(--container-gutter);padding-right:var(--container-gutter);width:-moz-fit-content;width:fit-content}.mobile-nav__image-push{min-width:120px;max-width:134px;text-align:center}.mobile-nav__image{display:block;margin-bottom:14px;border-radius:min(var(--block-border-radius),4px)}.mobile-nav__footer{display:flex;justify-content:space-between;flex-wrap:wrap}.image-with-text{--image-height: min( var(--image-max-height), (100vw - var(--container-gutter) * 4) * (1 / var(--image-aspect-ratio)) );position:relative;display:block;text-align:center}[dir=ltr] .image-with-text:before{left:0}[dir=rtl] .image-with-text:before{right:0}.image-with-text:before{position:absolute;content:"";top:0;width:100%;height:100%;background:rgb(var(--section-accent-background));z-index:-1}.image-with-text--overlap-image:before{height:var(--image-height)}.image-with-text--overlap-text:before{--image-height-difference: calc(100% - var(--image-height));--image-height-difference-abs: max( var(--image-height-difference), -1 * var(--image-height-difference) );top:auto;bottom:0;height:var( --image-height-difference-abs )}.image-with-text__image-wrapper{position:relative;margin-bottom:32px;overflow:hidden;border-radius:var(--block-border-radius-reduced);z-index:0}.image-with-text__image{position:relative;display:block;width:100%}.image-with-text__image:not([hidden]){z-index:1}[dir=ltr] .image-with-text__image:not(:first-child){left:0}[dir=rtl] .image-with-text__image:not(:first-child){right:0}.image-with-text__image:not(:first-child){position:absolute;top:0;height:100%;width:100%;object-fit:cover;object-position:center}.image-with-text__image[hidden]{visibility:hidden;z-index:-1;transition:visibility .6s linear}.image-with-text__wrapper{overflow:hidden}.image-with-text__content-list{display:flex;flex-wrap:nowrap}.image-with-text__content{display:block;flex-shrink:0;width:100%;order:0}.image-with-text__content[hidden]{visibility:hidden;order:1}.image-with-text__navigation{display:inline-grid;grid-template-columns:1fr 1fr;column-gap:24px;align-items:flex-start;margin-top:40px}@keyframes navigationItemAnimation{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.image-with-text__navigation-item{position:relative}.image-with-text__navigation-item:before,.image-with-text__navigation-item:after{content:"";display:block;width:100%;height:2px;margin-bottom:16px;background:rgba(var(--text-color),.15)}[dir=ltr] .image-with-text__navigation-item:after{left:0}[dir=rtl] .image-with-text__navigation-item:after{right:0}.image-with-text__navigation-item:after{position:absolute;top:0;background:rgb(var(--text-color));transform-origin:var(--transform-origin-start);transform:scaleX(0)}.image-with-text__navigation-item[aria-current=true]:after{animation:navigationItemAnimation var(--section-autoplay-duration) linear;animation-play-state:var(--section-animation-play-state, running)}@media screen and (max-width:999px){.image-with-text{padding:var(--vertical-breather) var(--container-gutter)}.image-with-text--boxed{padding:var(--container-gutter)}}@media screen and (min-width:741px)and (max-width:999px){.image-with-text{padding:var(--vertical-breather) calc((var(--grid-column-width) + var(--grid-gap)) * 2)}.image-with-text--boxed{padding:var(--vertical-breather) calc((var(--grid-column-width) + var(--grid-gap)) * 2 + var(--container-gutter))}.image-with-text__image-wrapper{margin-bottom:48px}}@media screen and (min-width:1000px){[dir=ltr] .image-with-text:before{left:auto;right:0}[dir=rtl] .image-with-text:before{right:auto;left:0}.image-with-text:before{height:100%;top:0;width:calc(var(--grid-column-width) * 13 + (var(--grid-gap) * 12) + var(--container-outer-margin))}[dir=ltr] .image-with-text--reverse:not(.image-with-text--overlap-image):before,[dir=ltr] .image-with-text--overlap-image:not(.image-with-text--reverse):before{left:0;right:auto}[dir=rtl] .image-with-text--reverse:not(.image-with-text--overlap-image):before,[dir=rtl] .image-with-text--overlap-image:not(.image-with-text--reverse):before{right:0;left:auto}.image-with-text--overlap-image:before{width:calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6) + var(--container-outer-margin))}.image-with-text--overlap-both:before{width:100%!important}.image-with-text__wrapper{display:flex;padding:var(--vertical-breather) 0;align-items:center}.image-with-text--reverse .image-with-text__wrapper{flex-direction:row-reverse}[dir=ltr] .image-with-text__image-wrapper{margin-left:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .image-with-text__image-wrapper{margin-right:calc(var(--grid-column-width) + var(--grid-gap))}.image-with-text__image-wrapper{width:calc(var(--grid-column-width) * 8 + (var(--grid-gap) * 7));margin-bottom:0}[dir=ltr] .image-with-text--reverse .image-with-text__image-wrapper{margin-left:0;margin-right:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .image-with-text--reverse .image-with-text__image-wrapper{margin-right:0;margin-left:calc(var(--grid-column-width) + var(--grid-gap))}.image-with-text__content-wrapper{width:calc(var(--grid-column-width) * 9 + (var(--grid-gap) * 8));margin-left:auto;margin-right:auto}}@media screen and (min-width:1200px){.image-with-text__navigation{margin-top:48px;column-gap:40px}}@media screen and (min-width:1400px){[dir=ltr] .image-with-text__content-wrapper{margin-right:calc((var(--grid-column-width) + var(--grid-gap)) * 2)}[dir=rtl] .image-with-text__content-wrapper{margin-left:calc((var(--grid-column-width) + var(--grid-gap)) * 2)}.image-with-text__content-wrapper{width:calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6))}}.image-with-text-block{display:block}.image-with-text-block__image-wrapper{overflow:hidden;background:rgb(var(--secondary-background))}.image-with-text-block__content{padding:48px 24px;background-color:rgb(var(--section-block-background));border-radius:var(--block-border-radius)}.image-with-text-block__text-container{margin-top:24px}@media screen and (max-width:999px){.image-with-text-block__content{width:auto}.image-with-text-block--overlap-left .image-with-text-block__content,.image-with-text-block--overlap-right .image-with-text-block__content{margin:calc(-1 * var(--container-gutter)) var(--container-gutter) 0;padding:40px}.image-with-text-block:not(.image-with-text-block--overlap-left):not(.image-with-text-block--overlap-right) .image-with-text-block__content{border-radius:0}.image-with-text-block--cover{position:relative;display:flex;align-items:center}[dir=ltr] .image-with-text-block--cover .image-with-text-block__image-wrapper{left:0}[dir=rtl] .image-with-text-block--cover .image-with-text-block__image-wrapper{right:0}.image-with-text-block--cover .image-with-text-block__image-wrapper{position:absolute;top:0;width:100%;height:100%}.image-with-text-block--cover .image-with-text-block__image{height:100%;object-fit:cover;object-position:center}.image-with-text-block--cover .image-with-text-block__content{padding:var(--container-gutter);margin:var(--vertical-breather) var(--container-gutter)}}@media screen and (min-width:741px)and (max-width:999px){.image-with-text-block--cover .image-with-text-block__content{max-width:400px;margin-left:auto;margin-right:auto}}@media screen and (min-width:741px){.image-with-text-block__content{padding-left:48px;padding-right:48px}}@media screen and (min-width:1000px){.image-with-text-block{position:relative;display:flex;align-items:center;min-height:500px}[dir=ltr] .image-with-text-block__image-wrapper{left:0}[dir=rtl] .image-with-text-block__image-wrapper{right:0}.image-with-text-block__image-wrapper{position:absolute;top:0;width:100%;height:100%}[dir=ltr] .image-with-text-block__image{left:0}[dir=rtl] .image-with-text-block__image{right:0}.image-with-text-block__image{position:absolute;top:0;width:100%;height:100%;object-fit:cover;object-position:center}.image-with-text-block__content{margin-top:var(--vertical-breather);margin-bottom:var(--vertical-breather)}.image-with-text-block--overlap-right .image-with-text-block__image-wrapper,.image-with-text-block--overlap-left .image-with-text-block__image-wrapper{width:calc(var(--grid-column-width) * 14 + (var(--grid-gap) * 13) + var(--container-outer-margin))}[dir=ltr] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{right:0}[dir=rtl] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{left:0}[dir=ltr] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{left:auto}[dir=rtl] .image-with-text-block--overlap-left .image-with-text-block__image-wrapper{right:auto}}@media screen and (min-width:1200px){.image-with-text-block{min-height:700px}.image-with-text-block--small{min-height:400px}.image-with-text-block__content:not(.image-with-text-block__content--tight){padding:64px}}.image-overlay{--image-height: auto;position:relative;display:flex;min-height:var(--image-height);color:rgb(var(--text-color));background:rgb(var(--section-overlay-color))}.image-overlay--small{--image-height: 375px}.image-overlay--medium{--image-height: 500px}.image-overlay--large{--image-height: 600px}.image-overlay:before{content:"";display:block;padding-bottom:calc(100% / var(--image-aspect-ratio));width:0}[dir=ltr] .image-overlay__image-wrapper:after{left:0}[dir=rtl] .image-overlay__image-wrapper:after{right:0}.image-overlay__image-wrapper:after{content:"";position:absolute;top:0;width:100%;height:100%;background:rgba(var(--section-overlay-color),var(--section-overlay-opacity));pointer-events:none}[dir=ltr] .image-overlay__image-wrapper,[dir=ltr] .image-overlay__image{left:0}[dir=rtl] .image-overlay__image-wrapper,[dir=rtl] .image-overlay__image{right:0}.image-overlay__image-wrapper,.image-overlay__image{position:absolute;top:0;width:100%;height:100%;overflow:hidden}.image-overlay__image{object-fit:cover;object-position:center}.image-overlay__image--placeholder{background:rgb(var(--background))}.image-overlay__content-wrapper{position:relative;display:flex;height:100%;width:100%;align-items:var(--section-items-alignment);justify-content:center;padding:var(--vertical-breather) 0}.image-overlay__text-container{margin-top:24px}.image-overlay__text-container .button-wrapper:only-child{margin-top:32px}@media screen and (min-width:741px){.image-overlay--small{--image-height: 400px}.image-overlay--medium{--image-height: 550px}.image-overlay--large{--image-height: 700px}}.list-collections{display:block;position:relative}.list-collections__item-list{display:grid;align-items:center;grid-gap:24px;gap:24px}.list-collections__item{--heading-color: 255, 255, 255;--text-color: 255, 255, 255;position:relative;display:block;text-align:center;background:rgb(var(--secondary-background));border-radius:var(--block-border-radius-reduced);overflow:hidden;z-index:0}.list-collections__item.image-zoom{will-change:transform}.list-collections__item:hover .link{-webkit-text-decoration-color:rgb(var(--text-color));text-decoration-color:rgb(var(--text-color))}.list-collections__item-image-wrapper{position:relative;height:100%}.list-collections__item.has-overlay .list-collections__item-image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--section-block-overlay, 0, 0, 0),var(--section-block-overlay-opacity, .2));z-index:1}.list-collections__item-image{min-height:120px;height:100%;width:100%;object-fit:cover;object-position:center}.list-collections__item-info{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);z-index:1;padding-left:24px;padding-right:24px}@media screen and (min-width:741px){.list-collections__item-list{grid-template-columns:repeat(auto-fit,calc(100% / 3 - var(--container-gutter) * 2 / 3));grid-gap:var(--container-gutter);justify-content:safe center}}@media screen and (min-width:1000px){.list-collections__item-info{padding-left:var(--container-gutter);padding-right:var(--container-gutter)}}@media screen and (min-width:741px){.list-collections--collage{--list-collections-collage-rows-height: 220px}.list-collections--collage .list-collections__item-list{grid-template-columns:repeat(var(--section-collage-column),1fr);grid-auto-rows:var(--list-collections-collage-rows-height);grid-auto-flow:dense}.list-collections--collage .list-collections__item:only-child{width:590px;margin-left:auto;margin-right:auto}.list-collections--collage .list-collections__item{height:100%}.list-collections--collage .list-collections__item--highlight{grid-row:auto / span 2}.list-collections--collage .list-collections__item--shift{grid-column:2}}@media screen and (min-width:1000px){.list-collections--collage{--list-collections-collage-rows-height: 250px}.list-collections--collage .list-collections__item-list{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}}@media screen and (min-width:1200px){.list-collections--collage{--list-collections-collage-rows-height: 300px}}@media screen and (min-width:1400px){.list-collections--collage{--list-collections-collage-rows-height: 350px}}.list-collections__scroller{display:block;overflow:auto;scroll-snap-type:x mandatory}.list-collections--carousel .list-collections__item-list{grid-auto-flow:column;grid-auto-columns:80vw;grid-template-columns:none;width:min-content;min-width:100%;padding:0 var(--container-gutter)}.list-collections--carousel .list-collections__item{scroll-snap-align:center;scroll-snap-stop:always}@media screen and (min-width:741px){.list-collections--carousel .list-collections__item-list{grid-auto-columns:60vw}}@media screen and (min-width:741px)and (max-width:999px){.list-collections--grid .container{display:block;overflow:auto;padding-left:0;padding-right:0;scroll-snap-type:x mandatory;scrollbar-width:none}.list-collections--grid .container::-webkit-scrollbar{display:none}.list-collections--grid .list-collections__item-list{grid-auto-columns:60vw;grid-template-columns:none;grid-auto-flow:column;width:min-content;min-width:100%;padding:0 var(--container-gutter)}.list-collections--grid .list-collections__item{scroll-snap-align:center;scroll-snap-stop:always}}@media screen and (min-width:1000px){.list-collections__scroller{scroll-snap-type:none}.list-collections--carousel .list-collections__item-list{grid-auto-columns:23vw;padding-left:var(--container-outer-margin);padding-right:var(--container-outer-margin)}[dir=ltr] .list-collections__scroller.is-scrollable .list-collections__item-list{padding-right:calc(var(--container-outer-margin) + 28px)}[dir=rtl] .list-collections__scroller.is-scrollable .list-collections__item-list{padding-left:calc(var(--container-outer-margin) + 28px)}[dir=ltr] .list-collections__prev-next{right:var(--container-outer-width)}[dir=rtl] .list-collections__prev-next{left:var(--container-outer-width)}.list-collections__prev-next{display:none;position:absolute;top:calc(50% - 56px);z-index:1}.list-collections__scroller.is-scrollable+.list-collections__prev-next{display:block}.list-collections__arrow:last-child{border-top:none}}.logo-list{display:block;position:relative}.logo-list__list{--logos-per-row: 2;--logos-gap: 8px;display:grid;grid-template-columns:repeat(min(var(--logos-per-row),var(--section-logo-count)),minmax(140px,200px));grid-gap:var(--logos-gap);gap:var(--logos-gap);justify-content:center}.logo-list__item{display:flex;align-items:center;justify-content:center;padding:16px;background:rgb(var(--section-logo-background));border-radius:var(--block-border-radius-reduced)}.logo-list__image--placeholder{height:100px}@media screen and (max-width:999px){.logo-list--carousel .logo-list__list{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:140px}.logo-list--grid{padding-left:var(--container-gutter);padding-right:var( --container-gutter )}}@media screen and (min-width:741px){.logo-list__list{--logos-per-row: 3;--logos-gap: 16px}.logo-list--carousel .logo-list__list{grid-auto-columns:185px}}@media screen and (min-width:1000px){.logo-list__list{--logos-per-row: 6;--logos-gap: 24px}.logo-list__prev-next{position:absolute;display:flex;justify-content:space-between;width:100%;pointer-events:none;top:calc(50% - 28px)}.logo-list--carousel .logo-list__prev-next+.logo-list__list{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc(100% / var(--logos-per-row) - (var(--logos-gap) / var(--logos-per-row) * (var(--logos-per-row) - 1)));justify-content:flex-start;overflow:hidden;margin-left:88px;margin-right:88px}.logo-list__arrow{opacity:0;visibility:hidden;transform:scale(.5);transition:opacity .15s ease-in-out,visibility .15s ease-in-out,transform .15s ease-in-out}.logo-list__arrow:not([disabled]){opacity:1;visibility:visible;transform:scale(1)}}@media screen and (min-width:1200px){.logo-list--grid{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}}.multi-column{--multi-column-row-gap: 32px;--multi-column-column-gap: 24px;--section-items-per-row: 2;--item-width: calc( var(--container-inner-width) / var(--section-items-per-row) - ( var(--multi-column-column-gap) / var(--section-items-per-row) * (var(--section-items-per-row) - 1) ) );position:relative;display:block}.multi-column--spacing-tight{--multi-column-column-gap: 12px}.multi-column--spacing-loose{--multi-column-column-gap: 32px}.multi-column--pocket-medium,.multi-column--pocket-large{--section-items-per-row: 1}.multi-column__inner{display:grid;grid-template-columns:repeat(auto-fit,var(--item-width));grid-gap:var(--multi-column-row-gap) var(--multi-column-column-gap);gap:var(--multi-column-row-gap) var(--multi-column-column-gap);justify-content:safe center;padding-bottom:2px}.multi-column__inner--left{justify-content:safe start}.multi-column__inner--right{justify-content:safe end}.multi-column__inner--scroller{grid-auto-flow:column;grid-template-columns:none!important}.multi-column__item--align-center{align-self:center}.multi-column__item--align-end{align-self:end}.multi-column__image-wrapper{display:block;margin-bottom:20px;margin-left:auto;margin-right:auto;border-radius:min(8px,var(--block-border-radius));overflow:hidden;z-index:0}.multi-column__image-wrapper:only-child{margin-bottom:0}.multi-column__image{width:100%}@media screen and (max-width:999px){.multi-column__inner--scroller{padding-left:var(--container-gutter);padding-right:var(--container-gutter);min-width:min-content}}@media screen and (max-width:740px){.multi-column__inner--scroller{grid-auto-columns:25vw}.multi-column--pocket-medium .multi-column__inner--scroller{grid-auto-columns:35vw}.multi-column--pocket-large .multi-column__inner--scroller{grid-auto-columns:56vw}}@media screen and (min-width:741px)and (max-width:999px){.multi-column--pocket-small{--section-items-per-row: 5}.multi-column--pocket-medium{--section-items-per-row: 4}.multi-column--pocket-large{--section-items-per-row: 3}.multi-column__inner--scroller{grid-auto-columns:20vw}.multi-column--pocket-medium .multi-column__inner--scroller{grid-auto-columns:26vw}.multi-column--pocket-large .multi-column__inner--scroller{grid-auto-columns:36vw}}@media screen and (min-width:741px){.multi-column--spacing-normal{--multi-column-row-gap: 40px}.multi-column--spacing-loose{--multi-column-row-gap: 48px;--multi-column-column-gap: 32px}}@media screen and (min-width:1000px){.multi-column--spacing-normal{--multi-column-column-gap: 40px}.multi-column--spacing-tight{--multi-column-column-gap: 24px}.multi-column--spacing-loose{--multi-column-column-gap: 60px}.multi-column--pico{--section-items-per-row: 6}.multi-column--small{--section-items-per-row: 5}.multi-column--medium{--section-items-per-row: 4}.multi-column--large{--section-items-per-row: 3}.multi-column__inner--scroller{grid-auto-columns:var(--item-width);overflow:hidden}.multi-column__inner:not(.is-scrollable)+.multi-column__prev-next{display:none}.multi-column__image-wrapper{margin-bottom:24px}.multi-column__prev-next{position:absolute;pointer-events:none;display:flex;justify-content:space-between;width:calc(100% - 56px);top:calc(var(--item-width) / var(--smallest-image-aspect-ratio) / 2 - 28px);left:28px}.multi-column__prev-next--no-image{top:calc(50% - 28px)}.multi-column__arrow{z-index:1;opacity:0;visibility:hidden;transform:scale(.5);transition:opacity .15s ease-in-out,visibility .15s ease-in-out,transform .15s ease-in-out}.multi-column:hover .multi-column__arrow:not([disabled]){opacity:1;visibility:visible;transform:scale(1)}}@media screen and (min-width:1200px){.multi-column--pico{--section-items-per-row: 8}.multi-column--small{--section-items-per-row: 7}.multi-column--medium{--section-items-per-row: 5}}@media screen and (pointer:fine){.multi-column__item:hover .multi-column__link{-webkit-text-decoration-color:rgb(var(--text-color));text-decoration-color:rgb(var(--text-color))}}@media not screen and (pointer:fine){.multi-column__arrow:not([disabled]){opacity:1;visibility:visible;transform:scale(1)}}.newsletter__form{margin-top:32px}.newsletter__form .input-row{grid-template-columns:none}@media screen and (min-width:1200px){.newsletter__form .input-row{grid-template-columns:1fr auto}}.newsletter-modal{display:flex;flex-direction:column;align-items:center}.newsletter-modal__image{object-fit:cover;object-position:center}.newsletter-modal__content{padding:32px 24px 40px;width:100%}.newsletter-modal__content--extra{padding-top:40px}@media screen and (max-width:740px){.newsletter-modal{max-height:inherit}.newsletter-modal__image{max-height:200px}.newsletter-modal__content{overflow:auto}}@media screen and (min-width:741px)and (max-width:999px){.newsletter-modal__image{max-height:350px}}@media screen and (min-width:741px){.newsletter-modal__content{padding:60px}}@media screen and (min-width:1000px){.newsletter-modal{flex-direction:row}.newsletter-modal--reverse{flex-direction:row-reverse}.newsletter-modal__image,.newsletter-modal__content{flex:1 0 0;max-width:500px;min-width:500px}.newsletter-modal__content{padding:80px}}.password{background:rgb(var(--section-background));color:rgb(var(--text-color))}.password__logo{margin-bottom:0}.password__logo-image{display:block}.password__main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;padding-left:48px;padding-right:48px;text-align:center;z-index:1}@supports (--css: variables){.password__main{min-height:var(--window-height, 100vh)}}.password__content{max-width:390px;width:100%;padding-top:24px;padding-bottom:24px}.password__storefront-login{display:block;margin-top:20px}[dir=ltr] .password__storefront-login svg{margin-right:12px}[dir=rtl] .password__storefront-login svg{margin-left:12px}.password__storefront-login svg{vertical-align:sub}.password__storefront-form{max-width:340px;margin-left:auto;margin-right:auto}.password__newsletter{margin-top:24px}[dir=ltr] .password__shopify-logo svg{margin-left:12px}[dir=rtl] .password__shopify-logo svg{margin-right:12px}.password__copyright{display:flex;flex-direction:column;align-items:center}.password__powered-by{display:flex;align-items:center}@media screen and (max-width:999px){.password__image{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center;opacity:.1;filter:grayscale(1)}.password__newsletter-form .input__label{background:transparent}.password__newsletter-form :focus-within~.input__label,.password__newsletter-form .is-filled~.input__label{background:rgb(var(--section-background))}.password__admin-link{padding-top:8px}.password__storefront-form{position:relative;padding:62px 48px 48px;max-width:none;margin-left:0;margin-right:0;background:inherit;border-radius:10px 10px 0 0}}@media screen and (min-width:741px){.password__copyright{flex-direction:row}.password__newsletter{margin-top:32px}.password__storefront-login{margin-top:28px}.password__shopify-logo svg{width:98px;height:28px}[dir=ltr] .password__admin-link{padding-left:18px}[dir=rtl] .password__admin-link{padding-right:18px}}@media screen and (min-width:1000px){.password{display:grid;grid-auto-columns:50%;grid-auto-flow:column;justify-content:center}.password__image{object-fit:cover;object-position:center;max-height:100vh;height:100%}}.predictive-search__form{display:flex;align-items:center}[dir=ltr] .predictive-search__input{margin-left:8px}[dir=rtl] .predictive-search__input{margin-right:8px}.predictive-search__input{padding:0;min-width:300px;background:transparent;box-shadow:none;border:none;-webkit-appearance:none;appearance:none}.predictive-search__input::placeholder{color:rgba(var(--text-color),.7);transition:color .2s ease-in-out}.header__search-bar .predictive-search__input::placeholder{color:rgba(var(--header-text-color),.8)}.predictive-search .tabs-nav,.predictive-search__menu-list{padding-top:24px}.predictive-search__menu+.predictive-search__menu{padding-top:40px}.predictive-search__menu-title{margin-bottom:16px}.predictive-search__product-item:first-child .line-item__content-wrapper{margin-top:0}.predictive-search__product-item{position:relative}.predictive-search__product-item svg{position:absolute;top:calc(50% - 7px);right:0;opacity:0;transform:translate(calc(var(--transform-logical-flip) * min(var(--container-gutter),30px)));transition:opacity .2s ease-in-out,transform .2s ease-in-out}@media screen and (pointer:fine){.predictive-search__product-item:hover svg{opacity:1;transform:translate(0)}}.predictive-search__linklist{max-width:450px;margin-left:auto;margin-right:auto}.predictive-search__linklist--narrow{max-width:390px}.predictive-search__linklist--bordered{border-top:1px solid rgb(var(--border-color));border-bottom:1px solid rgb(var(--border-color))}.predictive-search__linklist-item{border-top:1px solid rgb(var(--border-color))}.predictive-search__linklist-item:first-child{border-top:none}.predictive-search__linklist-link{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px}.predictive-search__linklist-link svg{opacity:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out;transform:translate(calc(var(--transform-logical-flip) * min(var(--container-gutter),30px)))}@media screen and (pointer:fine){.predictive-search__linklist-link:hover svg{opacity:1;transform:translate(0)}}.predictive-search__article-item+.predictive-search__article-item{margin-top:24px}[dir=ltr] .predictive-search__article-image-wrapper{margin-right:18px}[dir=rtl] .predictive-search__article-image-wrapper{margin-left:18px}.predictive-search__article-image-wrapper{position:relative;display:block;flex:none;width:100px}.predictive-search__article-category{margin-bottom:8px}@supports (-webkit-touch-callout: none){@media screen and (max-width:740px){.predictive-search .drawer__content--center{margin-top:150px}}}@media screen and (min-width:741px){[dir=ltr] .predictive-search__input{margin-left:12px}[dir=rtl] .predictive-search__input{margin-right:12px}.predictive-search .tabs-nav,.predictive-search__menu-list{padding-top:32px}.predictive-search__article-image-wrapper{width:140px}}.press-list{display:block;text-align:center}.press-list__wrapper{display:flex;flex-wrap:nowrap;max-width:800px;padding-top:10px;margin-left:auto;margin-right:auto;overflow:hidden}.press-list__item{display:block;flex-shrink:0;width:100%;order:0}.press-list__item[hidden]{visibility:hidden;order:1}.press-list__logo-list{display:inline-grid;grid-auto-flow:column;align-items:center;gap:48px;margin-top:40px}.press-list__logo-item{opacity:.3;transition:opacity .2s ease-in-out}.press-list__logo-item[aria-current=true]{opacity:1}.press-list__logo-image{vertical-align:middle}@media screen and (max-width:999px){.press-list__logo-list-wrapper{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter));overflow-x:auto;overflow-y:hidden}.press-list__logo-list{margin-left:var(--container-gutter);margin-right:var(--container-gutter)}}@media screen and (min-width:741px){.press-list__logo-list{gap:80px;margin-top:48px}}@media screen and (max-width:740px){.product:not(.product--featured){margin-top:0;margin-bottom:36px}}@media screen and (min-width:1000px){.product{display:flex;justify-content:space-between;align-items:flex-start}.product:not(.product--featured){margin-bottom:80px}.product__media{--product-media-width: calc( var(--grid-column-width) * 10 + var(--grid-gap) * 10 );width:var(--product-media-width)}.product__info{--product-info-width: calc( var(--grid-column-width) * 9 + var(--grid-gap) * 8 );width:var(--product-info-width);flex:none}.product__info:only-child{margin-left:auto;margin-right:auto}}@media screen and (min-width:1200px){.product{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}.product__media{--product-media-width: calc( var(--grid-column-width) * 9 + var(--grid-gap) * 9 )}.product__info{--product-info-width: calc( var(--grid-column-width) * 8 + var(--grid-gap) * 7 )}}@media screen and (min-width:1400px){.product__media{--product-media-width: calc( var(--grid-column-width) * 10 + var(--grid-gap) * 10 )}.product__info{--product-info-width: calc( var(--grid-column-width) * 7 + var(--grid-gap) * 6 )}.product--thumbnails-bottom .product__media{--product-media-width: calc( var(--grid-column-width) * 9 + var(--grid-gap) * 8 )}.product--thumbnails-bottom .product__info{--product-info-width: calc( var(--grid-column-width) * 8 + var(--grid-gap) * 7 )}}.product__media{display:block}.product__media-list-wrapper{position:relative;margin-left:auto;margin-right:auto}.product__media-list,.product__media-item{display:block;min-width:100%;text-align:center}.product__media-item{width:100%}.product__media-list:not(.flickity-enabled) .product__media-item:not(.is-selected),.product__media .is-filtered{display:none}.product__media-image-wrapper{overflow:hidden;background:rgb(var(--secondary-background));border-radius:var(--block-border-radius-reduced);z-index:0}.product__media-nav{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-top:18px}.product__thumbnail-scroll-shadow{max-width:100%}.product__thumbnail-list{position:relative}.product__thumbnail-list-inner{display:grid;grid-auto-flow:column;align-items:start}.product__thumbnail-item{position:relative;display:inline-block;padding:2px;cursor:pointer;-webkit-tap-highlight-color:transparent}.product__thumbnail{position:relative;width:76px;min-width:76px;padding:2px}.product__thumbnail,.product__thumbnail>img{border-radius:min(var(--block-border-radius),4px)}.product__thumbnail .placeholder-background{display:block}[dir=ltr] .product__thumbnail:after{left:0}[dir=rtl] .product__thumbnail:after{right:0}.product__thumbnail:after{content:"";position:absolute;top:0;width:100%;height:100%;box-shadow:0 0 0 2px var(--text-active-color);border-radius:inherit;opacity:0;transform:scale(.9);transition:opacity .2s ease,transform .2s ease}.product__thumbnail-item[aria-current] .product__thumbnail:after{opacity:1;transform:scale(1)}[dir=ltr] .product__thumbnail-badge{right:4px}[dir=rtl] .product__thumbnail-badge{left:4px}.product__thumbnail-badge{position:absolute;top:4px}.product__view-in-space{display:flex;align-items:center;justify-content:center;margin-top:8px;margin-bottom:8px}[dir=ltr] .product__view-in-space svg{margin-right:14px}[dir=rtl] .product__view-in-space svg{margin-left:14px}.product__view-in-space[data-shopify-xr-hidden]{visibility:hidden}[dir=ltr] .product__zoom-button{right:16px}[dir=rtl] .product__zoom-button{left:16px}.product__zoom-button{position:absolute;display:flex;align-items:center;justify-content:center;height:36px;width:36px;bottom:16px;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius);background:rgb(var(--root-background));color:rgb(var(--root-text-color));transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out,color .25s ease-in-out;z-index:1}.product__zoom-button[hidden]{opacity:0;transform:scale(.4);visibility:hidden}@media screen and (max-width:999px){.product__media-list{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.product__media-item{padding-left:var(--container-gutter);padding-right:var(--container-gutter)}.product__media-nav .dots-nav{padding-left:20px;padding-right:20px}.product__thumbnail-list{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.product__thumbnail-list-inner{padding-left:var(--container-gutter);padding-right:var(--container-gutter);width:max-content}}@media screen and (min-width:1000px){.product__view-in-space{display:none}.product__media-nav{margin-top:16px}.product__thumbnail-scroll-shadow{--scroll-shadow-size: 65px;--scroll-shadow-right: linear-gradient( to left, rgb(var(--background)), rgba(var(--background), 0) );--scroll-shadow-left: linear-gradient( to right, rgb(var(--background)), rgba(var(--background), 0) );--scroll-shadow-bottom: linear-gradient( to top, rgb(var(--background)), rgba(var(--background), 0) );--scroll-shadow-top: linear-gradient( to bottom, rgb(var(--background)), rgba(var(--background), 0) )}.product__thumbnail-list{overflow:hidden}.product__thumbnail-list-inner{gap:8px}.product__thumbnail{width:64px;min-width:64px;aspect-ratio:1/1}.product__thumbnail img{width:100%;height:100%;object-fit:contain;background:#f5f5f5}.product--thumbnails-left .product__media{display:flex;flex-direction:row-reverse;align-items:flex-start}.product--thumbnails-left .product__media-nav{margin-top:0;align-items:flex-start}.product--thumbnails-left .product__media-list-wrapper{flex-grow:1}.product--thumbnails-left .product__media-prev-next{transform:rotate(90deg) scale(var(--scale-factor))}[dir=ltr] .product--thumbnails-left .product__thumbnail-list{margin-right:36px}[dir=rtl] .product--thumbnails-left .product__thumbnail-list{margin-left:36px}.product--thumbnails-left .product__thumbnail-list{max-height:calc((var(--product-media-width) - 136px) / var(--largest-image-aspect-ratio))}.product--thumbnails-left .product__thumbnail-list-inner{grid-auto-flow:row}.product--thumbnails-left .product__thumbnail{width:60px;min-width:60px}}@media screen and (min-width:1400px){[dir=ltr] .product__media{padding-left:36px}[dir=rtl] .product__media{padding-right:36px}}@media screen and (pointer:fine){.product__zoom-button:hover{color:rgba(var(--text-color),.7)}}.product-meta{display:block;margin:24px 0;padding-bottom:16px;border-bottom:1px solid rgb(var(--border-color))}.product-meta__price-list-container{display:flex;align-items:center;margin-top:-8px}[dir=ltr] .product-meta__label-list:not(:empty){margin-left:16px}[dir=rtl] .product-meta__label-list:not(:empty){margin-right:16px}.product-meta__reference{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.product-meta__sku{position:relative;top:1px;letter-spacing:.45px}.product-meta__taxes-included{margin-top:0}.product-meta__aside{display:flex;justify-content:space-between;margin-top:18px}.product-meta__share{display:flex;align-items:center}[dir=ltr] .product-meta__share-label{margin-right:20px}[dir=rtl] .product-meta__share-label{margin-left:20px}.product-meta__share-button-list{display:inline-grid;grid-auto-flow:column;justify-content:flex-start;align-items:center;gap:18px}.product-meta__reviews-badge .rating__caption{position:relative}.product-meta__reviews-badge .rating__caption:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:var(--transform-origin-end);transition:transform .3s}@media screen and (min-width:1000px){.product-meta{margin-top:0}.product-meta__title{margin-bottom:24px}}@media screen and (pointer:fine){.product-meta__reviews-badge:hover .spr-badge-caption:after,.product-meta__reviews-badge:hover .rating__caption:after{transform:scaleX(1);transform-origin:var(--transform-origin-start)}}.product-form{display:grid;grid-row-gap:16px;row-gap:16px}.product-form__variants{display:block}.product-form__option-info,.product-form__quantity-label{display:flex;margin-bottom:8px}[dir=ltr] .product-form__option-value{margin-left:8px}[dir=rtl] .product-form__option-value{margin-right:8px}[dir=ltr] .product-form__option-link{margin-left:auto}[dir=rtl] .product-form__option-link{margin-right:auto}.no-js .product-form__option-selector{display:none}.product-form__option-selector+.product-form__option-selector{margin-top:16px}.product-form__payment-container{display:grid;grid-gap:10px;gap:10px;margin-top:0}.product-form__description{margin-top:8px;margin-bottom:8px}.product-form__image--center{text-align:center}[dir=ltr] .product-form__image--right{text-align:right}[dir=rtl] .product-form__image--right{text-align:left}.product-form__image img{width:100%}shopify-payment-terms{display:block}.product-form__view-details{margin-top:24px;text-align:center}.product-form__store-availability-container{display:block}.product-form__store-availability-container:empty{display:none}@media screen and (min-width:741px){.product-form__payment-container{margin-top:0}}.product-form__buy-buttons #AddToCart{height:46px;line-height:46px}.product-form__quantity{display:none}.inventory{color:rgb(var(--product-in-stock-text-color))}.inventory--low{color:rgb(var(--product-low-stock-text-color))}.product-content{display:flex;margin-top:36px;margin-bottom:36px}@media screen and (max-width:999px){.product-content{flex-direction:column-reverse}.product-content__tabs+.product-content__featured-products{margin-bottom:38px}}@media screen and (min-width:741px)and (max-width:999px){.product-content{margin-top:48px;margin-bottom:48px}}@media screen and (min-width:1000px){.product-content{margin-top:80px;margin-bottom:80px;justify-content:space-between}}@media screen and (min-width:1200px){.product-content{margin-left:calc(var(--grid-column-width) + var(--grid-gap));margin-right:calc(var(--grid-column-width) + var(--grid-gap))}}.product-tabs__trust-list:not(:first-child){margin-top:32px}.product-tabs__tab-item-wrapper:not([hidden]){display:block}@media screen and (max-width:740px){.product-content__tabs{margin:0 calc(-1 * var(--container-gutter))}.product-tabs__tab-item-wrapper{--anchor-offset: 0px;padding:0 var(--container-gutter)}.product-tabs__trust-title:not(:last-child){margin-bottom:24px}}@media screen and (max-width:999px){.product-tabs__tab-item-wrapper{display:block;border-top:1px solid rgb(var(--border-color))}.product-tabs__tab-item-wrapper:last-child{border-bottom:1px solid rgb(var(--border-color))}.product-tabs__tab-item-content{margin-top:-2px;margin-bottom:25px}}@media screen and (min-width:741px){[dir=ltr] .product-tabs__trust-list:not(:first-child){padding-left:0}[dir=rtl] .product-tabs__trust-list:not(:first-child){padding-right:0}.product-tabs__trust-list:not(:first-child){margin-top:15px}.product-tabs__trust-list:first-child{text-align:center}.product-tabs__trust-title{display:inline-flex;margin-top:25px}[dir=ltr] .product-tabs__trust-title:not(:last-child){margin-right:35px}[dir=rtl] .product-tabs__trust-title:not(:last-child){margin-left:35px}}@media screen and (min-width:1000px){.product-content__tabs{flex:none;width:calc(var(--grid-column-width) * 10 + var(--grid-gap) * 10)}.product-content__tabs:only-child{margin-left:auto;margin-right:auto;width:calc(var(--grid-column-width) * 12 + var(--grid-gap) * 12)}.product-tabs__tab-item-wrapper .collapsible{height:auto;overflow:auto;visibility:visible}}.product-content__featured-products-title{margin-bottom:0}.product-content__featured-products-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--grid-gap);margin-top:20px}@media screen and (max-width:740px){.product-content__featured-products .product-item{flex-direction:row;align-items:center;scroll-snap-align:center;scroll-snap-stop:always;scroll-snap-margin:var( --container-gutter );scroll-margin:var(--container-gutter)}.product-content__featured-products-list{grid-auto-flow:column;grid-auto-columns:minmax(64vw,1fr);grid-template-columns:none}[dir=ltr] .product-content__featured-products .product-item__image-wrapper{margin:0 24px 0 0}[dir=rtl] .product-content__featured-products .product-item__image-wrapper{margin:0 0 0 24px}.product-content__featured-products .product-item__image-wrapper{width:104px;flex:none}[dir=ltr] .product-content__featured-products .product-item__info{text-align:left}[dir=rtl] .product-content__featured-products .product-item__info{text-align:right}.product-content__featured-products .price-list{justify-content:flex-start}[dir=ltr] .product-content__featured-products .product-item__link{margin-left:0}[dir=rtl] .product-content__featured-products .product-item__link{margin-right:0}}@media screen and (min-width:741px)and (max-width:999px){.product-content__featured-products-list{grid-template-columns:214px 214px}}@media screen and (min-width:1000px){.product-content__featured-products{flex:none;width:calc(var(--grid-column-width) * 9 + var(--grid-gap) * 8)}.product-content__featured-products-list{margin-top:32px}}@media screen and (min-width:1200px){.product-content__featured-products{width:calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6)}}.quick-buy-product{display:flex;justify-content:flex-start;align-items:center;width:100%}[dir=ltr] .quick-buy-product__image{margin-right:20px}[dir=rtl] .quick-buy-product__image{margin-left:20px}.quick-buy-product__image{width:65px;flex:none;align-self:flex-start}@media screen and (max-width:740px){[dir=ltr] .quick-buy-product{padding-right:32px}[dir=rtl] .quick-buy-product{padding-left:32px}.quick-buy-product{padding-top:14px;padding-bottom:14px}.popover--quick-buy .product-form{padding-left:24px;padding-right:24px}.popover--quick-buy .product-form>:first-child:not(.product-form__buy-buttons){padding-top:16px}.popover--quick-buy .product-form__buy-buttons{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter));padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom,0px) + 16px)}.popover--quick-buy .product-form__buy-buttons:not(:only-child){position:-webkit-sticky;position:sticky;bottom:0;margin-top:8px;border-top:1px solid rgb(var(--border-color));background:rgb(var(--root-background))}.popover--quick-buy .product-form__payment-container{margin-top:0}}@media screen and (min-width:741px){.quick-buy-product{margin:32px 0 24px}[dir=ltr] .quick-buy-product__image{margin-right:32px}[dir=rtl] .quick-buy-product__image{margin-left:32px}.quick-buy-product__image{width:114px}}[dir=ltr] .product-sticky-form{left:0}[dir=rtl] .product-sticky-form{right:0}.product-sticky-form{display:block;position:fixed;bottom:0;padding-bottom:max(24px,env(safe-area-inset-bottom,0px) + 24px);width:100%;z-index:2;transition:opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;padding-top:max(24px,env(safe-area-inset-bottom,0px) + 24px);background:#fff;box-shadow:0 6px 5px -5px rgba(var(--border-color),.4),0 1px rgb(var(--border-color)) inset}.product-sticky-form[hidden]{opacity:0;transform:translateY(100%);visibility:hidden}@media screen and (max-width:999px){.product-sticky-form .product-form__add-button{width:100%}}@media screen and (min-width:1000px){.product-sticky-form{padding-top:16px;padding-bottom:16px;background:rgb(var(--background));border-bottom:1px solid rgb(var(--border-color));bottom:0;box-shadow:0 6px 5px -5px rgba(var(--border-color),.4),0 1px rgb(var(--border-color)) inset;transition:opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out}.product-sticky-form[hidden]{transform:translateY(-100%)}.product-sticky-form:hover{z-index:4}[dir=ltr] .product-sticky-form__form,[dir=ltr] .product-sticky-form__variants{margin-left:auto}[dir=rtl] .product-sticky-form__form,[dir=rtl] .product-sticky-form__variants{margin-right:auto}.product-sticky-form__form,.product-sticky-form__variants{display:flex}.product-sticky-form__content-wrapper,.product-sticky-form__inner{display:flex;align-items:center}[dir=ltr] .product-sticky-form__image-wrapper{margin-right:18px}[dir=rtl] .product-sticky-form__image-wrapper{margin-left:18px}.product-sticky-form__image-wrapper{width:55px;flex:none}[dir=ltr] .product-sticky-form__variants .select-wrapper+.select-wrapper{margin-left:-1px}[dir=rtl] .product-sticky-form__variants .select-wrapper+.select-wrapper{margin-right:-1px}.product-sticky-form__variants .select-wrapper:not(:first-child):not(:last-child) .select{border-radius:0}[dir=ltr] .product-sticky-form__variants .select-wrapper:first-child:not(:only-child) .select{border-top-right-radius:0}[dir=rtl] .product-sticky-form__variants .select-wrapper:first-child:not(:only-child) .select{border-top-left-radius:0}[dir=ltr] .product-sticky-form__variants .select-wrapper:first-child:not(:only-child) .select{border-bottom-right-radius:0}[dir=rtl] .product-sticky-form__variants .select-wrapper:first-child:not(:only-child) .select{border-bottom-left-radius:0}[dir=ltr] .product-sticky-form__variants .select-wrapper:last-child:not(:only-child) .select{border-top-left-radius:0}[dir=rtl] .product-sticky-form__variants .select-wrapper:last-child:not(:only-child) .select{border-top-right-radius:0}[dir=ltr] .product-sticky-form__variants .select-wrapper:last-child:not(:only-child) .select{border-bottom-left-radius:0}[dir=rtl] .product-sticky-form__variants .select-wrapper:last-child:not(:only-child) .select{border-bottom-right-radius:0}.product-sticky-form__variants .select{min-width:150px;max-width:300px}@supports (height: min(1px,2px)){.product-sticky-form__variants .select{min-width:min(max(var(--largest-option-width),150px),300px)}}.product-sticky-form .button,.product-sticky-form .select{line-height:48px;height:48px}[dir=ltr] .product-sticky-form__payment-container{margin-left:10px}[dir=rtl] .product-sticky-form__payment-container{margin-right:10px}}.product-item-meta{display:block}.product-item-meta__vendor{display:block;margin-bottom:6px}.product-item-meta__title{display:block;line-height:1.6;margin-bottom:4px}.product-item-meta__title__copy{margin-bottom:15px}.product-item-meta__reviews-badge{display:block;margin-top:2px}.product-item-meta__color-count{margin-top:4px}.product-item-meta__reviews-badge+.product-item-meta__color-count{margin-top:4px}.product-item-meta__reviews-badge .spr-icon{width:12px;height:12px}.product-item-meta__swatch-list{margin-top:10px;margin-bottom:2px;justify-content:center;gap:6px;overflow-wrap:anywhere}.product-item-meta__property-list{display:grid;margin-top:6px;margin-bottom:4px;grid-auto-flow:row}@media screen and (min-width:741px){.product-item-meta__property-list{margin-top:6px;margin-bottom:6px}.product-item-meta__color-count{margin-top:8px}.product-item-meta__title{line-height:1.5}}.product-item{position:relative;display:flex;flex-direction:column}.product-item__image-wrapper{position:relative;display:block;margin-bottom:15px;overflow:hidden}.product-item__image-wrapper--placeholder{fill:currentColor}[dir=ltr] .product-item__label-list{left:10px}[dir=rtl] .product-item__label-list{right:10px}.product-item__label-list{position:absolute;z-index:1;top:10px}.product-item__image-wrapper--multiple .product-item__primary-image,.product-item__image-wrapper--multiple .product-item__secondary-image{transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.product-item__aspect-ratio{isolation:isolate}.product-item__primary-image,.product-item__secondary-image{border-radius:var(--block-border-radius-reduced)}.product-item__secondary-image{position:absolute;display:none;visibility:hidden;opacity:0;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;object-fit:contain;object-position:center}.product-item__info{display:flex;flex-direction:column;justify-content:flex-start;flex-grow:1;text-align:center}.product-item__info--with-button{justify-content:space-between}.product-item__cta{margin-top:16px}[dir=ltr] .product-item__quick-form{left:0}[dir=rtl] .product-item__quick-form{right:0}.product-item__quick-form{position:absolute;padding:10px;bottom:0;width:100%;visibility:hidden;opacity:0;transition:visibility .2s ease-in-out,opacity .2s ease-in-out}[dir=ltr] .product-item__quick-buy-button{right:12px}[dir=rtl] .product-item__quick-buy-button{left:12px}.product-item__quick-buy-button{position:absolute;bottom:12px;padding:5px;background:rgb(var(--root-background));color:rgb(var(--root-text-color));border:1px solid rgb(var(--root-border-color))}.product-item__link{display:inline-block;margin:6px auto 0}@media screen and (pointer:fine){.product-item__secondary-image{display:block}.product-item__image-wrapper--multiple:hover .product-item__primary-image{visibility:hidden;opacity:0}.product-item__image-wrapper--multiple:hover .product-item__secondary-image,.product-item__image-wrapper:hover .product-item__quick-form{visibility:visible;opacity:1}}@media screen and (pointer:fine)and (prefers-reduced-motion:no-preference){.product-item__quick-form{transform:translateY(16px);transition:visibility .2s ease-in-out,opacity .2s ease-in-out,transform .2s ease-in-out}.product-item__image-wrapper:hover .product-item__quick-form{transform:translateY(0);visibility:visible;opacity:1}}@media not screen and (pointer:fine){.product-item__quick-form{visibility:visible;opacity:1}}@media screen and (min-width:1000px){.product-item__image-wrapper{margin-bottom:24px}.product-item__image-wrapper__copy_info{margin-bottom:15px}}.product-list{--product-list-column-gap: var(--grid-gap)}.product-list:not([hidden]){position:relative;display:block}.product-list__inner{display:grid;grid-template-columns:repeat(auto-fit,calc(100% / var(--section-products-per-row) - var(--product-list-column-gap) * (var(--section-products-per-row) - 1) / var(--section-products-per-row)));grid-gap:var(--product-list-block-spacing) var(--product-list-column-gap);gap:var(--product-list-block-spacing) var(--product-list-column-gap);overflow:hidden}.product-list__inner--scroller{overflow-x:auto}.product-list--center .product-list__inner{justify-content:safe center}@media screen and (max-width:740px){.product-list{--product-list-column-gap: 12px}.product-list__inner:not(.product-list__inner--scroller){margin-left:calc(-1 * var(--container-gutter) / 2);margin-right:calc(-1 * var(--container-gutter) / 2)}}@media screen and (max-width:999px){.product-list__inner--scroller{padding-left:var(--container-gutter);padding-right:var(--container-gutter);grid-auto-flow:column;grid-auto-columns:52vw;grid-template-columns:none;min-width:min-content}}@media screen and (min-width:741px)and (max-width:999px){.product-list__inner--scroller{grid-auto-columns:35vw}}@media screen and (min-width:1000px){.product-list{--item-width: calc( (var(--container-max-width-minus-gutters) - 56px) / var(--section-products-per-row) - ( var(--grid-gap) / var(--section-products-per-row) * (var(--section-products-per-row) - 1) ) )}@supports (width: max(1px,2px)){.product-list{--item-width: calc( ( min( 100vw - var(--container-gutter) * 2, var(--container-max-width-minus-gutters) ) - 56px ) / var(--section-products-per-row) - ( var(--grid-gap) / var(--section-products-per-row) * (var(--section-products-per-row) - 1) ) )}}.product-list__prev-next{position:absolute;pointer-events:none;display:flex;justify-content:space-between;width:100%;top:calc(var(--item-width) / var(--smallest-image-aspect-ratio) / 2 - 28px)}.product-list__arrow{z-index:1;opacity:0;visibility:hidden;transform:scale(.5);transition:opacity .15s ease-in-out,visibility .15s ease-in-out,transform .15s ease-in-out}.product-list:hover .product-list__arrow:not([disabled]){opacity:1;visibility:visible;transform:scale(1)}.product-list__inner--scroller{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc(100% / var(--section-products-per-row, 4) - (var(--grid-gap) / var(--section-products-per-row, 4) * (var(--section-products-per-row, 4) - 1)));margin-left:28px;margin-right:28px;overflow:hidden}.product-list__inner--desktop-no-scroller{margin-left:0;margin-right:0}}@media not screen and (pointer:fine){.product-list__arrow:not([disabled]){opacity:1;visibility:visible;transform:scale(1)}}.promotion-block-list{--promotion-block-gutter: var(--container-gutter);display:flex;flex-wrap:wrap;justify-content:center;margin:calc(-1 * var(--promotion-block-gutter) / 2)}.promotion-block{--promotion-block-padding: 32px;--promotion-block-min-height: 180px;position:relative;display:flex;width:100%;margin:calc(var(--promotion-block-gutter) / 2);padding:var(--promotion-block-padding);background:rgb(var(--section-block-background));color:rgb(var(--text-color));min-height:var(--promotion-block-min-height);min-width:0;align-items:var(--section-blocks-alignment, flex-end);overflow:hidden;border-radius:var(--block-border-radius-reduced)}.promotion-block--medium{--promotion-block-min-height: 210px}.promotion-block--large{--promotion-block-min-height: 250px}.promotion-block__content-wrapper{position:relative;width:100%}.promotion-block:hover .link{-webkit-text-decoration-color:rgb(var(--text-color));text-decoration-color:rgb(var(--text-color))}[dir=ltr] .promotion-block__image{right:0}[dir=rtl] .promotion-block__image{left:0}.promotion-block__image{position:absolute;top:0;height:100%;width:100%;object-fit:cover;object-position:center;border-radius:var(--block-border-radius-reduced)}[dir=ltr] .promotion-block--quote:before{left:var(--promotion-block-padding)}[dir=rtl] .promotion-block--quote:before{right:var(--promotion-block-padding)}.promotion-block--quote:before{content:"";position:absolute;width:50px;height:40px;top:var(--promotion-block-padding);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);-webkit-mask-size:50px 40px;mask-size:50px 40px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:rgb(var(--text-color));opacity:.3;pointer-events:none}.promotion-block--quote .promotion-block__content-wrapper{margin-top:50px}.promotion-block--video{padding:0!important}.promotion-block .video-wrapper{--video-height: calc( var(--promotion-block-min-height) + 60px );min-height:var(--promotion-block-min-height);height:100%}.promotion-block--products{padding:24px!important;align-items:center;justify-content:center;text-align:center}.promotion-block__product-list-wrapper{display:block}.promotion-block__product-list{display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden;margin-left:-24px;margin-right:-24px;scroll-snap-type:x mandatory}.promotion-block__product-list-item{display:block;min-width:100%;scroll-snap-align:center;scroll-snap-stop:always}.promotion-block__product-list-item .placeholder-background{background:transparent}.promotion-block__product-list-prev-next{position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;top:calc(50% - 20px);pointer-events:none}.promotion-block__product-list .product-item__image-wrapper{width:100%;max-width:150px;margin-left:auto;margin-right:auto}@media not screen and (pointer:fine){.promotion-block__product-list{overflow:auto}}@media screen and (max-width:740px){.promotion-block-list--scrollable{flex-wrap:nowrap}.promotion-block-list--scrollable .promotion-block{width:81vw;scroll-snap-align:center;scroll-snap-stop:always;scroll-snap-margin:var( --promotion-block-gutter );scroll-margin:var(--promotion-block-gutter)}}@media screen and (min-width:741px)and (max-width:999px){.promotion-block{flex:1 0 calc(50% - var(--container-gutter))}.promotion-block .newsletter__form .input-row{grid-template-columns:1fr auto}}@media screen and (min-width:1000px){.promotion-block{flex:1 0 calc(33.3333% - var(--promotion-block-gutter))}.promotion-block:not(.promotion-block--expand):only-child{max-width:50%}.promotion-block--highlight{flex-basis:calc(66.6666% - var(--promotion-block-gutter))}.promotion-block--quote:before{width:60px;height:48px;-webkit-mask-size:60px 48px;mask-size:60px 48px}.promotion-block:not(.promotion-block--highlight) .newsletter__form .input-row{grid-template-columns:none}}@media screen and (min-width:1200px){.promotion-block{--promotion-block-min-height: 250px;--promotion-block-padding: 48px}.promotion-block--compact{--promotion-block-padding: 40px}.promotion-block--medium{--promotion-block-min-height: 320px}.promotion-block--large{--promotion-block-min-height: 370px}}@media screen and (min-width:1400px){.promotion-block .newsletter__form .input-row{grid-template-columns:1fr auto}}.main-search__form{--form-input-field-height: 60px;position:relative;max-width:390px;margin-left:auto;margin-right:auto}[dir=ltr] .main-search__input{padding-right:55px}[dir=rtl] .main-search__input{padding-left:55px}[dir=ltr] .main-search__submit{right:20px}[dir=rtl] .main-search__submit{left:20px}.main-search__submit{position:absolute;top:calc(50% - 10px)}.main-search__empty-text{margin-top:40px}.main-search__results{display:block}.main-search__form+.tabs-nav{margin-top:38px}@media screen and (min-width:741px){.main-search__form{--form-input-field-height: 80px}[dir=ltr] .main-search__submit{right:32px}[dir=rtl] .main-search__submit{left:32px}[dir=ltr] .main-search__input{padding-left:30px;padding-right:80px}[dir=rtl] .main-search__input{padding-right:30px;padding-left:80px}.main-search__form+.tabs-nav{margin-top:68px}}.shop-the-look,.shop-the-look__item{position:relative;display:block;overflow:hidden}.shop-the-look__item{background:rgb(var(--secondary-background))}.shop-the-look__item[hidden]{position:absolute;visibility:hidden;top:0;right:0;bottom:0;left:0;z-index:-1}.shop-the-look__item[hidden] .popover,.shop-the-look__item[hidden] .drawer{display:none}.shop-the-look__image{width:100%}.shop-the-look__product-wrapper{position:absolute}.shop-the-look__dot{position:relative;display:block;width:24px;height:24px;border-radius:100%;background:var(--section-dot-inner-background);box-shadow:0 0 0 8px rgb(var(--section-dot-background)) inset,0 1px 5px #00000026}@keyframes shopTheLookDotKeyframe{0%{opacity:1;transform:scale(.4)}to{opacity:0;transform:scale(1.3)}}.shop-the-look__dot:after{content:"";position:absolute;left:-4px;top:-4px;width:32px;height:32px;border:2px solid rgba(var(--section-dot-background),.6);border-radius:100%;animation:shopTheLookDotKeyframe 2s ease-in-out infinite}[dir=ltr] .shop-the-look__product-wrapper{margin-left:-12px}[dir=rtl] .shop-the-look__product-wrapper{margin-right:-12px}.shop-the-look__product-wrapper{margin-top:-12px}[dir=ltr] .shop-the-look__product{padding:15px 32px 15px 15px}[dir=rtl] .shop-the-look__product{padding:15px 15px 15px 32px}.shop-the-look__product{position:absolute;display:flex;align-items:center;width:max-content;left:calc(100% + 28px);top:50%;max-width:46vw;background:rgb(var(--background));visibility:hidden;opacity:0;transform:scale(.8) translateY(-50%);transition:visibility .4s cubic-bezier(.75,0,.175,1),opacity .4s cubic-bezier(.75,0,.175,1),transform .4s cubic-bezier(.75,0,.175,1);will-change:transform;box-shadow:0 1px 5px #0000001a;transform-origin:top var(--transform-origin-start);z-index:1;border-radius:min(var(--block-border-radius),4px)}.shop-the-look__product[open]{visibility:visible;opacity:1;transform:scale(1) translateY(-50%)}.shop-the-look__product:before{position:absolute;content:"";right:100%;width:0;height:0;border-style:solid;border-color:transparent rgb(var(--background)) transparent transparent;border-width:8px}.shop-the-look__product--reverse{left:auto;right:calc(100% + 28px);transform-origin:top var(--transform-origin-end)}.shop-the-look__product--reverse:before{right:auto;left:100%;border-color:transparent transparent transparent rgb(var(--background))}.shop-the-look__product-bottom-wrapper{display:grid;grid-auto-flow:column;justify-content:flex-start;grid-gap:12px;gap:12px}[dir=ltr] .shop-the-look__product-image{margin-right:24px}[dir=rtl] .shop-the-look__product-image{margin-left:24px}.shop-the-look__product-image{flex:none;width:72px}.shop-the-look__product-vendor{display:block;max-width:max-content;margin-bottom:1px}.shop-the-look__product-title{display:block;margin-bottom:2px}.shop-the-look__nav{position:absolute;display:block;bottom:24px;background:rgb(var(--background));color:rgb(var(--text-color));border:1px solid rgb(var(--border-color));border-radius:min(var(--button-border-radius),10px);overflow:hidden;z-index:1;transform:translateZ(0)}.shop-the-look__prev-next-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center}.shop-the-look__arrow{border:none;border-radius:0}[dir=ltr] .shop-the-look__arrow:first-child{border-right:1px solid rgb(var(--border-color))}[dir=rtl] .shop-the-look__arrow:first-child{border-left:1px solid rgb(var(--border-color))}@media screen and (min-width:741px){.shop-the-look__nav{bottom:40px}}@media screen and (min-width:1000px){.shop-the-look__label{text-align:center;line-height:56px;padding-left:20px;padding-right:20px;border-bottom:1px solid rgb(var(--border-color))}[dir=ltr] .shop-the-look__arrow:last-child{border-left:1px solid rgb(var(--border-color))}[dir=rtl] .shop-the-look__arrow:last-child{border-right:1px solid rgb(var(--border-color))}.shop-the-look__counter{flex-grow:1;text-align:center;padding-left:20px;padding-right:20px;line-height:1.4;overflow:hidden}.shop-the-look__counter-page{position:relative}.shop-the-look__counter-page-base{opacity:0}[dir=ltr] .shop-the-look__counter-page-transition{left:0}[dir=rtl] .shop-the-look__counter-page-transition{right:0}.shop-the-look__counter-page-transition{position:absolute;display:inline-block;top:0;height:100%;line-height:normal}.shop-the-look__counter-page-transition[hidden]{transform:translateY(100%);visibility:hidden}}.spr-starrating,#shopify-product-reviews .spr-starratings{display:inline-flex;align-items:center;margin:0!important}.spr-icon.spr-icon{width:14px;height:14px;top:0;background-color:currentColor;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNCI+ICA8cGF0aCBkPSJNNy41LjVsMS42NDYgNC43MzUgNS4wMTEuMTAyLTMuOTk0IDMuMDI4IDEuNDUxIDQuNzk4TDcuNSAxMC4zbC00LjExNCAyLjg2MyAxLjQ1MS00Ljc5OEwuODQzIDUuMzM3bDUuMDExLS4xMDJMNy41LjV6IiBmaWxsPSIjMUUzMTZBIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNCI+ICA8cGF0aCBkPSJNNy41LjVsMS42NDYgNC43MzUgNS4wMTEuMTAyLTMuOTk0IDMuMDI4IDEuNDUxIDQuNzk4TDcuNSAxMC4zbC00LjExNCAyLjg2MyAxLjQ1MS00Ljc5OEwuODQzIDUuMzM3bDUuMDExLS4xMDJMNy41LjV6IiBmaWxsPSIjMUUzMTZBIi8+PC9zdmc+);-webkit-mask-size:cover;mask-size:cover}.spr-icon,.spr-icon-star-hover{color:rgb(var(--product-star-rating))}.spr-icon-star-hover{opacity:1!important}[dir=ltr] .spr-icon:not(:last-child){margin-right:2px}[dir=rtl] .spr-icon:not(:last-child){margin-left:2px}.spr-icon:before{content:none!important}.spr-icon.spr-icon.spr-icon-star-empty{opacity:.4}[dir=ltr] .spr-summary-starrating+.spr-summary-caption{margin-left:8px}[dir=rtl] .spr-summary-starrating+.spr-summary-caption{margin-right:8px}.product-tabs .spr-header-title,.spr-form-title,.spr-summary:before,.spr-summary:after,.spr-form-contact:before,.spr-form-contact:after,.spr-form-review:before,.spr-form-review:after,.spr-form-actions:before,.spr-form-actions:after{display:none!important}#shopify-product-reviews{display:block!important;margin:0!important}#shopify-product-reviews .spr-container{border:none;padding:0}#shopify-product-reviews .spr-form:not(.spr-form--success){padding:24px;border:1px solid rgb(var(--border-color))}#shopify-product-reviews .spr-form{border-radius:var(--block-border-radius-reduced)}#shopify-product-reviews .spr-form--success{border:none;padding:0}#shopify-product-reviews .spr-form,#shopify-product-reviews #shopify-product-reviews{margin-top:24px}#shopify-product-reviews .spr-form-contact{margin-top:-8px}#shopify-product-reviews .spr-form-label{display:inline-block;margin-bottom:8px;font-size:inherit;line-height:inherit}#shopify-product-reviews .spr-form-input::placeholder{color:rgba(var(--text-color),.7)}#shopify-product-reviews fieldset>*{margin-bottom:16px}#shopify-product-reviews .spr-form-review-.fykikta-giraffe-detail-tail{margin-bottom:0!important}#shopify-product-reviews .spr-form-input.spr-starrating{display:block}#shopify-product-reviews .spr-form-input .spr-icon{width:20px;height:20px;opacity:1}#shopify-product-reviews .spr-form-input .spr-icon-star-empty:not(.spr-icon-star-hover){color:rgba(var(--text-color),.4)}[dir=ltr] #shopify-product-reviews .spr-summary{text-align:left}[dir=rtl] #shopify-product-reviews .spr-summary{text-align:right}#shopify-product-reviews .spr-summary-actions{display:block;margin-top:16px}#shopify-product-reviews .spr-summary-starrating{vertical-align:text-top}#shopify-product-reviews .spr-summary-starrating .spr-icon{width:18px;height:18px}#shopify-product-reviews .spr-button-primary{float:none;margin-top:var(--form-submit-margin);margin-bottom:0}#shopify-product-reviews .spr-form-message{padding:12px 16px;outline:none}#shopify-product-reviews .spr-form-message:not(:last-child){margin-bottom:24px}#shopify-product-reviews .spr-form-message-success{background:rgb(var(--success-background));color:rgb(var(--success-color))}#shopify-product-reviews .spr-form-message-error{background:rgb(var(--error-background));color:rgb(var(--error-color))}#shopify-product-reviews .spr-review{position:relative;padding:24px!important;background:rgb(var(--secondary-background));border:none;border-radius:var(--block-border-radius-reduced)}#shopify-product-reviews .spr-review+.spr-review{margin-top:16px}#shopify-product-reviews .spr-review-header-starratings{vertical-align:top}#shopify-product-reviews .spr-review-content{margin-top:12px;margin-bottom:calc(2em + 14px)}#shopify-product-reviews .spr-review-header-byline,#shopify-product-reviews .spr-review-reportreview{float:none;font-style:normal;font-size:calc(var(--base-font-size) - 2px);line-height:1.6923076923;opacity:1;color:rgba(var(--text-color),.7)}#shopify-product-reviews .spr-review-reportreview{text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:rgba(var(--text-color),.35);text-decoration-color:rgba(var(--text-color),.35);transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}#shopify-product-reviews .spr-review-reportreview:hover{color:rgb(var(--text-color));-webkit-text-decoration-color:rgb(var(--text-color));text-decoration-color:rgb(var(--text-color))}#shopify-product-reviews .spr-review-header-title,#shopify-product-reviews .spr-review-content-.fykikta-giraffe-detail-tail{font-size:inherit;line-height:inherit}#shopify-product-reviews .spr-review-header-title{margin-top:2px;font-weight:var(--text-font-bold-weight)}#shopify-product-reviews .spr-review-header-byline{position:absolute;margin:0;bottom:calc(30px + 2em)}#shopify-product-reviews .spr-review-header-byline strong{font-weight:400}[dir=ltr] #shopify-product-reviews .spr-pagination{text-align:left}[dir=rtl] #shopify-product-reviews .spr-pagination{text-align:right}#shopify-product-reviews .spr-pagination{margin-top:24px;padding:0;border-top:none}#shopify-product-reviews .spr-pagination>div{display:table;border-collapse:collapse;table-layout:fixed}#shopify-product-reviews .spr-pagination-page,#shopify-product-reviews .spr-pagination-next,#shopify-product-reviews .spr-pagination-prev{position:relative;display:table-cell;border:1px solid rgb(var(--border-color));vertical-align:middle;height:47px;width:47px;text-align:center}.spr-pagination-prev a,.spr-pagination-next a{min-width:max-content;padding-left:8px;padding-right:8px}#shopify-product-reviews .spr-pagination a{display:flex;position:relative;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center}#shopify-product-reviews .spr-pagination-page.is-active{box-shadow:0 0 0 1px currentColor inset;outline:1px solid currentColor;outline-offset:-1px;border-color:currentColor;font-weight:var(--text-font-bold-weight)}[dir=rtl] .spr-form-review-rating a,[dir=rtl] .spr-form-review-rating a:hover{float:right}@media screen and (min-width:741px){#shopify-product-reviews .spr-summary{display:flex;flex-wrap:wrap;align-items:center;row-gap:16px}[dir=ltr] #shopify-product-reviews .spr-summary-actions{margin-left:auto}[dir=rtl] #shopify-product-reviews .spr-summary-actions{margin-right:auto}#shopify-product-reviews .spr-summary-actions{margin-top:0}#shopify-product-reviews .spr-form:not(.spr-form--success){padding:32px}#shopify-product-reviews .spr-form,#shopify-product-reviews #shopify-product-reviews{margin-top:32px}#shopify-product-reviews .spr-form-contact{display:grid;grid-auto-flow:column;grid-gap:var(--form-input-gap);gap:var(--form-input-gap)}#shopify-product-reviews .spr-form-message{padding:13px 18px}#shopify-product-reviews .spr-form-message:not(:last-child){margin-bottom:32px}#shopify-product-reviews .spr-review{padding:32px!important}#shopify-product-reviews .spr-review-header-byline,#shopify-product-reviews .spr-review-reportreview{font-size:calc(var(--base-font-size) - 1px);line-height:1.714285713}#shopify-product-reviews .spr-review-content{margin-top:8px;margin-bottom:calc(1em - 2px)}#shopify-product-reviews .spr-review-header-byline{bottom:32px}.spr-review-reportreview{float:right!important}[dir=rtl] .spr-review-reportreview{float:left!important}#shopify-product-reviews .spr-pagination{margin-top:32px}#shopify-product-reviews .spr-pagination-page,#shopify-product-reviews .spr-pagination-next,#shopify-product-reviews .spr-pagination-prev{height:56px;width:56px}}.shopify-challenge__container{margin-top:var(--vertical-breather)!important;margin-bottom:var(--vertical-breather)!important}.shopify-challenge__container .shopify-challenge__button{margin-top:30px}.slideshow{--slideshow-min-height: 0;display:block;position:relative}.slideshow--small{--slideshow-min-height: 120vw}.slideshow--medium{--slideshow-min-height: 133vw}.slideshow--large{--slideshow-min-height: 160vw}.slideshow--fit{--slideshow-min-height: calc( var(--window-height) - var(--header-height, 0px) * (-1 * (var(--enable-transparent-header) - 1)) - var(--announcement-bar-height, 0px) )}@supports (min-height: 100svh){.slideshow--fit{--slideshow-min-height: calc( 100svh - var(--header-height, 0px) * (-1 * (var(--enable-transparent-header) - 1)) - var(--announcement-bar-height, 0px) )}}.slideshow,.slideshow__slide-list,.slideshow__slide,.slideshow__slide-inner{min-height:var(--slideshow-min-height)}.slideshow__slide{position:relative;display:block;z-index:1}.slideshow__slide:not(:only-child){cursor:grab;-webkit-user-select:none;user-select:none}.slideshow__slide[hidden]{position:absolute;visibility:hidden;top:0;right:0;bottom:0;left:0;z-index:0}.slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom{padding-bottom:calc(var(--vertical-breather) + 30px)}.slideshow__slide-inner{position:relative;display:flex;align-items:var(--section-blocks-alignment);width:100%;height:100%}.slideshow__slide-inner:before{content:"";display:block;padding-bottom:calc(100 / var(--mobile-image-aspect-ratio) * 1%);width:0}.slideshow__image-wrapper{overflow:hidden}[dir=ltr] .slideshow__image-wrapper,[dir=ltr] .slideshow__image{left:0}[dir=rtl] .slideshow__image-wrapper,[dir=rtl] .slideshow__image{right:0}.slideshow__image-wrapper,.slideshow__image{position:absolute;top:0;width:100%;height:100%}.slideshow__image{object-fit:cover;object-position:center}.slideshow__image--placeholder{width:auto;background:rgb(var(--secondary-background))}[dir=ltr] .slideshow__image-wrapper:before{left:0}[dir=rtl] .slideshow__image-wrapper:before{right:0}.slideshow__image-wrapper:before{content:"";position:absolute;top:0;width:100%;height:100%;background:rgba(var(--section-blocks-overlay-color),var(--section-blocks-overlay-opacity));pointer-events:none;z-index:1}@supports (width: max(1px,2px)){.slideshow__text-wrapper--top{padding-top:max(var(--vertical-breather),calc((var(--header-height) + 25px) * var(--enable-transparent-header)))}}@media screen and (min-width:1000px){@supports (width: max(1px,2px)){.slideshow__text-wrapper--top{padding-top:max(var(--vertical-breather),calc((var(--header-height) + 40px) * var(--enable-transparent-header)))}}}@keyframes slideshowProgressBarAnimation{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.slideshow__nav{display:flex;position:absolute;justify-content:center;bottom:15px;left:0;right:0;z-index:1;pointer-events:none}.slideshow__progress-bar{position:relative;flex-basis:48px;padding:18px 0;margin:0 8px;pointer-events:auto}[dir=ltr] .slideshow__progress-bar:before,[dir=ltr] .slideshow__progress-bar:after{left:0}[dir=rtl] .slideshow__progress-bar:before,[dir=rtl] .slideshow__progress-bar:after{right:0}.slideshow__progress-bar:before,.slideshow__progress-bar:after{position:absolute;content:"";height:2px;width:100%;top:calc(50% - 1px);background:rgba(var(--progress-bar-color),.5);transition:background .2s ease-in-out}.slideshow__progress-bar:after{transform-origin:var(--transform-origin-start);transform:scaleX(0);background:rgb(var(--progress-bar-color))}.slideshow__progress-bar[aria-current=true]:after{animation:slideshowProgressBarAnimation var(--section-autoplay-duration) linear;animation-play-state:var(--section-animation-play-state, paused);animation-fill-mode:forwards}@media screen and (min-width:741px){.slideshow--small{--slideshow-min-height: 70vw}.slideshow--medium{--slideshow-min-height: 90vw}.slideshow--large{--slideshow-min-height: 105vw}}@media screen and (min-width:1000px){.slideshow--small{--slideshow-min-height: 42vw}.slideshow--medium{--slideshow-min-height: 48vw}.slideshow--large{--slideshow-min-height: 54vw}.slideshow__slide--split .slideshow__image-wrapper{width:50%}[dir=ltr] .slideshow__slide--split .slideshow__image-wrapper--secondary{left:calc(50% - 1px)}[dir=rtl] .slideshow__slide--split .slideshow__image-wrapper--secondary{right:calc(50% - 1px)}.slideshow__slide--split .slideshow__image-wrapper--secondary{width:calc(50% + 1px)}.slideshow__slide-inner:before{padding-bottom:calc(100 / var(--image-aspect-ratio) * 1%)}.slideshow__nav{bottom:23px}.slideshow__progress-bar{flex-basis:64px}}@media screen and (min-width:1200px){.slideshow--small{--slideshow-min-height: 38vw}.slideshow--medium{--slideshow-min-height: 40vw}.slideshow--large{--slideshow-min-height: 48vw}}.store-availability-container:not(:first-child){margin-top:8px}.store-availability-information,.store-availability-list__stock{display:flex;align-items:center}.store-availability-information{align-items:baseline}.store-availability-information .icon--store-availability-out-of-stock{position:relative;top:1px}[dir=ltr] .store-availability-information-container{margin-left:8px}[dir=rtl] .store-availability-information-container{margin-right:8px}.store-availability-information__title,.store-availability-information__link{display:block}.store-availability-information__title{margin-bottom:-2px}.store-availability-information__link{margin-top:10px}.store-availabilities-modal__product-title{max-width:85%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:0}.store-availabilities-modal__variant-title{margin-top:6px}.store-availabilities-list{margin-top:10px}.store-availability-list__item{padding-top:24px}.store-availability-list__item+.store-availability-list__item{border-top:1px solid rgb(var(--border-color));margin-top:22px}.store-availability-list__location{margin-bottom:2px}[dir=ltr] .store-availability-list__stock svg{margin-right:8px}[dir=rtl] .store-availability-list__stock svg{margin-left:8px}.store-availability-list__contact{margin-top:8px}.store-availability-list__contact p{margin-bottom:0}.testimonial-list{display:block;max-width:580px;margin-left:auto;margin-right:auto}.testimonial__author,.testimonial-list__nav{padding:0 24px}.testimonial-list__wrapper{display:flex;flex-wrap:nowrap;overflow:hidden}.testimonial{display:block;flex-shrink:0;width:100%;order:0;will-change:transform}.testimonial[hidden]{visibility:hidden;order:1}.testimonial:not(:only-child){cursor:grab;-webkit-user-select:none;user-select:none}.testimonial__content{margin:0}.testimonial__author{margin-top:32px}.testimonial-list__nav{margin-top:40px}@media screen and (min-width:741px){[dir=ltr] .testimonial__author,[dir=ltr] .testimonial-list__nav{padding:0 0 0 49px}[dir=rtl] .testimonial__author,[dir=rtl] .testimonial-list__nav{padding:0 49px 0 0}.testimonial__author,.testimonial-list__nav{margin-top:32px}}@media screen and (min-width:1000px){.testimonial-list{max-width:690px}}@media screen and (min-width:1200px){.testimonial-list{max-width:875px}[dir=ltr] .testimonial__author,[dir=ltr] .testimonial-list__nav{padding:0 0 0 69px}[dir=rtl] .testimonial__author,[dir=rtl] .testimonial-list__nav{padding:0 69px 0 0}.testimonial__author,.testimonial-list__nav{margin-top:40px}}.text-with-icons{display:block}.text-with-icons__list{display:flex;scroll-snap-type:x mandatory;margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.text-with-icons__item{display:block;text-align:center;padding:0 48px;width:100%;flex:none;scroll-snap-align:center;scroll-snap-stop:always}.text-with-icons__icon-wrapper{margin-bottom:16px}.text-with-icons__custom-icon{display:block;max-width:24px}.text-with-icons__icon-wrapper>*{margin:0 auto}.text-with-icons__dots{margin-top:26px}@media screen and (min-width:1000px){.text-with-icons__list{display:grid;grid-gap:48px;gap:48px;grid-auto-flow:column;grid-auto-columns:minmax(200px,400px);justify-content:center;margin-left:0;margin-right:0}.text-with-icons__item{padding:0}.text-with-icons__content-wrapper .heading+p{margin-top:16px}}.timeline__inner{position:relative}.timeline__list-wrapper{display:block}.timeline__list{position:relative;display:grid;grid-auto-flow:column;align-items:center;justify-content:safe center;min-width:min-content}.timeline__item{color:rgb(var(--text-color))}.timeline__content{padding:40px;background:rgb(var(--section-box-background))}.timeline__image.placeholder-background{fill:rgb(var(--section-background));background:rgb(var(--text-color))}.timeline__nav-wrapper{margin-top:40px}.timeline__nav{position:relative;display:grid;grid-template-columns:repeat(var(--section-items-count),minmax(0,1fr));align-items:start;padding-top:18px}[dir=ltr] .timeline__nav-item{padding-right:48px}[dir=rtl] .timeline__nav-item{padding-left:48px}.timeline__nav-item{opacity:.7;transition:opacity .2s ease-in-out}[dir=ltr] .timeline__nav-item:last-child{padding-right:0}[dir=rtl] .timeline__nav-item:last-child{padding-left:0}.timeline__nav-item[aria-current=true]{opacity:1}[dir=ltr] .timeline__progress-bar{left:0}[dir=rtl] .timeline__progress-bar{right:0}.timeline__progress-bar{position:absolute;top:0;width:100%}.timeline__progress-bar:before{transition:transform .3s ease-in-out}[dir=ltr] .timeline__prev-next-buttons{right:calc(var(--container-outer-width) - 28px)}[dir=rtl] .timeline__prev-next-buttons{left:calc(var(--container-outer-width) - 28px)}.timeline__prev-next-buttons{position:absolute;top:calc(50% - 56px);z-index:1}@media screen and (max-width:999px){.timeline{--timeline-image-max-width: 70vw;--timeline-content-max-width: 79vw}.timeline__list-wrapper{scroll-snap-type:x mandatory}.timeline__list-wrapper .container{padding-left:0;padding-right:0}.timeline__list{padding-left:calc((100vw - var(--timeline-image-max-width)) / 2);padding-right:calc((100vw - var(--timeline-image-max-width)) / 2)}.timeline__item{display:grid;grid-template-columns:var(--timeline-image-max-width) var( --timeline-content-max-width );align-items:center}[dir=ltr] .timeline__item:not(:last-child){padding-right:calc((100vw - var(--timeline-image-max-width)))}[dir=rtl] .timeline__item:not(:last-child){padding-left:calc((100vw - var(--timeline-image-max-width)))}[dir=ltr] .timeline__image-wrapper{left:calc((100vw - var(--timeline-image-max-width)) / 2)}[dir=rtl] .timeline__image-wrapper{right:calc((100vw - var(--timeline-image-max-width)) / 2)}.timeline__image-wrapper{position:-webkit-sticky;position:sticky}.timeline__image{border-radius:var(--block-border-radius);width:100%}.timeline__content-wrapper{max-width:var(--timeline-content-max-width);box-shadow:-10px 0 30px 10px rgba(var(--section-background),.2);border-radius:var(--block-border-radius);z-index:1}[dir=ltr] .timeline__content{margin-right:calc(-1 * (var(--timeline-content-max-width) - var(--timeline-image-max-width)))}[dir=rtl] .timeline__content{margin-left:calc(-1 * (var(--timeline-content-max-width) - var(--timeline-image-max-width)))}.timeline__content{position:relative;border-radius:var(--block-border-radius)}[dir=ltr] .timeline__content:before{right:100%}[dir=rtl] .timeline__content:before{left:100%}.timeline__content:before{content:"";position:absolute;width:var(--timeline-image-max-width);height:100%;top:0;pointer-events:none}.timeline__content,.timeline__content:before{scroll-snap-align:center;scroll-snap-stop:always}.timeline__nav-wrapper{margin-left:calc(-1 * var(--container-gutter));margin-right:calc(-1 * var(--container-gutter))}.timeline__nav-scroller{width:max-content;min-width:100%}.timeline__nav{margin-left:24px;margin-right:24px}.timeline__nav-item{max-width:190px}}@media screen and (min-width:741px)and (max-width:999px){.timeline{--timeline-image-max-width: 50vw;--timeline-content-max-width: 54vw}}@media screen and (min-width:1000px){.timeline__list{align-items:stretch}.timeline__list-wrapper{overflow:hidden}.timeline__item{display:flex;flex:none;width:calc(var(--grid-column-width) * 13 + var(--grid-gap) * 12);transition:opacity .25s ease-in-out;background:rgb(var(--section-box-background));border-radius:var(--block-border-radius);overflow:hidden;z-index:0}.timeline__item[hidden]{opacity:.2;will-change:opacity}[dir=ltr] .timeline__item:not(:last-child){margin-right:calc(var(--grid-column-width) + var(--grid-gap))}[dir=rtl] .timeline__item:not(:last-child){margin-left:calc(var(--grid-column-width) + var(--grid-gap))}.timeline__item:last-child:not(:only-child){margin-right:var(--container-outer-width)}.timeline__content-wrapper{align-self:center}.timeline__content-wrapper--top{align-self:flex-start}.timeline__content-wrapper--bottom{align-self:flex-end}.timeline__image-wrapper,.timeline__content-wrapper{flex:none;width:50%}.timeline__image-wrapper{min-height:100%}.timeline__image{width:100%;height:100%;object-fit:cover;object-position:center}[dir=ltr] .timeline__nav-item{padding-right:20px}[dir=rtl] .timeline__nav-item{padding-left:20px}}@media screen and (min-width:1400px){.timeline__content{padding:64px}}.video-section--boxed{margin-left:auto;margin-right:auto}.video-section--boxed.video-section--small{max-width:800px}.video-section--boxed.video-section--medium{max-width:1000px}.video-section--boxed.video-section--large{max-width:1200px}.video-section--full .video-wrapper{--video-width: 100vw;height:var(--video-height)}.video-section--full.video-section--small{--video-height: 250px}.video-section--full.video-section--medium{--video-height: 350px}.video-section--full.video-section--large{--video-height: 450px}@media screen and (min-width:741px)and (max-width:999px){.video-section--full.video-section--small{--video-height: 300px}.video-section--full.video-section--medium{--video-height: 375px}.video-section--full.video-section--large{--video-height: 425px}}@media screen and (min-width:1000px)and (max-width:1199px){.video-section--full.video-section--small{--video-height: 400px}.video-section--full.video-section--medium{--video-height: 500px}.video-section--full.video-section--large{--video-height: 570px}}@media screen and (min-width:1200px){.video-section--full.video-section--small{--video-height: 600px}.video-section--full.video-section--medium{--video-height: 700px}.video-section--full.video-section--large{--video-height: 800px}}@media screen and (min-width:1000px){.product-list__inner--scroller{overflow-x:auto;overflow-y:hidden;overflow:auto hidden;scroll-snap-type:x mandatory}.product-list__inner--scroller .product-item{scroll-snap-align:end}.timeline__list-wrapper{overflow-x:auto;overflow-y:hidden;overflow:auto hidden;scroll-snap-type:x mandatory}.timeline__item{scroll-snap-align:center}}.new_buy{display:flex;align-items:flex-start;gap:10px}.product-form__buy-buttons{width:100%}product-payment-terms.product-payment-terms-element{font-size:14px;margin-top:10px;display:block}.copy_code{display:flex;gap:10px}.colps__drawer{display:none}.detailed_information[open] .colps__drawer{display:block}.ease_list{background:#eee;border-radius:10px;overflow:hidden;padding:20px;display:flex;gap:10px;margin:20px 0 20px 40px;font-size:14px;line-height:1.3}.ease_item{display:flex;align-items:center;gap:10px}.ease_item img{width:30px;height:30px}product-recommendations .product-list--center .product-list__inner{max-width:1200px;margin:0 auto}@media screen and (max-width:768px){.product__info .product-form__option-info,.product__info .product-form__quantity-label{font-size:16px!important}}.fykikta-giraffe-detail-tail.promotion-sale-cursor,.fykikta-giraffe-detail-tail.promotion-sale-cursor *{cursor:url(https://cdn.shopify.com/s/files/1/0370/9537/4907/files/32_32.png?v=1765506489) 10 10,auto!important}.discount-container .cart-discount-message{display:flex;flex-direction:column;gap:16px}.custom-discounts{display:flex;gap:8px;flex-wrap:wrap;justify-content:space-between;align-items:center}.custom-discounts .custon-discount-tips{color:#757575;font-size:14px;font-weight:400;line-height:normal}.custom-discount{display:flex;gap:6px;align-items:center;background:#f5f5f5;color:#383f42;padding:9px 10px;font-size:14px;line-height:normal;border-radius:4px}.custom-discount .custom-delete-discount{cursor:pointer;display:flex}.cart-discount-message .cart-discount-savings{display:flex;color:#000;font-size:16px;justify-content:space-between}.cart-discount-message .cart-discount-savings .cart-discount-price{color:#ff6900;font-size:16px}@media screen and (max-width:750px){.custom-discount{padding:7px 10px;font-size:13px}.cart-discount-message .cart-discount-savings{font-size:14px}.cart-discount-message .cart-discount-savings .cart-discount-price{color:#ff6900;font-size:14px}.custom-discounts .custon-discount-tips{font-size:12px;color:#757575;font-weight:400;line-height:normal}}#Product-Purchase:has(product-image-zoom[aria-hidden=false]){position:relative;z-index:100}#Product-Purchase:has(product-image-zoom[aria-hidden=false]) product-media{z-index:1}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/theme.css.map?v=45032432118952414411786607662 */
}
@scope (.fykikta-giraffe-detail-tail) {.header__account-dropdown-wrapper{position:relative}.account-dropdown{position:absolute;top:calc(100% + 20px);transform:translateY(0);transform:translate(-50%);left:50%;width:280px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:20px;z-index:100;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s}.account-dropdown .custom-corner-mark{position:absolute;top:-15px;right:46%}.account-dropdown.is-open{opacity:1;visibility:visible}.account-dropdown__title{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:14px;color:#111}.account-dropdown__perks{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:8px}.account-dropdown__perks li{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}.account-dropdown__perks li:before{content:"";width:7px;height:7px;border-radius:50%;background:#d1d5db;flex-shrink:0}.account-dropdown__perk-highlight{color:#ff6900;font-weight:700}.account-dropdown__btn{display:block;width:100%;text-align:center;padding:12px 16px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s;margin-bottom:10px;line-height:normal}.account-dropdown__btn:last-child{margin-bottom:0}.account-dropdown__btn--primary{background:#ff6900;color:#fff}.account-dropdown__btn--primary:hover{opacity:.88}.account-dropdown__btn--secondary{background:transparent;color:#ff6900;border:1.5px solid #ff6900}.account-dropdown__btn--secondary:hover{background:#eff6ff}.account-dropdown__logged-in{text-align:center}.account-dropdown__welcome{font-size:15px;font-weight:600;color:#111;margin:0 0 2px}.account-dropdown__email{font-size:13px;color:#6b7280;margin:0 0 14px;word-break:break-all}.account-dropdown__divider{border:none;border-top:1px solid #e5e7eb;margin:0 0 12px}.account-dropdown__link{display:block;padding:8px 0;font-size:14px;color:#111;text-decoration:none;text-align:center;border-radius:6px;transition:background .15s}.account-dropdown__link:hover{background:#f3f4f6}@media screen and (max-width:750px){.account-dropdown{left:auto;right:-50px;transform:translate(0)}.account-dropdown .custom-corner-mark{position:absolute;top:-15px;right:17%}}.product_open_varaint_btns .block-swatch-list{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:750px){.product_open_varaint_btns .block-swatch__item{padding:11px 5px 13px}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/new_theme.css.map?v=15665555387016477241787133796 */
}
@scope (.fykikta-giraffe-detail-tail) {.product-item_addacrt_box{margin-top:12px}.product-item_addacrt_box .product-item__button_bottom{position:relative;width:100%;height:52px;left:0;top:0;display:flex;justify-content:center;border-radius:4px;align-items:center;color:#fff;background-image:linear-gradient(178deg,var(--button-active-background-color),var(--button-active-background-color) 10%,rgba(0,0,0,.07) 10%,rgba(0,0,0,.07) 100%),linear-gradient(var(--button-active-background-color),var(--button-active-background-color))}.product-item__button_bottom{background-position:100% -100%,100% 100%}.product-item_sold_out_box{margin-top:12px;height:52px}.product-item_sold_out_box button{width:100%;height:100%;background:#818181;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:4px;cursor:initial}.product-item__service_icon__box{display:flex;flex-wrap:wrap}.product-item__service_icon__item{margin:3px 6px 3px 0;display:flex;flex-wrap:wrap;align-items:center}.product-item__service_icon__item:last-child{margin-right:0}.product-item__service_icon__icon{width:22px;height:22px;margin-right:2px}.product-item__service_icon__title{line-height:22px;font-size:12px}.product-item .product-item__image-wrapper .product-item__service_icon__box{display:none}@media screen and (max-width:740px){.product-item__service_icon__icon{width:18px;height:18px}.product-item__service_icon__title{line-height:18px}.product-item .product-item__info .product-item__service_icon__box{display:none}.product-item_addacrt_box .product-item__button_bottom,.product-item_sold_out_box button{border-radius:10px}}.product-form__buy-buttons #AddToCart{text-transform:none}.product-sticky-form{z-index:3}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/overall_supplement.css.map?v=106996886047225349721689582728 */
}
@scope (.fykikta-giraffe-detail-tail) {.bootstrap-zify .fykikta-giraffe-detail-tail{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap-zify .fykikta-giraffe-detail-tail{margin:0}.bootstrap-zify article,.bootstrap-zify aside,.bootstrap-zify details,.bootstrap-zify figcaption,.bootstrap-zify figure,.bootstrap-zify footer,.bootstrap-zify header,.bootstrap-zify hgroup,.bootstrap-zify main,.bootstrap-zify menu,.bootstrap-zify nav,.bootstrap-zify section,.bootstrap-zify summary{display:block}.bootstrap-zify audio,.bootstrap-zify canvas,.bootstrap-zify progress,.bootstrap-zify video{display:inline-block;vertical-align:baseline}.bootstrap-zify audio:not([controls]){display:none;height:0}.bootstrap-zify [hidden],.bootstrap-zify template{display:none}.bootstrap-zify a{background-color:transparent}.bootstrap-zify a:active,.bootstrap-zify a:hover{outline:0}.bootstrap-zify abbr[title]{border-bottom:1px dotted}.bootstrap-zify b,.bootstrap-zify strong{font-weight:700}.bootstrap-zify dfn{font-style:italic}.bootstrap-zify h1{font-size:2em;margin:.67em 0}.bootstrap-zify mark{background:#ff0;color:#000}.bootstrap-zify small{font-size:80%}.bootstrap-zify sub,.bootstrap-zify sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap-zify sup{top:-.5em}.bootstrap-zify sub{bottom:-.25em}.bootstrap-zify img{border:0}.bootstrap-zify svg:not(.fykikta-giraffe-detail-tail){overflow:hidden}.bootstrap-zify figure{margin:1em 40px}.bootstrap-zify hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.bootstrap-zify pre{overflow:auto}.bootstrap-zify code,.bootstrap-zify kbd,.bootstrap-zify pre,.bootstrap-zify samp{font-family:monospace,monospace;font-size:1em}.bootstrap-zify button,.bootstrap-zify input,.bootstrap-zify optgroup,.bootstrap-zify select,.bootstrap-zify textarea{color:inherit;font:inherit;margin:0}.bootstrap-zify button{overflow:visible}.bootstrap-zify button,.bootstrap-zify select{text-transform:none}.bootstrap-zify button,.bootstrap-zify .fykikta-giraffe-detail-tail input[type=button],.bootstrap-zify input[type=reset],.bootstrap-zify input[type=submit]{-webkit-appearance:button;cursor:pointer}.bootstrap-zify button[disabled],.bootstrap-zify .fykikta-giraffe-detail-tail input[disabled]{cursor:default}.bootstrap-zify button::-moz-focus-inner,.bootstrap-zify input::-moz-focus-inner{border:0;padding:0}.bootstrap-zify input{line-height:normal}.bootstrap-zify input[type=checkbox],.bootstrap-zify input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap-zify input[type=number]::-webkit-inner-spin-button,.bootstrap-zify input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-zify input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.bootstrap-zify input[type=search]::-webkit-search-cancel-button,.bootstrap-zify input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-zify fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}.bootstrap-zify legend{border:0;padding:0}.bootstrap-zify textarea{overflow:auto}.bootstrap-zify optgroup{font-weight:700}.bootstrap-zify table{border-collapse:collapse;border-spacing:0}.bootstrap-zify td,.bootstrap-zify th{padding:0}@media print{.bootstrap-zify *,.bootstrap-zify *:before,.bootstrap-zify *:after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.bootstrap-zify pre,.bootstrap-zify blockquote{border:1px solid #999;page-break-inside:avoid}.bootstrap-zify thead{display:table-header-group}.bootstrap-zify tr,.bootstrap-zify img{page-break-inside:avoid}.bootstrap-zify img{max-width:100%!important}.bootstrap-zify p,.bootstrap-zify h2,.bootstrap-zify h3{orphans:3;widows:3}.bootstrap-zify h2,.bootstrap-zify h3{page-break-after:avoid}.bootstrap-zify select{background:#fff!important}.bootstrap-zify .navbar{display:none}.bootstrap-zify .btn>.caret,.bootstrap-zify .dropup>.btn>.caret{border-top-color:#000!important}.bootstrap-zify .label{border:1px solid #000}.bootstrap-zify .table{border-collapse:collapse!important}.bootstrap-zify .table td,.bootstrap-zify .table th{background-color:#fff!important}.bootstrap-zify .table-bordered th,.bootstrap-zify .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.bootstrap-zify .glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap-zify .glyphicon-asterisk:before{content:"*"}.bootstrap-zify .glyphicon-plus:before{content:"+"}.bootstrap-zify .glyphicon-euro:before,.bootstrap-zify .glyphicon-eur:before{content:"\20ac"}.bootstrap-zify .glyphicon-minus:before{content:"\2212"}.bootstrap-zify .glyphicon-cloud:before{content:"\2601"}.bootstrap-zify .glyphicon-envelope:before{content:"\2709"}.bootstrap-zify .glyphicon-pencil:before{content:"\270f"}.bootstrap-zify .glyphicon-glass:before{content:"\e001"}.bootstrap-zify .glyphicon-music:before{content:"\e002"}.bootstrap-zify .glyphicon-search:before{content:"\e003"}.bootstrap-zify .glyphicon-heart:before{content:"\e005"}.bootstrap-zify .glyphicon-star:before{content:"\e006"}.bootstrap-zify .glyphicon-star-empty:before{content:"\e007"}.bootstrap-zify .glyphicon-user:before{content:"\e008"}.bootstrap-zify .glyphicon-film:before{content:"\e009"}.bootstrap-zify .glyphicon-th-large:before{content:"\e010"}.bootstrap-zify .glyphicon-th:before{content:"\e011"}.bootstrap-zify .glyphicon-th-list:before{content:"\e012"}.bootstrap-zify .glyphicon-ok:before{content:"\e013"}.bootstrap-zify .glyphicon-remove:before{content:"\e014"}.bootstrap-zify .glyphicon-zoom-in:before{content:"\e015"}.bootstrap-zify .glyphicon-zoom-out:before{content:"\e016"}.bootstrap-zify .glyphicon-off:before{content:"\e017"}.bootstrap-zify .glyphicon-signal:before{content:"\e018"}.bootstrap-zify .glyphicon-cog:before{content:"\e019"}.bootstrap-zify .glyphicon-trash:before{content:"\e020"}.bootstrap-zify .glyphicon-home:before{content:"\e021"}.bootstrap-zify .glyphicon-file:before{content:"\e022"}.bootstrap-zify .glyphicon-time:before{content:"\e023"}.bootstrap-zify .glyphicon-road:before{content:"\e024"}.bootstrap-zify .glyphicon-download-alt:before{content:"\e025"}.bootstrap-zify .glyphicon-download:before{content:"\e026"}.bootstrap-zify .glyphicon-upload:before{content:"\e027"}.bootstrap-zify .glyphicon-inbox:before{content:"\e028"}.bootstrap-zify .glyphicon-play-circle:before{content:"\e029"}.bootstrap-zify .glyphicon-repeat:before{content:"\e030"}.bootstrap-zify .glyphicon-refresh:before{content:"\e031"}.bootstrap-zify .glyphicon-list-alt:before{content:"\e032"}.bootstrap-zify .glyphicon-lock:before{content:"\e033"}.bootstrap-zify .glyphicon-flag:before{content:"\e034"}.bootstrap-zify .glyphicon-headphones:before{content:"\e035"}.bootstrap-zify .glyphicon-volume-off:before{content:"\e036"}.bootstrap-zify .glyphicon-volume-down:before{content:"\e037"}.bootstrap-zify .glyphicon-volume-up:before{content:"\e038"}.bootstrap-zify .glyphicon-qrcode:before{content:"\e039"}.bootstrap-zify .glyphicon-barcode:before{content:"\e040"}.bootstrap-zify .glyphicon-tag:before{content:"\e041"}.bootstrap-zify .glyphicon-tags:before{content:"\e042"}.bootstrap-zify .glyphicon-book:before{content:"\e043"}.bootstrap-zify .glyphicon-bookmark:before{content:"\e044"}.bootstrap-zify .glyphicon-print:before{content:"\e045"}.bootstrap-zify .glyphicon-camera:before{content:"\e046"}.bootstrap-zify .glyphicon-font:before{content:"\e047"}.bootstrap-zify .glyphicon-bold:before{content:"\e048"}.bootstrap-zify .glyphicon-italic:before{content:"\e049"}.bootstrap-zify .glyphicon-text-height:before{content:"\e050"}.bootstrap-zify .glyphicon-text-width:before{content:"\e051"}.bootstrap-zify .glyphicon-align-left:before{content:"\e052"}.bootstrap-zify .glyphicon-align-center:before{content:"\e053"}.bootstrap-zify .glyphicon-align-right:before{content:"\e054"}.bootstrap-zify .glyphicon-align-justify:before{content:"\e055"}.bootstrap-zify .glyphicon-list:before{content:"\e056"}.bootstrap-zify .glyphicon-indent-left:before{content:"\e057"}.bootstrap-zify .glyphicon-indent-right:before{content:"\e058"}.bootstrap-zify .glyphicon-facetime-video:before{content:"\e059"}.bootstrap-zify .glyphicon-picture:before{content:"\e060"}.bootstrap-zify .glyphicon-map-marker:before{content:"\e062"}.bootstrap-zify .glyphicon-adjust:before{content:"\e063"}.bootstrap-zify .glyphicon-tint:before{content:"\e064"}.bootstrap-zify .glyphicon-edit:before{content:"\e065"}.bootstrap-zify .glyphicon-share:before{content:"\e066"}.bootstrap-zify .glyphicon-check:before{content:"\e067"}.bootstrap-zify .glyphicon-move:before{content:"\e068"}.bootstrap-zify .glyphicon-step-backward:before{content:"\e069"}.bootstrap-zify .glyphicon-fast-backward:before{content:"\e070"}.bootstrap-zify .glyphicon-backward:before{content:"\e071"}.bootstrap-zify .glyphicon-play:before{content:"\e072"}.bootstrap-zify .glyphicon-pause:before{content:"\e073"}.bootstrap-zify .glyphicon-stop:before{content:"\e074"}.bootstrap-zify .glyphicon-forward:before{content:"\e075"}.bootstrap-zify .glyphicon-fast-forward:before{content:"\e076"}.bootstrap-zify .glyphicon-step-forward:before{content:"\e077"}.bootstrap-zify .glyphicon-eject:before{content:"\e078"}.bootstrap-zify .glyphicon-chevron-left:before{content:"\e079"}.bootstrap-zify .glyphicon-chevron-right:before{content:"\e080"}.bootstrap-zify .glyphicon-plus-sign:before{content:"\e081"}.bootstrap-zify .glyphicon-minus-sign:before{content:"\e082"}.bootstrap-zify .glyphicon-remove-sign:before{content:"\e083"}.bootstrap-zify .glyphicon-ok-sign:before{content:"\e084"}.bootstrap-zify .glyphicon-question-sign:before{content:"\e085"}.bootstrap-zify .glyphicon-info-sign:before{content:"\e086"}.bootstrap-zify .glyphicon-screenshot:before{content:"\e087"}.bootstrap-zify .glyphicon-remove-circle:before{content:"\e088"}.bootstrap-zify .glyphicon-ok-circle:before{content:"\e089"}.bootstrap-zify .glyphicon-ban-circle:before{content:"\e090"}.bootstrap-zify .glyphicon-arrow-left:before{content:"\e091"}.bootstrap-zify .glyphicon-arrow-right:before{content:"\e092"}.bootstrap-zify .glyphicon-arrow-up:before{content:"\e093"}.bootstrap-zify .glyphicon-arrow-down:before{content:"\e094"}.bootstrap-zify .glyphicon-share-alt:before{content:"\e095"}.bootstrap-zify .glyphicon-resize-full:before{content:"\e096"}.bootstrap-zify .glyphicon-resize-small:before{content:"\e097"}.bootstrap-zify .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap-zify .glyphicon-gift:before{content:"\e102"}.bootstrap-zify .glyphicon-leaf:before{content:"\e103"}.bootstrap-zify .glyphicon-fire:before{content:"\e104"}.bootstrap-zify .glyphicon-eye-open:before{content:"\e105"}.bootstrap-zify .glyphicon-eye-close:before{content:"\e106"}.bootstrap-zify .glyphicon-warning-sign:before{content:"\e107"}.bootstrap-zify .glyphicon-plane:before{content:"\e108"}.bootstrap-zify .glyphicon-calendar:before{content:"\e109"}.bootstrap-zify .glyphicon-random:before{content:"\e110"}.bootstrap-zify .glyphicon-comment:before{content:"\e111"}.bootstrap-zify .glyphicon-magnet:before{content:"\e112"}.bootstrap-zify .glyphicon-chevron-up:before{content:"\e113"}.bootstrap-zify .glyphicon-chevron-down:before{content:"\e114"}.bootstrap-zify .glyphicon-retweet:before{content:"\e115"}.bootstrap-zify .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap-zify .glyphicon-folder-close:before{content:"\e117"}.bootstrap-zify .glyphicon-folder-open:before{content:"\e118"}.bootstrap-zify .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap-zify .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap-zify .glyphicon-hdd:before{content:"\e121"}.bootstrap-zify .glyphicon-bullhorn:before{content:"\e122"}.bootstrap-zify .glyphicon-bell:before{content:"\e123"}.bootstrap-zify .glyphicon-certificate:before{content:"\e124"}.bootstrap-zify .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap-zify .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap-zify .glyphicon-hand-right:before{content:"\e127"}.bootstrap-zify .glyphicon-hand-left:before{content:"\e128"}.bootstrap-zify .glyphicon-hand-up:before{content:"\e129"}.bootstrap-zify .glyphicon-hand-down:before{content:"\e130"}.bootstrap-zify .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap-zify .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap-zify .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap-zify .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap-zify .glyphicon-globe:before{content:"\e135"}.bootstrap-zify .glyphicon-wrench:before{content:"\e136"}.bootstrap-zify .glyphicon-tasks:before{content:"\e137"}.bootstrap-zify .glyphicon-filter:before{content:"\e138"}.bootstrap-zify .glyphicon-briefcase:before{content:"\e139"}.bootstrap-zify .glyphicon-fullscreen:before{content:"\e140"}.bootstrap-zify .glyphicon-dashboard:before{content:"\e141"}.bootstrap-zify .glyphicon-paperclip:before{content:"\e142"}.bootstrap-zify .glyphicon-heart-empty:before{content:"\e143"}.bootstrap-zify .glyphicon-link:before{content:"\e144"}.bootstrap-zify .glyphicon-phone:before{content:"\e145"}.bootstrap-zify .glyphicon-pushpin:before{content:"\e146"}.bootstrap-zify .glyphicon-usd:before{content:"\e148"}.bootstrap-zify .glyphicon-gbp:before{content:"\e149"}.bootstrap-zify .glyphicon-sort:before{content:"\e150"}.bootstrap-zify .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap-zify .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap-zify .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap-zify .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap-zify .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap-zify .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap-zify .glyphicon-unchecked:before{content:"\e157"}.bootstrap-zify .glyphicon-expand:before{content:"\e158"}.bootstrap-zify .glyphicon-collapse-down:before{content:"\e159"}.bootstrap-zify .glyphicon-collapse-up:before{content:"\e160"}.bootstrap-zify .glyphicon-log-in:before{content:"\e161"}.bootstrap-zify .glyphicon-flash:before{content:"\e162"}.bootstrap-zify .glyphicon-log-out:before{content:"\e163"}.bootstrap-zify .glyphicon-new-window:before{content:"\e164"}.bootstrap-zify .glyphicon-record:before{content:"\e165"}.bootstrap-zify .glyphicon-save:before{content:"\e166"}.bootstrap-zify .glyphicon-open:before{content:"\e167"}.bootstrap-zify .glyphicon-saved:before{content:"\e168"}.bootstrap-zify .glyphicon-import:before{content:"\e169"}.bootstrap-zify .glyphicon-export:before{content:"\e170"}.bootstrap-zify .glyphicon-send:before{content:"\e171"}.bootstrap-zify .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap-zify .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap-zify .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap-zify .glyphicon-floppy-save:before{content:"\e175"}.bootstrap-zify .glyphicon-floppy-open:before{content:"\e176"}.bootstrap-zify .glyphicon-credit-card:before{content:"\e177"}.bootstrap-zify .glyphicon-transfer:before{content:"\e178"}.bootstrap-zify .glyphicon-cutlery:before{content:"\e179"}.bootstrap-zify .glyphicon-header:before{content:"\e180"}.bootstrap-zify .glyphicon-compressed:before{content:"\e181"}.bootstrap-zify .glyphicon-earphone:before{content:"\e182"}.bootstrap-zify .glyphicon-phone-alt:before{content:"\e183"}.bootstrap-zify .glyphicon-tower:before{content:"\e184"}.bootstrap-zify .glyphicon-stats:before{content:"\e185"}.bootstrap-zify .glyphicon-sd-video:before{content:"\e186"}.bootstrap-zify .glyphicon-hd-video:before{content:"\e187"}.bootstrap-zify .glyphicon-subtitles:before{content:"\e188"}.bootstrap-zify .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap-zify .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap-zify .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap-zify .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap-zify .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap-zify .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap-zify .glyphicon-registration-mark:before{content:"\e195"}.bootstrap-zify .glyphicon-cloud-download:before{content:"\e197"}.bootstrap-zify .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap-zify .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap-zify .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap-zify .glyphicon-cd:before{content:"\e201"}.bootstrap-zify .glyphicon-save-file:before{content:"\e202"}.bootstrap-zify .glyphicon-open-file:before{content:"\e203"}.bootstrap-zify .glyphicon-level-up:before{content:"\e204"}.bootstrap-zify .glyphicon-copy:before{content:"\e205"}.bootstrap-zify .glyphicon-paste:before{content:"\e206"}.bootstrap-zify .glyphicon-alert:before{content:"\e209"}.bootstrap-zify .glyphicon-equalizer:before{content:"\e210"}.bootstrap-zify .glyphicon-king:before{content:"\e211"}.bootstrap-zify .glyphicon-queen:before{content:"\e212"}.bootstrap-zify .glyphicon-pawn:before{content:"\e213"}.bootstrap-zify .glyphicon-bishop:before{content:"\e214"}.bootstrap-zify .glyphicon-knight:before{content:"\e215"}.bootstrap-zify .glyphicon-baby-formula:before{content:"\e216"}.bootstrap-zify .glyphicon-tent:before{content:"\26fa"}.bootstrap-zify .glyphicon-blackboard:before{content:"\e218"}.bootstrap-zify .glyphicon-bed:before{content:"\e219"}.bootstrap-zify .glyphicon-apple:before{content:"\f8ff"}.bootstrap-zify .glyphicon-erase:before{content:"\e221"}.bootstrap-zify .glyphicon-hourglass:before{content:"\231b"}.bootstrap-zify .glyphicon-lamp:before{content:"\e223"}.bootstrap-zify .glyphicon-duplicate:before{content:"\e224"}.bootstrap-zify .glyphicon-piggy-bank:before{content:"\e225"}.bootstrap-zify .glyphicon-scissors:before{content:"\e226"}.bootstrap-zify .glyphicon-bitcoin:before{content:"\e227"}.bootstrap-zify .glyphicon-btc:before{content:"\e227"}.bootstrap-zify .glyphicon-xbt:before{content:"\e227"}.bootstrap-zify .glyphicon-yen:before{content:"\a5"}.bootstrap-zify .glyphicon-jpy:before{content:"\a5"}.bootstrap-zify .glyphicon-ruble:before{content:"\20bd"}.bootstrap-zify .glyphicon-rub:before{content:"\20bd"}.bootstrap-zify .glyphicon-scale:before{content:"\e230"}.bootstrap-zify .glyphicon-ice-lolly:before{content:"\e231"}.bootstrap-zify .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bootstrap-zify .glyphicon-education:before{content:"\e233"}.bootstrap-zify .glyphicon-option-horizontal:before{content:"\e234"}.bootstrap-zify .glyphicon-option-vertical:before{content:"\e235"}.bootstrap-zify .glyphicon-menu-hamburger:before{content:"\e236"}.bootstrap-zify .glyphicon-modal-window:before{content:"\e237"}.bootstrap-zify .glyphicon-oil:before{content:"\e238"}.bootstrap-zify .glyphicon-grain:before{content:"\e239"}.bootstrap-zify .glyphicon-sunglasses:before{content:"\e240"}.bootstrap-zify .glyphicon-text-size:before{content:"\e241"}.bootstrap-zify .glyphicon-text-color:before{content:"\e242"}.bootstrap-zify .glyphicon-text-background:before{content:"\e243"}.bootstrap-zify .glyphicon-object-align-top:before{content:"\e244"}.bootstrap-zify .glyphicon-object-align-bottom:before{content:"\e245"}.bootstrap-zify .glyphicon-object-align-horizontal:before{content:"\e246"}.bootstrap-zify .glyphicon-object-align-left:before{content:"\e247"}.bootstrap-zify .glyphicon-object-align-vertical:before{content:"\e248"}.bootstrap-zify .glyphicon-object-align-right:before{content:"\e249"}.bootstrap-zify .glyphicon-triangle-right:before{content:"\e250"}.bootstrap-zify .glyphicon-triangle-left:before{content:"\e251"}.bootstrap-zify .glyphicon-triangle-bottom:before{content:"\e252"}.bootstrap-zify .glyphicon-triangle-top:before{content:"\e253"}.bootstrap-zify .glyphicon-console:before{content:"\e254"}.bootstrap-zify .glyphicon-superscript:before{content:"\e255"}.bootstrap-zify .glyphicon-subscript:before{content:"\e256"}.bootstrap-zify .glyphicon-menu-left:before{content:"\e257"}.bootstrap-zify .glyphicon-menu-right:before{content:"\e258"}.bootstrap-zify .glyphicon-menu-down:before{content:"\e259"}.bootstrap-zify .glyphicon-menu-up:before{content:"\e260"}.bootstrap-zify *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-zify *:before,.bootstrap-zify *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-zify .fykikta-giraffe-detail-tail{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bootstrap-zify .fykikta-giraffe-detail-tail{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.bootstrap-zify input,.bootstrap-zify button,.bootstrap-zify select,.bootstrap-zify textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-zify figure{margin:0}.bootstrap-zify img{vertical-align:middle}.bootstrap-zify .img-responsive,.bootstrap-zify .thumbnail>img,.bootstrap-zify .thumbnail a>img,.bootstrap-zify .carousel-inner>.item>img,.bootstrap-zify .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.bootstrap-zify .img-rounded{border-radius:6px}.bootstrap-zify .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.bootstrap-zify .img-circle{border-radius:50%}.bootstrap-zify hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.bootstrap-zify .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-zify .sr-only-focusable:active,.bootstrap-zify .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap-zify [role=button]{cursor:pointer}.bootstrap-zify h1,.bootstrap-zify h2,.bootstrap-zify h3,.bootstrap-zify h4,.bootstrap-zify h5,.bootstrap-zify h6,.bootstrap-zify .h1,.bootstrap-zify .h2,.bootstrap-zify .h3,.bootstrap-zify .h4,.bootstrap-zify .h5,.bootstrap-zify .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap-zify h1 small,.bootstrap-zify h2 small,.bootstrap-zify h3 small,.bootstrap-zify h4 small,.bootstrap-zify h5 small,.bootstrap-zify h6 small,.bootstrap-zify .h1 small,.bootstrap-zify .h2 small,.bootstrap-zify .h3 small,.bootstrap-zify .h4 small,.bootstrap-zify .h5 small,.bootstrap-zify .h6 small,.bootstrap-zify h1 .small,.bootstrap-zify h2 .small,.bootstrap-zify h3 .small,.bootstrap-zify h4 .small,.bootstrap-zify h5 .small,.bootstrap-zify h6 .small,.bootstrap-zify .h1 .small,.bootstrap-zify .h2 .small,.bootstrap-zify .h3 .small,.bootstrap-zify .h4 .small,.bootstrap-zify .h5 .small,.bootstrap-zify .h6 .small{font-weight:400;line-height:1;color:#777}.bootstrap-zify h1,.bootstrap-zify .h1,.bootstrap-zify h2,.bootstrap-zify .h2,.bootstrap-zify h3,.bootstrap-zify .h3{margin-top:20px;margin-bottom:10px}.bootstrap-zify h1 small,.bootstrap-zify .h1 small,.bootstrap-zify h2 small,.bootstrap-zify .h2 small,.bootstrap-zify h3 small,.bootstrap-zify .h3 small,.bootstrap-zify h1 .small,.bootstrap-zify .h1 .small,.bootstrap-zify h2 .small,.bootstrap-zify .h2 .small,.bootstrap-zify h3 .small,.bootstrap-zify .h3 .small{font-size:65%}.bootstrap-zify h4,.bootstrap-zify .h4,.bootstrap-zify h5,.bootstrap-zify .h5,.bootstrap-zify h6,.bootstrap-zify .h6{margin-top:10px;margin-bottom:10px}.bootstrap-zify h4 small,.bootstrap-zify .h4 small,.bootstrap-zify h5 small,.bootstrap-zify .h5 small,.bootstrap-zify h6 small,.bootstrap-zify .h6 small,.bootstrap-zify h4 .small,.bootstrap-zify .h4 .small,.bootstrap-zify h5 .small,.bootstrap-zify .h5 .small,.bootstrap-zify h6 .small,.bootstrap-zify .h6 .small{font-size:75%}.bootstrap-zify h1,.bootstrap-zify .h1{font-size:36px}.bootstrap-zify h2,.bootstrap-zify .h2{font-size:30px}.bootstrap-zify h3,.bootstrap-zify .h3{font-size:24px}.bootstrap-zify h4,.bootstrap-zify .h4{font-size:18px}.bootstrap-zify h5,.bootstrap-zify .h5{font-size:14px}.bootstrap-zify h6,.bootstrap-zify .h6{font-size:12px}.bootstrap-zify p{margin:0 0 10px}.bootstrap-zify .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){.bootstrap-zify .lead{font-size:21px}}.bootstrap-zify small,.bootstrap-zify .small{font-size:85%}.bootstrap-zify mark,.bootstrap-zify .mark{background-color:#fcf8e3;padding:.2em}.bootstrap-zify .text-left{text-align:left}.bootstrap-zify .text-right{text-align:right}.bootstrap-zify .text-center{text-align:center}.bootstrap-zify .text-justify{text-align:justify}.bootstrap-zify .text-nowrap{white-space:nowrap}.bootstrap-zify .text-lowercase{text-transform:lowercase}.bootstrap-zify .text-uppercase{text-transform:uppercase}.bootstrap-zify .text-capitalize{text-transform:capitalize}.bootstrap-zify .text-muted{color:#777}.bootstrap-zify .text-primary{color:#337ab7}.bootstrap-zify a.text-primary:hover{color:#286090}.bootstrap-zify .text-success{color:#3c763d}.bootstrap-zify a.text-success:hover{color:#2b542c}.bootstrap-zify .text-info{color:#31708f}.bootstrap-zify a.text-info:hover{color:#245269}.bootstrap-zify .text-warning{color:#8a6d3b}.bootstrap-zify a.text-warning:hover{color:#66512c}.bootstrap-zify .text-danger{color:#a94442}.bootstrap-zify a.text-danger:hover{color:#843534}.bootstrap-zify .bg-primary{color:#fff;background-color:#337ab7}.bootstrap-zify a.bg-primary:hover{background-color:#286090}.bootstrap-zify .bg-success{background-color:#dff0d8}.bootstrap-zify a.bg-success:hover{background-color:#c1e2b3}.bootstrap-zify .bg-info{background-color:#d9edf7}.bootstrap-zify a.bg-info:hover{background-color:#afd9ee}.bootstrap-zify .bg-warning{background-color:#fcf8e3}.bootstrap-zify a.bg-warning:hover{background-color:#f7ecb5}.bootstrap-zify .bg-danger{background-color:#f2dede}.bootstrap-zify a.bg-danger:hover{background-color:#e4b9b9}.bootstrap-zify .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}.bootstrap-zify ul,.bootstrap-zify ol{margin-top:0;margin-bottom:10px}.bootstrap-zify ul ul,.bootstrap-zify ol ul,.bootstrap-zify ul ol,.bootstrap-zify ol ol{margin-bottom:0}.bootstrap-zify .list-unstyled{padding-left:0;list-style:none}.bootstrap-zify .list-inline{padding-left:0;list-style:none;margin-left:-5px}.bootstrap-zify .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.bootstrap-zify dl{margin-top:0;margin-bottom:20px}.bootstrap-zify dt,.bootstrap-zify dd{line-height:1.42857143}.bootstrap-zify dt{font-weight:700}.bootstrap-zify dd{margin-left:0}@media(min-width:768px){.bootstrap-zify .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-zify .dl-horizontal dd{margin-left:180px}}.bootstrap-zify abbr[title],.bootstrap-zify abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.bootstrap-zify .initialism{font-size:90%;text-transform:uppercase}.bootstrap-zify blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}.bootstrap-zify blockquote p:last-child,.bootstrap-zify blockquote ul:last-child,.bootstrap-zify blockquote ol:last-child{margin-bottom:0}.bootstrap-zify blockquote footer,.bootstrap-zify blockquote small,.bootstrap-zify blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.bootstrap-zify blockquote footer:before,.bootstrap-zify blockquote small:before,.bootstrap-zify blockquote .small:before{content:"\2014\a0"}.bootstrap-zify .blockquote-reverse,.bootstrap-zify blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.bootstrap-zify .blockquote-reverse footer:before,.bootstrap-zify blockquote.pull-right footer:before,.bootstrap-zify .blockquote-reverse small:before,.bootstrap-zify blockquote.pull-right small:before,.bootstrap-zify .blockquote-reverse .small:before,.bootstrap-zify blockquote.pull-right .small:before{content:""}.bootstrap-zify .blockquote-reverse footer:after,.bootstrap-zify blockquote.pull-right footer:after,.bootstrap-zify .blockquote-reverse small:after,.bootstrap-zify blockquote.pull-right small:after,.bootstrap-zify .blockquote-reverse .small:after,.bootstrap-zify blockquote.pull-right .small:after{content:"\a0\2014"}.bootstrap-zify address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bootstrap-zify code,.bootstrap-zify kbd,.bootstrap-zify pre,.bootstrap-zify samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.bootstrap-zify code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bootstrap-zify kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px #00000040}.bootstrap-zify kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}.bootstrap-zify pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-zify .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-zify .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){.bootstrap-zify .container{width:750px}}@media(min-width:992px){.bootstrap-zify .container{width:970px}}@media(min-width:1200px){.bootstrap-zify .container{width:1170px}}.bootstrap-zify .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.bootstrap-zify .row{margin-left:-15px;margin-right:-15px}.bootstrap-zify .col-xs-1,.bootstrap-zify .col-sm-1,.bootstrap-zify .col-md-1,.bootstrap-zify .col-lg-1,.bootstrap-zify .col-xs-2,.bootstrap-zify .col-sm-2,.bootstrap-zify .col-md-2,.bootstrap-zify .col-lg-2,.bootstrap-zify .col-xs-3,.bootstrap-zify .col-sm-3,.bootstrap-zify .col-md-3,.bootstrap-zify .col-lg-3,.bootstrap-zify .col-xs-4,.bootstrap-zify .col-sm-4,.bootstrap-zify .col-md-4,.bootstrap-zify .col-lg-4,.bootstrap-zify .col-xs-5,.bootstrap-zify .col-sm-5,.bootstrap-zify .col-md-5,.bootstrap-zify .col-lg-5,.bootstrap-zify .col-xs-6,.bootstrap-zify .col-sm-6,.bootstrap-zify .col-md-6,.bootstrap-zify .col-lg-6,.bootstrap-zify .col-xs-7,.bootstrap-zify .col-sm-7,.bootstrap-zify .col-md-7,.bootstrap-zify .col-lg-7,.bootstrap-zify .col-xs-8,.bootstrap-zify .col-sm-8,.bootstrap-zify .col-md-8,.bootstrap-zify .col-lg-8,.bootstrap-zify .col-xs-9,.bootstrap-zify .col-sm-9,.bootstrap-zify .col-md-9,.bootstrap-zify .col-lg-9,.bootstrap-zify .col-xs-10,.bootstrap-zify .col-sm-10,.bootstrap-zify .col-md-10,.bootstrap-zify .col-lg-10,.bootstrap-zify .col-xs-11,.bootstrap-zify .col-sm-11,.bootstrap-zify .col-md-11,.bootstrap-zify .col-lg-11,.bootstrap-zify .col-xs-12,.bootstrap-zify .col-sm-12,.bootstrap-zify .col-md-12,.bootstrap-zify .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.bootstrap-zify .col-xs-1,.bootstrap-zify .col-xs-2,.bootstrap-zify .col-xs-3,.bootstrap-zify .col-xs-4,.bootstrap-zify .col-xs-5,.bootstrap-zify .col-xs-6,.bootstrap-zify .col-xs-7,.bootstrap-zify .col-xs-8,.bootstrap-zify .col-xs-9,.bootstrap-zify .col-xs-10,.bootstrap-zify .col-xs-11,.bootstrap-zify .col-xs-12{float:left}.bootstrap-zify .col-xs-12{width:100%}.bootstrap-zify .col-xs-11{width:91.66666667%}.bootstrap-zify .col-xs-10{width:83.33333333%}.bootstrap-zify .col-xs-9{width:75%}.bootstrap-zify .col-xs-8{width:66.66666667%}.bootstrap-zify .col-xs-7{width:58.33333333%}.bootstrap-zify .col-xs-6{width:50%}.bootstrap-zify .col-xs-5{width:41.66666667%}.bootstrap-zify .col-xs-4{width:33.33333333%}.bootstrap-zify .col-xs-3{width:25%}.bootstrap-zify .col-xs-2{width:16.66666667%}.bootstrap-zify .col-xs-1{width:8.33333333%}.bootstrap-zify .col-xs-pull-12{right:100%}.bootstrap-zify .col-xs-pull-11{right:91.66666667%}.bootstrap-zify .col-xs-pull-10{right:83.33333333%}.bootstrap-zify .col-xs-pull-9{right:75%}.bootstrap-zify .col-xs-pull-8{right:66.66666667%}.bootstrap-zify .col-xs-pull-7{right:58.33333333%}.bootstrap-zify .col-xs-pull-6{right:50%}.bootstrap-zify .col-xs-pull-5{right:41.66666667%}.bootstrap-zify .col-xs-pull-4{right:33.33333333%}.bootstrap-zify .col-xs-pull-3{right:25%}.bootstrap-zify .col-xs-pull-2{right:16.66666667%}.bootstrap-zify .col-xs-pull-1{right:8.33333333%}.bootstrap-zify .col-xs-pull-0{right:auto}.bootstrap-zify .col-xs-push-12{left:100%}.bootstrap-zify .col-xs-push-11{left:91.66666667%}.bootstrap-zify .col-xs-push-10{left:83.33333333%}.bootstrap-zify .col-xs-push-9{left:75%}.bootstrap-zify .col-xs-push-8{left:66.66666667%}.bootstrap-zify .col-xs-push-7{left:58.33333333%}.bootstrap-zify .col-xs-push-6{left:50%}.bootstrap-zify .col-xs-push-5{left:41.66666667%}.bootstrap-zify .col-xs-push-4{left:33.33333333%}.bootstrap-zify .col-xs-push-3{left:25%}.bootstrap-zify .col-xs-push-2{left:16.66666667%}.bootstrap-zify .col-xs-push-1{left:8.33333333%}.bootstrap-zify .col-xs-push-0{left:auto}.bootstrap-zify .col-xs-offset-12{margin-left:100%}.bootstrap-zify .col-xs-offset-11{margin-left:91.66666667%}.bootstrap-zify .col-xs-offset-10{margin-left:83.33333333%}.bootstrap-zify .col-xs-offset-9{margin-left:75%}.bootstrap-zify .col-xs-offset-8{margin-left:66.66666667%}.bootstrap-zify .col-xs-offset-7{margin-left:58.33333333%}.bootstrap-zify .col-xs-offset-6{margin-left:50%}.bootstrap-zify .col-xs-offset-5{margin-left:41.66666667%}.bootstrap-zify .col-xs-offset-4{margin-left:33.33333333%}.bootstrap-zify .col-xs-offset-3{margin-left:25%}.bootstrap-zify .col-xs-offset-2{margin-left:16.66666667%}.bootstrap-zify .col-xs-offset-1{margin-left:8.33333333%}.bootstrap-zify .col-xs-offset-0{margin-left:0%}@media(min-width:768px){.bootstrap-zify .col-sm-1,.bootstrap-zify .col-sm-2,.bootstrap-zify .col-sm-3,.bootstrap-zify .col-sm-4,.bootstrap-zify .col-sm-5,.bootstrap-zify .col-sm-6,.bootstrap-zify .col-sm-7,.bootstrap-zify .col-sm-8,.bootstrap-zify .col-sm-9,.bootstrap-zify .col-sm-10,.bootstrap-zify .col-sm-11,.bootstrap-zify .col-sm-12{float:left}.bootstrap-zify .col-sm-12{width:100%}.bootstrap-zify .col-sm-11{width:91.66666667%}.bootstrap-zify .col-sm-10{width:83.33333333%}.bootstrap-zify .col-sm-9{width:75%}.bootstrap-zify .col-sm-8{width:66.66666667%}.bootstrap-zify .col-sm-7{width:58.33333333%}.bootstrap-zify .col-sm-6{width:50%}.bootstrap-zify .col-sm-5{width:41.66666667%}.bootstrap-zify .col-sm-4{width:33.33333333%}.bootstrap-zify .col-sm-3{width:25%}.bootstrap-zify .col-sm-2{width:16.66666667%}.bootstrap-zify .col-sm-1{width:8.33333333%}.bootstrap-zify .col-sm-pull-12{right:100%}.bootstrap-zify .col-sm-pull-11{right:91.66666667%}.bootstrap-zify .col-sm-pull-10{right:83.33333333%}.bootstrap-zify .col-sm-pull-9{right:75%}.bootstrap-zify .col-sm-pull-8{right:66.66666667%}.bootstrap-zify .col-sm-pull-7{right:58.33333333%}.bootstrap-zify .col-sm-pull-6{right:50%}.bootstrap-zify .col-sm-pull-5{right:41.66666667%}.bootstrap-zify .col-sm-pull-4{right:33.33333333%}.bootstrap-zify .col-sm-pull-3{right:25%}.bootstrap-zify .col-sm-pull-2{right:16.66666667%}.bootstrap-zify .col-sm-pull-1{right:8.33333333%}.bootstrap-zify .col-sm-pull-0{right:auto}.bootstrap-zify .col-sm-push-12{left:100%}.bootstrap-zify .col-sm-push-11{left:91.66666667%}.bootstrap-zify .col-sm-push-10{left:83.33333333%}.bootstrap-zify .col-sm-push-9{left:75%}.bootstrap-zify .col-sm-push-8{left:66.66666667%}.bootstrap-zify .col-sm-push-7{left:58.33333333%}.bootstrap-zify .col-sm-push-6{left:50%}.bootstrap-zify .col-sm-push-5{left:41.66666667%}.bootstrap-zify .col-sm-push-4{left:33.33333333%}.bootstrap-zify .col-sm-push-3{left:25%}.bootstrap-zify .col-sm-push-2{left:16.66666667%}.bootstrap-zify .col-sm-push-1{left:8.33333333%}.bootstrap-zify .col-sm-push-0{left:auto}.bootstrap-zify .col-sm-offset-12{margin-left:100%}.bootstrap-zify .col-sm-offset-11{margin-left:91.66666667%}.bootstrap-zify .col-sm-offset-10{margin-left:83.33333333%}.bootstrap-zify .col-sm-offset-9{margin-left:75%}.bootstrap-zify .col-sm-offset-8{margin-left:66.66666667%}.bootstrap-zify .col-sm-offset-7{margin-left:58.33333333%}.bootstrap-zify .col-sm-offset-6{margin-left:50%}.bootstrap-zify .col-sm-offset-5{margin-left:41.66666667%}.bootstrap-zify .col-sm-offset-4{margin-left:33.33333333%}.bootstrap-zify .col-sm-offset-3{margin-left:25%}.bootstrap-zify .col-sm-offset-2{margin-left:16.66666667%}.bootstrap-zify .col-sm-offset-1{margin-left:8.33333333%}.bootstrap-zify .col-sm-offset-0{margin-left:0%}}@media(min-width:992px){.bootstrap-zify .col-md-1,.bootstrap-zify .col-md-2,.bootstrap-zify .col-md-3,.bootstrap-zify .col-md-4,.bootstrap-zify .col-md-5,.bootstrap-zify .col-md-6,.bootstrap-zify .col-md-7,.bootstrap-zify .col-md-8,.bootstrap-zify .col-md-9,.bootstrap-zify .col-md-10,.bootstrap-zify .col-md-11,.bootstrap-zify .col-md-12{float:left}.bootstrap-zify .col-md-12{width:100%}.bootstrap-zify .col-md-11{width:91.66666667%}.bootstrap-zify .col-md-10{width:83.33333333%}.bootstrap-zify .col-md-9{width:75%}.bootstrap-zify .col-md-8{width:66.66666667%}.bootstrap-zify .col-md-7{width:58.33333333%}.bootstrap-zify .col-md-6{width:50%}.bootstrap-zify .col-md-5{width:41.66666667%}.bootstrap-zify .col-md-4{width:33.33333333%}.bootstrap-zify .col-md-3{width:25%}.bootstrap-zify .col-md-2{width:16.66666667%}.bootstrap-zify .col-md-1{width:8.33333333%}.bootstrap-zify .col-md-pull-12{right:100%}.bootstrap-zify .col-md-pull-11{right:91.66666667%}.bootstrap-zify .col-md-pull-10{right:83.33333333%}.bootstrap-zify .col-md-pull-9{right:75%}.bootstrap-zify .col-md-pull-8{right:66.66666667%}.bootstrap-zify .col-md-pull-7{right:58.33333333%}.bootstrap-zify .col-md-pull-6{right:50%}.bootstrap-zify .col-md-pull-5{right:41.66666667%}.bootstrap-zify .col-md-pull-4{right:33.33333333%}.bootstrap-zify .col-md-pull-3{right:25%}.bootstrap-zify .col-md-pull-2{right:16.66666667%}.bootstrap-zify .col-md-pull-1{right:8.33333333%}.bootstrap-zify .col-md-pull-0{right:auto}.bootstrap-zify .col-md-push-12{left:100%}.bootstrap-zify .col-md-push-11{left:91.66666667%}.bootstrap-zify .col-md-push-10{left:83.33333333%}.bootstrap-zify .col-md-push-9{left:75%}.bootstrap-zify .col-md-push-8{left:66.66666667%}.bootstrap-zify .col-md-push-7{left:58.33333333%}.bootstrap-zify .col-md-push-6{left:50%}.bootstrap-zify .col-md-push-5{left:41.66666667%}.bootstrap-zify .col-md-push-4{left:33.33333333%}.bootstrap-zify .col-md-push-3{left:25%}.bootstrap-zify .col-md-push-2{left:16.66666667%}.bootstrap-zify .col-md-push-1{left:8.33333333%}.bootstrap-zify .col-md-push-0{left:auto}.bootstrap-zify .col-md-offset-12{margin-left:100%}.bootstrap-zify .col-md-offset-11{margin-left:91.66666667%}.bootstrap-zify .col-md-offset-10{margin-left:83.33333333%}.bootstrap-zify .col-md-offset-9{margin-left:75%}.bootstrap-zify .col-md-offset-8{margin-left:66.66666667%}.bootstrap-zify .col-md-offset-7{margin-left:58.33333333%}.bootstrap-zify .col-md-offset-6{margin-left:50%}.bootstrap-zify .col-md-offset-5{margin-left:41.66666667%}.bootstrap-zify .col-md-offset-4{margin-left:33.33333333%}.bootstrap-zify .col-md-offset-3{margin-left:25%}.bootstrap-zify .col-md-offset-2{margin-left:16.66666667%}.bootstrap-zify .col-md-offset-1{margin-left:8.33333333%}.bootstrap-zify .col-md-offset-0{margin-left:0%}}@media(min-width:1200px){.bootstrap-zify .col-lg-1,.bootstrap-zify .col-lg-2,.bootstrap-zify .col-lg-3,.bootstrap-zify .col-lg-4,.bootstrap-zify .col-lg-5,.bootstrap-zify .col-lg-6,.bootstrap-zify .col-lg-7,.bootstrap-zify .col-lg-8,.bootstrap-zify .col-lg-9,.bootstrap-zify .col-lg-10,.bootstrap-zify .col-lg-11,.bootstrap-zify .col-lg-12{float:left}.bootstrap-zify .col-lg-12{width:100%}.bootstrap-zify .col-lg-11{width:91.66666667%}.bootstrap-zify .col-lg-10{width:83.33333333%}.bootstrap-zify .col-lg-9{width:75%}.bootstrap-zify .col-lg-8{width:66.66666667%}.bootstrap-zify .col-lg-7{width:58.33333333%}.bootstrap-zify .col-lg-6{width:50%}.bootstrap-zify .col-lg-5{width:41.66666667%}.bootstrap-zify .col-lg-4{width:33.33333333%}.bootstrap-zify .col-lg-3{width:25%}.bootstrap-zify .col-lg-2{width:16.66666667%}.bootstrap-zify .col-lg-1{width:8.33333333%}.bootstrap-zify .col-lg-pull-12{right:100%}.bootstrap-zify .col-lg-pull-11{right:91.66666667%}.bootstrap-zify .col-lg-pull-10{right:83.33333333%}.bootstrap-zify .col-lg-pull-9{right:75%}.bootstrap-zify .col-lg-pull-8{right:66.66666667%}.bootstrap-zify .col-lg-pull-7{right:58.33333333%}.bootstrap-zify .col-lg-pull-6{right:50%}.bootstrap-zify .col-lg-pull-5{right:41.66666667%}.bootstrap-zify .col-lg-pull-4{right:33.33333333%}.bootstrap-zify .col-lg-pull-3{right:25%}.bootstrap-zify .col-lg-pull-2{right:16.66666667%}.bootstrap-zify .col-lg-pull-1{right:8.33333333%}.bootstrap-zify .col-lg-pull-0{right:auto}.bootstrap-zify .col-lg-push-12{left:100%}.bootstrap-zify .col-lg-push-11{left:91.66666667%}.bootstrap-zify .col-lg-push-10{left:83.33333333%}.bootstrap-zify .col-lg-push-9{left:75%}.bootstrap-zify .col-lg-push-8{left:66.66666667%}.bootstrap-zify .col-lg-push-7{left:58.33333333%}.bootstrap-zify .col-lg-push-6{left:50%}.bootstrap-zify .col-lg-push-5{left:41.66666667%}.bootstrap-zify .col-lg-push-4{left:33.33333333%}.bootstrap-zify .col-lg-push-3{left:25%}.bootstrap-zify .col-lg-push-2{left:16.66666667%}.bootstrap-zify .col-lg-push-1{left:8.33333333%}.bootstrap-zify .col-lg-push-0{left:auto}.bootstrap-zify .col-lg-offset-12{margin-left:100%}.bootstrap-zify .col-lg-offset-11{margin-left:91.66666667%}.bootstrap-zify .col-lg-offset-10{margin-left:83.33333333%}.bootstrap-zify .col-lg-offset-9{margin-left:75%}.bootstrap-zify .col-lg-offset-8{margin-left:66.66666667%}.bootstrap-zify .col-lg-offset-7{margin-left:58.33333333%}.bootstrap-zify .col-lg-offset-6{margin-left:50%}.bootstrap-zify .col-lg-offset-5{margin-left:41.66666667%}.bootstrap-zify .col-lg-offset-4{margin-left:33.33333333%}.bootstrap-zify .col-lg-offset-3{margin-left:25%}.bootstrap-zify .col-lg-offset-2{margin-left:16.66666667%}.bootstrap-zify .col-lg-offset-1{margin-left:8.33333333%}.bootstrap-zify .col-lg-offset-0{margin-left:0%}}.bootstrap-zify table{background-color:transparent}.bootstrap-zify caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.bootstrap-zify th{text-align:left}.bootstrap-zify .table{width:100%;max-width:100%;margin-bottom:20px}.bootstrap-zify .table>thead>tr>th,.bootstrap-zify .table>tbody>tr>th,.bootstrap-zify .table>tfoot>tr>th,.bootstrap-zify .table>thead>tr>td,.bootstrap-zify .table>tbody>tr>td,.bootstrap-zify .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.bootstrap-zify .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.bootstrap-zify .table>caption+thead>tr:first-child>th,.bootstrap-zify .table>colgroup+thead>tr:first-child>th,.bootstrap-zify .table>thead:first-child>tr:first-child>th,.bootstrap-zify .table>caption+thead>tr:first-child>td,.bootstrap-zify .table>colgroup+thead>tr:first-child>td,.bootstrap-zify .table>thead:first-child>tr:first-child>td{border-top:0}.bootstrap-zify .table>tbody+tbody{border-top:2px solid #dddddd}.bootstrap-zify .table .table{background-color:#fff}.bootstrap-zify .table-condensed>thead>tr>th,.bootstrap-zify .table-condensed>tbody>tr>th,.bootstrap-zify .table-condensed>tfoot>tr>th,.bootstrap-zify .table-condensed>thead>tr>td,.bootstrap-zify .table-condensed>tbody>tr>td,.bootstrap-zify .table-condensed>tfoot>tr>td{padding:5px}.bootstrap-zify .table-bordered{border:1px solid #dddddd}.bootstrap-zify .table-bordered>thead>tr>th,.bootstrap-zify .table-bordered>tbody>tr>th,.bootstrap-zify .table-bordered>tfoot>tr>th,.bootstrap-zify .table-bordered>thead>tr>td,.bootstrap-zify .table-bordered>tbody>tr>td,.bootstrap-zify .table-bordered>tfoot>tr>td{border:1px solid #dddddd}.bootstrap-zify .table-bordered>thead>tr>th,.bootstrap-zify .table-bordered>thead>tr>td{border-bottom-width:2px}.bootstrap-zify .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap-zify .table-hover>tbody>tr:hover{background-color:#f5f5f5}.bootstrap-zify table col[class*=col-]{position:static;float:none;display:table-column}.bootstrap-zify table td[class*=col-],.bootstrap-zify table th[class*=col-]{position:static;float:none;display:table-cell}.bootstrap-zify .table>thead>tr>td.active,.bootstrap-zify .table>tbody>tr>td.active,.bootstrap-zify .table>tfoot>tr>td.active,.bootstrap-zify .table>thead>tr>th.active,.bootstrap-zify .table>tbody>tr>th.active,.bootstrap-zify .table>tfoot>tr>th.active,.bootstrap-zify .table>thead>tr.active>td,.bootstrap-zify .table>tbody>tr.active>td,.bootstrap-zify .table>tfoot>tr.active>td,.bootstrap-zify .table>thead>tr.active>th,.bootstrap-zify .table>tbody>tr.active>th,.bootstrap-zify .table>tfoot>tr.active>th{background-color:#f5f5f5}.bootstrap-zify .table-hover>tbody>tr>td.active:hover,.bootstrap-zify .table-hover>tbody>tr>th.active:hover,.bootstrap-zify .table-hover>tbody>tr.active:hover>td,.bootstrap-zify .table-hover>tbody>tr:hover>.active,.bootstrap-zify .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.bootstrap-zify .table>thead>tr>td.success,.bootstrap-zify .table>tbody>tr>td.success,.bootstrap-zify .table>tfoot>tr>td.success,.bootstrap-zify .table>thead>tr>th.success,.bootstrap-zify .table>tbody>tr>th.success,.bootstrap-zify .table>tfoot>tr>th.success,.bootstrap-zify .table>thead>tr.success>td,.bootstrap-zify .table>tbody>tr.success>td,.bootstrap-zify .table>tfoot>tr.success>td,.bootstrap-zify .table>thead>tr.success>th,.bootstrap-zify .table>tbody>tr.success>th,.bootstrap-zify .table>tfoot>tr.success>th{background-color:#dff0d8}.bootstrap-zify .table-hover>tbody>tr>td.success:hover,.bootstrap-zify .table-hover>tbody>tr>th.success:hover,.bootstrap-zify .table-hover>tbody>tr.success:hover>td,.bootstrap-zify .table-hover>tbody>tr:hover>.success,.bootstrap-zify .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.bootstrap-zify .table>thead>tr>td.info,.bootstrap-zify .table>tbody>tr>td.info,.bootstrap-zify .table>tfoot>tr>td.info,.bootstrap-zify .table>thead>tr>th.info,.bootstrap-zify .table>tbody>tr>th.info,.bootstrap-zify .table>tfoot>tr>th.info,.bootstrap-zify .table>thead>tr.info>td,.bootstrap-zify .table>tbody>tr.info>td,.bootstrap-zify .table>tfoot>tr.info>td,.bootstrap-zify .table>thead>tr.info>th,.bootstrap-zify .table>tbody>tr.info>th,.bootstrap-zify .table>tfoot>tr.info>th{background-color:#d9edf7}.bootstrap-zify .table-hover>tbody>tr>td.info:hover,.bootstrap-zify .table-hover>tbody>tr>th.info:hover,.bootstrap-zify .table-hover>tbody>tr.info:hover>td,.bootstrap-zify .table-hover>tbody>tr:hover>.info,.bootstrap-zify .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.bootstrap-zify .table>thead>tr>td.warning,.bootstrap-zify .table>tbody>tr>td.warning,.bootstrap-zify .table>tfoot>tr>td.warning,.bootstrap-zify .table>thead>tr>th.warning,.bootstrap-zify .table>tbody>tr>th.warning,.bootstrap-zify .table>tfoot>tr>th.warning,.bootstrap-zify .table>thead>tr.warning>td,.bootstrap-zify .table>tbody>tr.warning>td,.bootstrap-zify .table>tfoot>tr.warning>td,.bootstrap-zify .table>thead>tr.warning>th,.bootstrap-zify .table>tbody>tr.warning>th,.bootstrap-zify .table>tfoot>tr.warning>th{background-color:#fcf8e3}.bootstrap-zify .table-hover>tbody>tr>td.warning:hover,.bootstrap-zify .table-hover>tbody>tr>th.warning:hover,.bootstrap-zify .table-hover>tbody>tr.warning:hover>td,.bootstrap-zify .table-hover>tbody>tr:hover>.warning,.bootstrap-zify .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.bootstrap-zify .table>thead>tr>td.danger,.bootstrap-zify .table>tbody>tr>td.danger,.bootstrap-zify .table>tfoot>tr>td.danger,.bootstrap-zify .table>thead>tr>th.danger,.bootstrap-zify .table>tbody>tr>th.danger,.bootstrap-zify .table>tfoot>tr>th.danger,.bootstrap-zify .table>thead>tr.danger>td,.bootstrap-zify .table>tbody>tr.danger>td,.bootstrap-zify .table>tfoot>tr.danger>td,.bootstrap-zify .table>thead>tr.danger>th,.bootstrap-zify .table>tbody>tr.danger>th,.bootstrap-zify .table>tfoot>tr.danger>th{background-color:#f2dede}.bootstrap-zify .table-hover>tbody>tr>td.danger:hover,.bootstrap-zify .table-hover>tbody>tr>th.danger:hover,.bootstrap-zify .table-hover>tbody>tr.danger:hover>td,.bootstrap-zify .table-hover>tbody>tr:hover>.danger,.bootstrap-zify .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.bootstrap-zify .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.bootstrap-zify .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.bootstrap-zify .table-responsive>.table{margin-bottom:0}.bootstrap-zify .table-responsive>.table>thead>tr>th,.bootstrap-zify .table-responsive>.table>tbody>tr>th,.bootstrap-zify .table-responsive>.table>tfoot>tr>th,.bootstrap-zify .table-responsive>.table>thead>tr>td,.bootstrap-zify .table-responsive>.table>tbody>tr>td,.bootstrap-zify .table-responsive>.table>tfoot>tr>td{white-space:nowrap}.bootstrap-zify .table-responsive>.table-bordered{border:0}.bootstrap-zify .table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-zify .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-zify .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-zify .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.bootstrap-zify .table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-zify .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-zify .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-zify .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.bootstrap-zify .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-zify .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-zify .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.bootstrap-zify fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap-zify legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-zify label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bootstrap-zify input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-zify input[type=radio],.bootstrap-zify input[type=checkbox]{margin:4px 0 0;margin-top:1px \	;line-height:normal}.bootstrap-zify input[type=file]{display:block}.bootstrap-zify input[type=range]{display:block;width:100%}.bootstrap-zify select[multiple],.bootstrap-zify select[size]{height:auto}.bootstrap-zify input[type=file]:focus,.bootstrap-zify input[type=radio]:focus,.bootstrap-zify input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-zify output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.bootstrap-zify .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-zify .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.bootstrap-zify .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-zify .form-control:-ms-input-placeholder{color:#999}.bootstrap-zify .form-control::-webkit-input-placeholder{color:#999}.bootstrap-zify .form-control[disabled],.bootstrap-zify .form-control[readonly],.bootstrap-zify fieldset[disabled] .form-control{background-color:#eee;opacity:1}.bootstrap-zify .form-control[disabled],.bootstrap-zify fieldset[disabled] .form-control{cursor:not-allowed}.bootstrap-zify textarea.form-control{height:auto}.bootstrap-zify input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.bootstrap-zify input[type=date],.bootstrap-zify input[type=time],.bootstrap-zify input[type=datetime-local],.bootstrap-zify input[type=month]{line-height:34px}.bootstrap-zify input[type=date].input-sm,.bootstrap-zify input[type=time].input-sm,.bootstrap-zify input[type=datetime-local].input-sm,.bootstrap-zify input[type=month].input-sm,.bootstrap-zify .input-group-sm input[type=date],.bootstrap-zify .input-group-sm input[type=time],.bootstrap-zify .input-group-sm input[type=datetime-local],.bootstrap-zify .input-group-sm input[type=month]{line-height:30px}.bootstrap-zify input[type=date].input-lg,.bootstrap-zify input[type=time].input-lg,.bootstrap-zify input[type=datetime-local].input-lg,.bootstrap-zify input[type=month].input-lg,.bootstrap-zify .input-group-lg input[type=date],.bootstrap-zify .input-group-lg input[type=time],.bootstrap-zify .input-group-lg input[type=datetime-local],.bootstrap-zify .input-group-lg input[type=month]{line-height:46px}}.bootstrap-zify .form-group{margin-bottom:15px}.bootstrap-zify .radio,.bootstrap-zify .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap-zify .radio label,.bootstrap-zify .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-zify .radio input[type=radio],.bootstrap-zify .radio-inline input[type=radio],.bootstrap-zify .checkbox input[type=checkbox],.bootstrap-zify .checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \	}.bootstrap-zify .radio+.radio,.bootstrap-zify .checkbox+.checkbox{margin-top:-5px}.bootstrap-zify .radio-inline,.bootstrap-zify .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.bootstrap-zify .radio-inline+.radio-inline,.bootstrap-zify .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.bootstrap-zify input[type=radio][disabled],.bootstrap-zify input[type=checkbox][disabled],.bootstrap-zify input[type=radio].disabled,.bootstrap-zify input[type=checkbox].disabled,.bootstrap-zify fieldset[disabled] input[type=radio],.bootstrap-zify fieldset[disabled] input[type=checkbox],.bootstrap-zify .radio-inline.disabled,.bootstrap-zify .checkbox-inline.disabled,.bootstrap-zify fieldset[disabled] .radio-inline,.bootstrap-zify fieldset[disabled] .checkbox-inline,.bootstrap-zify .radio.disabled label,.bootstrap-zify .checkbox.disabled label,.bootstrap-zify fieldset[disabled] .radio label,.bootstrap-zify fieldset[disabled] .checkbox label{cursor:not-allowed}.bootstrap-zify .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.bootstrap-zify .form-control-static.input-lg,.bootstrap-zify .form-control-static.input-sm{padding-left:0;padding-right:0}.bootstrap-zify .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-zify select.input-sm{height:30px;line-height:30px}.bootstrap-zify textarea.input-sm,.bootstrap-zify select[multiple].input-sm{height:auto}.bootstrap-zify .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-zify select.form-group-sm .form-control{height:30px;line-height:30px}.bootstrap-zify textarea.form-group-sm .form-control,.bootstrap-zify select[multiple].form-group-sm .form-control{height:auto}.bootstrap-zify .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.bootstrap-zify .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-zify select.input-lg{height:46px;line-height:46px}.bootstrap-zify textarea.input-lg,.bootstrap-zify select[multiple].input-lg{height:auto}.bootstrap-zify .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-zify select.form-group-lg .form-control{height:46px;line-height:46px}.bootstrap-zify textarea.form-group-lg .form-control,.bootstrap-zify select[multiple].form-group-lg .form-control{height:auto}.bootstrap-zify .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.bootstrap-zify .has-feedback{position:relative}.bootstrap-zify .has-feedback .form-control{padding-right:42.5px}.bootstrap-zify .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap-zify .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap-zify .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap-zify .has-success .help-block,.bootstrap-zify .has-success .control-label,.bootstrap-zify .has-success .radio,.bootstrap-zify .has-success .checkbox,.bootstrap-zify .has-success .radio-inline,.bootstrap-zify .has-success .checkbox-inline,.bootstrap-zify .has-success.radio label,.bootstrap-zify .has-success.checkbox label,.bootstrap-zify .has-success.radio-inline label,.bootstrap-zify .has-success.checkbox-inline label{color:#3c763d}.bootstrap-zify .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-zify .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}.bootstrap-zify .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap-zify .has-success .form-control-feedback{color:#3c763d}.bootstrap-zify .has-warning .help-block,.bootstrap-zify .has-warning .control-label,.bootstrap-zify .has-warning .radio,.bootstrap-zify .has-warning .checkbox,.bootstrap-zify .has-warning .radio-inline,.bootstrap-zify .has-warning .checkbox-inline,.bootstrap-zify .has-warning.radio label,.bootstrap-zify .has-warning.checkbox label,.bootstrap-zify .has-warning.radio-inline label,.bootstrap-zify .has-warning.checkbox-inline label{color:#8a6d3b}.bootstrap-zify .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-zify .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}.bootstrap-zify .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap-zify .has-warning .form-control-feedback{color:#8a6d3b}.bootstrap-zify .has-error .help-block,.bootstrap-zify .has-error .control-label,.bootstrap-zify .has-error .radio,.bootstrap-zify .has-error .checkbox,.bootstrap-zify .has-error .radio-inline,.bootstrap-zify .has-error .checkbox-inline,.bootstrap-zify .has-error.radio label,.bootstrap-zify .has-error.checkbox label,.bootstrap-zify .has-error.radio-inline label,.bootstrap-zify .has-error.checkbox-inline label{color:#a94442}.bootstrap-zify .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-zify .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}.bootstrap-zify .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap-zify .has-error .form-control-feedback{color:#a94442}.bootstrap-zify .has-feedback label~.form-control-feedback{top:25px}.bootstrap-zify .has-feedback label.sr-only~.form-control-feedback{top:0}.bootstrap-zify .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.bootstrap-zify .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-zify .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-zify .form-inline .form-control-static{display:inline-block}.bootstrap-zify .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap-zify .form-inline .input-group .input-group-addon,.bootstrap-zify .form-inline .input-group .input-group-btn,.bootstrap-zify .form-inline .input-group .form-control{width:auto}.bootstrap-zify .form-inline .input-group>.form-control{width:100%}.bootstrap-zify .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-zify .form-inline .radio,.bootstrap-zify .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-zify .form-inline .radio label,.bootstrap-zify .form-inline .checkbox label{padding-left:0}.bootstrap-zify .form-inline .radio input[type=radio],.bootstrap-zify .form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.bootstrap-zify .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap-zify .form-horizontal .radio,.bootstrap-zify .form-horizontal .checkbox,.bootstrap-zify .form-horizontal .radio-inline,.bootstrap-zify .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap-zify .form-horizontal .radio,.bootstrap-zify .form-horizontal .checkbox{min-height:27px}.bootstrap-zify .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media(min-width:768px){.bootstrap-zify .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap-zify .form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.bootstrap-zify .form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media(min-width:768px){.bootstrap-zify .form-horizontal .form-group-sm .control-label{padding-top:6px}}.bootstrap-zify .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-zify .btn:focus,.bootstrap-zify .btn:active:focus,.bootstrap-zify .btn.active:focus,.bootstrap-zify .btn.focus,.bootstrap-zify .btn:active.focus,.bootstrap-zify .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-zify .btn:hover,.bootstrap-zify .btn:focus,.bootstrap-zify .btn.focus{color:#333;text-decoration:none}.bootstrap-zify .btn:active,.bootstrap-zify .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-zify .btn.disabled,.bootstrap-zify .btn[disabled],.bootstrap-zify fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-zify .btn-default:hover,.bootstrap-zify .btn-default:focus,.bootstrap-zify .btn-default.focus,.bootstrap-zify .btn-default:active,.bootstrap-zify .btn-default.active,.bootstrap-zify .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-zify .btn-default:active,.bootstrap-zify .btn-default.active,.bootstrap-zify .open>.dropdown-toggle.btn-default{background-image:none}.bootstrap-zify .btn-default.disabled,.bootstrap-zify .btn-default[disabled],.bootstrap-zify fieldset[disabled] .btn-default,.bootstrap-zify .btn-default.disabled:hover,.bootstrap-zify .btn-default[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-default:hover,.bootstrap-zify .btn-default.disabled:focus,.bootstrap-zify .btn-default[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-default:focus,.bootstrap-zify .btn-default.disabled.focus,.bootstrap-zify .btn-default[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-default.focus,.bootstrap-zify .btn-default.disabled:active,.bootstrap-zify .btn-default[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-default:active,.bootstrap-zify .btn-default.disabled.active,.bootstrap-zify .btn-default[disabled].active,.bootstrap-zify fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.bootstrap-zify .btn-default .badge{color:#fff;background-color:#333}.bootstrap-zify .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bootstrap-zify .btn-primary:hover,.bootstrap-zify .btn-primary:focus,.bootstrap-zify .btn-primary.focus,.bootstrap-zify .btn-primary:active,.bootstrap-zify .btn-primary.active,.bootstrap-zify .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-zify .btn-primary:active,.bootstrap-zify .btn-primary.active,.bootstrap-zify .open>.dropdown-toggle.btn-primary{background-image:none}.bootstrap-zify .btn-primary.disabled,.bootstrap-zify .btn-primary[disabled],.bootstrap-zify fieldset[disabled] .btn-primary,.bootstrap-zify .btn-primary.disabled:hover,.bootstrap-zify .btn-primary[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-primary:hover,.bootstrap-zify .btn-primary.disabled:focus,.bootstrap-zify .btn-primary[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-primary:focus,.bootstrap-zify .btn-primary.disabled.focus,.bootstrap-zify .btn-primary[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-primary.focus,.bootstrap-zify .btn-primary.disabled:active,.bootstrap-zify .btn-primary[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-primary:active,.bootstrap-zify .btn-primary.disabled.active,.bootstrap-zify .btn-primary[disabled].active,.bootstrap-zify fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.bootstrap-zify .btn-primary .badge{color:#337ab7;background-color:#fff}.bootstrap-zify .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-zify .btn-success:hover,.bootstrap-zify .btn-success:focus,.bootstrap-zify .btn-success.focus,.bootstrap-zify .btn-success:active,.bootstrap-zify .btn-success.active,.bootstrap-zify .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-zify .btn-success:active,.bootstrap-zify .btn-success.active,.bootstrap-zify .open>.dropdown-toggle.btn-success{background-image:none}.bootstrap-zify .btn-success.disabled,.bootstrap-zify .btn-success[disabled],.bootstrap-zify fieldset[disabled] .btn-success,.bootstrap-zify .btn-success.disabled:hover,.bootstrap-zify .btn-success[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-success:hover,.bootstrap-zify .btn-success.disabled:focus,.bootstrap-zify .btn-success[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-success:focus,.bootstrap-zify .btn-success.disabled.focus,.bootstrap-zify .btn-success[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-success.focus,.bootstrap-zify .btn-success.disabled:active,.bootstrap-zify .btn-success[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-success:active,.bootstrap-zify .btn-success.disabled.active,.bootstrap-zify .btn-success[disabled].active,.bootstrap-zify fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-zify .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-zify .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-zify .btn-info:hover,.bootstrap-zify .btn-info:focus,.bootstrap-zify .btn-info.focus,.bootstrap-zify .btn-info:active,.bootstrap-zify .btn-info.active,.bootstrap-zify .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-zify .btn-info:active,.bootstrap-zify .btn-info.active,.bootstrap-zify .open>.dropdown-toggle.btn-info{background-image:none}.bootstrap-zify .btn-info.disabled,.bootstrap-zify .btn-info[disabled],.bootstrap-zify fieldset[disabled] .btn-info,.bootstrap-zify .btn-info.disabled:hover,.bootstrap-zify .btn-info[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-info:hover,.bootstrap-zify .btn-info.disabled:focus,.bootstrap-zify .btn-info[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-info:focus,.bootstrap-zify .btn-info.disabled.focus,.bootstrap-zify .btn-info[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-info.focus,.bootstrap-zify .btn-info.disabled:active,.bootstrap-zify .btn-info[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-info:active,.bootstrap-zify .btn-info.disabled.active,.bootstrap-zify .btn-info[disabled].active,.bootstrap-zify fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.bootstrap-zify .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-zify .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-zify .btn-warning:hover,.bootstrap-zify .btn-warning:focus,.bootstrap-zify .btn-warning.focus,.bootstrap-zify .btn-warning:active,.bootstrap-zify .btn-warning.active,.bootstrap-zify .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-zify .btn-warning:active,.bootstrap-zify .btn-warning.active,.bootstrap-zify .open>.dropdown-toggle.btn-warning{background-image:none}.bootstrap-zify .btn-warning.disabled,.bootstrap-zify .btn-warning[disabled],.bootstrap-zify fieldset[disabled] .btn-warning,.bootstrap-zify .btn-warning.disabled:hover,.bootstrap-zify .btn-warning[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-warning:hover,.bootstrap-zify .btn-warning.disabled:focus,.bootstrap-zify .btn-warning[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-warning:focus,.bootstrap-zify .btn-warning.disabled.focus,.bootstrap-zify .btn-warning[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-warning.focus,.bootstrap-zify .btn-warning.disabled:active,.bootstrap-zify .btn-warning[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-warning:active,.bootstrap-zify .btn-warning.disabled.active,.bootstrap-zify .btn-warning[disabled].active,.bootstrap-zify fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.bootstrap-zify .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-zify .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-zify .btn-danger:hover,.bootstrap-zify .btn-danger:focus,.bootstrap-zify .btn-danger.focus,.bootstrap-zify .btn-danger:active,.bootstrap-zify .btn-danger.active,.bootstrap-zify .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-zify .btn-danger:active,.bootstrap-zify .btn-danger.active,.bootstrap-zify .open>.dropdown-toggle.btn-danger{background-image:none}.bootstrap-zify .btn-danger.disabled,.bootstrap-zify .btn-danger[disabled],.bootstrap-zify fieldset[disabled] .btn-danger,.bootstrap-zify .btn-danger.disabled:hover,.bootstrap-zify .btn-danger[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-danger:hover,.bootstrap-zify .btn-danger.disabled:focus,.bootstrap-zify .btn-danger[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-danger:focus,.bootstrap-zify .btn-danger.disabled.focus,.bootstrap-zify .btn-danger[disabled].focus,.bootstrap-zify fieldset[disabled] .btn-danger.focus,.bootstrap-zify .btn-danger.disabled:active,.bootstrap-zify .btn-danger[disabled]:active,.bootstrap-zify fieldset[disabled] .btn-danger:active,.bootstrap-zify .btn-danger.disabled.active,.bootstrap-zify .btn-danger[disabled].active,.bootstrap-zify fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.bootstrap-zify .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-zify .btn-link{color:#337ab7;font-weight:400;border-radius:0}.bootstrap-zify .btn-link,.bootstrap-zify .btn-link:active,.bootstrap-zify .btn-link.active,.bootstrap-zify .btn-link[disabled],.bootstrap-zify fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify .btn-link,.bootstrap-zify .btn-link:hover,.bootstrap-zify .btn-link:focus,.bootstrap-zify .btn-link:active{border-color:transparent}.bootstrap-zify .btn-link:hover,.bootstrap-zify .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap-zify .btn-link[disabled]:hover,.bootstrap-zify fieldset[disabled] .btn-link:hover,.bootstrap-zify .btn-link[disabled]:focus,.bootstrap-zify fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.bootstrap-zify .btn-lg,.bootstrap-zify .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-zify .btn-sm,.bootstrap-zify .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-zify .btn-xs,.bootstrap-zify .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-zify .btn-block{display:block;width:100%}.bootstrap-zify .btn-block+.btn-block{margin-top:5px}.bootstrap-zify input[type=submit].btn-block,.bootstrap-zify input[type=reset].btn-block,.bootstrap-zify input[type=button].btn-block{width:100%}.bootstrap-zify .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-zify .fade.in{opacity:1}.bootstrap-zify .collapse{display:none}.bootstrap-zify .collapse.in{display:block}.bootstrap-zify tr.collapse.in{display:table-row}.bootstrap-zify tbody.collapse.in{display:table-row-group}.bootstrap-zify .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.bootstrap-zify .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-zify .dropup,.bootstrap-zify .dropdown{position:relative}.bootstrap-zify .dropdown-toggle:focus{outline:0}.bootstrap-zify .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d;-webkit-background-clip:padding-box;background-clip:padding-box}.bootstrap-zify .dropdown-menu.pull-right{right:0;left:auto}.bootstrap-zify .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-zify .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bootstrap-zify .dropdown-menu>li>a:hover,.bootstrap-zify .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.bootstrap-zify .dropdown-menu>.active>a,.bootstrap-zify .dropdown-menu>.active>a:hover,.bootstrap-zify .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.bootstrap-zify .dropdown-menu>.disabled>a,.bootstrap-zify .dropdown-menu>.disabled>a:hover,.bootstrap-zify .dropdown-menu>.disabled>a:focus{color:#777}.bootstrap-zify .dropdown-menu>.disabled>a:hover,.bootstrap-zify .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.bootstrap-zify .open>.dropdown-menu{display:block}.bootstrap-zify .open>a{outline:0}.bootstrap-zify .dropdown-menu-right{left:auto;right:0}.bootstrap-zify .dropdown-menu-left{left:0;right:auto}.bootstrap-zify .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.bootstrap-zify .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.bootstrap-zify .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-zify .dropup .caret,.bootstrap-zify .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.bootstrap-zify .dropup .dropdown-menu,.bootstrap-zify .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.bootstrap-zify .navbar-right .dropdown-menu{left:auto;right:0}.bootstrap-zify .navbar-right .dropdown-menu-left{left:0;right:auto}}.bootstrap-zify .btn-group,.bootstrap-zify .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-zify .btn-group>.btn,.bootstrap-zify .btn-group-vertical>.btn{position:relative;float:left}.bootstrap-zify .btn-group>.btn:hover,.bootstrap-zify .btn-group-vertical>.btn:hover,.bootstrap-zify .btn-group>.btn:focus,.bootstrap-zify .btn-group-vertical>.btn:focus,.bootstrap-zify .btn-group>.btn:active,.bootstrap-zify .btn-group-vertical>.btn:active,.bootstrap-zify .btn-group>.btn.active,.bootstrap-zify .btn-group-vertical>.btn.active{z-index:2}.bootstrap-zify .btn-group .btn+.btn,.bootstrap-zify .btn-group .btn+.btn-group,.bootstrap-zify .btn-group .btn-group+.btn,.bootstrap-zify .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-zify .btn-toolbar{margin-left:-5px}.bootstrap-zify .btn-toolbar .btn-group,.bootstrap-zify .btn-toolbar .input-group{float:left}.bootstrap-zify .btn-toolbar>.btn,.bootstrap-zify .btn-toolbar>.btn-group,.bootstrap-zify .btn-toolbar>.input-group{margin-left:5px}.bootstrap-zify .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap-zify .btn-group>.btn:first-child{margin-left:0}.bootstrap-zify .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-zify .btn-group>.btn:last-child:not(:first-child),.bootstrap-zify .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-zify .btn-group>.btn-group{float:left}.bootstrap-zify .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-zify .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-zify .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-zify .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-zify .btn-group .dropdown-toggle:active,.bootstrap-zify .btn-group.open .dropdown-toggle{outline:0}.bootstrap-zify .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap-zify .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap-zify .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-zify .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify .btn .caret{margin-left:0}.bootstrap-zify .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-zify .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-zify .btn-group-vertical>.btn,.bootstrap-zify .btn-group-vertical>.btn-group,.bootstrap-zify .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-zify .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-zify .btn-group-vertical>.btn+.btn,.bootstrap-zify .btn-group-vertical>.btn+.btn-group,.bootstrap-zify .btn-group-vertical>.btn-group+.btn,.bootstrap-zify .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-zify .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-zify .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-zify .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-zify .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-zify .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-zify .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-zify .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-zify .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap-zify .btn-group-justified>.btn,.bootstrap-zify .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.bootstrap-zify .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-zify .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bootstrap-zify [data-toggle=buttons]>.btn input[type=radio],.bootstrap-zify [data-toggle=buttons]>.btn-group>.btn input[type=radio],.bootstrap-zify [data-toggle=buttons]>.btn input[type=checkbox],.bootstrap-zify [data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-zify .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-zify .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.bootstrap-zify .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap-zify .input-group-lg>.form-control,.bootstrap-zify .input-group-lg>.input-group-addon,.bootstrap-zify .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-zify select.input-group-lg>.form-control,.bootstrap-zify select.input-group-lg>.input-group-addon,.bootstrap-zify select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bootstrap-zify textarea.input-group-lg>.form-control,.bootstrap-zify textarea.input-group-lg>.input-group-addon,.bootstrap-zify textarea.input-group-lg>.input-group-btn>.btn,.bootstrap-zify select[multiple].input-group-lg>.form-control,.bootstrap-zify select[multiple].input-group-lg>.input-group-addon,.bootstrap-zify select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap-zify .input-group-sm>.form-control,.bootstrap-zify .input-group-sm>.input-group-addon,.bootstrap-zify .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-zify select.input-group-sm>.form-control,.bootstrap-zify select.input-group-sm>.input-group-addon,.bootstrap-zify select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bootstrap-zify textarea.input-group-sm>.form-control,.bootstrap-zify textarea.input-group-sm>.input-group-addon,.bootstrap-zify textarea.input-group-sm>.input-group-btn>.btn,.bootstrap-zify select[multiple].input-group-sm>.form-control,.bootstrap-zify select[multiple].input-group-sm>.input-group-addon,.bootstrap-zify select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap-zify .input-group-addon,.bootstrap-zify .input-group-btn,.bootstrap-zify .input-group .form-control{display:table-cell}.bootstrap-zify .input-group-addon:not(:first-child):not(:last-child),.bootstrap-zify .input-group-btn:not(:first-child):not(:last-child),.bootstrap-zify .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.bootstrap-zify .input-group-addon,.bootstrap-zify .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-zify .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #cccccc;border-radius:4px}.bootstrap-zify .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-zify .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-zify .input-group-addon input[type=radio],.bootstrap-zify .input-group-addon input[type=checkbox]{margin-top:0}.bootstrap-zify .input-group .form-control:first-child,.bootstrap-zify .input-group-addon:first-child,.bootstrap-zify .input-group-btn:first-child>.btn,.bootstrap-zify .input-group-btn:first-child>.btn-group>.btn,.bootstrap-zify .input-group-btn:first-child>.dropdown-toggle,.bootstrap-zify .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-zify .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-zify .input-group-addon:first-child{border-right:0}.bootstrap-zify .input-group .form-control:last-child,.bootstrap-zify .input-group-addon:last-child,.bootstrap-zify .input-group-btn:last-child>.btn,.bootstrap-zify .input-group-btn:last-child>.btn-group>.btn,.bootstrap-zify .input-group-btn:last-child>.dropdown-toggle,.bootstrap-zify .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-zify .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-zify .input-group-addon:last-child{border-left:0}.bootstrap-zify .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap-zify .input-group-btn>.btn{position:relative}.bootstrap-zify .input-group-btn>.btn+.btn{margin-left:-1px}.bootstrap-zify .input-group-btn>.btn:hover,.bootstrap-zify .input-group-btn>.btn:focus,.bootstrap-zify .input-group-btn>.btn:active{z-index:2}.bootstrap-zify .input-group-btn:first-child>.btn,.bootstrap-zify .input-group-btn:first-child>.btn-group{margin-right:-1px}.bootstrap-zify .input-group-btn:last-child>.btn,.bootstrap-zify .input-group-btn:last-child>.btn-group{margin-left:-1px}.bootstrap-zify .nav{margin-bottom:0;padding-left:0;list-style:none}.bootstrap-zify .nav>li{position:relative;display:block}.bootstrap-zify .nav>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-zify .nav>li>a:hover,.bootstrap-zify .nav>li>a:focus{text-decoration:none;background-color:#eee}.bootstrap-zify .nav>li.disabled>a{color:#777}.bootstrap-zify .nav>li.disabled>a:hover,.bootstrap-zify .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.bootstrap-zify .nav .open>a,.bootstrap-zify .nav .open>a:hover,.bootstrap-zify .nav .open>a:focus{background-color:#eee;border-color:#337ab7}.bootstrap-zify .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-zify .nav>li>a>img{max-width:none}.bootstrap-zify .nav-tabs{border-bottom:1px solid #dddddd}.bootstrap-zify .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-zify .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-zify .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.bootstrap-zify .nav-tabs>li.active>a,.bootstrap-zify .nav-tabs>li.active>a:hover,.bootstrap-zify .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.bootstrap-zify .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap-zify .nav-tabs.nav-justified>li{float:none}.bootstrap-zify .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.bootstrap-zify .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.bootstrap-zify .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-zify .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-zify .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-zify .nav-tabs.nav-justified>.active>a,.bootstrap-zify .nav-tabs.nav-justified>.active>a:hover,.bootstrap-zify .nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media(min-width:768px){.bootstrap-zify .nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap-zify .nav-tabs.nav-justified>.active>a,.bootstrap-zify .nav-tabs.nav-justified>.active>a:hover,.bootstrap-zify .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.bootstrap-zify .nav-pills>li{float:left}.bootstrap-zify .nav-pills>li>a{border-radius:4px}.bootstrap-zify .nav-pills>li+li{margin-left:2px}.bootstrap-zify .nav-pills>li.active>a,.bootstrap-zify .nav-pills>li.active>a:hover,.bootstrap-zify .nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.bootstrap-zify .nav-stacked>li{float:none}.bootstrap-zify .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-zify .nav-justified{width:100%}.bootstrap-zify .nav-justified>li{float:none}.bootstrap-zify .nav-justified>li>a{text-align:center;margin-bottom:5px}.bootstrap-zify .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.bootstrap-zify .nav-justified>li{display:table-cell;width:1%}.bootstrap-zify .nav-justified>li>a{margin-bottom:0}}.bootstrap-zify .nav-tabs-justified{border-bottom:0}.bootstrap-zify .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-zify .nav-tabs-justified>.active>a,.bootstrap-zify .nav-tabs-justified>.active>a:hover,.bootstrap-zify .nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media(min-width:768px){.bootstrap-zify .nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap-zify .nav-tabs-justified>.active>a,.bootstrap-zify .nav-tabs-justified>.active>a:hover,.bootstrap-zify .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.bootstrap-zify .tab-content>.tab-pane{display:none}.bootstrap-zify .tab-content>.active{display:block}.bootstrap-zify .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-zify .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){.bootstrap-zify .navbar{border-radius:4px}}@media(min-width:768px){.bootstrap-zify .navbar-header{float:left}}.bootstrap-zify .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a;-webkit-overflow-scrolling:touch}.bootstrap-zify .navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.bootstrap-zify .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-zify .navbar-collapse.in{overflow-y:visible}.bootstrap-zify .navbar-fixed-top .navbar-collapse,.bootstrap-zify .navbar-static-top .navbar-collapse,.bootstrap-zify .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.bootstrap-zify .navbar-fixed-top .navbar-collapse,.bootstrap-zify .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width:480px)and (orientation:landscape){.bootstrap-zify .navbar-fixed-top .navbar-collapse,.bootstrap-zify .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.bootstrap-zify .container>.navbar-header,.bootstrap-zify .container-fluid>.navbar-header,.bootstrap-zify .container>.navbar-collapse,.bootstrap-zify .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.bootstrap-zify .container>.navbar-header,.bootstrap-zify .container-fluid>.navbar-header,.bootstrap-zify .container>.navbar-collapse,.bootstrap-zify .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.bootstrap-zify .navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.bootstrap-zify .navbar-static-top{border-radius:0}}.bootstrap-zify .navbar-fixed-top,.bootstrap-zify .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.bootstrap-zify .navbar-fixed-top,.bootstrap-zify .navbar-fixed-bottom{border-radius:0}}.bootstrap-zify .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-zify .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-zify .navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.bootstrap-zify .navbar-brand:hover,.bootstrap-zify .navbar-brand:focus{text-decoration:none}.bootstrap-zify .navbar-brand>img{display:block}@media(min-width:768px){.bootstrap-zify .navbar>.container .navbar-brand,.bootstrap-zify .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.bootstrap-zify .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-zify .navbar-toggle:focus{outline:0}.bootstrap-zify .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-zify .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.bootstrap-zify .navbar-toggle{display:none}}.bootstrap-zify .navbar-nav{margin:7.5px -15px}.bootstrap-zify .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.bootstrap-zify .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-zify .navbar-nav .open .dropdown-menu>li>a,.bootstrap-zify .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.bootstrap-zify .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bootstrap-zify .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-zify .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.bootstrap-zify .navbar-nav{float:left;margin:0}.bootstrap-zify .navbar-nav>li{float:left}.bootstrap-zify .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.bootstrap-zify .navbar-form{margin:8px -15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a,0 1px #ffffff1a}@media(min-width:768px){.bootstrap-zify .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-zify .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-zify .navbar-form .form-control-static{display:inline-block}.bootstrap-zify .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap-zify .navbar-form .input-group .input-group-addon,.bootstrap-zify .navbar-form .input-group .input-group-btn,.bootstrap-zify .navbar-form .input-group .form-control{width:auto}.bootstrap-zify .navbar-form .input-group>.form-control{width:100%}.bootstrap-zify .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-zify .navbar-form .radio,.bootstrap-zify .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-zify .navbar-form .radio label,.bootstrap-zify .navbar-form .checkbox label{padding-left:0}.bootstrap-zify .navbar-form .radio input[type=radio],.bootstrap-zify .navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.bootstrap-zify .navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){.bootstrap-zify .navbar-form .form-group{margin-bottom:5px}.bootstrap-zify .navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width:768px){.bootstrap-zify .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.bootstrap-zify .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-zify .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.bootstrap-zify .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap-zify .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap-zify .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap-zify .navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.bootstrap-zify .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media(min-width:768px){.bootstrap-zify .navbar-left{float:left!important}.bootstrap-zify .navbar-right{float:right!important;margin-right:-15px}.bootstrap-zify .navbar-right~.navbar-right{margin-right:0}}.bootstrap-zify .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-zify .navbar-default .navbar-brand{color:#777}.bootstrap-zify .navbar-default .navbar-brand:hover,.bootstrap-zify .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.bootstrap-zify .navbar-default .navbar-text{color:#777}.bootstrap-zify .navbar-default .navbar-nav>li>a{color:#777}.bootstrap-zify .navbar-default .navbar-nav>li>a:hover,.bootstrap-zify .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.bootstrap-zify .navbar-default .navbar-nav>.active>a,.bootstrap-zify .navbar-default .navbar-nav>.active>a:hover,.bootstrap-zify .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.bootstrap-zify .navbar-default .navbar-nav>.disabled>a,.bootstrap-zify .navbar-default .navbar-nav>.disabled>a:hover,.bootstrap-zify .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.bootstrap-zify .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-zify .navbar-default .navbar-toggle:hover,.bootstrap-zify .navbar-default .navbar-toggle:focus{background-color:#ddd}.bootstrap-zify .navbar-default .navbar-toggle .icon-bar{background-color:#888}.bootstrap-zify .navbar-default .navbar-collapse,.bootstrap-zify .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-zify .navbar-default .navbar-nav>.open>a,.bootstrap-zify .navbar-default .navbar-nav>.open>a:hover,.bootstrap-zify .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media(max-width:767px){.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-zify .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.bootstrap-zify .navbar-default .navbar-link{color:#777}.bootstrap-zify .navbar-default .navbar-link:hover{color:#333}.bootstrap-zify .navbar-default .btn-link{color:#777}.bootstrap-zify .navbar-default .btn-link:hover,.bootstrap-zify .navbar-default .btn-link:focus{color:#333}.bootstrap-zify .navbar-default .btn-link[disabled]:hover,.bootstrap-zify fieldset[disabled] .navbar-default .btn-link:hover,.bootstrap-zify .navbar-default .btn-link[disabled]:focus,.bootstrap-zify fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.bootstrap-zify .navbar-inverse{background-color:#222;border-color:#080808}.bootstrap-zify .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap-zify .navbar-inverse .navbar-brand:hover,.bootstrap-zify .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.bootstrap-zify .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap-zify .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.bootstrap-zify .navbar-inverse .navbar-nav>li>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.bootstrap-zify .navbar-inverse .navbar-nav>.active>a,.bootstrap-zify .navbar-inverse .navbar-nav>.active>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.bootstrap-zify .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-zify .navbar-inverse .navbar-nav>.disabled>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.bootstrap-zify .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-zify .navbar-inverse .navbar-toggle:hover,.bootstrap-zify .navbar-inverse .navbar-toggle:focus{background-color:#333}.bootstrap-zify .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-zify .navbar-inverse .navbar-collapse,.bootstrap-zify .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-zify .navbar-inverse .navbar-nav>.open>a,.bootstrap-zify .navbar-inverse .navbar-nav>.open>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media(max-width:767px){.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-zify .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.bootstrap-zify .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap-zify .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-zify .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap-zify .navbar-inverse .btn-link:hover,.bootstrap-zify .navbar-inverse .btn-link:focus{color:#fff}.bootstrap-zify .navbar-inverse .btn-link[disabled]:hover,.bootstrap-zify fieldset[disabled] .navbar-inverse .btn-link:hover,.bootstrap-zify .navbar-inverse .btn-link[disabled]:focus,.bootstrap-zify fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.bootstrap-zify .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-zify .breadcrumb>li{display:inline-block}.bootstrap-zify .breadcrumb>li+li:before{content:"/\a0";padding:0 5px;color:#ccc}.bootstrap-zify .breadcrumb>.active{color:#777}.bootstrap-zify .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-zify .pagination>li{display:inline}.bootstrap-zify .pagination>li>a,.bootstrap-zify .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #dddddd;margin-left:-1px}.bootstrap-zify .pagination>li:first-child>a,.bootstrap-zify .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap-zify .pagination>li:last-child>a,.bootstrap-zify .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.bootstrap-zify .pagination>li>a:hover,.bootstrap-zify .pagination>li>span:hover,.bootstrap-zify .pagination>li>a:focus,.bootstrap-zify .pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.bootstrap-zify .pagination>.active>a,.bootstrap-zify .pagination>.active>span,.bootstrap-zify .pagination>.active>a:hover,.bootstrap-zify .pagination>.active>span:hover,.bootstrap-zify .pagination>.active>a:focus,.bootstrap-zify .pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.bootstrap-zify .pagination>.disabled>span,.bootstrap-zify .pagination>.disabled>span:hover,.bootstrap-zify .pagination>.disabled>span:focus,.bootstrap-zify .pagination>.disabled>a,.bootstrap-zify .pagination>.disabled>a:hover,.bootstrap-zify .pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.bootstrap-zify .pagination-lg>li>a,.bootstrap-zify .pagination-lg>li>span{padding:10px 16px;font-size:18px}.bootstrap-zify .pagination-lg>li:first-child>a,.bootstrap-zify .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap-zify .pagination-lg>li:last-child>a,.bootstrap-zify .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.bootstrap-zify .pagination-sm>li>a,.bootstrap-zify .pagination-sm>li>span{padding:5px 10px;font-size:12px}.bootstrap-zify .pagination-sm>li:first-child>a,.bootstrap-zify .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-zify .pagination-sm>li:last-child>a,.bootstrap-zify .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-zify .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.bootstrap-zify .pager li{display:inline}.bootstrap-zify .pager li>a,.bootstrap-zify .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #dddddd;border-radius:15px}.bootstrap-zify .pager li>a:hover,.bootstrap-zify .pager li>a:focus{text-decoration:none;background-color:#eee}.bootstrap-zify .pager .next>a,.bootstrap-zify .pager .next>span{float:right}.bootstrap-zify .pager .previous>a,.bootstrap-zify .pager .previous>span{float:left}.bootstrap-zify .pager .disabled>a,.bootstrap-zify .pager .disabled>a:hover,.bootstrap-zify .pager .disabled>a:focus,.bootstrap-zify .pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.bootstrap-zify .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap-zify a.label:hover,.bootstrap-zify a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-zify .label:empty{display:none}.bootstrap-zify .btn .label{position:relative;top:-1px}.bootstrap-zify .label-default{background-color:#777}.bootstrap-zify .label-default[href]:hover,.bootstrap-zify .label-default[href]:focus{background-color:#5e5e5e}.bootstrap-zify .label-primary{background-color:#337ab7}.bootstrap-zify .label-primary[href]:hover,.bootstrap-zify .label-primary[href]:focus{background-color:#286090}.bootstrap-zify .label-success{background-color:#5cb85c}.bootstrap-zify .label-success[href]:hover,.bootstrap-zify .label-success[href]:focus{background-color:#449d44}.bootstrap-zify .label-info{background-color:#5bc0de}.bootstrap-zify .label-info[href]:hover,.bootstrap-zify .label-info[href]:focus{background-color:#31b0d5}.bootstrap-zify .label-warning{background-color:#f0ad4e}.bootstrap-zify .label-warning[href]:hover,.bootstrap-zify .label-warning[href]:focus{background-color:#ec971f}.bootstrap-zify .label-danger{background-color:#d9534f}.bootstrap-zify .label-danger[href]:hover,.bootstrap-zify .label-danger[href]:focus{background-color:#c9302c}.bootstrap-zify .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.bootstrap-zify .badge:empty{display:none}.bootstrap-zify .btn .badge{position:relative;top:-1px}.bootstrap-zify .btn-xs .badge,.bootstrap-zify .btn-group-xs>.btn .badge{top:0;padding:1px 5px}.bootstrap-zify a.badge:hover,.bootstrap-zify a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-zify .list-group-item.active>.badge,.bootstrap-zify .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.bootstrap-zify .list-group-item>.badge{float:right}.bootstrap-zify .list-group-item>.badge+.badge{margin-right:5px}.bootstrap-zify .nav-pills>li>a>.badge{margin-left:3px}.bootstrap-zify .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.bootstrap-zify .jumbotron h1,.bootstrap-zify .jumbotron .h1{color:inherit}.bootstrap-zify .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap-zify .jumbotron>hr{border-top-color:#d5d5d5}.bootstrap-zify .container .jumbotron,.bootstrap-zify .container-fluid .jumbotron{border-radius:6px}.bootstrap-zify .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bootstrap-zify .jumbotron{padding:48px 0}.bootstrap-zify .container .jumbotron,.bootstrap-zify .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.bootstrap-zify .jumbotron h1,.bootstrap-zify .jumbotron .h1{font-size:63px}}.bootstrap-zify .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.bootstrap-zify .thumbnail>img,.bootstrap-zify .thumbnail a>img{margin-left:auto;margin-right:auto}.bootstrap-zify a.thumbnail:hover,.bootstrap-zify a.thumbnail:focus,.bootstrap-zify a.thumbnail.active{border-color:#337ab7}.bootstrap-zify .thumbnail .caption{padding:9px;color:#333}.bootstrap-zify .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-zify .alert h4{margin-top:0;color:inherit}.bootstrap-zify .alert .alert-link{font-weight:700}.bootstrap-zify .alert>p,.bootstrap-zify .alert>ul{margin-bottom:0}.bootstrap-zify .alert>p+p{margin-top:5px}.bootstrap-zify .alert-dismissable,.bootstrap-zify .alert-dismissible{padding-right:35px}.bootstrap-zify .alert-dismissable .close,.bootstrap-zify .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-zify .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.bootstrap-zify .alert-success hr{border-top-color:#c9e2b3}.bootstrap-zify .alert-success .alert-link{color:#2b542c}.bootstrap-zify .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.bootstrap-zify .alert-info hr{border-top-color:#a6e1ec}.bootstrap-zify .alert-info .alert-link{color:#245269}.bootstrap-zify .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.bootstrap-zify .alert-warning hr{border-top-color:#f7e1b5}.bootstrap-zify .alert-warning .alert-link{color:#66512c}.bootstrap-zify .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.bootstrap-zify .alert-danger hr{border-top-color:#e4b9c0}.bootstrap-zify .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.bootstrap-zify .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}.bootstrap-zify .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.bootstrap-zify .progress-striped .progress-bar,.bootstrap-zify .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.bootstrap-zify .progress.active .progress-bar,.bootstrap-zify .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap-zify .progress-bar-success{background-color:#5cb85c}.bootstrap-zify .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-zify .progress-bar-info{background-color:#5bc0de}.bootstrap-zify .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-zify .progress-bar-warning{background-color:#f0ad4e}.bootstrap-zify .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-zify .progress-bar-danger{background-color:#d9534f}.bootstrap-zify .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-zify .media{margin-top:15px}.bootstrap-zify .media:first-child{margin-top:0}.bootstrap-zify .media,.bootstrap-zify .media-.fykikta-giraffe-detail-tail{zoom:1;overflow:hidden}.bootstrap-zify .media-.fykikta-giraffe-detail-tail{width:10000px}.bootstrap-zify .media-object{display:block}.bootstrap-zify .media-right,.bootstrap-zify .media>.pull-right{padding-left:10px}.bootstrap-zify .media-left,.bootstrap-zify .media>.pull-left{padding-right:10px}.bootstrap-zify .media-left,.bootstrap-zify .media-right,.bootstrap-zify .media-.fykikta-giraffe-detail-tail{display:table-cell;vertical-align:top}.bootstrap-zify .media-middle{vertical-align:middle}.bootstrap-zify .media-bottom{vertical-align:bottom}.bootstrap-zify .media-heading{margin-top:0;margin-bottom:5px}.bootstrap-zify .media-list{padding-left:0;list-style:none}.bootstrap-zify .list-group{margin-bottom:20px;padding-left:0}.bootstrap-zify .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #dddddd}.bootstrap-zify .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap-zify .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-zify a.list-group-item{color:#555}.bootstrap-zify a.list-group-item .list-group-item-heading{color:#333}.bootstrap-zify a.list-group-item:hover,.bootstrap-zify a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.bootstrap-zify .list-group-item.disabled,.bootstrap-zify .list-group-item.disabled:hover,.bootstrap-zify .list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.bootstrap-zify .list-group-item.disabled .list-group-item-heading,.bootstrap-zify .list-group-item.disabled:hover .list-group-item-heading,.bootstrap-zify .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.bootstrap-zify .list-group-item.disabled .list-group-item-text,.bootstrap-zify .list-group-item.disabled:hover .list-group-item-text,.bootstrap-zify .list-group-item.disabled:focus .list-group-item-text{color:#777}.bootstrap-zify .list-group-item.active,.bootstrap-zify .list-group-item.active:hover,.bootstrap-zify .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-zify .list-group-item.active .list-group-item-heading,.bootstrap-zify .list-group-item.active:hover .list-group-item-heading,.bootstrap-zify .list-group-item.active:focus .list-group-item-heading,.bootstrap-zify .list-group-item.active .list-group-item-heading>small,.bootstrap-zify .list-group-item.active:hover .list-group-item-heading>small,.bootstrap-zify .list-group-item.active:focus .list-group-item-heading>small,.bootstrap-zify .list-group-item.active .list-group-item-heading>.small,.bootstrap-zify .list-group-item.active:hover .list-group-item-heading>.small,.bootstrap-zify .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.bootstrap-zify .list-group-item.active .list-group-item-text,.bootstrap-zify .list-group-item.active:hover .list-group-item-text,.bootstrap-zify .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.bootstrap-zify .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap-zify a.list-group-item-success{color:#3c763d}.bootstrap-zify a.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap-zify a.list-group-item-success:hover,.bootstrap-zify a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.bootstrap-zify a.list-group-item-success.active,.bootstrap-zify a.list-group-item-success.active:hover,.bootstrap-zify a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap-zify .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap-zify a.list-group-item-info{color:#31708f}.bootstrap-zify a.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap-zify a.list-group-item-info:hover,.bootstrap-zify a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.bootstrap-zify a.list-group-item-info.active,.bootstrap-zify a.list-group-item-info.active:hover,.bootstrap-zify a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap-zify .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap-zify a.list-group-item-warning{color:#8a6d3b}.bootstrap-zify a.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap-zify a.list-group-item-warning:hover,.bootstrap-zify a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.bootstrap-zify a.list-group-item-warning.active,.bootstrap-zify a.list-group-item-warning.active:hover,.bootstrap-zify a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap-zify .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap-zify a.list-group-item-danger{color:#a94442}.bootstrap-zify a.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap-zify a.list-group-item-danger:hover,.bootstrap-zify a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.bootstrap-zify a.list-group-item-danger.active,.bootstrap-zify a.list-group-item-danger.active:hover,.bootstrap-zify a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap-zify .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap-zify .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap-zify .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}.bootstrap-zify .panel-.fykikta-giraffe-detail-tail{padding:15px}.bootstrap-zify .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-zify .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bootstrap-zify .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-zify .panel-title>a,.bootstrap-zify .panel-title>small,.bootstrap-zify .panel-title>.small,.bootstrap-zify .panel-title>small>a,.bootstrap-zify .panel-title>.small>a{color:inherit}.bootstrap-zify .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-zify .panel>.list-group,.bootstrap-zify .panel>.panel-collapse>.list-group{margin-bottom:0}.bootstrap-zify .panel>.list-group .list-group-item,.bootstrap-zify .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap-zify .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-zify .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-zify .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-zify .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-zify .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-zify .list-group+.panel-footer{border-top-width:0}.bootstrap-zify .panel>.table,.bootstrap-zify .panel>.table-responsive>.table,.bootstrap-zify .panel>.panel-collapse>.table{margin-bottom:0}.bootstrap-zify .panel>.table caption,.bootstrap-zify .panel>.table-responsive>.table caption,.bootstrap-zify .panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.bootstrap-zify .panel>.table:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-zify .panel>.table:first-child>thead:first-child>tr:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bootstrap-zify .panel>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-zify .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-zify .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-zify .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-zify .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap-zify .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-zify .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-zify .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-zify .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-zify .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap-zify .panel>.table:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-zify .panel>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-zify .panel>.table:last-child>tfoot:last-child>tr:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.bootstrap-zify .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-zify .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-zify .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-zify .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap-zify .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-zify .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-zify .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-zify .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-zify .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap-zify .panel>.panel-.fykikta-giraffe-detail-tail+.table,.bootstrap-zify .panel>.panel-.fykikta-giraffe-detail-tail+.table-responsive,.bootstrap-zify .panel>.table+.panel-.fykikta-giraffe-detail-tail,.bootstrap-zify .panel>.table-responsive+.panel-.fykikta-giraffe-detail-tail{border-top:1px solid #dddddd}.bootstrap-zify .panel>.table>tbody:first-child>tr:first-child th,.bootstrap-zify .panel>.table>tbody:first-child>tr:first-child td{border-top:0}.bootstrap-zify .panel>.table-bordered,.bootstrap-zify .panel>.table-responsive>.table-bordered{border:0}.bootstrap-zify .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-zify .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-zify .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-zify .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-zify .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-zify .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.bootstrap-zify .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-zify .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-zify .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-zify .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-zify .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-zify .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.bootstrap-zify .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-zify .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-zify .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-zify .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bootstrap-zify .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.bootstrap-zify .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-zify .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-zify .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-zify .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-zify .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-zify .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.bootstrap-zify .panel>.table-responsive{border:0;margin-bottom:0}.bootstrap-zify .panel-group{margin-bottom:20px}.bootstrap-zify .panel-group .panel{margin-bottom:0;border-radius:4px}.bootstrap-zify .panel-group .panel+.panel{margin-top:5px}.bootstrap-zify .panel-group .panel-heading{border-bottom:0}.bootstrap-zify .panel-group .panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail,.bootstrap-zify .panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.bootstrap-zify .panel-group .panel-footer{border-top:0}.bootstrap-zify .panel-group .panel-footer+.panel-collapse .panel-.fykikta-giraffe-detail-tail{border-bottom:1px solid #dddddd}.bootstrap-zify .panel-default{border-color:#ddd}.bootstrap-zify .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-zify .panel-default>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#ddd}.bootstrap-zify .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.bootstrap-zify .panel-default>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#ddd}.bootstrap-zify .panel-primary{border-color:#337ab7}.bootstrap-zify .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-zify .panel-primary>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#337ab7}.bootstrap-zify .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.bootstrap-zify .panel-primary>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#337ab7}.bootstrap-zify .panel-success{border-color:#d6e9c6}.bootstrap-zify .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-zify .panel-success>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#d6e9c6}.bootstrap-zify .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap-zify .panel-success>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#d6e9c6}.bootstrap-zify .panel-info{border-color:#bce8f1}.bootstrap-zify .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-zify .panel-info>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#bce8f1}.bootstrap-zify .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap-zify .panel-info>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#bce8f1}.bootstrap-zify .panel-warning{border-color:#faebcc}.bootstrap-zify .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-zify .panel-warning>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#faebcc}.bootstrap-zify .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap-zify .panel-warning>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#faebcc}.bootstrap-zify .panel-danger{border-color:#ebccd1}.bootstrap-zify .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-zify .panel-danger>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#ebccd1}.bootstrap-zify .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap-zify .panel-danger>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#ebccd1}.bootstrap-zify .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap-zify .embed-responsive .embed-responsive-item,.bootstrap-zify .embed-responsive iframe,.bootstrap-zify .embed-responsive embed,.bootstrap-zify .embed-responsive object,.bootstrap-zify .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.bootstrap-zify .embed-responsive-16by9{padding-bottom:56.25%}.bootstrap-zify .embed-responsive-4by3{padding-bottom:75%}.bootstrap-zify .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}.bootstrap-zify .well blockquote{border-color:#ddd;border-color:#00000026}.bootstrap-zify .well-lg{padding:24px;border-radius:6px}.bootstrap-zify .well-sm{padding:9px;border-radius:3px}.bootstrap-zify .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #ffffff;opacity:.2;filter:alpha(opacity=20)}.bootstrap-zify .close:hover,.bootstrap-zify .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.bootstrap-zify button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.bootstrap-zify .modal-open{overflow:hidden}.bootstrap-zify .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bootstrap-zify .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.bootstrap-zify .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.bootstrap-zify .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-zify .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap-zify .modal-content{position:relative;background-color:#fff;border:1px solid #999999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.bootstrap-zify .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-zify .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.bootstrap-zify .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.bootstrap-zify .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.bootstrap-zify .modal-header .close{margin-top:-2px}.bootstrap-zify .modal-title{margin:0;line-height:1.42857143}.bootstrap-zify .modal-.fykikta-giraffe-detail-tail{position:relative;padding:15px}.bootstrap-zify .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-zify .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.bootstrap-zify .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-zify .modal-footer .btn-block+.btn-block{margin-left:0}.bootstrap-zify .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.bootstrap-zify .modal-dialog{width:600px;margin:30px auto}.bootstrap-zify .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.bootstrap-zify .modal-sm{width:300px}}@media(min-width:992px){.bootstrap-zify .modal-lg{width:900px}}.bootstrap-zify .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.bootstrap-zify .tooltip.in{opacity:.9;filter:alpha(opacity=90)}.bootstrap-zify .tooltip.top{margin-top:-3px;padding:5px 0}.bootstrap-zify .tooltip.right{margin-left:3px;padding:0 5px}.bootstrap-zify .tooltip.bottom{margin-top:3px;padding:5px 0}.bootstrap-zify .tooltip.left{margin-left:-3px;padding:0 5px}.bootstrap-zify .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.bootstrap-zify .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-zify .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-zify .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-zify .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-zify .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap-zify .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap-zify .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-zify .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-zify .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-zify .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;white-space:normal}.bootstrap-zify .popover.top{margin-top:-10px}.bootstrap-zify .popover.right{margin-left:10px}.bootstrap-zify .popover.bottom{margin-top:10px}.bootstrap-zify .popover.left{margin-left:-10px}.bootstrap-zify .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-zify .popover-content{padding:9px 14px}.bootstrap-zify .popover>.arrow,.bootstrap-zify .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-zify .popover>.arrow{border-width:11px}.bootstrap-zify .popover>.arrow:after{border-width:10px;content:""}.bootstrap-zify .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:#00000040;bottom:-11px}.bootstrap-zify .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.bootstrap-zify .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:#00000040}.bootstrap-zify .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.bootstrap-zify .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040;top:-11px}.bootstrap-zify .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.bootstrap-zify .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}.bootstrap-zify .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.bootstrap-zify .carousel{position:relative}.bootstrap-zify .carousel-inner{position:relative;overflow:hidden;width:100%}.bootstrap-zify .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bootstrap-zify .carousel-inner>.item>img,.bootstrap-zify .carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap-zify .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.bootstrap-zify .carousel-inner>.item.next,.bootstrap-zify .carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.bootstrap-zify .carousel-inner>.item.prev,.bootstrap-zify .carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.bootstrap-zify .carousel-inner>.item.next.left,.bootstrap-zify .carousel-inner>.item.prev.right,.bootstrap-zify .carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);left:0}}.bootstrap-zify .carousel-inner>.active,.bootstrap-zify .carousel-inner>.next,.bootstrap-zify .carousel-inner>.prev{display:block}.bootstrap-zify .carousel-inner>.active{left:0}.bootstrap-zify .carousel-inner>.next,.bootstrap-zify .carousel-inner>.prev{position:absolute;top:0;width:100%}.bootstrap-zify .carousel-inner>.next{left:100%}.bootstrap-zify .carousel-inner>.prev{left:-100%}.bootstrap-zify .carousel-inner>.next.left,.bootstrap-zify .carousel-inner>.prev.right{left:0}.bootstrap-zify .carousel-inner>.active.left{left:-100%}.bootstrap-zify .carousel-inner>.active.right{left:100%}.bootstrap-zify .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-zify .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,#00000080,#0000);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.bootstrap-zify .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,#0000,#00000080);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)}.bootstrap-zify .carousel-control:hover,.bootstrap-zify .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.bootstrap-zify .carousel-control .icon-prev,.bootstrap-zify .carousel-control .icon-next,.bootstrap-zify .carousel-control .glyphicon-chevron-left,.bootstrap-zify .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.bootstrap-zify .carousel-control .icon-prev,.bootstrap-zify .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.bootstrap-zify .carousel-control .icon-next,.bootstrap-zify .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.bootstrap-zify .carousel-control .icon-prev,.bootstrap-zify .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.bootstrap-zify .carousel-control .icon-prev:before{content:"\2039"}.bootstrap-zify .carousel-control .icon-next:before{content:"\203a"}.bootstrap-zify .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.bootstrap-zify .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \	;background-color:#0000}.bootstrap-zify .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.bootstrap-zify .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-zify .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bootstrap-zify .carousel-control .glyphicon-chevron-left,.bootstrap-zify .carousel-control .glyphicon-chevron-right,.bootstrap-zify .carousel-control .icon-prev,.bootstrap-zify .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.bootstrap-zify .carousel-control .glyphicon-chevron-left,.bootstrap-zify .carousel-control .icon-prev{margin-left:-15px}.bootstrap-zify .carousel-control .glyphicon-chevron-right,.bootstrap-zify .carousel-control .icon-next{margin-right:-15px}.bootstrap-zify .carousel-caption{left:20%;right:20%;padding-bottom:30px}.bootstrap-zify .carousel-indicators{bottom:20px}}.bootstrap-zify .clearfix:before,.bootstrap-zify .clearfix:after,.bootstrap-zify .dl-horizontal dd:before,.bootstrap-zify .dl-horizontal dd:after,.bootstrap-zify .container:before,.bootstrap-zify .container:after,.bootstrap-zify .container-fluid:before,.bootstrap-zify .container-fluid:after,.bootstrap-zify .row:before,.bootstrap-zify .row:after,.bootstrap-zify .form-horizontal .form-group:before,.bootstrap-zify .form-horizontal .form-group:after,.bootstrap-zify .btn-toolbar:before,.bootstrap-zify .btn-toolbar:after,.bootstrap-zify .btn-group-vertical>.btn-group:before,.bootstrap-zify .btn-group-vertical>.btn-group:after,.bootstrap-zify .nav:before,.bootstrap-zify .nav:after,.bootstrap-zify .navbar:before,.bootstrap-zify .navbar:after,.bootstrap-zify .navbar-header:before,.bootstrap-zify .navbar-header:after,.bootstrap-zify .navbar-collapse:before,.bootstrap-zify .navbar-collapse:after,.bootstrap-zify .pager:before,.bootstrap-zify .pager:after,.bootstrap-zify .panel-.fykikta-giraffe-detail-tail:before,.bootstrap-zify .panel-.fykikta-giraffe-detail-tail:after,.bootstrap-zify .modal-footer:before,.bootstrap-zify .modal-footer:after{content:" ";display:table}.bootstrap-zify .clearfix:after,.bootstrap-zify .dl-horizontal dd:after,.bootstrap-zify .container:after,.bootstrap-zify .container-fluid:after,.bootstrap-zify .row:after,.bootstrap-zify .form-horizontal .form-group:after,.bootstrap-zify .btn-toolbar:after,.bootstrap-zify .btn-group-vertical>.btn-group:after,.bootstrap-zify .nav:after,.bootstrap-zify .navbar:after,.bootstrap-zify .navbar-header:after,.bootstrap-zify .navbar-collapse:after,.bootstrap-zify .pager:after,.bootstrap-zify .panel-.fykikta-giraffe-detail-tail:after,.bootstrap-zify .modal-footer:after{clear:both}.bootstrap-zify .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap-zify .pull-right{float:right!important}.bootstrap-zify .pull-left{float:left!important}.bootstrap-zify .hide{display:none!important}.bootstrap-zify .show{display:block!important}.bootstrap-zify .invisible{visibility:hidden}.bootstrap-zify .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-zify .hidden{display:none!important}.bootstrap-zify .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap-zify .visible-xs,.bootstrap-zify .visible-sm,.bootstrap-zify .visible-md,.bootstrap-zify .visible-lg,.bootstrap-zify .visible-xs-block,.bootstrap-zify .visible-xs-inline,.bootstrap-zify .visible-xs-inline-block,.bootstrap-zify .visible-sm-block,.bootstrap-zify .visible-sm-inline,.bootstrap-zify .visible-sm-inline-block,.bootstrap-zify .visible-md-block,.bootstrap-zify .visible-md-inline,.bootstrap-zify .visible-md-inline-block,.bootstrap-zify .visible-lg-block,.bootstrap-zify .visible-lg-inline,.bootstrap-zify .visible-lg-inline-block{display:none!important}@media(max-width:767px){.bootstrap-zify .visible-xs{display:block!important}.bootstrap-zify table.visible-xs{display:table}.bootstrap-zify tr.visible-xs{display:table-row!important}.bootstrap-zify th.visible-xs,.bootstrap-zify td.visible-xs{display:table-cell!important}}@media(max-width:767px){.bootstrap-zify .visible-xs-block{display:block!important}}@media(max-width:767px){.bootstrap-zify .visible-xs-inline{display:inline!important}}@media(max-width:767px){.bootstrap-zify .visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-zify .visible-sm{display:block!important}.bootstrap-zify table.visible-sm{display:table}.bootstrap-zify tr.visible-sm{display:table-row!important}.bootstrap-zify th.visible-sm,.bootstrap-zify td.visible-sm{display:table-cell!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-zify .visible-sm-block{display:block!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-zify .visible-sm-inline{display:inline!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-zify .visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-zify .visible-md{display:block!important}.bootstrap-zify table.visible-md{display:table}.bootstrap-zify tr.visible-md{display:table-row!important}.bootstrap-zify th.visible-md,.bootstrap-zify td.visible-md{display:table-cell!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-zify .visible-md-block{display:block!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-zify .visible-md-inline{display:inline!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-zify .visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.bootstrap-zify .visible-lg{display:block!important}.bootstrap-zify table.visible-lg{display:table}.bootstrap-zify tr.visible-lg{display:table-row!important}.bootstrap-zify th.visible-lg,.bootstrap-zify td.visible-lg{display:table-cell!important}}@media(min-width:1200px){.bootstrap-zify .visible-lg-block{display:block!important}}@media(min-width:1200px){.bootstrap-zify .visible-lg-inline{display:inline!important}}@media(min-width:1200px){.bootstrap-zify .visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.bootstrap-zify .hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-zify .hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-zify .hidden-md{display:none!important}}@media(min-width:1200px){.bootstrap-zify .hidden-lg{display:none!important}}.bootstrap-zify .visible-print{display:none!important}@media print{.bootstrap-zify .visible-print{display:block!important}.bootstrap-zify table.visible-print{display:table}.bootstrap-zify tr.visible-print{display:table-row!important}.bootstrap-zify th.visible-print,.bootstrap-zify td.visible-print{display:table-cell!important}}.bootstrap-zify .visible-print-block{display:none!important}@media print{.bootstrap-zify .visible-print-block{display:block!important}}.bootstrap-zify .visible-print-inline{display:none!important}@media print{.bootstrap-zify .visible-print-inline{display:inline!important}}.bootstrap-zify .visible-print-inline-block{display:none!important}@media print{.bootstrap-zify .visible-print-inline-block{display:inline-block!important}}@media print{.bootstrap-zify .hidden-print{display:none!important}}.bootstrap-zify .btn-default,.bootstrap-zify .btn-primary,.bootstrap-zify .btn-success,.bootstrap-zify .btn-info,.bootstrap-zify .btn-warning,.bootstrap-zify .btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}.bootstrap-zify .btn-default:active,.bootstrap-zify .btn-primary:active,.bootstrap-zify .btn-success:active,.bootstrap-zify .btn-info:active,.bootstrap-zify .btn-warning:active,.bootstrap-zify .btn-danger:active,.bootstrap-zify .btn-default.active,.bootstrap-zify .btn-primary.active,.bootstrap-zify .btn-success.active,.bootstrap-zify .btn-info.active,.bootstrap-zify .btn-warning.active,.bootstrap-zify .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-zify .btn-default .badge,.bootstrap-zify .btn-primary .badge,.bootstrap-zify .btn-success .badge,.bootstrap-zify .btn-info .badge,.bootstrap-zify .btn-warning .badge,.bootstrap-zify .btn-danger .badge{text-shadow:none}.bootstrap-zify .btn:active,.bootstrap-zify .btn.active{background-image:none}.bootstrap-zify .btn-default{background-image:-webkit-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);background-image:-o-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff,#e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe0e0e0",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap-zify .btn-default:hover,.bootstrap-zify .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap-zify .btn-default:active,.bootstrap-zify .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap-zify .btn-default.disabled,.bootstrap-zify .btn-default:disabled,.bootstrap-zify .btn-default[disabled]{background-color:#e0e0e0;background-image:none}.bootstrap-zify .btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7,#265a88);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff265a88",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap-zify .btn-primary:hover,.bootstrap-zify .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap-zify .btn-primary:active,.bootstrap-zify .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap-zify .btn-primary.disabled,.bootstrap-zify .btn-primary:disabled,.bootstrap-zify .btn-primary[disabled]{background-color:#265a88;background-image:none}.bootstrap-zify .btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c,#419641);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff419641",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap-zify .btn-success:hover,.bootstrap-zify .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap-zify .btn-success:active,.bootstrap-zify .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap-zify .btn-success.disabled,.bootstrap-zify .btn-success:disabled,.bootstrap-zify .btn-success[disabled]{background-color:#419641;background-image:none}.bootstrap-zify .btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de,#2aabd2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff2aabd2",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap-zify .btn-info:hover,.bootstrap-zify .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap-zify .btn-info:active,.bootstrap-zify .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap-zify .btn-info.disabled,.bootstrap-zify .btn-info:disabled,.bootstrap-zify .btn-info[disabled]{background-color:#2aabd2;background-image:none}.bootstrap-zify .btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e,#eb9316);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffeb9316",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap-zify .btn-warning:hover,.bootstrap-zify .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap-zify .btn-warning:active,.bootstrap-zify .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap-zify .btn-warning.disabled,.bootstrap-zify .btn-warning:disabled,.bootstrap-zify .btn-warning[disabled]{background-color:#eb9316;background-image:none}.bootstrap-zify .btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f,#c12e2a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc12e2a",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap-zify .btn-danger:hover,.bootstrap-zify .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap-zify .btn-danger:active,.bootstrap-zify .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap-zify .btn-danger.disabled,.bootstrap-zify .btn-danger:disabled,.bootstrap-zify .btn-danger[disabled]{background-color:#c12e2a;background-image:none}.bootstrap-zify .thumbnail,.bootstrap-zify .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.bootstrap-zify .dropdown-menu>li>a:hover,.bootstrap-zify .dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0);background-color:#e8e8e8}.bootstrap-zify .dropdown-menu>.active>a,.bootstrap-zify .dropdown-menu>.active>a:hover,.bootstrap-zify .dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);background-color:#2e6da4}.bootstrap-zify .navbar-default{background-image:-webkit-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);background-image:-o-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff,#f8f8f8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff8f8f8",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px #ffffff26,0 1px 5px #00000013}.bootstrap-zify .navbar-default .navbar-nav>.open>a,.bootstrap-zify .navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb,#e2e2e2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px #00000013}.bootstrap-zify .navbar-brand,.bootstrap-zify .navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.bootstrap-zify .navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0%,#222222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0%,#222222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222222));background-image:linear-gradient(to bottom,#3c3c3c,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c",endColorstr="#ff222222",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.bootstrap-zify .navbar-inverse .navbar-nav>.open>a,.bootstrap-zify .navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808,#0f0f0f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808",endColorstr="#ff0f0f0f",GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px #00000040}.bootstrap-zify .navbar-inverse .navbar-brand,.bootstrap-zify .navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-zify .navbar-static-top,.bootstrap-zify .navbar-fixed-top,.bootstrap-zify .navbar-fixed-bottom{border-radius:0}@media(max-width:767px){.bootstrap-zify .navbar .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-zify .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-zify .navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0)}}.bootstrap-zify .alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px #ffffff40,0 1px 2px #0000000d}.bootstrap-zify .alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8,#c8e5bc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffc8e5bc",GradientType=0);border-color:#b2dba1}.bootstrap-zify .alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7,#b9def0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffb9def0",GradientType=0);border-color:#9acfea}.bootstrap-zify .alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3,#f8efc0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fff8efc0",GradientType=0);border-color:#f5e79e}.bootstrap-zify .alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede,#e7c3c3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffe7c3c3",GradientType=0);border-color:#dca7a7}.bootstrap-zify .progress{background-image:-webkit-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb",endColorstr="#fff5f5f5",GradientType=0)}.bootstrap-zify .progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7,#286090);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff286090",GradientType=0)}.bootstrap-zify .progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c,#449d44);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff449d44",GradientType=0)}.bootstrap-zify .progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de,#31b0d5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff31b0d5",GradientType=0)}.bootstrap-zify .progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e,#ec971f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffec971f",GradientType=0)}.bootstrap-zify .progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f,#c9302c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc9302c",GradientType=0)}.bootstrap-zify .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-zify .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.bootstrap-zify .list-group-item.active,.bootstrap-zify .list-group-item.active:hover,.bootstrap-zify .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7,#2b669a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2b669a",GradientType=0);border-color:#2b669a}.bootstrap-zify .list-group-item.active .badge,.bootstrap-zify .list-group-item.active:hover .badge,.bootstrap-zify .list-group-item.active:focus .badge{text-shadow:none}.bootstrap-zify .panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.bootstrap-zify .panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0)}.bootstrap-zify .panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0)}.bootstrap-zify .panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8,#d0e9c6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffd0e9c6",GradientType=0)}.bootstrap-zify .panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7,#c4e3f3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffc4e3f3",GradientType=0)}.bootstrap-zify .panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3,#faf2cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fffaf2cc",GradientType=0)}.bootstrap-zify .panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede,#ebcccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffebcccc",GradientType=0)}.bootstrap-zify .well{background-image:-webkit-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8",endColorstr="#fff5f5f5",GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px #0000000d,0 1px #ffffff1a}.fykikta-giraffe-detail-tail.video{display:block!important;position:relative!important}.bootstrap-zify a{text-decoration:none!important}.bootstrap-zify .input-group-addon{background:none!important}#zifyfaq-wrapper{padding:0 20px}.zify-widget{position:relative;margin-bottom:20px!important}.zify-search-icon{position:absolute;top:0;bottom:0;left:15px;display:inline-flex;justify-content:center;align-items:center;z-index:2}#zify-search-query{width:100%;border:1px solid #ddd}#faqitem-loading{position:absolute;top:10px;right:10px;display:none}#faq-submit-question{text-align:center;display:block;clear:both;position:relative;margin-top:30px}#faq-submit-question-btn{padding:10px;border-radius:5px;border:1px solid #999}#zify-faq-wrapper{display:none;position:fixed;z-index:9999999999;padding-top:120px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#00000080;opacity:1!important;box-sizing:content-box;visibility:visible!important}#zify-faq-wrapper h2.heading{margin-bottom:8px;margin-top:0}#zify-faq-wrapper .modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;width:30%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}@-webkit-keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}#zify-faq-wrapper .close{float:right;font-size:32px;position:absolute;top:0;right:5px;color:#000}#zify-faq-wrapper .close:hover,#zify-faq-wrapper .close:focus{color:#999;text-decoration:none;cursor:pointer}#zify-faq-wrapper .modal-header,#zify-faq-wrapper .modal-footer{border:0}#contact-btn{cursor:pointer;position:fixed;bottom:5px;right:5px;z-index:9999;width:60px;height:60px;color:#fff;border-radius:50px;text-align:center;box-shadow:2px 2px 3px #999;border:0}#contact-btn .fa{font-size:22px;padding-top:18px}.help-block.with-errors{color:#ff5050;margin-top:-5px;font-size:12px;text-align:left}button#zify-faq-sendbtn{height:50px;padding:0 20px;font-size:18px;color:#fff}#zify-faq-wrapper .messages .alert-success{background:green;color:#fff;padding:10px;font-size:14px;margin:10px 0}#zify-faq-wrapper .copyright,#zify-faq-wrapper .copyright a{text-align:center;color:#999;font-size:12px}.mobile-nav-wrapper.js-menu--is-open{z-index:9999}.cd-faq-content table{table-layout:auto;width:auto!important}.cd-faq-content td{padding:10px!important;border:1px solid #ccc;width:auto}.panel-group .cd-faq-group{margin-bottom:35px!important}.zify-faq-answer{position:relative}.zify-faq-answer a span{color:inherit!important;background:transparent!important}.zify-faq-answer img{max-width:100%}.zify-faq-answer .anchor{position:unset!important}.zify-faq-answer .fa.fa-link{position:absolute;top:-40px;right:55px;font-size:14px!important;line-height:26px!important}.bootstrap-zify .twitter-typeahead,.bootstrap-zify .tt-hint,.bootstrap-zify .tt-input,.bootstrap-zify .tt-menu{width:100%;font-weight:400;text-align:left}.bootstrap-zify .twitter-typeahead input{height:60px;padding-left:50px;border-radius:5px;font-size:18px;text-align:left;outline:none}#zify-faq-form .form-control{height:45px;font-size:16px}#zify-faq-form .help-block.with-errors{display:none}.cd-faq-title,.cd-faqitem{list-style:none}@media(max-width:768px){#zify-faq-wrapper{padding-top:20px}#zify-faq-wrapper .modal-content{width:100%;border-radius:0}button#zify-faq-sendbtn{float:left}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/zify-faq.css.map?v=35218274637181250581670920597 */
}
@scope (.fykikta-giraffe-detail-tail) {.bootstrap-ddshop .fykikta-giraffe-detail-tail{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap-ddshop .fykikta-giraffe-detail-tail{margin:0}.bootstrap-ddshop article,.bootstrap-ddshop aside,.bootstrap-ddshop details,.bootstrap-ddshop figcaption,.bootstrap-ddshop figure,.bootstrap-ddshop footer,.bootstrap-ddshop header,.bootstrap-ddshop hgroup,.bootstrap-ddshop main,.bootstrap-ddshop menu,.bootstrap-ddshop nav,.bootstrap-ddshop section,.bootstrap-ddshop summary{display:block}.bootstrap-ddshop audio,.bootstrap-ddshop canvas,.bootstrap-ddshop progress,.bootstrap-ddshop video{display:inline-block;vertical-align:baseline}.bootstrap-ddshop audio:not([controls]){display:none;height:0}.bootstrap-ddshop [hidden],.bootstrap-ddshop template{display:none}.bootstrap-ddshop a{background-color:transparent}.bootstrap-ddshop a:active,.bootstrap-ddshop a:hover{outline:0}.bootstrap-ddshop abbr[title]{border-bottom:1px dotted}.bootstrap-ddshop b,.bootstrap-ddshop strong{font-weight:700}.bootstrap-ddshop dfn{font-style:italic}.bootstrap-ddshop h1{font-size:2em;margin:.67em 0}.bootstrap-ddshop mark{background:#ff0;color:#000}.bootstrap-ddshop small{font-size:80%}.bootstrap-ddshop sub,.bootstrap-ddshop sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap-ddshop sup{top:-.5em}.bootstrap-ddshop sub{bottom:-.25em}.bootstrap-ddshop img{border:0}.bootstrap-ddshop svg:not(.fykikta-giraffe-detail-tail){overflow:hidden}.bootstrap-ddshop figure{margin:1em 40px}.bootstrap-ddshop hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.bootstrap-ddshop pre{overflow:auto}.bootstrap-ddshop code,.bootstrap-ddshop kbd,.bootstrap-ddshop pre,.bootstrap-ddshop samp{font-family:monospace,monospace;font-size:1em}.bootstrap-ddshop button,.bootstrap-ddshop input,.bootstrap-ddshop optgroup,.bootstrap-ddshop select,.bootstrap-ddshop textarea{color:inherit;font:inherit;margin:0}.bootstrap-ddshop button{overflow:visible}.bootstrap-ddshop button,.bootstrap-ddshop select{text-transform:none}.bootstrap-ddshop button,.bootstrap-ddshop .fykikta-giraffe-detail-tail input[type=button],.bootstrap-ddshop input[type=reset],.bootstrap-ddshop input[type=submit]{-webkit-appearance:button;cursor:pointer}.bootstrap-ddshop button[disabled],.bootstrap-ddshop .fykikta-giraffe-detail-tail input[disabled]{cursor:default}.bootstrap-ddshop button::-moz-focus-inner,.bootstrap-ddshop input::-moz-focus-inner{border:0;padding:0}.bootstrap-ddshop input{line-height:normal}.bootstrap-ddshop input[type=checkbox],.bootstrap-ddshop input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.bootstrap-ddshop input[type=number]::-webkit-inner-spin-button,.bootstrap-ddshop input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-ddshop input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.bootstrap-ddshop input[type=search]::-webkit-search-cancel-button,.bootstrap-ddshop input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-ddshop fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}.bootstrap-ddshop legend{border:0;padding:0}.bootstrap-ddshop textarea{overflow:auto}.bootstrap-ddshop optgroup{font-weight:700}.bootstrap-ddshop table{border-collapse:collapse;border-spacing:0}.bootstrap-ddshop td,.bootstrap-ddshop th{padding:0}@media print{.bootstrap-ddshop *,.bootstrap-ddshop *:before,.bootstrap-ddshop *:after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.bootstrap-ddshop pre,.bootstrap-ddshop blockquote{border:1px solid #999;page-break-inside:avoid}.bootstrap-ddshop thead{display:table-header-group}.bootstrap-ddshop tr,.bootstrap-ddshop img{page-break-inside:avoid}.bootstrap-ddshop img{max-width:100%!important}.bootstrap-ddshop p,.bootstrap-ddshop h2,.bootstrap-ddshop h3{orphans:3;widows:3}.bootstrap-ddshop h2,.bootstrap-ddshop h3{page-break-after:avoid}.bootstrap-ddshop select{background:#fff!important}.bootstrap-ddshop .navbar{display:none}.bootstrap-ddshop .btn>.caret,.bootstrap-ddshop .dropup>.btn>.caret{border-top-color:#000!important}.bootstrap-ddshop .label{border:1px solid #000}.bootstrap-ddshop .table{border-collapse:collapse!important}.bootstrap-ddshop .table td,.bootstrap-ddshop .table th{background-color:#fff!important}.bootstrap-ddshop .table-bordered th,.bootstrap-ddshop .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.bootstrap-ddshop .glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap-ddshop .glyphicon-asterisk:before{content:"*"}.bootstrap-ddshop .glyphicon-plus:before{content:"+"}.bootstrap-ddshop .glyphicon-euro:before,.bootstrap-ddshop .glyphicon-eur:before{content:"\20ac"}.bootstrap-ddshop .glyphicon-minus:before{content:"\2212"}.bootstrap-ddshop .glyphicon-cloud:before{content:"\2601"}.bootstrap-ddshop .glyphicon-envelope:before{content:"\2709"}.bootstrap-ddshop .glyphicon-pencil:before{content:"\270f"}.bootstrap-ddshop .glyphicon-glass:before{content:"\e001"}.bootstrap-ddshop .glyphicon-music:before{content:"\e002"}.bootstrap-ddshop .glyphicon-search:before{content:"\e003"}.bootstrap-ddshop .glyphicon-heart:before{content:"\e005"}.bootstrap-ddshop .glyphicon-star:before{content:"\e006"}.bootstrap-ddshop .glyphicon-star-empty:before{content:"\e007"}.bootstrap-ddshop .glyphicon-user:before{content:"\e008"}.bootstrap-ddshop .glyphicon-film:before{content:"\e009"}.bootstrap-ddshop .glyphicon-th-large:before{content:"\e010"}.bootstrap-ddshop .glyphicon-th:before{content:"\e011"}.bootstrap-ddshop .glyphicon-th-list:before{content:"\e012"}.bootstrap-ddshop .glyphicon-ok:before{content:"\e013"}.bootstrap-ddshop .glyphicon-remove:before{content:"\e014"}.bootstrap-ddshop .glyphicon-zoom-in:before{content:"\e015"}.bootstrap-ddshop .glyphicon-zoom-out:before{content:"\e016"}.bootstrap-ddshop .glyphicon-off:before{content:"\e017"}.bootstrap-ddshop .glyphicon-signal:before{content:"\e018"}.bootstrap-ddshop .glyphicon-cog:before{content:"\e019"}.bootstrap-ddshop .glyphicon-trash:before{content:"\e020"}.bootstrap-ddshop .glyphicon-home:before{content:"\e021"}.bootstrap-ddshop .glyphicon-file:before{content:"\e022"}.bootstrap-ddshop .glyphicon-time:before{content:"\e023"}.bootstrap-ddshop .glyphicon-road:before{content:"\e024"}.bootstrap-ddshop .glyphicon-download-alt:before{content:"\e025"}.bootstrap-ddshop .glyphicon-download:before{content:"\e026"}.bootstrap-ddshop .glyphicon-upload:before{content:"\e027"}.bootstrap-ddshop .glyphicon-inbox:before{content:"\e028"}.bootstrap-ddshop .glyphicon-play-circle:before{content:"\e029"}.bootstrap-ddshop .glyphicon-repeat:before{content:"\e030"}.bootstrap-ddshop .glyphicon-refresh:before{content:"\e031"}.bootstrap-ddshop .glyphicon-list-alt:before{content:"\e032"}.bootstrap-ddshop .glyphicon-lock:before{content:"\e033"}.bootstrap-ddshop .glyphicon-flag:before{content:"\e034"}.bootstrap-ddshop .glyphicon-headphones:before{content:"\e035"}.bootstrap-ddshop .glyphicon-volume-off:before{content:"\e036"}.bootstrap-ddshop .glyphicon-volume-down:before{content:"\e037"}.bootstrap-ddshop .glyphicon-volume-up:before{content:"\e038"}.bootstrap-ddshop .glyphicon-qrcode:before{content:"\e039"}.bootstrap-ddshop .glyphicon-barcode:before{content:"\e040"}.bootstrap-ddshop .glyphicon-tag:before{content:"\e041"}.bootstrap-ddshop .glyphicon-tags:before{content:"\e042"}.bootstrap-ddshop .glyphicon-book:before{content:"\e043"}.bootstrap-ddshop .glyphicon-bookmark:before{content:"\e044"}.bootstrap-ddshop .glyphicon-print:before{content:"\e045"}.bootstrap-ddshop .glyphicon-camera:before{content:"\e046"}.bootstrap-ddshop .glyphicon-font:before{content:"\e047"}.bootstrap-ddshop .glyphicon-bold:before{content:"\e048"}.bootstrap-ddshop .glyphicon-italic:before{content:"\e049"}.bootstrap-ddshop .glyphicon-text-height:before{content:"\e050"}.bootstrap-ddshop .glyphicon-text-width:before{content:"\e051"}.bootstrap-ddshop .glyphicon-align-left:before{content:"\e052"}.bootstrap-ddshop .glyphicon-align-center:before{content:"\e053"}.bootstrap-ddshop .glyphicon-align-right:before{content:"\e054"}.bootstrap-ddshop .glyphicon-align-justify:before{content:"\e055"}.bootstrap-ddshop .glyphicon-list:before{content:"\e056"}.bootstrap-ddshop .glyphicon-indent-left:before{content:"\e057"}.bootstrap-ddshop .glyphicon-indent-right:before{content:"\e058"}.bootstrap-ddshop .glyphicon-facetime-video:before{content:"\e059"}.bootstrap-ddshop .glyphicon-picture:before{content:"\e060"}.bootstrap-ddshop .glyphicon-map-marker:before{content:"\e062"}.bootstrap-ddshop .glyphicon-adjust:before{content:"\e063"}.bootstrap-ddshop .glyphicon-tint:before{content:"\e064"}.bootstrap-ddshop .glyphicon-edit:before{content:"\e065"}.bootstrap-ddshop .glyphicon-share:before{content:"\e066"}.bootstrap-ddshop .glyphicon-check:before{content:"\e067"}.bootstrap-ddshop .glyphicon-move:before{content:"\e068"}.bootstrap-ddshop .glyphicon-step-backward:before{content:"\e069"}.bootstrap-ddshop .glyphicon-fast-backward:before{content:"\e070"}.bootstrap-ddshop .glyphicon-backward:before{content:"\e071"}.bootstrap-ddshop .glyphicon-play:before{content:"\e072"}.bootstrap-ddshop .glyphicon-pause:before{content:"\e073"}.bootstrap-ddshop .glyphicon-stop:before{content:"\e074"}.bootstrap-ddshop .glyphicon-forward:before{content:"\e075"}.bootstrap-ddshop .glyphicon-fast-forward:before{content:"\e076"}.bootstrap-ddshop .glyphicon-step-forward:before{content:"\e077"}.bootstrap-ddshop .glyphicon-eject:before{content:"\e078"}.bootstrap-ddshop .glyphicon-chevron-left:before{content:"\e079"}.bootstrap-ddshop .glyphicon-chevron-right:before{content:"\e080"}.bootstrap-ddshop .glyphicon-plus-sign:before{content:"\e081"}.bootstrap-ddshop .glyphicon-minus-sign:before{content:"\e082"}.bootstrap-ddshop .glyphicon-remove-sign:before{content:"\e083"}.bootstrap-ddshop .glyphicon-ok-sign:before{content:"\e084"}.bootstrap-ddshop .glyphicon-question-sign:before{content:"\e085"}.bootstrap-ddshop .glyphicon-info-sign:before{content:"\e086"}.bootstrap-ddshop .glyphicon-screenshot:before{content:"\e087"}.bootstrap-ddshop .glyphicon-remove-circle:before{content:"\e088"}.bootstrap-ddshop .glyphicon-ok-circle:before{content:"\e089"}.bootstrap-ddshop .glyphicon-ban-circle:before{content:"\e090"}.bootstrap-ddshop .glyphicon-arrow-left:before{content:"\e091"}.bootstrap-ddshop .glyphicon-arrow-right:before{content:"\e092"}.bootstrap-ddshop .glyphicon-arrow-up:before{content:"\e093"}.bootstrap-ddshop .glyphicon-arrow-down:before{content:"\e094"}.bootstrap-ddshop .glyphicon-share-alt:before{content:"\e095"}.bootstrap-ddshop .glyphicon-resize-full:before{content:"\e096"}.bootstrap-ddshop .glyphicon-resize-small:before{content:"\e097"}.bootstrap-ddshop .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap-ddshop .glyphicon-gift:before{content:"\e102"}.bootstrap-ddshop .glyphicon-leaf:before{content:"\e103"}.bootstrap-ddshop .glyphicon-fire:before{content:"\e104"}.bootstrap-ddshop .glyphicon-eye-open:before{content:"\e105"}.bootstrap-ddshop .glyphicon-eye-close:before{content:"\e106"}.bootstrap-ddshop .glyphicon-warning-sign:before{content:"\e107"}.bootstrap-ddshop .glyphicon-plane:before{content:"\e108"}.bootstrap-ddshop .glyphicon-calendar:before{content:"\e109"}.bootstrap-ddshop .glyphicon-random:before{content:"\e110"}.bootstrap-ddshop .glyphicon-comment:before{content:"\e111"}.bootstrap-ddshop .glyphicon-magnet:before{content:"\e112"}.bootstrap-ddshop .glyphicon-chevron-up:before{content:"\e113"}.bootstrap-ddshop .glyphicon-chevron-down:before{content:"\e114"}.bootstrap-ddshop .glyphicon-retweet:before{content:"\e115"}.bootstrap-ddshop .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap-ddshop .glyphicon-folder-close:before{content:"\e117"}.bootstrap-ddshop .glyphicon-folder-open:before{content:"\e118"}.bootstrap-ddshop .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap-ddshop .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap-ddshop .glyphicon-hdd:before{content:"\e121"}.bootstrap-ddshop .glyphicon-bullhorn:before{content:"\e122"}.bootstrap-ddshop .glyphicon-bell:before{content:"\e123"}.bootstrap-ddshop .glyphicon-certificate:before{content:"\e124"}.bootstrap-ddshop .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap-ddshop .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap-ddshop .glyphicon-hand-right:before{content:"\e127"}.bootstrap-ddshop .glyphicon-hand-left:before{content:"\e128"}.bootstrap-ddshop .glyphicon-hand-up:before{content:"\e129"}.bootstrap-ddshop .glyphicon-hand-down:before{content:"\e130"}.bootstrap-ddshop .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap-ddshop .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap-ddshop .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap-ddshop .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap-ddshop .glyphicon-globe:before{content:"\e135"}.bootstrap-ddshop .glyphicon-wrench:before{content:"\e136"}.bootstrap-ddshop .glyphicon-tasks:before{content:"\e137"}.bootstrap-ddshop .glyphicon-filter:before{content:"\e138"}.bootstrap-ddshop .glyphicon-briefcase:before{content:"\e139"}.bootstrap-ddshop .glyphicon-fullscreen:before{content:"\e140"}.bootstrap-ddshop .glyphicon-dashboard:before{content:"\e141"}.bootstrap-ddshop .glyphicon-paperclip:before{content:"\e142"}.bootstrap-ddshop .glyphicon-heart-empty:before{content:"\e143"}.bootstrap-ddshop .glyphicon-link:before{content:"\e144"}.bootstrap-ddshop .glyphicon-phone:before{content:"\e145"}.bootstrap-ddshop .glyphicon-pushpin:before{content:"\e146"}.bootstrap-ddshop .glyphicon-usd:before{content:"\e148"}.bootstrap-ddshop .glyphicon-gbp:before{content:"\e149"}.bootstrap-ddshop .glyphicon-sort:before{content:"\e150"}.bootstrap-ddshop .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap-ddshop .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap-ddshop .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap-ddshop .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap-ddshop .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap-ddshop .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap-ddshop .glyphicon-unchecked:before{content:"\e157"}.bootstrap-ddshop .glyphicon-expand:before{content:"\e158"}.bootstrap-ddshop .glyphicon-collapse-down:before{content:"\e159"}.bootstrap-ddshop .glyphicon-collapse-up:before{content:"\e160"}.bootstrap-ddshop .glyphicon-log-in:before{content:"\e161"}.bootstrap-ddshop .glyphicon-flash:before{content:"\e162"}.bootstrap-ddshop .glyphicon-log-out:before{content:"\e163"}.bootstrap-ddshop .glyphicon-new-window:before{content:"\e164"}.bootstrap-ddshop .glyphicon-record:before{content:"\e165"}.bootstrap-ddshop .glyphicon-save:before{content:"\e166"}.bootstrap-ddshop .glyphicon-open:before{content:"\e167"}.bootstrap-ddshop .glyphicon-saved:before{content:"\e168"}.bootstrap-ddshop .glyphicon-import:before{content:"\e169"}.bootstrap-ddshop .glyphicon-export:before{content:"\e170"}.bootstrap-ddshop .glyphicon-send:before{content:"\e171"}.bootstrap-ddshop .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap-ddshop .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap-ddshop .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap-ddshop .glyphicon-floppy-save:before{content:"\e175"}.bootstrap-ddshop .glyphicon-floppy-open:before{content:"\e176"}.bootstrap-ddshop .glyphicon-credit-card:before{content:"\e177"}.bootstrap-ddshop .glyphicon-transfer:before{content:"\e178"}.bootstrap-ddshop .glyphicon-cutlery:before{content:"\e179"}.bootstrap-ddshop .glyphicon-header:before{content:"\e180"}.bootstrap-ddshop .glyphicon-compressed:before{content:"\e181"}.bootstrap-ddshop .glyphicon-earphone:before{content:"\e182"}.bootstrap-ddshop .glyphicon-phone-alt:before{content:"\e183"}.bootstrap-ddshop .glyphicon-tower:before{content:"\e184"}.bootstrap-ddshop .glyphicon-stats:before{content:"\e185"}.bootstrap-ddshop .glyphicon-sd-video:before{content:"\e186"}.bootstrap-ddshop .glyphicon-hd-video:before{content:"\e187"}.bootstrap-ddshop .glyphicon-subtitles:before{content:"\e188"}.bootstrap-ddshop .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap-ddshop .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap-ddshop .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap-ddshop .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap-ddshop .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap-ddshop .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap-ddshop .glyphicon-registration-mark:before{content:"\e195"}.bootstrap-ddshop .glyphicon-cloud-download:before{content:"\e197"}.bootstrap-ddshop .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap-ddshop .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap-ddshop .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap-ddshop .glyphicon-cd:before{content:"\e201"}.bootstrap-ddshop .glyphicon-save-file:before{content:"\e202"}.bootstrap-ddshop .glyphicon-open-file:before{content:"\e203"}.bootstrap-ddshop .glyphicon-level-up:before{content:"\e204"}.bootstrap-ddshop .glyphicon-copy:before{content:"\e205"}.bootstrap-ddshop .glyphicon-paste:before{content:"\e206"}.bootstrap-ddshop .glyphicon-alert:before{content:"\e209"}.bootstrap-ddshop .glyphicon-equalizer:before{content:"\e210"}.bootstrap-ddshop .glyphicon-king:before{content:"\e211"}.bootstrap-ddshop .glyphicon-queen:before{content:"\e212"}.bootstrap-ddshop .glyphicon-pawn:before{content:"\e213"}.bootstrap-ddshop .glyphicon-bishop:before{content:"\e214"}.bootstrap-ddshop .glyphicon-knight:before{content:"\e215"}.bootstrap-ddshop .glyphicon-baby-formula:before{content:"\e216"}.bootstrap-ddshop .glyphicon-tent:before{content:"\26fa"}.bootstrap-ddshop .glyphicon-blackboard:before{content:"\e218"}.bootstrap-ddshop .glyphicon-bed:before{content:"\e219"}.bootstrap-ddshop .glyphicon-apple:before{content:"\f8ff"}.bootstrap-ddshop .glyphicon-erase:before{content:"\e221"}.bootstrap-ddshop .glyphicon-hourglass:before{content:"\231b"}.bootstrap-ddshop .glyphicon-lamp:before{content:"\e223"}.bootstrap-ddshop .glyphicon-duplicate:before{content:"\e224"}.bootstrap-ddshop .glyphicon-piggy-bank:before{content:"\e225"}.bootstrap-ddshop .glyphicon-scissors:before{content:"\e226"}.bootstrap-ddshop .glyphicon-bitcoin:before{content:"\e227"}.bootstrap-ddshop .glyphicon-btc:before{content:"\e227"}.bootstrap-ddshop .glyphicon-xbt:before{content:"\e227"}.bootstrap-ddshop .glyphicon-yen:before{content:"\a5"}.bootstrap-ddshop .glyphicon-jpy:before{content:"\a5"}.bootstrap-ddshop .glyphicon-ruble:before{content:"\20bd"}.bootstrap-ddshop .glyphicon-rub:before{content:"\20bd"}.bootstrap-ddshop .glyphicon-scale:before{content:"\e230"}.bootstrap-ddshop .glyphicon-ice-lolly:before{content:"\e231"}.bootstrap-ddshop .glyphicon-ice-lolly-tasted:before{content:"\e232"}.bootstrap-ddshop .glyphicon-education:before{content:"\e233"}.bootstrap-ddshop .glyphicon-option-horizontal:before{content:"\e234"}.bootstrap-ddshop .glyphicon-option-vertical:before{content:"\e235"}.bootstrap-ddshop .glyphicon-menu-hamburger:before{content:"\e236"}.bootstrap-ddshop .glyphicon-modal-window:before{content:"\e237"}.bootstrap-ddshop .glyphicon-oil:before{content:"\e238"}.bootstrap-ddshop .glyphicon-grain:before{content:"\e239"}.bootstrap-ddshop .glyphicon-sunglasses:before{content:"\e240"}.bootstrap-ddshop .glyphicon-text-size:before{content:"\e241"}.bootstrap-ddshop .glyphicon-text-color:before{content:"\e242"}.bootstrap-ddshop .glyphicon-text-background:before{content:"\e243"}.bootstrap-ddshop .glyphicon-object-align-top:before{content:"\e244"}.bootstrap-ddshop .glyphicon-object-align-bottom:before{content:"\e245"}.bootstrap-ddshop .glyphicon-object-align-horizontal:before{content:"\e246"}.bootstrap-ddshop .glyphicon-object-align-left:before{content:"\e247"}.bootstrap-ddshop .glyphicon-object-align-vertical:before{content:"\e248"}.bootstrap-ddshop .glyphicon-object-align-right:before{content:"\e249"}.bootstrap-ddshop .glyphicon-triangle-right:before{content:"\e250"}.bootstrap-ddshop .glyphicon-triangle-left:before{content:"\e251"}.bootstrap-ddshop .glyphicon-triangle-bottom:before{content:"\e252"}.bootstrap-ddshop .glyphicon-triangle-top:before{content:"\e253"}.bootstrap-ddshop .glyphicon-console:before{content:"\e254"}.bootstrap-ddshop .glyphicon-superscript:before{content:"\e255"}.bootstrap-ddshop .glyphicon-subscript:before{content:"\e256"}.bootstrap-ddshop .glyphicon-menu-left:before{content:"\e257"}.bootstrap-ddshop .glyphicon-menu-right:before{content:"\e258"}.bootstrap-ddshop .glyphicon-menu-down:before{content:"\e259"}.bootstrap-ddshop .glyphicon-menu-up:before{content:"\e260"}.bootstrap-ddshop *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-ddshop *:before,.bootstrap-ddshop *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-ddshop .fykikta-giraffe-detail-tail{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bootstrap-ddshop .fykikta-giraffe-detail-tail{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.bootstrap-ddshop input,.bootstrap-ddshop button,.bootstrap-ddshop select,.bootstrap-ddshop textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-ddshop figure{margin:0}.bootstrap-ddshop img{vertical-align:middle}.bootstrap-ddshop .img-responsive,.bootstrap-ddshop .thumbnail>img,.bootstrap-ddshop .thumbnail a>img,.bootstrap-ddshop .carousel-inner>.item>img,.bootstrap-ddshop .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.bootstrap-ddshop .img-rounded{border-radius:6px}.bootstrap-ddshop .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.bootstrap-ddshop .img-circle{border-radius:50%}.bootstrap-ddshop hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.bootstrap-ddshop .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-ddshop .sr-only-focusable:active,.bootstrap-ddshop .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap-ddshop [role=button]{cursor:pointer}.bootstrap-ddshop h1,.bootstrap-ddshop h2,.bootstrap-ddshop h3,.bootstrap-ddshop h4,.bootstrap-ddshop h5,.bootstrap-ddshop h6,.bootstrap-ddshop .h1,.bootstrap-ddshop .h2,.bootstrap-ddshop .h3,.bootstrap-ddshop .h4,.bootstrap-ddshop .h5,.bootstrap-ddshop .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap-ddshop h1 small,.bootstrap-ddshop h2 small,.bootstrap-ddshop h3 small,.bootstrap-ddshop h4 small,.bootstrap-ddshop h5 small,.bootstrap-ddshop h6 small,.bootstrap-ddshop .h1 small,.bootstrap-ddshop .h2 small,.bootstrap-ddshop .h3 small,.bootstrap-ddshop .h4 small,.bootstrap-ddshop .h5 small,.bootstrap-ddshop .h6 small,.bootstrap-ddshop h1 .small,.bootstrap-ddshop h2 .small,.bootstrap-ddshop h3 .small,.bootstrap-ddshop h4 .small,.bootstrap-ddshop h5 .small,.bootstrap-ddshop h6 .small,.bootstrap-ddshop .h1 .small,.bootstrap-ddshop .h2 .small,.bootstrap-ddshop .h3 .small,.bootstrap-ddshop .h4 .small,.bootstrap-ddshop .h5 .small,.bootstrap-ddshop .h6 .small{font-weight:400;line-height:1;color:#777}.bootstrap-ddshop h1,.bootstrap-ddshop .h1,.bootstrap-ddshop h2,.bootstrap-ddshop .h2,.bootstrap-ddshop h3,.bootstrap-ddshop .h3{margin-top:20px;margin-bottom:10px}.bootstrap-ddshop h1 small,.bootstrap-ddshop .h1 small,.bootstrap-ddshop h2 small,.bootstrap-ddshop .h2 small,.bootstrap-ddshop h3 small,.bootstrap-ddshop .h3 small,.bootstrap-ddshop h1 .small,.bootstrap-ddshop .h1 .small,.bootstrap-ddshop h2 .small,.bootstrap-ddshop .h2 .small,.bootstrap-ddshop h3 .small,.bootstrap-ddshop .h3 .small{font-size:65%}.bootstrap-ddshop h4,.bootstrap-ddshop .h4,.bootstrap-ddshop h5,.bootstrap-ddshop .h5,.bootstrap-ddshop h6,.bootstrap-ddshop .h6{margin-top:10px;margin-bottom:10px}.bootstrap-ddshop h4 small,.bootstrap-ddshop .h4 small,.bootstrap-ddshop h5 small,.bootstrap-ddshop .h5 small,.bootstrap-ddshop h6 small,.bootstrap-ddshop .h6 small,.bootstrap-ddshop h4 .small,.bootstrap-ddshop .h4 .small,.bootstrap-ddshop h5 .small,.bootstrap-ddshop .h5 .small,.bootstrap-ddshop h6 .small,.bootstrap-ddshop .h6 .small{font-size:75%}.bootstrap-ddshop h1,.bootstrap-ddshop .h1{font-size:36px}.bootstrap-ddshop h2,.bootstrap-ddshop .h2{font-size:30px}.bootstrap-ddshop h3,.bootstrap-ddshop .h3{font-size:24px}.bootstrap-ddshop h4,.bootstrap-ddshop .h4{font-size:18px}.bootstrap-ddshop h5,.bootstrap-ddshop .h5{font-size:14px}.bootstrap-ddshop h6,.bootstrap-ddshop .h6{font-size:12px}.bootstrap-ddshop p{margin:0 0 10px}.bootstrap-ddshop .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){.bootstrap-ddshop .lead{font-size:21px}}.bootstrap-ddshop small,.bootstrap-ddshop .small{font-size:85%}.bootstrap-ddshop mark,.bootstrap-ddshop .mark{background-color:#fcf8e3;padding:.2em}.bootstrap-ddshop .text-left{text-align:left}.bootstrap-ddshop .text-right{text-align:right}.bootstrap-ddshop .text-center{text-align:center}.bootstrap-ddshop .text-justify{text-align:justify}.bootstrap-ddshop .text-nowrap{white-space:nowrap}.bootstrap-ddshop .text-lowercase{text-transform:lowercase}.bootstrap-ddshop .text-uppercase{text-transform:uppercase}.bootstrap-ddshop .text-capitalize{text-transform:capitalize}.bootstrap-ddshop .text-muted{color:#777}.bootstrap-ddshop .text-primary{color:#337ab7}.bootstrap-ddshop a.text-primary:hover{color:#286090}.bootstrap-ddshop .text-success{color:#3c763d}.bootstrap-ddshop a.text-success:hover{color:#2b542c}.bootstrap-ddshop .text-info{color:#31708f}.bootstrap-ddshop a.text-info:hover{color:#245269}.bootstrap-ddshop .text-warning{color:#8a6d3b}.bootstrap-ddshop a.text-warning:hover{color:#66512c}.bootstrap-ddshop .text-danger{color:#a94442}.bootstrap-ddshop a.text-danger:hover{color:#843534}.bootstrap-ddshop .bg-primary{color:#fff;background-color:#337ab7}.bootstrap-ddshop a.bg-primary:hover{background-color:#286090}.bootstrap-ddshop .bg-success{background-color:#dff0d8}.bootstrap-ddshop a.bg-success:hover{background-color:#c1e2b3}.bootstrap-ddshop .bg-info{background-color:#d9edf7}.bootstrap-ddshop a.bg-info:hover{background-color:#afd9ee}.bootstrap-ddshop .bg-warning{background-color:#fcf8e3}.bootstrap-ddshop a.bg-warning:hover{background-color:#f7ecb5}.bootstrap-ddshop .bg-danger{background-color:#f2dede}.bootstrap-ddshop a.bg-danger:hover{background-color:#e4b9b9}.bootstrap-ddshop .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}.bootstrap-ddshop ul,.bootstrap-ddshop ol{margin-top:0;margin-bottom:10px}.bootstrap-ddshop ul ul,.bootstrap-ddshop ol ul,.bootstrap-ddshop ul ol,.bootstrap-ddshop ol ol{margin-bottom:0}.bootstrap-ddshop .list-unstyled{padding-left:0;list-style:none}.bootstrap-ddshop .list-inline{padding-left:0;list-style:none;margin-left:-5px}.bootstrap-ddshop .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.bootstrap-ddshop dl{margin-top:0;margin-bottom:20px}.bootstrap-ddshop dt,.bootstrap-ddshop dd{line-height:1.42857143}.bootstrap-ddshop dt{font-weight:700}.bootstrap-ddshop dd{margin-left:0}@media(min-width:768px){.bootstrap-ddshop .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-ddshop .dl-horizontal dd{margin-left:180px}}.bootstrap-ddshop abbr[title],.bootstrap-ddshop abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.bootstrap-ddshop .initialism{font-size:90%;text-transform:uppercase}.bootstrap-ddshop blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}.bootstrap-ddshop blockquote p:last-child,.bootstrap-ddshop blockquote ul:last-child,.bootstrap-ddshop blockquote ol:last-child{margin-bottom:0}.bootstrap-ddshop blockquote footer,.bootstrap-ddshop blockquote small,.bootstrap-ddshop blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.bootstrap-ddshop blockquote footer:before,.bootstrap-ddshop blockquote small:before,.bootstrap-ddshop blockquote .small:before{content:"\2014\a0"}.bootstrap-ddshop .blockquote-reverse,.bootstrap-ddshop blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.bootstrap-ddshop .blockquote-reverse footer:before,.bootstrap-ddshop blockquote.pull-right footer:before,.bootstrap-ddshop .blockquote-reverse small:before,.bootstrap-ddshop blockquote.pull-right small:before,.bootstrap-ddshop .blockquote-reverse .small:before,.bootstrap-ddshop blockquote.pull-right .small:before{content:""}.bootstrap-ddshop .blockquote-reverse footer:after,.bootstrap-ddshop blockquote.pull-right footer:after,.bootstrap-ddshop .blockquote-reverse small:after,.bootstrap-ddshop blockquote.pull-right small:after,.bootstrap-ddshop .blockquote-reverse .small:after,.bootstrap-ddshop blockquote.pull-right .small:after{content:"\a0\2014"}.bootstrap-ddshop address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.bootstrap-ddshop code,.bootstrap-ddshop kbd,.bootstrap-ddshop pre,.bootstrap-ddshop samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.bootstrap-ddshop code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.bootstrap-ddshop kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px #00000040}.bootstrap-ddshop kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}.bootstrap-ddshop pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-ddshop .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-ddshop .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){.bootstrap-ddshop .container{width:750px}}@media(min-width:992px){.bootstrap-ddshop .container{width:970px}}@media(min-width:1200px){.bootstrap-ddshop .container{width:1170px}}.bootstrap-ddshop .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.bootstrap-ddshop .row{margin-left:-15px;margin-right:-15px}.bootstrap-ddshop .col-xs-1,.bootstrap-ddshop .col-sm-1,.bootstrap-ddshop .col-md-1,.bootstrap-ddshop .col-lg-1,.bootstrap-ddshop .col-xs-2,.bootstrap-ddshop .col-sm-2,.bootstrap-ddshop .col-md-2,.bootstrap-ddshop .col-lg-2,.bootstrap-ddshop .col-xs-3,.bootstrap-ddshop .col-sm-3,.bootstrap-ddshop .col-md-3,.bootstrap-ddshop .col-lg-3,.bootstrap-ddshop .col-xs-4,.bootstrap-ddshop .col-sm-4,.bootstrap-ddshop .col-md-4,.bootstrap-ddshop .col-lg-4,.bootstrap-ddshop .col-xs-5,.bootstrap-ddshop .col-sm-5,.bootstrap-ddshop .col-md-5,.bootstrap-ddshop .col-lg-5,.bootstrap-ddshop .col-xs-6,.bootstrap-ddshop .col-sm-6,.bootstrap-ddshop .col-md-6,.bootstrap-ddshop .col-lg-6,.bootstrap-ddshop .col-xs-7,.bootstrap-ddshop .col-sm-7,.bootstrap-ddshop .col-md-7,.bootstrap-ddshop .col-lg-7,.bootstrap-ddshop .col-xs-8,.bootstrap-ddshop .col-sm-8,.bootstrap-ddshop .col-md-8,.bootstrap-ddshop .col-lg-8,.bootstrap-ddshop .col-xs-9,.bootstrap-ddshop .col-sm-9,.bootstrap-ddshop .col-md-9,.bootstrap-ddshop .col-lg-9,.bootstrap-ddshop .col-xs-10,.bootstrap-ddshop .col-sm-10,.bootstrap-ddshop .col-md-10,.bootstrap-ddshop .col-lg-10,.bootstrap-ddshop .col-xs-11,.bootstrap-ddshop .col-sm-11,.bootstrap-ddshop .col-md-11,.bootstrap-ddshop .col-lg-11,.bootstrap-ddshop .col-xs-12,.bootstrap-ddshop .col-sm-12,.bootstrap-ddshop .col-md-12,.bootstrap-ddshop .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.bootstrap-ddshop .col-xs-1,.bootstrap-ddshop .col-xs-2,.bootstrap-ddshop .col-xs-3,.bootstrap-ddshop .col-xs-4,.bootstrap-ddshop .col-xs-5,.bootstrap-ddshop .col-xs-6,.bootstrap-ddshop .col-xs-7,.bootstrap-ddshop .col-xs-8,.bootstrap-ddshop .col-xs-9,.bootstrap-ddshop .col-xs-10,.bootstrap-ddshop .col-xs-11,.bootstrap-ddshop .col-xs-12{float:left}.bootstrap-ddshop .col-xs-12{width:100%}.bootstrap-ddshop .col-xs-11{width:91.66666667%}.bootstrap-ddshop .col-xs-10{width:83.33333333%}.bootstrap-ddshop .col-xs-9{width:75%}.bootstrap-ddshop .col-xs-8{width:66.66666667%}.bootstrap-ddshop .col-xs-7{width:58.33333333%}.bootstrap-ddshop .col-xs-6{width:50%}.bootstrap-ddshop .col-xs-5{width:41.66666667%}.bootstrap-ddshop .col-xs-4{width:33.33333333%}.bootstrap-ddshop .col-xs-3{width:25%}.bootstrap-ddshop .col-xs-2{width:16.66666667%}.bootstrap-ddshop .col-xs-1{width:8.33333333%}.bootstrap-ddshop .col-xs-pull-12{right:100%}.bootstrap-ddshop .col-xs-pull-11{right:91.66666667%}.bootstrap-ddshop .col-xs-pull-10{right:83.33333333%}.bootstrap-ddshop .col-xs-pull-9{right:75%}.bootstrap-ddshop .col-xs-pull-8{right:66.66666667%}.bootstrap-ddshop .col-xs-pull-7{right:58.33333333%}.bootstrap-ddshop .col-xs-pull-6{right:50%}.bootstrap-ddshop .col-xs-pull-5{right:41.66666667%}.bootstrap-ddshop .col-xs-pull-4{right:33.33333333%}.bootstrap-ddshop .col-xs-pull-3{right:25%}.bootstrap-ddshop .col-xs-pull-2{right:16.66666667%}.bootstrap-ddshop .col-xs-pull-1{right:8.33333333%}.bootstrap-ddshop .col-xs-pull-0{right:auto}.bootstrap-ddshop .col-xs-push-12{left:100%}.bootstrap-ddshop .col-xs-push-11{left:91.66666667%}.bootstrap-ddshop .col-xs-push-10{left:83.33333333%}.bootstrap-ddshop .col-xs-push-9{left:75%}.bootstrap-ddshop .col-xs-push-8{left:66.66666667%}.bootstrap-ddshop .col-xs-push-7{left:58.33333333%}.bootstrap-ddshop .col-xs-push-6{left:50%}.bootstrap-ddshop .col-xs-push-5{left:41.66666667%}.bootstrap-ddshop .col-xs-push-4{left:33.33333333%}.bootstrap-ddshop .col-xs-push-3{left:25%}.bootstrap-ddshop .col-xs-push-2{left:16.66666667%}.bootstrap-ddshop .col-xs-push-1{left:8.33333333%}.bootstrap-ddshop .col-xs-push-0{left:auto}.bootstrap-ddshop .col-xs-offset-12{margin-left:100%}.bootstrap-ddshop .col-xs-offset-11{margin-left:91.66666667%}.bootstrap-ddshop .col-xs-offset-10{margin-left:83.33333333%}.bootstrap-ddshop .col-xs-offset-9{margin-left:75%}.bootstrap-ddshop .col-xs-offset-8{margin-left:66.66666667%}.bootstrap-ddshop .col-xs-offset-7{margin-left:58.33333333%}.bootstrap-ddshop .col-xs-offset-6{margin-left:50%}.bootstrap-ddshop .col-xs-offset-5{margin-left:41.66666667%}.bootstrap-ddshop .col-xs-offset-4{margin-left:33.33333333%}.bootstrap-ddshop .col-xs-offset-3{margin-left:25%}.bootstrap-ddshop .col-xs-offset-2{margin-left:16.66666667%}.bootstrap-ddshop .col-xs-offset-1{margin-left:8.33333333%}.bootstrap-ddshop .col-xs-offset-0{margin-left:0%}@media(min-width:768px){.bootstrap-ddshop .col-sm-1,.bootstrap-ddshop .col-sm-2,.bootstrap-ddshop .col-sm-3,.bootstrap-ddshop .col-sm-4,.bootstrap-ddshop .col-sm-5,.bootstrap-ddshop .col-sm-6,.bootstrap-ddshop .col-sm-7,.bootstrap-ddshop .col-sm-8,.bootstrap-ddshop .col-sm-9,.bootstrap-ddshop .col-sm-10,.bootstrap-ddshop .col-sm-11,.bootstrap-ddshop .col-sm-12{float:left}.bootstrap-ddshop .col-sm-12{width:100%}.bootstrap-ddshop .col-sm-11{width:91.66666667%}.bootstrap-ddshop .col-sm-10{width:83.33333333%}.bootstrap-ddshop .col-sm-9{width:75%}.bootstrap-ddshop .col-sm-8{width:66.66666667%}.bootstrap-ddshop .col-sm-7{width:58.33333333%}.bootstrap-ddshop .col-sm-6{width:50%}.bootstrap-ddshop .col-sm-5{width:41.66666667%}.bootstrap-ddshop .col-sm-4{width:33.33333333%}.bootstrap-ddshop .col-sm-3{width:25%}.bootstrap-ddshop .col-sm-2{width:16.66666667%}.bootstrap-ddshop .col-sm-1{width:8.33333333%}.bootstrap-ddshop .col-sm-pull-12{right:100%}.bootstrap-ddshop .col-sm-pull-11{right:91.66666667%}.bootstrap-ddshop .col-sm-pull-10{right:83.33333333%}.bootstrap-ddshop .col-sm-pull-9{right:75%}.bootstrap-ddshop .col-sm-pull-8{right:66.66666667%}.bootstrap-ddshop .col-sm-pull-7{right:58.33333333%}.bootstrap-ddshop .col-sm-pull-6{right:50%}.bootstrap-ddshop .col-sm-pull-5{right:41.66666667%}.bootstrap-ddshop .col-sm-pull-4{right:33.33333333%}.bootstrap-ddshop .col-sm-pull-3{right:25%}.bootstrap-ddshop .col-sm-pull-2{right:16.66666667%}.bootstrap-ddshop .col-sm-pull-1{right:8.33333333%}.bootstrap-ddshop .col-sm-pull-0{right:auto}.bootstrap-ddshop .col-sm-push-12{left:100%}.bootstrap-ddshop .col-sm-push-11{left:91.66666667%}.bootstrap-ddshop .col-sm-push-10{left:83.33333333%}.bootstrap-ddshop .col-sm-push-9{left:75%}.bootstrap-ddshop .col-sm-push-8{left:66.66666667%}.bootstrap-ddshop .col-sm-push-7{left:58.33333333%}.bootstrap-ddshop .col-sm-push-6{left:50%}.bootstrap-ddshop .col-sm-push-5{left:41.66666667%}.bootstrap-ddshop .col-sm-push-4{left:33.33333333%}.bootstrap-ddshop .col-sm-push-3{left:25%}.bootstrap-ddshop .col-sm-push-2{left:16.66666667%}.bootstrap-ddshop .col-sm-push-1{left:8.33333333%}.bootstrap-ddshop .col-sm-push-0{left:auto}.bootstrap-ddshop .col-sm-offset-12{margin-left:100%}.bootstrap-ddshop .col-sm-offset-11{margin-left:91.66666667%}.bootstrap-ddshop .col-sm-offset-10{margin-left:83.33333333%}.bootstrap-ddshop .col-sm-offset-9{margin-left:75%}.bootstrap-ddshop .col-sm-offset-8{margin-left:66.66666667%}.bootstrap-ddshop .col-sm-offset-7{margin-left:58.33333333%}.bootstrap-ddshop .col-sm-offset-6{margin-left:50%}.bootstrap-ddshop .col-sm-offset-5{margin-left:41.66666667%}.bootstrap-ddshop .col-sm-offset-4{margin-left:33.33333333%}.bootstrap-ddshop .col-sm-offset-3{margin-left:25%}.bootstrap-ddshop .col-sm-offset-2{margin-left:16.66666667%}.bootstrap-ddshop .col-sm-offset-1{margin-left:8.33333333%}.bootstrap-ddshop .col-sm-offset-0{margin-left:0%}}@media(min-width:992px){.bootstrap-ddshop .col-md-1,.bootstrap-ddshop .col-md-2,.bootstrap-ddshop .col-md-3,.bootstrap-ddshop .col-md-4,.bootstrap-ddshop .col-md-5,.bootstrap-ddshop .col-md-6,.bootstrap-ddshop .col-md-7,.bootstrap-ddshop .col-md-8,.bootstrap-ddshop .col-md-9,.bootstrap-ddshop .col-md-10,.bootstrap-ddshop .col-md-11,.bootstrap-ddshop .col-md-12{float:left}.bootstrap-ddshop .col-md-12{width:100%}.bootstrap-ddshop .col-md-11{width:91.66666667%}.bootstrap-ddshop .col-md-10{width:83.33333333%}.bootstrap-ddshop .col-md-9{width:75%}.bootstrap-ddshop .col-md-8{width:66.66666667%}.bootstrap-ddshop .col-md-7{width:58.33333333%}.bootstrap-ddshop .col-md-6{width:50%}.bootstrap-ddshop .col-md-5{width:41.66666667%}.bootstrap-ddshop .col-md-4{width:33.33333333%}.bootstrap-ddshop .col-md-3{width:25%}.bootstrap-ddshop .col-md-2{width:16.66666667%}.bootstrap-ddshop .col-md-1{width:8.33333333%}.bootstrap-ddshop .col-md-pull-12{right:100%}.bootstrap-ddshop .col-md-pull-11{right:91.66666667%}.bootstrap-ddshop .col-md-pull-10{right:83.33333333%}.bootstrap-ddshop .col-md-pull-9{right:75%}.bootstrap-ddshop .col-md-pull-8{right:66.66666667%}.bootstrap-ddshop .col-md-pull-7{right:58.33333333%}.bootstrap-ddshop .col-md-pull-6{right:50%}.bootstrap-ddshop .col-md-pull-5{right:41.66666667%}.bootstrap-ddshop .col-md-pull-4{right:33.33333333%}.bootstrap-ddshop .col-md-pull-3{right:25%}.bootstrap-ddshop .col-md-pull-2{right:16.66666667%}.bootstrap-ddshop .col-md-pull-1{right:8.33333333%}.bootstrap-ddshop .col-md-pull-0{right:auto}.bootstrap-ddshop .col-md-push-12{left:100%}.bootstrap-ddshop .col-md-push-11{left:91.66666667%}.bootstrap-ddshop .col-md-push-10{left:83.33333333%}.bootstrap-ddshop .col-md-push-9{left:75%}.bootstrap-ddshop .col-md-push-8{left:66.66666667%}.bootstrap-ddshop .col-md-push-7{left:58.33333333%}.bootstrap-ddshop .col-md-push-6{left:50%}.bootstrap-ddshop .col-md-push-5{left:41.66666667%}.bootstrap-ddshop .col-md-push-4{left:33.33333333%}.bootstrap-ddshop .col-md-push-3{left:25%}.bootstrap-ddshop .col-md-push-2{left:16.66666667%}.bootstrap-ddshop .col-md-push-1{left:8.33333333%}.bootstrap-ddshop .col-md-push-0{left:auto}.bootstrap-ddshop .col-md-offset-12{margin-left:100%}.bootstrap-ddshop .col-md-offset-11{margin-left:91.66666667%}.bootstrap-ddshop .col-md-offset-10{margin-left:83.33333333%}.bootstrap-ddshop .col-md-offset-9{margin-left:75%}.bootstrap-ddshop .col-md-offset-8{margin-left:66.66666667%}.bootstrap-ddshop .col-md-offset-7{margin-left:58.33333333%}.bootstrap-ddshop .col-md-offset-6{margin-left:50%}.bootstrap-ddshop .col-md-offset-5{margin-left:41.66666667%}.bootstrap-ddshop .col-md-offset-4{margin-left:33.33333333%}.bootstrap-ddshop .col-md-offset-3{margin-left:25%}.bootstrap-ddshop .col-md-offset-2{margin-left:16.66666667%}.bootstrap-ddshop .col-md-offset-1{margin-left:8.33333333%}.bootstrap-ddshop .col-md-offset-0{margin-left:0%}}@media(min-width:1200px){.bootstrap-ddshop .col-lg-1,.bootstrap-ddshop .col-lg-2,.bootstrap-ddshop .col-lg-3,.bootstrap-ddshop .col-lg-4,.bootstrap-ddshop .col-lg-5,.bootstrap-ddshop .col-lg-6,.bootstrap-ddshop .col-lg-7,.bootstrap-ddshop .col-lg-8,.bootstrap-ddshop .col-lg-9,.bootstrap-ddshop .col-lg-10,.bootstrap-ddshop .col-lg-11,.bootstrap-ddshop .col-lg-12{float:left}.bootstrap-ddshop .col-lg-12{width:100%}.bootstrap-ddshop .col-lg-11{width:91.66666667%}.bootstrap-ddshop .col-lg-10{width:83.33333333%}.bootstrap-ddshop .col-lg-9{width:75%}.bootstrap-ddshop .col-lg-8{width:66.66666667%}.bootstrap-ddshop .col-lg-7{width:58.33333333%}.bootstrap-ddshop .col-lg-6{width:50%}.bootstrap-ddshop .col-lg-5{width:41.66666667%}.bootstrap-ddshop .col-lg-4{width:33.33333333%}.bootstrap-ddshop .col-lg-3{width:25%}.bootstrap-ddshop .col-lg-2{width:16.66666667%}.bootstrap-ddshop .col-lg-1{width:8.33333333%}.bootstrap-ddshop .col-lg-pull-12{right:100%}.bootstrap-ddshop .col-lg-pull-11{right:91.66666667%}.bootstrap-ddshop .col-lg-pull-10{right:83.33333333%}.bootstrap-ddshop .col-lg-pull-9{right:75%}.bootstrap-ddshop .col-lg-pull-8{right:66.66666667%}.bootstrap-ddshop .col-lg-pull-7{right:58.33333333%}.bootstrap-ddshop .col-lg-pull-6{right:50%}.bootstrap-ddshop .col-lg-pull-5{right:41.66666667%}.bootstrap-ddshop .col-lg-pull-4{right:33.33333333%}.bootstrap-ddshop .col-lg-pull-3{right:25%}.bootstrap-ddshop .col-lg-pull-2{right:16.66666667%}.bootstrap-ddshop .col-lg-pull-1{right:8.33333333%}.bootstrap-ddshop .col-lg-pull-0{right:auto}.bootstrap-ddshop .col-lg-push-12{left:100%}.bootstrap-ddshop .col-lg-push-11{left:91.66666667%}.bootstrap-ddshop .col-lg-push-10{left:83.33333333%}.bootstrap-ddshop .col-lg-push-9{left:75%}.bootstrap-ddshop .col-lg-push-8{left:66.66666667%}.bootstrap-ddshop .col-lg-push-7{left:58.33333333%}.bootstrap-ddshop .col-lg-push-6{left:50%}.bootstrap-ddshop .col-lg-push-5{left:41.66666667%}.bootstrap-ddshop .col-lg-push-4{left:33.33333333%}.bootstrap-ddshop .col-lg-push-3{left:25%}.bootstrap-ddshop .col-lg-push-2{left:16.66666667%}.bootstrap-ddshop .col-lg-push-1{left:8.33333333%}.bootstrap-ddshop .col-lg-push-0{left:auto}.bootstrap-ddshop .col-lg-offset-12{margin-left:100%}.bootstrap-ddshop .col-lg-offset-11{margin-left:91.66666667%}.bootstrap-ddshop .col-lg-offset-10{margin-left:83.33333333%}.bootstrap-ddshop .col-lg-offset-9{margin-left:75%}.bootstrap-ddshop .col-lg-offset-8{margin-left:66.66666667%}.bootstrap-ddshop .col-lg-offset-7{margin-left:58.33333333%}.bootstrap-ddshop .col-lg-offset-6{margin-left:50%}.bootstrap-ddshop .col-lg-offset-5{margin-left:41.66666667%}.bootstrap-ddshop .col-lg-offset-4{margin-left:33.33333333%}.bootstrap-ddshop .col-lg-offset-3{margin-left:25%}.bootstrap-ddshop .col-lg-offset-2{margin-left:16.66666667%}.bootstrap-ddshop .col-lg-offset-1{margin-left:8.33333333%}.bootstrap-ddshop .col-lg-offset-0{margin-left:0%}}.bootstrap-ddshop table{background-color:transparent}.bootstrap-ddshop caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.bootstrap-ddshop th{text-align:left}.bootstrap-ddshop .table{width:100%;max-width:100%;margin-bottom:20px}.bootstrap-ddshop .table>thead>tr>th,.bootstrap-ddshop .table>tbody>tr>th,.bootstrap-ddshop .table>tfoot>tr>th,.bootstrap-ddshop .table>thead>tr>td,.bootstrap-ddshop .table>tbody>tr>td,.bootstrap-ddshop .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.bootstrap-ddshop .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.bootstrap-ddshop .table>caption+thead>tr:first-child>th,.bootstrap-ddshop .table>colgroup+thead>tr:first-child>th,.bootstrap-ddshop .table>thead:first-child>tr:first-child>th,.bootstrap-ddshop .table>caption+thead>tr:first-child>td,.bootstrap-ddshop .table>colgroup+thead>tr:first-child>td,.bootstrap-ddshop .table>thead:first-child>tr:first-child>td{border-top:0}.bootstrap-ddshop .table>tbody+tbody{border-top:2px solid #dddddd}.bootstrap-ddshop .table .table{background-color:#fff}.bootstrap-ddshop .table-condensed>thead>tr>th,.bootstrap-ddshop .table-condensed>tbody>tr>th,.bootstrap-ddshop .table-condensed>tfoot>tr>th,.bootstrap-ddshop .table-condensed>thead>tr>td,.bootstrap-ddshop .table-condensed>tbody>tr>td,.bootstrap-ddshop .table-condensed>tfoot>tr>td{padding:5px}.bootstrap-ddshop .table-bordered{border:1px solid #dddddd}.bootstrap-ddshop .table-bordered>thead>tr>th,.bootstrap-ddshop .table-bordered>tbody>tr>th,.bootstrap-ddshop .table-bordered>tfoot>tr>th,.bootstrap-ddshop .table-bordered>thead>tr>td,.bootstrap-ddshop .table-bordered>tbody>tr>td,.bootstrap-ddshop .table-bordered>tfoot>tr>td{border:1px solid #dddddd}.bootstrap-ddshop .table-bordered>thead>tr>th,.bootstrap-ddshop .table-bordered>thead>tr>td{border-bottom-width:2px}.bootstrap-ddshop .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap-ddshop .table-hover>tbody>tr:hover{background-color:#f5f5f5}.bootstrap-ddshop table col[class*=col-]{position:static;float:none;display:table-column}.bootstrap-ddshop table td[class*=col-],.bootstrap-ddshop table th[class*=col-]{position:static;float:none;display:table-cell}.bootstrap-ddshop .table>thead>tr>td.active,.bootstrap-ddshop .table>tbody>tr>td.active,.bootstrap-ddshop .table>tfoot>tr>td.active,.bootstrap-ddshop .table>thead>tr>th.active,.bootstrap-ddshop .table>tbody>tr>th.active,.bootstrap-ddshop .table>tfoot>tr>th.active,.bootstrap-ddshop .table>thead>tr.active>td,.bootstrap-ddshop .table>tbody>tr.active>td,.bootstrap-ddshop .table>tfoot>tr.active>td,.bootstrap-ddshop .table>thead>tr.active>th,.bootstrap-ddshop .table>tbody>tr.active>th,.bootstrap-ddshop .table>tfoot>tr.active>th{background-color:#f5f5f5}.bootstrap-ddshop .table-hover>tbody>tr>td.active:hover,.bootstrap-ddshop .table-hover>tbody>tr>th.active:hover,.bootstrap-ddshop .table-hover>tbody>tr.active:hover>td,.bootstrap-ddshop .table-hover>tbody>tr:hover>.active,.bootstrap-ddshop .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.bootstrap-ddshop .table>thead>tr>td.success,.bootstrap-ddshop .table>tbody>tr>td.success,.bootstrap-ddshop .table>tfoot>tr>td.success,.bootstrap-ddshop .table>thead>tr>th.success,.bootstrap-ddshop .table>tbody>tr>th.success,.bootstrap-ddshop .table>tfoot>tr>th.success,.bootstrap-ddshop .table>thead>tr.success>td,.bootstrap-ddshop .table>tbody>tr.success>td,.bootstrap-ddshop .table>tfoot>tr.success>td,.bootstrap-ddshop .table>thead>tr.success>th,.bootstrap-ddshop .table>tbody>tr.success>th,.bootstrap-ddshop .table>tfoot>tr.success>th{background-color:#dff0d8}.bootstrap-ddshop .table-hover>tbody>tr>td.success:hover,.bootstrap-ddshop .table-hover>tbody>tr>th.success:hover,.bootstrap-ddshop .table-hover>tbody>tr.success:hover>td,.bootstrap-ddshop .table-hover>tbody>tr:hover>.success,.bootstrap-ddshop .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.bootstrap-ddshop .table>thead>tr>td.info,.bootstrap-ddshop .table>tbody>tr>td.info,.bootstrap-ddshop .table>tfoot>tr>td.info,.bootstrap-ddshop .table>thead>tr>th.info,.bootstrap-ddshop .table>tbody>tr>th.info,.bootstrap-ddshop .table>tfoot>tr>th.info,.bootstrap-ddshop .table>thead>tr.info>td,.bootstrap-ddshop .table>tbody>tr.info>td,.bootstrap-ddshop .table>tfoot>tr.info>td,.bootstrap-ddshop .table>thead>tr.info>th,.bootstrap-ddshop .table>tbody>tr.info>th,.bootstrap-ddshop .table>tfoot>tr.info>th{background-color:#d9edf7}.bootstrap-ddshop .table-hover>tbody>tr>td.info:hover,.bootstrap-ddshop .table-hover>tbody>tr>th.info:hover,.bootstrap-ddshop .table-hover>tbody>tr.info:hover>td,.bootstrap-ddshop .table-hover>tbody>tr:hover>.info,.bootstrap-ddshop .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.bootstrap-ddshop .table>thead>tr>td.warning,.bootstrap-ddshop .table>tbody>tr>td.warning,.bootstrap-ddshop .table>tfoot>tr>td.warning,.bootstrap-ddshop .table>thead>tr>th.warning,.bootstrap-ddshop .table>tbody>tr>th.warning,.bootstrap-ddshop .table>tfoot>tr>th.warning,.bootstrap-ddshop .table>thead>tr.warning>td,.bootstrap-ddshop .table>tbody>tr.warning>td,.bootstrap-ddshop .table>tfoot>tr.warning>td,.bootstrap-ddshop .table>thead>tr.warning>th,.bootstrap-ddshop .table>tbody>tr.warning>th,.bootstrap-ddshop .table>tfoot>tr.warning>th{background-color:#fcf8e3}.bootstrap-ddshop .table-hover>tbody>tr>td.warning:hover,.bootstrap-ddshop .table-hover>tbody>tr>th.warning:hover,.bootstrap-ddshop .table-hover>tbody>tr.warning:hover>td,.bootstrap-ddshop .table-hover>tbody>tr:hover>.warning,.bootstrap-ddshop .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.bootstrap-ddshop .table>thead>tr>td.danger,.bootstrap-ddshop .table>tbody>tr>td.danger,.bootstrap-ddshop .table>tfoot>tr>td.danger,.bootstrap-ddshop .table>thead>tr>th.danger,.bootstrap-ddshop .table>tbody>tr>th.danger,.bootstrap-ddshop .table>tfoot>tr>th.danger,.bootstrap-ddshop .table>thead>tr.danger>td,.bootstrap-ddshop .table>tbody>tr.danger>td,.bootstrap-ddshop .table>tfoot>tr.danger>td,.bootstrap-ddshop .table>thead>tr.danger>th,.bootstrap-ddshop .table>tbody>tr.danger>th,.bootstrap-ddshop .table>tfoot>tr.danger>th{background-color:#f2dede}.bootstrap-ddshop .table-hover>tbody>tr>td.danger:hover,.bootstrap-ddshop .table-hover>tbody>tr>th.danger:hover,.bootstrap-ddshop .table-hover>tbody>tr.danger:hover>td,.bootstrap-ddshop .table-hover>tbody>tr:hover>.danger,.bootstrap-ddshop .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.bootstrap-ddshop .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.bootstrap-ddshop .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.bootstrap-ddshop .table-responsive>.table{margin-bottom:0}.bootstrap-ddshop .table-responsive>.table>thead>tr>th,.bootstrap-ddshop .table-responsive>.table>tbody>tr>th,.bootstrap-ddshop .table-responsive>.table>tfoot>tr>th,.bootstrap-ddshop .table-responsive>.table>thead>tr>td,.bootstrap-ddshop .table-responsive>.table>tbody>tr>td,.bootstrap-ddshop .table-responsive>.table>tfoot>tr>td{white-space:nowrap}.bootstrap-ddshop .table-responsive>.table-bordered{border:0}.bootstrap-ddshop .table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-ddshop .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.bootstrap-ddshop .table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-ddshop .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-ddshop .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-ddshop .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.bootstrap-ddshop fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap-ddshop legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-ddshop label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bootstrap-ddshop input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-ddshop input[type=radio],.bootstrap-ddshop input[type=checkbox]{margin:4px 0 0;margin-top:1px \	;line-height:normal}.bootstrap-ddshop input[type=file]{display:block}.bootstrap-ddshop input[type=range]{display:block;width:100%}.bootstrap-ddshop select[multiple],.bootstrap-ddshop select[size]{height:auto}.bootstrap-ddshop input[type=file]:focus,.bootstrap-ddshop input[type=radio]:focus,.bootstrap-ddshop input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-ddshop output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.bootstrap-ddshop .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-ddshop .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.bootstrap-ddshop .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-ddshop .form-control:-ms-input-placeholder{color:#999}.bootstrap-ddshop .form-control::-webkit-input-placeholder{color:#999}.bootstrap-ddshop .form-control[disabled],.bootstrap-ddshop .form-control[readonly],.bootstrap-ddshop fieldset[disabled] .form-control{background-color:#eee;opacity:1}.bootstrap-ddshop .form-control[disabled],.bootstrap-ddshop fieldset[disabled] .form-control{cursor:not-allowed}.bootstrap-ddshop textarea.form-control{height:auto}.bootstrap-ddshop input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.bootstrap-ddshop input[type=date],.bootstrap-ddshop input[type=time],.bootstrap-ddshop input[type=datetime-local],.bootstrap-ddshop input[type=month]{line-height:34px}.bootstrap-ddshop input[type=date].input-sm,.bootstrap-ddshop input[type=time].input-sm,.bootstrap-ddshop input[type=datetime-local].input-sm,.bootstrap-ddshop input[type=month].input-sm,.bootstrap-ddshop .input-group-sm input[type=date],.bootstrap-ddshop .input-group-sm input[type=time],.bootstrap-ddshop .input-group-sm input[type=datetime-local],.bootstrap-ddshop .input-group-sm input[type=month]{line-height:30px}.bootstrap-ddshop input[type=date].input-lg,.bootstrap-ddshop input[type=time].input-lg,.bootstrap-ddshop input[type=datetime-local].input-lg,.bootstrap-ddshop input[type=month].input-lg,.bootstrap-ddshop .input-group-lg input[type=date],.bootstrap-ddshop .input-group-lg input[type=time],.bootstrap-ddshop .input-group-lg input[type=datetime-local],.bootstrap-ddshop .input-group-lg input[type=month]{line-height:46px}}.bootstrap-ddshop .form-group{margin-bottom:15px}.bootstrap-ddshop .radio,.bootstrap-ddshop .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap-ddshop .radio label,.bootstrap-ddshop .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-ddshop .radio input[type=radio],.bootstrap-ddshop .radio-inline input[type=radio],.bootstrap-ddshop .checkbox input[type=checkbox],.bootstrap-ddshop .checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \	}.bootstrap-ddshop .radio+.radio,.bootstrap-ddshop .checkbox+.checkbox{margin-top:-5px}.bootstrap-ddshop .radio-inline,.bootstrap-ddshop .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.bootstrap-ddshop .radio-inline+.radio-inline,.bootstrap-ddshop .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.bootstrap-ddshop input[type=radio][disabled],.bootstrap-ddshop input[type=checkbox][disabled],.bootstrap-ddshop input[type=radio].disabled,.bootstrap-ddshop input[type=checkbox].disabled,.bootstrap-ddshop fieldset[disabled] input[type=radio],.bootstrap-ddshop fieldset[disabled] input[type=checkbox],.bootstrap-ddshop .radio-inline.disabled,.bootstrap-ddshop .checkbox-inline.disabled,.bootstrap-ddshop fieldset[disabled] .radio-inline,.bootstrap-ddshop fieldset[disabled] .checkbox-inline,.bootstrap-ddshop .radio.disabled label,.bootstrap-ddshop .checkbox.disabled label,.bootstrap-ddshop fieldset[disabled] .radio label,.bootstrap-ddshop fieldset[disabled] .checkbox label{cursor:not-allowed}.bootstrap-ddshop .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.bootstrap-ddshop .form-control-static.input-lg,.bootstrap-ddshop .form-control-static.input-sm{padding-left:0;padding-right:0}.bootstrap-ddshop .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-ddshop select.input-sm{height:30px;line-height:30px}.bootstrap-ddshop textarea.input-sm,.bootstrap-ddshop select[multiple].input-sm{height:auto}.bootstrap-ddshop .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-ddshop select.form-group-sm .form-control{height:30px;line-height:30px}.bootstrap-ddshop textarea.form-group-sm .form-control,.bootstrap-ddshop select[multiple].form-group-sm .form-control{height:auto}.bootstrap-ddshop .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.bootstrap-ddshop .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-ddshop select.input-lg{height:46px;line-height:46px}.bootstrap-ddshop textarea.input-lg,.bootstrap-ddshop select[multiple].input-lg{height:auto}.bootstrap-ddshop .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-ddshop select.form-group-lg .form-control{height:46px;line-height:46px}.bootstrap-ddshop textarea.form-group-lg .form-control,.bootstrap-ddshop select[multiple].form-group-lg .form-control{height:auto}.bootstrap-ddshop .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.bootstrap-ddshop .has-feedback{position:relative}.bootstrap-ddshop .has-feedback .form-control{padding-right:42.5px}.bootstrap-ddshop .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap-ddshop .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.bootstrap-ddshop .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.bootstrap-ddshop .has-success .help-block,.bootstrap-ddshop .has-success .control-label,.bootstrap-ddshop .has-success .radio,.bootstrap-ddshop .has-success .checkbox,.bootstrap-ddshop .has-success .radio-inline,.bootstrap-ddshop .has-success .checkbox-inline,.bootstrap-ddshop .has-success.radio label,.bootstrap-ddshop .has-success.checkbox label,.bootstrap-ddshop .has-success.radio-inline label,.bootstrap-ddshop .has-success.checkbox-inline label{color:#3c763d}.bootstrap-ddshop .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-ddshop .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}.bootstrap-ddshop .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap-ddshop .has-success .form-control-feedback{color:#3c763d}.bootstrap-ddshop .has-warning .help-block,.bootstrap-ddshop .has-warning .control-label,.bootstrap-ddshop .has-warning .radio,.bootstrap-ddshop .has-warning .checkbox,.bootstrap-ddshop .has-warning .radio-inline,.bootstrap-ddshop .has-warning .checkbox-inline,.bootstrap-ddshop .has-warning.radio label,.bootstrap-ddshop .has-warning.checkbox label,.bootstrap-ddshop .has-warning.radio-inline label,.bootstrap-ddshop .has-warning.checkbox-inline label{color:#8a6d3b}.bootstrap-ddshop .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-ddshop .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}.bootstrap-ddshop .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap-ddshop .has-warning .form-control-feedback{color:#8a6d3b}.bootstrap-ddshop .has-error .help-block,.bootstrap-ddshop .has-error .control-label,.bootstrap-ddshop .has-error .radio,.bootstrap-ddshop .has-error .checkbox,.bootstrap-ddshop .has-error .radio-inline,.bootstrap-ddshop .has-error .checkbox-inline,.bootstrap-ddshop .has-error.radio label,.bootstrap-ddshop .has-error.checkbox label,.bootstrap-ddshop .has-error.radio-inline label,.bootstrap-ddshop .has-error.checkbox-inline label{color:#a94442}.bootstrap-ddshop .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.bootstrap-ddshop .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}.bootstrap-ddshop .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap-ddshop .has-error .form-control-feedback{color:#a94442}.bootstrap-ddshop .has-feedback label~.form-control-feedback{top:25px}.bootstrap-ddshop .has-feedback label.sr-only~.form-control-feedback{top:0}.bootstrap-ddshop .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.bootstrap-ddshop .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-ddshop .form-inline .form-control-static{display:inline-block}.bootstrap-ddshop .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap-ddshop .form-inline .input-group .input-group-addon,.bootstrap-ddshop .form-inline .input-group .input-group-btn,.bootstrap-ddshop .form-inline .input-group .form-control{width:auto}.bootstrap-ddshop .form-inline .input-group>.form-control{width:100%}.bootstrap-ddshop .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .form-inline .radio,.bootstrap-ddshop .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .form-inline .radio label,.bootstrap-ddshop .form-inline .checkbox label{padding-left:0}.bootstrap-ddshop .form-inline .radio input[type=radio],.bootstrap-ddshop .form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.bootstrap-ddshop .form-inline .has-feedback .form-control-feedback{top:0}}.bootstrap-ddshop .form-horizontal .radio,.bootstrap-ddshop .form-horizontal .checkbox,.bootstrap-ddshop .form-horizontal .radio-inline,.bootstrap-ddshop .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap-ddshop .form-horizontal .radio,.bootstrap-ddshop .form-horizontal .checkbox{min-height:27px}.bootstrap-ddshop .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media(min-width:768px){.bootstrap-ddshop .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap-ddshop .form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.bootstrap-ddshop .form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media(min-width:768px){.bootstrap-ddshop .form-horizontal .form-group-sm .control-label{padding-top:6px}}.bootstrap-ddshop .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-ddshop .btn:focus,.bootstrap-ddshop .btn:active:focus,.bootstrap-ddshop .btn.active:focus,.bootstrap-ddshop .btn.focus,.bootstrap-ddshop .btn:active.focus,.bootstrap-ddshop .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-ddshop .btn:hover,.bootstrap-ddshop .btn:focus,.bootstrap-ddshop .btn.focus{color:#333;text-decoration:none}.bootstrap-ddshop .btn:active,.bootstrap-ddshop .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-ddshop .btn.disabled,.bootstrap-ddshop .btn[disabled],.bootstrap-ddshop fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-ddshop .btn-default:hover,.bootstrap-ddshop .btn-default:focus,.bootstrap-ddshop .btn-default.focus,.bootstrap-ddshop .btn-default:active,.bootstrap-ddshop .btn-default.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-ddshop .btn-default:active,.bootstrap-ddshop .btn-default.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-default{background-image:none}.bootstrap-ddshop .btn-default.disabled,.bootstrap-ddshop .btn-default[disabled],.bootstrap-ddshop fieldset[disabled] .btn-default,.bootstrap-ddshop .btn-default.disabled:hover,.bootstrap-ddshop .btn-default[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-default:hover,.bootstrap-ddshop .btn-default.disabled:focus,.bootstrap-ddshop .btn-default[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-default:focus,.bootstrap-ddshop .btn-default.disabled.focus,.bootstrap-ddshop .btn-default[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-default.focus,.bootstrap-ddshop .btn-default.disabled:active,.bootstrap-ddshop .btn-default[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-default:active,.bootstrap-ddshop .btn-default.disabled.active,.bootstrap-ddshop .btn-default[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.bootstrap-ddshop .btn-default .badge{color:#fff;background-color:#333}.bootstrap-ddshop .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bootstrap-ddshop .btn-primary:hover,.bootstrap-ddshop .btn-primary:focus,.bootstrap-ddshop .btn-primary.focus,.bootstrap-ddshop .btn-primary:active,.bootstrap-ddshop .btn-primary.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-ddshop .btn-primary:active,.bootstrap-ddshop .btn-primary.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-primary{background-image:none}.bootstrap-ddshop .btn-primary.disabled,.bootstrap-ddshop .btn-primary[disabled],.bootstrap-ddshop fieldset[disabled] .btn-primary,.bootstrap-ddshop .btn-primary.disabled:hover,.bootstrap-ddshop .btn-primary[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-primary:hover,.bootstrap-ddshop .btn-primary.disabled:focus,.bootstrap-ddshop .btn-primary[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-primary:focus,.bootstrap-ddshop .btn-primary.disabled.focus,.bootstrap-ddshop .btn-primary[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-primary.focus,.bootstrap-ddshop .btn-primary.disabled:active,.bootstrap-ddshop .btn-primary[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-primary:active,.bootstrap-ddshop .btn-primary.disabled.active,.bootstrap-ddshop .btn-primary[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.bootstrap-ddshop .btn-primary .badge{color:#337ab7;background-color:#fff}.bootstrap-ddshop .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-ddshop .btn-success:hover,.bootstrap-ddshop .btn-success:focus,.bootstrap-ddshop .btn-success.focus,.bootstrap-ddshop .btn-success:active,.bootstrap-ddshop .btn-success.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-ddshop .btn-success:active,.bootstrap-ddshop .btn-success.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-success{background-image:none}.bootstrap-ddshop .btn-success.disabled,.bootstrap-ddshop .btn-success[disabled],.bootstrap-ddshop fieldset[disabled] .btn-success,.bootstrap-ddshop .btn-success.disabled:hover,.bootstrap-ddshop .btn-success[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-success:hover,.bootstrap-ddshop .btn-success.disabled:focus,.bootstrap-ddshop .btn-success[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-success:focus,.bootstrap-ddshop .btn-success.disabled.focus,.bootstrap-ddshop .btn-success[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-success.focus,.bootstrap-ddshop .btn-success.disabled:active,.bootstrap-ddshop .btn-success[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-success:active,.bootstrap-ddshop .btn-success.disabled.active,.bootstrap-ddshop .btn-success[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-ddshop .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-ddshop .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-ddshop .btn-info:hover,.bootstrap-ddshop .btn-info:focus,.bootstrap-ddshop .btn-info.focus,.bootstrap-ddshop .btn-info:active,.bootstrap-ddshop .btn-info.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-ddshop .btn-info:active,.bootstrap-ddshop .btn-info.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-info{background-image:none}.bootstrap-ddshop .btn-info.disabled,.bootstrap-ddshop .btn-info[disabled],.bootstrap-ddshop fieldset[disabled] .btn-info,.bootstrap-ddshop .btn-info.disabled:hover,.bootstrap-ddshop .btn-info[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-info:hover,.bootstrap-ddshop .btn-info.disabled:focus,.bootstrap-ddshop .btn-info[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-info:focus,.bootstrap-ddshop .btn-info.disabled.focus,.bootstrap-ddshop .btn-info[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-info.focus,.bootstrap-ddshop .btn-info.disabled:active,.bootstrap-ddshop .btn-info[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-info:active,.bootstrap-ddshop .btn-info.disabled.active,.bootstrap-ddshop .btn-info[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.bootstrap-ddshop .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-ddshop .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-ddshop .btn-warning:hover,.bootstrap-ddshop .btn-warning:focus,.bootstrap-ddshop .btn-warning.focus,.bootstrap-ddshop .btn-warning:active,.bootstrap-ddshop .btn-warning.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-ddshop .btn-warning:active,.bootstrap-ddshop .btn-warning.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-warning{background-image:none}.bootstrap-ddshop .btn-warning.disabled,.bootstrap-ddshop .btn-warning[disabled],.bootstrap-ddshop fieldset[disabled] .btn-warning,.bootstrap-ddshop .btn-warning.disabled:hover,.bootstrap-ddshop .btn-warning[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-warning:hover,.bootstrap-ddshop .btn-warning.disabled:focus,.bootstrap-ddshop .btn-warning[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-warning:focus,.bootstrap-ddshop .btn-warning.disabled.focus,.bootstrap-ddshop .btn-warning[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-warning.focus,.bootstrap-ddshop .btn-warning.disabled:active,.bootstrap-ddshop .btn-warning[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-warning:active,.bootstrap-ddshop .btn-warning.disabled.active,.bootstrap-ddshop .btn-warning[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.bootstrap-ddshop .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-ddshop .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-ddshop .btn-danger:hover,.bootstrap-ddshop .btn-danger:focus,.bootstrap-ddshop .btn-danger.focus,.bootstrap-ddshop .btn-danger:active,.bootstrap-ddshop .btn-danger.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-ddshop .btn-danger:active,.bootstrap-ddshop .btn-danger.active,.bootstrap-ddshop .open>.dropdown-toggle.btn-danger{background-image:none}.bootstrap-ddshop .btn-danger.disabled,.bootstrap-ddshop .btn-danger[disabled],.bootstrap-ddshop fieldset[disabled] .btn-danger,.bootstrap-ddshop .btn-danger.disabled:hover,.bootstrap-ddshop .btn-danger[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-danger:hover,.bootstrap-ddshop .btn-danger.disabled:focus,.bootstrap-ddshop .btn-danger[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-danger:focus,.bootstrap-ddshop .btn-danger.disabled.focus,.bootstrap-ddshop .btn-danger[disabled].focus,.bootstrap-ddshop fieldset[disabled] .btn-danger.focus,.bootstrap-ddshop .btn-danger.disabled:active,.bootstrap-ddshop .btn-danger[disabled]:active,.bootstrap-ddshop fieldset[disabled] .btn-danger:active,.bootstrap-ddshop .btn-danger.disabled.active,.bootstrap-ddshop .btn-danger[disabled].active,.bootstrap-ddshop fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.bootstrap-ddshop .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-ddshop .btn-link{color:#337ab7;font-weight:400;border-radius:0}.bootstrap-ddshop .btn-link,.bootstrap-ddshop .btn-link:active,.bootstrap-ddshop .btn-link.active,.bootstrap-ddshop .btn-link[disabled],.bootstrap-ddshop fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop .btn-link,.bootstrap-ddshop .btn-link:hover,.bootstrap-ddshop .btn-link:focus,.bootstrap-ddshop .btn-link:active{border-color:transparent}.bootstrap-ddshop .btn-link:hover,.bootstrap-ddshop .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap-ddshop .btn-link[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .btn-link:hover,.bootstrap-ddshop .btn-link[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.bootstrap-ddshop .btn-lg,.bootstrap-ddshop .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-ddshop .btn-sm,.bootstrap-ddshop .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-ddshop .btn-xs,.bootstrap-ddshop .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-ddshop .btn-block{display:block;width:100%}.bootstrap-ddshop .btn-block+.btn-block{margin-top:5px}.bootstrap-ddshop input[type=submit].btn-block,.bootstrap-ddshop input[type=reset].btn-block,.bootstrap-ddshop input[type=button].btn-block{width:100%}.bootstrap-ddshop .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-ddshop .fade.in{opacity:1}.bootstrap-ddshop .collapse{display:none}.bootstrap-ddshop .collapse.in{display:block}.bootstrap-ddshop tr.collapse.in{display:table-row}.bootstrap-ddshop tbody.collapse.in{display:table-row-group}.bootstrap-ddshop .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.bootstrap-ddshop .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-ddshop .dropup,.bootstrap-ddshop .dropdown{position:relative}.bootstrap-ddshop .dropdown-toggle:focus{outline:0}.bootstrap-ddshop .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d;-webkit-background-clip:padding-box;background-clip:padding-box}.bootstrap-ddshop .dropdown-menu.pull-right{right:0;left:auto}.bootstrap-ddshop .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-ddshop .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bootstrap-ddshop .dropdown-menu>li>a:hover,.bootstrap-ddshop .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.bootstrap-ddshop .dropdown-menu>.active>a,.bootstrap-ddshop .dropdown-menu>.active>a:hover,.bootstrap-ddshop .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.bootstrap-ddshop .dropdown-menu>.disabled>a,.bootstrap-ddshop .dropdown-menu>.disabled>a:hover,.bootstrap-ddshop .dropdown-menu>.disabled>a:focus{color:#777}.bootstrap-ddshop .dropdown-menu>.disabled>a:hover,.bootstrap-ddshop .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.bootstrap-ddshop .open>.dropdown-menu{display:block}.bootstrap-ddshop .open>a{outline:0}.bootstrap-ddshop .dropdown-menu-right{left:auto;right:0}.bootstrap-ddshop .dropdown-menu-left{left:0;right:auto}.bootstrap-ddshop .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.bootstrap-ddshop .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.bootstrap-ddshop .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-ddshop .dropup .caret,.bootstrap-ddshop .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.bootstrap-ddshop .dropup .dropdown-menu,.bootstrap-ddshop .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.bootstrap-ddshop .navbar-right .dropdown-menu{left:auto;right:0}.bootstrap-ddshop .navbar-right .dropdown-menu-left{left:0;right:auto}}.bootstrap-ddshop .btn-group,.bootstrap-ddshop .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-ddshop .btn-group>.btn,.bootstrap-ddshop .btn-group-vertical>.btn{position:relative;float:left}.bootstrap-ddshop .btn-group>.btn:hover,.bootstrap-ddshop .btn-group-vertical>.btn:hover,.bootstrap-ddshop .btn-group>.btn:focus,.bootstrap-ddshop .btn-group-vertical>.btn:focus,.bootstrap-ddshop .btn-group>.btn:active,.bootstrap-ddshop .btn-group-vertical>.btn:active,.bootstrap-ddshop .btn-group>.btn.active,.bootstrap-ddshop .btn-group-vertical>.btn.active{z-index:2}.bootstrap-ddshop .btn-group .btn+.btn,.bootstrap-ddshop .btn-group .btn+.btn-group,.bootstrap-ddshop .btn-group .btn-group+.btn,.bootstrap-ddshop .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-ddshop .btn-toolbar{margin-left:-5px}.bootstrap-ddshop .btn-toolbar .btn-group,.bootstrap-ddshop .btn-toolbar .input-group{float:left}.bootstrap-ddshop .btn-toolbar>.btn,.bootstrap-ddshop .btn-toolbar>.btn-group,.bootstrap-ddshop .btn-toolbar>.input-group{margin-left:5px}.bootstrap-ddshop .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap-ddshop .btn-group>.btn:first-child{margin-left:0}.bootstrap-ddshop .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-ddshop .btn-group>.btn:last-child:not(:first-child),.bootstrap-ddshop .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-ddshop .btn-group>.btn-group{float:left}.bootstrap-ddshop .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-ddshop .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-ddshop .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-ddshop .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-ddshop .btn-group .dropdown-toggle:active,.bootstrap-ddshop .btn-group.open .dropdown-toggle{outline:0}.bootstrap-ddshop .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap-ddshop .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap-ddshop .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-ddshop .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop .btn .caret{margin-left:0}.bootstrap-ddshop .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-ddshop .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-ddshop .btn-group-vertical>.btn,.bootstrap-ddshop .btn-group-vertical>.btn-group,.bootstrap-ddshop .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-ddshop .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-ddshop .btn-group-vertical>.btn+.btn,.bootstrap-ddshop .btn-group-vertical>.btn+.btn-group,.bootstrap-ddshop .btn-group-vertical>.btn-group+.btn,.bootstrap-ddshop .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-ddshop .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-ddshop .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-ddshop .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-ddshop .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-ddshop .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-ddshop .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-ddshop .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-ddshop .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap-ddshop .btn-group-justified>.btn,.bootstrap-ddshop .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.bootstrap-ddshop .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-ddshop .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bootstrap-ddshop [data-toggle=buttons]>.btn input[type=radio],.bootstrap-ddshop [data-toggle=buttons]>.btn-group>.btn input[type=radio],.bootstrap-ddshop [data-toggle=buttons]>.btn input[type=checkbox],.bootstrap-ddshop [data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-ddshop .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-ddshop .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.bootstrap-ddshop .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap-ddshop .input-group-lg>.form-control,.bootstrap-ddshop .input-group-lg>.input-group-addon,.bootstrap-ddshop .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-ddshop select.input-group-lg>.form-control,.bootstrap-ddshop select.input-group-lg>.input-group-addon,.bootstrap-ddshop select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bootstrap-ddshop textarea.input-group-lg>.form-control,.bootstrap-ddshop textarea.input-group-lg>.input-group-addon,.bootstrap-ddshop textarea.input-group-lg>.input-group-btn>.btn,.bootstrap-ddshop select[multiple].input-group-lg>.form-control,.bootstrap-ddshop select[multiple].input-group-lg>.input-group-addon,.bootstrap-ddshop select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap-ddshop .input-group-sm>.form-control,.bootstrap-ddshop .input-group-sm>.input-group-addon,.bootstrap-ddshop .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-ddshop select.input-group-sm>.form-control,.bootstrap-ddshop select.input-group-sm>.input-group-addon,.bootstrap-ddshop select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bootstrap-ddshop textarea.input-group-sm>.form-control,.bootstrap-ddshop textarea.input-group-sm>.input-group-addon,.bootstrap-ddshop textarea.input-group-sm>.input-group-btn>.btn,.bootstrap-ddshop select[multiple].input-group-sm>.form-control,.bootstrap-ddshop select[multiple].input-group-sm>.input-group-addon,.bootstrap-ddshop select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap-ddshop .input-group-addon,.bootstrap-ddshop .input-group-btn,.bootstrap-ddshop .input-group .form-control{display:table-cell}.bootstrap-ddshop .input-group-addon:not(:first-child):not(:last-child),.bootstrap-ddshop .input-group-btn:not(:first-child):not(:last-child),.bootstrap-ddshop .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.bootstrap-ddshop .input-group-addon,.bootstrap-ddshop .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-ddshop .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #cccccc;border-radius:4px}.bootstrap-ddshop .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-ddshop .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-ddshop .input-group-addon input[type=radio],.bootstrap-ddshop .input-group-addon input[type=checkbox]{margin-top:0}.bootstrap-ddshop .input-group .form-control:first-child,.bootstrap-ddshop .input-group-addon:first-child,.bootstrap-ddshop .input-group-btn:first-child>.btn,.bootstrap-ddshop .input-group-btn:first-child>.btn-group>.btn,.bootstrap-ddshop .input-group-btn:first-child>.dropdown-toggle,.bootstrap-ddshop .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-ddshop .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-ddshop .input-group-addon:first-child{border-right:0}.bootstrap-ddshop .input-group .form-control:last-child,.bootstrap-ddshop .input-group-addon:last-child,.bootstrap-ddshop .input-group-btn:last-child>.btn,.bootstrap-ddshop .input-group-btn:last-child>.btn-group>.btn,.bootstrap-ddshop .input-group-btn:last-child>.dropdown-toggle,.bootstrap-ddshop .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-ddshop .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-ddshop .input-group-addon:last-child{border-left:0}.bootstrap-ddshop .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap-ddshop .input-group-btn>.btn{position:relative}.bootstrap-ddshop .input-group-btn>.btn+.btn{margin-left:-1px}.bootstrap-ddshop .input-group-btn>.btn:hover,.bootstrap-ddshop .input-group-btn>.btn:focus,.bootstrap-ddshop .input-group-btn>.btn:active{z-index:2}.bootstrap-ddshop .input-group-btn:first-child>.btn,.bootstrap-ddshop .input-group-btn:first-child>.btn-group{margin-right:-1px}.bootstrap-ddshop .input-group-btn:last-child>.btn,.bootstrap-ddshop .input-group-btn:last-child>.btn-group{margin-left:-1px}.bootstrap-ddshop .nav{margin-bottom:0;padding-left:0;list-style:none}.bootstrap-ddshop .nav>li{position:relative;display:block}.bootstrap-ddshop .nav>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-ddshop .nav>li>a:hover,.bootstrap-ddshop .nav>li>a:focus{text-decoration:none;background-color:#eee}.bootstrap-ddshop .nav>li.disabled>a{color:#777}.bootstrap-ddshop .nav>li.disabled>a:hover,.bootstrap-ddshop .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.bootstrap-ddshop .nav .open>a,.bootstrap-ddshop .nav .open>a:hover,.bootstrap-ddshop .nav .open>a:focus{background-color:#eee;border-color:#337ab7}.bootstrap-ddshop .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-ddshop .nav>li>a>img{max-width:none}.bootstrap-ddshop .nav-tabs{border-bottom:1px solid #dddddd}.bootstrap-ddshop .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-ddshop .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-ddshop .nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.bootstrap-ddshop .nav-tabs>li.active>a,.bootstrap-ddshop .nav-tabs>li.active>a:hover,.bootstrap-ddshop .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.bootstrap-ddshop .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap-ddshop .nav-tabs.nav-justified>li{float:none}.bootstrap-ddshop .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.bootstrap-ddshop .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.bootstrap-ddshop .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-ddshop .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-ddshop .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-ddshop .nav-tabs.nav-justified>.active>a,.bootstrap-ddshop .nav-tabs.nav-justified>.active>a:hover,.bootstrap-ddshop .nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media(min-width:768px){.bootstrap-ddshop .nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap-ddshop .nav-tabs.nav-justified>.active>a,.bootstrap-ddshop .nav-tabs.nav-justified>.active>a:hover,.bootstrap-ddshop .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.bootstrap-ddshop .nav-pills>li{float:left}.bootstrap-ddshop .nav-pills>li>a{border-radius:4px}.bootstrap-ddshop .nav-pills>li+li{margin-left:2px}.bootstrap-ddshop .nav-pills>li.active>a,.bootstrap-ddshop .nav-pills>li.active>a:hover,.bootstrap-ddshop .nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.bootstrap-ddshop .nav-stacked>li{float:none}.bootstrap-ddshop .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-ddshop .nav-justified{width:100%}.bootstrap-ddshop .nav-justified>li{float:none}.bootstrap-ddshop .nav-justified>li>a{text-align:center;margin-bottom:5px}.bootstrap-ddshop .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.bootstrap-ddshop .nav-justified>li{display:table-cell;width:1%}.bootstrap-ddshop .nav-justified>li>a{margin-bottom:0}}.bootstrap-ddshop .nav-tabs-justified{border-bottom:0}.bootstrap-ddshop .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-ddshop .nav-tabs-justified>.active>a,.bootstrap-ddshop .nav-tabs-justified>.active>a:hover,.bootstrap-ddshop .nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media(min-width:768px){.bootstrap-ddshop .nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.bootstrap-ddshop .nav-tabs-justified>.active>a,.bootstrap-ddshop .nav-tabs-justified>.active>a:hover,.bootstrap-ddshop .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.bootstrap-ddshop .tab-content>.tab-pane{display:none}.bootstrap-ddshop .tab-content>.active{display:block}.bootstrap-ddshop .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-ddshop .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){.bootstrap-ddshop .navbar{border-radius:4px}}@media(min-width:768px){.bootstrap-ddshop .navbar-header{float:left}}.bootstrap-ddshop .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a;-webkit-overflow-scrolling:touch}.bootstrap-ddshop .navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.bootstrap-ddshop .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-ddshop .navbar-collapse.in{overflow-y:visible}.bootstrap-ddshop .navbar-fixed-top .navbar-collapse,.bootstrap-ddshop .navbar-static-top .navbar-collapse,.bootstrap-ddshop .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.bootstrap-ddshop .navbar-fixed-top .navbar-collapse,.bootstrap-ddshop .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width:480px)and (orientation:landscape){.bootstrap-ddshop .navbar-fixed-top .navbar-collapse,.bootstrap-ddshop .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.bootstrap-ddshop .container>.navbar-header,.bootstrap-ddshop .container-fluid>.navbar-header,.bootstrap-ddshop .container>.navbar-collapse,.bootstrap-ddshop .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.bootstrap-ddshop .container>.navbar-header,.bootstrap-ddshop .container-fluid>.navbar-header,.bootstrap-ddshop .container>.navbar-collapse,.bootstrap-ddshop .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.bootstrap-ddshop .navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.bootstrap-ddshop .navbar-static-top{border-radius:0}}.bootstrap-ddshop .navbar-fixed-top,.bootstrap-ddshop .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.bootstrap-ddshop .navbar-fixed-top,.bootstrap-ddshop .navbar-fixed-bottom{border-radius:0}}.bootstrap-ddshop .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-ddshop .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-ddshop .navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.bootstrap-ddshop .navbar-brand:hover,.bootstrap-ddshop .navbar-brand:focus{text-decoration:none}.bootstrap-ddshop .navbar-brand>img{display:block}@media(min-width:768px){.bootstrap-ddshop .navbar>.container .navbar-brand,.bootstrap-ddshop .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.bootstrap-ddshop .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-ddshop .navbar-toggle:focus{outline:0}.bootstrap-ddshop .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-ddshop .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.bootstrap-ddshop .navbar-toggle{display:none}}.bootstrap-ddshop .navbar-nav{margin:7.5px -15px}.bootstrap-ddshop .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.bootstrap-ddshop .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-ddshop .navbar-nav .open .dropdown-menu>li>a,.bootstrap-ddshop .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.bootstrap-ddshop .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bootstrap-ddshop .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-ddshop .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.bootstrap-ddshop .navbar-nav{float:left;margin:0}.bootstrap-ddshop .navbar-nav>li{float:left}.bootstrap-ddshop .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.bootstrap-ddshop .navbar-form{margin:8px -15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a,0 1px #ffffff1a}@media(min-width:768px){.bootstrap-ddshop .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-ddshop .navbar-form .form-control-static{display:inline-block}.bootstrap-ddshop .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap-ddshop .navbar-form .input-group .input-group-addon,.bootstrap-ddshop .navbar-form .input-group .input-group-btn,.bootstrap-ddshop .navbar-form .input-group .form-control{width:auto}.bootstrap-ddshop .navbar-form .input-group>.form-control{width:100%}.bootstrap-ddshop .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .navbar-form .radio,.bootstrap-ddshop .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-ddshop .navbar-form .radio label,.bootstrap-ddshop .navbar-form .checkbox label{padding-left:0}.bootstrap-ddshop .navbar-form .radio input[type=radio],.bootstrap-ddshop .navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.bootstrap-ddshop .navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){.bootstrap-ddshop .navbar-form .form-group{margin-bottom:5px}.bootstrap-ddshop .navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width:768px){.bootstrap-ddshop .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.bootstrap-ddshop .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-ddshop .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.bootstrap-ddshop .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap-ddshop .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap-ddshop .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap-ddshop .navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.bootstrap-ddshop .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media(min-width:768px){.bootstrap-ddshop .navbar-left{float:left!important}.bootstrap-ddshop .navbar-right{float:right!important;margin-right:-15px}.bootstrap-ddshop .navbar-right~.navbar-right{margin-right:0}}.bootstrap-ddshop .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-ddshop .navbar-default .navbar-brand{color:#777}.bootstrap-ddshop .navbar-default .navbar-brand:hover,.bootstrap-ddshop .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.bootstrap-ddshop .navbar-default .navbar-text{color:#777}.bootstrap-ddshop .navbar-default .navbar-nav>li>a{color:#777}.bootstrap-ddshop .navbar-default .navbar-nav>li>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.bootstrap-ddshop .navbar-default .navbar-nav>.active>a,.bootstrap-ddshop .navbar-default .navbar-nav>.active>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.bootstrap-ddshop .navbar-default .navbar-nav>.disabled>a,.bootstrap-ddshop .navbar-default .navbar-nav>.disabled>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.bootstrap-ddshop .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-ddshop .navbar-default .navbar-toggle:hover,.bootstrap-ddshop .navbar-default .navbar-toggle:focus{background-color:#ddd}.bootstrap-ddshop .navbar-default .navbar-toggle .icon-bar{background-color:#888}.bootstrap-ddshop .navbar-default .navbar-collapse,.bootstrap-ddshop .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-ddshop .navbar-default .navbar-nav>.open>a,.bootstrap-ddshop .navbar-default .navbar-nav>.open>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media(max-width:767px){.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-ddshop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.bootstrap-ddshop .navbar-default .navbar-link{color:#777}.bootstrap-ddshop .navbar-default .navbar-link:hover{color:#333}.bootstrap-ddshop .navbar-default .btn-link{color:#777}.bootstrap-ddshop .navbar-default .btn-link:hover,.bootstrap-ddshop .navbar-default .btn-link:focus{color:#333}.bootstrap-ddshop .navbar-default .btn-link[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .navbar-default .btn-link:hover,.bootstrap-ddshop .navbar-default .btn-link[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.bootstrap-ddshop .navbar-inverse{background-color:#222;border-color:#080808}.bootstrap-ddshop .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .navbar-brand:hover,.bootstrap-ddshop .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.bootstrap-ddshop .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .navbar-nav>li>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.bootstrap-ddshop .navbar-inverse .navbar-nav>.active>a,.bootstrap-ddshop .navbar-inverse .navbar-nav>.active>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.bootstrap-ddshop .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-ddshop .navbar-inverse .navbar-nav>.disabled>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.bootstrap-ddshop .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-ddshop .navbar-inverse .navbar-toggle:hover,.bootstrap-ddshop .navbar-inverse .navbar-toggle:focus{background-color:#333}.bootstrap-ddshop .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-ddshop .navbar-inverse .navbar-collapse,.bootstrap-ddshop .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-ddshop .navbar-inverse .navbar-nav>.open>a,.bootstrap-ddshop .navbar-inverse .navbar-nav>.open>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media(max-width:767px){.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-ddshop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.bootstrap-ddshop .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-ddshop .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap-ddshop .navbar-inverse .btn-link:hover,.bootstrap-ddshop .navbar-inverse .btn-link:focus{color:#fff}.bootstrap-ddshop .navbar-inverse .btn-link[disabled]:hover,.bootstrap-ddshop fieldset[disabled] .navbar-inverse .btn-link:hover,.bootstrap-ddshop .navbar-inverse .btn-link[disabled]:focus,.bootstrap-ddshop fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.bootstrap-ddshop .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-ddshop .breadcrumb>li{display:inline-block}.bootstrap-ddshop .breadcrumb>li+li:before{content:"/\a0";padding:0 5px;color:#ccc}.bootstrap-ddshop .breadcrumb>.active{color:#777}.bootstrap-ddshop .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-ddshop .pagination>li{display:inline}.bootstrap-ddshop .pagination>li>a,.bootstrap-ddshop .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #dddddd;margin-left:-1px}.bootstrap-ddshop .pagination>li:first-child>a,.bootstrap-ddshop .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap-ddshop .pagination>li:last-child>a,.bootstrap-ddshop .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.bootstrap-ddshop .pagination>li>a:hover,.bootstrap-ddshop .pagination>li>span:hover,.bootstrap-ddshop .pagination>li>a:focus,.bootstrap-ddshop .pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.bootstrap-ddshop .pagination>.active>a,.bootstrap-ddshop .pagination>.active>span,.bootstrap-ddshop .pagination>.active>a:hover,.bootstrap-ddshop .pagination>.active>span:hover,.bootstrap-ddshop .pagination>.active>a:focus,.bootstrap-ddshop .pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.bootstrap-ddshop .pagination>.disabled>span,.bootstrap-ddshop .pagination>.disabled>span:hover,.bootstrap-ddshop .pagination>.disabled>span:focus,.bootstrap-ddshop .pagination>.disabled>a,.bootstrap-ddshop .pagination>.disabled>a:hover,.bootstrap-ddshop .pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.bootstrap-ddshop .pagination-lg>li>a,.bootstrap-ddshop .pagination-lg>li>span{padding:10px 16px;font-size:18px}.bootstrap-ddshop .pagination-lg>li:first-child>a,.bootstrap-ddshop .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap-ddshop .pagination-lg>li:last-child>a,.bootstrap-ddshop .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.bootstrap-ddshop .pagination-sm>li>a,.bootstrap-ddshop .pagination-sm>li>span{padding:5px 10px;font-size:12px}.bootstrap-ddshop .pagination-sm>li:first-child>a,.bootstrap-ddshop .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-ddshop .pagination-sm>li:last-child>a,.bootstrap-ddshop .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-ddshop .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.bootstrap-ddshop .pager li{display:inline}.bootstrap-ddshop .pager li>a,.bootstrap-ddshop .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #dddddd;border-radius:15px}.bootstrap-ddshop .pager li>a:hover,.bootstrap-ddshop .pager li>a:focus{text-decoration:none;background-color:#eee}.bootstrap-ddshop .pager .next>a,.bootstrap-ddshop .pager .next>span{float:right}.bootstrap-ddshop .pager .previous>a,.bootstrap-ddshop .pager .previous>span{float:left}.bootstrap-ddshop .pager .disabled>a,.bootstrap-ddshop .pager .disabled>a:hover,.bootstrap-ddshop .pager .disabled>a:focus,.bootstrap-ddshop .pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.bootstrap-ddshop .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap-ddshop a.label:hover,.bootstrap-ddshop a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-ddshop .label:empty{display:none}.bootstrap-ddshop .btn .label{position:relative;top:-1px}.bootstrap-ddshop .label-default{background-color:#777}.bootstrap-ddshop .label-default[href]:hover,.bootstrap-ddshop .label-default[href]:focus{background-color:#5e5e5e}.bootstrap-ddshop .label-primary{background-color:#337ab7}.bootstrap-ddshop .label-primary[href]:hover,.bootstrap-ddshop .label-primary[href]:focus{background-color:#286090}.bootstrap-ddshop .label-success{background-color:#5cb85c}.bootstrap-ddshop .label-success[href]:hover,.bootstrap-ddshop .label-success[href]:focus{background-color:#449d44}.bootstrap-ddshop .label-info{background-color:#5bc0de}.bootstrap-ddshop .label-info[href]:hover,.bootstrap-ddshop .label-info[href]:focus{background-color:#31b0d5}.bootstrap-ddshop .label-warning{background-color:#f0ad4e}.bootstrap-ddshop .label-warning[href]:hover,.bootstrap-ddshop .label-warning[href]:focus{background-color:#ec971f}.bootstrap-ddshop .label-danger{background-color:#d9534f}.bootstrap-ddshop .label-danger[href]:hover,.bootstrap-ddshop .label-danger[href]:focus{background-color:#c9302c}.bootstrap-ddshop .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.bootstrap-ddshop .badge:empty{display:none}.bootstrap-ddshop .btn .badge{position:relative;top:-1px}.bootstrap-ddshop .btn-xs .badge,.bootstrap-ddshop .btn-group-xs>.btn .badge{top:0;padding:1px 5px}.bootstrap-ddshop a.badge:hover,.bootstrap-ddshop a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-ddshop .list-group-item.active>.badge,.bootstrap-ddshop .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.bootstrap-ddshop .list-group-item>.badge{float:right}.bootstrap-ddshop .list-group-item>.badge+.badge{margin-right:5px}.bootstrap-ddshop .nav-pills>li>a>.badge{margin-left:3px}.bootstrap-ddshop .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.bootstrap-ddshop .jumbotron h1,.bootstrap-ddshop .jumbotron .h1{color:inherit}.bootstrap-ddshop .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap-ddshop .jumbotron>hr{border-top-color:#d5d5d5}.bootstrap-ddshop .container .jumbotron,.bootstrap-ddshop .container-fluid .jumbotron{border-radius:6px}.bootstrap-ddshop .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bootstrap-ddshop .jumbotron{padding:48px 0}.bootstrap-ddshop .container .jumbotron,.bootstrap-ddshop .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.bootstrap-ddshop .jumbotron h1,.bootstrap-ddshop .jumbotron .h1{font-size:63px}}.bootstrap-ddshop .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.bootstrap-ddshop .thumbnail>img,.bootstrap-ddshop .thumbnail a>img{margin-left:auto;margin-right:auto}.bootstrap-ddshop a.thumbnail:hover,.bootstrap-ddshop a.thumbnail:focus,.bootstrap-ddshop a.thumbnail.active{border-color:#337ab7}.bootstrap-ddshop .thumbnail .caption{padding:9px;color:#333}.bootstrap-ddshop .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-ddshop .alert h4{margin-top:0;color:inherit}.bootstrap-ddshop .alert .alert-link{font-weight:700}.bootstrap-ddshop .alert>p,.bootstrap-ddshop .alert>ul{margin-bottom:0}.bootstrap-ddshop .alert>p+p{margin-top:5px}.bootstrap-ddshop .alert-dismissable,.bootstrap-ddshop .alert-dismissible{padding-right:35px}.bootstrap-ddshop .alert-dismissable .close,.bootstrap-ddshop .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-ddshop .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.bootstrap-ddshop .alert-success hr{border-top-color:#c9e2b3}.bootstrap-ddshop .alert-success .alert-link{color:#2b542c}.bootstrap-ddshop .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.bootstrap-ddshop .alert-info hr{border-top-color:#a6e1ec}.bootstrap-ddshop .alert-info .alert-link{color:#245269}.bootstrap-ddshop .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.bootstrap-ddshop .alert-warning hr{border-top-color:#f7e1b5}.bootstrap-ddshop .alert-warning .alert-link{color:#66512c}.bootstrap-ddshop .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.bootstrap-ddshop .alert-danger hr{border-top-color:#e4b9c0}.bootstrap-ddshop .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.bootstrap-ddshop .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}.bootstrap-ddshop .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.bootstrap-ddshop .progress-striped .progress-bar,.bootstrap-ddshop .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.bootstrap-ddshop .progress.active .progress-bar,.bootstrap-ddshop .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap-ddshop .progress-bar-success{background-color:#5cb85c}.bootstrap-ddshop .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-ddshop .progress-bar-info{background-color:#5bc0de}.bootstrap-ddshop .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-ddshop .progress-bar-warning{background-color:#f0ad4e}.bootstrap-ddshop .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-ddshop .progress-bar-danger{background-color:#d9534f}.bootstrap-ddshop .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-ddshop .media{margin-top:15px}.bootstrap-ddshop .media:first-child{margin-top:0}.bootstrap-ddshop .media,.bootstrap-ddshop .media-.fykikta-giraffe-detail-tail{zoom:1;overflow:hidden}.bootstrap-ddshop .media-.fykikta-giraffe-detail-tail{width:10000px}.bootstrap-ddshop .media-object{display:block}.bootstrap-ddshop .media-right,.bootstrap-ddshop .media>.pull-right{padding-left:10px}.bootstrap-ddshop .media-left,.bootstrap-ddshop .media>.pull-left{padding-right:10px}.bootstrap-ddshop .media-left,.bootstrap-ddshop .media-right,.bootstrap-ddshop .media-.fykikta-giraffe-detail-tail{display:table-cell;vertical-align:top}.bootstrap-ddshop .media-middle{vertical-align:middle}.bootstrap-ddshop .media-bottom{vertical-align:bottom}.bootstrap-ddshop .media-heading{margin-top:0;margin-bottom:5px}.bootstrap-ddshop .media-list{padding-left:0;list-style:none}.bootstrap-ddshop .list-group{margin-bottom:20px;padding-left:0}.bootstrap-ddshop .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #dddddd}.bootstrap-ddshop .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap-ddshop .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-ddshop a.list-group-item{color:#555}.bootstrap-ddshop a.list-group-item .list-group-item-heading{color:#333}.bootstrap-ddshop a.list-group-item:hover,.bootstrap-ddshop a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.bootstrap-ddshop .list-group-item.disabled,.bootstrap-ddshop .list-group-item.disabled:hover,.bootstrap-ddshop .list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.bootstrap-ddshop .list-group-item.disabled .list-group-item-heading,.bootstrap-ddshop .list-group-item.disabled:hover .list-group-item-heading,.bootstrap-ddshop .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.bootstrap-ddshop .list-group-item.disabled .list-group-item-text,.bootstrap-ddshop .list-group-item.disabled:hover .list-group-item-text,.bootstrap-ddshop .list-group-item.disabled:focus .list-group-item-text{color:#777}.bootstrap-ddshop .list-group-item.active,.bootstrap-ddshop .list-group-item.active:hover,.bootstrap-ddshop .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-ddshop .list-group-item.active .list-group-item-heading,.bootstrap-ddshop .list-group-item.active:hover .list-group-item-heading,.bootstrap-ddshop .list-group-item.active:focus .list-group-item-heading,.bootstrap-ddshop .list-group-item.active .list-group-item-heading>small,.bootstrap-ddshop .list-group-item.active:hover .list-group-item-heading>small,.bootstrap-ddshop .list-group-item.active:focus .list-group-item-heading>small,.bootstrap-ddshop .list-group-item.active .list-group-item-heading>.small,.bootstrap-ddshop .list-group-item.active:hover .list-group-item-heading>.small,.bootstrap-ddshop .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.bootstrap-ddshop .list-group-item.active .list-group-item-text,.bootstrap-ddshop .list-group-item.active:hover .list-group-item-text,.bootstrap-ddshop .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.bootstrap-ddshop .list-group-item-success{color:#3c763d;background-color:#dff0d8}.bootstrap-ddshop a.list-group-item-success{color:#3c763d}.bootstrap-ddshop a.list-group-item-success .list-group-item-heading{color:inherit}.bootstrap-ddshop a.list-group-item-success:hover,.bootstrap-ddshop a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.bootstrap-ddshop a.list-group-item-success.active,.bootstrap-ddshop a.list-group-item-success.active:hover,.bootstrap-ddshop a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap-ddshop .list-group-item-info{color:#31708f;background-color:#d9edf7}.bootstrap-ddshop a.list-group-item-info{color:#31708f}.bootstrap-ddshop a.list-group-item-info .list-group-item-heading{color:inherit}.bootstrap-ddshop a.list-group-item-info:hover,.bootstrap-ddshop a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.bootstrap-ddshop a.list-group-item-info.active,.bootstrap-ddshop a.list-group-item-info.active:hover,.bootstrap-ddshop a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap-ddshop .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.bootstrap-ddshop a.list-group-item-warning{color:#8a6d3b}.bootstrap-ddshop a.list-group-item-warning .list-group-item-heading{color:inherit}.bootstrap-ddshop a.list-group-item-warning:hover,.bootstrap-ddshop a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.bootstrap-ddshop a.list-group-item-warning.active,.bootstrap-ddshop a.list-group-item-warning.active:hover,.bootstrap-ddshop a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap-ddshop .list-group-item-danger{color:#a94442;background-color:#f2dede}.bootstrap-ddshop a.list-group-item-danger{color:#a94442}.bootstrap-ddshop a.list-group-item-danger .list-group-item-heading{color:inherit}.bootstrap-ddshop a.list-group-item-danger:hover,.bootstrap-ddshop a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.bootstrap-ddshop a.list-group-item-danger.active,.bootstrap-ddshop a.list-group-item-danger.active:hover,.bootstrap-ddshop a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap-ddshop .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap-ddshop .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap-ddshop .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}.bootstrap-ddshop .panel-.fykikta-giraffe-detail-tail{padding:15px}.bootstrap-ddshop .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-ddshop .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bootstrap-ddshop .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-ddshop .panel-title>a,.bootstrap-ddshop .panel-title>small,.bootstrap-ddshop .panel-title>.small,.bootstrap-ddshop .panel-title>small>a,.bootstrap-ddshop .panel-title>.small>a{color:inherit}.bootstrap-ddshop .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-ddshop .panel>.list-group,.bootstrap-ddshop .panel>.panel-collapse>.list-group{margin-bottom:0}.bootstrap-ddshop .panel>.list-group .list-group-item,.bootstrap-ddshop .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap-ddshop .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-ddshop .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-ddshop .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-ddshop .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-ddshop .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-ddshop .list-group+.panel-footer{border-top-width:0}.bootstrap-ddshop .panel>.table,.bootstrap-ddshop .panel>.table-responsive>.table,.bootstrap-ddshop .panel>.panel-collapse>.table{margin-bottom:0}.bootstrap-ddshop .panel>.table caption,.bootstrap-ddshop .panel>.table-responsive>.table caption,.bootstrap-ddshop .panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.bootstrap-ddshop .panel>.table:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-ddshop .panel>.table:first-child>thead:first-child>tr:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bootstrap-ddshop .panel>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-ddshop .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-ddshop .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-ddshop .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-ddshop .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap-ddshop .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-ddshop .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-ddshop .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-ddshop .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-ddshop .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap-ddshop .panel>.table:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-ddshop .panel>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-ddshop .panel>.table:last-child>tfoot:last-child>tr:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.bootstrap-ddshop .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-ddshop .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-ddshop .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-ddshop .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap-ddshop .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-ddshop .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-ddshop .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-ddshop .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-ddshop .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap-ddshop .panel>.panel-.fykikta-giraffe-detail-tail+.table,.bootstrap-ddshop .panel>.panel-.fykikta-giraffe-detail-tail+.table-responsive,.bootstrap-ddshop .panel>.table+.panel-.fykikta-giraffe-detail-tail,.bootstrap-ddshop .panel>.table-responsive+.panel-.fykikta-giraffe-detail-tail{border-top:1px solid #dddddd}.bootstrap-ddshop .panel>.table>tbody:first-child>tr:first-child th,.bootstrap-ddshop .panel>.table>tbody:first-child>tr:first-child td{border-top:0}.bootstrap-ddshop .panel>.table-bordered,.bootstrap-ddshop .panel>.table-responsive>.table-bordered{border:0}.bootstrap-ddshop .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-ddshop .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-ddshop .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-ddshop .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.bootstrap-ddshop .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-ddshop .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-ddshop .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-ddshop .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.bootstrap-ddshop .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-ddshop .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-ddshop .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bootstrap-ddshop .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.bootstrap-ddshop .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-ddshop .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-ddshop .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-ddshop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.bootstrap-ddshop .panel>.table-responsive{border:0;margin-bottom:0}.bootstrap-ddshop .panel-group{margin-bottom:20px}.bootstrap-ddshop .panel-group .panel{margin-bottom:0;border-radius:4px}.bootstrap-ddshop .panel-group .panel+.panel{margin-top:5px}.bootstrap-ddshop .panel-group .panel-heading{border-bottom:0}.bootstrap-ddshop .panel-group .panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail,.bootstrap-ddshop .panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.bootstrap-ddshop .panel-group .panel-footer{border-top:0}.bootstrap-ddshop .panel-group .panel-footer+.panel-collapse .panel-.fykikta-giraffe-detail-tail{border-bottom:1px solid #dddddd}.bootstrap-ddshop .panel-default{border-color:#ddd}.bootstrap-ddshop .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-ddshop .panel-default>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#ddd}.bootstrap-ddshop .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.bootstrap-ddshop .panel-default>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#ddd}.bootstrap-ddshop .panel-primary{border-color:#337ab7}.bootstrap-ddshop .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-ddshop .panel-primary>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#337ab7}.bootstrap-ddshop .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.bootstrap-ddshop .panel-primary>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#337ab7}.bootstrap-ddshop .panel-success{border-color:#d6e9c6}.bootstrap-ddshop .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-ddshop .panel-success>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#d6e9c6}.bootstrap-ddshop .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap-ddshop .panel-success>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#d6e9c6}.bootstrap-ddshop .panel-info{border-color:#bce8f1}.bootstrap-ddshop .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-ddshop .panel-info>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#bce8f1}.bootstrap-ddshop .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap-ddshop .panel-info>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#bce8f1}.bootstrap-ddshop .panel-warning{border-color:#faebcc}.bootstrap-ddshop .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-ddshop .panel-warning>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#faebcc}.bootstrap-ddshop .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap-ddshop .panel-warning>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#faebcc}.bootstrap-ddshop .panel-danger{border-color:#ebccd1}.bootstrap-ddshop .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-ddshop .panel-danger>.panel-heading+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-top-color:#ebccd1}.bootstrap-ddshop .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap-ddshop .panel-danger>.panel-footer+.panel-collapse>.panel-.fykikta-giraffe-detail-tail{border-bottom-color:#ebccd1}.bootstrap-ddshop .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap-ddshop .embed-responsive .embed-responsive-item,.bootstrap-ddshop .embed-responsive iframe,.bootstrap-ddshop .embed-responsive embed,.bootstrap-ddshop .embed-responsive object,.bootstrap-ddshop .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.bootstrap-ddshop .embed-responsive-16by9{padding-bottom:56.25%}.bootstrap-ddshop .embed-responsive-4by3{padding-bottom:75%}.bootstrap-ddshop .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}.bootstrap-ddshop .well blockquote{border-color:#ddd;border-color:#00000026}.bootstrap-ddshop .well-lg{padding:24px;border-radius:6px}.bootstrap-ddshop .well-sm{padding:9px;border-radius:3px}.bootstrap-ddshop .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #ffffff;opacity:.2;filter:alpha(opacity=20)}.bootstrap-ddshop .close:hover,.bootstrap-ddshop .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.bootstrap-ddshop button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.bootstrap-ddshop .modal-open{overflow:hidden}.bootstrap-ddshop .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bootstrap-ddshop .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.bootstrap-ddshop .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.bootstrap-ddshop .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-ddshop .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap-ddshop .modal-content{position:relative;background-color:#fff;border:1px solid #999999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.bootstrap-ddshop .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-ddshop .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.bootstrap-ddshop .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.bootstrap-ddshop .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.bootstrap-ddshop .modal-header .close{margin-top:-2px}.bootstrap-ddshop .modal-title{margin:0;line-height:1.42857143}.bootstrap-ddshop .modal-.fykikta-giraffe-detail-tail{position:relative;padding:15px}.bootstrap-ddshop .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-ddshop .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.bootstrap-ddshop .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-ddshop .modal-footer .btn-block+.btn-block{margin-left:0}.bootstrap-ddshop .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.bootstrap-ddshop .modal-dialog{width:600px;margin:30px auto}.bootstrap-ddshop .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.bootstrap-ddshop .modal-sm{width:300px}}@media(min-width:992px){.bootstrap-ddshop .modal-lg{width:900px}}.bootstrap-ddshop .tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.bootstrap-ddshop .tooltip.in{opacity:.9;filter:alpha(opacity=90)}.bootstrap-ddshop .tooltip.top{margin-top:-3px;padding:5px 0}.bootstrap-ddshop .tooltip.right{margin-left:3px;padding:0 5px}.bootstrap-ddshop .tooltip.bottom{margin-top:3px;padding:5px 0}.bootstrap-ddshop .tooltip.left{margin-left:-3px;padding:0 5px}.bootstrap-ddshop .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.bootstrap-ddshop .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-ddshop .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-ddshop .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-ddshop .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-ddshop .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap-ddshop .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap-ddshop .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-ddshop .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-ddshop .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-ddshop .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;white-space:normal}.bootstrap-ddshop .popover.top{margin-top:-10px}.bootstrap-ddshop .popover.right{margin-left:10px}.bootstrap-ddshop .popover.bottom{margin-top:10px}.bootstrap-ddshop .popover.left{margin-left:-10px}.bootstrap-ddshop .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-ddshop .popover-content{padding:9px 14px}.bootstrap-ddshop .popover>.arrow,.bootstrap-ddshop .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-ddshop .popover>.arrow{border-width:11px}.bootstrap-ddshop .popover>.arrow:after{border-width:10px;content:""}.bootstrap-ddshop .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:#00000040;bottom:-11px}.bootstrap-ddshop .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.bootstrap-ddshop .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:#00000040}.bootstrap-ddshop .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.bootstrap-ddshop .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040;top:-11px}.bootstrap-ddshop .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.bootstrap-ddshop .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}.bootstrap-ddshop .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.bootstrap-ddshop .carousel{position:relative}.bootstrap-ddshop .carousel-inner{position:relative;overflow:hidden;width:100%}.bootstrap-ddshop .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bootstrap-ddshop .carousel-inner>.item>img,.bootstrap-ddshop .carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap-ddshop .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.bootstrap-ddshop .carousel-inner>.item.next,.bootstrap-ddshop .carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.bootstrap-ddshop .carousel-inner>.item.prev,.bootstrap-ddshop .carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.bootstrap-ddshop .carousel-inner>.item.next.left,.bootstrap-ddshop .carousel-inner>.item.prev.right,.bootstrap-ddshop .carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);left:0}}.bootstrap-ddshop .carousel-inner>.active,.bootstrap-ddshop .carousel-inner>.next,.bootstrap-ddshop .carousel-inner>.prev{display:block}.bootstrap-ddshop .carousel-inner>.active{left:0}.bootstrap-ddshop .carousel-inner>.next,.bootstrap-ddshop .carousel-inner>.prev{position:absolute;top:0;width:100%}.bootstrap-ddshop .carousel-inner>.next{left:100%}.bootstrap-ddshop .carousel-inner>.prev{left:-100%}.bootstrap-ddshop .carousel-inner>.next.left,.bootstrap-ddshop .carousel-inner>.prev.right{left:0}.bootstrap-ddshop .carousel-inner>.active.left{left:-100%}.bootstrap-ddshop .carousel-inner>.active.right{left:100%}.bootstrap-ddshop .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-ddshop .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,#00000080,#0000);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.bootstrap-ddshop .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,#0000,#00000080);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)}.bootstrap-ddshop .carousel-control:hover,.bootstrap-ddshop .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.bootstrap-ddshop .carousel-control .icon-prev,.bootstrap-ddshop .carousel-control .icon-next,.bootstrap-ddshop .carousel-control .glyphicon-chevron-left,.bootstrap-ddshop .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.bootstrap-ddshop .carousel-control .icon-prev,.bootstrap-ddshop .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.bootstrap-ddshop .carousel-control .icon-next,.bootstrap-ddshop .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.bootstrap-ddshop .carousel-control .icon-prev,.bootstrap-ddshop .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.bootstrap-ddshop .carousel-control .icon-prev:before{content:"\2039"}.bootstrap-ddshop .carousel-control .icon-next:before{content:"\203a"}.bootstrap-ddshop .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.bootstrap-ddshop .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \	;background-color:#0000}.bootstrap-ddshop .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.bootstrap-ddshop .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-ddshop .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bootstrap-ddshop .carousel-control .glyphicon-chevron-left,.bootstrap-ddshop .carousel-control .glyphicon-chevron-right,.bootstrap-ddshop .carousel-control .icon-prev,.bootstrap-ddshop .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.bootstrap-ddshop .carousel-control .glyphicon-chevron-left,.bootstrap-ddshop .carousel-control .icon-prev{margin-left:-15px}.bootstrap-ddshop .carousel-control .glyphicon-chevron-right,.bootstrap-ddshop .carousel-control .icon-next{margin-right:-15px}.bootstrap-ddshop .carousel-caption{left:20%;right:20%;padding-bottom:30px}.bootstrap-ddshop .carousel-indicators{bottom:20px}}.bootstrap-ddshop .clearfix:before,.bootstrap-ddshop .clearfix:after,.bootstrap-ddshop .dl-horizontal dd:before,.bootstrap-ddshop .dl-horizontal dd:after,.bootstrap-ddshop .container:before,.bootstrap-ddshop .container:after,.bootstrap-ddshop .container-fluid:before,.bootstrap-ddshop .container-fluid:after,.bootstrap-ddshop .row:before,.bootstrap-ddshop .row:after,.bootstrap-ddshop .form-horizontal .form-group:before,.bootstrap-ddshop .form-horizontal .form-group:after,.bootstrap-ddshop .btn-toolbar:before,.bootstrap-ddshop .btn-toolbar:after,.bootstrap-ddshop .btn-group-vertical>.btn-group:before,.bootstrap-ddshop .btn-group-vertical>.btn-group:after,.bootstrap-ddshop .nav:before,.bootstrap-ddshop .nav:after,.bootstrap-ddshop .navbar:before,.bootstrap-ddshop .navbar:after,.bootstrap-ddshop .navbar-header:before,.bootstrap-ddshop .navbar-header:after,.bootstrap-ddshop .navbar-collapse:before,.bootstrap-ddshop .navbar-collapse:after,.bootstrap-ddshop .pager:before,.bootstrap-ddshop .pager:after,.bootstrap-ddshop .panel-.fykikta-giraffe-detail-tail:before,.bootstrap-ddshop .panel-.fykikta-giraffe-detail-tail:after,.bootstrap-ddshop .modal-footer:before,.bootstrap-ddshop .modal-footer:after{content:" ";display:table}.bootstrap-ddshop .clearfix:after,.bootstrap-ddshop .dl-horizontal dd:after,.bootstrap-ddshop .container:after,.bootstrap-ddshop .container-fluid:after,.bootstrap-ddshop .row:after,.bootstrap-ddshop .form-horizontal .form-group:after,.bootstrap-ddshop .btn-toolbar:after,.bootstrap-ddshop .btn-group-vertical>.btn-group:after,.bootstrap-ddshop .nav:after,.bootstrap-ddshop .navbar:after,.bootstrap-ddshop .navbar-header:after,.bootstrap-ddshop .navbar-collapse:after,.bootstrap-ddshop .pager:after,.bootstrap-ddshop .panel-.fykikta-giraffe-detail-tail:after,.bootstrap-ddshop .modal-footer:after{clear:both}.bootstrap-ddshop .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap-ddshop .pull-right{float:right!important}.bootstrap-ddshop .pull-left{float:left!important}.bootstrap-ddshop .hide{display:none!important}.bootstrap-ddshop .show{display:block!important}.bootstrap-ddshop .invisible{visibility:hidden}.bootstrap-ddshop .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-ddshop .hidden{display:none!important}.bootstrap-ddshop .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap-ddshop .visible-xs,.bootstrap-ddshop .visible-sm,.bootstrap-ddshop .visible-md,.bootstrap-ddshop .visible-lg,.bootstrap-ddshop .visible-xs-block,.bootstrap-ddshop .visible-xs-inline,.bootstrap-ddshop .visible-xs-inline-block,.bootstrap-ddshop .visible-sm-block,.bootstrap-ddshop .visible-sm-inline,.bootstrap-ddshop .visible-sm-inline-block,.bootstrap-ddshop .visible-md-block,.bootstrap-ddshop .visible-md-inline,.bootstrap-ddshop .visible-md-inline-block,.bootstrap-ddshop .visible-lg-block,.bootstrap-ddshop .visible-lg-inline,.bootstrap-ddshop .visible-lg-inline-block{display:none!important}@media(max-width:767px){.bootstrap-ddshop .visible-xs{display:block!important}.bootstrap-ddshop table.visible-xs{display:table}.bootstrap-ddshop tr.visible-xs{display:table-row!important}.bootstrap-ddshop th.visible-xs,.bootstrap-ddshop td.visible-xs{display:table-cell!important}}@media(max-width:767px){.bootstrap-ddshop .visible-xs-block{display:block!important}}@media(max-width:767px){.bootstrap-ddshop .visible-xs-inline{display:inline!important}}@media(max-width:767px){.bootstrap-ddshop .visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-ddshop .visible-sm{display:block!important}.bootstrap-ddshop table.visible-sm{display:table}.bootstrap-ddshop tr.visible-sm{display:table-row!important}.bootstrap-ddshop th.visible-sm,.bootstrap-ddshop td.visible-sm{display:table-cell!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-ddshop .visible-sm-block{display:block!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-ddshop .visible-sm-inline{display:inline!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-ddshop .visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-ddshop .visible-md{display:block!important}.bootstrap-ddshop table.visible-md{display:table}.bootstrap-ddshop tr.visible-md{display:table-row!important}.bootstrap-ddshop th.visible-md,.bootstrap-ddshop td.visible-md{display:table-cell!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-ddshop .visible-md-block{display:block!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-ddshop .visible-md-inline{display:inline!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-ddshop .visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.bootstrap-ddshop .visible-lg{display:block!important}.bootstrap-ddshop table.visible-lg{display:table}.bootstrap-ddshop tr.visible-lg{display:table-row!important}.bootstrap-ddshop th.visible-lg,.bootstrap-ddshop td.visible-lg{display:table-cell!important}}@media(min-width:1200px){.bootstrap-ddshop .visible-lg-block{display:block!important}}@media(min-width:1200px){.bootstrap-ddshop .visible-lg-inline{display:inline!important}}@media(min-width:1200px){.bootstrap-ddshop .visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.bootstrap-ddshop .hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.bootstrap-ddshop .hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.bootstrap-ddshop .hidden-md{display:none!important}}@media(min-width:1200px){.bootstrap-ddshop .hidden-lg{display:none!important}}.bootstrap-ddshop .visible-print{display:none!important}@media print{.bootstrap-ddshop .visible-print{display:block!important}.bootstrap-ddshop table.visible-print{display:table}.bootstrap-ddshop tr.visible-print{display:table-row!important}.bootstrap-ddshop th.visible-print,.bootstrap-ddshop td.visible-print{display:table-cell!important}}.bootstrap-ddshop .visible-print-block{display:none!important}@media print{.bootstrap-ddshop .visible-print-block{display:block!important}}.bootstrap-ddshop .visible-print-inline{display:none!important}@media print{.bootstrap-ddshop .visible-print-inline{display:inline!important}}.bootstrap-ddshop .visible-print-inline-block{display:none!important}@media print{.bootstrap-ddshop .visible-print-inline-block{display:inline-block!important}}@media print{.bootstrap-ddshop .hidden-print{display:none!important}}.bootstrap-ddshop .btn-default,.bootstrap-ddshop .btn-primary,.bootstrap-ddshop .btn-success,.bootstrap-ddshop .btn-info,.bootstrap-ddshop .btn-warning,.bootstrap-ddshop .btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px #ffffff26,0 1px 1px #00000013}.bootstrap-ddshop .btn-default:active,.bootstrap-ddshop .btn-primary:active,.bootstrap-ddshop .btn-success:active,.bootstrap-ddshop .btn-info:active,.bootstrap-ddshop .btn-warning:active,.bootstrap-ddshop .btn-danger:active,.bootstrap-ddshop .btn-default.active,.bootstrap-ddshop .btn-primary.active,.bootstrap-ddshop .btn-success.active,.bootstrap-ddshop .btn-info.active,.bootstrap-ddshop .btn-warning.active,.bootstrap-ddshop .btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.bootstrap-ddshop .btn-default .badge,.bootstrap-ddshop .btn-primary .badge,.bootstrap-ddshop .btn-success .badge,.bootstrap-ddshop .btn-info .badge,.bootstrap-ddshop .btn-warning .badge,.bootstrap-ddshop .btn-danger .badge{text-shadow:none}.bootstrap-ddshop .btn:active,.bootstrap-ddshop .btn.active{background-image:none}.bootstrap-ddshop .btn-default{background-image:-webkit-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);background-image:-o-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff,#e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe0e0e0",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.bootstrap-ddshop .btn-default:hover,.bootstrap-ddshop .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.bootstrap-ddshop .btn-default:active,.bootstrap-ddshop .btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap-ddshop .btn-default.disabled,.bootstrap-ddshop .btn-default:disabled,.bootstrap-ddshop .btn-default[disabled]{background-color:#e0e0e0;background-image:none}.bootstrap-ddshop .btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7,#265a88);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff265a88",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.bootstrap-ddshop .btn-primary:hover,.bootstrap-ddshop .btn-primary:focus{background-color:#265a88;background-position:0 -15px}.bootstrap-ddshop .btn-primary:active,.bootstrap-ddshop .btn-primary.active{background-color:#265a88;border-color:#245580}.bootstrap-ddshop .btn-primary.disabled,.bootstrap-ddshop .btn-primary:disabled,.bootstrap-ddshop .btn-primary[disabled]{background-color:#265a88;background-image:none}.bootstrap-ddshop .btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c,#419641);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff419641",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap-ddshop .btn-success:hover,.bootstrap-ddshop .btn-success:focus{background-color:#419641;background-position:0 -15px}.bootstrap-ddshop .btn-success:active,.bootstrap-ddshop .btn-success.active{background-color:#419641;border-color:#3e8f3e}.bootstrap-ddshop .btn-success.disabled,.bootstrap-ddshop .btn-success:disabled,.bootstrap-ddshop .btn-success[disabled]{background-color:#419641;background-image:none}.bootstrap-ddshop .btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de,#2aabd2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff2aabd2",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap-ddshop .btn-info:hover,.bootstrap-ddshop .btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.bootstrap-ddshop .btn-info:active,.bootstrap-ddshop .btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap-ddshop .btn-info.disabled,.bootstrap-ddshop .btn-info:disabled,.bootstrap-ddshop .btn-info[disabled]{background-color:#2aabd2;background-image:none}.bootstrap-ddshop .btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e,#eb9316);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffeb9316",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.bootstrap-ddshop .btn-warning:hover,.bootstrap-ddshop .btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.bootstrap-ddshop .btn-warning:active,.bootstrap-ddshop .btn-warning.active{background-color:#eb9316;border-color:#e38d13}.bootstrap-ddshop .btn-warning.disabled,.bootstrap-ddshop .btn-warning:disabled,.bootstrap-ddshop .btn-warning[disabled]{background-color:#eb9316;background-image:none}.bootstrap-ddshop .btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f,#c12e2a);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc12e2a",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.bootstrap-ddshop .btn-danger:hover,.bootstrap-ddshop .btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.bootstrap-ddshop .btn-danger:active,.bootstrap-ddshop .btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.bootstrap-ddshop .btn-danger.disabled,.bootstrap-ddshop .btn-danger:disabled,.bootstrap-ddshop .btn-danger[disabled]{background-color:#c12e2a;background-image:none}.bootstrap-ddshop .thumbnail,.bootstrap-ddshop .img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.bootstrap-ddshop .dropdown-menu>li>a:hover,.bootstrap-ddshop .dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0);background-color:#e8e8e8}.bootstrap-ddshop .dropdown-menu>.active>a,.bootstrap-ddshop .dropdown-menu>.active>a:hover,.bootstrap-ddshop .dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0);background-color:#2e6da4}.bootstrap-ddshop .navbar-default{background-image:-webkit-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);background-image:-o-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff,#f8f8f8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff8f8f8",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px #ffffff26,0 1px 5px #00000013}.bootstrap-ddshop .navbar-default .navbar-nav>.open>a,.bootstrap-ddshop .navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb,#e2e2e2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb",endColorstr="#ffe2e2e2",GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px #00000013}.bootstrap-ddshop .navbar-brand,.bootstrap-ddshop .navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.bootstrap-ddshop .navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0%,#222222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0%,#222222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222222));background-image:linear-gradient(to bottom,#3c3c3c,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c",endColorstr="#ff222222",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.bootstrap-ddshop .navbar-inverse .navbar-nav>.open>a,.bootstrap-ddshop .navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808,#0f0f0f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808",endColorstr="#ff0f0f0f",GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px #00000040}.bootstrap-ddshop .navbar-inverse .navbar-brand,.bootstrap-ddshop .navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-ddshop .navbar-static-top,.bootstrap-ddshop .navbar-fixed-top,.bootstrap-ddshop .navbar-fixed-bottom{border-radius:0}@media(max-width:767px){.bootstrap-ddshop .navbar .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-ddshop .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-ddshop .navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0)}}.bootstrap-ddshop .alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px #ffffff40,0 1px 2px #0000000d}.bootstrap-ddshop .alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8,#c8e5bc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffc8e5bc",GradientType=0);border-color:#b2dba1}.bootstrap-ddshop .alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7,#b9def0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffb9def0",GradientType=0);border-color:#9acfea}.bootstrap-ddshop .alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3,#f8efc0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fff8efc0",GradientType=0);border-color:#f5e79e}.bootstrap-ddshop .alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede,#e7c3c3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffe7c3c3",GradientType=0);border-color:#dca7a7}.bootstrap-ddshop .progress{background-image:-webkit-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb",endColorstr="#fff5f5f5",GradientType=0)}.bootstrap-ddshop .progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7,#286090);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff286090",GradientType=0)}.bootstrap-ddshop .progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c,#449d44);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c",endColorstr="#ff449d44",GradientType=0)}.bootstrap-ddshop .progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de,#31b0d5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff31b0d5",GradientType=0)}.bootstrap-ddshop .progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e,#ec971f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e",endColorstr="#ffec971f",GradientType=0)}.bootstrap-ddshop .progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f,#c9302c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f",endColorstr="#ffc9302c",GradientType=0)}.bootstrap-ddshop .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-ddshop .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px #00000013}.bootstrap-ddshop .list-group-item.active,.bootstrap-ddshop .list-group-item.active:hover,.bootstrap-ddshop .list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7,#2b669a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2b669a",GradientType=0);border-color:#2b669a}.bootstrap-ddshop .list-group-item.active .badge,.bootstrap-ddshop .list-group-item.active:hover .badge,.bootstrap-ddshop .list-group-item.active:focus .badge{text-shadow:none}.bootstrap-ddshop .panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.bootstrap-ddshop .panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5,#e8e8e8);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#ffe8e8e8",GradientType=0)}.bootstrap-ddshop .panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7,#2e6da4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7",endColorstr="#ff2e6da4",GradientType=0)}.bootstrap-ddshop .panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8,#d0e9c6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8",endColorstr="#ffd0e9c6",GradientType=0)}.bootstrap-ddshop .panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7,#c4e3f3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7",endColorstr="#ffc4e3f3",GradientType=0)}.bootstrap-ddshop .panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3,#faf2cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3",endColorstr="#fffaf2cc",GradientType=0)}.bootstrap-ddshop .panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede,#ebcccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede",endColorstr="#ffebcccc",GradientType=0)}.bootstrap-ddshop .well{background-image:-webkit-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8,#f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8",endColorstr="#fff5f5f5",GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px #0000000d,0 1px #ffffff1a}.fykikta-giraffe-detail-tail.video{display:block!important;position:relative!important}.bootstrap-ddshop a{text-decoration:none!important}.bootstrap-ddshop .input-group-addon{background:none!important}.ddshop-widget{position:relative;margin-bottom:20px!important}#ddshop-search-query{width:100%;border:1px solid #ddd}#faqitem-loading{position:absolute;top:10px;right:10px;display:none}#faq-submit-question{text-align:right;display:block;clear:both;position:relative;margin-top:30px}#faq-submit-question-btn{padding:10px;border-radius:34px;border:1px solid #f8f8ff}#ddshop-faq-wrapper{display:none;position:fixed;z-index:9999999999;padding-top:120px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#00000080;opacity:1!important;box-sizing:content-box;visibility:visible!important}#ddshop-faq-wrapper h2.heading{margin-bottom:8px;margin-top:0}#ddshop-faq-wrapper .modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;width:30%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}@-webkit-keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}#ddshop-faq-wrapper .close{float:right;font-size:32px;position:absolute;top:0;right:5px;color:#000}#ddshop-faq-wrapper .close:hover,#ddshop-faq-wrapper .close:focus{color:#999;text-decoration:none;cursor:pointer}#ddshop-faq-wrapper .modal-header,#ddshop-faq-wrapper .modal-footer{border:0}#contact-btn{cursor:pointer;position:fixed;bottom:5px;right:5px;z-index:9999;width:60px;height:60px;color:#fff;border-radius:50px;text-align:center;box-shadow:2px 2px 3px #999;border:0}#contact-btn .fa{font-size:22px;padding-top:18px}.help-block.with-errors{color:#ff5050;margin-top:-5px;font-size:12px;text-align:left}button#ddshop-faq-sendbtn{height:50px;padding:0 20px;font-size:18px;color:#fff}#ddshop-faq-wrapper .messages .alert-success{background:green;color:#fff;padding:10px;font-size:14px;margin:10px 0}#ddshop-faq-wrapper .copyright,#ddshop-faq-wrapper .copyright a{text-align:center;color:#999;font-size:12px}.mobile-nav-wrapper.js-menu--is-open{z-index:9999}.cd-faq-content table{table-layout:auto;width:auto!important}.cd-faq-content td{padding:10px!important;border:1px solid #ccc;width:auto}.panel-group .cd-faq-group{margin-bottom:35px!important}.ddshop-faq-answer{position:relative}.ddshop-faq-answer .anchor{position:unset!important}.ddshop-faq-answer .fa.fa-link{position:absolute;top:-40px;right:55px;font-size:14px!important;line-height:26px!important}.bootstrap-ddshop .twitter-typeahead,.bootstrap-ddshop .tt-hint,.bootstrap-ddshop .tt-input,.bootstrap-ddshop .tt-menu{width:100%;font-weight:400;text-align:left}.bootstrap-ddshop .twitter-typeahead input{height:55px;padding-left:25px;border-radius:5px;font-size:18px;text-align:left}#ddshop-faq-form .form-control{height:45px;font-size:16px}#ddshop-faq-form .help-block.with-errors{display:none}.cd-faq-title,.cd-faqitem{list-style:none}.ddshop-faq-answer img{height:auto!important}.ddshop-faq-answer li{list-style:inherit!important}@media(max-width:768px){#ddshop-faq-wrapper{padding-top:20px}#ddshop-faq-wrapper .modal-content{width:100%;border-radius:0}button#ddshop-faq-sendbtn{float:left}}#PageContainer{-ms-transform:unset!important;-webkit-transform:unset !important);transform:unset!important}.rte .cd-faq-trigger:before,.rte .cd-faq-trigger:after{left:auto!important;border:0!important;width:13px!important}.rte a.cd-faq-trigger{display:block!important}.cd-faq *:before,.cd-faq *:after{content:""}@media only screen and (min-width:768px){.fykikta-giraffe-detail-tail:after{display:none}}.cd-faq{width:100%;margin:20px auto;box-shadow:0 1px 5px #0000001a}.cd-faq:after{content:"";display:table;clear:both}@media only screen and (min-width:768px){.cd-faq{position:relative;margin:0 auto!important;box-shadow:none}}.cd-faq-categories a{position:relative;display:block;overflow:hidden;height:50px;line-height:50px;padding:0 28px 0 16px;background-color:#4e5359;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;white-space:nowrap;border-bottom:1px solid #fff;text-overflow:ellipsis}.cd-faq-categories a:before,.cd-faq-categories a:after{position:absolute;top:50%;right:16px;display:inline-block;height:1px;width:10px;background-color:#fff}.cd-faq-categories a:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.cd-faq-categories li:last-child a{border-bottom:none}@media only screen and (min-width:768px){.cd-faq-categories{width:20%;float:left;box-shadow:0 1px 2px #00000014;margin:0!important;list-style:none!important;padding:0!important}.cd-faq-categories li{list-style:none!important}.cd-faq-categories a{font-size:13px;font-weight:600;padding:0 24px;-webkit-transition:background .2s,padding .2s;-moz-transition:background .2s,padding .2s;transition:background .2s,padding .2s}.cd-faq-categories a:before,.cd-faq-categories a:after{display:none}.no-touch .cd-faq-categories a:hover{background:#555b61}}@media only screen and (min-width:1024px){.cd-faq-categories{position:absolute;top:0;left:0;width:240px;z-index:9;margin:0!important;list-style:none!important}.cd-faq-categories a:before{display:block;top:0;right:auto;left:0;height:100%;width:3px;background-color:#a9c056;opacity:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.cd-faq-categories .selected{background:#42464b!important}.cd-faq-categories .selected:before{opacity:1}.cd-faq-categories.is-fixed{position:fixed}}@media only screen and (min-width:768px){.cd-faq-items{position:static;height:auto;width:78%;float:right;overflow:visible;-webkit-transform:translateZ(0) translateX(0);-moz-transform:translateZ(0) translateX(0);-ms-transform:translateZ(0) translateX(0);-o-transform:translateZ(0) translateX(0);transform:translateZ(0) translate(0);padding:0;background:transparent}}@media only screen and (min-width:1024px){.cd-faq-items{float:none;width:100%;padding-left:260px}}.cd-close-panel{position:fixed;top:5px;right:-100%;display:none;height:40px;width:40px;overflow:hidden;text-indent:100%;white-space:nowrap;z-index:9999;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:right .4s;-moz-transition:right .4s;transition:right .4s}.cd-close-panel:before,.cd-close-panel:after{position:absolute;top:16px;left:12px;display:inline-block;height:3px;width:18px;background:#6c7d8e}.cd-close-panel:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.cd-close-panel:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.cd-close-panel.move-left{right:2%}@media only screen and (min-width:768px){.cd-close-panel{display:none}}.cd-faq-group{display:none}.cd-faq-group li{list-style:none}.cd-faq-group.selected{display:block}.cd-faq-group .cd-faq-title{background:transparent!important;box-shadow:none;margin:1em 0}.no-touch .cd-faq-group .cd-faq-title:hover{box-shadow:none}.cd-faq-group .cd-faq-title h2{text-transform:uppercase;font-size:13px;font-weight:700;color:#bbbbc7}@media only screen and (min-width:768px){.cd-faq-group{display:block;list-style:none!important;padding:0!important;margin:0!important}.cd-faq-group>li{background:#f8f8ff;margin-bottom:6px;box-shadow:0 1px 2px #00000014;-webkit-transition:box-shadow .2s;-moz-transition:box-shadow .2s;transition:box-shadow .2s}.no-touch .cd-faq-group>li:hover{box-shadow:0 1px 10px #6c7d8e4d}.cd-faq-group .cd-faq-title{margin:2em 0 1em}.cd-faq-group:first-child .cd-faq-title{margin-top:0}}.cd-faq-trigger{position:relative;display:block;margin:1.6em 0 .4em;line-height:1.2}.cd-faq-trigger{font-size:18px;font-weight:500;margin:0!important;padding:15px 60px 15px 20px!important;border:0!important;text-transform:inherit;line-height:26px!important;cursor:pointer;letter-spacing:normal}.cd-faq-trigger:before,.cd-faq-trigger:after{position:absolute;right:24px;top:50%;height:2px;width:13px;background:#cfdca0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;transition-property:transform;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;transition-duration:.2s}.cd-faq-trigger:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:32px}.cd-faq-trigger:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.cd-faq-trigger.active:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.cd-faq-trigger.active:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.content-visible .cd-faq-trigger:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.content-visible .cd-faq-trigger:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.cd-faq-content,.cd-faq-content p{font-size:14px;line-height:1.4;color:inherit}.cd-faq-content{display:none;padding:10px 25px 15px}.cd-faq-content p{line-height:1.6}.cd-faq-content ul li{list-style:initial!important}@media(max-width:768px){.cd-faq{box-shadow:none!important}.cd-faq-categories{width:100%!important;list-style:none!important;margin:0!important}.cd-faq-trigger{line-height:20px}.cd-faq-content{display:none}.cd-faq-group>li{list-style:none;margin-bottom:1px}.cd-faq-categories,.cd-close-panel{display:none}.cd-faq-group{display:block!important;padding:0!important;margin:0!important;border:0!important}}#ddshop-faq-a01 .cd-faq-group{margin-top:20px!important}#ddshop-faq-a01 .panel{border-radius:0;box-shadow:none}#ddshop-faq-a01 .panel-heading{padding:0;border-radius:0;background:#fff}#ddshop-faq-a01 .panel-title{overflow:hidden;margin:0}#ddshop-faq-a01 .panel-title a{display:block;border:0;font-size:16px;text-transform:none;padding:17px 17px 17px 60px;position:relative;transition:all .3s linear 0s}#ddshop-faq-a01 .panel-title a.collapsed{background:#fff;color:#333}#ddshop-faq-a01 .panel-title a:before,#ddshop-faq-a01 .panel-title a.collapsed:before{content:"\f107";font-family:FontAwesome;width:50px;height:100%;position:absolute;top:0;left:0;color:#fff;font-size:20px;line-height:50px;text-align:center;background:#999;transition:all .3s linear 0s}#ddshop-faq-a01 .panel-title a.collapsed:before{content:"\f105";background:#fff;color:#333}#ddshop-faq-a01 .panel-.fykikta-giraffe-detail-tail{border-top:none;color:#888}#ddshop-faq-a02 .cd-faq-group{margin-top:20px!important}#ddshop-faq-a02 .panel{border:none;box-shadow:none;border-radius:0;margin-top:3px}#ddshop-faq-a02 .panel-heading{padding:0;border-radius:0;border:none}#ddshop-faq-a02 .panel-title a{display:block;font-size:16px;padding:15px 48px 15px 20px;background:#f8f8ff;position:relative;transition:all .3s ease 0s}#ddshop-faq-a02 .panel-title a.collapsed{border-bottom:1px solid #fff}#ddshop-faq-a02 .panel-title a:after,#ddshop-faq-a02 .panel-title a.collapsed:after{content:"";display:block;width:3px;height:100%;position:absolute;top:0;right:28px;background:#ccc}#ddshop-faq-a02 .panel-title a:before,#ddshop-faq-a02 .panel-title a.collapsed:before{content:"\f068";font-family:FontAwesome;font-weight:400;width:20px;height:20px;line-height:20px;border-radius:50%;background:#ccc;position:absolute;top:12px;right:19px;font-size:10px;color:#f8f8ff;text-align:center;z-index:1}#ddshop-faq-a02 .panel-title a.collapsed:before{content:"\f067"}#ddshop-faq-a02 .panel-.fykikta-giraffe-detail-tail{background:#f8f8ff;padding:20px 50px 15px 20px;line-height:25px;border:none;position:relative}#ddshop-faq-a02 .panel-.fykikta-giraffe-detail-tail:after{content:"";display:block;width:3px;height:100%;background:#ccc;position:absolute;top:0;right:28px}#ddshop-faq-a03 .cd-faq-group{margin-top:20px!important}#ddshop-faq-a03 h3{margin-top:35px!important}#ddshop-faq-a03 .panel{border:none;background:transparent;box-shadow:none;border-radius:0;padding-left:40px;margin-bottom:10px}#ddshop-faq-a03 .panel-heading{padding:0}#ddshop-faq-a03 .panel-title a{display:block;padding:15px;background:#fff;font-size:16px;border:2px solid #F8F8FF;border-left:none;border-radius:0 8px 8px 0;box-shadow:none;position:relative;transition:all .3s ease 0s}#ddshop-faq-a03 .panel-title a span{display:block;width:40px;height:110%;line-height:70px;background:#f8f8ff;font-size:14px;text-align:center;position:absolute;top:-2px;left:-40px}#ddshop-faq-a03 .panel-title a span:before,#ddshop-faq-a03 .panel-title a span:after{content:"";border-top:20px solid #fff;border-left:20px solid transparent;border-right:20px solid transparent;position:absolute;left:0}#ddshop-faq-a03 .panel-title a span:before{top:-1px}#ddshop-faq-a03 .panel-title a span:after{border-top-color:#f8f8ff;bottom:-20px;z-index:1}#ddshop-faq-a03 .panel-.fykikta-giraffe-detail-tail{font-size:14px;color:gray;line-height:23px;border-top:none}#ddshop-faq-a03 .panel-.fykikta-giraffe-detail-tail p{margin-bottom:0}#ddshop-faq-a04{padding-right:24px;padding-left:24px;z-index:1}#ddshop-faq-a04 .cd-faq-group{margin-top:20px!important}#ddshop-faq-a04 .panel{border:none;box-shadow:none}#ddshop-faq-a04 .panel-heading{padding:0;border-radius:0;border:none}#ddshop-faq-a04 .panel-title{padding:0}#ddshop-faq-a04 .panel-title a{display:block;font-size:16px;background:#f8f8ff;border:0;padding:15px 25px;position:relative;margin-left:-24px;transition:all .3s ease 0s}#ddshop-faq-a04 .panel-title a.collapsed{background:#f8f8ff;margin-left:0;transition:all .3s ease 0s}#ddshop-faq-a04 .panel-title a:before{content:"";border-left:24px solid #F8F8FF;border-top:24px solid transparent;border-bottom:24px solid transparent;position:absolute;top:0;right:-24px;transition:all .3s ease 0s}#ddshop-faq-a04 .panel-title a.collapsed:before{border-left-color:#f8f8ff}#ddshop-faq-a04 .panel-title a:after{content:"\f106";font-family:FontAwesome;position:absolute;top:25%;right:15px;font-size:22px}#ddshop-faq-a04 .panel-title a.collapsed:after{content:"\f107"}#ddshop-faq-a04 .panel-collapse{position:relative}#ddshop-faq-a04 .panel-collapse.in:before{content:"";border-right:24px solid #ccc;border-bottom:18px solid transparent;position:absolute;top:0;left:-24px}#ddshop-faq-a04 .panel-.fykikta-giraffe-detail-tail{font-size:14px;background:#fff;border:1px solid #F8F8FF;border-top:none;z-index:1}.dteco-faq-wrapper h3{margin:30px 0 20px!important}.dteco-faq-simple-listing .dteco-faq-title{position:relative;padding:10px 15px;font-size:16px;display:block;line-height:20px;cursor:pointer}.dteco-faq-simple-listing .dteco-faq-title i{margin-right:5px;font-size:15px;color:#fff;line-height:20px}.dteco-faq-simple-listing .dteco-faq-content{padding:15px;border:3px solid #f8f8ff;margin:0 0 10px 15px;border-top:0!important}.dteco-faq-simple-listing .panel-.fykikta-giraffe-detail-tail img,.dteco-faq-simple-listing .panel-.fykikta-giraffe-detail-tail iframe,.dteco-faq-simple-listing .panel-.fykikta-giraffe-detail-tail video{margin:10px}.dteco-faq-simple-listing.dteco-faq-random-colors .dteco-faq-wrapper:nth-child(3n+2) .dteco-faq-title{background:#ea3566}.dteco-faq-simple-listing.dteco-faq-random-colors .dteco-faq-wrapper:nth-child(4n+3) .dteco-faq-title{background:#ea4e00}.dteco-faq-simple-listing.dteco-faq-random-colors .dteco-faq-wrapper:nth-child(5n+4) .dteco-faq-title{background:#00aac4}.dteco-faq-simple-listing.dteco-faq-random-colors .dteco-faq-wrapper:nth-child(6n+5) .dteco-faq-title{background:#ffc65d}.dteco-faq-simple-listing.dteco-faq-random-colors .dteco-faq-wrapper:nth-child(7n+6) .dteco-faq-title{background:#d96557}.dteco-faq-simple-listing .dteco-faq-title{background:#f8f8ff}#ddshop-faq-a05 a:hover,#ddshop-faq-a05 a:focus{text-decoration:none;outline:none}#ddshop-faq-a05 .panel{border:none;box-shadow:none;border-radius:0;margin-bottom:15px}#ddshop-faq-a05 .panel-heading{padding:0;border-radius:0;border:none}#ddshop-faq-a05 .panel-title a{display:block;padding:14px 30px 14px 70px;font-size:16px;font-weight:700;border:0;position:relative;overflow:hidden;transition:all .5s ease 0s}#ddshop-faq-a05 .panel-title a.collapsed{background:#f8f8f8}#ddshop-faq-a05 .panel-title a:before{content:"";width:55px;height:100%;background-color:#0000001a;position:absolute;top:0;left:-13px;transform:skew(-25deg);transition:all .5s ease 0s}#ddshop-faq-a05 .panel-title a.collapsed:hover:before{background:#d7573e}#ddshop-faq-a05 .panel-title a:after{content:"\f047";font-family:FontAwesome;font-weight:900;position:absolute;left:10px;top:50%;color:#fff;transform:translateY(-50%)}#ddshop-faq-a05 .panel-title a.collapsed:after{color:#9f9f9f}#ddshop-faq-a05 .panel-title a.collapsed:hover:after{color:#fff}#ddshop-faq-a05 .panel-.fykikta-giraffe-detail-tail{font-size:14px;color:#5a3245;line-height:25px;padding:20px 15px 20px 40px;border:none;position:relative;transition:all .5s ease 0s}#ddshop-faq-a05 .panel-.fykikta-giraffe-detail-tail:before{content:"";width:5px;height:40px;background:#ef6145;position:absolute;top:30px;left:0}#ddshop-faq-a05 .panel-.fykikta-giraffe-detail-tail p{margin-bottom:0}#ddshop-faq-a06 a:hover,#ddshop-faq-a06 a:focus{text-decoration:none;outline:none}#ddshop-faq-a06 .panel{border:none;box-shadow:none;border-radius:0;margin-bottom:15px}#ddshop-faq-a06 .panel-heading{padding:0;border-radius:0;border:none}#ddshop-faq-a06 .panel-title a{display:block;padding:14px 60px;font-size:16px;position:relative;margin-bottom:15px;border:0;box-shadow:0 1px 3px #00000026;transition:all .5s ease 0s}#ddshop-faq-a06 .panel-title a:before,#ddshop-faq-a06 .panel-title a.collapsed:before{content:"";width:20px;height:1px;background:#0760dc;position:absolute;top:23px;left:0}#ddshop-faq-a06 .panel-title a.collapsed:before{background:#ddd}#ddshop-faq-a06 .panel-title a:after,#ddshop-faq-a06 .panel-title a.collapsed:after{content:"\f068";font-family:FontAwesome;font-weight:900;width:27px;height:27px;line-height:27px;border-radius:50%;background:#0760dc;position:absolute;top:10px;left:25px;font-size:14px;color:#fff;text-align:center;z-index:1}#ddshop-faq-a06 .panel-title a.collapsed:after{content:"\f067"!important;background:#ddd}#ddshop-faq-a06 .panel-.fykikta-giraffe-detail-tail{font-size:13px;line-height:25px;padding:0 15px;margin-left:35px;border:none;border-left:2px dashed #eee}#ddshop-faq-a07 a:hover,#ddshop-faq-a07 a:focus{outline:none;text-decoration:none}#ddshop-faq-a07 .panel{border-radius:0;margin-bottom:15px}#ddshop-faq-a07 .panel-heading{padding:0}#ddshop-faq-a07 .panel-title{position:relative}#ddshop-faq-a07 .panel-title:before{content:"";border-bottom:25px solid rgba(0,0,0,0);border-left:15px solid #eee;border-top:24px solid rgba(0,0,0,0);width:0;height:0;position:absolute;top:0;left:34px}#ddshop-faq-a07 .panel-title a{display:block;font-size:16px;line-height:21px;font-weight:400;text-transform:none;padding:15px 10px 13px 65px;border:0}#ddshop-faq-a07 .panel-title a:before,#ddshop-faq-a07 .panel-title a.collapsed:before{content:"\f068";font-family:FontAwesome;font-weight:900;position:absolute;top:0;left:0;padding:14px 10px;color:#e63c22;background:#eee}#ddshop-faq-a07 .panel-title a.collapsed:before{content:"\f067"}#ddshop-faq-a07 .panel-.fykikta-giraffe-detail-tail{font-size:14px;line-height:26px}#ddshop-faq-a08 a:hover,#ddshop-faq-a08 a:focus{text-decoration:none;outline:none}#ddshop-faq-a08 .cd-faq-group{margin-top:20px!important}#ddshop-faq-a08 .panel{border:none;background:none;border-radius:0;box-shadow:none}#ddshop-faq-a08 .panel-heading{padding:0;background:#fff}#ddshop-faq-a08 .panel-title a{display:block;font-size:16px;padding:17px 40px 17px 65px;border:1px solid #f3f3f3;border-bottom:none;position:relative;transition:all .5s ease 0s}#ddshop-faq-a08 .panel-title a.collapsed{border-bottom:1px solid #f3f3f3}#ddshop-faq-a08 .panel-title a:after,#ddshop-faq-a08 .panel-title a.collapsed:after{content:"\f068";font-family:FontAwesome;font-weight:900;font-size:15px;color:#fff;width:45px;height:100%;line-height:54px;text-align:center;position:absolute;top:0;left:-1px;background:#9c88b9;transition:all .2s}#ddshop-faq-a08 .panel-title a.collapsed:after{content:"\f067";color:#959595;background:#f4f4f4;transition:all .5s ease 0s}#ddshop-faq-a08 .panel-title a.collapsed:hover:after{background:#9c88b9;color:#fff}#ddshop-faq-a08 .panel-title a:before{content:"";position:absolute;bottom:-11px;left:-1px;border-bottom:12px solid transparent;border-right:12px solid #9c88b9}#ddshop-faq-a08 .panel-title a.collapsed:before{display:none}#ddshop-faq-a08 .panel-.fykikta-giraffe-detail-tail{font-size:14px;padding:0 65px 15px;line-height:20px;margin-left:12px;background:#fff;border:1px solid #f3f3f3;border-top:none}#ddshop-faq-a09 a:hover,#ddshop-faq-a09 a:focus{text-decoration:none;outline:none}#ddshop-faq-a09 .panel{border:none;border-radius:0;box-shadow:none;margin-bottom:15px;position:relative}#ddshop-faq-a09 .panel:before{content:"";display:block;width:1px;height:100%;border:1px dashed #6e8898;position:absolute;top:25px;left:18px}#ddshop-faq-a09 .panel:last-child:before{display:none}#ddshop-faq-a09 .panel-heading{padding:0;border:none;border-radius:0;position:relative;background:#fff}#ddshop-faq-a09 .panel-title a{display:block;padding:12px 30px 12px 60px;margin:0;background:#fff;font-size:18px;font-weight:400;letter-spacing:1px;border-radius:0;position:relative;border:0}#ddshop-faq-a09 .panel-title a:before,#ddshop-faq-a09 .panel-title a.collapsed:before{content:"\f107";font-family:FontAwesome;font-weight:900;width:40px;height:100%;line-height:40px;border-radius:3px;font-size:18px;color:#fff;text-align:center;position:absolute;top:0;left:0;transition:all .3s ease 0s}#ddshop-faq-a09 .panel-title a.collapsed:before{content:"\f105";background:#fff;color:#000}#ddshop-faq-a09 .panel-.fykikta-giraffe-detail-tail{padding:10px 30px;margin-left:40px;background:#fff;border-top:none;font-size:15px;color:#6f6f6f;line-height:28px;letter-spacing:1px}#ddshop-faq-a10 a:hover,#ddshop-faq-a10 a:focus{text-decoration:none;outline:none}#ddshop-faq-a10 .panel{border:none;border-radius:0;box-shadow:none;margin:0 0 10px;overflow:hidden;position:relative}#ddshop-faq-a10 .panel-heading{padding:0;border:none;border-radius:0;margin-bottom:10px;z-index:1;position:relative}#ddshop-faq-a10 .panel-heading:before,#ddshop-faq-a10 .panel-heading:after{content:"";width:50%;height:20%;box-shadow:0 15px 5px #0006;position:absolute;bottom:15px;left:10px;transform:rotate(-3deg);z-index:-1}#ddshop-faq-a10 .panel-heading:after{left:auto;right:10px;transform:rotate(3deg)}#ddshop-faq-a10 .panel-title a{display:block;padding:15px 70px;margin:0;background:#fff;letter-spacing:1px;border-radius:0;border:0;box-shadow:0 1px 4px #0000001a,0 0 40px #0000001a inset;position:relative}#ddshop-faq-a10 .panel-title,#ddshop-faq-a10 .panel-title:hover{background:#fff;opacity:1}#ddshop-faq-a10 .panel-title a:before,#ddshop-faq-a10 .panel-title a.collapsed:before{content:"\f106";font-family:FontAwesome;font-weight:900;width:55px;height:100%;text-align:center;line-height:50px;border-left:2px solid #D11149;position:absolute;top:0;right:0}#ddshop-faq-a10 .panel-title a.collapsed:before{content:"\f107"}#ddshop-faq-a10 .panel-title a .icon{display:inline-block;width:55px;height:100%;border-right:2px solid #d11149;font-size:20px;color:#000000b3;line-height:50px;text-align:center;position:absolute;top:0;left:0}#ddshop-faq-a10 .panel-.fykikta-giraffe-detail-tail{padding:10px 20px;margin:0 0 20px;border-bottom:3px solid #d11149;border-top:none;background:#fff;font-size:15px;color:#333;line-height:27px}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/ddshop-faq.css.map?v=39582937346077318541670921533 */
}
@scope (.fykikta-giraffe-detail-tail) {.variant-select select{width:100%;border-radius:2px;border:1px solid #E8E8E8;background:#fff;overflow:hidden;color:#383f42;font-size:14px;font-weight:400;line-height:120%;max-width:240px}.variant-select select:focus{border-color:#e8e8e8;outline:none}.variant-select select::-ms-expand{display:none}.variant-select select option{font-size:14px;font-weight:400;line-height:120%;color:#383f42}.open-element{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background:#0000004d;overflow:hidden;display:none}.open-element[open]{overflow:visible}.open-element .popup--box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:640px;background-color:#fff;border-radius:10px;max-width:calc(100vw - 48px);max-height:calc(100vh - 70px);transition:all .5s;display:flex;flex-direction:column;opacity:0;visibility:hidden;overflow:hidden;cursor:initial}.open-element[open] .popup--box{visibility:visible;opacity:1}.open-element .popup--title-box{height:70px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 24px;flex:none;border-bottom:1px solid #E3E3E3}.open-element .popup--title-box .popup-title{font-size:18px;font-weight:bolder}.open-element .popup--title-box .popup-close{width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.open-element .popup--title-box .popup-close svg{width:20px;height:20px}.open-element .popup--title-box .popup-close svg path{fill:#000;stroke:#000}.open-element .popup-content{position:relative;overflow-y:auto;padding:0 24px 24px;flex:1}.open-element .footer-box{height:70px;width:100%;flex:none;display:flex;justify-content:center;align-items:center;padding:0 24px;border-top:1px solid #E3E3E3;margin:0 -24px;width:calc(100% + 48px);background:#fff}@media screen and (max-width:1000px){.open-element .popup--box{position:absolute;top:initial;bottom:-100%;left:0;width:100%;transform:none;max-width:100%;border-radius:10px 10px 0 0;visibility:visible;opacity:1}.open-element[open] .popup--box{bottom:0;visibility:visible}}.open-element .product-popup-box{padding:25px 20px 40px}.open-element .popup-products-media-box{padding-bottom:20px}.open-element .swiper-main{position:relative;height:400px}.open-element .product--media-image{height:100%}.open-element .product--media-image img{height:100%;width:100%;object-fit:contain}.open-element .swiper-main .swiper-button-prev,.open-element .swiper-main .swiper-button-next{width:50px;height:50px;background:#f5f5f5;border-radius:50px}.open-element .swiper-main .swiper-button-prev svg{transform:rotate(-180deg)}.open-element .swiper-main .swiper-button-prev:after{content:none;display:none}.open-element .swiper-main .swiper-button-next:after{content:none;display:none}.open-element .popup-products-details-box{border-top:1px solid #e8e8e8}.open-element .thumbsSwiper{margin:14px auto auto;width:316px;cursor:pointer}.open-element .thumbsSwiper .swiper-slide{width:40px;height:40px;border-radius:4px;overflow:hidden;background:#d1d1d1}.open-element .popup-products-details-box .popup-products-details-title{margin-top:10px;color:#383f42;text-align:center;font-size:22px;font-weight:700;line-height:120%}.open-element .popup-products-details-box .popup-products-details-description{margin-top:10px;color:#383f42;text-align:center;font-size:14px;font-weight:400;line-height:150%}.GT-Care-popup .GT-Care-pc_img{display:block}.GT-Care-popup .GT-Care-phone_img{display:none}.GT-Care-popup .GT-Care-popup-box{width:calc(100% - 80px);max-width:1000px}.GT-Care-popup .GT-Care-popup-box .popup-content{padding:0;display:flex;align-items:stretch}.GT-Care-popup .GT-Care-popup-box .GT-Care-media-box{flex:none;width:40%}.GT-Care-popup .GT-Care-popup-box .GT-Care-media-box img{width:100%;height:100%;object-fit:cover}.GT-Care-popup .GT-Care-popup-box .GT-Care-details-box{max-height:calc(100vh - 70px);overflow:auto;padding:30px 40px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-box{display:flex;align-items:center;padding-bottom:20px;border-bottom:1px solid #E3E3E3;flex-wrap:wrap}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-img{width:100px;height:100px;flex:none}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-img img{width:100px;height:100px;border-radius:10px;background:#f5f5f5}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-title{color:#383f42;font-size:20px;font-weight:700;line-height:100%;padding-right:35px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-detail{flex:1;margin-left:20px;color:#383f42;font-size:20px;font-weight:700;line-height:100%}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-describe{color:#818181;font-size:20px;font-weight:400;line-height:100%;letter-spacing:-.8px;margin-top:15px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-price{margin-top:15px;font-size:20px;font-weight:700;line-height:100%;letter-spacing:-.8px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons{flex:none;width:100%;display:flex;position:sticky;bottom:0;background:#fff;padding-top:20px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons a{flex:1}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons a:nth-child(2){margin-left:10px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons .button-levels-1,.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons .button-levels-2{width:100%;letter-spacing:0;border:1px solid #ff6900;text-align:center;white-space:nowrap;margin-top:0;text-transform:none}.GT-Care-popup .GT-Care-popup-box .GT-Care-list-box{padding-top:20px}.GT-Care-popup .GT-Care-popup-box .GT-Care-item{margin-top:25px;display:flex}.GT-Care-popup .GT-Care-popup-box .GT-Care-item:nth-child(1){margin-top:0}.GT-Care-popup .GT-Care-popup-box .GT-Care-icon{flex:none;width:40px;height:40px;display:flex;align-items:flex-end}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail{margin-left:15px}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail .GT-Care-title{color:#383f42;font-size:20px;font-weight:800;line-height:40px;letter-spacing:-.8px}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail .GT-Care-describe{margin-top:5px;color:#818181;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.8px}.GT-Care-popup .popup-close{position:absolute;right:24px;top:24px;width:50px;height:50px;background:#cdcdcd;border-radius:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}.GT-Care-popup .popup-close svg{width:26px;height:26px}.GT-Care-popup .popup-close svg{fill:#fff;stroke:#fff}@media screen and (max-width:1000px){.GT-Care-popup .GT-Care-pc_img{display:none}.GT-Care-popup .GT-Care-phone_img{display:block}.GT-Care-popup .GT-Care-popup-box{width:100%}.GT-Care-popup .GT-Care-popup-box .popup-content{flex-direction:column}.GT-Care-popup .GT-Care-popup-box .GT-Care-media-box{width:100%}.GT-Care-popup .GT-Care-popup-box .GT-Care-details-box{max-height:inherit;padding:20px 24px 24px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-box{padding-bottom:20px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-img,.GT-Care-popup .GT-Care-popup-box .GT-Care-product-img img{width:90px;height:90px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-title{font-size:18px;padding-right:0}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-detail{margin-left:20px;font-size:18px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-describe{font-size:15px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-price{font-size:18px}.GT-Care-popup .GT-Care-popup-box .GT-Care-list-box{padding-top:20px}.GT-Care-popup .GT-Care-popup-box .GT-Care-item{margin-top:20px}.GT-Care-popup .GT-Care-popup-box .GT-Care-item:nth-child(1){margin-top:0}.GT-Care-popup .GT-Care-popup-box .GT-Care-icon{flex:none;width:35px;height:35px}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail{margin-left:10px}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail .GT-Care-title{font-size:18px;line-height:35px}.GT-Care-popup .GT-Care-popup-box .GT-Care-detail .GT-Care-describe{font-size:15px}.GT-Care-popup .popup-close{right:25px;top:25px;width:35px;height:35px}.GT-Care-popup .popup-close svg{width:18px;height:18px}.GT-Care-popup .GT-Care-popup-box .GT-Care-product-buttons{padding-top:10px}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/common.css.map?v=53012331163315131051765768320 */
}
@scope (.fykikta-giraffe-detail-tail) {.drawer__header_cart{padding:17px 36px;max-height:56px}.drawer__header_cart .drawer__title{font-size:20px;font-weight:700}.customs_drawer__content{padding:0}.customs_drawer__content .custom-shipping-bar{background:#383f42;margin:0;padding:17px 36px;color:#fff;font-size:16px;text-align:left}.customs_drawer__content .custom-shipping-bar .shipping-bar__text{background:#383f42;margin:0;padding:0;color:#fff;font-size:16px;line-height:normal}.line-item__quantity-item{display:flex}.customs_drawer__content .line-item__quantity-item .line_item_button_icon{display:flex;align-items:center}[dir=ltr] .line_item_image_width_wrapper{margin-right:8px}.mini-cart__recommendations.mini-cart__recommendations-new{position:static;width:100%;height:auto;background:#f5f5f5}.mini-cart__recommendations.mini-cart__recommendations-new .mini-cart__recommendations-list{display:flex;gap:10px;overflow:auto}.mini-cart__recommendations.mini-cart__recommendations-new .mini-cart__recommendations-list .product-item{width:200px}.mini-cart__recommendations.mini-cart__recommendations-new .mini-cart__recommendations-inner{padding:24px 36px 0;margin:0;box-shadow:none}.mini-cart__recommendations.mini-cart__recommendations-new .custom-recommendations-swiper-header{display:flex;margin-bottom:16px;justify-content:space-between}.mini-cart__recommendations.mini-cart__recommendations-new .custom-recommendations-swiper-header p{margin:0;font-size:18px;line-height:135%;text-transform:none;font-weight:700;color:#383f42;letter-spacing:normal}.mini-cart__recommendations.mini-cart__recommendations-new .custom-recommendations-swiper-header .custom-recommendations-swiper-buttons{display:flex;align-items:flex-end;gap:11px}.mini-cart__recommendations-new .custom-recommendations-swiper-header .custom-recommendations-swiper-buttons .swiper-button-next,.mini-cart__recommendations-new .custom-recommendations-swiper-header .custom-recommendations-swiper-buttons .swiper-button-prev{position:static;width:24px;height:24px}.mini-cart__recommendations-new .custom-recommendations-swiper-header .custom-recommendations-swiper-buttons .swiper-button-next:after,.mini-cart__recommendations-new .custom-recommendations-swiper-header .custom-recommendations-swiper-buttons .swiper-button-prev:after{display:none}.mini-cart__recommendations.mini-cart__recommendations-new .custom-swiper-container{overflow:hidden}.custom-swiper-container .custom-slide-info{height:auto;border-radius:8px;background:#fff}.custom-swiper-container .custom-slide-info .product-item__image-wrapper{max-width:90px;width:100%;margin:0 auto}.custom-swiper-container .custom-slide-info .product-item .product-item__info{display:flex;align-items:flex-start;text-align:left;gap:10px;width:100%}.custom-swiper-container .custom-slide-info .product-item{margin:0;gap:10px;height:100%;padding:20px 12px 12px}.custom-swiper-container .custom-slide-info .product-item .main-product-label-discount-info{position:absolute;top:0;left:20px;background-size:contain;color:#fff}.custom-swiper-container .custom-slide-info .product-item .main-product-label-discount-info .label--highlight{background:transparent;text-align:center;padding:0;line-height:normal;display:flex;align-items:flex-start;position:absolute;top:1px;font-weight:700;font-size:10px}.custom-swiper-container .custom-slide-info .product-item .product-item-meta__title{white-space:normal;font-size:14px;color:#383f42;font-weight:400;line-height:100%;margin:0}.custom-swiper-container .custom-slide-info .product-item .product-item-meta__title .heading{white-space:normal;font-size:14px;color:#383f42;font-weight:700;line-height:17px;min-height:34px;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-swiper-container .custom-slide-info .aspect-ratio--short{aspect-ratio:1}.custom-swiper-container .custom-slide-info .product-item_info_row{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:4px}.custom-swiper-container .custom-slide-info .product-item_info_row .product-item-meta__price-list-container .price--highlight{margin-right:4px;font-size:14px;line-height:normal}.custom-swiper-container .custom-slide-info .product-item_info_row .product-item-meta__price-list-container .price--compare{font-size:14px;line-height:normal}.custom-swiper-container .custom-slide-info .product-item__cta-wrapper .product-item__link{display:block;text-decoration:none;margin:0;line-height:1;width:100%;color:#fff;background:#ff6900;padding:6px 11px;border-radius:4px;font-size:12px;font-weight:700}.custom-product-cart-list{padding:0 36px;margin:0}.custom-product-cart-list .line-item{border-bottom:1px solid #E3E3E3;padding:24px 0}.custom-product-cart-list .line-item .line-item__content-wrapper{margin:0}.custom-product-cart-list .line-item .line-item__discount-list .line-item__discount-tips{width:100%;background:#f8f8f8;color:#383f42;padding:8.5px 10px;font-size:14px;gap:4px;text-transform:none;line-height:normal}.custom-product-cart-list .line-item .line-item__content-wrapper .custom-product-cart-list .line-item__image-wrapper{margin-right:8px}.custom-product-cart-list .line-item__info .product-item-meta__title{color:#383f42;font-size:16px;font-weight:700;line-height:normal;margin-bottom:0}.custom-product-cart-list .line-item__info .product-item-meta__property{color:#757575;font-size:14px;font-weight:400;line-height:normal}.custom-product-cart-list .line-item__content-wrapper .line-item__info{display:flex;flex-direction:column;gap:10px;width:100%}.custom-product-cart-list .line-item__content-wrapper .line-item__info .product-item-meta__property-list{margin:0}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity{margin-top:0;display:flex;flex-direction:column;gap:10px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .product-item-meta__price-list-container{line-height:normal}.custom-product-cart-list .line-item__content-wrapper .line-item__info .price{font-size:18px;line-height:normal;color:#ff6900}.custom-product-cart-list .line-item__content-wrapper .line-item__info .price--highlight{font-size:16px;line-height:normal;margin-right:4px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .price--compare{font-size:16px;line-height:normal;color:#a6a6a6;opacity:1}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity .quantity-selector__button{width:auto;height:20px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity .quantity-selector__input{width:20px;height:20px;font-size:14px;padding:0}.cart-drawer-policy{padding:24px 36px;margin:0;background:#f5f5f5}.cart-drawer-policy .cart-drawer-policy-heading{margin-bottom:16px}.cart-drawer-policy .cart-drawer-policy-heading .title{color:#383f42;font-size:18px;font-weight:700;line-height:normal}.cart-drawer-policy .cart-drawer-policy-content{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.cart-drawer-policy .cart-drawer-policy-content .icon-items{display:flex;align-items:center;gap:4px}.cart-drawer-policy .cart-drawer-policy-content .icon-items .icon{display:flex}.cart-drawer-policy .cart-drawer-policy-content .icon-items .icon-text{color:#757575;font-size:14px;font-weight:400;line-height:normal}.custom-drawer-cart .mini-cart__drawer-footer{transform:none}.custom-product-cart-list .line-item__quantity .custom-quantity-selector-half{max-height:28px;padding:4px 6px;gap:14px}.drawer[open] .mini_cart_drawer__overlay{background:#000}.mini-cart__recommendations.mini-cart__recommendations-new .mini-cart__recommendations-inner .product-item__label-list{position:absolute;top:0;left:20px;background-size:contain;color:#fff}.mini-cart__recommendations.mini-cart__recommendations-new .product-item__label-list svg{width:32px;height:32px}@media screen and (max-width:1000px){.custom-swiper-container .custom-slide-info .product-item{display:flex;flex-direction:column}.custom-swiper-container .custom-slide-info .product-item_info_row{padding:0}}@media screen and (max-width:750px){.drawer__header_cart{padding:16px 24px;max-height:48px}.customs_drawer__content .custom-shipping-bar{padding:16px 24px}.drawer__header_cart .drawer__title{font-size:18px;font-weight:700}.mini-cart__order-note{bottom:114px}.custom-drawer-cart{width:100%}.custom-swiper-container .custom-slide-info .product-item{display:flex;flex-direction:column;padding:20px 10px 10px}.custom-swiper-container .custom-slide-info .product-item_info_row .product-item-meta__price-list-container .price--highlight{margin-right:4px;font-size:12px;line-height:normal}.custom-swiper-container .custom-slide-info .product-item_info_row .product-item-meta__price-list-container .price--compare{font-size:12px;line-height:normal}.mini-cart__recommendations.mini-cart__recommendations-new .custom-recommendations-swiper-header{margin-bottom:12px}.mini-cart__recommendations.mini-cart__recommendations-new .custom-recommendations-swiper-header p{font-size:16px}.mini-cart__recommendations.mini-cart__recommendations-new .mini-cart__recommendations-inner{padding:16px 24px}.custom-swiper-container .custom-slide-info .product-item__image-wrapper{max-width:70px;width:100%;margin:0 auto}.custom-swiper-container .custom-slide-info .product-item_info_row{padding:0}.custom-swiper-container .custom-slide-info .product-item_info_row .price-list--centered{display:flex;flex-wrap:nowrap}.custom-product-cart-list{padding:0 24px;margin:0}.custom-product-cart-list .line-item__content-wrapper .line-item__info{display:flex;flex-direction:column;gap:8px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity{margin-top:0;display:flex;flex-direction:column;gap:8px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity .price{font-size:16px}.cart-drawer-policy .cart-drawer-policy-content .icon-items .icon-text{font-size:12px}.cart-drawer-policy{padding:16px 24px}.custom-product-cart-list .line-item{padding:16px 0}.custom-product-cart-list .line-item .line-item__discount-list .line-item__discount-tips{padding:6px 12px 5px}.custom-product-cart-list .line-item__info .product-item-meta__title{font-size:14px}.custom-product-cart-list .line-item__info .product-item-meta__property{font-size:12px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .price{font-size:16px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .price--highlight,.custom-product-cart-list .line-item__content-wrapper .line-item__info .price--compare{font-size:14px;line-height:normal}.custom-product-cart-list .line-item__quantity .custom-quantity-selector-half{max-height:26px}.custom-product-cart-list .line-item__content-wrapper .line-item__info .line-item__quantity .quantity-selector__input{font-size:12px}.custom-swiper-container .custom-slide-info .product-item .product-item-meta__title .heading{font-size:12px;min-height:30px}.custom-swiper-container .custom-slide-info .product-item__cta-wrapper .product-item__link{padding:5px 7px}.custom-swiper-container .custom-slide-info .product-item .main-product-label-discount-info .label--highlight{top:1px}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/mini-cart.css.map?v=177360287755679391841778748201 */
}
@scope (.fykikta-giraffe-detail-tail) {/** Shopify CDN: Minification failed

Line 1864:10 Unexpected "{"
Line 1864:19 Expected ":"
Line 1877:10 Unexpected "{"
Line 1877:19 Expected ":"

**/
.product__description {
  display: block;
  width: 100%;
  /* padding: 15px 0; */
}
.description__tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.description__tab .description__tab_item {
  position: relative;
  cursor: pointer;
  padding-bottom: 15px;
}
.description__tab .description__tab_item.active .tab_line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff6900;
}
.description__tab .description__tab_item .tab__title {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin:0;
}
.description__tab .description__tab_item.active .tab__title {
  color: #383f42;
  font-weight: 700;
}
.description__content {
  /* margin-top: 15px; */
}
.description__content_box {
  display: none;
}
.description__content_box.active {
  display: block;
}
.description__content_box .description__text {
  color: #383f42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.description__content_box .description__text ul {
  padding-left: 20px;
}
.description__content_box .description__learn_more {
  margin-top: 20px;
}
.description__content_box .description__learn_more span {
  display: block;
  color: var(--text-active-color);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.description__content_box .description__learn_more span:before {
  content: "Learn More";
  line-height: 20px;
}
.description__content_box[open] .description__learn_more span:before {
  content: "Learn Less";
}
.description__content_box .description__learn_more span svg {
  margin-left: 5px;
  transform: translateY(2px);
}
.description__content_box .description__learn_more span svg path {
}
.description__content_box[open] .description__learn_more span svg {
  transform: translateY(1px) rotate(-180deg);
}
@media screen and (max-width: 550px) {
  .description__content_box .description__text {
    font-size: 14px;
    line-height: 170%;
  }
  .description__content_box .description__learn_more {
    margin-top: 10px;
  }
}

.detailed_information {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
.detailed_information__head {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.detailed_information__head .head_iconfont {
  flex: none;
  width: 32px;
  height: 32px;
}
.detailed_information__head .head_title {
  flex: 1;
  color: #383f42;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-left: 10px;
  margin:0 0 0 10px;
}
.detailed_information__head .arrow_icon {
  flex: none;
  width: 6px;
  height: 12px;
  margin-left: auto;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailed_information__head .arrow_icon svg path {
  fill: transparent;
}
.colps__drawer .colps__drawer_box{
  margin:0 0 0 10px;
}
.detailed_information__body {
  display: none;
  overflow: hidden;
  padding: 10px 0 0px;
  opacity: 0;
}
.detailed_information[open] .detailed_information__head .arrow_icon {
  transform: rotate(90deg);
}
.detailed_information__body table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.detailed_information__body table th,
.detailed_information__body table td {
  border: 1px solid #e3e3e3;
}
.popup__drawer {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
}
.popup__drawer .popup__drawer_box {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.popup__drawer .popup__drawer_box .drawer__head {
  flex: none;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e3e3e3;
}
.popup__drawer .popup__drawer_box .drawer__head .head_iconfont {
  flex: none;
  width: 32px;
  height: 32px;
}
.popup__drawer .popup__drawer_box .drawer__head .head_title {
  flex: 1;
  color: #383f42;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-left: 10px;
}
.popup__drawer .popup__drawer_box .drawer__head .arrow_icon {
  position: relative;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popup__drawer .popup__drawer_box .drawer__head .arrow_icon svg {
  overflow: visible;
  width: 16px;
  height: 16px;
}
.popup__drawer .popup__drawer_box .drawer__head .arrow_icon path {
  fill: #000;
  stroke: #000;
}
.popup__drawer .popup__drawer_box .drawer__body {
  flex: 1;
  overflow: auto;
}
@media screen and (max-width: 750px){
.detailed_information{
  padding-bottom:20px;
}
}

/* shipping */
.product-block-shipping-coll{
  /* border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px; */
}
.product-block-shipping-coll .collapsible-toggle{
  padding:0;
}
.product-block-shipping-coll .shipping_coll_title{
  display:flex;
  gap:10px;
  font-weight: 700;
  font-size: 18px;
}
.product-block-shipping-coll .shipping_coll_title img{
  width:30px;
  height: 30px;
}
.product-block-shipping-coll .collapsible__content{
  margin-top: 23px;
  background: #f5f5f5;
  padding:10px 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-top{
  display: flex;
  gap: 19px;
  align-items: flex-end;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-bottom{
  font-size: 12px;
  line-height: 16px; 
  text-align: center;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-top .product-block-shipping-item:nth-child(2){
  border-left:1px solid #E3E3E3;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-top .product-block-shipping-item:nth-child(3){
  border-left:1px solid #E3E3E3;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:7px;
  width:33.33%;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-item .product-block-shipping-item-info{
  text-align:center;
}
.product-block-shipping-coll .product-block-shipping-item-info .product-block-shipping-item-title{
  font-size: 14px;
  font-weight:700;
  line-height: 19px;
  padding-bottom: 5px;
}
.product-block-shipping-coll .product-block-shipping-item-info .product-block-shipping-item-times{
  font-size: 13px;
  line-height: 16px;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-item .product-block-shipping-item-icon{
   width: 32px;
  height: 32px;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-item svg{
   width: 32px;
  height: 32px;
}
@media screen and (min-width: 1000px){ 
.product-block-shipping-coll .collapsible__content .product-block-shipping-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:7px;
  width:auto;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-top .product-block-shipping-item:nth-child(2){
padding-left: 19px;
}  
.product-block-shipping-coll .collapsible__content .product-block-shipping-top .product-block-shipping-item:nth-child(3){
padding-left: 19px;
}
.product-block-shipping-coll .collapsible__content .product-block-shipping-item .product-block-shipping-item-info{
  text-align:left;
}
}
@media screen and (min-width: 750px) and (max-width:999px){
.product-block-shipping-coll .collapsible__content .product-block-shipping-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
     gap: 5px
}
.product-block-shipping-coll .product-block-shipping-item-info .product-block-shipping-item-title{
  font-size: 12px;
  font-weight:700;
  line-height: 13px;
}
}

@media screen and (max-width: 750px){
.product-block-shipping-coll .collapsible__content .product-block-shipping-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap:5px;
}
.product-block-shipping-coll .collapsible__content{
  margin-top: 17px;
  padding:12px;
}
.product-block-shipping-coll .product-block-shipping-item-info .product-block-shipping-item-title{
  font-size: 12px;
  font-weight:700;
  line-height: 13px;
}
.product-block-shipping-coll .product-block-shipping-item-info .product-block-shipping-item-times{
  font-size: 12px;
} 
.product-block-shipping-coll .collapsible__content .product-block-shipping-top{
gap: 0px;
}
}


.product_specifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 24px 25px;
  grid-gap: 15px 50px;
  gap: 15px 50px;
}
.product_specifications .specifications_item {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  text-align: left;
}
.product_specifications .specifications_item .specifications_title {
  color: #383f42;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.product_specifications .specifications_item .specifications_content {
  margin-top: 10px;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.product_specifications .specifications_item .specifications_content a {
  color: #ff6900;
  text-decoration: underline;
}
.variant_btns_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 25px 0;
  grid-gap: 10px 25px;
  gap: 10px 25px;
}
.variant_btns_box .variant_btn {
  color: #ff6900;
  border: 1px solid #ff6900;
  border-radius: 4px;
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.variant_btns_box .variant_btn.active {
  background: #ff6900;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .product_specifications {
    padding: 24px 25px;
    grid-gap: 15px 24px;
    gap: 15px 24px;
  }
}

.in_box_fitting {
  padding: 25px 0;
}
.in_box_fitting .drawer_body_content_item {
  margin-bottom: 15px;
  padding: 0 24px 15px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e3e3e3;
}
.in_box_fitting .drawer_body_content_item .image {
  flex: none;
  width: 64px;
  height: 64px;
  background: #f5f5f5;
  boborder-radius: 4px;
  overflow: hidden;
}
.in_box_fitting .drawer_body_content_item .text {
  margin-left: 12px;
  flex: 1;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.in_box_fitting .drawer_body_content_item .text h4 {
  margin: 0;
  color: #383f42;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.in_box_fitting .drawer_body_content_item .text h3 {
  margin: 0;
  color: #383f42;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.in_box_fitting .drawer_body_content_item .text p {
  margin: 0;
  margin-top: 11px;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.in_box_fitting .drawer_body_content_item .text a {
  margin-top: 11px;
  color: #ff6900;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-color: #ff6900;
}
.in_box_fitting .drawer_body_content_item .text ul {
  padding-left: 20px;
  margin-top: 0px;
}


.Shop_with_ease .service_detail .service_title {
  color: #383f42;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.Shop_with_ease .service_detail .service_content {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

/* anchor_point 产品组件锚点部分 */

.phone_anchor_point {
  display: none;
}
.header {
  transition: transform 0.3s;
}
anchor-point-box {
  display: blcok;
}
.anchor_point_swiper {
  width: 100%;
  padding: 0;
}
.anchor_point_swiper .swiper-slide {
  position: relative;
  width: auto;
  line-height: 46px;
  color: #818181;
}
.anchor_point_swiper .swiper-slide.active {
  color: var(--text-active-color);
}
.anchor_point_swiper .swiper-slide.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--button-active-background-color);
}

.anchor_point__active {
  padding-top: calc(
    (var(--header-height, 0px)) * var(--enable-sticky-header) +
      var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar) + 80px
  ) !important;
}
@media screen and (max-width: 1000px) {
  .anchor_point__active {
    padding-top: calc(
      (var(--header-height, 0px)) * var(--enable-sticky-header) +
        var(--announcement-bar-height, 0px) *
        var(--enable-sticky-announcement-bar) + 58px
    ) !important;
  }
  .phone_anchor_point {
    display: block;
    position: fixed;
    top: calc(
      (var(--header-height, 0px)) * var(--enable-sticky-header) +
        var(--announcement-bar-height, 0px) *
        var(--enable-sticky-announcement-bar)
    );
    padding: 6px 24px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 8;
    transition: top 0.3s;
    width: 100%;
  }
}

/* 产品页面协议弹窗 */
.Introduction_service_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 56, 56, 0.5);

  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.Introduction_service_popup[open] {
  display: flex;
}
.Introduction_service_popup_box {
  max-height: 80%;
  height: auto;
  width: 100%;
  max-width: 478px;
  padding: 24px 24px;

  display: flex;
  flex-direction: column;

  border-radius: 4px;
  overflow: hidden;
}
.Introduction_service_popup__title {
  flex: none;
  height: 78px;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: rgb(var(--heading-color));
  display: flex;
  justify-content: center;
  align-items: center;
}
.Introduction_service_popup__content {
  flex: 1;
  overflow-y: auto;
  padding: 10px 24px;
  background: #fff;
}
.Introduction_service_popup__item {
  padding: 10px 0 20px;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #b8b8b8;
}
.Introduction_service_popup__item:nth-last-child(1) {
  margin-bottom: 0px;
  border-bottom: none;
}
.Introduction_service_popup__item .service_icon {
  margin-right: 30px;
  flex: none;
  width: 42px;
  height: 42px;
}
.Introduction_service_popup__item .service_icon svg {
  width: 100%;
  height: 100%;
}
.Introduction_service_popup__item .service_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: rgb(var(--heading-color));
}
.Introduction_service_popup__item .service_content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  height: auto;
}
.Introduction_service_popup__close {
  flex: none;
  height: 78px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Introduction_service_popup__close button {
  background: #ff6900;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  padding: 8.5px 30px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .Introduction_service_popup__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}

/* 产品组件猜你喜欢 */
.guess_you_like {
  width: 100%;
}
.guess_you_like__titl {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  color: #818181;
}
.guess_you_like__product {
  margin-top: 13px;
  position:relative;
}
.guess_you_like__product_item {
  position: relative;
  margin-top: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  min-height: 129px;
  border: 1px solid #ececec;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.guess_you_like__product .sold-out{
  display:none !important;
}
.guess_you_like__product .guess_you_like__product_tags{
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 12px;
  line-height:1.2;
  padding:2px 10px;
  background:#ff690044;

}
.guess_you_like__product .guess_you_like__product_tags .guess_you_like_product_tags_text{
  font-size:13px;
  line-height:1.2;
  color:#ff6900;
}
.guess_you_like__product[close] .guess_you_like__product_item:nth-child(n + 3) {
  display: none;
}
.guess_you_like__product[open] .guess_you_like__product_item:nth-child(n + 3) {
  display: flex;
}
.guess_you_like__product_item .sold_out_tag {
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  background: #81818144;
  border-radius: 0 0 4px 0;
  padding: 0 10px;
}
.guess_you_like__product_item[active] {
  border: 1px solid var(--active-box-border-color);
}
.guess_you_like__product_item:nth-child(1) {
  margin-top: 0;
}
.guess_you_like__product_item .success_icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.guess_you_like__product_item .success_icon .icon_show {
  display: none;
}
.guess_you_like__product_item[active] .success_icon .icon_hidden {
  display: none;
}
.guess_you_like__product_item[active] .success_icon .icon_show {
  display: block;
}
.guess_you_like__product_item[loading] .success_icon svg {
  display: none;
}
.guess_you_like__product_item .loading_box {
  display: none;
  width: 100%;
  height: 100%;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-radius: 50%;
  animation: loading-am 0.8s linear infinite;
  color: var(--text-active-color);
}
.guess_you_like__product_item[loading] .loading_box {
  display: block;
}
.guess_you_like__product_detail {
  flex: 1;
  display: flex;
  align-items: center;
}
.guess_you_like__product_detail .variant_select_box {
  margin-top: 10px;
}
.guess_you_like__product_detail .variant_select_box select {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
  color: #383f42;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  max-width: 240px;
}
.guess_you_like__product_img {
  flex: none;
  margin-right: 14px;
  width: 80px;
  height: 80px;
}
.guess_you_like__product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guess_you_like__product_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.guess_you_like__product_content .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgb(var(--heading-color));
}
.guess_you_like__product_item[active] .guess_you_like__product_content .title {
  color: var(--text-active-color);
}
.guess_you_like__product_content .describe {
  margin-top: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.guess_you_like__product_content .footer_content {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  flex-wrap: wrap;
  gap: 10px;
}
.guess_you_like__product_content .footer_content .open_popup {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-active-color);
}
.guess_you_like__product_content .footer_content .open_popup svg {
  fill: transparent;
}
.guess_you_like__product_content .footer_content .product-price-free{
  background:#ff6900;
  padding:4px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color:#ffffff;
  border-radius:4px;
}
.guess_you_like__product_content .footer_content .product-compare-price-free{
  font-size: 14px;
}
.guess_you_like__product .show_more_button {
    display: flex;
    align-items: center;
    justify-content: center;  
}
.guess_you_like__product .show_more_button span {
  display: block;
  color: var(--text-active-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  position:absolute;
}
.guess_you_like__product .show_more_button span:before {
}
/* .guess_you_like__product[close] .show_more_button span:before {
  content: "Show More";
}
.guess_you_like__product[open] .show_more_button span:before {
  content: "Show Less";
} */
.guess_you_like__product .show_more_button span svg {
  width:20px;
  height:20px;
}
.guess_you_like__product[open] .show_more_button span svg {
  transform: translateY(1px) rotate(-180deg);
}
/* .guess_you_like__product[close] .show_more_button span svg {
  transform: translateY(2px);
} */
 @media screen and (max-width:750px){
.guess_you_like__product_content .title {
  margin-top:10px;
}
}

/* 猜你喜欢加折扣代码 */
.product-discount-code {
  width: 100%;
  display: none;
}
.product-discount-code__title {
  font-weight: 700;
  font-size: 18px;
  font-weight: bolder;
  line-height: 100%;
  margin: 0;
  color: var(--text-color);
}
.product-discount-code__product {
  margin-top: 13px;
}
.product-discount-code__product_item {
  display: block;
  margin-top: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  background-color: #FAFAFA;
  position: relative;
  display: none;
}
.product-discount-code__product_item[countdown_type] {
  display: flex;
}
.product-discount-code__product_item[active] {
  border: 1px solid var(--active-box-border-color);
}
.product-discount-code__product_item:nth-child(1) {
  margin-top: 0;
}
.product-discount-code__product_detail {
  flex: 1;
  display: flex;
  align-items: center;
}
.product-discount-code__product_img {
  flex: none;
  margin-right: 14px;
  width: 80px;
  height: 80px;
}
.product-discount-code__product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-discount-code__product_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-discount-code__product_content .title-tag-price {
  display: flex;
  flex-direction: flex-start;
  align-items: center;
}
.product-discount-code__product_content .guess_you_like__tag {
  padding: 4px 6px;
  border-radius: 4px;
  background: #ff6900;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 8px;
}
.product-discount-code__product_content .guess_you_like__price {
  display: flex;
  flex-direction: flex-start;
  align-items: center;
}
.product-discount-code__product_content .guess_you_like__new-price {
  color: #ff6900;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 6px;
}
.product-discount-code__product_content .guess_you_like__old-price {
  color: #818181;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
}
.product-discount-code__product_content .guess_you_like__cart_icon {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 4px 0px 4px;
  background: #fbe6da;
  padding: 5px 6px;
  display: flex;
  cursor: pointer;
}
.product-discount-code__product_content .guess_you_like__cart_icon svg {
  width: 22px;
  height: 22px;
}
.product-discount-code__product_item .guess_you_like__cart_icon .cart_icon_add {
  width: 22px;
  height: 22px;
}
.product-discount-code__product_item
  .guess_you_like__cart_icon
  .cart_icon_cart_fill {
  display: none;
  height: 22px;
  align-items: center;
}
.product-discount-code__product_item
  .guess_you_like__cart_icon
  .cart_icon_cart_fill
  span {
  color: #ff6900;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}
.product-discount-code__product_item
  .guess_you_like__cart_icon
  .cart_icon_loading {
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border-top: 1px solid #ff6900;
  border-right: 1px solid #ff6900;
  animation: loading-am 0.8s linear infinite;
}
.product-discount-code__product_item[active]
  .guess_you_like__cart_icon
  .cart_icon_add {
  display: none;
}
.product-discount-code__product_item[active]
  .guess_you_like__cart_icon
  .cart_icon_cart_fill {
  display: flex;
}
.product-discount-code__product_item[loading]
  .guess_you_like__cart_icon
  .cart_icon_add {
  display: none;
}
.product-discount-code__product_item[loading]
  .guess_you_like__cart_icon
  .cart_icon_cart_fill {
  display: none;
}
.product-discount-code__product_item[loading]
  .guess_you_like__cart_icon
  .cart_icon_loading {
  display: block;
}

.product-discount-code__product_content .countdown-time {
  margin-top: 8px;
  color: #383f42;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.product-discount-code__product_content .countdown-time span {
  color: #ff6900;
}

.product-discount-code__product_content .countdown-variant_select_box select {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
  color: #383f42;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  max-width: 240px;
}
/* 移除选中时的边框 */
.product-discount-code__product_content
  .countdown-variant_select_box
  select::-ms-expand {
  display: none;
}
.product-discount-code__product_content
  .countdown-variant_select_box
  select:focus {
  outline: none;
}

.product-discount-code__product_content .discount-details {
  margin: -4px -8px;
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
.product-discount-code__product_content .discount-details .descount-text {
  flex: none;
  color: #383f42;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  margin: 4px 8px;
  margin-right: auto;
  max-width: 100%;
}
.product-discount-code__product_content .discount-details .copy_button_box {
  flex: none;
  margin: 4px 8px;
  border-radius: 100px;
  background: #ff6900;
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
}
.product-discount-code__product_content
  .discount-details
  .copy_button_box
  .copy_button {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.product-discount-code__product_content .discount-details .copy_button_box svg {
  width: 12px;
  height: 12px;
}
.product-discount-code__product_content
  .discount-details
  .copy_button_box
  .copy_code_icon {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-discount-code__product_content
  .discount-details
  .copy_button_box
  .copy_code_icon_seccess {
  width: 12px;
  height: 12px;
  display: none;
  justify-content: center;
  align-items: center;
}
.product-discount-code__product_item[copied]
  .discount-details
  .copy_button_box
  .copy_code_icon {
  display: none;
}
.product-discount-code__product_item[copied]
  .discount-details
  .copy_button_box
  .copy_code_icon_seccess {
  display: flex;
}
@media screen and (max-width:750px){
.product-discount-code__title {
  font-size: 16px;
}
}
/* 买X送Y */
.buy_x_get_y_title {
  color: #383f42;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.main_product_buy_x_get_y {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  max-width: 600px;
}
.main_product_buy_x_get_y .buy_x_get_y_box {
  width: 100%;
}
.main_product_buy_x_get_y .buy_x_get_y_left {
  height: auto;
}
.main_product_buy_x_get_y .buy_x_get_y_right {
  height: auto;
}
.main_product_buy_x_get_y .buy_x_get_y_product_item {
  width: 100%;
}
.main_product_buy_x_get_y
  .buy_x_get_y_product_item
  .buy_x_get_y_product_content {
  width: 100%;
  display: flex;
  padding: 10px 0px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.main_product_buy_x_get_y .buy_x_get_y_product_content_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_product_buy_x_get_y .buy_x_get_y_product_border {
  margin: 15px 0;
  border-top: 1px solid #e8e8e8;
}
.main_product_buy_x_get_y .buy_x_get_y_middle svg {
  width: 100%;
}

.main_product_buy_x_get_y .buy_x_get_y_product_img {
  width: 100px;
  margin: auto;
  background: #fafafa;
  border-radius: 4px;
  overflow: hidden;
}
.main_product_buy_x_get_y .buy_x_get_y_product_tag {
  overflow: hidden;
  color: #383f42;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.main_product_buy_x_get_y .buy_x_get_y_product_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #383f42;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.main_product_buy_x_get_y .buy_x_get_y_product_variant_change {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_product_buy_x_get_y .buy_x_get_y_product_variant_change select {
  max-width: 250px;
  width: 100%;
  overflow: hidden;
  color: #383f42;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  height: 27px;
}
.main_product_buy_x_get_y
  .buy_x_get_y_product_variant_change
  .buy_x_get_y_product_number {
  display: flex;
  padding: 1.8px 5px 2.2px 5px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14.727px;
  font-weight: 700;
  line-height: 100%;
  background: #ff6900;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}
.main_product_buy_x_get_y .buy_x_get_y_product_price .price--highlight {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.main_product_buy_x_get_y .buy_x_get_y_product_price .price--compare {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.main_product_buy_x_get_y .buy_x_get_y_button {
  width: 100%;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff6900;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.main_product_buy_x_get_y .buy_x_get_y_button.sold_out {
  background: #818181;
  color: #fff;
  cursor: inherit;
}
@media screen and (max-width: 1000px) {
  .main_product_buy_x_get_y .buy_x_get_y_product_title {
    font-size: 14px;
  }
  .main_product_buy_x_get_y .buy_x_get_y_product_price .price--highlight {
    font-size: 14px;
  }
  .main_product_buy_x_get_y .buy_x_get_y_product_price .price--compare {
    font-size: 14px;
  }
}

/* 带图片的变体选择 */
.media_variant {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.media_variant .variant_item {
  position: relative;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid transparent;
  overflow: hidden;
  padding: 12px;
}
.media_variant .variant_item.active {
  border: 1px solid #ff6900;
}
.media_variant .variant_item img {
  width: 70px;
  height: 70px;
  pointer-events: none;
}
.media_variant .variant_item .variant_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: 15px;
  pointer-events: none;
}
.media_variant .variant_item .variant_name .variant_title {
  margin-bottom: 10px;
}
.media_variant .variant_item .variant_name .variant_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.media_variant .variant_r_t_tag {
  right: 0;
  top: 0;
}
.media_variant .variant_l_t_tag {
  position: absolute;
  line-height: 12px;
  font-size: 12px;
  padding: 2px 10px;
  background: #ff690044;
  border-radius: 2px 0 4px 0;
  color: #ff6900;
  left: 0;
  top: 0;
}

.product-discount-code-sold-out {
  pointer-events: none;
  opacity: 0.7;
  filter: grayscale(1);
}
.product-discount-code-sold-out[active] {
  border: 1px solid #818181;
}
.product-discount-code-sold-out .guess_you_like__cart_icon {
  display: none;
}
.product-discount-code-sold-out .sold_out_tag {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 4px 0px 4px;
  background: #818181;
  color: #fff;
  padding: 0px 10px;
  display: flex;
}

 /* shop-with-ease */
.product-shop-ease-module{
  max-width:570px;
  width:100%;
  background:#F5F5F5;
  border-radius:8px;
}
.product-shop-ease-module_background{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:9px 5px;
  gap:10px;
}
.product-shop-ease-module_background .product-shop-ease-module__item{
  display:flex;
  align-items: center;
  gap:10px;
}
.product-shop-ease-module__item .product-shop-ease__item_icon{
  width:32px;
  display: flex;
  align-items: center;
}
.product-shop-ease-module__item .product-shop-ease__item_text{
  color: #383F42;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
}
@media screen and (max-width:1000px){
.product-shop-ease-module{
  max-width:100%;
  width:100%;
}
.product-shop-ease-module_background{
display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
gap:0;
  padding:12px 20px;
}
.product-shop-ease-module__item .product-shop-ease__item_text{
  color: #383F42;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; 
}
.product-shop-ease-module_background .product-shop-ease-module__item{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;

}
}
@media screen and (max-width:750px) {
.product-shop-ease-module_background{
display:flex;
flex-direction: row;
align-items: flex-start;
gap:8px;
padding:12px;
}
.product-shop-ease-module_background .product-shop-ease-module__item{
display: flex;
align-items: center;
flex-direction: column;
gap:8px;
}
.product-shop-ease-module__item .product-shop-ease__item_text{
  font-size:12px;
  text-align:center;
}
}

/* Countdown-Limit */
.product-time-limit--countdown{
  padding:12px 24px;
  border-radius:4px;
  margin:0;
  background:linear-gradient(90deg, rgba(255, 216, 138, 0.15) 4.98%, rgba(255, 216, 138, 0) 84.88%);
  /* background-image: url(https://cdn.shopify.com/s/files/1/0578/5314/9241/files/pc_f2b66b2a-2ecd-4076-afda-c08e290a0d23.png?v=1765543082);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
.product-time-limit--countdown .product-box-limit--countdown .title {
  margin-bottom:15px !important;
  font-size:20px;
  font-weight:700;
  line-height:120%;
  color:#383f42;
}
.product-time-limit--countdown .product-box-limit--countdown .active-limit--count-imgs {
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  left: 65%;
}
.product-time-limit--countdown .product-activity--countdown {
  gap:10px;
}
.product-time-limit--countdown .countdown_timer{
  gap:10px;
}
.product-time-limit--countdown .countdown_item {
  display:flex;
  align-items: center;
  gap:10px;
}
.product-time-limit--countdown .countdown_item .countdown_value{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  border-radius:4px;
  gap:3px;
  width:48px;
  height:46px;
  background:#ffffff;
  /* background-image: url(https://cdn.shopify.com/s/files/1/0370/9537/4907/files/Background_009096fa-91ae-4d9c-b4c2-97c13df6406e.png?v=1765437572);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
.product-time-limit--countdown .countdown_item .countdown_value .countdown_number{
  font-size:18px;
  font-weight:700;
  line-height: 1;
  padding-left:7px;
  color:#383f42;
}
.product-time-limit--countdown .countdown_item .countdown_value .countdown_label{
  font-size:14px;
  line-height: 100%;
  padding-right:5px;
  color:#383f42;
}
.drawer.drawer--from-center{
  transition:none;
}
.drawer.drawer--from-center[open]{
    width: 100%;
    max-width: 100%;
    background: transparent;
}
.drawer.drawer--from-center[open] .drawer__overlay{
  right:0;
}
 .countdown-product-popup-content .custom-popContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
    background: #fff;
    border-radius:20px;
 }
  .product-time-limit--countdown .countdown_wrapper_limit .product-countdown-pop-buttons{
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
  }
 .countdown-product-popup-content .custom-popContent .drawer__header{
    border-radius:20px 20px 0px 0px;
 }
 .countdown-product-popup-content .drawer__header h3{
    font-weight:700;
    font-size:24px;
 }
  .countdown-product-popup-content .drawer__header .drawer__title{
    font-weight:700;
    font-size:24px;
 }
 .countdown-product-popup-content .drawer__content{
    padding:15px 34px 34px;
    max-width: 900px;
    max-height: 550px;
    overflow-y: auto;
 }
 .countdown-product-popup-content .drawer__content .offers-section{
  margin-bottom:24px;
 }
 .countdown-product-popup-content .drawer__content .section-title{
    display:flex;
    gap:10px;
    align-items: center;
    padding-bottom:15px;
 }
 .countdown-product-popup-content .drawer__content .section-title .section-icon{
    margin:0;
    font-size: 26px;
    line-height: 1;
 }
 .countdown-product-popup-content .drawer__content .section-title h4{
    margin:0;
    font-size:18px;
    line-height:24px;
 }
  .countdown-product-popup-content .drawer__content .section-title > div{
    margin:0;
    font-size:18px;
    font-weight:700;
    line-height:24px;
 }
 .countdown-product-popup-content .offer-card-list{
    display:flex;
    flex-direction: column;
    gap:20px;
 }
 .countdown-product-popup-content .offer-card-list .offer-card{
    background:#f5f5f5;
    border-radius:8px;
    padding:24px;
    display: flex;
    align-items: center;
    gap:20px;
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-icon{
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-content{
    display:flex;
    flex-direction: column;
    gap: 12px;
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-content .offer-title{
    color: #383F42;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-content .offer-desc{
    margin:0;
    color: #383F42;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
 }
 .product-time-limit--countdown .product-countdown-grid{
  display:flex;
  align-items: center;
  gap:12px;
  position: relative;
 }
 .product-time-limit--countdown .product-countdown-grid .product-countdown-content{
  width:100%;
 }
 .product-time-limit--countdown .product-countdown-grid .product-countdown-popup{
  width:40%;
 }
 .product-time-limit--countdown .product-countdown-grid .product-countdown-popup-heading{
  color: #FF6900;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; 
  display:flex;
  align-items: center;
  gap:4px;
 }
@media screen and (max-width:1000px){
.product-time-limit--countdown{
  padding:12px 24px;
  border-radius:4px;
  margin:0;
  /* background-image: url(https://cdn.shopify.com/s/files/1/0578/5314/9241/files/4652e9d1ce7d42e5b151d2f42233d4ef_0f02a05a-4ef2-4324-a849-5854b72bb766.png?v=1765543082);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
  .countdown-product-popup-content .custom-popContent{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 22;
      background: #fff;
      border-radius:20px;
      width:90%;
  }
}
@media screen and (max-width:750px) {
.product-time-limit--countdown{
  padding:14px 12px;
  border-radius:4px;
  margin:0;
  /* background-image: url(https://cdn.shopify.com/s/files/1/0578/5314/9241/files/b8e7997ac2ff19757a56a72f282abc28_73ec9201-d435-46f9-a11e-f4278a486724.png?v=1765543082);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}
.product-time-limit--countdown .countdown_timer{
  gap:6px;
}
.product-time-limit--countdown .countdown_item{
  gap:4px;
}
.product-time-limit--countdown .countdown_item .countdown_value{
  padding: 10px 5px;
}
.product-time-limit--countdown .product-box-limit--countdown .heading {
  font-size:18px;
  margin-bottom:12px !important;
}
.product-time-limit--countdown .product-countdown-grid{
  align-items: center;
  gap:2px;
}
 .product-time-limit--countdown .product-countdown-grid .product-countdown-popup-heading{
  color: #FF6900;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
 }
.product-time-limit--countdown .product-countdown-grid .product-countdown-popup{
  width:100%;
 }
.product-time-limit--countdown .countdown_item .countdown_value{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  border-radius:4px;
  gap:2px;
  width:37px;
  height:34px;
}
.product-time-limit--countdown .countdown_item .countdown_value .countdown_number{
  font-size:14px;
  font-weight:700;
  line-height: normal;
  padding-left:6px;
  color:#383f42;
}
.product-time-limit--countdown .countdown_item .countdown_value .countdown_label{
  font-size:14px;
  line-height: 14px;
  padding-right:5px;
  color:#383f42;
}
 .countdown-product-popup-content .drawer__content{
    padding:12px;
 }
 .countdown-product-popup-content .drawer__header h3{
    font-size:18px;
    line-height:18px;
 }
  .countdown-product-popup-content .drawer__header .drawer__title{
    font-size:18px;
    font-weight:700;
    line-height:18px;
 }
 .countdown-product-popup-content .drawer__content .section-title h4{
    margin:0;
    font-size:16px;
    line-height:24px;
 }
  .countdown-product-popup-content .drawer__content .section-title > div{
    margin:0;
    font-size:16px;
    font-weight:700;
    line-height:24px;
 }
 .countdown-product-popup-content .drawer__content .section-title{
  padding-bottom:12px;
 }
 .countdown-product-popup-content .offer-card-list{
  gap:12px;
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-content .offer-title{
    color: #383F42;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; 
 }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-content .offer-desc{
    margin:0;
    color: #383F42;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
 }
  .countdown-product-popup-content .offer-card-list .offer-card .offer-content{
    gap:6px;
  }
 .countdown-product-popup-content .offer-card-list .offer-card .offer-icon{
    width: 100%;
    max-width:70px;
    height: auto;
 }
  .countdown-product-popup-content .custom-popContent{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 22;
      background: #fff;
      border-radius:20px;
      width:90%;
  }
}


/* Countdown-Limit-omnisend */
.product-time-omnisend--countdown{
    background-image: var(--bg-desktop);
    padding: 14px 24px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.product-time-omnisend--countdown .product-box-omnisend--countdown{
    margin-bottom:13px;
}
.product-time-omnisend--countdown .product-box-omnisend--countdown .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_timer{
    display:flex;
    gap:10px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item{
    display:flex;
    gap:10px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_value{
    padding:6px;
    display:flex;
    align-items:center;
    gap:3px;
    border-radius:10px;
    width:44px;
    height:44px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_value .countdown_number {
    line-height:100%;
    font-size:18px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_value .countdown_label{ 
    line-height:100%;
    font-size:12px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_label{
    font-size:20px;
    color:#fff;
}
.product-time-omnisend--countdown .omnisend-countdown-pop-buttons{
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
}
.section-{{ section.id }} .product_countdown_PopUp_omnisend{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.section-{{ section.id }} .product_countdown_PopUp_omnisend .button-omnisend-item{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
@media screen and (max-width:750px) {
.product-time-omnisend--countdown{
    background-image: var(--bg-mobile);
    padding: 15px 12px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.product-time-omnisend--countdown .product-box-omnisend--countdown .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_value{
    padding:8px 3px 7px 3px;;
    display:flex;
    align-items:center;
    gap:3px;
    border-radius:8px;
    width:auto;
    height:auto;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_timer{
    display:flex;
    gap:5px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item{
    display:flex;
    gap:5px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_value .countdown_number {
    line-height:100%;
    font-size:14px;
}
.product-time-omnisend--countdown .countdown_wrapper_limit .countdown_item .countdown_label{
    font-size:14px;
    color:#fff;
}
}


/* product add ons */
.product-upsell-bundling_block{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top:5px;
}
.product-upsell-bundling_block .product-upsell-bundling_header{
  width:100%;
  text-align:left;
}
.product-upsell-bundling_block .product-upsell-bundling_header .product-upsell-bundling__title{
  color: #383F42;
  font-size:18px;
  font-weight: 700;
  line-height:32px;
}
.product-upsell-bundling_block .product-bundles-list-container{
  border-radius: 4px;
  border: 1px solid #E1E2E3;
}
.product-upsell-bundling_block .product-bundles-list-container .products-expand-bundling{
  transition: max-height 0.3s ease;
  overflow:hidden;
  padding-left:15px;
  padding-right:15px;
}

.product-upsell-bundling_block .products-expand-bundling .product-bundles__item{
  border-bottom:1px solid #E1E2E3;
  padding-top:15px;
  padding-bottom:15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.product-upsell-bundling_block .product-bundles__item .bundles-items-product{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-upsell-bundling_block .products-expand-bundling .product-bundles__item:last-of-type {
  padding-bottom: 14px;
}

.product-upsell-bundling_block .product-bundles__item .bundles-items-product .custom_gift_bundling{
  display:none;
}
.product-upsell-bundling_block .product-bundles__item .bundles-items-product .custom_gift_bundling-input .custom_gift_bundling-background{
  width: 20px;
  height: 20px;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  background: #fff;
  cursor:pointer;
}
.product-upsell-bundling_block .bundles-items-product .custom_gift_bundling-input .custom_gift_bundling-background .custom_gift_bundling-icon{
  display:none;
}
.product-upsell-bundling_block .bundles-items-product .custom_gift_bundling-input .custom_gift_bundling-background .custom_gift_bundling-icon{
  display:none;
}
.product-upsell-bundling_block .custom_gift_bundling:checked+.custom_gift_bundling-input .custom_gift_bundling-background{
    background: #ff6900;
    border: none;
}
.product-upsell-bundling_block .custom_gift_bundling:checked+.custom_gift_bundling-input .custom_gift_bundling-background .custom_gift_bundling-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.product-upsell-bundling_block .bundles-items-product .product-bundling-grid-box{
  display: flex;
  gap: 14px;
  align-items: center;
}
.product-upsell-bundling_block .bundles-items-product .product-bundling-grid-box img{
  width:auto;
  height:80px;
}
.product-upsell-bundling_block .bundles-items-product .product-bundling-grid-box .product-bundling-grid-bottom{
  display: flex;
  flex-direction: column;
}
.product-upsell-bundling_block .product-bundling-grid-box .product-bundling-grid-bottom .bundles-items-product_title{
  color: #383F42;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom:6px;
}
.product-upsell-bundling_block .product-bundling-grid-box .product-bundling-grid-bottom .variant-related-product__description{
  color: #5F6368;
  font-size:13px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom:10px;
}
.product-upsell-bundling_block .product-bundling-grid-box .product-bundling-grid-bottom .bundles-items-product_price{
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-upsell-bundling_block .product-bundling-grid-bottom .bundles-items-product_price .sale-price{
  line-height:100%;
  font-size:16px;
}
.product-upsell-bundling_block .product-bundling-grid-bottom .bundles-items-product_price .original-price{
  line-height:100%;
  font-size:16px;
}
.product-upsell-bundling_block .product-bundles-list-container .bundles-footer{
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.product-upsell-bundling_block .product-bundles-list-container .bundles-footer .selected-count{
  color: #383F42;
  font-size: 14px;
  font-weight:700;
  line-height: 120%;
  cursor: pointer;
}
.product-upsell-bundling_block .product-bundles-list-container .bundles-footer .product-bundles-bespeak-item{
  color: #3787FF;
  text-align: right;
  font-size: 14px;
  font-weight:400;
  line-height:120%;
  cursor: pointer;
}

/* 弹窗主体 */
.product-upsell-bundling_block .product-info-popup .popup-content {
  position: relative;
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.product-upsell-bundling_block .product-info-popup .popup-content .product-information-popup-content{
  display:flex;
  gap: 15px;
  align-items: center;
}
.product-upsell-bundling_block .product-info-popup .popup-content .popup-image{
  max-width:380px;
  width:100%;
}
.product-upsell-bundling_block .product-info-popup .popup-content .popup-text .popup-title{
  font-size:26px;
  font-weight:700;
  line-height:115%
}
.product-upsell-bundling_block .product-info-popup .popup-content .popup-text .popup-description{
  font-size:16px;
  line-height:150%;
  font-weight:400;
}
/* 关闭按钮 */
.product-upsell-bundling_block .product-info-popup .popup-close {
  position: absolute;
  top: 17px;
  right: 16px;
  cursor: pointer;
  font-size: 20px;
  line-height: 100%;
}
.fykikta-giraffe-detail-tail.popup-open,
.fykikta-giraffe-detail-tail.popup-open {
  overflow: hidden;
}

@media screen and (min-width:750px) and (max-width:1000px) {
.product-upsell-bundling_block .product-bundles-list-container .bundles-footer{
  padding: 13px 20px 14px 20px;
}
}
@media screen and (max-width:750px) {
.product-upsell-bundling_block .product-bundling-grid-box .product-bundling-grid-bottom .bundles-items-product_title{
    display: -webkit-box;        
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;       
    overflow: hidden;      
    text-overflow: ellipsis;
    word-break: break-word;
}
.product-upsell-bundling_block .product-bundling-grid-box .product-bundling-grid-bottom .variant-related-product__description{
    display: -webkit-box;        
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;       
    overflow: hidden;      
    text-overflow: ellipsis;
    word-break: break-word;
}
.product-upsell-bundling_block .product-bundles-list-container .bundles-footer{
  padding: 13px 20px 14px 20px;
}
.product-upsell-bundling_block .products-expand-bundling .product-bundles__item{
  gap:20px;
}
.product-form__variants{
  margin:0;
}
}

/* Shipping-TextContent */
.shipping-text-line {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.shipping-text-line strong{
  color:#ff6900;
}

/* product-video */
.custom-product-video-contain{
  overflow:hidden;
}
.custom-product-videos{
  display: flex;
  flex-direction: column;
  gap: 11px;
  overflow:hidden;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
.custom-product-videos .title{
  font-size:18px;
  line-height:173.333%;
  font-weight:700;
  margin:0;
}
.custom-product-videos .custom-product-videos-swiper {
  margin:0;
}
.custom-product-videos .custom-product-videos-swiper .custom-product-videos-unit{
  max-width:72px;
  margin-right:14px;
  cursor:pointer;
}
.custom-product-videos .custom-product-videos-unit .video-wrapper{
  max-width:72px;
  max-height:72px;
  background-image: var(--vc-circles-item-background, linear-gradient(to top right, #eab308, #c026d3));
  border-radius: 9999px;
  padding: 2px;
  line-height: 0;
  display: block;
}
.custom-product-videos .custom-product-videos-unit .video-circles-item-inner{
  background-color: #fff;
  border-radius: 9999px;
  padding: 2px;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}
.custom-product-videos .custom-product-videos-unit video{
  border-radius:100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-popup-video{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.9);
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:center;
}
.custom-popup-video .popup_swiper_cards{
  width:100%;
  max-width:420px;
  width:100%;
}

.custom-popup-video .popup_video_box{
  max-width:420px;
  width:100%;
  margin:auto;
  position: relative;
  z-index: 2;
  height: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.custom-popup-video .close_icon{
  position:absolute;
  top:30px;
  right:30px;
  width:30px;
  color:#fff;
  cursor:pointer;
}
@media screen and (max-width:750px){
.custom-product-videos .custom-product-videos-swiper .custom-product-videos-unit{
  margin-right:12px;
}
.custom-popup-video .popup_video_box{
  max-width:280px;
  margin:auto;
  position: relative;
  z-index: 2;
  height: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.custom-popup-video .close_icon{
  width:15px;
}
}

.product-endorsement_mark{
  padding:6px 10px;
  border-radius:4px;
  width:100%;
}
.product-endorsement_mark .content{
  display:flex;
  align-items:center;
  gap:8px;
}
.product-endorsement_mark .content {
  display:flex;
  align-items:center;
  gap:8px;
}
.product-endorsement_mark .content p{
  margin:0;
  font-size:14px;
  font-weight: 400;
  line-height: normal;
}
.product-endorsement-swiper{
  height:auto;
  width:100%;
}
.product-endorsement-swiper .swiper-slide{
  height:auto !important;
}
@media screen and (max-width:750px){
.product-endorsement_mark .content p{
  font-size:13px;
}
}}
@scope (.fykikta-giraffe-detail-tail) {@media screen and (min-width:1000px){.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-1{grid-column-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-2{grid-column-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-3{grid-column-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-4{grid-column-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-5{grid-column-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-6{grid-column-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-7{grid-column-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-8{grid-column-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-9{grid-column-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-10{grid-column-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-11{grid-column-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-column-12{grid-column-start:span 12}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-1{grid-row-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-2{grid-row-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-3{grid-row-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-4{grid-row-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-5{grid-row-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-6{grid-row-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-7{grid-row-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-8{grid-row-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-9{grid-row-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-10{grid-row-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-11{grid-row-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .pc-rows-12{grid-row-start:span 12}}@media screen and (max-width:999px)and (min-width:750px){.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-1{grid-column-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-2{grid-column-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-3{grid-column-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-4{grid-column-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-5{grid-column-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-6{grid-column-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-7{grid-column-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-8{grid-column-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-9{grid-column-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-10{grid-column-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-11{grid-column-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-column-12{grid-column-start:span 12}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-1{grid-row-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-2{grid-row-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-3{grid-row-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-4{grid-row-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-5{grid-row-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-6{grid-row-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-7{grid-row-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-8{grid-row-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-9{grid-row-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-10{grid-row-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-11{grid-row-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .ipad-rows-12{grid-row-start:span 12}}@media screen and (max-width:750px){.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-1{grid-column-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-2{grid-column-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-3{grid-column-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-4{grid-column-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-5{grid-column-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-6{grid-column-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-7{grid-column-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-8{grid-column-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-9{grid-column-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-10{grid-column-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-11{grid-column-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-column-12{grid-column-start:span 12}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-1{grid-row-start:span 1}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-2{grid-row-start:span 2}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-3{grid-row-start:span 3}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-4{grid-row-start:span 4}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-5{grid-row-start:span 5}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-6{grid-row-start:span 6}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-7{grid-row-start:span 7}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-8{grid-row-start:span 8}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-9{grid-row-start:span 9}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-10{grid-row-start:span 10}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-11{grid-row-start:span 11}.grid-jigsaw-whole .grid-jigsaw-box .grid-jigsaw-container .phone-rows-12{grid-row-start:span 12}}.grid-jigsaw-box .grid-jigsaw-container{margin-left:auto;margin-right:auto;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-row-gap:var(--row-gap);grid-column-gap:var(--column-gap);grid-auto-flow:row dense;position:relative}.grid-jigsaw-box .grid-jigsaw-container .grid-jigsaw-module{position:relative}.grid-jigsaw-module .grid-jigsaw-module__link{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}@media screen and (min-width:1000px){.grid-jigsaw-module__content .hidden-ipad,.grid-jigsaw-module__content .hidden-pc{display:none}.grid-jigsaw-box .grid-jigsaw-container .grid-jigsaw-module{display:flex;flex-direction:column;gap:15px;padding:15px;border-radius:var(--border-radius)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title{text-align:var(--text-align);color:var(--font-title-color);width:100%}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title .grid-jigsaw-card__title{font-size:var(--font-title-size);color:var(--font-title-color)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-item-description{text-align:var(--text-align);font-size:var(--font-description-size);color:var(--font-description-color);width:100%;line-height:var(--font-row-gap-description)}.grid-jigsaw-module .grid-jigsaw-module__content img{border-radius:var(--border-radius)}.grid-jigsaw-box .grid-jigsaw-heading .grid-jigsaw-hyperlink-combination .grid-jigsaw-hyperlink-title{display:block;font-weight:700;line-height:100%;position:relative}.grid-jigsaw-box .grid-jigsaw-heading .grid-jigsaw-hyperlink-combination .grid-jigsaw-hyperlink-title:after{content:"";height:1px;display:block;position:absolute;left:0;width:0;bottom:0;background:#000;transition:width .25s ease}.grid-jigsaw-box .grid-jigsaw-heading .grid-jigsaw-hyperlink-combination:hover .grid-jigsaw-hyperlink-title:after{width:100%}}@media screen and (max-width:999px)and (min-width:750px){.grid-jigsaw-module__content .hidden-phone,.grid-jigsaw-module__content .hidden-pc{display:none}.grid-jigsaw-box .grid-jigsaw-container .grid-jigsaw-module{display:flex;flex-direction:column;gap:15px;padding:15px;border-radius:var(--border-radius);order:var(--order)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title{text-align:var(--text-align);color:var(--font-title-color);width:100%}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title .grid-jigsaw-card__title{color:var(--font-title-color);font-size:var(--font-title-size)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-item-description{text-align:var(--text-align);font-size:var(--font-description-size);color:var(--font-description-color);width:100%;line-height:var(--font-row-gap-description)}.grid-jigsaw-module .grid-jigsaw-module__content img{border-radius:var(--border-radius)}}@media screen and (max-width:750px){.grid-jigsaw-module__content .hidden-phone,.grid-jigsaw-module__content .hidden-ipad{display:none}.grid-jigsaw-box .grid-jigsaw-container .grid-jigsaw-module{display:flex;flex-direction:column;gap:15px;padding:15px;border-radius:var(--border-radius);order:var(--order)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title{text-align:var(--text-align);color:var(--font-title-color);width:100%}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-jigsaw-module__title .grid-jigsaw-card__title{color:var(--font-title-color);font-size:var(--font-title-size)}.grid-jigsaw-module .grid-jigsaw-module__heading .grid-item-description{text-align:var(--text-align);font-size:var(--font-description-size);color:var(--font-description-color);width:100%;line-height:var(--font-row-gap-description)}.grid-jigsaw-module .grid-jigsaw-module__content img{border-radius:var(--border-radius)}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/Grid-pics.css.map?v=149390155092615985381758274829 */
}
@scope (.fykikta-giraffe-detail-tail) {@media screen and (min-width:1000px){.grid-section .grid_section .pc-column-1{grid-column-start:span 1}.grid-section .grid_section .pc-column-2{grid-column-start:span 2}.grid-section .grid_section .pc-column-3{grid-column-start:span 3}.grid-section .grid_section .pc-column-4{grid-column-start:span 4}.grid-section .grid_section .pc-column-5{grid-column-start:span 5}.grid-section .grid_section .pc-column-6{grid-column-start:span 6}.grid-section .grid_section .pc-column-7{grid-column-start:span 7}.grid-section .grid_section .pc-column-8{grid-column-start:span 8}.grid-section .grid_section .pc-column-9{grid-column-start:span 9}.grid-section .grid_section .pc-column-10{grid-column-start:span 10}.grid-section .grid_section .pc-column-11{grid-column-start:span 11}.grid-section .grid_section .pc-column-12{grid-column-start:span 12}.grid-section .grid_section .pc-rows-1{grid-row-start:span 1;height:var(--one-w)}.grid-section .grid_section .pc-rows-2{grid-row-start:span 2;height:calc(var(--one-w) * 2 + (var(--column-gap)*1))}.grid-section .grid_section .pc-rows-3{grid-row-start:span 3;height:calc(var(--one-w) * 3 + (var(--column-gap)*2))}.grid-section .grid_section .pc-rows-4{grid-row-start:span 4;height:calc(var(--one-w) * 4 + (var(--column-gap)*3))}.grid-section .grid_section .pc-rows-5{grid-row-start:span 5;height:calc(var(--one-w) * 5 + (var(--column-gap)*4))}.grid-section .grid_section .pc-rows-6{grid-row-start:span 6;height:calc(var(--one-w) * 6 + (var(--column-gap)*5))}.grid-section .grid_section .pc-rows-7{grid-row-start:span 7;height:calc(var(--one-w) * 7 + (var(--column-gap)*6))}.grid-section .grid_section .pc-rows-8{grid-row-start:span 8;height:calc(var(--one-w) * 8 + (var(--column-gap)*7))}.grid-section .grid_section .pc-rows-9{grid-row-start:span 9;height:calc(var(--one-w) * 9 + (var(--column-gap)*8))}.grid-section .grid_section .pc-rows-10{grid-row-start:span 10;height:calc(var(--one-w) * 10 + (var(--column-gap)*9))}.grid-section .grid_section .pc-rows-11{grid-row-start:span 11;height:calc(var(--one-w) * 11 + (var(--column-gap)*10))}.grid-section .grid_section .pc-rows-12{grid-row-start:span 12;height:calc(var(--one-w) * 12 + (var(--column-gap)*11))}}@media screen and (max-width:1000px)and (min-width:550px){.grid-section .grid_section .ipad-column-1{grid-column-start:span 1}.grid-section .grid_section .ipad-column-2{grid-column-start:span 2}.grid-section .grid_section .ipad-column-3{grid-column-start:span 3}.grid-section .grid_section .ipad-column-4{grid-column-start:span 4}.grid-section .grid_section .ipad-column-5{grid-column-start:span 5}.grid-section .grid_section .ipad-column-6{grid-column-start:span 6}.grid-section .grid_section .ipad-column-7{grid-column-start:span 7}.grid-section .grid_section .ipad-column-8{grid-column-start:span 8}.grid-section .grid_section .ipad-column-9{grid-column-start:span 9}.grid-section .grid_section .ipad-column-10{grid-column-start:span 10}.grid-section .grid_section .ipad-column-11{grid-column-start:span 11}.grid-section .grid_section .ipad-column-12{grid-column-start:span 12}.grid-section .grid_section .ipad-rows-1{grid-row-start:span 1;height:var(--one-w)}.grid-section .grid_section .ipad-rows-2{grid-row-start:span 2;height:calc(var(--one-w) * 2 + (var(--column-gap)*1))}.grid-section .grid_section .ipad-rows-3{grid-row-start:span 3;height:calc(var(--one-w) * 3 + (var(--column-gap)*2))}.grid-section .grid_section .ipad-rows-4{grid-row-start:span 4;height:calc(var(--one-w) * 4 + (var(--column-gap)*3))}.grid-section .grid_section .ipad-rows-5{grid-row-start:span 5;height:calc(var(--one-w) * 5 + (var(--column-gap)*4))}.grid-section .grid_section .ipad-rows-6{grid-row-start:span 6;height:calc(var(--one-w) * 6 + (var(--column-gap)*5))}.grid-section .grid_section .ipad-rows-7{grid-row-start:span 7;height:calc(var(--one-w) * 7 + (var(--column-gap)*6))}.grid-section .grid_section .ipad-rows-8{grid-row-start:span 8;height:calc(var(--one-w) * 8 + (var(--column-gap)*7))}.grid-section .grid_section .ipad-rows-9{grid-row-start:span 9;height:calc(var(--one-w) * 9 + (var(--column-gap)*8))}.grid-section .grid_section .ipad-rows-10{grid-row-start:span 10;height:calc(var(--one-w) * 10 + (var(--column-gap)*9))}.grid-section .grid_section .ipad-rows-11{grid-row-start:span 11;height:calc(var(--one-w) * 11 + (var(--column-gap)*10))}.grid-section .grid_section .ipad-rows-12{grid-row-start:span 12;height:calc(var(--one-w) * 12 + (var(--column-gap)*11))}}@media screen and (max-width:550px){.grid-section .grid_section .phone-column-1{grid-column-start:span 1}.grid-section .grid_section .phone-column-2{grid-column-start:span 2}.grid-section .grid_section .phone-column-3{grid-column-start:span 3}.grid-section .grid_section .phone-column-4{grid-column-start:span 4}.grid-section .grid_section .phone-column-5{grid-column-start:span 5}.grid-section .grid_section .phone-column-6{grid-column-start:span 6}.grid-section .grid_section .phone-column-7{grid-column-start:span 7}.grid-section .grid_section .phone-column-8{grid-column-start:span 8}.grid-section .grid_section .phone-column-9{grid-column-start:span 9}.grid-section .grid_section .phone-column-10{grid-column-start:span 10}.grid-section .grid_section .phone-column-11{grid-column-start:span 11}.grid-section .grid_section .phone-column-12{grid-column-start:span 12}.grid-section .grid_section .phone-rows-1{grid-row-start:span 1;height:var(--one-w)}.grid-section .grid_section .phone-rows-2{grid-row-start:span 2;height:calc(var(--one-w) * 2 + (var(--column-gap)*1))}.grid-section .grid_section .phone-rows-3{grid-row-start:span 3;height:calc(var(--one-w) * 3 + (var(--column-gap)*2))}.grid-section .grid_section .phone-rows-4{grid-row-start:span 4;height:calc(var(--one-w) * 4 + (var(--column-gap)*3))}.grid-section .grid_section .phone-rows-5{grid-row-start:span 5;height:calc(var(--one-w) * 5 + (var(--column-gap)*4))}.grid-section .grid_section .phone-rows-6{grid-row-start:span 6;height:calc(var(--one-w) * 6 + (var(--column-gap)*5))}.grid-section .grid_section .phone-rows-7{grid-row-start:span 7;height:calc(var(--one-w) * 7 + (var(--column-gap)*6))}.grid-section .grid_section .phone-rows-8{grid-row-start:span 8;height:calc(var(--one-w) * 8 + (var(--column-gap)*7))}.grid-section .grid_section .phone-rows-9{grid-row-start:span 9;height:calc(var(--one-w) * 9 + (var(--column-gap)*8))}.grid-section .grid_section .phone-rows-10{grid-row-start:span 10;height:calc(var(--one-w) * 10 + (var(--column-gap)*9))}.grid-section .grid_section .phone-rows-11{grid-row-start:span 11;height:calc(var(--one-w) * 11 + (var(--column-gap)*10))}.grid-section .grid_section .phone-rows-12{grid-row-start:span 12;height:calc(var(--one-w) * 12 + (var(--column-gap)*11))}.grid-section .grid_section .phone-rows-13{grid-row-start:span 13;height:calc(var(--one-w) * 13 + (var(--column-gap)*12))}.grid-section .grid_section .phone-rows-14{grid-row-start:span 14;height:calc(var(--one-w) * 14 + (var(--column-gap)*13))}.grid-section .grid_section .phone-rows-15{grid-row-start:span 15;height:calc(var(--one-w) * 15 + (var(--column-gap)*14))}.grid-section .grid_section .phone-rows-16{grid-row-start:span 16;height:calc(var(--one-w) * 16 + (var(--column-gap)*15))}.grid-section .grid_section .phone-rows-17{grid-row-start:span 17;height:calc(var(--one-w) * 17 + (var(--column-gap)*16))}.grid-section .grid_section .phone-rows-18{grid-row-start:span 18;height:calc(var(--one-w) * 18 + (var(--column-gap)*17))}.grid-section .grid_section .phone-rows-19{grid-row-start:span 19;height:calc(var(--one-w) * 19 + (var(--column-gap)*18))}.grid-section .grid_section .phone-rows-20{grid-row-start:span 20;height:calc(var(--one-w) * 20 + (var(--column-gap)*19))}}.grid-section{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left-right);padding-right:var(--padding-left-right)}.grid-section .grid_block .button-levels-omnisend,.grid-section .grid_block .button-levels-1,.grid-section .grid_block .button-levels-2,.grid-section .grid_block .button-levels-3{letter-spacing:0px;text-transform:none}.grid-section .grid_block .button-levels-1{border:1px solid var(--button-active-background-color)}.grid-section .grid_block .button-levels-1:hover{border:1px solid #FF8733}.grid-section .grid_block .button-levels-omnisend{border:1px solid var(--button-active-background-color);color:#fff;background:#ff6900;border-radius:4px;font-size:16px}.grid-section .grid_block .button-levels-omnisend button{font-weight:700;font-size:16px;line-height:normal;padding:10px 15px;letter-spacing:0}.grid-section .grid_block .button-levels-omnisend:hover{border:1px solid #FF8733}.grid-section .grid_block h1{font-size:var(--heading-h1-font-size);padding:0;margin:0;line-height:120%}.grid-section .grid_block h2{font-size:var(--heading-h2-font-size);padding:0;margin:0;line-height:120%}.grid-section .grid_block h3{font-size:var(--heading-h3-font-size);padding:0;margin:0;line-height:120%}.grid-section .grid_block h4{font-size:var(--heading-h4-font-size);padding:0;margin:0;line-height:120%}.grid-section .grid_block h5{font-size:var(--heading-h5-font-size);padding:0;margin:0;line-height:120%}.grid-section .grid_block h6{font-size:var(--heading-h6-font-size);padding:0;margin:0;line-height:120%}.grid-section .pc_show{display:block}.grid-section .ipad_show,.grid-section .phone_show{display:none}@media screen and (max-width:1000px){.grid-section .pc_show{display:none}.grid-section .ipad_show{display:block}.grid-section .phone_show{display:none}}@media screen and (max-width:550px){.grid-section .pc_show,.grid-section .ipad_show{display:none}.grid-section .phone_show{display:block}}.grid_section__title{margin-left:auto;margin-right:auto;width:100%;margin-bottom:35px;text-align:center}.grid_section__title .describe{margin-top:12px}.grid_section{display:block;margin-left:auto;margin-right:auto;width:100%}.grid_section .grid_box{margin-left:auto;margin-right:auto;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-row-gap:var(--row-gap);grid-column-gap:var(--column-gap);grid-auto-flow:row dense}.grid_section .grid_block{position:relative;border-radius:var(--border-radius);overflow:hidden;grid-row-start:var(--grid-row-start);--describe-color:#818181;--button-active-color:#FF6900;--button-hover-color:#FF8733;--mask-background:transparent;height:100%}@media screen and (max-width:1000px){.grid_section .grid_block{order:var(--order)}.grid_section__title{width:100%;margin-bottom:30px;text-align:center}}@media screen and (max-width:750px){.grid_section__title{width:100%;margin-bottom:25px;text-align:center}}.grid-image-block .image-box{width:100%;height:100%;position:relative;--pc-img-position:center;--ipad-img-position:center;--phone-img-position:center}.grid-image-block .image-box img{width:100%;height:100%;object-fit:cover;object-position:var(--pc-img-position)}.grid-image-block .image-box .image_item_usage__rate{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.grid-image-block .image-box svg{width:100%;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#f5f5f5}.grid-image-block .text-box p{margin:0}.grid-image-block .text-box{position:absolute;left:0;top:0;width:100%;height:100%;padding:var(--padding-t-b) var(--padding-l-r);background:var(--mask-background);display:flex;justify-content:var(--horizontal-align)}.grid-image-block .text-box .text-flex{display:flex;width:var(--text-width);height:100%;flex-direction:column;justify-content:var(--vertical-align);align-items:var(--horizontal-align);text-align:var(--text-align)}.grid-image-block .text-box .subtitle{color:var(--subtitle-color)}.grid-image-block .text-box .title{color:var(--title-color);margin-top:10px;text-align:var(--text-align)}.grid-image-block .text-box .describe{color:var(--describe-color);margin-top:12px;text-align:var(--text-align)}.grid-image-block .text-box .describe:first-child{margin-top:0}.grid-image-block .text-box .describe strong{color:var(--description-bold-color)}.grid-image-block .text-box .describe a,.grid-image-block .text-box .describe a:hover{color:var(--describe-color);text-decoration-color:var(--describe-color)}.grid-image-block .text-box .buttons-box{display:flex;justify-content:var(--horizontal-align);align-items:center;margin:25px -6px -6px}.grid-image-block .text-box .text-button{flex:none}.grid-image-block .text-box .text-button .button-levels-1{background:var(--button-active-color);border-color:var(--button-active-color)}.grid-image-block .text-box .text-button .button-levels-1:hover{background:var(--button-hover-color);border-color:var(--button-hover-color)}.grid-image-block .text-box .text-button .button-levels-2{border-color:var(--button-active-color);color:var(--button-active-color)}.grid-image-block .text-box .text-button .button-levels-2:hover{background:var(--button-hover-color);border-color:var(--button-hover-color);color:#fff}.grid-image-block .text-box .text-button .button-levels-3{color:var(--button-active-color)}.grid-image-block .text-box .text-button .button-levels-3{color:var(--button-hover-color);background-image:linear-gradient(to right,var(--button-hover-color),var(--button-hover-color))}.grid-image-block .text-box .button-1,.grid-image-block .text-box .button-2{margin:6px}@media screen and (max-width:1000px){.grid-image-block .image-box img{object-position:var(--ipad-img-position)}.grid-image-block .text-box .describe{margin-top:10px;font-size:14px}.grid-image-block .text-box .buttons-box{margin:4px -6px -6px}.grid-image-block .text-box .button-1,.grid-image-block .text-box .button-2{margin:6px}}@media screen and (max-width:550px){.grid-image-block .image-box img{object-position:var(--phone-img-position)}.grid-image-block .text-box .title{margin-top:6px}.grid-image-block .text-box .describe{margin-top:10px;font-size:15px}.grid-image-block .text-box .buttons-box{margin:15px -3px -3px}.grid-image-block .text-box .button-1,.grid-image-block .text-box .button-2{margin:3px}}.grid-text-block .image-box{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;--pc-img-position:center;--ipad-img-position:center;--phone-img-position:center}.grid-text-block .image-box img{width:100%;height:100%;object-fit:cover;object-position:var(--pc-img-position)}.grid-text-block .text-box p{margin:0}.grid-text-block .text-box{z-index:1;width:100%;height:100%;position:relative;padding:var(--padding-t-b) var(--padding-l-r);background:var(--mask-background);display:flex;justify-content:var(--horizontal-align)}.grid-text-block .text-box .text-flex{display:flex;width:var(--text-width);height:100%;flex-direction:column;justify-content:var(--vertical-align);align-items:var(--horizontal-align);text-align:var(--text-align)}.grid-text-block .text-box .subtitle{color:var(--subtitle-color)}.grid-text-block .text-box .grid-section_text_image_box{text-align:center;font-weight:700;line-height:100%;display:flex;justify-content:center;align-items:center;gap:var(--gap)}.grid-text-block .text-box .grid-section_text_image_box img{width:30px;height:30px}.grid-text-block .text-box .title{color:var(--title-color);text-align:var(--text-align)}.grid-text-block .text-box .describe{color:var(--describe-color);text-align:var(--text-align)}.grid-text-block .text-box .describe:first-child{margin-top:0}.grid-text-block .text-box .describe strong{color:var(--description-bold-color)}.grid-text-block .text-box .describe a,.grid-text-block .text-box .describe a:hover{color:var(--describe-color);text-decoration-color:var(--describe-color)}.grid-text-block .text-box .buttons-box{display:flex;justify-content:var(--horizontal-align);align-items:center;margin:4px -6px -6px}.grid-text-block .text-box .text-button{flex:none}.grid-text-block .text-box .text-button .button-levels-1{background:var(--button-active-color);border-color:var(--button-active-color)}.grid-text-block .text-box .text-button .button-levels-1:hover{background:var(--button-hover-color);border-color:var(--button-hover-color)}.grid-text-block .text-box .text-button .button-levels-2{border-color:var(--button-active-color);color:var(--button-active-color)}.grid-text-block .text-box .text-button .button-levels-2:hover{background:var(--button-hover-color);border-color:var(--button-hover-color);color:#fff}.grid-text-block .text-box .text-button .button-levels-3{color:var(--button-active-color)}.grid-text-block .text-box .text-button .button-levels-3{color:var(--button-hover-color);background-image:linear-gradient(to right,var(--button-hover-color),var(--button-hover-color))}.grid-text-block .text-box .button-1,.grid-text-block .text-box .button-2{margin:6px}@media screen and (max-width:1000px){.grid-text-block .image-box img{object-position:var(--ipad-img-position)}.grid-text-block .text-box .describe{margin-top:12px;font-size:14px}.grid-text-block .text-box .buttons-box{margin:4px -6px -6px}.grid-text-block .text-box .button-1,.grid-text-block .text-box .button-2{margin:6px}.grid-text-block .text-box .grid-section_text_image_box img{width:30px;height:30px}}@media screen and (max-width:550px){.grid-text-block .image-box img{object-position:var(--phone-img-position)}.grid-text-block .text-box .title{margin-top:6px}.grid-text-block .text-box .describe{margin-top:12px;font-size:15px}.grid-text-block .text-box .buttons-box{margin:3px -3px -3px}.grid-text-block .text-box .button-1,.grid-text-block .text-box .button-2{margin:3px}.grid-text-block .text-box .grid-section_text_image_box img{width:25px;height:25px}.grid-text-block .text-box .grid-section_text_image_box{text-align:center;display:flex;justify-content:center;align-items:center;gap:var(--gapM)}}.product-type-1-block{overflow:visible!important}.product-type-1-block .product-type-1-box{position:relative;overflow:visible;height:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.product-type-1-block .product-type-1-box .grid-type-box_top{padding-top:10px}.product-type-1-block .product-type-1-box .grid-type-box_bottom{padding:0 13px 13px;display:flex;flex-direction:column;justify-content:center;gap:15px;height:100%}.product-type-1-block .product-type-1-box .grid-type-box_bottom .product-Section-item__padding{display:flex;flex-direction:column;gap:10px}.product-type-1-block .product-type-1-box .grid-type-box_bottom .product-Layering-item__padding{display:flex;flex-direction:column;gap:1px}.product-type-1-block .product-type-1-box .button-levels-1,.product-type-1-block .product-type-1-box .button-levels-2{width:100%}.product-type-1-block .product-type-1-box .tags-iconfont{margin-top:10px;margin-left:10px;width:35px;max-height:21px;height:21px}.product-type-1-block .product-type-1-box .product-tag{display:flex;justify-content:var(--text-align);max-height:23px;margin-top:10px;margin-left:20px}.product-type-1-block .product-type-1-box .grid-type-box_top .Countdown_discount__type-1{position:absolute;top:0;right:0;border-radius:0 10px 0 5px;background:#ffeee2}.product-type-1-block .product-type-1-box .Countdown_discount__type-box{display:flex;align-items:center;font-size:11px;font-style:normal;font-weight:700;line-height:13px;gap:5px}.product-type-1-block .product-type-1-box .Countdown_discount__type-box .Countdown_discount__item_fit{width:26px;height:26px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-type-1-block .product-type-1-box .Countdown_discount__type-box .Countdown_discount__heading_fit{padding:7px 5px}.product-type-1-block .product-type-1-box .product-tag .product_tag .label{white-space:nowrap;background:var(--save-color);color:#fff}.product-type-1-block .product-type-1-box .holiday_product_tag{position:absolute;top:0;left:20px;width:48px;height:48px;padding-top:6px;padding-right:0;background-repeat:repeat;background-size:contain;color:#fff;display:flex;gap:4px;flex-direction:column;align-items:center}.product-type-1-block .product-type-1-box .holiday_product_tag .save{margin-left:1px;color:#fff;text-align:center;text-transform:uppercase;font-size:12px;font-style:normal;font-weight:400;line-height:100%}.product-type-1-block .product-type-1-box .holiday_product_tag .save_number{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:100%}.product-type-1-block .product-type-1-box .holiday_product_tag .product_variant_launch_title{line-height:100%;font-size:14px;font-weight:700}.product-type-1-block .product-type-1-box .product-image{width:100%;max-width:220px;margin-left:auto;margin-right:auto;margin-bottom:10px}.product-type-1-block .product-type-1-box .product-image .product-image-type-max-width{display:block}.product-type-1-block .product-type-1-box .save_tag_text{display:block;color:#ff6900;font-size:13px;font-weight:700;line-height:15px}.product-type-1-block .product-type-1-box .product-title{text-align:left;color:#383f42;font-size:16px;line-height:20px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-type-1-block .product-type-1-box .product-title a{display:block}.product-type-1-block .product-type-1-box .product-richtext{text-align:left;color:#818181;font-size:14px;line-height:17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-type-1-block .product-type-1-box .product-remain-inventory-discount_type-1{display:flex;justify-content:center;align-items:center;font-weight:700;height:16px;margin:5px 0}.product-type-1-block .product-remain-inventory-discount_type-1 .remain-inventory-box{width:100%;height:2px;border:none;background:#e1e1e1}.product-type-1-block .product-remain-inventory-discount_type-1 .remain-inventory-box .progress-bar{position:absolute;left:0%;top:0%;width:50%;height:100%;border-radius:50px;background:linear-gradient(124deg,#ff6900 7.42%,#ffb64b 94.22%);transition:all .5s ease 0s}.product-type-1-block .product-remain-inventory-discount_type-1 .inventory-point{background:#ff6900;height:16px;max-width:120px;margin:0 auto;width:100%;border-radius:6px;border:none}.product-type-1-block .product-remain-inventory-discount_type-1 .inventory-text{width:100%!important;left:0!important}.product-type-1-block .product-remain-inventory-discount_type-1 .inventory-text .Extra,.product-type-1-block .product-remain-inventory-discount_type-1 .inventory-text .sold_out{color:#fff;display:block;line-height:12px;font-size:11px}.product-type-1-block .product-type-1-box .product_feature__discount_code{text-align:left;font-weight:400;line-height:12px;font-size:13px;color:#818181}.product-type-1-block .product-type-1-box .product_feature__discount_code .copy_icon{color:#383f42;text-align:center;font-family:Lato;font-size:13px;font-style:normal;font-weight:400;line-height:12px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:9%;text-underline-offset:14%;text-underline-position:from-font;text-transform:capitalize;margin-left:6px}.product-type-1-block .product-type-1-box .product-price{text-align:left;line-height:20px}.product-type-1-block .product-type-1-box .price--highlight{font-weight:700;font-size:16px;line-height:20px}.product-type-1-block .product-type-1-box .price--compare{margin-left:5px;font-size:16px;line-height:20px;font-weight:700}.product-type-1-block .product-type-1-box .product-price .now_price{font-weight:400;letter-spacing:.02em;color:#ff6900}.product-type-1-block .product-type-1-box .product-price .old_price{margin-left:10px;font-weight:500;letter-spacing:.02em;text-decoration-line:line-through;color:#818181}.product-type-1-block .product-type-1-box .product-price .save_price{margin-left:16px;display:flex}.product-type-1-block .product-type-1-box .product-price .money{font-size:18px;font-weight:700;line-height:100%}.product-type-1-block .product-type-1-box .product-rating{max-height:15px;height:100%;display:flex}.product-type-1-block .product-type-1-box .product-rating .rating__caption{margin-left:5px;font-size:13px;font-weight:400;line-height:15px}.product-type-1-block .product-type-1-box .product-description{margin-top:4px;text-align:center}.product-type-1-block .product-type-1-box .product_buttons{flex-direction:column;display:flex;gap:5px;margin-top:auto}.product-type-1-block .product-type-1-box .product_buttons .view_detail{margin:0;flex:none;padding:10px;background:transparent;border-radius:4px;display:flex;justify-content:center;align-items:center;border:1px solid #ff6900}.product-type-1-block .product-type-1-box .product_buttons .view_detail a{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:16px;line-height:19px;text-align:center;color:#ff6900}.product-type-1-block .product-type-1-box .product_buttons .view_detail_sold_out{border:1px solid #818181}.product-type-1-block .product-type-1-box .product_buttons .view_detail_sold_out a{color:#818181}.product-type-1-block .product-type-1-box .product_buttons .gifts_product{position:relative;margin:6px;flex:none;height:40px;border-radius:4px;display:flex;justify-content:center;align-items:center}.product-type-1-block .product-type-1-box .product_buttons .gifts_product .gifts_product_button{height:40px;width:100%;background:transparent;border:1px solid #ff6900;color:#ff6900;line-height:0;text-align:center}.product-type-1-block .product-type-1-box .product_buttons .gifts_product_sold_out .gifts_product_button{border:1px solid #818181;color:#818181}.product-type-1-block .product-type-1-box .product_buttons .gifts_product form{width:100%}.product-type-1-block .product-type-1-box .product_buttons .addcart_from{margin:0;flex:1}.product-type-1-block .product-type-1-box .product_buttons .addcart_from form{display:flex;justify-content:center;align-items:center}.product-type-1-block .product-type-1-box .product_buttons .addcart_from .product-from__button{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;font-weight:700;font-size:16px;line-height:19px;text-align:center;letter-spacing:0;padding:10px}.product-type-1-block .product-type-1-box .product_buttons .addcart_from .sold_out{width:100%;background:#818181;border-radius:4px;display:flex;justify-content:center;align-items:center;height:40px;color:#fff;padding:10px}.product-type-1-block .product-remain-inventory{display:block}.product-type-1-block .product-type-1-box .grid-type-box_bottom .Countdown_discount__images_PC{display:none}.product-type-1-block .product-type-1-box .grid-type-box_bottom .Countdown_discount__images_PC .Countdown_discount__type-1{border-radius:5px;background:#ffeee2}@media screen and (max-width:1000px){.product-type-1-block .product-type-1-box{justify-content:flex-end}.product-type-1-block .product-type-1-box .product-richtext{font-size:14px}.product-type-1-block .product-type-1-box .product-price .money{font-size:18px}.product-type-1-block .product-type-1-box .product_buttons .addcart_from .product-from__button{font-size:14px;padding:10px}}@media screen and (max-width:750px){.product-type-1-block .product-type-1-box .grid-type-box_top .Countdown_discount__images_iphone{display:none}.product-type-1-block .product-type-1-box .grid-type-box_bottom .Countdown_discount__images_PC{display:flex;margin:6px 0}.product-type-1-block .product-type-1-box .grid-type-box_bottom{padding:0 7px 7px;gap:8px}.product-type-1-block .product-type-1-box .product_buttons .view_detail{padding:8px}.product-type-1-block .product-type-1-box .product-title{font-size:14px;line-height:17px;height:34px}.product-type-1-block .product-type-1-box .product-richtext{font-size:13px;line-height:16px}.product-type-1-block .product-type-1-box .product-rating{max-height:16px;line-height:16px;font-size:13px}.product-type-1-block .product-type-1-box .product-price{text-align:left;padding:0;line-height:17px}.product-type-1-block .product-type-1-box .product_feature__discount_code{margin-top:0}.product-type-1-block .product-type-1-box .price--highlight{font-weight:700;font-size:14px;line-height:17px}.product-type-1-block .product-type-1-box .price--compare{margin-left:5px;font-size:14px;line-height:17px}.product-type-1-block .product-type-1-box .product-rating .rating__caption{line-height:16px}.product-type-1-block .product-type-1-box .grid-type-box_bottom .product-Section-item__padding{display:flex;flex-direction:column;gap:8px}.product-type-1-block .product-type-1-box .Countdown_discount__type-box .Countdown_discount__item_fit{width:20px;height:20px}.product-type-1-block .product-type-1-box .Countdown_discount__type-box .Countdown_discount__heading_fit{padding:0 4px}}@media screen and (max-width:550px){.product-type-1-block .product-type-1-box .product-image{width:100%;margin-bottom:6px}.product-type-1-block .product-type-1-box .product-image .product-image-type-max-width{display:block;max-width:180px;margin-left:auto;margin-right:auto}.product-type-1-block .product-type-1-box .grid-type-box_bottom .product-Section-item__padding{display:flex;flex-direction:column;gap:8px}.product-type-1-block .product-type-1-box .holiday_product_tag{top:0;left:20px;width:48px;height:48px;padding-top:4px;padding-right:0;background-repeat:repeat;background-size:contain;display:flex}.product-type-1-block .product-type-1-box .holiday_product_tag .save{font-size:12px;margin:0;transform:scale(.8);line-height:10px}.product-type-1-block .product-type-1-box .holiday_product_tag .save_number,.product-type-1-block .product-type-1-box .holiday_product_tag .product_variant_launch_title{font-size:12px}.product-type-1-block .product-type-1-box .product-title{font-size:14px;font-weight:700;line-height:17px;height:34px}.product-type-1-block .product-type-1-box .product-price,.product-type-1-block .product-type-1-box .product-richtext{font-size:14px}.product-type-1-block .product-type-1-box .product-price .money{font-size:14px;font-weight:700}.product-type-1-block .product-type-1-box .product_buttons{margin:0;flex-direction:column}.product-type-1-block .product-type-1-box .product_buttons .view_detail{margin:0}.product-type-1-block .product-type-1-box .product_buttons .view_detail a{font-size:14px;line-height:17px;display:block;width:100%;height:100%}.product-type-1-block .product-type-1-box .product_buttons .view_detail svg{height:20px;width:auto}.product-type-1-block .product-type-1-box .product_buttons .gifts_product{margin:6px 0 0;height:30px}.product-type-1-block .product-type-1-box .product_buttons .gifts_product .gifts_product_button{height:30px;font-size:12px;text-align:center}.product-type-1-block .product-type-1-box .product_buttons .addcart_from{margin:0}.product-type-1-block .product-type-1-box .product_buttons .addcart_from .product-from__button,.product-type-1-block .product-type-1-box .product_buttons .addcart_from .sold_out{font-size:14px;padding:8px;line-height:17px}.product-type-1-block .product-remain-inventory .remain-inventory-box{height:2px}.product-type-1-block .product-remain-inventory .inventory-text{color:#383f42!important;width:100%!important;left:0!important;top:0!important;text-align:center!important;transform:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.product-type-1-block .product-remain-inventory-discount_type-1 .inventory-text .Extra{font-size:10px}}.product-type-2-block{overflow:visible!important}.product-type-2-block .product-type-2-box{display:flex;align-items:center;height:100%;gap:10px}.product-type-2-block .product-type-2-box__relative{position:relative}.product-type-2-block .product-type-2-box .product-media-box{max-width:220px;width:100%}.product-type-2-block .product-type-2-box .product-text-box{width:100%;display:flex;padding:13px 13px 13px 0;flex-direction:column;gap:15px}.product-type-2-block .product-type-2-box .product-media-box .tags-iconfont{position:absolute;top:10px;left:10px;width:35px;max-height:21px;height:100%}.product-type-2-block .product-type-2-box .product-media-box .product-image{width:220px;height:220px;aspect-ratio:1/1;margin:0 auto}.product-type-2-block .product-type-2-box .product-media-box .product-image .product-image-type-max-width{display:block}.product-type-2-block .product-type-2-box .product-tag{display:flex;margin-bottom:6px;position:absolute;top:0;left:20px}.product-type-2-block .product-type-2-box .product-tag .product_tag .label{white-space:nowrap;background:#ff6900;color:#fff}.product-type-2-block .product-type-2-box .holiday_product_tag{position:absolute;top:0;left:20px;width:48px;height:48px;padding-top:4px;padding-right:0;background-repeat:repeat;background-size:contain;color:#fff;display:flex;gap:1px;flex-direction:column;align-items:center}.product-type-2-block .product-type-2-box .holiday_product_tag .product_variant_launch_title{line-height:100%;font-size:14px;font-weight:700}.product-type-2-block .product-type-2-box .holiday_product_tag .save{margin-left:1px;color:#fff;text-align:center;text-transform:uppercase;font-size:12px;font-style:normal;font-weight:400;line-height:100%}.product-type-2-block .product-type-2-box .holiday_product_tag .save_number{color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:100%}.product-type-2-block .product-type-2-box .Countdown_discount_inline_block{display:flex}.product-type-2-block .product-type-2-box .product-Section-item__padding{display:flex;flex-direction:column;gap:10px}.product-type-2-block .product-type-2-box .product-Section-item__padding .product-Layering-item__padding{display:flex;flex-direction:column;gap:1px}.product-type-2-block .product-type-2-box .Countdown_discount__type-2{border-radius:5px;background:#ffeee2}.product-type-2-block .product-type-2-box .Countdown_discount__type-box{display:flex;align-items:center;font-size:11px;font-style:normal;font-weight:700;line-height:13px}.product-type-2-block .product-type-2-box .Countdown_discount__type-box .Countdown_discount__item_fit{width:26px;height:26px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.product-type-2-block .product-type-2-box .Countdown_discount__type-box .Countdown_discount__heading_fit{padding:7px 5px}.product-type-2-block .product-type-2-box .product-title{color:#383f42;font-weight:700;text-align:left;font-size:16px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-type-2-block .product-type-2-box .product-title a{display:block}.product-type-2-block .product-type-2-box .product-richtext{font-size:14px;font-weight:400;line-height:17px;color:#818181;text-align:left}.product-type-2-block .product-type-2-box .price--highlight{font-weight:700}.product-type-2-block .product-type-2-box .product_feature__discount_code{text-align:left;font-weight:400;line-height:12px;font-size:13px;color:#818181}.product-type-2-block .product-type-2-box .product_feature__discount_code .copy_icon{color:#383f42;text-align:center;font-family:Lato;font-size:13px;font-style:normal;font-weight:400;line-height:12px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:9%;text-underline-offset:14%;text-underline-position:from-font;text-transform:capitalize;margin-left:6px}.product-type-2-block .product-type-2-box .product-price{text-align:left;padding:5px 0;line-height:20px;display:flex;gap:5px}.product-type-2-block .product-type-2-box .product-price .price--highlight{font-weight:700;font-size:16px;line-height:20px}.product-type-2-block .product-type-2-box .price--compare{font-size:16px;line-height:20px;font-weight:700}.product-type-2-block .product-type-2-box .product-price .now_price{font-weight:400;letter-spacing:.02em;color:#ff6900}.product-type-2-block .product-type-2-box .product-price .old_price{margin-left:10px;font-weight:500;letter-spacing:.02em;text-decoration-line:line-through;color:#818181}.product-type-2-block .product-type-2-box .product-price .save_price{margin-left:16px;display:flex}.product-type-2-block .product-type-2-box .product-price .money{font-size:18px;font-weight:700;line-height:22px}.product-type-2-block .product-type-2-box .product-rating{max-height:15px;height:100%;display:flex}.product-type-2-block .product-type-2-box .product-rating .rating__caption{margin-left:5px;font-size:13px;font-weight:400;line-height:15px}.product-type-2-block .product-type-2-box .product-description{margin-top:4px;color:#818181;line-height:1.75}.product-type-2-block .product-type-2-box .product_buttons{display:flex;width:100%;align-items:center;gap:5px}.product-type-2-block .product-type-2-box .product_buttons .view_detail{flex:1;flex:none}.product-type-2-block .product-type-2-box .product_buttons .view_detail a{width:100%;font-weight:700;font-size:16px;line-height:19px;text-align:center;color:#ff6900;display:block}.product-type-2-block .product-type-2-box .product_buttons .gifts_product{position:relative;flex:1;flex:none;margin-left:6px}.product-type-2-block .product-type-2-box .product_buttons .gifts_product .gifts_product_button{width:100%;height:40px;background:transparent;border:1px solid #ff6900;color:#ff6900}.product-type-1-block .product-type-2-box .product_buttons .gifts_product_sold_out .gifts_product_button{border:1px solid #818181;color:#818181}.product-type-2-block .product-type-2-box .product_buttons .addcart_from form{display:flex;justify-content:center;align-items:center}.product-type-2-block .product-type-2-box .product_buttons .addcart_from .product-from__button{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;font-weight:700;font-size:16px;line-height:19px;text-align:center;letter-spacing:0;padding:10px}.product-type-2-block .product-type-2-box .product_buttons .addcart_from .sold_out{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;font-weight:400;font-size:16px;line-height:19px;text-align:center;letter-spacing:0;text-transform:uppercase;background:#818181;color:#fff;padding:10px 15px}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button{display:block;width:50%}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button a{font-size:16px;font-weight:700;line-height:19px;display:block}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .view_detail{width:50%;margin:0;flex:none;background:transparent;border-radius:4px;display:flex;justify-content:center;align-items:center;border:1px solid #ff6900;padding:10px}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .view_detail a:hover{background:transparent}.product-type-2-block .image-position-right .product-media-box{order:2}.product-type-2-block .image-position-right .product-text-box{order:1;text-align:right}.product-type-2-block .image-position-right .product-price{justify-content:flex-end}.product-type-2-block .product-remain-inventory{display:flex;justify-content:center;align-items:center;font-weight:700;height:16px;margin:5px 0}.product-type-2-block .save_tag_text{display:block;color:#ff6900;font-size:13px;font-weight:700;line-height:15px;text-align:left}.product-type-2-block .product-type-2-box .product-remain-inventory-discount_type-2{display:flex;justify-content:center;align-items:center;font-weight:700;height:16px}.product-type-2-block .product-remain-inventory-discount_type-2 .remain-inventory-box{width:100%;height:2px;border:none;background:#e1e1e1}.product-type-2-block .product-remain-inventory-discount_type-2 .remain-inventory-box .progress-bar{position:absolute;left:0%;top:0%;width:50%;height:100%;border-radius:50px;background:linear-gradient(124deg,#ff6900 7.42%,#ffb64b 94.22%);transition:all .5s ease 0s}.product-type-2-block .product-remain-inventory-discount_type-2 .inventory-point{background:linear-gradient(90deg,#ff6900,#f30);height:16px;max-width:120px;margin:0 auto;width:100%;border-radius:6px;border:none}.product-type-2-block .product-remain-inventory-discount_type-2 .inventory-text{width:100%!important;left:0!important}.product-type-2-block .product-remain-inventory-discount_type-2 .inventory-text .sold_out,.product-type-2-block .product-remain-inventory-discount_type-2 .inventory-text .Extra{color:#fff;display:block;line-height:12px;font-size:11px}@media screen and (max-width:1000px){.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button{width:100%}.product-type-2-block .product-type-2-box .product-media-box{max-width:100%;margin-left:auto;margin-right:auto;width:100%}.product-type-2-block .product-type-2-box .product-media-box .product-image{max-width:220px;width:100%}.product-type-2-block .product-type-2-box .product-text-box{width:100%}.product-type-2-block .product-type-2-box .product-tag{justify-content:flex-start;padding:0}.product-type-2-block .image-position-right .product-media-box{order:1}.product-type-2-block .image-position-right .product-text-box{order:2}.product-type-2-block .product-type-2-box .product_buttons{justify-content:center;width:100%;flex-direction:column}.product-type-2-block .product-type-2-box .product_buttons .product_button{width:100%}.product-type-2-block .product-text-box{display:flex;flex-direction:column}.product-type-2-block .product-type-2-box .product_buttons .gifts_product{width:100%;margin-left:0}.product-type-2-block .product-type-2-box .Countdown_discount_inline_block{display:flex}.product-type-2-block .product-remain-inventory-discount_type-2 .inventory-text .Extra{font-size:10px}}@media screen and (max-width:750px){.product-type-2-block .product-type-2-box{padding:0;gap:6px}.product-type-2-block .product-type-2-box .product-media-box{width:100%;padding:0}.product-type-2-block .product-type-2-box .product-media-box .product-image{max-width:184px;width:100%}.product-type-2-block .product-type-2-box .product-price .money{font-size:14px;font-weight:700;line-height:100%}.product-type-2-block .product-type-2-box .product-title{font-size:14px;font-weight:700;line-height:17px;height:34px}.product-type-2-block .product-type-2-box .product-title a{display:block}.product-type-2-block .product-type-2-box .product-richtext{font-size:13px;line-height:16px}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button a{font-size:14px;font-style:normal;font-weight:700;line-height:17px}.product-type-2-block .product-type-2-box .product-text-box{padding:7px 7px 7px 0}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button{width:100%}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .view_detail{padding:8px;font-size:14px}.product-type-2-block .product-type-2-box .product_buttons .addcart_from .product-from__button,.product-type-2-block .product-type-2-box .product_buttons .addcart_from .sold_out{padding:8px}.product-type-2-block .product-type-2-box .product-price{line-height:17px}.product-type-2-block .product-type-2-box .product-price .price--highlight,.product-type-2-block .product-type-2-box .price--compare{font-weight:700;line-height:17px}}@media screen and (max-width:550px){.product-type-2-block .product-type-2-box{padding:0;gap:6px}.product-type-2-block .product-type-2-box .product-media-box{width:100%;padding:0}.product-type-2-block .product-type-2-box .product-media-box .product-image{max-width:184px;width:100%}.product-type-2-block .product-type-2-box .product-price .money{font-size:14px;font-weight:700;line-height:100%}.product-type-2-block .product-type-2-box .product-title{font-size:14px;font-weight:700;line-height:17px;height:34px}.product-type-2-block .product-type-2-box .product-title a{display:block}.product-type-2-block .product-type-2-box .product-richtext{font-size:13px;line-height:16px}.product-type-2-block .product-type-2-box .Countdown_discount__type-box{font-size:10px}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button a{font-size:14px;font-style:normal;font-weight:700;line-height:17px}.product-type-2-block .product-type-2-box .product-text-box{padding:7px 7px 7px 0}.product-type-2-block .product-type-2-box .product-text-box .product_buttons .product_button{width:100%}.product-type-2-block .product-type-2-box .product_buttons .addcart_from .product-from__button,.product-type-2-block .product-type-2-box .product_buttons .addcart_from .sold_out{padding:8px;font-size:14px;line-height:17px}.product-type-2-block .product-type-2-box .product-price{line-height:17px}.product-type-2-block .product-type-2-box .product-price .price--highlight,.product-type-2-block .product-type-2-box .price--compare{font-weight:700;line-height:17px}}.grid-video-block .section-video{position:relative;display:block;width:100%;height:100%;z-index:1}.grid-video-block .section-video .video-box{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;transition:opacity .3s ease}.grid-video-block .section-video .img-box{opacity:0;position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;transition:opacity .3s ease}.grid-video-block .section-video .video-box video{width:100%;height:100%;object-fit:cover}.grid-video-block .section-video .img-box img{width:100%;height:100%;object-fit:cover}.grid-video-block .section-video .text-box{position:relative;width:100%;height:100%;z-index:3;background:var(--mask-background)}.grid-video-block .section-video .text-box .replay-icon{opacity:0;position:absolute;right:20px;top:20px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;background:#ffffff14;border-radius:50px;transition:opacity .3s ease;cursor:pointer}.grid-video-block .section-video .text-box .replay-icon svg{width:20px;height:20px;transform:rotate(120deg)}.grid-video-block .text-box .text-mask{position:relative;width:100%;height:100%;padding:24px 40px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.grid-video-block .text-box .text-mask .subtitle{font-size:16px;line-height:120%;max-width:410px;color:var(--subtitle-color)}.grid-video-block .text-box .text-mask .title{margin-top:4px;font-size:32px;font-weight:700;line-height:120%;max-width:410px;color:var(--title-color)}.grid-video-block .text-box .text-mask .details{margin-top:8px;font-size:18px;line-height:120%;max-width:410px;color:var(--describe-color)}.grid-video-block .text-box .text-mask .details strong{color:var(--description-bold-color)}.grid-video-block .text-box .text-mask .product-content-group{margin-top:32px}.grid-video-block .text-box .text-mask .price-box{font-size:18px}.grid-video-block .text-box .text-mask .price-box .price--highlight{color:var(--old-prce-color)}.grid-video-block .text-box .text-mask .price-box .price--compare{color:var(--now-prce-color)}.grid-video-block .text-box .text-mask .buy-button{margin-top:64px;font-size:18px;white-space:nowrap}.grid-video-block .text-box .text-mask .buy-button button{font-size:16px;letter-spacing:0px;background:var(--button-active-color);border-color:var(--button-active-color)}.grid-video-block .text-box .text-mask .buy-button button:hover{background:var(--button-hover-color);border-color:var(--button-hover-color)}@media screen and (max-width:1200px){.grid-video-block .text-box .text-mask .product-content-group{margin-top:8px}.grid-video-block .text-box .text-mask .buy-button{margin-top:24px}}@media screen and (max-width:1000px){.grid-video-block .section-video .text-box .replay-icon{right:20px;top:20px;width:40px;height:40px}.grid-video-block .text-box .text-mask{padding:24px}.grid-video-block .text-box .text-mask .subtitle{font-size:16px;flex:none}.grid-video-block .text-box .text-mask .title{font-size:24px;flex:none}.grid-video-block .text-box .text-mask .details{font-size:16px;flex:none;margin-bottom:64px}.grid-video-block .text-box .text-mask .product-content-group{width:100%;margin-top:0;flex:1;display:flex;justify-content:space-between;align-items:flex-end}.grid-video-block .text-box .text-mask .price-box{font-size:14px}.grid-video-block .text-box .text-mask .buy-button{margin-top:0;font-size:14px}}.grid-card-block .grid-card-block-box{display:flex;padding:15px;background:var(--background_block);border-radius:var(--border-radius)}.grid-card-block .grid-card-block-box .grid-card-media_box{max-width:200px}.grid-card-block .grid-card-block-box .grid-card-content_box{flex:1;display:flex;flex-direction:column;justify-content:center;gap:25px}.grid-card-block .grid-card-content_box .card-subtitle{color:var(--subtitle_color);font-size:13px}.grid-card-block .grid-card-content_box .card-content .card-title{color:var(--title_color);font-size:var(--heading-h5-font-size)}.grid-card-block .grid-card-content_box .card-content .card-details{color:var(--describe_color)}.grid-card-block .grid-card-block-box.img-left .grid-card-content_box{order:2}.grid-card-block .grid-card-block-box.img-left .grid-card-media_box{padding-right:15px;order:1}.grid-card-block .grid-card-block-box.img-right .grid-card-media_box{padding-left:15px;order:3}.grid-card-block .grid-card-content_box .card-button .button-levels-1{background:transparent;color:#ff6900;padding:10px}@media screen and (max-width:1000px)and (min-width:750px){.grid-card-block .grid-card-block-box{border-radius:var(--border-radius)}.grid-card-block .grid-card-block-box .grid-card-media_box{max-width:120px}.grid-card-block .grid-card-content_box .card-button .button-levels-1{background:transparent;color:#ff6900;font-size:15px;padding:9px}}@media screen and (max-width:750px){.grid-card-block .grid-card-block-box{display:flex;border-radius:var(--border-radius)}.grid-card-block .grid-card-block-box .grid-card-media_box{max-width:120px}.grid-card-block .grid-card-block-box.img-left .grid-card-media_box{padding-right:0;display:flex}.grid-card-block .grid-card-block-box.img-right .grid-card-media_box{padding-left:0;display:flex}.grid-card-block .grid-card-block-box{padding:10px;gap:10px}.grid-card-block .grid-card-block-box .grid-card-content_box{display:flex;align-items:flex-start}.grid-card-block .grid-card-block-box .grid-card-content_box .card-button .button-levels-1{font-size:14px}}.grid-background-block .grid-background-block-box{display:flex;background:var(--background_block);border-radius:var(--border-radius)}.grid-background-block .grid-block-background__icont{flex:1;flex-direction:column;justify-content:center;gap:10px}.grid-background-block .grid-background-content_box .background-content .background-subtitle{color:var(--subtitle_color);font-size:13px}.grid-background-block .grid-background-content_box .background-content .background-title{color:var(--title_color);font-size:var(--heading-h5-font-size)}.grid-background-block .grid-background-content_box .background-content .background-details{color:var(--describe_color)}@media screen and (max-width:1000px)and (min-width:750px){.grid-background-block .grid-background-block-box{border-radius:var(--border-radius)}}@media screen and (max-width:750px){.grid-background-block .grid-background-block-box{border-radius:var(--border-radius)}.grid_section .Grid_Tiled_box{margin-left:auto;margin-right:auto;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;grid-row-gap:var(--row-gap);grid-column-gap:var(--column-gap);grid-auto-flow:row dense}.grid_section .Grid_Slide_scroll{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.grid_section .Grid_Slide_scroll .grid-background-block{flex:0 0 80%;scroll-snap-align:start}.grid_section .Grid_Slide_scroll::-webkit-scrollbar{display:none}}
/*# sourceMappingURL=/s/files/1/0370/9537/4907/t/33/assets/Grid_section.css.map?v=12326847034992023371776838838 */
}
@scope (.fykikta-giraffe-detail-tail) {/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}.fykikta-giraffe-detail-tail{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}.fykikta-giraffe-detail-tail{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}}