/**
* 2023 - Keyrnel
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one shop.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
* If you have not received this module from us, thank you for contacting us.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    Keyrnel
* @copyright 2023 - Keyrnel
* @license   commercial
* International Registered Trademark & Property of Keyrnel
*/

:root {
    --gap-space: 30px;
}

@media(max-width:500px) {
    :root {
        --gap-space: 15px;
    }
}

#module-thegiftcard-page .fancybox-overlay {
    z-index: 8010;
}

/******************************************************************************
Responsivity
******************************************************************************/
#giftcard_product .row {
    margin-left: -15px;
    margin-right: -15px;
}
#giftcard_product .row:before, #giftcard_product .row:after {
    content: " ";
    display: table;
}
#giftcard_product .row:after {
    clear: both;
}
#giftcard_product *, #giftcard_product *:before, #giftcard_product *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#giftcard_product .col-xs-4, #giftcard_product .col-md-3, #giftcard_product .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#giftcard_product .col-xs-4 {
    width: 33.33333%;
    float: left;
}
#giftcard_product {
    margin: auto;
}
@media (min-width: 992px) {
    #giftcard_product {
        max-width: 970px;
    }
    #giftcard_product .col-md-3 {
        float: left;
        width: 25%;
    }
}
@media (min-width: 1200px) {
    #giftcard_product {
        max-width: 1170px;
    }
    #giftcard_product .col-lg-12 {
        width: 100%;
    }
}
#giftcard_product .content {
    display:block !important;
}
#giftcard_product ol, #giftcard_product ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 9px;
}
#giftcard_product .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#giftcard_product img {
    vertical-align: middle;
    border: 0;
}

/* nav-tabs */
#giftcard_product .nav {
    padding-left: 0;
}
#giftcard_product .nav:before, #giftcard_product .nav:after {
    content: " ";
    display: table;
}
#giftcard_product .nav:after {
    clear: both;
}
#giftcard_product .nav > li {
    position: relative;
    display: block;
}
#giftcard_product .nav > li > a:hover,
#giftcard_product .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
#giftcard_product .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#giftcard_product .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#giftcard_product .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
#giftcard_product .nav-tabs > li.active > a,
#giftcard_product .nav-tabs > li.active > a:hover,
#giftcard_product .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
#giftcard_product .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
#giftcard_product .tab-content {
    margin-top: 0 !important;
}
#giftcard_product .tab-content > .active {
    display: block !important;
}
#giftcard_product .tab-content > .tab-pane {
    display: none;
}
#giftcard_product .badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}
#giftcard_product .full-width {
    width: 100%;
}

/******************************************************************************
Banner image
******************************************************************************/
#giftcard_product .content_scene_cat {
    position: relative;
    line-height: 19px;
    margin: 0 !important;
}
#giftcard_product .content_scene_cat .content_scene_cat_bg {
    padding: 18px 10px 10px 42px;
    background-color: #464646;
    width: 100%;
}
@media (max-width: 1199px) {
    #giftcard_product .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px;
    }
}
#giftcard_product .content_scene_cat span.category-name {
    font: 600 42px/51px "Open Sans", sans-serif;
    margin-bottom: 12px;
    color: #fff;
}
@media (max-width: 1199px) {
    #giftcard_product .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px;
    }
}
#giftcard_product .content_scene_cat p {
    margin-bottom: 0;
}
#giftcard_product .content_scene_cat a {
    color: white;
}
#giftcard_product .content_scene_cat a:hover {
    text-decoration: underline;
}
#giftcard_product .content_scene_cat .content_scene {
    color: #777777;
}
#giftcard_product .content_scene_cat .content_scene .cat_desc {
    padding-top: 20px;
}
#giftcard_product .content_scene_cat .content_scene .cat_desc a {
    color: #777777;
}
#giftcard_product .content_scene_cat .content_scene .cat_desc a:hover {
    color: #515151;
}
#giftcard_product .form-inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/******************************************************************************
Fields
******************************************************************************/
#giftcard_product select, #giftcard_product input{
    height: 40px;
    border: 1px solid #d6d4d4;
    text-align: center;
    margin: 0
}
#giftcard_product input[type="radio"] {
    margin-right: 3px;
    position: relative;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

#giftcard_product .mr-30 {
    margin-right: 30px;
}

#giftcard_product textarea {
    resize: none;
    margin: 0;
    overflow: auto;
    font-family: inherit;
    background-image: none;
}
#giftcard_product textarea.form-control {
    height: auto;
}
#giftcard_product .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#giftcard_product .label {
    float:left;
    margin-right: 3px;
}
#giftcard_product label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
}
#giftcard_product [class^="icon-"], #giftcard_product [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
#giftcard_product .icon-photo {
    background-image: url(../../img/icon-photo.svg);
}
#giftcard_product .icon-giftcard {
    background-image: url(../../img/icon-giftcard.svg);
}
#giftcard_product .icon-zoom {
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    background-image: url(../../img/icon-zoom.svg);
}
#giftcard_product .icon-email {
    background-image: url(../../img/icon-email.svg);
}
#giftcard_product .icon-calendar {
    background-image: url(../../img/icon-calendar.svg);
}
#giftcard_product .form-group {
    margin-bottom: 15px;
}
#giftcard_product .form-group.hide {
    display: none;
}
#giftcard_product .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
#giftcard_product .input-group-addon:first-child {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
#giftcard_product .input-group-addon:last-child {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
#giftcard_product .input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
#giftcard_product .header {
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    margin-top: 20px;
}
#giftcard_product .title {
    margin-left: 10px;
    vertical-align: middle;
}
#giftcard_product .attributes .attribute_radio {
    display: none !important;
}

/******************************************************************************
Templates
******************************************************************************/
#block_templates .product-image-container {
    position: relative;
}
#block_templates .img_attribute {
    margin-bottom: 8px;
}
#block_templates .product-image-container:hover img{
    -moz-box-shadow: 0px 0px 5px 2px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px 2px #c0c0c0;
    -o-box-shadow: 0px 0px 5px 2px #c0c0c0;
    box-shadow: 0px 0px 5px 2px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
}
#block_templates .product-image-container.selected img{
    outline: 5px solid #08c;
    -moz-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 5px 0px #c0c0c0;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
}
#block_templates .product-image-container .view_larger {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
}

/******************************************************************************
Button add to cart
******************************************************************************/
#block_button {
    margin-top: 30px;
    margin-bottom: 20px
}

/******************************************************************************
jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4
******************************************************************************/
#growls { z-index: 50000; position: fixed; }
#growls.default { top: 100px; right: 10px; }
#growls.tl { top: 10px; left: 10px; }
#growls.tr { top: 10px; right: 10px; }
#growls.bl { bottom: 10px; left: 10px; }
#growls.br { bottom: 10px; right: 10px; }

.growl { opacity: 1; position: relative; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.growl.growl-incoming { opacity: 0; }
.growl.growl-outgoing { opacity: 0; }
.growl.growl-small { width: 200px; padding: 5px; margin: 5px; }
.growl.growl-medium { width: 250px; padding: 10px; margin: 10px; }
.growl.growl-large { width: 300px; padding: 15px; margin: 15px; }
.growl.growl-default { color: white; background: gray; }
.growl.growl-error { color: white; background: rgba(217, 83, 79, 0.8); }
.growl.growl-notice { color: white; background: rgba(92, 184, 92, 0.8); }
.growl.growl-warning { color: white; background: rgba(240, 173, 78, 0.8); }
.growl .growl-close { cursor: pointer; float: right; font-size: 14px; line-height: 18px; font-weight: normal; font-family: helvetica, verdana, sans-serif; }
.growl .growl-title { font-size: 18px; line-height: 24px; }
.growl .growl-message { font-size: 14px; line-height: 18px; }



/* CUSTOM ADDITIONS */

body#module-thegiftcard-page #giftcard_product img {
    width: 100%;
}

body#module-thegiftcard-page #content.card {
    box-shadow: none;
    border: none;
}

body#module-thegiftcard-page #giftcard_product .content_scene_cat .content_scene_cat_bg {
    padding: 21px 42px;
    background-color: #D2AE6D;
}

body#module-thegiftcard-page #block_templates .img_attribute {
    margin: 0;
}

body#module-thegiftcard-page #block_templates .img_attribute .product-image-container:hover {
    cursor: pointer;
}

body#module-thegiftcard-page #block_templates .product-image-container:hover img{
    -moz-box-shadow: 0px 0px 5px 2px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px 2px #c0c0c0;
    -o-box-shadow: 0px 0px 5px 2px #c0c0c0;
    box-shadow: 0px 0px 5px 2px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
}

body#module-thegiftcard-page #block_templates .product-image-container.selected img{
    outline: 5px solid #D2AE6D;
    -moz-box-shadow: 0px 0px 5px 3px #D2AE6D;
    -webkit-box-shadow: 0px 0px 5px 3px #D2AE6D;
    -o-box-shadow: 0px 0px 5px 3px #D2AE6D;
    box-shadow: 0px 0px 5px 3px #D2AE6D;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#D2AE6D, Direction=NaN, Strength=5);
}

body#module-thegiftcard-page #sending-method .form-group {
    display: flex;
    gap: var(--gap-space);
    margin-bottom: 30px;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline {
    width: 50%;
    height: auto;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline input {
    display: none;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
    border: 2px solid transparent;
    transition: all 0.35s ease-in-out;
    font-size: 20px;
    color:#3a3939;
    text-transform: uppercase;
    
}

body#module-thegiftcard-page #sending-method .form-group .form-inline label p {
    margin: 0;
    margin-top: 20px;
    text-transform: initial;
    font-size: 18px;
    font-weight: 400;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline label p:not(.fake-button) {
    height: 100%;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline label p.fake-button {
    width: fit-content;
    background-color: #f7f7ed;
    padding: 10px 20px;
    font-weight: 700;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline:has(input:checked) label {
    border-color: #D2AE6D;
    background-color: rgba(210, 174, 109, 0.15);
}

body#module-thegiftcard-page #sending-method .form-group .form-inline:has(input:checked) label p.fake-button {
    opacity: 0;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline:not(:has(input:checked)) label {
    border-color: #A1A1A1;
}

body#module-thegiftcard-page #sending-method .form-group .form-inline:not(:has(input:checked)):hover label {
    border-color: black;
    cursor: pointer;
}

body#module-thegiftcard-page #sending-methods .method-description {
    display: none;
}

body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(1) input:checked) #sending-methods .method-description:nth-of-type(1),
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(2) input:checked) #sending-methods .method-description:nth-of-type(2) {
    display: block;
}


body#module-thegiftcard-page:not(:has(#sending-method .form-group .form-inline input:checked)) #block_templates,
body#module-thegiftcard-page:not(:has(#sending-method .form-group .form-inline input:checked)) #block_amounts,
body#module-thegiftcard-page:not(:has(#sending-method .form-group .form-inline input:checked)) #block_customization,
body#module-thegiftcard-page:not(:has(#sending-method .form-group .form-inline input:checked)) #print-preview-text,
body#module-thegiftcard-page:not(:has(#sending-method .form-group .form-inline input:checked)) #block_button {
    display: none;
}


body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(1) input:checked) .img_attribute:nth-last-child(-n+4),
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(1) input:checked) #print-preview-text,
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(2) input:checked) .img_attribute:nth-child(-n+4),
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(2) input:checked) #block_amounts,
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(2) input:checked) #block_customization,
body#module-thegiftcard-page:has(#sending-method .form-group .form-inline:nth-of-type(2) input:checked) #block_button > .row > .col-lg-3:first-of-type,
body#module-thegiftcard-page #above-the-fold .mobile-title {
  display: none;
}




body#module-thegiftcard-page #above-the-fold,
body#module-thegiftcard-page #print-preview-text {
    margin-bottom: var(--gap-space);
    margin-top: var(--gap-space);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

body#module-thegiftcard-page #above-the-fold .main-image-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

body#module-thegiftcard-page #print-preview-text .image-wrapper {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

body#module-thegiftcard-page #above-the-fold .main-image-container img
body#module-thegiftcard-page #print-preview-text .image-wrapper img {
    max-width: 25vw;
}

body#module-thegiftcard-page #above-the-fold .main-description {
    width: 50%;
}

body#module-thegiftcard-page #above-the-fold .main-description .text-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#module-thegiftcard-page #print-preview-text .print-text {
    width: 30%;
}

body#module-thegiftcard-page #above-the-fold .main-description h1,
body#module-thegiftcard-page #above-the-fold .mobile-title {
    font-size: 20px;
    color: #3a3939;
    text-transform: uppercase;
    font-weight: 700;
}

body#module-thegiftcard-page #above-the-fold .main-description hr {
    width: 50%;
    border-color: black;
    margin-block: 0.5rem;
}




body#module-thegiftcard-page #sending-methods .method-description h2 {
    font-size: 20px;
    color: #3a3939;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

body#module-thegiftcard-page #print-preview-text .print-text p {
    font-size: 20px;
}

body#module-thegiftcard-page #sending-methods .method-description h2,
body#module-thegiftcard-page #sending-methods .method-description p {
    text-align: center;
}

body#module-thegiftcard-page #sending-methods .method-description p{
    font-size: 20px;
}

body#module-thegiftcard-page #above-the-fold .main-description p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

body#module-thegiftcard-page #above-the-fold .main-description .paragraph-wrap {
    margin-bottom: var(--gap-space);
}

body#module-thegiftcard-page #above-the-fold .main-description .paragraph-wrap p {
    margin: 0;
}

body#module-thegiftcard-page .custom-value-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: calc(var(--gap-space) / 2);
    width: 100%;
}

body#module-thegiftcard-page .custom-value-buttons .value-select-button-custom {
    background-color: white;
    border: 2px solid #A1A1A1;
    padding: 20px;
    transition: all 0.35s ease-in-out;
    font-size: 1rem;
    flex-grow: 1;
    color: black;
}

body#module-thegiftcard-page .custom-value-buttons .value-select-button-custom:not(.selected-button):hover {
    cursor: pointer;
    border-color: black;
}

body#module-thegiftcard-page .custom-value-buttons .value-select-button-custom.selected-button {
    border-color: #D2AE6D;
}

body#module-thegiftcard-page #block_customization textarea {
    border: 2px solid #A1A1A1;
    color: black;
    font-size: 17px;
    font-weight: 400;
}

body#module-thegiftcard-page #block_customization textarea::placeholder {
    color:#979797;
}

body#module-thegiftcard-page #block_customization #card_text_fields {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-space);
}

body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(1),
body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(2),
body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(3) {
    flex: 1 1 calc(32% - calc(var(--gap-space) / 3));
    margin: 0;
}

body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(4) {
    flex: 1 1 100%;
    margin: 0;
}

body#module-thegiftcard-page #giftcard_product .title {
    font-size: 20px;
    color: #3a3939;
    font-weight: bold;
}

body#module-thegiftcard-page #giftcard_product .header {
    margin-block: var(--gap-space)
}

body#module-thegiftcard-page #giftcard_product .header,
body#module-thegiftcard-page #block_button .btn-secondary {
    background-color: #f7f7ed;
}

body#module-thegiftcard-page #block_button .btn-secondary:hover {
    background-color: #d6d6c6;
}

body#module-thegiftcard-page #block_button > .row {
    display: flex;
    justify-content: center;
}

body#module-thegiftcard-page #usage_info h2,
body#module-thegiftcard-page #usage_info p {
    /* max-width: 50%; */
    margin: 10px auto;
    font-size: 20px;
}

body#module-thegiftcard-page #usage_info p {
    font-size: 18px;
}

body#module-thegiftcard-page #usage_info h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    body#module-thegiftcard-page #content-wrapper,
    body#module-thegiftcard-page #main #content {
        padding: 0;
    }

    body#module-thegiftcard-page #giftcard_product {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width:768px) {
    body#module-thegiftcard-page #above-the-fold .main-description,
    body#module-thegiftcard-page #above-the-fold .main-description .text-wrapper {
        width: 100%;
    }
}

@media(max-width:500px) {

    body#module-thegiftcard-page #above-the-fold,
    body#module-thegiftcard-page #print-preview-text {
        flex-direction: column;
        gap: var(--gap-space);
    }

    body#module-thegiftcard-page #above-the-fold .main-image-container,
    body#module-thegiftcard-page #print-preview-text .image-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

    body#module-thegiftcard-page #above-the-fold .mobile-title {
        display: block;
    }

    body#module-thegiftcard-page #above-the-fold .main-description h1 {
        display: none;
    }

    body#module-thegiftcard-page #above-the-fold .main-description p,
    body#module-thegiftcard-page #sending-method .form-group .form-inline label p,
    body#module-thegiftcard-page #block_customization textarea {
        font-size: 15px;
    }

    body#module-thegiftcard-page #above-the-fold .main-image-container img,
    body#module-thegiftcard-page #print-preview-text .image-wrapper img {
        max-width: 100%;
    }

    body#module-thegiftcard-page #sending-method .form-group {
        flex-direction: column;
        margin-bottom: 30px;
    }

    body#module-thegiftcard-page #sending-method .form-group .form-inline  {
        width: 100%;
    }

    body#module-thegiftcard-page .custom-value-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    body#module-thegiftcard-page #above-the-fold .main-description,
    body#module-thegiftcard-page #print-preview-text .print-text {
        width: fit-content;
    }

    body#module-thegiftcard-page #block_button > .row {
        flex-direction: column;
    }

    body#module-thegiftcard-page #block_templates .img_attribute {
        margin-bottom: var(--gap-space);
    }

    body#module-thegiftcard-page #usage_info {
        text-align: center;
    }

    body#module-thegiftcard-page #usage_info h2 {
        margin: 30px auto;
    }

    body#module-thegiftcard-page #usage_info h2,
    body#module-thegiftcard-page #usage_info p {
        max-width: 100%;
    }

    body#module-thegiftcard-page #sending-method .form-group .form-inline label p.fake-button {
        margin-top: 10px;
        padding: 5px 20px;
    }

    body#module-thegiftcard-page #block_button .row {
        gap: 20px;
    }

    body#module-thegiftcard-page #above-the-fold .main-description .paragraph-wrap {
        order: -1;
        margin: 0;
    }

    body#module-thegiftcard-page #above-the-fold .main-description hr {
        margin: var(--gap-space);
    }

    body#module-thegiftcard-page label {
        font-size: 15px;
    }

    body#module-thegiftcard-page #usage_info.card .card-block {
        padding: 0!important;
    }

    body#module-thegiftcard-page #print-preview-text .print-text p {
        font-size: 18px;
    }

    body#module-thegiftcard-page #usage_info .card-block {
        padding: 0;
    }

}

/* body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(1){
    order: 0;
}
body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(2){
    order: 1;
}

body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(3){
    order: 3;
}

body#module-thegiftcard-page #block_customization #card_text_fields > .form-group:nth-child(4) {
    order: 2;
} */

body#module-thegiftcard-page #usage_info {
    margin-top: 20px;
}

body#module-thegiftcard-page #content.card {
    margin-bottom: 3rem;
}

body#module-thegiftcard-page #block_button {
    margin-block: 50px;
}

body#module-thegiftcard-page #giftcard_product .full-width {
    padding: 16px 40px;
}