/** Shopify CDN: Minification failed

Line 25:23 Unexpected "@media"
Line 34:24 Unexpected "@media"

**/
/* section hero */
[id$='__hero'] .banner {width: calc(100% - 40px); max-width: var(--page-width); margin: 20px auto 0; border-radius: 15px; overflow: hidden;}
[id$='__hero'] .banner__box {background: transparent; border: none; box-shadow: none; padding: 0;}
[id$='__hero'] .banner__content {padding-top: 55px; padding-bottom: 55px;}
[id$='__hero'] .banner__heading {color: #ffffff; line-height: 1.15; margin-bottom: 8px;}
[id$='__hero'] .banner__heading em {font-style: italic; font-weight: 300;}
[id$='__hero'] .banner__text {color: #ffffff; font-weight: 700; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); margin-top: 0;}
[id$='__hero'] .banner__buttons {margin-top: 27px;}
[id$='__hero'] .button--primary {border-radius: 80px; padding: 17px 39px;}

/* section product_info */
[id$='__product_info'] .image-with-text__media {border-radius: 24px; overflow: hidden;}
[id$='__product_info'] .image-with-text__media img {object-fit: cover; height: 100%;}
[id$='__product_info'] .image-with-text__content {padding-top: 0; padding-bottom: 0;}
[id$='__product_info'] .image-with-text__heading {margin-bottom: 18px; line-height: 1.1; letter-spacing: 0;}
[id$='__product_info'] .image-with-text__heading em {font-style: italic;}
[id$='__product_info'] .image-with-text__text p {color: rgb(142, 156, 164); font-weight: 500; margin: 0;}
[id$='__product_info'] .image-with-text .button {margin-top: 32px; border-radius: 80px; padding: 1.7rem 3.9rem;}
[id$='__product_info'] @media screen and (max-width: 749px) {.image-with-text__media {border-radius: 24px;} .image-with-text .button {padding: 1.2rem 2rem;}}

/* section giftcard_info */
[id$='__giftcard_info'] .image-with-text__media {border-radius: 24px; overflow: hidden;}
[id$='__giftcard_info'] .image-with-text__media img {border-radius: 24px; object-fit: cover;}
[id$='__giftcard_info'] .image-with-text__content {background: transparent;}
[id$='__giftcard_info'] .image-with-text__heading {font-weight: 800; line-height: 1.1; margin-bottom: 18px;}
[id$='__giftcard_info'] .image-with-text__text p {color: #8e9ca4; font-weight: 500;}
[id$='__giftcard_info'] .image-with-text__text-item .button {border-radius: 80px; padding: 17px 39px; margin-top: 32px;}
[id$='__giftcard_info'] @media screen and (max-width: 749px) {.image-with-text__media {border-radius: 24px;} .image-with-text__text-item .button {padding: 12px 20px;}}