/* Custom Portraits Section - padding-top removed to use padding-section-large for consistency */

/* Portfolio Image Styles */
.portfolio-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover; /* Ensures images cover the area without distortion */
  transition: transform 0.3s ease; /* Smooth hover effect */
  border-radius: 4px; /* Slightly rounded corners */
}

/* Hover effect for portfolio images */
.lightbox-link-3:hover .portfolio-image {
  transform: scale(1.02); /* Slight zoom on hover */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow on hover */
}

/* Grid layout for portfolio items */
.collection-item {
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .portfolio-image {
    height: 150px; /* Slightly smaller on mobile */
  }
}

/* Base styles */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
}

/* Form styles */
.quick_form_14_css {
    background-color: rgb(0, 33, 40);
    z-index: 2;
    font-family: Arial;
    border: 1px solid rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
}

/* Cart styles */
.cart-hidden {
    display: none;
}

.cart-wrapper {
    display: none;
}

.cart-apple-pay-button {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* Form elements */
.form-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.signup-form {
    opacity: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-center {
    text-align: center;
}

.newsletter-heading {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    display: block;
    background-color: rgb(192, 38, 44);
}

.relative-position {
    position: relative;
}

.signup-success-overlay {
    display: none;
    text-align: center;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 988px;
}

.signup-success-message {
    position: absolute;
    width: 87%;
    background-color: white;
    padding: 3px;
    border: 3px solid rgb(194, 225, 154);
    margin-bottom: 10px;
    word-break: break-all;
    opacity: 1;
    display: none;
}

.icon-container {
    width: 20px;
    padding: 5px;
    display: table-cell;
}

.success-icon {
    width: 20px;
}

.message-container {
    display: table-cell;
}

.success-message {
    color: rgb(73, 140, 132);
    font-family: sans-serif;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.form-input-wrapper {
    position: relative;
    height: 40px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.form-input {
    font-size: 14px;
    border-width: 2px;
    border-color: rgb(214, 205, 205);
    border-style: solid;
    width: 85%;
    height: 100%;
    z-index: 4;
    outline: none;
    padding: 5px 10px;
    margin: 10px 20px;
    box-sizing: border-box;
    color: rgb(113, 106, 106);
    text-align: left;
    font-family: Arial;
    background-color: transparent;
    border-radius: 5px;
}

.form-name-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 20px 0 15px;
    display: inline-block;
}

.submit-button {
    text-align: center;
    width: 60%;
    height: 100%;
    z-index: 5;
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    font-size: 14px;
    background-color: rgb(192, 38, 44);
    border-radius: 5px;
    margin: 0px auto;
    display: block;
}

/* Removed old Zoho optin CSS classes */

.signup-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

#customForm {
    width: 100%;
    margin: 0 auto;
}

.quick_form_14_css[name="SIGNUP_BODY"] {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hide success messages by default */
.signup-success-message,
.success-message.w-form-done {
  display: none !important;
}

/* Only show success messages when form is submitted successfully */
.form-submitted .signup-success-message,
.form-submitted .success-message.w-form-done {
  display: block !important;
}

/* Media Queries */
@media only screen and (max-width: 200px) {
    .quick_form_14_css[name="SIGNUP_BODY"] {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 580px) and (orientation: portrait) {
    .quick_form_14_css[name="SIGNUP_BODY"] {
        max-width: 300px !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    .quick_form_14_css[name="SIGNUP_BODY"] {
        max-width: 500px !important;
        margin: 0px auto !important;
    }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .quick_form_14_css[name="SIGNUP_BODY"] {
        max-width: 700px !important;
        margin: 0px auto !important;
    }
}

@media screen and (min-width: 475px) and (max-width: 980px) and (orientation: landscape) {
    .quick_form_14_css[name="SIGNUP_BODY"] {
        max-width: 400px !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
}

/* Order Confirmation Page Styles - Override Webflow CSS */
div.bg-green-500,
.bg-green-500 {
    background-color: #22c55e !important;
}

div.bg-green-50,
.bg-green-50 {
    background-color: #f0fdf4 !important;
}

div.border-green-200,
.border-green-200 {
    border-color: #bbf7d0 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

h4.text-green-800,
div.text-green-800,
.text-green-800 {
    color: #166534 !important;
}

div.text-green-700,
li.text-green-700,
.text-green-700 {
    color: #15803d !important;
}

div.text-green-600,
span.text-green-600,
.text-green-600 {
    color: #16a34a !important;
}

/* Ensure white text on green background */
.bg-green-500 span,
.bg-green-500 .text-white {
    color: white !important;
}

/* Additional Tailwind-like utilities needed for confirmation page */
.max-w-2xl {
    max-width: 42rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-center {
    text-align: center !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.w-full {
    width: 100% !important;
}

.w-16 {
    width: 4rem !important;
}

.h-16 {
    height: 4rem !important;
}

.w-12 {
    width: 3rem !important;
}

.h-12 {
    height: 3rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.w-8 {
    width: 2rem !important;
}

.h-8 {
    height: 2rem !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded-md {
    border-radius: 0.375rem !important;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.border {
    border-width: 1px !important;
}

.border-t {
    border-top-width: 1px !important;
}

.space-y-4 > * + * {
    margin-top: 1rem !important;
}

.space-y-2 > * + * {
    margin-top: 0.5rem !important;
}

.space-y-1 > * + * {
    margin-top: 0.25rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.text-white {
    color: white !important;
}

.bg-card {
    background-color: white !important;
}

.text-foreground {
    color: #1f2937 !important;
}

.text-muted-foreground {
    color: #6b7280 !important;
}

.border-border {
    border-color: #e5e7eb !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.text-right {
    text-align: right !important;
}

.object-cover {
    object-fit: cover !important;
}

.grid {
    display: grid !important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.bg-primary {
    background-color: var(--t_highlight-1, #f59e0b) !important;
}

.text-primary-foreground {
    color: white !important;
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(245, 158, 11, 0.9) !important;
}

.hover\:bg-muted\/50:hover {
    background-color: rgba(243, 244, 246, 0.5) !important;
}

.transition-colors {
    transition-property: color, background-color, border-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.list-none {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.hover\:underline:hover {
    text-decoration: underline !important;
}

.font-semibold {
    font-weight: 600 !important;
}

/* Product Card Price - Override any webflow yellow styles */
.product-price {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #dc2626 !important;
}
