@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


header:not(.card-header) {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 74px !important;
    padding-bottom: 0 !important;
}

h5 {
    font-size: 17px;
}

.card-footer {
    text-align: right;
}


.card {
    border-radius: 4px;
    cursor: pointer;
    list-style: none;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: all .5s cubic-bezier(.23, 1.5, .32, 1);
    background-color: var(--dragonshorn-bg-color-alt);
    color: var(--dragonshorn-text-color);
}

.card:hover {
    position: relative;
    transform: translateY(-2px);
}

.row>div {
    padding: 0.5rem;
}

.nav-item {
    font-size: 17px;
    margin: 0 12px;
}

.nav-item a:hover {
    color: #F7C83B !important;
    border-color: #F7C83B !important;
}

.buy-row {
    font-size: 14px;
}

.buy-row:hover {
    color: #F7C83B !important;
    background-color: #191919;
}

.buy-row:hover .product-price-tag:before {
    border-top-color: #F7C83B;
    top: 0
}

.buy-row:hover .product-price-tag:after {
    border-bottom-color: #F7C83B;
    bottom: 0
}

.buy-row:hover .product-price-tag {
    background: #F7C83B;
}

.buy-row .to-cart {
    display: none;
}

.buy-row:hover .to-cart {
    display: initial;
}

.navbar {
    background-color: #191919 !important;
}

.pat-button {
    border: 2px solid #fff;
    border-radius: 20px;
    height: 41px;
}

.pat-li {
    width: 120px;
    text-align: center;
    height: 41px;
    line-height: 24px;
}

.copyright {
    font-size: 12px;
    opacity: 0.9;
}

.powered-by-footer .logo {
    background: url(https://assets.gumroad.com/packs/static/74072d46982c82dc2f17.svg) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    height: 30px;
    margin: 0 2px;
    vertical-align: middle;
    width: 30px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #e7660f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #e7660f transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 576px) {
    .gumroad-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .gumroad-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .gumroad-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .gumroad-container {
        max-width: 960px;
    }
}

@media (min-width: 1440px) {
    .gumroad-container {
        max-width: 1140px !important;
    }
}


.product-price-tag {
    background: #ff9238;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: none;
    color: #191919;
    display: inline-block;
    font-weight: 700;
    line-height: 18px;
    padding: 8px;
    position: relative;
    font-size: 14px;
    margin: 0;
    margin-right: 12px;
    width: max-content;
}


.product-price-tag:after,
.product-price-tag:before {
    border: 21px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    margin-left: -21px;
    position: absolute;
    transform: scaleX(.65);
    width: 0;
}

.product-price-tag:before {
    border-top-color: #ff9238;
    top: 0
}

.product-price-tag:after {
    border-bottom-color: #ff9238;
    bottom: 0
}

.cinzel {
    font-family: "Cinzel", 'Alegreya Sans SC', sans-serif;
}

.carta-marina {
    font-family: "carta-marina", 'Alegreya Sans SC', sans-serif;
}

.btn.rounded {
    position: absolute;
    bottom: 2rem;
    left: 0rem;
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

.slider-box {
    position: relative;
    height: 400px;
}

.card.transparent {
    background-color: transparent;
    padding: 0;
}

.btn-group .btn {
    color: #fff !important;
    background-color: #333 !important;
}

.btn-group .btn.is-checked {
    color: #fff !important;
    font-weight: 700;
    background-color: #555 !important;
}

@media (max-width: 1200px) {

    .slides h1 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
}

a.list-group-item:hover {
    color: black;
    background-color: #f5f5f5;
}

.section-header {
    margin: 2rem;
    color: #ECECEC;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: none;
    font-size: 36px;

}

.slider-title {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 44px !important;
    line-height: 36px !important;
}

.product-description h3,
.product-description h2,
.product-description h1 {
    font-weight: bolder !important;
}

.btn-gumroad-buy {
    border-radius: 6px;
    width: 100%;
    background-color: var(--dragonshorn-orange);
    color: var(--dragonshorn-text-color-dark);
    padding: 10px;
    font-weight: 600 !important;
    margin-bottom: 10px;
    line-height: 1.8 !important;
}

label {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}

.card-input-element+.card {
    /* box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%) !important; */
    background: #191919 !important;
    height: calc(36px + 2 * 1rem);
    color: #ff9238;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px !important;
}

.card-input-element+.card:hover {
    cursor: pointer;
    transform: none;
}

.card.no-hover:hover {
    cursor: pointer;
    transform: none;
}


.card.no-click:hover {
    cursor: initial;
    transform: none;
}


.card-input-element:checked+.card {
    border: 1px solid #ff9238 !important;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.card-input-element:checked+.card section::before {
    vertical-align: -20%;
    content: '\F26A';
    color: var(--dragonshorn-orange);
    font-family: bootstrap-icons !important;
    font-size: 24px;
    margin-right: 10px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.card-input-element:not(:checked)+.card section::before {
    vertical-align: -20%;
    content: '\F28A';
    color: var(--dragonshorn-orange);
    font-family: bootstrap-icons !important;
    font-size: 24px;
    margin-right: 10px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.text-primary {
    color: #fd850d !important;
}

.disabled-gumroad {
    filter: grayscale(1);
    pointer-events: none;
}

.apply-patreon-button {
    font-weight: 400 !important;
    color: #fd750d !important;
    text-decoration: none !important;
    width: 100% !important;
    font-size: 14px !important;
}

.apply-patreon-button:hover {
    text-decoration: none;
}

.ais-Hits-item {
    padding: 0;
    border: none !important;
    box-shadow: none;
    background: unset;
}

.icon-control {
    margin-top: 6px;
    float: right;
    font-size: 84%;
    color: #9da1a7;
}

.icon-control::before {
    font-size: 84%;
    color: #9da1a7;
}

.list-menu a:hover {

    text-decoration: none !important;
    color: #fd850d !important;
}

.product-description blockquote {
    border: 15px solid;
    border-image: url("/assets/parchment-full.png") round;
    border-image-slice: 120 fill;
    border-image-width: 180px;
    margin: 0;
    padding: 0rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4));
}

.product-description blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-family: 'Alegreya Sans', sans-serif;
    color: rgba(0, 0, 0, 0.8);
}

.footer_widget .menu {
    margin-top: initial;
}

.footer_widget .menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 35px;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 20px;
}

#menu-footer-menu-links li a::before {
    content: "\f054";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    font-family: FontAwesome, 'font awesome 5 free';
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: inherit !important;
}

.footer_widget .menu li {
    display: inline-block;
    width: 100%;
}

.upper-footer .textwidget p {
    margin-bottom: 20px;
}

.upper-footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}

.lower-footer,
.upper-footer {
    font-family: 'Montserrat', sans-serif;
    color: #f4f4f4;
    line-height: 18px;
}

.widget_recent_entries ul li a {
    padding-left: 14px;
}

#menu-footer-menu-links li a {
    padding-left: 14px;
}

.lower-footer a,
.upper-footer a {
    font-weight: 700;
}

.lower-footer {
    background-color: #161716;
}

.upper-footer {
    background-color: #1d1d1d;
}

.socials-widget {
    padding-top: 35px;
    border-top: 1px solid rgba(138, 138, 138, .2);
    max-width: 275px;
}

.socials-widget a {
    margin-right: 45px;
    font-size: 15px;
}

.upper-footer .widget-title {
    color: #fff;
}

.upper-footer .footer_widget {
    padding-right: 20px;
}

.upper-footer .footer_widget {
    max-width: 320px;
    margin-left: 0;
    margin-bottom: 30px;
}

.footer_widget {
    max-width: 300px;
    margin: auto;
}

.footer_widget ul {
    padding: 0;
    list-style-type: none;
}

.footer_widget ul li,
.footer_widget ul li a {
    position: relative;
    text-transform: initial;
    font-size: 12px;
}

.upper-footer i {
    color: inherit;
    margin-right: 10px;
}

.footer_widget ul li,
.footer_widget ul li a {
    position: relative;
    text-transform: initial;
    font-size: 12px;
}

.footer_widget .menu li a,
.footer_widget ul a {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: inherit;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.widget_recent_entries ul li a:before {
    content: "\f054";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: inherit !important;
}

.upper-footer .widget-title {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    margin-bottom: 30px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.slides.summer {
    background: url(/assets/webp/summer-sale.webp) 0 0/contain no-repeat;
    background-position: center;
    background-color: #fff;
}

.upper-footer i {
    color: inherit;
    margin-right: 10px;
}

.upper-footer .footer_widget {
    max-width: 320px;
    margin-left: 0;
    margin-bottom: 30px;
}

.lower-footer {
    margin-top: 0;
    padding: 24px 0 25px;
    width: 100%;
}

.footer_widget ul li,
.footer_widget ul li a {
    position: relative;
    text-transform: initial;
    font-size: 12px;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: white !important;
    font-family: 'Montserrat', sans-serif
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d75200'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev,
.carousel-control-next {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    background: none;
}

.product-card-header {
    text-align: center;
    font-size: 1.0rem;
    color: #6c757d;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0.25rem;
}

.product-card-header:hover {
    color: #6c757d;
}

.product-card__small-title {
    text-align: center;
    font-size: 1.0rem;
    color: var(--dragonshorn-text-color-muted);
    text-decoration: none !important;
    margin: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products__filter {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
}