body {
    font-size: 17px;
}

textarea {
    font-size: 24px !important;
}

input[type=text], input[type=email], input[type=tel], select {
    height: 65px !important;
    font-size: 24px !important;
}

@media only screen and (max-width: 999px) {
    select {
        text-indent: 0;
        line-height: 1 !important;
    }
}

@media only screen and (max-width: 767px) {
    input[type=text], input[type=email], input[type=tel], select {
        height: 45px !important;
        font-size: 19px !important;
    }
    textarea {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 375px) {
    input[type=text], input[type=email], input[type=tel], select {
        font-size: 17px !important;
    }
    textarea {
        font-size: 17px !important;
    }
}

input[type=text], input[type=email], input[type=tel], textarea, select {
    border-color: #787878 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #787878 !important;
    -moz-box-shadow: inset 0 0 10px #787878 !important;
    box-shadow: inset 0 0 10px #787878 !important;
    background: transparent;
    outline: none;
    background-color: #fff;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    border-color: #3399ff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 10px #3399ff !important;
    -moz-box-shadow: inset 0 0 10px #3399ff !important;
    box-shadow: inset 0 0 10px #3399ff !important;
    background: transparent;
    outline: none;
    background-color: #fff;
}

.select-container select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.select-container {
    position: relative;
}

.select-container::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    width: 0;
    z-index: 2;
}

/* Product variation / size picker */
.package-selection-section {
    padding: 0px 0 0px;
    background: #fff;
}

.package-selection-panel .variation-panel__header {
    /*border-radius: 17px;*/
}

.variation-section {
    padding: 18px 0 8px;
    background: #fff;
}

.variation-container {
    width: 100% !important;
}

.variation-panel {
    overflow: hidden;
    border: 1px solid #e7e2dc;
    /* border-radius: 18px; */
    background: #fff;
    box-shadow: 0 10px 30px rgba(38, 30, 23, .08);
}

.variation-panel__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(135deg, #29231f 0%, #4a3b32 100%);
}

.variation-panel__header strong,
.variation-panel__header small {
    display: block;
}

.variation-panel__header strong {
    margin-bottom: 3px;
    font-size: 21px;
    line-height: 1.2;
}

.variation-panel__header small {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
}

.variation-panel__icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px;
    background: rgba(255, 255, 255, .1);
}

.variation-panel__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.variation-panel__body {
    padding: 18px;
}

.variation-picker {
    padding: 16px;
    border: 1px solid #ece8e3;
    border-radius: 14px;
    background: #fbfaf8;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.variation-picker + .variation-picker {
    margin-top: 12px;
}

.variation-picker.has-selection {
    border-color: #b9a18e;
    background: #fff;
    box-shadow: 0 5px 16px rgba(50, 39, 31, .07);
}

.variation-picker__heading,
.variation-picker__heading label {
    display: flex;
    align-items: center;
}

.variation-picker__heading {
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.variation-picker__heading label {
    gap: 10px;
    margin: 0;
    color: #322b26;
    font-size: 15px;
    font-weight: 700;
}

.variation-picker__number {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #332b26;
    font-size: 13px;
}

.variation-picker__status {
    color: #8b8179;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.variation-picker.has-selection .variation-picker__status {
    color: #397a52;
}

.variation-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
    gap: 9px;
}

.variation-option {
    min-height: 48px;
    padding: 8px 10px;
    border: 1.5px solid #d7d0ca;
    border-radius: 11px;
    color: #3d342e;
    background: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.variation-option:hover {
    border-color: #7d695c;
    transform: translateY(-1px);
}

.variation-option:focus-visible {
    outline: 3px solid rgba(139, 107, 86, .25);
    outline-offset: 2px;
}

.variation-option.is-selected {
    border-color: #332b26;
    color: #fff;
    background: #332b26;
    box-shadow: 0 6px 14px rgba(51, 43, 38, .22);
}

.variation-option.is-selected::after {
    content: "  \2713";
    color: #e9d8cb;
}

.variation-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.variation-error {
    margin: 10px 0 0;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .package-selection-section {
        padding: 0px 0 5px;
    }

    .variation-section {
        padding-top: 12px;
    }

    .variation-panel {
        /* border-radius: 15px; */
    }

    .variation-panel__header {
        padding: 15px 16px;
    }

    .variation-panel__header strong {
        font-size: 18px;
    }

    .variation-panel__body {
        padding: 12px;
    }

    .variation-picker {
        padding: 13px;
    }

    .variation-options {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .variation-option {
        min-height: 46px;
    }
}

@media only screen and (max-width: 999px) {
    .select-container::after {
        border-left-width: 10px;
        border-right-width: 10px;
        border-top-width: 10px;
        right: 15px !important;
    }
}

.strike {
    text-decoration: line-through;
}

.wrapper {
    /* max-width: 1000px; */
    margin: auto;
    background-color: #fff;
    position: relative;
}

.wrapper a {
    display: inline-block;
}

.wrapper img, .wrapper input[type=image] {
    max-width: 100%;
}

.wrapper .container {
    width: 100%;
}

.fixed {
    position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 15px;
}

.scroll-to-top {
    position: fixed;
    font-size: 19px;
    bottom: 5vw;
    right: 5vw;
    width: 44px;
    height: 44px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 20;
}

.shadow-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-top:before {
        height: 4vw;
    }
}

.shadow-top.reverse:before {
    background-image: url(../images/shadow-bottom.png);
}

.shadow-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    z-index: 10;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom:after {
        height: 4vw;
    }
}

.shadow-bottom.reverse:after {
    background-image: url(../images/shadow-top.png);
}

.shadow-top, .shadow-bottom {
    position: relative;
}

.shadow-top {
    padding-top: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-top {
        padding-top: 4vw;
    }
}

.shadow-bottom {
    padding-bottom: 40px;
}

@media only screen and (max-width: 999px) {
    .shadow-bottom {
        padding-bottom: 4vw;
    }
}

.heading.shadow-top, .heading.shadow-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.product .button-select-product {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    cursor: pointer;
}

.product .button-select-product .selected {
    display: none;
}

.product.selected .button-select-product img {
    display: none;
}

.product.selected .button-select-product .selected {
    display: inline-block;
}

.checkout-form .form {
    position: relative;
}

.success {
    padding-top: 50px;
    padding-bottom: 50px;
}

.success p {
    text-align: left;
    line-height: 1;
}

.success .info {
    font-size: 18px;
}

.success .message {
    text-align: center;
    font-size: 56px;
    margin: 0;
    font-weight: 700;
    padding: 30px;
}

.success .message.alt {
    font-weight: 300;
    margin-top: 30px;
}

@media only screen and (max-width: 999px) {
    .success {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .success .message {
        font-size: 6vw;
        line-height: 8vw;
        padding: 3vw;
    }
    .success .message.alt {
        margin-top: 0;
    }
    .success .info {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 375px) {
    .success .message {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-video .modal-dialog {
        width: 715px;
    }
}

.modal-video .modal-body {
    position: relative;
    padding: 0;
}

.modal-video .modal-body iframe {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    height: 400px;
}

.modal-video .modal-body .close {
    position: absolute;
    top: 0;
    right: -40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background-color: #ff3333;
    color: #fff;
    opacity: 1;
    z-index: 10;
    text-shadow: none;
}

@media only screen and (max-width: 767px) {
    .modal-video .modal-body .close {
        top: 0;
        right: 0;
    }
}