/* Breakpoints */
/* Media width mixin used to group styles output based on media queries */
@media screen and (min-width: 1024px) {
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount) {
    right: calc((100% - 560px) / 2 + 12px);
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-left {
    left: calc((100% - 560px) / 2 + 116px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount) {
    left: calc((100% - 560px) / 2 + 116px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-right {
    right: calc((100% - 560px) / 2 + 12px);
  }
  .product.media .badges-container .badge-circle.badge-discount,
  .product.media .badges-container .badge-rectangle.badge-discount {
    right: calc((100% - 560px) / 2 + 3px);
  }
  .product.media .badges-container .badge-circle.badge-discount.gm-sticker-position-left,
  .product.media .badges-container .badge-rectangle.badge-discount.gm-sticker-position-left {
    left: calc((100% - 560px) / 2 + 116px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track,
  .product.media .badges-container .badge-rectangle.badge-fast-track {
    left: calc((100% - 560px) / 2 + 116px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track.gm-sticker-position-right,
  .product.media .badges-container .badge-rectangle.badge-fast-track.gm-sticker-position-right {
    right: calc((100% - 560px) / 2 + 12px);
  }
  .product-details {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    margin-bottom: 88px;
  }
  .catalog-product-view .nav-wrap {
    height: 32px;
    transition: height .3s;
  }
  .catalog-product-view._fixed-header .nav-wrap {
    height: 0;
    overflow: hidden;
  }
  .gallery-placeholder._block-content-loading {
    padding-left: 104px;
  }
  .fotorama .fotorama__thumb-border {
    display: none;
  }
  .fotorama .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 12px;
    right: 28px;
    bottom: -5px;
    border-radius: 4px;
    background: #007b94;
  }
  .fotorama .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active:last-child:after {
    right: 12px;
  }
  .page-title-wrapper.product h1.page-title {
    font-size: 22px;
  }
  .product-price-mobile {
    display: none;
  }
  .block-collection-link {
    transition: transform .2s;
  }
  .block-collection-link:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .simple-to-operate.block {
    margin-left: -24px;
  }
  .simple-to-operate.block .swiper-slide:first-child {
    margin-left: 24px;
  }
  .simple-to-operate.block .swiper-slide:last-child {
    margin-right: 24px;
  }
  .product-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 16px 0;
    z-index: 80;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 112px;
  }
  .product-sticky-bar .product-in-cart {
    display: none;
  }
  /* Info */
  .product-sticky-bar-info-icon {
    display: none;
  }
  /* Price */
  .product-sticky-bar-price-note .klarna-over-to-cart-mobile {
    display: none;
  }
  /* Actions */
  .product-sticky-bar-actions .btn-new.product-sticky-bar-customise._show {
    display: none;
  }
  /* Mobile Blocks */
  .product-sticky-bar-view-customisation {
    display: none;
  }
  .product-qty-text {
    display: none;
  }
  /* Add to Cart */
  body._can-add-to-cart .product-sticky-bar-actions .btn-new.product-sticky-bar-get-price,
  body._can-add-to-cart .product-sticky-bar-actions .btn-new.product-sticky-bar-customise {
    display: none;
  }
  body._can-add-to-cart .product-sticky-bar-actions .btn-new.product-sticky-bar-to-cart {
    display: inline-block;
  }
  .product-options-wrapper .option-field > label.label .htm-trigger .htm-trigger-button {
    display: block;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container {
    width: calc(50% - 12px);
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 9px 36px 9px 8px;
    border-width: 1px;
    font-size: 13px;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container .mageworx-swatch-option {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0;
    margin: 0 8px 0 0;
    background-size: cover !important;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container .mageworx-swatch-info {
    max-width: calc(100% - 32px) !important;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container + .mageworx-swatch-container {
    margin-left: auto;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container.selected {
    border-color: #2e2e2d;
  }
  .product-options-wrapper .field.install-method .mageworx-swatch-container.selected:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -12px 0 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMS4yOTMgMTQuMzI1YTEgMSAwIDAxLTEuMzk4LS4wMTZsLTIuOTU1LTIuOTU1YS41LjUgMCAwMTAtLjcwOGwuNzAzLS43MDNhLjUuNSAwIDAxLjcwNyAwbDIuMDY0IDIuMDU2YS4yNS4yNSAwIDAwLjM0OC4wMDRsNS40Ny01LjE2OGEuNS41IDAgMDEuNjk4LjAxMWwuNzA3LjcxMmEuNS41IDAgMDEtLjAxLjcxNGwtNi4zMzQgNi4wNTN6IiBmaWxsPSIjMjdBRTYwIi8+PC9zdmc+) no-repeat 50% 50%;
    background-size: 24px;
    pointer-events: none;
  }
  .electric-faq {
    background: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .electric-faq-title {
    text-align: center;
    margin-bottom: 24px;
  }
  .electric-faq-text {
    text-align: center;
    max-width: 476px;
    margin: 0 auto 40px;
  }
  .electric-faq-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .electric-faq-item {
    width: calc(33.33% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .electric-faq-item:last-child {
    margin-bottom: 40px;
  }
  .electric-faq-item-title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .product-info-left {
    width: 64%;
  }
  .product.media {
    width: 64%;
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount) {
    font-weight: 900;
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount) {
    left: calc((100% - 640px) / 2 + 120px);
    top: 32px;
  }
  .product.media .badges-container .badge-circle.badge-discount,
  .product.media .badges-container .badge-rectangle.badge-discount {
    right: calc((100% - 640px) / 2 + 7px);
  }
  .product.media .badges-container .badge-circle.badge-discount.gm-sticker-position-left,
  .product.media .badges-container .badge-rectangle.badge-discount.gm-sticker-position-left {
    left: calc((100% - 640px) / 2 + 120px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track,
  .product.media .badges-container .badge-rectangle.badge-fast-track {
    left: calc((100% - 640px) / 2 + 120px);
    padding-top: 8px;
    padding-bottom: 8px;
    top: 24px;
  }
  .product.media .badges-container .badge-circle.badge-fast-track.gm-sticker-position-right,
  .product.media .badges-container .badge-rectangle.badge-fast-track.gm-sticker-position-right {
    right: calc((100% - 640px) / 2 + 16px);
  }
  .product-details {
    width: calc(36% - 24px);
    position: static;
  }
  .product-social-links-wrap {
    margin-top: 36px;
  }
  .product-badges-top-list._center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .free-sample-static {
    margin-left: -40px;
    padding-left: 40px;
  }
  .simple-to-operate.block {
    margin-left: -40px;
  }
  .simple-to-operate.block .swiper-slide {
    margin-left: 32px;
  }
  .simple-to-operate.block .swiper-slide:first-child {
    margin-left: 40px;
  }
  .simple-to-operate.block .swiper-slide:last-child {
    margin-right: 40px;
  }
  /* Actions */
  .product-sticky-bar-actions .btn-new {
    min-width: 373px;
  }
  .product-group-wrap._center-colors {
    margin-left: auto;
  }
  .product-group-wrap._center-colors + .product-social-links {
    margin-left: 0;
    margin-right: auto;
  }
  .product-group-wrap._center-colors .group-color._full {
    margin-right: 32px;
  }
  .product-group-wrap._center-colors .group-color-list {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product-group-wrap._center-colors .group-color-list .group-color-item:last-child {
    margin-right: 0;
  }
  .product-group-wrap:not(._center-colors) {
    width: 100%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product-group-wrap:not(._center-colors) + .product-social-links {
    width: 100%;
    text-align: center;
    margin: 36px 0 0;
  }
  .product-group-wrap:not(._center-colors) + .product-social-links .towishlist {
    width: 478px;
    min-width: 478px;
  }
  /* Color */
  .group-color-popup {
    max-height: 300px;
    overflow: auto;
  }
  .group-color-popup-wrap {
    padding-top: 8px;
    padding-bottom: 24px;
  }
  /* Opacity */
  .group-opacity-trigger .opacity-count {
    display: none;
  }
  .group-opacity-popup-wrap._show + .group-opacity-popup-overlay {
    display: none;
  }
  .group-opacity-popup-close {
    display: none;
  }
  .electric-faq {
    margin-bottom: 148px;
  }
  .how-to-guides-links {
    margin-top: -16px;
  }
  .how-to-guides-links a {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .product-info-left {
    width: 67.06%;
  }
  .product.media {
    width: 67.06%;
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount) {
    right: calc((100% - 712px) / 2 + 16px);
    top: 28px;
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-left {
    left: calc((100% - 712px) / 2 + 120px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount) {
    left: calc((100% - 712px) / 2 + 120px);
    top: 40px;
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-right {
    right: calc((100% - 712px) / 2 + 16px);
  }
  .product.media .badges-container .badge-circle.badge-discount,
  .product.media .badges-container .badge-rectangle.badge-discount {
    right: calc((100% - 712px) / 2 + 7px);
    top: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .product.media .badges-container .badge-circle.badge-discount.gm-sticker-position-left,
  .product.media .badges-container .badge-rectangle.badge-discount.gm-sticker-position-left {
    left: calc((100% - 712px) / 2 + 120px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track,
  .product.media .badges-container .badge-rectangle.badge-fast-track {
    left: calc((100% - 712px) / 2 + 120px);
    top: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product.media .badges-container .badge-circle.badge-fast-track.gm-sticker-position-right,
  .product.media .badges-container .badge-rectangle.badge-fast-track.gm-sticker-position-right {
    right: calc((100% - 712px) / 2 + 16px);
  }
  .product-details {
    width: calc(32.94% - 40px);
  }
  .product-social-links-wrap .towishlist {
    font-size: 18px;
    width: 320px;
  }
  .product-info-price .price-original {
    font-size: 26px;
  }
  .block-collection-item {
    width: 280px;
  }
  .product-badge-top-icon img {
    width: 48px;
  }
  .product-badge-top-icon .icon-new {
    width: 32px;
    height: 32px;
  }
  .product-badge-top-title {
    font-size: 18px;
  }
  .product-badge-top-text {
    font-size: 16px;
  }
  .product-badge-top-link {
    font-size: 14px;
  }
  .product-badge-bottom-text {
    line-height: 1.5;
  }
  .free-sample-static-left {
    max-width: calc(100% - 408px);
  }
  .free-sample-static-action .towishlist {
    min-width: 384px;
  }
  .simple-to-operate.block .block-title {
    font-size: 32px;
  }
  .simple-to-operate.block .swiper-slide {
    width: 384px;
  }
  ._has-product-sticky-bar .page-wrapper {
    padding-bottom: 112px;
  }
  .product-sticky-bar._show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* Actions */
  .product-sticky-bar-actions {
    margin-left: 40px;
  }
  .related .product-item {
    margin-right: 56px;
    width: 252px;
  }
  .related .product-item-name {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .scaled-custom-field .control select {
    height: 52px;
  }
  .scaled-custom-field .control:after {
    top: 18px;
    font-size: 18px;
  }
  .product-info-left {
    width: 68.53%;
  }
  .product.media {
    width: 68.53%;
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount) {
    right: calc((100% - 776px) / 2 + 24px);
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-left {
    left: calc((100% - 776px) / 2 + 128px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount) {
    left: calc((100% - 776px) / 2 + 128px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-right {
    right: calc((100% - 776px) / 2 + 24px);
  }
  .product.media .badges-container .badge-circle.badge-discount,
  .product.media .badges-container .badge-rectangle.badge-discount {
    right: calc((100% - 776px) / 2 + 15px);
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .product.media .badges-container .badge-circle.badge-discount span,
  .product.media .badges-container .badge-rectangle.badge-discount span,
  .product.media .badges-container .badge-circle.badge-discount .extra,
  .product.media .badges-container .badge-rectangle.badge-discount .extra,
  .product.media .badges-container .badge-circle.badge-discount .extra + span,
  .product.media .badges-container .badge-rectangle.badge-discount .extra + span {
    font-size: 16px;
  }
  .product.media .badges-container .badge-circle.badge-discount.gm-sticker-position-left,
  .product.media .badges-container .badge-rectangle.badge-discount.gm-sticker-position-left {
    left: calc((100% - 776px) / 2 + 128px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track,
  .product.media .badges-container .badge-rectangle.badge-fast-track {
    left: calc((100% - 776px) / 2 + 128px);
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .product.media .badges-container .badge-circle.badge-fast-track.gm-sticker-position-right,
  .product.media .badges-container .badge-rectangle.badge-fast-track.gm-sticker-position-right {
    right: calc((100% - 776px) / 2 + 24px);
  }
  .product-details {
    width: calc(31.47% - 40px);
  }
  .catalog-product-view .product-info-main .product-details div.join_fabric_wrapper .join_fabric_content_block {
    font-size: 15px;
  }
  .fotorama .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active:after {
    right: 36px;
  }
  .page-title-wrapper.product h1.page-title {
    font-size: 32px;
    font-weight: 500;
  }
  .product-info-price {
    min-height: 67px;
  }
  .product-info-price .price-label {
    font-size: 12px;
  }
  .product-info-price .price {
    font-size: 32px;
  }
  .product-info-price .price-original {
    font-size: 28px;
  }
  .product-info-main .htm-trigger {
    top: 4px;
  }
  .product-info-main .htm-trigger-button {
    font-size: 16px;
  }
  .product-delivery-date {
    font-size: 15px;
  }
  .product-badge-top-icon {
    height: 48px;
  }
  .product-badge-top-icon .icon-new.product-badge-top-icon-hide {
    display: none;
  }
  .product-badge-top-icon .product-badge-top-icon-desktop {
    display: block;
  }
  .product-badge-bottom {
    width: calc(33.33% - 74px);
  }
  .free-sample-static {
    margin-left: -96px;
    padding-left: 96px;
    padding-right: 64px;
  }
  .how-to-guides-img {
    width: 367px;
  }
  .how-to-guides-content {
    width: calc(100% - 367px);
    padding-left: 40px;
  }
  .how-to-guides-title {
    font-size: 26px;
  }
  .how-to-guides-text {
    font-size: 18px;
    max-width: 460px;
  }
  .simple-to-operate.block {
    margin-left: -96px;
  }
  .simple-to-operate.block .swiper-slide {
    width: 480px;
  }
  .simple-to-operate.block .swiper-slide:first-child {
    margin-left: 96px;
  }
  .simple-to-operate.block .swiper-slide:last-child {
    margin-right: 96px;
  }
  .simple-to-operate.block .swiper-slide-text {
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .features-that-we-love.block .swiper-slide-text {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /* Info */
  .product-sticky-bar-title {
    font-size: 20px;
  }
  .product-sticky-bar-subtitle {
    font-size: 18px;
  }
  /* Price */
  .product-sticky-bar-price-label,
  .product-sticky-bar-price-box .price-label {
    font-size: 16px;
  }
  .product-sticky-bar-price,
  .product-sticky-bar-price-box .price,
  .product-sticky-bar-price-box .price-original {
    font-size: 32px;
  }
  .product-sticky-bar-price-box .price-original {
    font-size: 28px;
  }
  .product-sticky-bar-price-note {
    font-size: 16px;
  }
  /* Actions */
  .product-sticky-bar-actions {
    margin-left: 72px;
  }
  .product-sticky-bar-actions .btn-new {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  /* Color */
  .group-color:not(._full) .group-color-active-item:nth-child(1n+7) {
    display: none;
  }
  .group-color-active {
    margin-right: 16px;
  }
  .group-color-active-item {
    margin-right: 16px;
  }
  .group-color-active-item-img {
    width: 40px;
    height: 40px;
  }
  .group-color-item-img {
    width: 56px;
    height: 56px;
  }
  .related .product-item {
    width: 296px;
  }
  .related .product-item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 2560px) {
  .product-info-left {
    width: 66.67%;
  }
  .product.media {
    width: 66.67%;
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount) {
    right: calc((100% - 880px) / 2 + 24px);
  }
  .product.media .badges-container .badge-circle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-left {
    left: calc((100% - 880px) / 2 + 128px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount) {
    left: calc((100% - 880px) / 2 + 128px);
  }
  .product.media .badges-container .badge-rectangle:not(.badge-fast-track):not(.badge-discount).gm-sticker-position-right {
    right: calc((100% - 880px) / 2 + 24px);
  }
  .product.media .badges-container .badge-circle.badge-discount,
  .product.media .badges-container .badge-rectangle.badge-discount {
    right: calc((100% - 880px) / 2 + 15px);
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .product.media .badges-container .badge-circle.badge-discount.gm-sticker-position-left,
  .product.media .badges-container .badge-rectangle.badge-discount.gm-sticker-position-left {
    left: calc((100% - 880px) / 2 + 128px);
  }
  .product.media .badges-container .badge-circle.badge-fast-track,
  .product.media .badges-container .badge-rectangle.badge-fast-track {
    left: calc((100% - 880px) / 2 + 128px);
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .product.media .badges-container .badge-circle.badge-fast-track.gm-sticker-position-right,
  .product.media .badges-container .badge-rectangle.badge-fast-track.gm-sticker-position-right {
    right: calc((100% - 880px) / 2 + 24px);
  }
  .product-details {
    width: calc(33.33% - 72px);
  }
  .product-social-links-wrap .towishlist {
    width: 400px;
  }
  .product-info-price .klarna-over-to-cart a {
    font-size: 14px;
  }
  .product-info-price .price {
    font-weight: 600;
  }
  .product-info-main.product-has-discounts .product-info-price .price {
    font-weight: 600;
  }
  .delivery-date-label,
  .delivery-date-value {
    display: inline;
  }
  .block-collection-item {
    width: 336px;
  }
  .product-badge-bottom-text {
    font-size: 18px;
  }
  .free-sample-static {
    padding-right: 80px;
  }
  .free-sample-static-left {
    font-size: 16px;
  }
  .free-sample-static-title {
    font-size: 32px;
  }
  .free-sample-static-action .towishlist {
    font-size: 18px;
  }
  .how-to-guides {
    min-height: 280px;
  }
  .how-to-guides-title {
    font-size: 32px;
  }
  .simple-to-operate.block .swiper-slide {
    width: 576px;
  }
  .features-that-we-love.block {
    margin-bottom: 80px;
  }
  .features-that-we-love.block .swiper-slide {
    width: 336px;
  }
  /* Price */
  .product-has-discounts .product-sticky-bar-price-box .price {
    font-weight: 600;
  }
  /* Actions */
  .product-sticky-bar-actions {
    margin-left: 72px;
  }
  /* Color */
  .group-color-active-item-img {
    width: 48px;
    height: 48px;
  }
  .related .product-item {
    width: 384px;
  }
}
